

    body {
    margin: 0;
    padding: 0;
    }


.body-bg {
    background-color: #f0ebe7;
}

 .mt-1{
    margin-top: 60px;
    }

   .mt-6{
    margin-top: 60px;
    }

    .mt-7{
    margin-top: 70px;
    }

    .mt-8{
    margin-top:80px;
    }

    .mt-9{
    margin-top:90px;
    }

    .mt-10{
    margin-top:120px;
    }

    .mt-11 {
    margin-top: 160px;
    }

    .mb-6{
    margin-bottom: 70px;
    }


    .mb-7{

    margin-bottom: 37px;
    }


/*-- top --*/

.top {
    background: #fff;
    width: 100%;
    line-height: 0;
    position: relative;
    padding: 5px 0px;
    }

.top h3 {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 12px 0px;
  margin: 0px;
}


/*-- top --*/


/*-- logo-section --*/

.logo {
  text-align: center;
}


.logo img {
  padding: 12px 0px;
}

.logo-section {
	background: #330215;
}



.logo-details svg {
  fill: #fff;
  margin-right: 5px;
  vertical-align: middle;
}

.logo-details {
  /* align-content: center; */
  margin: 43px 0px;
}

.logo-details ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display:inline-block;
}



.logo-details ul li {
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 5px;
}


.logo-details ul li a {
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight:400;
  display: inline-block;
  text-decoration: none;
}

.logo-details ul li a:hover {
  fill: #f1b309;
  color: #f1b309;
  stroke: #f1b309;
}
 .logo-details  ul li a:hover svg {
  fill: #f1b309 ;
  color: #f1b309;
  stroke:#f1b309;
}


.login-process ul{
    list-style: none;
    margin:0;
    padding: 0;
    display: inline-block;
}

.login-process ul li{
  display: inline-block;
}


.login-process ul li a{
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight:400;
  text-decoration: none;
}

.login-process ul li a:hover{

    color: #f1b309;
}

.login-process ul li a:hover svg{
   fill: #f1b309;
}

.login-process svg {
  /* margin-right: 0px 12px; */
  margin: 0px 5px;
}

.login-process {
  margin: 48px 0px;
}

.icons{
  position: relative;
}

.icons span {
  position: absolute;
  background: #f1b309;
  color: #000;
  font-family: "barlow";
  border-radius: 50%;
  height: 17px;
  width: 17px;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  right: -5px;
  bottom: 12px;
}


/*-- logo-section --*/
/* Base Navbar Styles */
.navbar {
    background-color: #fff !important;
    padding: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    position: relative;
}

/* Container positioning */
.navbar .container-fluid {
    justify-content: center;
    position: relative;
    max-width: 100%;
    padding: 0 15px;
}

/* Mobile hamburger button */
.navbar-toggler {
    order: 1;
    margin-left: auto;
    border: none !important;
    padding: 6px 10px !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 4px !important;
    outline: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    box-shadow: none !important;
    outline: none !important;
}

.navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
}

/* Navbar collapse */
.navbar-collapse {
    order: 2;
    width: 100%;
}

/* Navigation items */
.navbar-nav {
    margin: 0 auto !important;
    align-items: center;
    flex-wrap: nowrap;
}

/* Base nav link styles */
.navbar-dark .navbar-nav .nav-link {
    font-family: "Barlow", sans-serif;
    color: #222 !important;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
}

/* Dropdown toggle styling */
.navbar-nav .nav-link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: transform 0.3s ease;
}

.navbar-nav .dropdown.show .dropdown-toggle::after,
.navbar-nav .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #f1b309 !important;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

/* Dropdown menu styles */
.navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: #f1b309;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.4);
    padding: 12px 6px;
    margin-top: 8px;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1000;
    left: 50%;
    transform-origin: top center;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu,
.navbar-nav .nav-item.dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) translateX(-50%);
    display: block;
}

/* Dropdown items */
.navbar-nav .dropdown-menu .dropdown-item {
    color: #000 !important;
    padding: 12px 20px;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    transition: all 0.3s ease;
    border-radius: 6px;
    margin: 3px 10px;
    text-align: left;
    position: relative;
}

.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.9);
    transform: translateX(-10px);
}

.navbar-nav .dropdown-menu .dropdown-item:active {
    color: #f1b309 !important;
    background-color: #000;
}

/* Dropdown arrow - improved positioning */
.navbar-nav .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f1b309;
    filter: drop-shadow(0 -2px 4px rgba(0,0,0,0.2));
}

/* Ultra Large Screens (1600px+) */
@media (min-width: 1600px) {
    .navbar .container-fluid {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 30px;
    }
    
.navbar-nav .nav-link {
	padding: 16px 28px;
	font-size: 16px;
	border-left: 1px solid #e3e3e3;
}
    
    .navbar-nav li:first-child .nav-link {
        border-left: none;
    }
    
    .navbar-nav .dropdown-menu {
        min-width: 240px;
    }
}

/* Extra Large Screens (1400px-1599px) */
@media (min-width: 1400px) and (max-width: 1599.98px) {
    .navbar .container-fluid {
        padding: 0 25px;
    }
    
    .navbar-nav .nav-link {
        padding: 15px 24px;
        font-size: 15px;
        border-left: 1px solid #444;
    }
    
    .navbar-nav li:first-child .nav-link {
        border-left: none;
    }
    
    .navbar-nav .dropdown-menu {
        min-width: 220px;
    }
}

/* Large Screens (1200px-1399px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .navbar .container-fluid {
        padding: 0 20px;
    }
    
    .navbar-nav .nav-link {
        padding: 14px 20px;
        font-size: 14px;
        border-left: 1px solid #444;
    }
    
    .navbar-nav li:first-child .nav-link {
        border-left: none;
    }
    
    .navbar-nav .dropdown-menu {
        min-width: 200px;
    }
}

/* Medium Large Screens (1025px-1199px) */
@media (min-width: 1025px) and (max-width: 1199.98px) {
    .navbar .container-fluid {
        padding: 0 15px;
    }
    
    .navbar-nav {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-right: 30px;
    }
    
    .navbar-nav::-webkit-scrollbar {
        display: none;
    }
    
    .navbar-nav .nav-link {
        padding: 12px 16px;
        font-size: 13px;
        border-left: 1px solid #444;
    }
    
    .navbar-nav li:first-child .nav-link {
        border-left: none;
    }
    
    .navbar-nav .dropdown-menu {
        min-width: 180px;
    }
    
    /* Scroll fade indicator */
    .navbar-collapse::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        background: linear-gradient(to left, rgba(0,0,0,0.9), transparent);
        pointer-events: none;
        z-index: 10;
    }
}

/* UPDATED: Tablet Responsive (768px-1024px) - Mobile Style Navigation */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .navbar {
        padding: 8px 0;
    }
    
    .navbar .container-fluid {
        padding: 0 20px;
    }
    
    /* Show hamburger menu for tablets */
    .navbar-toggler {
        display: block !important;
        background-color: rgba(0, 0, 0, 0.1) !important;
        border: 1px solid #ddd !important;
        padding: 8px 12px !important;
    }
    
    .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='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
    
    /* Hide navbar by default, show on toggle */
    .navbar-collapse:not(.show) {
        display: none !important;
    }
    
    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.95) !important;
        margin-top: 15px !important;
        border-radius: 8px !important;
        padding: 1.5rem !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
        border: 1px solid #333;
        backdrop-filter: blur(10px);
    }
    
    .navbar-collapse.show {
        display: block !important;
    }
    
    /* Vertical navigation layout */
    .navbar-nav {
        flex-direction: column !important;
        align-items: stretch !important;
        margin: 0 !important;
        padding-right: 0 !important;
        overflow: visible !important;
    }
    
    .navbar-nav::after {
        display: none !important;
    }
    
    /* Tablet nav links styling */
    .navbar-nav .nav-link,
    .mobile-nav-link {
        padding: 16px 24px !important;
        width: 100% !important;
        border: none !important;
        border-bottom: 1px solid #444 !important;
        margin: 0 !important;
        text-align: left !important;
        font-size: 18px !important;
        color: #fff !important;
        border-radius: 6px !important;
        display: block !important;
    }
    
    .navbar-nav .nav-link:hover,
    .mobile-nav-link:hover {
        background-color: rgba(241, 179, 9, 0.15) !important;
        color: #f1b309 !important;
        transform: translateX(5px);
    }
    
    .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none !important;
    }
    
    /* Tablet dropdown styling */
    .navbar-nav .dropdown-menu {
        position: static !important;
        float: none !important;
        width: 100% !important;
        margin-top: 8px !important;
        margin-left: 0 !important;
        background-color: rgba(241, 179, 9, 0.2) !important;
        border-radius: 8px !important;
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4) !important;
        border: 1px solid #666 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        display: none !important;
        backdrop-filter: blur(5px);
    }
    
    .navbar-nav .dropdown-menu.show {
        display: block !important;
    }
    
    .navbar-nav .dropdown-menu::before {
        display: none !important;
    }
    
    .navbar-nav .dropdown-menu .dropdown-item {
        padding: 16px 30px !important;
        font-size: 16px !important;
        color: #fff !important;
        background-color: transparent !important;
        border-radius: 6px !important;
        margin: 4px 12px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        transition: all 0.3s ease;
    }
    
    .navbar-nav .dropdown-menu .dropdown-item:last-child {
        border-bottom: none !important;
    }
    
    .navbar-nav .dropdown-menu .dropdown-item:hover,
    .navbar-nav .dropdown-menu .dropdown-item:focus {
        background-color: #f1b309 !important;
        color: #000 !important;
        transform: translateX(-8px);
        box-shadow: 0 2px 8px rgba(241, 179, 9, 0.3);
    }
    
    /* Dropdown toggle arrow styling for tablets */
    .navbar-nav .nav-link.dropdown-toggle::after {
        float: right;
        margin-top: 2px;
        color: #fff;
    }
}

/* Small Screens (576px-767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .navbar .container-fluid {
        padding: 0 8px;
    }
    
    .navbar-nav {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-right: 40px;
    }
    
    .navbar-nav::-webkit-scrollbar {
        display: none;
    }
    
    .navbar-nav .nav-link {
        padding: 12px 8px;
        font-size: 11px;
        border-left: 1px solid #444;
    }
    
    .navbar-nav li:first-child .nav-link {
        border-left: none;
    }
    
    .navbar-nav .dropdown-menu {
        min-width: 140px;
        font-size: 12px;
    }
    
    /* Scroll fade indicator */
    .navbar-collapse::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 30px;
        background: linear-gradient(to left, rgba(0,0,0,0.9), transparent);
        pointer-events: none;
        z-index: 10;
    }
}

