/*=====================================================================================
    Custom CSS Stylesheet
    Author: [Your Name]
    Description: Custom styles for layout, header, navigation, scroll to top button,
                 search form, logo, and article content.
======================================================================================*/

/*=====================================================================================
    1. Core Wrap CSS
======================================================================================*/
:root{
    --primary-color: #007bff; /* Primary color for links and buttons */
    --secondary-color: #212529; /* Secondary color for text */
    --background-color: #f8f9fa; /* Background color for sections */
    --text-color: #343a40; /* Default text color */
    --border-color: #dee2e6; /* Border color for elements */
    --hover-color: #0056b3; /* Hover color for links and buttons */
    --subcategory-color:#242424; /* Color for subcategory text */
    --black-color:#000; /* Black color for text */
    --white-color:#fff; /* White color for text */
    --link-color: #007bff; /* Link color */
    --link-hover-color: #0056b3; /* Link hover color */
    --white-color: #ffffff; /* White color for backgrounds */
    --pink-color: #ef0067; /* Custom color for specific elements */
    --pink-hover-color:#e6146f;
}
body {
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
a {
    color: var(--link-color) !important;
    text-decoration: none;
    transition: color 0.3s ease;
}
a:hover {
    color: var(--link-hover-color);
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", sans-serif;
    margin: 0 0 0.5em;
    font-weight: 700;
    line-height: 1.5rem;
    color: var(--black-color);
}
ul, ol {
    padding-left: 1.5em;
    margin-bottom: 1em;
    font-size: 1.3rem; /* keep text size consistent with rest of content */
    line-height: 1.6;
}

li {
    margin-bottom: 0.5em;
    font-size: 1.3rem;
    list-style-position: inside; /* improves accessibility and alignment */
}
.wp-caption {
    max-width: 100%;
    margin: 1em auto;
    text-align: center;
}
.wp-caption-text {
    font-size: 0.9em;
    color: #666;
}
.gallery-caption {
    font-style: italic;
    text-align: center;
}
.bypostauthor {
    border-left: 3px solid #0073aa;
    padding-left: 10px;
}
.alignright {
    float: right;
    margin-left: 1em;
}
.alignleft {
    float: left;
    margin-right: 1em;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; border: 0;
}
.form-select {
    padding: 6px 0;
    margin-bottom: 3px;
}

/* Shortcode Button css start */
.shortcodebtn{
    display: inline-block;
    padding: 7px 14px;
    background-color: var(--primary-color);
    color: #fff !important;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
.shortcodebtn:hover {
    background-color: var(--hover-color);
    color: #fff !important;
    text-decoration: none;
}
/* Shortcode Button css end */

/* Global styles end */
section.main-wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

section.main-wrap-head {
    width: 100%;
    margin: 0 auto;
}

.wrap {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.full-wrap {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.hero-section-full-width{
    width: 100%;
    overflow: hidden;
    padding: 0;
	background:linear-gradient(45deg, #eff6ff, #ffffff);
}
.hero-section-full-width p{margin:0;}
.common-border{
    border:1px solid transparent;
    border-radius: 15px 15px 15px 15px;
}
.common-border:hover{
    border:1px solid #ddd;
}
/*=====================================================================================
    2. Scroll To Top Button CSS
======================================================================================*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #1f6459 !important;
    color: white !important;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555 !important;
}

/*=====================================================================================
    3. Header & Logo CSS
======================================================================================*/
header {
    background: var(--white-color);
    color: #020202;
    padding: 0.1rem 0;
    position: sticky;
    top: 0;
    z-index: 1;
    border-bottom: 1px solid #ccc;
    transition: top 0.5s ease-in-out; /* 👈 Smooth slide */
}
header .site-branding h1 {
    margin: 0;
}
header .site-branding a {
    color: #fff;
    text-decoration: none;
}
header.header-hidden {
    top: 0px;
}
/* --- Default Header (at top) --- */
#main-header {
    transition: all 0.3s ease;
    border-bottom: 1px solid #ddd;
}
header .navbar-brand img {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header-hidden .navbar-brand img {
    opacity: 1;
    visibility: visible;
}
.btbb{
    border-bottom: 1px solid #ccc;
}
a.brandb img {
    height: 80px !important;
}
section.main_wrap.mnavbg {
    display: none;
}
.top-header-bg{
    background-color: var(--pink-color);
    color: #fff;
}
.aj-eshop-logo {
    width: 20%;
    float: left;
}

.aj-eshop-logo a {
    color: #ff6e00 !important;
    text-decoration: none;
    font-weight: bold;
}
span.site-title {
    color: var(--secondary-color) !important;
    display: block;
    font-weight: 600;
    font-size: clamp(12px, 2vw, 22px);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}
.custom-logo-widget {
    height: auto;
    width: 200px;
    overflow: hidden;
    padding: 0;
}

.custom-logo-widget img {
    min-height: 80px;
    width: auto;
}

.home-icon {
    display: none;
}
/*=====================================================================================
    4. Navigation Bar CSS
======================================================================================*/
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navbar {
    transition: background-color 0.3s ease;
    width: 99%;
    margin: 0 auto;
    position: relative !important;
    overflow: visible !important;
    z-index: 1050;
	padding: 0rem 1rem;
    font-family: "Oswald", sans-serif;
}

.navbar.sticky-top {
    overflow: visible !important;
    padding: 0;
}

.navbar .navbar-brand {
    font-size: 1.5rem;
    padding: 0;
}

.navbar .navbar-nav {
    display: flex;
    position: relative;
}

.navbar-collapse {
    overflow: visible !important;
}

.navbar-collapse li {
    list-style-type: none;
}

.navbar-collapse li a {
    text-decoration: none;
    color: var(--text-color) !important;
	font-size: 1.1rem;
}

.navbar-collapse li a:hover,
a#searchIcon:hover {
    color: var(--link-hover-color) !important;
}

.nav-class.justify-content-left ul li ul li a {
    padding: 0.5rem 1rem;
}

div#navbarSupportedContent {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
div#navbarSupportedContent ul li p {
    display: none;
}

div#navbarSupportedContent ul li a {
    padding-top: 20px;
	font-size: 1.1rem;
	border-bottom: 3px solid transparent;
}
div#navbarSupportedContent ul li a:hover {
    border-bottom: 3px solid var(--link-hover-color);
}
div#navbarSupportedContent ul li ul li ul li p {
    display: block;
    padding: 0 5px;
    margin: 0;
}
div#navbarSupportedContent ul li ul {
    padding: 0px;
}