/* Mobile Screens (below 576px) - Hamburger Menu */
@media (max-width: 575.98px) {
    .navbar {
        padding: 8px 0;
    }
    
    .navbar .container-fluid {
        padding: 0 15px;
    }
    
    .navbar-toggler {
        display: block !important;
    }
    
    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.95) !important;
        margin-top: 15px !important;
        border-radius: 8px !important;
        padding: 1rem !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
        border: 1px solid #333;
    }
    
    .navbar-collapse.show {
        display: block !important;
    }
    
    .navbar-nav {
        flex-direction: column;
        align-items: stretch;
        margin: 0 !important;
        padding-right: 0 !important;
    }
    
    .navbar-nav .nav-link,
    .mobile-nav-link {
        padding: 15px 20px !important;
        width: 100% !important;
        border: none !important;
        border-bottom: 1px solid #333 !important;
        margin: 0 !important;
        text-align: left;
        font-size: 16px !important;
        color: #fff !important;
        border-radius: 4px;
    }
    
    .navbar-nav .nav-link:hover,
    .mobile-nav-link:hover {
        background-color: rgba(241, 179, 9, 0.1) !important;
        color: #f1b309 !important;
    }
    
    .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none !important;
    }
    
    /* Mobile dropdown styling */
    .navbar-nav .dropdown-menu {
        position: static !important;
        float: none !important;
        width: 100% !important;
        margin-top: 8px !important;
        background-color: rgba(241, 179, 9, 0.15) !important;
        border-radius: 8px !important;
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3) !important;
        border: 1px solid #555 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        backdrop-filter: blur(10px);
    }
    
    .navbar-nav .dropdown-menu::before {
        display: none !important;
    }
    
    .navbar-nav .dropdown-menu .dropdown-item {
        padding: 14px 25px;
        font-size: 15px;
        color: #fff !important;
        background-color: transparent !important;
        border-radius: 6px;
        margin: 3px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .navbar-nav .dropdown-menu .dropdown-item:last-child {
        border-bottom: none;
    }
    
    .navbar-nav .dropdown-menu .dropdown-item:hover,
    .navbar-nav .dropdown-menu .dropdown-item:focus {
        background-color: #f1b309 !important;
        color: #000 !important;
        transform: translateX(-10px);
        box-shadow: 0 2px 8px rgba(241, 179, 9, 0.3);
    }
}

/* Hide toggle button on larger screens (above 1024px) */
@media (min-width: 1025px) {
    .navbar-toggler {
        display: none !important;
    }
    
    .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        background: none !important;
        margin-top: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        border: none !important;
    }
    
    .navbar-nav {
        flex-direction: row;
    }
    
    .navbar-nav .nav-item {
        flex-shrink: 0;
    }
}

/* Show toggle button for tablets and mobile */
@media (max-width: 1024px) {
    .navbar-toggler {
        display: block !important;
    }
    
    .navbar-collapse:not(.show) {
        display: none !important;
    }
}

/* Smooth transitions */
.navbar-nav .nav-item,
.navbar-nav .dropdown-item,
.navbar-nav .nav-link {
    transition: all 0.3s ease;
}

/* Dropdown positioning fix for larger screens */
@media (min-width: 1025px) {
    .navbar-nav .dropdown-menu {
        position: absolute !important;
        top: 100% !important;
        left: 50% !important;
        transform: translateX(-50%) translateY(-15px) !important;
        z-index: 1000 !important;
        display: none !important;
        float: none !important;
    }
    
    .navbar-nav .nav-item.dropdown:hover .dropdown-menu,
    .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: block !important;
        transform: translateX(-50%) translateY(0) !important;
        opacity: 1;
        visibility: visible;
    }
    
    /* Ensure dropdown doesn't go off-screen */
    .navbar-nav .nav-item.dropdown:last-child .dropdown-menu,
    .navbar-nav .nav-item.dropdown:nth-last-child(2) .dropdown-menu {
        left: auto !important;
        right: 0 !important;
        transform: translateY(-15px) !important;
    }
    
    .navbar-nav .nav-item.dropdown:last-child:hover .dropdown-menu,
    .navbar-nav .nav-item.dropdown:nth-last-child(2):hover .dropdown-menu {
        transform: translateY(0) !important;
    }
    
    .navbar-nav .nav-item.dropdown:last-child .dropdown-menu::before,
    .navbar-nav .nav-item.dropdown:nth-last-child(2) .dropdown-menu::before {
        left: auto;
        right: 20px;
        transform: none;
    }
}

/* Performance optimizations */
.navbar-nav .dropdown-menu {
    will-change: opacity, transform;
    backface-visibility: hidden;
}

.navbar-nav .nav-link {
    will-change: color, background-color;
}

/* Fix for Bootstrap dropdown behavior */
.navbar-nav .dropdown-menu.show {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

@media (min-width: 1025px) {
    .navbar-nav .dropdown-menu.show {
        transform: translateX(-50%) translateY(0) !important;
    }
    
    .navbar-nav .nav-item.dropdown:last-child .dropdown-menu.show,
    .navbar-nav .nav-item.dropdown:nth-last-child(2) .dropdown-menu.show {
        transform: translateY(0) !important;
    }
}

/* Ensure dropdown is always above other content */
.navbar-nav .nav-item.dropdown {
    position: relative;
    z-index: 1001;
}

/* Smooth hover transitions for larger screens */
@media (min-width: 1025px) {
    .navbar-nav .nav-item.dropdown .dropdown-menu {
        pointer-events: none;
        transition-delay: 0s;
    }
    
    .navbar-nav .nav-item.dropdown:hover .dropdown-menu,
    .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        pointer-events: auto;
        transition-delay: 0.1s;
    }
}

/* Print styles */
@media print {
    .navbar {
        background: white !important;
        color: black !important;
        box-shadow: none !important;
        border-bottom: 2px solid #000 !important;
    }
    
    .navbar-nav .nav-link {
        color: #000 !important;
    }
    
    .navbar-nav .dropdown-menu {
        display: none !important;
    }
    
    .navbar-toggler {
        display: none !important;
    }
}

/*-- banner --*/

.banner-section .carousel-control-prev {
    left: -75px;
}

.banner-section .carousel-control-next {
    right: -75px;
}


.carousel-inner{
    height:700px !important;
}


.banner-section .carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}



.banner-section .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    border-radius: 50%;
}


.slider-content {
    text-align: left;
}


.slider-content span {

    color: #bababa;
}

.slider-content h1 {
  font-family: "caveat", sans-serif;
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 75px;
}
.slider-content-down h1 {
	font-family: "caveat", sans-serif;
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 75px;
/*--	padding-top: 200px; --*/
}

/*-- banner --*/

.owl-carousel.version-1, .owl-carousel.version-2{
  position: relative;
  padding: 15px 35px 0;
}
.logo-slider-1, .logo-slider-2{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  text-align: center;
}
.owl-carousel .owl-item {
    background: #fff;
    padding: 0 20px;
}
.owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff !important;
    border-radius: 50%;
    margin: auto 0;
    box-shadow: 0px 0px 5px #00000069;
}
.owl-nav button.owl-next{
  right: 0;
}
.owl-nav button.owl-prev{
  left: 0;
}
.version-2 h2 {
    margin: 0px;
    font-size: 20px;
}
.version-2 p {
    font-size: 15px;
}
.version-2 .owl-item{
  text-align: center;
  padding: 10px 20px 20px;
}
.version-2 .owl-item img{
  width: 160px;
  margin: 0 auto;
}


.owl-stage-outer img {
  border-radius: 70px;
  height: 168px;
  object-fit: cover;
}

.owl-stage-outer img:hover{
    transform: scale(1.05);
}



.owl-tit h5 {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin: 10px 0px;

}

.owl-tit a {
      text-decoration: none;
}

.logo-slider-1 .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    padding: 10px 0px;
}





/*-- product-card --*/


.products-bg {
    background: url(../images/products-bg.png);
   /* --  background-size: cover; -- */
    background-repeat: no-repeat;
    width: 100%;
}

.leaf{
    position: relative;
}

.customer-choice-tit h4 {
    font-family: "outfit", sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #066533;
    margin-top: 30px;
}