taxonomy.menu-item-object-product_cat {
    margin-bottom: 0 !important;
    border-bottom: 3px solid #ccc;
}
div#navbarSupportedContent ul li ul li a,ul.sub-dropdown-menu li a {
    padding: 10px;
    border-bottom: 3px solid #ccc !important;
}

div#navbarSupportedContent ul li ul li a:hover,ul.sub-dropdown-menu li a:hover {
    border-bottom: 3px solid var(--link-hover-color) !important;
}
/* Change the hamburger icon color */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23ff0000' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .navbar-toggler {
    border: none;
  }  
  /* Optional: Tweak the button itself */
  .navbar-toggler {
    border: none; /* remove default border */
    padding: 0.25rem 0.5rem;
  }
  
  /* Optional: Add hover effect */
  .navbar-toggler:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
  }
  
  
div#myLinks a {
    color: #fff !important;
    text-decoration: none;
}

div#myLinks li {
    list-style-type: none;
    padding: 5px 0;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
}

.menu {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.menu ul {
    width: 100%;
    margin: 0 auto;
}

.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu > li {
    font-size: 1.5em;
    font-weight: bold;
}

.dropdown-menu {
    display: flex;
    justify-content: space-around;
    gap: 1px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-menu > li {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
}

.second-sub-blog-category {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.second-sub-blog-category li {
    display: block;
    padding: 5px;
    border-top: 1px solid #ddd;
}

.second-sub-blog-category span {
    font-weight: bold;
    display: block;
}

.second-sub-blog-category p {
    font-size: 0.9em;
    color: var(--subcategory-color) !important;
}

.nav-class.navserve {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-content: center;
    align-items: center;
}

/* Navbar Button Left */
.custom-header-widget .wp-block-button__link {
    border: 1px solid #1961ac !important;
    background-color: transparent;
    color: #1961ac !important;
}

.header-widget-container {
    display: flex;
    justify-content: space-between;
}

.custom-header-widget {
    margin: 0 0 0 25px;
}

.custom-header-widget a {
    text-decoration: none;
    color: #e2e2e2 !important;
}

.custom-header-widget:hover a {
    color: #ffffff !important;
}

.custom-header-widget .wp-block-button__link:hover {
    background: #1961ac;
}

.wp-block-button__link {
    padding: calc(0.47em + 2px) calc(1.333em + 2px);
}

#navbarSupportedContent {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

#navbarSupportedContent.show {
    display: block;
    max-height: 500px; /* Adjust as needed */
}

/* Dropdown & Menu Styling */
.navbar-nav .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 200px;
    white-space: nowrap;
    z-index: 1000;
    background-color: #fff !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: flex;
    opacity: 1;
    visibility: visible;
    background-color: #fff !important;
    margin: 0;
	flex-direction: column;
}

.navbar-nav .dropdown > a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid var(--link-color);
    vertical-align: middle;
}

.navbar-nav .dropdown > ul li a::after {
    content: normal;
}

.navbar-nav ul li a {
    font-weight: 900;
}

.navbar-nav ul li ul li a {
    font-weight: normal;
}

/* Hide by default */
.sub-dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: -200px; /* adjust width */
  min-width: 200px;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 9999;
  padding: 0 !important;
  margin: 0 !important;
}
ul.sub-dropdown-menu li {
    margin-bottom: 0 !important;
}

/* Show on hover */
div#navbarSupportedContent ul li ul li:hover > .sub-dropdown-menu {
  display: block;
}

/* Optional: style */
.sub-dropdown-menu li a {
  padding: 8px 15px;
  display: block;
  color: #333;
  text-decoration: none;
}

.sub-dropdown-menu li a:hover {
  background: #f5f5f5;
}

.navbar-nav .dropdown-menu .menu-item-description {
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 14px;
    padding: 0px 10px;
    color: var(--subcategory-color) !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent !important;
}

ul.dropdown-menu li {
    padding: 0;
	margin-bottom:0;
}

li.menu-item.menu-item-type-taxonomy.menu-item-object-category a {
    color: #37393a !important;
}

li.menu-item.menu-item-type-taxonomy.menu-item-object-category a:hover {
    color: #050e14 !important;
}
.navbar-dark .navbar-toggler {
    color: #050e14 !important;
    border-color: rgba(255, 255, 255, .1);
    font-size: 35px;
    font-weight: 900;
}