.customer-choice-tit h2{
    font-family: "outfit", sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.product-card {
    border-radius: 6px;
    overflow: hidden;
    /*-- box-shadow: rgba(0,0,0,.30) 0 1px 1px; --*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: solid 1px #bbbbbb;
}

.product-card a{
  text-decoration: none;
}


.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.10);
}

.product-card:hover .product-card__info {
    background: antiquewhite;
}

.product-card:hover svg {
    stroke: #9fc425;
}
.product-card:hover span {
    color: #9fc326;
}

.product-card:hover .product-quantity span {
    color: #a2c725;
    background-color: #fff;
}


.product-card__image {
    height: 250px;
    overflow: hidden;
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-card__image img {
    transform: scale(1.05);
}



.product-card .product-card__info {
    padding: 20px;
    background: #fff;
    height: 100%;
}
.product-card .product-card__title {
    margin-bottom: 10px;
    color: #000;
    text-decoration: none;
    font-family: "Barlow", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    height: 69px;
}

.product-card .product-card__description {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    height: 69px;
}

.product-card .product-quantity span {
  background: #f0ebe7;
  padding: 5px 7px;
  border-radius: 7px;
  color: #000;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;

}

.product-card .product-quantity {
  margin: 15px 0px;
}

.product-card .product-card__price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}

.product-card .product-card__price {
  font-size: 19px;
  font-weight: 600;
  color: #066533;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
}

.product-card .product-card__btn {
    background-color: #000;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.product-card .product-card__btn:hover {
    background-color: #C71729;
}

@media (max-width: 480px) {
    .cont {
        max-width: 100%;
        padding: 0 20px;
    }

    .product-card__image {
        height: 200px;
    }

    .product-card__title {
        font-size: 1.3rem;
    }

    .product-card__description {
        font-size: 0.8rem;
    }

    .product-card__price {
        font-size: 1.1rem;
    }

    .product-card__btn {
        padding: 8px 16px;
        font-size: 0.8rem;
    }
}


/*-- product-card --*/


/*-- who-we-are --*/

.who-we-are h5 {
    font-size: 18px;
    font-weight: 500;
    color: #CD8973;
    padding: 0 0 3px;
    font-family: "Barlow", sans-serif;
}


.who-we-are h3 {
    font-family: "Barlow", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000;

}

.who-we-are p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #797979;
    font-family: "Barlow", sans-serif;
    margin: 20px 0px;
}

.who-we-are a{
    min-width: 145px;
    max-width: 100%;
    border-radius: 22px;
    background-color: #CD8973;
    min-height: 45px;
    border: 1px solid #f2efec;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    display: inline-block;
    padding: 9px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: box-shadow 0.5s;
    font-family: "Barlow", sans-serif;
    transition: all .3s linear;
    text-decoration: none;
}


.who-we-are a:hover {
    background: #000;
     color: #fff;
}


.who-we-are {
position: relative;

}

.who-img img {
    position: absolute;
    top: -20px;
    right: 0;
    z-index: -1111;
    animation: jumpThree 5s infinite linear;
}

/*-- who-we-are --*/


/* Achieveent section css Start */
.ayur-achievement-sec{
  background-image: url('../images/achievement-bg.png');
  padding: 80px 0 80px;
  background-size: cover;
  background-repeat: no-repeat;
  width:100%;
}
.ayur-heading-left{
  text-align: left;
  margin: 0;
}
.ayur-achieve-box-wrapper {
  display: grid;
  align-items: center;
  gap: 30px;
  width: 100%;
  grid-template-columns: auto auto;
  flex-wrap: wrap;
}
.ayur-achieve-box{
  max-width: 370px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #FFEBE4;
  display: grid;
  grid-template-columns: 100px 1fr;
  padding: 24px;
}
.ayur-achieve-icon{
  width: 75px;
  height: 75px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CD8973;
  box-shadow: 4px 4px 10.5px 0px #CD89734D;
  transition: all .3s linear;
}

.ayur-achieve-text{
  position: relative;
  border-left: 1px solid #F0F0F0;
  padding-left: 29px;
}
.ayur-achieve-box:hover .ayur-achieve-icon{
  transform: rotateY(360deg);
}
.ayur-achieve-text h2{
  font-size: 30px;
  font-weight: 800;
  color: #222;
  font-family: "Barlow";
}

.ayur-achieve-text p{
    font-family: "Barlow";
    font-weight: 400;
    /* color: #222; */
    font-size: 16px;
}

.ayur-counting::after{
  content: '+';
}
.ayur-counting.percent::after{
  content: '%';
}

.ayur-heading-wrap h5 {
    font-size: 18px;
    font-weight: 400;
    color: #CD8973;
    padding: 0 0 3px;
    font-family: "Barlow";
}

.ayur-heading-wrap h3 {
    font-size: 32px;
    font-weight: 700;
    color:#222;
    font-family: "Barlow";
}

@keyframes jumpThree {
  0%   {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
  40%  {-webkit-transform: translate3d(0,-20px,0);transform: translate3d(0,-20px,0);}
  100% {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
}

.who-img-2 img {
    /* position: absolute; */
    position: absolute;
    right: 0;
    /* top: -48px; */
    z-index: -111111;
    animation: jumpfour 5s infinite linear;
}

@keyframes jumpfour {
  0%   {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
  40%  {-webkit-transform: translate3d(-20px,0,0);transform: translate3d(-20px,0px,0);}
  100% {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
}


/* Achieveent section css End */




/*-- why-section & testimonial --*/

/* Trending-product & why  section css Start */
.ayur-trenproduct-sec {
  padding: 100px 0 70px;
}
.ayur-trenproduct-head {
  margin: 0 0 60px;
}
.ayur-why-head{
  margin: 0 0 22px;
}
.ayur-trenpro-bgshape img:nth-child(1){
  top: 25%;
  left: 0;
}
.ayur-trenpro-bgshape img:nth-child(2){
  top: 0;
  right: 3%;
  animation: jumpfour 5s infinite linear;
}
@keyframes jumpfour {
  0%   {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
  40%  {-webkit-transform: translate3d(-20px,0,0);transform: translate3d(-20px,0px,0);}
  100% {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
}
.ayur-why-sec {
    padding: 0px 0 100px;
    position: relative;
}

.ayur-why-textheading h3{
  font-size: 24px;
  font-weight: 700;
}
.ayur-why-textheading p {
    padding: 15px 0 19px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222;
    font-family: "Barlow", sans-serif;
    margin: 0px;
}

.ayur-why-textheading ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ayur-why-textheading ul li{
  display: flex;
  align-items: center;
  padding: 10px 0 10px;
  gap: 5px;
}
.ayur-why-btn{
  padding: 10px 0 0;
}

.ayur-why-secbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0px;
    gap: 16px;
}


.ayur-why-box {
	max-width: 265px;
	padding: 30px 15px;
	background-color: #fff;
	border: 1px solid #FFEBE4;
	text-align: center;
	border-radius: 10px;
	transition: all .3s ease-in-out;
	height: 237px;
}

.ayur-why-box:hover{
  box-shadow: 3px 4px 29.6px 0px #0000000F;
  transform: translateY(-5px);
}

.ayur-why-boxicon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #CD8973;
    box-shadow: 4px 4px 10.5px 0px #CD89734D;
    text-align: center;
    margin: 0 auto 10px;
    transition: all .3s linear;
}

.ayur-why-boxtext h4{
  font-size: 18px;
  font-weight: 600;
  color: var(--ayur-banheading-color);
}

.ayur-why-boxtext p {
	font-family: "barlow";
	font-size: 15px;
	font-weight: 400;
}
.ayur-why-box:hover .ayur-why-boxicon{
  transform: rotateY(360deg);
}

.ayur-why-bgshape img {
    animation: jumpThree 5s infinite linear;
    top: -293px;
    position: absolute;
    z-index: -1111;
}

/* Trending-product & why section css End */
/*-- testimonials --*/

/* Slider */

.slick-slide {
    margin: 0px 20px;
}


.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;

}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display:inline-block;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.19), 0 px 0px rgba(0, 0, 0, 0.23);
    padding:0px 5px;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.customer-logos {
    overflow: hidden;

}

.customer-logos ul {

    text-align: center;
    width: 100%;
}

.slick-dots {
    list-style: none;
    margin: 60px 0px 0px;
    padding: 0;
    display: inline-block;
}

.slick-dots li {
    margin: 25px 5px 0px 5px;
    display: inline-block;
}


.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    text-indent: 50000px;
    border: none;
}

.slick-active button {
    background-color: #cd8973;
}

.testimonials {
    /* margin-bottom: 60px; */
    background: url(../images/test-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px 60px 0px;
}


.testimonials h2 {
    margin-bottom: 50px;
}



.ayur-test-box{
  max-width: 570px;
  padding: 5px;
  box-shadow: 3px 4px 29.6px 0px #0000000F;
  background-color: #fff;
  border-radius: 10px;
  transition: all .3s linear;
}

.ayur-test-text{
  max-width: 560px;
  padding: 20px 24px;
  border-radius: 5px;
  background-color: #fcf9f8;
  height:310px;
}

.ayur-test-text p {
    font-family: "barlow";
    font-size: 15px;
    font-weight: 400;
    color: #989695;
}

.ayur-test-namesec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 25px 20px;
}

.ayur-testname h3{
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin-top: 10px;
}

.ayur-testimonial-section .swiper-button-prev:hover svg path, .ayur-testimonial-section .swiper-button-next:hover svg path{
  fill:#cd8973;
}

.ayur-test-box .ayur-test-namesec .ayur-testquote svg path{
  transition: all .3s linear;
}
.ayur-test-box:hover .ayur-test-namesec .ayur-testquote svg path{
  fill: #cd8973;
  opacity: 1;
}


/*-- testimonials --*/

/*-- why-section & testimonial --*/






/*-- product-page



#all-about-product {
  background-color: #fff;
  color: #333;
}
#all-about-product .badge {
  text-transform: uppercase;
  letter-spacing: .05em;
}

#all-about-product h1.display-5 {
  line-height: 1.2;
}


#all-about-product .badge.bg-light {
  font-weight: 500;
  padding: .4em .75em;
}
#all-about-product h3.text-primary {
  font-size: 1.75rem;
  font-weight: 700;
  color: #D4969B !important;
}


#all-about-product p.text-muted {
  font-size: 1rem;
  max-width: 500px;
}


#all-about-product .input-group button {
  width: 2.75rem;
  border-color: #ccc;
}
#all-about-product .input-group input {
  border-color: #ccc;
}


#all-about-product button[type="submit"] {
  background-color: #D4969B;
  border-color: #D4969B;
  font-size: 1.1rem;
  padding: .75em;
}


#all-about-product .card {
  border-radius: .75rem;
  overflow: hidden;
}
#all-about-product .card-img-top {
  object-fit: cover;
  height: 180px;
}
#all-about-product .card-title {
  font-size: .9rem;
  font-weight: 600;
}


#all-about-product .row.gy-3 i {
  font-size: 2rem;
  color: #D4969B;
}
#all-about-product .row.gy-3 span {
  font-size: .95rem;
  font-weight: 500;
}


.product-details {
    background-color: #f3e9db;
    width: 100%;
    height: 600px;
}

.product-details img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.product-price-card {
    background: #f2f2f2;
    padding: 4rem 6rem;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-top: 3vh;
    width: 100%;
}

.product-card-bg {
    background: #fbf4eb;
    padding: 0px 50px;
    margin: 50px 0px;
    border-radius: 7px;
    /* object-fit: inherit;
}


.product-price-card h1 {
    font-family: "Barlow";
    font-weight: 600;
    font-size: 45px;
    color: #3b3b3b;
    display: inline-block;
    margin: 10px 0px;
}

.product-price-card a {
    font-family: "Barlow";
    font-size: 9px;
    border: 1px solid #3b3b3b;
    display: inline-block;
    padding: .4rem 2rem .4rem;
    border-radius: 30px;
    color: #3b3b3b;
    font-weight: 400;
    text-decoration: none;
}  --*/
.thumbnail-img {
    cursor: pointer;
    /* opacity: 0.6; */
}
  .active-thumbnail {
    opacity: 1; border-color: #333 !important;
}

.product-info p {
    font-family: "Barlow";
    font-size: 16px;
    font-weight: 400;
}

.product-info h1 {
    font-family: "Barlow";
    font-weight: 500;
    font-size: 28px;
}

.variants label {
    display: block;
    font-family: "Barlow";
    font-weight: 400;
    font-size: 16px;
}



.border {
    border: 1px solid #00000040 !important;
    margin: 10px 0px;
}

.main-img {
    border-radius: 5px;
}
.main-img img{
 border-radius: 10px;
}

      .horizontal-accordion {
            display: flex;
            gap: 20px;
            min-height: 400px;
        }

.accordion-headers {
    flex: 0 0 300px;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    height: 100%;
}

        .accordion-bodies {
            flex: 1;
            border: 1px solid #dee2e6;
            border-radius: 0.375rem;
            background-color: #f8f9fa;
            position: relative;
            height: fit-content;
        }

        .accordion-header-custom {
            border-bottom: 1px solid #dee2e6;
            margin: 0;
        }

        .accordion-header-custom:last-child {
            border-bottom: none;
        }

        .accordion-button-custom {
            background-color: #fff;
            border: none;
            padding: 1rem;
            width: 100%;
            text-align: left;
            font-weight: 600;
            color: #212529;
            transition: all 0.15s ease-in-out;
            position: relative;
        }

        .accordion-button-custom:hover {
            background-color: #e9ecef;
        }

        .accordion-button-custom.active {
        background-color: #faebd7;
        color: #000;
        }

        .accordion-button-custom::after {
            content: '+';
            position: absolute;
            right: 1rem;
            font-size: 1.2rem;
            font-weight: bold;
            transition: transform 0.15s ease-in-out;
        }

        .accordion-button-custom.active::after {
            content: '−';
            transform: rotate(0deg);
        }

.accordion-body-custom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    font-family: "Barlow";
    font-weight: 400;
    height: fit-content;
}

.accordion-body-custom.show {
    opacity: 1;
    visibility: visible;
    background: antiquewhite;
}

.accordion-body-custom h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #066533;
    font-size: 1.5rem;
}

        @media (max-width: 768px) {
            .horizontal-accordion {
                flex-direction: column;
                gap: 15px;
            }

            .accordion-headers {
                flex: none;
            }

            .accordion-bodies {
                min-height: 300px;
            }
        }


.stay-in-loop {
    background:url(../images/contact-bg.avif);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 130px;
}

.stay-in-loop h3 {
    font-family: "Barlow";
    color: #fff;
    font-weight: 500;
    font-size: 40px;
}

.stay-in-loop p{
    font-family: "Barlow";
    color: #fff;
    font-weight: 500;
    line-height: 22px;
}

.stay-in-loop input {
    padding: 10px 10px 10px 0px;
    background: transparent;
    font-family: "Barlow";
    font-weight: 400;
    font-size: 14px;
    font-style: var(--framer-input-font-style);
    color: #fff;
    border: 1px solid #FFF;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 280px;
    letter-spacing: em;
    line-height: 1.2em;
    padding: 10px;
    display: inline-block;
}

.sub-btn {
    margin: 15px 0px;
}

.sub-btn button{
    text-decoration: none;
    color: #000;
    background: #fff;
    display: inline-block;
    padding: 8px 16px;
    font-family: "Barlow";
    font-size: 12px;
    font-weight: 500;
    border-radius: 6px;
    border: none;
}

.sub-btn button:hover {
    color: #fff;
    background: #836034;
}


.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #000 !important;
    background-color: #faebd7 !important;
    border-color: #faebd7 !important;
}

.btn:hover{
    background-color: #000 !important;
    border: solid 1px #000;
}

/*-- product-page --*/


        /* Sidebar Checkout */
        .checkout-sidebar {
            position: fixed;
            top: 0;
            right: -420px;
            width: 420px;
            height: 100vh;
            background: #ffffff;
            box-shadow: -3px 0 15px rgba(0,0,0,0.1);
            transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            z-index: 1050;
            overflow-y: auto;
            border-left: 1px solid #e9ecef;
        }

        .checkout-sidebar.open {
            right: 0;
        }

        .sidebar-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: rgba(0,0,0,0.5);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 1040;
        }

        .sidebar-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .sidebar-header {
            padding: 25px 20px;
            border-bottom: 1px solid #f0f0f0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #f8f9fa;
        }

.sidebar-header h5 {
    font-weight: 600;
    color: #333;
    margin: 0;
    font-size: 18px;
    font-family: "barlow";
}

        .sidebar-content {
            padding: 20px;
        }

        .cart-item {
            display: flex;
            align-items: flex-start;
            padding: 20px 0;
            border-bottom: 1px solid #f0f0f0;
            position: relative;
        }

        .cart-item:last-child {
            border-bottom: none;
        }

        .cart-item-image {
            width: 70px;
            height: 70px;
            object-fit: cover;
            border-radius: 8px;
            margin-right: 15px;
            border: 1px solid #f0f0f0;
        }

        .cart-item-details {
            flex: 1;
        }

        .cart-item-name {
            font-weight: 600;
            margin-bottom: 8px;
            color: #333;
            font-size: 14px;
            line-height: 1.4;
        }

.cart-item-price {
    color: #f1b309;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}


        .cart-item-quantity {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .qty-btn {
            width: 32px;
            height: 32px;
            border: 1px solid #ddd;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.2s ease;
        }

        .qty-btn:hover {
            background: #f8f9fa;
            border-color: #999;
        }

        .qty-display {
            min-width: 30px;
            text-align: center;
            font-weight: 500;
            color: #333;
        }

        .cart-summary {
            border-top: 2px solid #f0f0f0;
            padding-top: 25px;
            margin-top: 25px;
        }

        .summary-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 12px;
            font-size: 14px;
        }

        .summary-row span {
    font-size: 14px;
    font-family: "Barlow";
    font-weight: 400;
}

        .summary-row.total {
            font-weight: bold;
            font-size: 18px;
            padding-top: 15px;
            border-top: 1px solid #f0f0f0;
            color: #333;
        }



.remove-item {
    position: absolute;
    top: 15px;
    right: 0;
    background: none;
    border: none;
    color: #f1b309;
    cursor: pointer;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

        .remove-item:hover {
            background: #f1b309;
            color: #fff;
        }

        .empty-cart {
            text-align: center;
            padding: 50px 20px;
            color: #666;
        }

        .empty-cart i {
            font-size: 48px;
            margin-bottom: 20px;
            color: #ddd;
        }

.checkout-btn {
    background: linear-gradient(135deg, #000, #000);
    border: none;
    padding: 15px;
    font-weight: 600;
    border-radius: 8px;
    font-family: "Barlow";
    font-size: 16px;
}

.checkout-btn:hover {
    background: linear-gradient(135deg, #faebd7, #faebd7);
    color: #000;
    border: solid 1px antiquewhite;
}

        .view-cart-btn {
    border: 2px solid #f1b309;
    color: #f1b309;
    padding: 12px;
    font-weight: 500;
    border-radius: 8px;
    font-family: "Barlow";
    font-size: 16px;
    /* transition: all 0.3s ease; */
}

        .view-cart-btn:hover {
            background: #e91e63;
            color: white;
        }

        /* Success message */
        .cart-success-message {
            position: fixed;
            top: 20px;
            right: 20px;
            z-index: 2000;
            opacity: 0;
            transition: opacity 0.3s ease;
            background: #d4edda;
            color: #155724;
            padding: 12px 20px;
            border-radius: 8px;
            border: 1px solid #c3e6cb;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        /* Mobile responsive */
        @media (max-width: 768px) {
            .checkout-sidebar {
                width: 100%;
                right: -100%;
            }

            .sidebar-header {
                padding: 20px 15px;
            }

            .sidebar-content {
                padding: 15px;
            }
        }




/*-- product-listing-page  --*/

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
}

.header h1 {
    font-family: "Barlow";
    font-weight: 600;
    font-size: 25px;
    color: #066533;
}

.refine-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin: 10px 0px;
    border-radius: 4px;
    font-family: "Barlow";
    font-weight: 500;
    font-size: 13px;
}

.refine-btn:hover {
    background: #f1b309;
    color: #000;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    margin-top: 30px;
}

/* Sidebar Styles */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9998; /* INCREASED z-index */
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* FIXED: Corrected sidebar positioning and properties */
.refine-sidebar {
    position: fixed;
    top: 0;
    right: -420px; /* FIXED: Changed from -535px to -420px */
    width: 400px;
    height: 100%;
    background: white;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    transition: right 0.3s ease;
    z-index: 9999; /* INCREASED z-index */
    overflow-y: auto;
    /* FIXED: Corrected invalid CSS property */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.refine-sidebar.active {
    right: 0;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 16px;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
}

.sidebar-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Barlow";
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px;
}

/* IMPROVED: Close button styling */
.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    transition: all 0.3s ease;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.close-btn:hover {
    color: #000;
    background-color: #f0f0f0;
}

.sidebar-content {
    padding: 30px;
}

.filter-section {
    margin-bottom: 35px;
}

.filter-section:last-child {
    margin-bottom: 0;
}

.filter-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #000;
}

/* FIXED: Added proper list reset */
.filter-options {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-option {
    margin-bottom: 12px;
}

.filter-option label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #555;
    transition: color 0.3s ease;
    font-family: "outfit";
    margin: 0; /* Reset any Bootstrap margin */
}

.filter-option label:hover {
    color: #000;
}

.filter-option input[type="checkbox"] {
    margin-right: 12px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.price-range {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.price-input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-family: "outfit";
    width: 100%;
    border-radius: 4px; /* ADDED border-radius */
    box-sizing: border-box; /* ADDED for better sizing */
}

.price-input:focus {
    outline: none;
    border-color: #000;
}

.apply-filters {
    width: 100%;
    background: #000;
    color: white;
    border: none;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 30px;
    transition: background 0.3s ease;
    border-radius: 4px; /* ADDED border-radius */
    box-sizing: border-box; /* ADDED for better sizing */
}

.apply-filters:hover {
    background: #333;
}

.clear-filters {
    width: 100%;
    background: transparent;
    color: #666;
    border: 1px solid #ddd;
    padding: 12px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.3s ease;
    border-radius: 4px; /* ADDED border-radius */
    box-sizing: border-box; /* ADDED for better sizing */
}

.clear-filters:hover {
    border-color: #000;
    color: #000;
} 

/* Responsive */
@media (max-width: 768px) {
    .refine-sidebar {
        width: 100%;
        right: -100%;
    }
    
    .refine-sidebar.active {
        right: 0;
    }

    .sidebar-content {
        padding: 20px;
    }
} 

/*-- product-listing-page --*/






/*-- contact-us --*/
.get-in-touch {
  padding: 0px 110px;
}

.get-in-touch h2 {
  font-family: saira;
  font-size: 36px;
  font-weight: 600;
}

.get-in-touch p {
  font-family: saira;
  font-size: 15px;
  font-weight: 400;
  color: #282828;
  line-height: 26px;
}

.get-in-touch span {
  color: #12a0db;
}

.company-details {
    /* background: #fff; */
    padding: 40px 20px;
    border-radius: 20px;
    height: 100%;
}

.company-details h4 {
    font-family: "outfit";
    font-size: 38px;
    color: #000;
    font-weight: 500;
    margin: 20px 0px;
    line-height: 49px;
}


.company-details p {
    font-family: outfit;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    border-bottom: solid #000 1px;
    padding: 0px 0px 30px;
}

.contact-form {
  padding: 20px 40px;
  margin-bottom: 70px;
}

.company-details h5 {
    font-family: "outfit";
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    color: #000;
}

.company-details h6 {
    font-family: "outfit";
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    color: #000;
    margin-left: 6px;
}

.company-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.company-details li {
    margin: 20px 0px;
}

.company-details li a {
    color: #000;
    text-decoration: none;
    font-family: "outfit";
}

.company-details li svg {
    fill: #f0b209;
    margin-right: 10px;
}

.company-details li a:hover {
  color: #12a0db;
}


.form-group label {
    font-family: "outfit";
    font-size: 18px;
    font-weight: 500;
}

.contact-form-bg .form-group input {
    border-radius: 4px;
    padding: 13px 16px;
    margin: 10px 0px;
}

#message {
    border-radius: 4px;
}

.contact-form input:focus {
  outline: none;
  box-shadow: inherit;
  background:#fff;
  color: #000;
}

.form-group button {
    color: #fff;
    font-family: "outfit";
    font-size: 18px;
    font-weight: 500;
    /* margin: 20px 0px; */
    background: #f5b608;
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    border-radius: 8px;
    border: none;
    margin: 15px 0px;
}

.form-group button:hover {
    color: #000;
    background: antiquewhite;
}

.contact-form-bg h4 {
    font-family: "outfit";
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin: 10px 0px 0px;
    color: #fff;
}

.contact-form-bg h5 {
    font-family: "outfit";
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0px 20px;
    color: #fff;
}

.address-info ul{

list-style:none;
margin: 0;
padding:0;
display: inline-block;
}

.address-info {
    border: solid 1px #d7d7d7;
    border-radius: 25px;
    padding: 11px;
}

.address-info:hover {
    background: #fae9df;
    color: #fff;
}

.address-info svg{
    margin-right: 10px;
}

.address-info li a{
    font-family: "outfit";
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
}


.address-info li p {
    font-family: "outfit";
    font-size: 14px;
    color: #464646;
    font-weight: 400;
    margin: 4px 0px;
}


.address-info li h4 {
    font-family: "outfit";
    font-size: 20px;
    font-weight: 500;
    color: #ed723f;
}


nopadding {
  padding: 0 !important;
}

.map iframe {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}

.location {
  width: 100%;
  display: inline-block;
}


.contact-form-bg {
    background: #000;
    padding: 20px;
    border-radius: 8px;
}

nopadding {
  padding: 0 !important;
}

.map iframe {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}

.location {
  width: 100%;
  display: inline-block;
}



@media only screen and (max-width: 600px) {
    
    .login-process {
  margin: 0px 0px;
}
  .get-in-touch {
    padding: 0px;
    margin: 40px 0px;
  }

  .company-details {
    padding: 40px 0px;
  }

.company-details li {
    margin: 0px 20px;
}

  .form-group {
    margin: 30px 0px;
  }
}



/*-- contact-us --*/



/*-- login --*/



.login-form {
    margin: 35px 0;
}
.login-form .step-container {
    position: relative;
    text-align: center;
    transform: translateY(-45%);
}
.login-form .step-circle .icons {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e2e2e2;
    line-height: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 6px;
}
.login-form .step-circle .icons svg {
    fill: #e2e2e2 !important;
}
.login-form .progress-bar,
.login-form .step-circle.active .icons {
    background-color: #061fa2;
}
.login-form .step-circle.active .icons svg {
    fill: #fff !important;
}
.login-form .step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #e2e2e2;
    z-index: -1;
}
.login-form #multi-step-form {
    overflow-x: hidden;
    margin-top: 45px;
}
.login-form .progress {
    background: #e2e2e2 !important;
}
.login-form .step-circle h3 {
    position: absolute;
    font-size: 17px;
    bottom: -30px;
    width: 150px;
}
.login-form h4 {
    font-size: 17px;
    color: #646464;
    text-align: left;
    font-weight: 400;
    margin: 0;
}
.login-form h5 {
    font-size: 27px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    margin: 0 0 50px;
    text-align: left;
}
.login-form label, .order-box h4 {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    font-family: "Barlow";
}
.login-form label span {
    color: red;
}
.login-form input[type="email"],
.login-form input[type="password"],
.login-form input[type="text"] {
    background: #fffaf3;
  border: 1px solid #dbd3c9;
  padding: 12px 10px;
  position: relative;
  margin: 5px 0px;
  font-family: "Barlow";
}