/*Woocommerce Css Start*/
.custom-header-container { width: 100%; font-family: Arial, sans-serif; }
.header-top { display: flex; justify-content: space-between; background: #f5f5f5; padding: 5px 20px; font-size: 14px; }
.customp-customp-header-main {display: flex;align-content: center;align-items: center;justify-content: space-between;padding: 10px 0px; background: #fff; flex-wrap: wrap;}
.custompage-logo img { max-height: 90px; }
.search-bar {flex: 1;margin: 0 20px;position: relative;}
.search-bar input {width: 100%;border: none;padding: 10px 45px 10px 15px;font-weight: normal;border-radius: 4px;margin-bottom: 0;box-shadow: 1px 1px 5px #ccc;}
.search-bar button {position: absolute;top: 55%;right: 10px;transform: translateY(-50%);border: none;background: none;cursor: pointer;color: #666;font-size: 18px;}
.search-bar button:hover {color: #0f4148;}
.customp-left-element,.customp-right-element {display: flex;align-items: center;justify-content: space-around;}
.header-offer {margin: 5px;padding: 5px;background: #ddd;border-radius: 5px;}
.header-offer a{display: inline-block;padding: 5px 10px;color: #0f4148 !important;text-decoration: none;border-radius: 3px;}
.header-offer a:hover {color: #ff0000 !important;}

.header-cart a {display: inline-block;padding: 5px 10px;background: #0f4148;color: #fff !important;text-decoration: none;border-radius: 3px;}
.header-cart a:hover {background: #ddd;color: #0f4148 !important;}
.header-account{padding: 10px;}
.header-account a {text-decoration: none;color:#0f4148 !important;}
.header-account a:hover, a.custom-logincss:hover {color: #ff0000 !important;}
/* Basic responsive header */
.custom-header { display: flex; flex-direction: column; width: 100%;}
/* Make the header sticky */
header.elementor-element {position: sticky; top: 0;width: 100%;z-index: 9999;background: #fff;box-shadow: 0 1px 0px rgba(0,0,0,0.1);top: 0;transition: top 0.5s ease;}

.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 10px 5px; }
.custom-navbar { display: none; flex-direction: column; padding: 10px; }
.custom-navbar.active { display: flex; }
.menu-toggle { display: none; border: none; font-size: 22px; cursor: pointer; }
.search-container { display: none; }
.search-box { display: none; }
.mobile-card{ display: none; }

nav#customnavbar { display: flex ; justify-content: center; }
.home-icon a{padding:5px;border-radius: 5px;text-decoration:none;}
.home-icon:hover a{background:#0f4148;color: #f5f5f5 !important;}
.nav-list ul{ display: flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.nav-list li { margin: 0; position: relative;font-size: 1rem;}
.nav-list li a { display: block; padding: 10px 15px; color: #fff; text-decoration: none;border-bottom: 3px solid transparent; }
.nav-list li:hover a{border-bottom: 3px solid #0f4148;}
.nav-list li ul { display: none; position: absolute; top: 100%; left: 0; background: #333; list-style: none; padding: 0; margin: 0; min-width: 200px; z-index: 999; }
.nav-list li:hover > ul { display: block; }
.nav-list li ul li a { padding: 10px 15px; color: #fff; }
/*Woocommerce css end*/

/*Contact 7 Css Start*/
input.wpcf7-form-control{
    width: 100%;
	padding: 5px 0;
	border-radius:5px;
}
input.wpcf7-form-control.wpcf7-submit {
    padding: 5px 0;
    background: #000 !important;
    color: #fff !important;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: #3a3a3a !important;
}
/*Contact 7 Css End*/
/*--------------------------------------------------------------------------------------
    Menu Positioning CSS
----------------------------------------------------------------------------------------*/
.container-fluid.center-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
}

.container-fluid.left-menu {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row-reverse;
}
.left-menu ul#menu-all-pages {
    margin-left: 0;
}
.left-menu.d-flex.flex-wrap.flex-grow-1.justify-content-between.align-items-center {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
.justify-content-between.left-menu {
    -ms-flex-pack: justify!important;
    justify-content: none !important;
}
.container-fluid.left-menu .navbar-nav .dropdown .dropdown-menu {
    right:0;
    left: auto;
}
.container-fluid.right-menu .navbar-nav .dropdown .dropdown-menu {
    right:0;
    left: auto;
}
.container-fluid.center-menu .navbar-nav .dropdown .dropdown-menu {
    right:auto;
    left: auto;
}
/*========================================================================================
   5. Hero Secrion CSS
==========================================================================================*/
.homepage-content {
    text-align: center;
    margin: 50px auto;
}

.homepage-content h1 {
    font-size: 2.5em;
    font-weight: bold;
}

.homepage-content p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.homepage-content .button {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.homepage-content img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

/* Hero Section CSS Start*/
.herobg{
    background-color: #f8f9fa;
}
.herosec{
    padding: 20px;
    box-sizing: border-box;
    }
.heroimg{
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.heroimg img {
    width: 300px;
}
.herosec-widget {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.herosec-widget a {
    font-weight: bold;
}
.herosec-widget a:hover {
    color: #f1f1f1;
}
.col-sm-6.herosec {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-size: larger;
    align-content: center;
    text-align: center;
}
.col-sm-6.herosec a {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #767676;
    font-weight: bold;
}
.col-sm-6.herosec a:hover {
    background-color: var(--link-hover-color);
    color: #fff !important;
    border: 1px solid var(--link-hover-color);
}
/*Image Carosole Css*/
.swiper-wrapper {
  transition-timing-function: linear !important; 
}

/*=====================================================================================
    6. Search Box CSS
======================================================================================*/
#searchForm {
    display: none;
    position: absolute;
    right: 20px;
    background: var(--white-color);
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 1000;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.5s ease;
}
#searchForm.show {
    max-height: 300px; /* adjust based on form height */
    opacity: 1;
}
/* Toggle Icon */
.css-toggle-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    cursor: pointer;
  }
  
  .css-toggle-bar {
    height: 2px;
    background-color: #000; /* You can change to white or custom color */
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }
  input.search-field,button.search-submit {
    padding: 5px 10px;
    }
button.wp-block-search__button.wp-element-button {
    background: var(--pink-color);
    color: #fff;
    border-radius: 5px;
}
button.wp-block-search__button.wp-element-button:hover {
    background: var(--pink-hover-color);
    color: #f2f2f2;
    border-radius: 5px;
}
.shopsearch input.search-field {
    border-radius: 5px;
    position: relative;
}
/*====================================================================================
    7. Index Page Post Style
======================================================================================*/
#latestpostarea {
  padding: 45px 0;
}
#latestpostarea .blog_area {
  width: 100%;
  margin-bottom: 17px;
  background: rgb(243, 243, 243);
  padding: 15px;
}
#latestpostarea .post_thumb {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}
#latestpostarea .post_thumb img {
  transition: 0.5s;
  width: 100%;
  display: block;
}
#latestpostarea .post_thumb:hover img {
  transform: scale(1.1);
}
#latestpostarea .post_details {
  width: 100%;
}
#latestpostarea .post_details h3 {
  font-family: "Roboto", sans-serif;
  color: #262626;
  text-decoration: none;
  font-weight: 700;
  font-size: 30px;
}
#latestpostarea .post_details a h3{
  color: #262626;
  text-decoration: none;
  transition: 0.5s;
}
#latestpostarea .post_details a:hover h3{
  color: var(--link-hover-color);
  text-decoration: none;
}
#latestpostarea .post_details a:hover {
  text-decoration: none;
}
/* Read More CSS */
a.readmore-arrow {
  color: var(--link-color);
}
a.readmore-arrow:hover {
  color: var(--link-hover-color )!important;
  text-decoration: none;
}

/* Pagenation CSS */
p.col-12.pages {
    display: flex;
    gap: 5px;
    background: #ccc;
    padding: 15px;
}
a.page-numbers{
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    background: #c3c3c3;
    color: #333 !important;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
}
a.page-numbers:hover {
    background: var(--link-hover-color);
    color: #fff !important;
    text-decoration: none;
}
.page-numbers.current {
    padding: 10px 12px;
    margin: 0 5px;
    background: var(--link-hover-color);
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
}
/*=====================================================================================
    8. Content & Article CSS
======================================================================================*/
.main_wrap.aj-eshop-content-search {
    width: 100%;
    overflow: hidden;
}
span.post-author a:hover {
    text-decoration: none;
}
div#aj-eshop-content {
    overflow: hidden;
}
.post-wrap.entry-content {
    padding: 0 15px;
    overflow: hidden;
    width: 100%;
}
h1.entry-title {
    font-size: 2.5rem;
    line-height: 45px;
}

.post-head-as h1 a {
    color: var(--black-color);
}
.post-wrap.entry-content h2 {
    padding: 15px 0 10px 0;
    font-size: x-large;
    font-weight: 900;
}
.post-wrap.entry-content h3 {
    padding: 15px 0 10px 0;
    font-size: large;
    font-weight: 900;
}
.entry-content p {
    text-align: justify;
    font-size: 1.2rem;
}
.latest-content-item {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    height: 100%;
    padding: 10px;
}
h2.latest-post-content.text-center {
    padding: 30px 0;
    font-weight: bold;
}
/* Post tags css*/
.post-tags {
    font-size: 14px;
    margin-top: 15px;
    color: #666;
}

.post-tags a {
    color: var(--link-hover-color);
    text-decoration: none;
    margin-right: 8px;
}

.post-tags a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}
.social-share {
    background: #cfcfcf;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

/*Featured Image Css Start*/
.featured_image {
    max-height: 250px; /* Or any value based on your layout */
    overflow: hidden;
}

.featured_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px; /* optional */
}
.wp-block-post-title {
    word-break: break-word;
    line-height: 3rem;
}
.editor-visual-editor__post-title-wrapper.edit-post-visual-editor__post-title-wrapper h1, h2, h3 {
    line-height: 3rem;
}
/* Featured Image CSS */
/*=====================================================================================
    10. Sidebar Css
=====================================================================================*/
.sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 10px;
    width: 100%;
}
.sidebar h2 {
    padding: 5px 10px 5px 10px;
    border-left: 5px solid var(--black-color);
    background: #ccc;
}
.sidebar ul li, .sidebar ul li a {
    list-style-type: none;
    color: var(--secondary-color) !important;
    padding: 7px 0;
    font-size: large;
}

.sidebar ul li a{
    text-decoration: none;
}
.sidebar ul li a:hover{
    text-decoration: underline;
    color: var(--link-hover-color) !important;
}

/* Tag Cloud CSS */
.wp-block-tag-cloud {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.wp-block-tag-cloud a {
    display: inline-block;
    margin: 5px 3px;
    padding: 5px;
    border: 3px solid transparent;
    border-radius: 5px;
    color: #fff !important;
    background: #444444;
    font-size: 1.1rem !important;
}
.wp-block-tag-cloud a:hover {
    border: 3px solid var(--link-hover-color);
    color: #fff;
    background: var(--link-hover-color);
    text-decoration: none;
}
footer.wp-block-latest-comments__comment-meta {
    background: transparent;
    color: #000;
}
a.wp-block-latest-comments__comment-author {
    color: var(--link-color);
}
/*=====================================================================================
    9. Custom Block CSS
======================================================================================*/
/* Custom Block CSS Start*/
    .customblock-widget h2,.addnew-hero-widget h2 {
        display: inline-block; /* Make the heading behave like inline element */
        padding: 40px 0 5px 0;
        text-align: center;
        position: relative;
        border-bottom: 2px solid var(--primary);
        display: flex;
    }
    .customblock-widget p {
        padding: 10px 0;
        line-height: 30px;
        font-size: 18px;
    }
    .customblock-widget{
        align-items: center;
        margin: 40px 0 20px;
        padding-bottom: 15px;
    }
  /* Custom Block CSS End*/

/* Add New Hero Widget CSS Start*/
.addnewhero {
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
}
/* Add New Hero Widget CSS End*/

/* Search Icon CSS Start*/
  .css-search-icon {
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

.css-search-icon::after {
    content: '';
    width: 10px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 14px;
    left: 14px;
    transform: rotate(45deg);
    transform-origin: center;
}
.css-search-icon:hover {
    border-color: var(--link-hover-color);
}

.css-search-icon:hover::after {
    background: var(--link-hover-color);
}
a#searchIcon i {
    color: #000;
    font-size: 18px;
}
a#searchIcon:hover i {
    color: var(--link-hover-color);
}
/* Search Icon CSS End*/

/* FAQ Widget Area*/
.faq-widget{
    width: 100%;
}
/* FAQ Widget Area End*/
/*=====================================================================================
    11. Footer CSS
======================================================================================*/
footer {
    background: #333;
    color: #fff;
    padding: 1rem 0;
}
div#default-footer a {
    color: #fff;
}
.footer-social-icons a {
    padding: 0 5px;
    font-size: 1.3rem;
    color: #fff;
}
.footer-social-icons a:hover i, a.social-icon:hover i{
    color:#0056b3 !important;
}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    display: flex;
    flex-direction: column;
    align-content: center;
}
footer.footer-section h2 {
    padding: 0 0 0px 5px;
    border-left: 3px solid #fff;
    margin-bottom: 25px;
    color: #fff;
}
footer.footer-section li {
    list-style-type: none;
    font-size: 1.1rem;
    margin: 0;
}
footer.footer-section a {
    color: #fff !important;
    font-size: 1.1rem;
    text-decoration: none;
    list-style-type: none;
}
footer.footer-section a:hover {
    color: var(--link-hover-color) !important;
    text-decoration: underline;
}
a.social-icon {
    font-size: 25px;
    margin: 5px;
    color: #fff;
    border: 3px solid transparent;
    background: transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    padding: 5px 8px;
    margin: 1px;
}
a.social-icon:hover {
    color: var(--pink-color) !important;
    border: 3px solid #fff;
    background: #fff;
}
/*=================================================================================
     12. Author Widget CSS Start
===================================================================================*/
.author-avatar {
    border-radius: 50%;
    width: 96px;
    height: 96px;
    object-fit: cover;
    display: block;
}
.author-info {
    max-width: 300px;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.author-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.author-avatar img {
    border: 4px solid #f0f0f0;
}

/*=================================================================================
    13. Tools Page Content
==================================================================================*/
.tools-head {
    padding: 15px 0;
}
.tools-head h1 a {
    text-decoration: none;
}
.post-content h2 {
    font-size: 1.7rem;
    padding: 20px 0 10px 0;
}
.page-contents img {
    padding-bottom: 15px;
}
.page-contents h2, h3, h4 {
    padding: 15px 0 5px 0;
    width: 100%;
    overflow: hidden;
}
.page-contents{
    text-align: justify;
}
.page-contents p {
    line-height: 35px;
    font-size: 1.2rem;
}
.page-contents ol, .page-contents ul {
    padding: 0 30px;
    overflow: hidden;
    line-height: 2.3rem;
	text-align:left;
}
.page-contents li {
    padding: 7px 0;
    font-size: 1.2rem;
}
span.honehead {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    padding: 0 0 15px 0;
    align-items: center;
}
/*=====================================================================================
    14. Comment CSS Start
======================================================================================*/
.comment-body {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 5px;
}
footer.comment-meta {
    padding: 10px;
    background: transparent;
    color: #020202;
    border-bottom: 0.1px solid #ddd;
    margin-bottom: 5px;
}
footer.comment-meta a {
    color: var(--link-color) !important;
    text-decoration: none;
}
footer.comment-meta a:hover {
    color: var(--link-hover-color) !important;
    text-decoration: underline;
}
.comment-author img {
    border-radius: 50%;
    margin: 10px;
}
.children {
    padding: 0 0 0 30px;
    list-style-type: none;
    margin: 10px 0;
}

/*=========================================================================
    WooCommerce CSS Start
==========================================================================*/
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background: #fff;
    border: 1px solid #000;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
    background: #000;
    color: #fff !important;
}
.wc-block-grid__product-price.price {
    text-align: center;
    font-weight: bold;
}
a.insta_btn.btn.btn-success.text-white.text-center.btn-lg.btn-block:hover {
    color: #fff !important;
}
button.wc-block-cart-item__remove-link {
    padding: 7px !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    background: #e10d0d !important;
    color: #fff !important;
    border-radius: 5px !important;
}
button.wc-block-cart-item__remove-link:hover{
    background: #1f1e1e !important;
} 
.wc-block-cart__submit-container, button.wc-block-components-checkout-place-order-button {
    background: #146c43;
    border: 1px solid transparent;
    border-radius: 5px;
}
.wc-block-cart__submit-container:hover,.wc-block-cart__submit-container a, .wc-block-components-checkout-place-order-button__text:hover{
	background:#000;
	color:#fff;
}
.wc-block-cart__submit-container a, .wc-block-components-checkout-place-order-button__text{
    color: #fff !important;
    font-size: 1rem;
    text-decoration: none;
}
.wc-block-cart__submit-container:hover{
    background:transparent;
    border: 1px solid #146c43;
    color: var(--pink-hover-color) !important;
}
button.wc-block-components-checkout-place-order-button:hover{
    background:transparent;
    border: 1px solid #146c43;
}
button.wc-block-components-checkout-place-order-button:hover .wc-block-components-checkout-place-order-button__text{
    color: var(--pink-hover-color) !important;
}
a.wc-block-components-checkout-return-to-cart-button {
    border: 1px solid #000;
    padding: 10px 25px;
    border-radius: 5px;
}
a.wc-block-components-checkout-return-to-cart-button:hover {
    background: #000;
    color: #fff !important;
}
a.wc-block-checkout__login-prompt {
    padding: 5px 10px;
    font-size: 1.1rem !important;
    text-decoration: none;
    background: #1667cb;
    border-radius: 5px;
    color: #fff !important;
}
a.wc-block-checkout__login-prompt:hover {
    border: 1px solid #1667cb;
    background: transparent;
}
section.related.products {
    padding-top: 50px;
}
section.related.products h2 {
    border-bottom: 3px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
a.tutor-btn.tutor-btn-primary {
    color: #fff !important;
}
.woocommerce ul.order_details li strong {font-size: 1.1em;}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{
    padding: 10px;
    line-height: 45px;
}
.woocommerce ul.order_details{
    margin: 2rem 0 2em;
    list-style: none;
}
/*=========================================================================
    WooCommerce CSS End
==========================================================================*/
/*---------------------------------------------------------
                Custom CSS End
---------------------------------------------------------*/

/*=====================================================================================
                            Responsive css start
=====================================================================================*/

/*------------------------------------------------------
                Media Queries 991.98 Start
------------------------------------------------------*/
@media (max-width: 991.98px) {

    /* Header */
    header {
        position: relative;
    }

    /* Sidebar and content */
    div#aj-eshop-content {
        width: 100%;
    }

    div#sidebar {
        width: 100%;
    }

    /* Article image */
    article#aj-eshop-search-article img {
        height: 100%;
    }

    /* Main section visibility */
    main {
        background: transparent;
        background-image: url("https://your-image-url-1.png"), url("https://your-image-url-2.png");
        background-position: center top, left top; 
        background-repeat: no-repeat, repeat;
        background-size: cover, auto;
        font-family: 'DM Sans', sans-serif;
    }
    section.main-wrap.wrap-desk {
        display: none;
    }

    section.main_wrap.mnavbg {
        display: block;
    }

    /* Site title style */
    span.site-title {
        padding: 5px;
    }

    /* Navbar structure */
    .navbar .navbar-nav {
        margin: 0;
        flex-direction: column;
        width: 100%;
    }

    .nav-item {
        width: 100%;
        text-align: center;
    }

    .navbar-collapse {
        text-align: center;
    }

    .navbar-toggler {
        margin-left: auto;
    }

    button.navbar-toggler {
        display: block;
    }

    div#navbarSupportedContent {
        display: none;
        border-top: 1px solid #000;
        margin-top: 20px;
    }

    .navbar-collapse li {
        padding: 5px 0;
    }

    /* Navbar container */
    .nav-container {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    /* Search form */
    div#searchForm {
        top: 100%;
        right: 0;
    }

    form.search-form {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    form.search-form label {
        width: 100%;
    }

    /* Header widgets */
    .header-widget-container {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .custom-header-widget {
        margin: 0 0 35px 0;
    }

    /* Dropdown menu */
    .navbar-nav .dropdown:hover > .dropdown-menu {
        flex-direction: column;
    }

    .sub-dropdown-menu {
        width: 340px;
    }
    .nav-item.nav-search {
        display: none;
    }
    /* Nav class styles */
    .nav-class.navserve {
        display: flex;
        gap: 5px;
        flex-direction: column;
        align-items: center;
        padding: 20px 0 0 0;
    }

    .nav-class.justify-content-left ul li a {
        padding: 10px 0;
    }
    .addnewhero {
        overflow: hidden;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-content: space-around;
        align-items: center;
    }
    .customblock-widget {
        display: flex;
        justify-content: center;
    }
    .full-wrap,.hero-section-full-width {
        min-height: 100%;
    }
    .footer-social-icons {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .container-fluid.center-menu {
        display: flex;
        flex-direction: row;
        gap: 0;
        padding:0;
    }
    .container-fluid.left-menu {
        display: flex;
        flex-direction: row !important;
        gap: 0;
        padding: 0;
    }
    .left-menu ul#menu-all-pages {
        margin-left: 0;
    }
    .left-menu.d-flex.flex-wrap.flex-grow-1.justify-content-between.align-items-center {
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
    }
    .justify-content-between.left-menu {
        -ms-flex-pack: justify!important;
        justify-content: none !important;
    }
    .nav-color {
        width: 100%;
    }
    .container-fluid.customnavmenu{
            background: #ccc;
            padding: 14px 0px;
    }
    .navbar-collapse li a{
        text-decoration: none;
        color: #111212 !important;
    }
    a.navbar-brand.custom-logo-widget.brandb {display: none;}
    header#main-header {
        background: #ccc;
    }
    .row.text-center.d-flex.flex-wrap.justify-content-between.overflwhidden {
    overflow: hidden;
    width: 100%;
    /* padding: 0 0; */
    margin: 0 0;
}
.row.col-head {
    overflow: hidden;
    margin: 0;
    padding: 0 10px;
}
div#aj-squarecontent {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.row {
    overflow: hidden;
    margin: 0 auto !important;
}
form.search-form { display: flex ; align-items: center; align-content: center; justify-content: center; padding: 0 30px; flex-direction: row;}
}
/*------------------------------------------------------
                Media Queries 991.98 End
------------------------------------------------------*/
            