.form-group {
    margin: 13px 0px;
}



.toggle-password {
    position: absolute;
    top: 50px;
    right: 10px;
}
.login-form textarea {
    background: #f9f9fb;
    border: 1px solid #aeafc5;
    padding: 12px 10px;
    height: 130px;
}


.login-page {
    width: 420px;
    margin: 50px auto;
    font-family: "Outfit", sans-serif;

}
.normal-checkbox label {
    cursor: pointer;
}
.normal-checkbox input[type="checkbox"] {
    width: 43px;
    height: 20px;
    -webkit-appearance: none;
    background: #c6c6c6;
    outline: 0;
    border-radius: 20px;
    box-shadow: inset 0 0 10px rgba(75, 35, 0, 0.4);
    transition: 0.7s;
    position: relative;
    top: 5px;
}
.normal-checkbox input:checked[type="checkbox"] {
    background: #f5b608;
}
.normal-checkbox input[type="checkbox"]:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    top: 2px;
    left: 5px;
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
.normal-checkbox input:checked[type="checkbox"]:before {
    left: 23px;
}
.forgot-password {
    float: right;
    font-size: 17px;
    color: #0c6834;
    font-weight: 500;
}
.login-btn {
    font-size: 16px;
    background: #000 !important;
    color: #fff;
    padding: 11px 16px;
    display: inline-block;
    border-radius: 5px;
    border: 0;
    width: 100%;
    cursor: pointer;
}

.login-btn:hover {
    color: #000;
    background: #f1b309 !important;
}

p.login-getstart {
    text-align: center;
    padding: 0;
}
p.login-getstart a {
    color: #0a6834;
    text-decoration: underline;
}
/*-- login --*/


/* sign-up */


.signup .getstarted-form {
    margin-bottom:40px;
}
.signup .getstarted-form .step-container {
    position: relative;
    text-align: center;
    transform: translateY(-45%);
}
.signup .getstarted-form .step-circle .icons {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e2e2e2;
    line-height: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 6px;
}
.signup .getstarted-form .step-circle .icons svg {
    fill: #e2e2e2 !important;
}
.signup .getstarted-form .progress-bar,
.signup .getstarted-form .step-circle.active .icons {
    background-color: #061fa2;
}
.signup .getstarted-form .step-circle.active .icons svg {
    fill: #fff !important;
}
.signup .getstarted-form .step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #e2e2e2;
    z-index: -1;
}
.signup .getstarted-form #multi-step-form {
    overflow-x: hidden;
    margin-top: 45px;
}
.signup .getstarted-form .progress {
    background: #e2e2e2 !important;
}
.signup .getstarted-form .step-circle h3 {
    position: absolute;
    font-size: 17px;
    bottom: -30px;
    width: 150px;
}
.signup.getstarted-form h4 {
    font-size: 17px;
    color: #646464;
    text-align: left;
    font-weight: 400;
    margin: 0;
}
.signup .getstarted-form h5 {
    font-size: 27px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    margin: 0 0 50px;
    text-align: left;
}
.signup .getstarted-form label,
.order-box h4 {
    font-size: 17px;
    color: #000;
    font-weight: 500;
}
.signup .getstarted-form label span {
    color: red;
}
.signup .getstarted-form input[type="email"],
.signup .getstarted-form input[type="password"],
.signup .getstarted-form input[type="text"] {
    background: #fffaf3;
  border: 1px solid #dbd3c9;
  padding: 12px 10px;
  position: relative;
  margin: 5px 0px;
}

.signup .form-group {
    margin: 13px 0px;
}

.signup .signup-page {
    width: 420px;
    margin: 0px auto;
    font-family: "Outfit", sans-serif;
}


.signup .phone input {
    padding: 12px 10px !important;
    background: #fffaf3 !important;
}

/* sign-up */


/*-- SHopping-Cart --*/

 /* Main Content */
        .main-content {
            padding: 40px 0;
            min-height: 80vh;
        }

.page-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    color: #0a6332;
    font-weight: 500;
    font-family: 'Barlow';
}

        .cart-container {


            margin-top: 30px;
        }

        /* Cart Items */
.cart-items {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    height: 100%;
}

.cart-header {
    display: grid;
    grid-template-columns: 1fr 120px 120px 120px 60px;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
}

        .cart-item {
            display: grid;
            grid-template-columns: 1fr 120px 120px 120px 60px;
            gap: 20px;
            padding: 25px 0;
            border-bottom: 1px solid #f0f0f0;
            align-items: center;
        }

        .item-details {
            display: flex;
            gap: 20px;
            align-items: center;
        }

        .item-image {
            width: 80px;
            height: 80px;
            border-radius: 8px;
            object-fit: cover;
            border: 1px solid #eee;
        }

        .item-info h3 {
            font-size: 16px;
            margin-bottom: 5px;
            color: #333;
            font-family:"Barlow";
        }

        .item-info p {
            color: #666;
            font-size: 14px;
            font-family:"Barlow";
        }

        .quantity-controls {
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #ddd;
            border-radius: 6px;
            overflow: hidden;
        }

        .quantity-btn {
            background: #f8f8f8;
            border: none;
            width: 35px;
            height: 35px;
            cursor: pointer;
            font-size: 16px;
            transition: background-color 0.3s;
        }

        .quantity-btn:hover {
            background: #e8e8e8;
        }

        .quantity-input {
            border: none;
            width: 50px;
            text-align: center;
            font-size: 14px;
            padding: 8px 0;
        }

        .item-price {
            font-weight: 600;
            color: #333;
            text-align: center;
        }

        .item-total {
            font-weight: 700;
            color: #d4af37;
            text-align: center;
        }

        .remove-btn {
            background: none;
            border: none;
            color: #ff6b6b;
            cursor: pointer;
            font-size: 18px;
            padding: 5px;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s;
        }

        .remove-btn:hover {
            background: #ff6b6b;
            color: white;
        }

        /* Cart Summary */
.cart-summary {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    height: fit-content;
    /* position: sticky; */
    /* top: 120px; */
}
        .summary-title {
            font-size: 20px;
            margin-bottom: 25px;
            color: #333;
            font-weight: 600;
        }

        .summary-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px;
            padding: 8px 0;
        }

        .summary-row.total {
            border-top: 2px solid #f0f0f0;
            padding-top: 20px;
            margin-top: 20px;
            font-weight: 700;
            font-size: 18px;
            color: #333;
        }

.discount-code {
    margin: 6px 0;
}

.discount-input {
    width: 50%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 14px;
}

.apply-btn {
    width: 35%;
    padding: 10px 15px;
    background: #000;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
    font-family: "Barlow";
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.apply-btn:hover {
    background: #f1b309;
    color: #000;
}

        .checkout-btn {
            width: 100%;
            padding: 18px;
            background: linear-gradient(135deg, #d4af37, #f4d03f);
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 20px;
        }

        .checkout-btn:hover {
            box-shadow: 0 6px 20px rgba(212, 175, 55, 0.3);
        }

.continue-shopping {
    display: inline-block;
    padding: 10px;
    /* margin: 10px 0px; */
}

.continue-shopping a {
    color: #666;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
    font-family: "Barlow";
    color: #000;
    padding: 8px 28px;
    font-size: 16px;
    font-weight: 500;
}

        .continue-shopping a:hover {
            color: #fff;
            background: #000;
        }

        /* Empty Cart */
        .empty-cart {
            text-align: center;
            padding: 60px 20px;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        }

        .empty-cart-icon {
            font-size: 64px;
            color: #ddd;
            margin-bottom: 20px;
        }

        .empty-cart h2 {
            font-size: 24px;
            margin-bottom: 15px;
            color: #333;
        }

        .empty-cart p {
            color: #666;
            margin-bottom: 30px;
        }

        .shop-now-btn {
            padding: 15px 30px;
            background: #d4af37;
            color: white;
            text-decoration: none;
            border-radius: 6px;
            font-weight: 600;
            transition: background-color 0.3s;
        }

        .shop-now-btn:hover {
            background: #b8941f;
        }

.order h4 {
    margin: 10px 0px;
    font-family: "Barlow";
    font-weight: 500;
    font-size: 20px;
}


.bg-order {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    height: 100%;
    margin: 27px 0px;
}
        /* Responsive Design */
        @media (max-width: 768px) {
            .cart-container {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .cart-header {
                display: none;
            }

            .cart-item {
                grid-template-columns: 1fr;
                gap: 15px;
                padding: 20px;
                background: #f9f9f9;
                border-radius: 8px;
                margin-bottom: 15px;
                border: none;
            }

            .item-details {
                flex-direction: column;
                text-align: center;
            }

            .mobile-labels {
                display: block;
                font-weight: 600;
                color: #666;
                font-size: 12px;
                text-transform: uppercase;
                margin-bottom: 5px;
                font-family: "Barlow";
            }

            .nav-links {
                display: none;
            }

            .page-title {
                font-size: 28px;
            }
        }

        @media (min-width: 769px) {
            .mobile-labels {
                display: none;
            }
        }

        /* Animations */
        .cart-item {
            opacity: 0;
            animation: fadeInUp 0.5s ease forwards;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeOut {
            from {
                opacity: 1;
                transform: translateY(0);
            }
            to {
                opacity: 0;
                transform: translateY(-20px);
            }
        }

        .cart-item:nth-child(2) { animation-delay: 0.1s; }
        .cart-item:nth-child(3) { animation-delay: 0.2s; }
        .cart-item:nth-child(4) { animation-delay: 0.3s; }




.funtionalies {
    float: right;
    margin: 0px;
}
.clear-button button {
    font-family: "Barlow";
    font-weight: 500;
    padding: 5px 10px;
    display: inline-block;
    border: none;
    background: none;
    border-bottom: solid 1px #000;
}


.clear-button button:hover{
    color: #006236;
}

.clear-button {
    display: inline-block;*/
}

        /*-- Shopping-cart --*/







/*-- check-out --*/


        .checkout-container {
            margin-top: 2rem;
            margin-bottom: 2rem;
        }

        .checkout-card {
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            overflow: hidden;
            margin-bottom: 2rem;
        }

.checkout-header {
    background: #f1b309;
    color: #000;
    padding: 20px;
    text-align: center;
    font-family: "barlow";
    font-weight: 500;
    /* font-size: 20px; */
}

.checkout-header h2 {
    margin: 0;
    font-weight: 400;
    font-family: "barlow";
    font-size: 22px;
}

.checkout-header h3 {
    margin: 0;
    font-weight: 600;
    font-family: "barlow";
    font-size: 22px;
}

.con-tit {
    font-family: "Barlow";
    font-size: 20px;
    font-weight: 600;
}
        .checkout-body {
            padding: 2rem;
        }

.form-label {
    font-weight: 500;
    color: #000;
    margin-bottom: 0.5rem;
    font-family: "barlow";
    font-size: 15px;
}

.form-control, .form-select {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}
        .form-control:focus, .form-select:focus {
            border-color: #000;
            box-shadow: 0 0 0 0.2rem rgba(255, 107, 157, 0.25);
        }

        .order-summary {
            background: #f8f9fa;
            border-radius: 15px;
            padding: 1.5rem;
            margin-bottom: 1.5rem;
        }

.product-item {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #cccc;
}

        .product-item:last-child {
            border-bottom: none;
        }

        .product-image {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.2rem;
            margin-right: 1rem;
        }

.product-details {
    flex: 1;
    font-family: "Barlow";
    font-size: 15px;
    font-weight: 500;
}

        .product-name {
            font-weight: 600;
            margin-bottom: 0.25rem;
        }

        .product-price {
            color: var(--primary-color);
            font-weight: 700;
        }

        .quantity-controls {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

.quantity-btn {
    background: #f1b309;
    color: #000;
    border: none;
    width: 26px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

        .quantity-btn:hover {
            background: var(--secondary-color);
            transform: scale(1.1);
        }

        .quantity-input {
            width: 60px;
            text-align: center;
            border: 1px solid #f4f4f4;
            border-radius: 5px;
            padding: 0.25rem;
        }

        .summary-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 0.5rem;
            padding: 0.5rem 0;
        }

.summary-row.total {
    border-top: 1px solid #ccc;
    margin-top: 1rem;
    padding-top: 1rem;
    font-weight: 700;
    font-size: 1.1rem;
    color: #000;
    font-family: "barlow";
}
        .payment-methods {
            margin-bottom: 2rem;
        }

        .payment-option {
            border: 1px solid #f4f4f4;
            border-radius: 5px;
            padding: 1rem;
            margin-bottom: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: "barlow";
            font-size: 15px;
        }

.payment-option:hover {
    border-color: #f1b309;
}

        .payment-option.active {
        /* border-color: ; */
        background: rgba(255, 107, 157, 0.1);
        }

        .payment-option input[type="radio"] {
            margin-right: 0.75rem;
        }

        .payment-icon {
            color: #000;
            margin-right: 0.5rem;
        }

.checkout-btn {
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 7px;
    font-size: 1.1rem;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}
        .checkout-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 107, 157, 0.4);
        }

        .security-badges {
            display: flex;
            justify-content: center;
            gap: 1rem;
            margin-top: 1rem;
            opacity: 0.7;
        }

        .badge-item {
            display: flex;
            align-items: center;
            gap: 0.25rem;
            font-size: 0.85rem;
        }

        .step-indicator {
            display: flex;
            justify-content: center;
            margin-bottom: 2rem;
        }

        .step {
            display: flex;
            align-items: center;
            color: #6c757d;
            font-family: "Barlow";
        }

        .step.active {
            color: #000;
        }

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    font-weight: 600;
    font-family: "Barlow";
}

.step.active .step-circle {
    background: #f1b309;
    color: #fff;
}

.step-divider {
    width: 50px;
    height: 2px;
    background: #e9ecef;
    margin: 25px;
}

        @media (max-width: 768px) {
            .checkout-body {
                padding: 1rem;
            }

            .step-indicator {
                flex-direction: column;
                gap: 1rem;
            }

            .step-divider {
                width: 2px;
                height: 30px;
            }
        }



/*-- about-us --*/

.abt-ban-img img {
    display: inline-block;
    width: 100%;
    height: 350px;
    border-radius: 30px;
    object-fit: cover;
}


.our-story p {
    font-family: "Barlow";
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    padding: 0px 80px 80px 80px;
}

.abt-skin-glow  img {
    border-radius: 10px;
    object-fit: cover;
    height: 380px;
    width: 100%;
}

.abt-skin-glow h4 {
    font-family: "Barlow";
    font-size: 25px;
    color: #000;
    font-weight: 600;
    padding: 80px 80px 0px 80px;
    margin: 15px 0px;
}

.abt-skin-glow p{
        font-family: "Barlow";
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    padding: 0px 80px 80px 80px;
}

.customer-choice-tit p {
    font-family: "barlow";
    font-size: 17px;
    font-weight: 400;
}

.feature h4 {
    font-family: "Barlow";
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0px 10px;
}

.feature p {
    font-family: "Barlow";
    font-size: 16px;
    font-weight: 400;
}




.appointment {
    background: url(../images/appointment-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 80px;
}

.appointment h3{
    font-family: "outfit";
    font-size: 35px;
    font-weight: 600;
}

.appointment ul {
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0;
    display: inline-block;
}

.appointment li {
    font-family: "outfit";
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
    color: #0c6a34;
    padding: 10px 40px 10px 40px;
}


.appointment-btn {
    margin: 30px 0px 0px;
}

.appointment-btn a {
    background: #000;
    color: #fff;
    font-family: "outfit";
    font-size: 17px;
    font-weight: 500;
    padding: 10px;
    text-decoration: none;
    border-radius: 8px;
}

.appointment-btn a:hover {
    background: #f1b309;
    color: #fff;
}

.appointment ul li svg {
    height: 26px;
    width: 25px;
    vertical-align: text-top;
    margin-right: 5px;
}



/*-- about-us --*/


/*-- profile-page 

.main-content .card {
    border-radius: 15px;
    transition: transform 0.2s ease-in-out;
}

.main-content .card:hover {
    transform: translateY(-2px);
}

.main-content .badge {
    font-size: 0.75rem;
    padding: 0.5em 0.75em;
}

.main-content .table th {
    font-weight: 600;
    border-top: none;
    color: #495057;
}

.main-content .btn {
    border-radius: 8px;
    font-weight: 500;
}

.main-content .btn-primary {
    background: #000;
    border: none;
}

.main-content .btn-primary:hover {
    background: #f1b717;
    transform: translateY(-1px);
}

.main-content .table-responsive {
    border-radius: 8px;
} --*/

/* Status badge colors 
.main-content .badge.bg-warning {
    background-color: #ffc107 !important;
    color: #000;
}

.main-content .badge.bg-success {
    background-color: #28a745 !important;
}

.main-content .badge.bg-info {
    background-color: #17a2b8 !important;
}

.main-content .badge.bg-secondary {
    background-color: #6c757d !important;
}

.main-content .text-muted {
    color: #000 !important;
}

.main-content .btn-outline-primary {
    color: #f1b511;
    border-color: #f1b614;
} */
        /*-- profile-page --*/                          




/*-- profile-page --*/
    
.main-content .card {
    border-radius: 15px;
    transition: transform 0.2s ease-in-out;
}

.main-content .card:hover {
    transform: translateY(-2px);
}

.main-content .badge {
    font-size: 0.75rem;
    padding: 0.5em 0.75em;
}

.main-content .table th {
    font-weight: 600;
    border-top: none;
    color: #495057;
    font-family: "barlow";
}

.main-content .table td {
    vertical-align: middle;
}

.main-content .btn {
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.main-content .btn-primary {
    background: linear-gradient(135deg, #d63384 0%, #dc3545 100%);
    border: none;
}

.main-content .btn-primary:hover {
    background: linear-gradient(135deg, #c02a6b 0%, #bb2d3b 100%);
    transform: translateY(-1px);
}

.main-content .btn-outline-primary:hover {
    background: linear-gradient(135deg, #d63384 0%, #dc3545 100%);
    border-color: #d63384;
    transform: translateY(-1px);
}

.main-content .btn-outline-secondary:hover {
    transform: translateY(-1px);
}

.main-content .table-responsive {
    border-radius: 8px;
}

.main-content .table-hover tbody tr:hover {
    background-color: rgba(214, 51, 132, 0.04);
}

/* Status badge colors */
.main-content .badge.bg-warning {
    background-color: #ffc107 !important;
    color: #000;
}

.main-content .badge.bg-success {
    background-color: #28a745 !important;
}

.main-content .badge.bg-info {
    background-color: #17a2b8 !important;
}

.main-content .badge.bg-secondary {
    background-color: #6c757d !important;
}

.main-content .badge.bg-primary {
    background: linear-gradient(135deg, #d63384 0%, #dc3545 100%) !important;
    border: none;
}

/* Gradient product icons */
.main-content .bg-gradient {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Custom scrollbar for tables */
.main-content .table-responsive::-webkit-scrollbar {
    height: 8px;
}

.main-content .table-responsive::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 4px;
}

.main-content .table-responsive::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #d63384, #dc3545);
    border-radius: 4px;
}

.main-content .table-responsive::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #c02a6b, #bb2d3b);
}

.main-content .badge.bg-primary {
    background: linear-gradient(135deg, #f2c13b 0%, #026130 100%) !important;
    border: none;
}

.main-content .text-muted-1 {
    color: #000 !important;
    padding: 0px 10px;
    font-family: "barlow";
}


.main-content .fw-bold {
    color: #000;
    font-family: "barlow";
}


.main-content .fw-semibold {
    font-family: "barlow";
}

/*-- profile-page --*/




 /*-- Footer --*/


.footer-bg {
    background: #220f08;
    width: 100%;
    padding: 60px;
    position: relative;
}



.footer-bg p {
   font-family: "outfit", serif;
   color: #fff;
   font-size: 16px;
   font-weight: 350;
   padding-top: 20px;
   line-height: 26px;
   margin: 10px 0px;
}

.footer-section-01 ul{
   list-style: none;
   display: inline-block;
   margin: 0;
   padding: 0;
}

.footer-section-01 li a {
   font-family: outfit;
   font-size: 15px;
   font-weight: 400;
   text-decoration: none;
   color: #fff;
   line-height: 30px;
}

.footer-section-01 li a:hover{
   color: #328ab0;
}


.footer-section-01 h4 {
    font-family: "outfit", serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0px 20px 0px;
}



.footer-section-01 h3 {
   font-family: "outfit", serif;
   font-size: 16px;
   font-weight: 600;
   color: #ffde00;
   margin: -70px 0px 25px 0px;
}


.footer-section-02 h4 {
   font-family: "outfit", serif;
   font-size: 16px;
   font-weight: 600;
   color: #ffde00;
   margin: 20px 0px 25px 0px;
}


.footer-section-01 h5 {
   font-family: "outfit", serif;
   color: #fff;
   font-size: 15px;
   margin: 15px 0px 0px 0px;
   font-weight: 600;
}


.footer-section-01 p {
   color: #fff;
   font-family: "outfit", serif;
   font-size: 15px;
   font-weight: 400;
   /* padding-top: 10px; */
   padding: 10px 0px 0px 0px;
   margin: 0;
}

.footer-section-01 a {
   color: #fff;
   font-family: "outfit", serif;
   font-size: 14px;
   text-decoration: none;
   font-weight: 400;
   display: inline-block;
}


.footer-section-01  h6 {
    color: #fff;
    margin: 0px;
    font-family: "outfit";
    font-size: 16px;
    font-weight: 500;
}




.footer-section-01 li a:hover {
    color: #f1b309;
}

.footer-section-01 a:hover{
   color: #328ab0;
}

.contact-info ul li a{
    margin: 10px 0px;
}

.footer-bg img {
    position: absolute;
    right: 0px;
    top: 1px;
    opacity:0.2;
}

.footer-icons ul{
    display:flex;
}
.footer-icons li {
    margin: 0px 3px;
}

.footer-section-01 svg {
    margin-right: 4px;
    vertical-align: middle;
}
 /*-- Footer --*/


 /*-- Sub-footer --*/


.sub-footer-bg {
    background-color: #220f08;
    border-top: 1px solid #363636;
    width: 100%;
    padding: 25px 25px;
}


.sub-footer-bg h4 {
   color: #626262;
   font-size: 16px;
   font-family: "outfit", serif;
   font-weight: 600;
}

  /*-- Sub-footer --*/






  @media only screen and (max-width: 600px) {
      .ayur-test-text {

	height: 360px;
}
      
      .slider-content-down h1 {

	padding-top: 0px;
}
      
      .login-page {
	width: 100%;
}

    .product-card {
    margin: 10px;
}

.stay-in-loop {

    padding: 40px;
}

.ayur-achieve-box-wrapper {
    display: grid;
    align-items: center;
    gap: 30px;
    width: 100%;
    grid-template-columns: none;
    flex-wrap: wrap;
}

.ayur-why-box {
    max-width: 100%;
}

.footer-bg {
    padding: 40px;
}

.logo-details {
    display: none;
}

.login-process {
	display:block;
}

.bg-black{
    background-color: #000 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}

.get-in-touch {
    padding: 50px;
}

.product-card .product-card__title {

    height: 58px;
}

.product-card .product-card__description {
    height: 85px;
}

.abt-skin-glow  img {
    margin-bottom: 10px;
}

.abt-skin-glow p {
    padding: 0px 80px 0px 80px;
}

.appointment {
    padding: 32px;
}

  }

.clamp-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-process svg:hover {
    fill: #f1b309;
    stroke: #f1b309;
}



/*-- certifications --*/

  .main-banner {
            background: var(--gradient-bg);
            color: white;
            padding: 100px 0 80px;
            position: relative;
            overflow: hidden;
        }

        .main-banner::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.15"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            opacity: 0.3;
        }

        .banner-content {
            position: relative;
            z-index: 2;
        }

        .banner-title {
            font-family: 'outfit', serif;
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .banner-subtitle {
            font-size: 1.3rem;
            font-weight: 300;
            opacity: 0.9;
            max-width: 600px;
            margin: 0 auto;
        }

        .certs-area {
            padding: 80px 0;
        }

        .area-title {
            font-family: 'outfit', serif;
            font-size: 2.8rem;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 1rem;
            position: relative;
        }

        .area-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: var(--primary-color);
        }

        .area-desc {
            font-size: 1.1rem;
            color: var(--text-light);
            max-width: 700px;
            margin: 0 auto 3rem;
        }

.cert-item {
    background: transparent;
    /* border-radius: 20px; */
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
    padding: 2rem;
    margin-bottom: 2rem;
    transition: all 0.4s ease;
    /* border: 1px solid #e9ecef; */
    position: relative;
    overflow: hidden;
    height: 100%;
}

        .cert-symbol {
            width: 80px;
            height: 80px;
            background: var(--gradient-bg);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2rem;
            margin: 0 auto 1.5rem;
            position: relative;
        }

        .cert-symbol::after {
            content: '';
            position: absolute;
            top: -5px;
            left: -5px;
            right: -5px;
            bottom: -5px;
            border: 2px solid var(--primary-color);
            border-radius: 50%;
            opacity: 0.3;
        }

        .cert-heading {
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 1rem;
        }

        .cert-info {
            color: var(--text-light);
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 1.5rem;
        }

        .cert-label {
            display: inline-block;
            background: var(--primary-color);
            color: white;
            padding: 0.4rem 1rem;
            border-radius: 25px;
            font-size: 0.85rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .stats-box {
            background: white;
            padding: 60px 0;
            margin: 80px 0;
            border-radius: 30px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }

        .stats-card {
            text-align: center;
            padding: 1rem;
        }

        .stats-num {
            font-family: 'Playfair Display', serif;
            font-size: 3rem;
            font-weight: 700;
            color: var(--primary-color);
            display: block;
        }

        .stats-text {
            font-size: 1.1rem;
            color: var(--text-light);
            margin-top: 0.5rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .verify-area {
            background: var(--secondary-color);
            padding: 60px 0;
            border-radius: 30px;
            margin: 80px 0;
        }

        .verify-btn {
            background: var(--gradient-bg);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
        }

        .verify-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.2);
            color: white;
        }

        .anim-fade {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.8s ease forwards;
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .certificate-modal .modal-content {
            border-radius: 20px;
            overflow: hidden;
        }

        .certificate-image {
            width: 100%;
            height: 200px;
            background: linear-gradient(45deg, #f8f9fa, #e9ecef);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 4rem;
            color: var(--primary-color);
            border-radius: 15px;
            margin-bottom: 1rem;
        }

        .doc-preview {
        width: 100%;
        height: 80%;
        background: #ffffff;
        border: 2px solid #ffffff;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5rem;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.3s ease;
        }

        .doc-preview:hover {
            border-color: var(--primary-color);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transform: translateY(-5px);
        }

        .cert-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 13px;
            transition: transform 0.3s ease;
        }

        .doc-preview:hover .cert-image {
            transform: scale(1.05);
        }

        .doc-thumb {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 13px;
        }

        .doc-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            border-radius: 13px;
        }

        .doc-preview:hover .doc-overlay {
            opacity: 1;
        }

        .doc-actions {
            color: white;
            text-align: center;
        }

        .doc-actions i {
            font-size: 2.5rem;
            margin-bottom: 0.5rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }

        .doc-actions div {
            font-size: 1rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .cert-fallback {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100%;
            text-align: center;
            padding: 2rem;
        }

        .cert-tag {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(212, 175, 55, 0.95);
            color: white;
            padding: 5px 10px;
            border-radius: 15px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            backdrop-filter: blur(10px);
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        }

        .doc-viewer {
            width: 100%;
            height: 600px;
            border: none;
            border-radius: 10px;
        }

        .cert-buttons {
            display: flex;
            gap: 10px;
            margin-top: 1rem;
        }

        .pdf-btn {
            flex: 1;
            padding: 10px 15px;
            border-radius: 25px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
            border: none;
            font-size: 0.85rem;
        }

.view-btn {
    background: #222;
    color: white;
}

        .download-btn {
            background: var(--primary-color);
            color: white;
        }

.pdf-btn:hover {
    color: #fff;
}

        .doc-placeholder {
            font-size: 3rem;
            color: var(--text-light);
            margin-bottom: 1rem;
        }

        .doc-text {
            color: var(--text-light);
            font-size: 0.9rem;
            text-align: center;
            line-height: 1.4;
        }

        /* Image loading animation */
        .cert-loading {
            background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
            background-size: 200% 100%;
            animation: loading 1.5s infinite;
        }

        @keyframes loading {
            0% { background-position: 200% 0; }
            100% { background-position: -200% 0; }
        }

        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .section-title {
                font-size: 2.2rem;
            }
            
            .certificate-card {
                padding: 1.5rem;
            }

            .col-md-4 {
                margin-bottom: 2rem;
            }

            .col-md-3 {
                margin-bottom: 1.5rem;
            }

            .verification-section {
                padding: 40px 0;
                margin: 40px 0;
            }

            .trust-stats {
                padding: 40px 0;
                margin: 40px 0;
            }
        }

        @media (min-width: 769px) {
            .col-md-4 {
                align-items: stretch;
            }

            .certificate-card {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
            }

            .certificate-description {
                flex-grow: 1;
            }
        }

:root {
    --primary-color: #d4af37;
    --secondary-color: #f8f9fa;
    --accent-color: #e91e63;
    --text-dark: #2c3e50;
    --text-light: #6c757d;
    --gradient-bg: linear-gradient(135deg, #f1b309 0%, #096434 100%);
}

        /*-- certifications --*/



/*-- Horizontal Category Showcase --*/
.category-showcase {
    background: #f8f9fa;
    padding: 0px 0 40px;
    position: relative;
    overflow: hidden;
}

.category-showcase .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.category-showcase .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 10px;
}       

.category-showcase .section-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #333;
    margin: 0;
    text-transform: uppercase;
}

.category-showcase .close-categories {
    background: none;
    border: none;
    color: #999;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 5px;
}

.category-showcase .close-categories:hover {
    color: #d2ab67;
    transform: rotate(90deg);
}

.showcase-wrapper {
    position: relative;
    width: 100%;
}

.showcase-slider-container {
    position: relative;
    width: 100%;
}

.showcase-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0;
    gap: 15px;
    scrollbar-width: none;
    margin: 0 -15px;
    padding: 0px 15px 15px;
}

.showcase-slider::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.category-card {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    scroll-snap-align: start;
    flex: 0 0 120px;
    height: 120px;
    background: #f5f5f5;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.category-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.category-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);  
    z-index: 1;
    transition: all 0.3s ease;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.category-card:hover .category-image img {
    filter: brightness(0.7);
    transform: scale(1.05);
}

.category-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;    
    width: 100%;
    text-align: center;
    padding: 0 10px;
}


.category-title a {
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    display: block;
    transition: all 0.3s ease;
}

.category-card:hover .category-title a {
    color: #d2ab67;
}
.category-title span {
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    display: block;
    transition: all 0.3s ease;
}

.category-card:hover .category-title span {
    color: #d2ab67;
}

.shop-link {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;    
    transition: all 0.3s ease;
    opacity: 0;
}



.category-card:hover .shop-link {
    opacity: 1;
    transform: translateY(-5px);
}

.shop-link i {
    color: #d2ab67;
    font-size: 12px;
}

/* Navigation arrows */
.slider-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2;
    padding: 0 10px;
}

.slider-nav button {
    pointer-events: all;
    background: rgba(255,255,255,0.8);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.slider-nav button:hover {
    background: rgba(255,255,255,1);
}

.slider-nav button i {
    color: #d2ab67;
    font-size: 16px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .category-card {
        flex: 0 0 100px;
        height: 100px;
    }
    
    .category-title a {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .category-showcase {
        padding: 30px 0;
    }
    
    .category-card {
        flex: 0 0 90px;
        height: 90px;
    }
    
    .slider-nav {
        display: none;
    }
    
    .category-showcase .section-title h2 {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .category-card {
        flex: 0 0 80px;
        height: 80px;
    }
    
    .category-title a {
        font-size: 11px;
    }
    
    .shop-link {
        width: 25px;
        height: 25px;
        right: 10px;
        bottom: 10px;
    }
    
    .shop-link i {
        font-size: 10px;
    }
}



/*-- concerns--*/

   .section-title h3{

    display: none;

   }


.shop-by-concern-wrap {
    padding: 50px 0px 40px;
    background-color: #f8f9fa;
}
        
        .section-title h2 {
            text-align: center;
            margin-bottom: 40px;
            font-weight: 600;
            color: #333;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 1.5rem;
        }
        
        .concern-grid {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
            max-width: 1400px;
            margin: 0 auto;
        }
        
        .concern-grid-items {
            position: relative;
            flex: 1;
            min-width: 180px;
            max-width: 220px;
        }
        
        .concern-grid-image {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            aspect-ratio: 4/3;
        }
        
        .concern-grid-image:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 30px rgba(0,0,0,0.15);
        }
        
        .concern-grid-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
            filter: brightness(1);
            transition: filter 0.3s ease;
        }
        
        .concern-grid-items:hover .concern-grid-image img {
            filter: brightness(0.5);
        }
        
        .join-link {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .concern-grid-items:hover .join-link {
            opacity: 1;
        }
        
        .join-link a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: rgba(218, 165, 32, 0.9);
            color: white;
            text-decoration: none;
            font-weight: 500;
            border-radius: 50%;
            transition: all 0.3s ease;
            border: 2px solid rgba(218, 165, 32, 0.9);
            font-size: 0.8rem;
        }
        
        .join-link a:hover {
            background-color: rgba(218, 165, 32, 1);
            border-color: rgba(218, 165, 32, 1);
            transform: scale(1.1);
        }
        
        /* Golden circle with arrow */
        .join-link a::before {
            content: '→';
            font-size: 16px;
            font-weight: bold;
        }
        
        .concern-grid-name {
            margin: 15px auto 0;
            text-align: center;
        }
        
.concern-grid-name a {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    font-size: 0.85rem;
    display: block;
    line-height: 1.3;
}
        
        .concern-grid-name a:hover {
            color: #666;
        }
        
        /* Responsive adjustments */
        @media (max-width: 1200px) {
            .concern-grid-items {
                min-width: 160px;
                max-width: 200px;
            }
        }
        
        @media (max-width: 992px) {
            .concern-grid {
                gap: 12px;
            }
            
            .concern-grid-items {
                min-width: 140px;
                max-width: 180px;
            }
            
            .section-title h2 {
                font-size: 1.3rem;
            }
        }
        
        @media (max-width: 768px) {

            .concern-grid-image {
    aspect-ratio: 9/3;
}
            .shop-by-concern-wrap {
                padding: 35px 0;
            }
            
            .concern-grid {
                gap: 10px;
                justify-content: space-around;
            }
            
            .concern-grid-items {
                min-width: 120px;
                max-width: 150px;
            }
            
            .section-title h2 {
                font-size: 1.2rem;
                margin-bottom: 30px;
            }
        }
        
        @media (max-width: 576px) {
            .concern-grid {
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }
            
            .concern-grid-items {
                min-width: 250px;
                max-width: 300px;
            }
            
            .section-title h2 {
                font-size: 1.1rem;
            }
        }



/*-- concerns--*/



.logo-details {
    margin: 16px 0px 0px;
}




.faq-item {
    margin: 10px 0px;
}

.faq-question {
    width: 100%;
    padding: 15px 1.5rem;
    font-size: 1.125rem;
    text-align: left;
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    color: #330215;
    background: #f0ebe7;
    font-weight: 400;
    font-size: 15px;
}

.faq-question.expanded {
    background: #f0ebe7;
    color: #000;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.faq-answer.expanded {
    background: #f0ebe7;
}

.faq-question[aria-expanded="true"] {
    border-color: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.faq-answer {
    padding: 1rem 1.5rem;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    border: 1px solid #e4e7ec;
    border-top: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #f9fafb;
    user-select: text;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.faq-section {
    font-family: "Outfit", sans-serif;
    width: 100%;
    /* padding: 0 19rem; */ 
}


.faq-title {
    font-weight: 600;
    font-size: 2rem;
    color: #cbee25;
    display: inline-block;
    padding: 5px 21px;
    border-radius: 13px;
    font-size: 35px;
    color: #f1b309;
}


.product-card {
	height: 523px !important;
}






.treatment-tit span {
    font-family: "Outfit", sans-serif;
    color: #fef6ed;
    background: #642f2e;
    padding: 6px 12px;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
}

.treatment-tit p {
   font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    margin-bottom: 25px;
}


.treatment-tit h1 {
    font-family: "Barlow", sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #000;
    line-height: 45px;
    margin: 13px 0px;
}

.terms-conditions h1 {
    font-family: "outfit", sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 45px;
    margin: 13px 0px;
}


.terms-conditions ul {
    list-style: none;
    margin: 0;
    padding: 0;
}   


.terms-conditions li {
    font-family: "outfit", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 33px;
}

.terms-conditions p {
    font-family: "outfit", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 33px;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    
.product-card .product-card__title {
	font-size: 12px;
	line-height:17px;
}

.product-card .product-card__description {
	font-size: 10px;

}

.product-card .product-quantity span {

	font-size: 10px;

}

.product-card .product-card__price {
	font-size: 15px;
}

.customer-choice-tit p {
	font-size: 12px;
}

.ayur-testquote svg {
    display:none;
    
}

.slick-slide img {
	padding: 0px 0px
}

.cert-heading {
	font-size: 21px;
	height: 44px;
}

.cert-item {

	height: auto;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff !important;

}



}

.contact-info ul li a span {
    text-transform: capitalize;
    color: #f1b309;
    font-weight: 700;
}

.company-details img{
    border-radius: 10px;
}



.slider-content-down a {
    font-family: "outfit", sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    background: #c6a466;
    padding: 10px 10px;
    border-radius: 6px;
}

.slider-content-down a:hover {
    background: #4b1669;
}



.botox-img::after {
    content: "";
    background: url(../images/treatment-bg.png);
    width: 100%;
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    top: 0;
    opacity: 0.1;
}



.abt-doctor li svg {
    margin-right: 10px;
    vertical-align: middle;
}


.abt-doctor li a{
    font-family: "Barlow", sans-serif;
    text-decoration: none;
    color: #642f2e;
    vertical-align: middle;
    font-weight: 600;
}

.abt-doctor .why-techniques ul li::before {

    display: none;

}


.phone-container {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;  
    border-bottom: solid #e8dbc9 1px;
}


.phone-icon {
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 10px;
}

        .phone-icon-svg {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #f8f9fa;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }   


.phone-label {
    display: block;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

                .phone-icon-svg svg {
            width: 20px;
            height: 20px;
            fill: rgb(22, 31, 123);
        }


.phone-content a {
    font-family:"Barlow", sans-serif;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}


.abt-doctor .treatment-tit-1 a {
    text-decoration: none;
    color: #fff;
    background: #066533;
    padding: 10px 15px;
    border-radius: 8px;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.abt-doctor .treatment-tit-1 a:hover {
    color: #fef6ed;
    background: #642f2e;
}

.botox-details img {
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.why-techniques h4 {
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}


.why-techniques h2 {
    font-family: "Barlow", sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #000;
    margin: 12px 0px;
}


.botox-details .why-techniques p {
    font-family:"Barlow", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    /* padding-right: 150px; */
}



.treatment-tit-1 {
    margin: 30px 0px 0px;
}

.botox-details img {
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.botox-img {
    padding: 75px;
    position: relative;
}

.abt-doctor h4 span {
    color: #f1b309;

}

@media only screen and (max-width: 600px) {




    .why-techniques h4 {
    line-height: 28px;
    margin-top: 20px;
}


}


.slider-content-2 {
	text-align: center;
}


