/* Mobile styles */
@media (max-width: 768px) {
    .menu-toggle {display: block;padding: 0 5px;}
    .search-container {order: 2;margin-left: auto;}
    .custom-navbar {order: 4;}
    .search-container,.mobile-card{display: flex ; font-size: 20px; align-items: center; justify-content: space-around; align-content: center;}
    .header-offer,.search-bar,.header-cart,.header-account{display: none;}
    .customp-right-element { display: flex ; align-items: center; justify-content: space-evenly; align-content: center; }
    button.search-toggle {border: none;font-size: 20px;background: none;}
    #search-box {max-height: 0;opacity: 0;overflow: hidden;transition: all 0.4s ease-in-out;}
    #search-box.active {display: block;max-height: 100px;opacity: 1;padding: 10px 0;}
    .dashicons, .dashicons-before:before{font-size: 25px;margin: 5px;}
    .customnavbar{display: none;}
    }
/*------------------------------------------------------
                Media Queries 650px Start
------------------------------------------------------*/
@media screen and (max-width: 650px) {
    header {position: relative;}
	.wp-block-column h2 {
        line-height: 1.2; /* Adjust line height for better spacing */
        text-align: center; /* Ensure it's centered on mobile */
		font-size: 1.2rem;
    }
    .container-fluid.px-5{padding: 0 !important;}
    .home-icon {
        display: block;
    }

}
/* On small screens, allow wrapping */
@media (max-width: 480px) {
    .site-title {
        white-space: normal;
        word-wrap: break-word;
        text-overflow: unset;
    }
}

/*------------------------------------------------------
                Media Queries 650px End
------------------------------------------------------*/
