@font-face {
    font-family: Montas;
    src: url(Montas-Regular.otf);
}

@font-face {
    font-family: Gmts;
    src: url(Gmnt.otf);
}

:root {
    --Pink: #f2ebdf;
    --Green: #97469a;
}
p{
    font-size:18px !important;
    margin-bottom:1rem !important;
    text-align:justify;
    line-height:normal;
}
a:hover {
    text-decoration: none !important;
}
a{
    text-decoration: none !important;
}
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.bglight {
    background-color: #f2ebdf;
}
.bg-green {
    background-color: #e6d6e6;
}
.crumbhe{
    height: 4px;
}
.round {
    border: 1px solid var(--Green) !important;
    border-radius: 25px;
    padding: 6px 8px;
}

.header-call {
    color: var(--Green) !important;
    font-size: 14px;
    font-weight: 600;
}

.round svg {
    color: var(--Green);
    height: 18px;
}

.header-ul {
    display: inline-flex;
    list-style: none;
}

.header-ul i {
    color: var(--Green);
}

.header-select {
    border: none;
    background: transparent;
}

.he-30 {
    max-height: 30px;
}

.logo {
    width: 100%;
}

.serach {
    background: transparent;
    border: 1px solid var(--Green) !important;
    border-radius: 15px;
    border-left: none !important;
}

.search-icn {
    background: transparent;
    border: 1px solid var(--Green) !important;
    border-radius: 15px;
    border-right: none !important;
}

.Searchbox {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
}

.header-ul2 {
    display: inline-flex;
    list-style: none;
    margin-top: 8%;
}

.header-ul2 li a {
    font-size: 18px;
    color: var(--Green) !important;
}

.menu {
    position: relative;
}

.mega-menu {
    display: inline-flex;
    justify-content: space-between;
    position: absolute;
    top: 15%;
    left: 0;
    z-index: 999;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.menu li:hover > .mega-menu {
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

.mega-menu ul li {
    display: block;
}

nav ul li .fa-angle-down {
    font-size: 10px;
}
/*megamenu*/
.Menu-title {
    color: black;
    font-weight: bold;
}

    .Menu-title:hover {
        color: black;
    }

.Menu-title-link {
    color: black;
    font-weight: bold;
}

    .Menu-title-link:hover {
        color: var(--Green);
    }

nav ul {
    list-style: none;
    margin: 0;
    color: black;
}
.text-purpule {
    color:var(--Green);
}
.border-purpule {
    border: 2px var(--Green) solid !important;
}
nav ul li {
    display: inline-flex;
    padding: 8px 12px;
    font-size: 14px;
    color: black;
}

        nav ul li a {
            color: black;
            text-decoration: none;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
        }

            nav ul li a:hover {
                color: #fff;
                text-decoration: none;
            }

.Ban-info{
    position:absolute;
    top:30%;
    left:15%;
}
    .Ban-info h1 {
        color: var(--Green);
        font-size: 72px;
    }

.title {
    color: var(--Green);
    font-family: Montas;
}

@media (min-width: 768px) {
    .title {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

.roundcard {
    position: relative;
    width: 100%;
    border-radius: 12px;
   
}
.roundcard picture{
    border-radius: 12px;
}
.infobox {
    position: absolute;
    bottom: 0;
    left: 0%;
    right: 0;
    text-align: left;
    width: 100%;
    color: #fff;
    padding: 5%;
    /* From https://css.glass */
    background: rgba(0, 0, 0, 0.06);

    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.3px);
    -webkit-backdrop-filter: blur(6.3px);
   
}

.infobox h3{
    font-size: 32px;
    font-family: Montas;
    font-weight: 400;
    line-height: 1.25;

}


.infobox a {
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;

    border-radius: 12px;
padding: .5rem 1rem;
    font-size: 18px;
    line-height: 1.5rem;
    font-family: Gmts;
    font-weight:500;
}

.carousel-wrap {
  
    width: 100%;
    position: relative;
  }
  
  /* fix blank or flashing items on carousel */
  .owl-carousel .item {
    position: relative;
    z-index: 100; 
    -webkit-backface-visibility: hidden; 
    padding: 1%;
   
  }

  
  /* end fix */
  .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
  }
  
  .owl-nav i {
    font-size: 52px;
  }
  
  .owl-nav .owl-prev {
    left: -30px;
  }
  
  .owl-nav .owl-next {
    right: -30px;
  }
  .w-80{width:80% !important}
.imgbox{
    width:90%;
    margin-left: auto;
    margin-right: auto;
}

.Ctlbox{
    text-align: center;
    width: 100%;
}
  .Ctitle{
    font-family: Gmts;
   color: var(--Green);
   font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .Pro-card{
    position: relative;
    width: 100%;
   
}
.Proimgbox img{
    border-radius: 12px;
    width: 400px;
    height: auto;
  
}
.Pro-card .Protlbox {
    text-align: left;
}
.Pro-card .Protlbox .Protitle{
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
    color: black;
   

}
.Pro-card .Protlbox  p{
    background: var(--Green);
    width: 40%;
    border-radius: 4px;
    padding: 1%;
   margin: 0;
    color: #ffff;
    text-align: center;
    font-size: 12px !important;
}

.Pro-card .Protlbox .Pricetitle {
    font-size: 1 rem;
    line-height: 1.75rem;
    
    font-weight: 900;
    color: black;
  

}
#HlfBg {
    background: rgb(254 246 213);
    background: linear-gradient(360deg, rgbargb(254 246 213) 61%, rgba(255,255,255,1) 61%);
}
.brdul{
    list-style: none;
    display: inline-flex;
    padding-left: 0;
}
.brdul li {padding-right: 0.5%; padding-left: 0;}
.brdul li i {font-size: 10px;}
.textc2{
    color: var(--Green);
}
.brd-green{
    border: 1px solid var(--Green);
}
.Ftitle{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: black;
    text-transform:capitalize;

}
.Ftitle:hover{
 color: var(--Green);
    font-size: 1.4rem;
}
.ful{
   
    margin-top: 10px;
    list-style: none;
    color: gray;
   
}
.ful li{
    font-size:1rem;
    font-weight: 500;
    margin-top: 5px;
}
.ful li:hover{
    color: black;
}
.prothumb{
    list-style: none;
   
}
.prothumb li {
    margin-bottom: 20%;
    border-radius: 8px;
    border: 1px solid var(--Green);
    max-width: 80px;
    max-height: 80px;
  
}
.prothumb li img {
    width: 100%;
    border-radius: 8px;
   width: 100%;
    height: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
   width: 100%;
   height: fit-content;
    object-fit: cover;
  }
  .ProductTitle{
    font-weight: 600;
    font-size: 1.375rem;
  }
  .ProPrice{
    font-weight: 800;
    font-size: 2rem;
  }
  .btn-Pro{
    color: #fff;
  background-color: var(--Green);
  border-color: var(--Green);
  border-radius: 15px;
  }
  .btn-Ser{
    color: var(--Green);
  
    border-color: var(--Green);
    border-radius: 15px;
  }
  .info{
    background-color: #82a83b1a;
    border: 1px solid var(--Green);
    border-radius: 15px;
  }
  .info p{
    font-weight: 700;
    font-size: .975rem !important;
    line-height: 1.25rem;
    text-align:center !important;
  }

  .Dp{
    
  
   
    padding: 1%;
   margin: 0;
    color: var(--Green);
    text-align:left;
    font-size: 14px;
  }
  .fa-fan, .fa-credit-card{
    color: #82a83b;
    font-size: 1.2 rem;
  }
  .tab {
    overflow: hidden;
    border: none;
    border-bottom: 1px solid gray;
  }
  
  /* Style the buttons inside the tab */
  .tab a {
    background-color: transparent;
    float: left;
    border-bottom: none;
    outline: none;
    cursor: pointer;
    padding: 14px 50px;
    transition: 0.3s;
    font-size: 1.2rem;
    color: gray;

  }
  
  /* Change background color of buttons on hover */
  .tab a:hover {
    background-color: var(--Green);
  }
  
  /* Create an active/current tablink class */
  .tab a.active {
    color:black;
    border-bottom: 1px solid black;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;

    border-top: none;
  }
  .tabcontent p{
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  .list-unstyled li {
    padding-bottom: 18px;
  }
  .list-unstyled li i {margin-right: 12px;}

  .Sub-menu{
    position: absolute;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
   margin-top: 0.5%;
    display: block;
    z-index: 2;
    width: fit-content;
  }


  .Menulink  li.active   .Sub-menu {
    display: block;
    opacity: 0;
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    color:var(--Green);
  }
  
  .Sub-menu li {
    border: 1px solid #fff;
    background: #82a83b;
    color: #fff;
    padding: 12px 18px;
  }
  @keyframes fadeInUp {
    from {
      transform: translate3d(0, 30px, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  @keyframes fadeInDown {
    from {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
    to {
      transform: translate3d(0, 20px, 0);
      opacity: 0;
    }
  }
.reg {
    border: 1px solid var(--Green);
    border-radius:1rem;
}
.bg-re {
   /* background-image: url('../images/Re-login.png');
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;*/
   background-color:var(--Pink);
    
}
.reginp{
    border:1px solid var(--Green) !important;
}
.reg-a {
    color: var(--Green);
}
    .reg-a:hover {
        color: var(--Green);
    }
.reg-lbl {
    color: #d9b2bd;
}
.fa-box-open {
    font-size: 200px;
    color: var(--Green);
}

#Cart {
    display: none;
    animation-name: righttoleft;
    animation-duration: 3s;
}

@keyframes righttoleft {
    from {
        right: -40%
    }

    to {
        right: 0%
    }
}
.main-cart {
    z-index: 12;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    overflow-y: scroll;
    width: 35% !important;
}




    .main-cart .text-end i {
        font-size: 18px;
        font-weight: bold;
        color: #766e64;
    }

.cart-title {
    color: var(--Green);
    font-size: 22px;
    font-weight: bold;
}

    .cart-title i {
        color: var(--Green);
    }

.cart-sub-title {
    font-size: 16px;
    font-weight: bold;
    color: #766e64;
}

.cart-p {
    font-size: 12px;
    color: #766e64;
}

.main-cart .bg-white p {
    font-size: 16px;
    color: #766e64;
    margin-bottom: 0;
}

.w-40 {
    width: 40%;
}

.cart-item {
    display: inline-flex;
}

    .cart-item .row .col:nth-child(2) {
        border: none;
    }

    .cart-item .item-box {
        width: 30%;
        padding: 2%;
    }

    .cart-item .cart-info p {
        color: black
    }

.main-cart .row .col:nth-child(2) {
    border: none;
}
.main-cart .fa-trash-can {
    color:var(--Green);
}
.fa-truck-fast{
    color:VAR(--Green);
}
.hero-section {
    position: relative;
    overflow: hidden;
}

.banner-img-wrapper {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.banner-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    filter: brightness(80%);
    transition: transform 6s ease;
}

.carousel-item.active .banner-img {
    transform: scale(1.1);
}


.banner-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 5;
    max-width: 45%;
    animation: fadeInUp 1s ease forwards;
}

.banner-title {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(-50%);
    }
}


@media (max-width: 991px) {
    header .menu {
        display: none;
    }

    header .mobile-menu-icon {
        display: block;
        cursor: pointer;
    }

    header .mobile-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    header .logo img {
        width: 140px;
    }
}
@media (max-width: 991px) {
    .banner img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 991px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    section {
        padding: 30px 15px;
    }
}
@media (max-width: 575px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    p {
        font-size: 15px;
    }
}
/* ----------------------------------------------
   DESKTOP DEFAULT (no changes needed)
---------------------------------------------- */


/* ----------------------------------------------
   DESKTOP DEFAULT (no changes needed)
---------------------------------------------- */


/* ----------------------------------------------
   TABLET (max-width: 991px)
---------------------------------------------- */
@media (max-width: 991px) {

    .header-ul,
    .header-ul2 {
        justify-content: flex-end;
    }

    .Searchbox {
        width: 100%;
        margin-top: 10px;
    }

    .logo {
        width: 150px;
    }

    .menu ul {
        display: flex;
        flex-wrap: wrap;
    }

    .mega-menu {
        width: 100%;
        left: 0 !important;
        position: relative;
    }

        .mega-menu .row > div {
            flex: 0 0 50%; /* show 2 columns */
            margin-bottom: 15px;
        }
}

/* ----------------------------------------------
   LARGE MOBILE (max-width: 767px)
---------------------------------------------- */
@media (max-width: 767px) {

    /* top bar */
    .he-30 {
        text-align: center;
        margin-bottom: 10px;
    }

    .header-call {
        font-size: 14px;
    }

    .header-ul {
        justify-content: center;
    }

    /* logo centered */
    .col-2,
    .col-3,
    .col {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .logo {
        width: 120px;
        margin-bottom: 10px;
    }

    .Searchbox {
        margin: 10px auto;
        width: 100%;
    }

    .header-ul2 {
        justify-content: center;
        margin-top: 10px;
    }

    /* MENU goes vertical on mobile */
    nav.menu ul {
        flex-direction: column;
        text-align: center;
    }

        nav.menu ul li {
            margin-bottom: 10px;
        }

    /* mega menu full width stack */
    .mega-menu {
        position: relative;
        width: 100%;
    }

        .mega-menu .row > div {
            flex: 0 0 100%; /* 1 column */
        }
}

/* ----------------------------------------------
   SMALL MOBILE (max-width: 575px)
---------------------------------------------- */
@media (max-width: 575px) {

    .logo {
        width: 100px;
    }

    .Searchbox input {
        font-size: 14px;
    }

    .header-call {
        font-size: 12px;
    }

    header .menu ul li a {
        font-size: 14px;
    }

    .header-ul2 li {
        padding: 0 10px;
    }
}
/* ----------------------------------------------
   Desktop Default Styles (Optional)
---------------------------------------------- */
.hero-section {
    position: relative;
}

.banner-img-wrapper {
    width: 100%;
    height: 550px; /* desktop height */
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.banner-title {
    font-size: 48px;
    font-weight: 700;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}



/* ----------------------------------------------
   Tablet (max-width: 991px)
---------------------------------------------- */
@media (max-width: 991px) {

    .banner-img-wrapper {
        height: 420px;
    }

    .banner-title {
        font-size: 34px;
    }

    .banner-content {
        width: 90%;
    }
}



/* ----------------------------------------------
   Large Mobile (max-width: 767px)
---------------------------------------------- */
@media (max-width: 767px) {

    .banner-img-wrapper {
        height: 320px;
    }

    .banner-title {
        font-size: 26px;
        line-height: 32px;
    }

    /* arrows smaller */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 25px;
        height: 25px;
    }
}



/* ----------------------------------------------
   Small Mobile (max-width: 575px)
---------------------------------------------- */
@media (max-width: 575px) {

    .banner-img-wrapper {
        height: 240px;
    }

    .banner-title {
        font-size: 20px;
        line-height: 26px;
        padding: 0 20px;
    }

    /* hide arrows (optional) */
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}



/* ----------------------------------------------
   Extra Small Phones (max-width: 360px)
---------------------------------------------- */
@media (max-width: 360px) {

    .banner-img-wrapper {
        height: 200px;
    }

    .banner-title {
        font-size: 18px;
    }
}
@media (max-width: 991px) {

    .w-80 {
        width: 100% !important;
    }

    .row-cols-2 > .col {
        width: 100%;
        flex: 0 0 100%;
    }

    .prothumb {
        display: flex;
        flex-direction: row;
        gap: 10px;
        overflow-x: auto;
    }

        .prothumb img {
            width: 90px;
            height: auto;
        }

    .slider img {
        width: 100%;
        max-height: 420px;
        object-fit: cover;
    }

    .ProductTitle {
        font-size: 28px;
    }

    .ProPrice {
        font-size: 22px;
    }

    .adSelect,
    #SizePrice {
        font-size: 15px;
    }
}
@media (max-width: 767px) {

    .row-cols-2 {
        flex-direction: column;
    }

    .prothumb {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        gap: 10px;
    }

        .prothumb img {
            width: 75px;
            height: auto;
        }

    .slider img {
        height: 300px;
        object-fit: cover;
    }

    .ProductTitle {
        font-size: 24px;
    }

    .ProPrice {
        font-size: 20px;
    }

    .btn-Pro {
        width: 100% !important;
    }

    .info img {
        width: 70%;
    }

    .Product-Distitle {
        font-size: 20px;
    }
}
@media (max-width: 575px) {

    .prothumb img {
        width: 60px;
    }

    .slider img {
        height: 240px;
    }

    .ProductTitle {
        font-size: 20px;
        line-height: 26px;
    }

    .ProPrice {
        font-size: 18px;
    }

    .w-75,
    .w-80 {
        width: 100% !important;
    }

    .info p {
        font-size: 14px;
    }

    .Pro-card h6 {
        font-size: 14px;
    }

    .Pro-card .Pricetitle {
        font-size: 14px;
    }
}
@media (max-width: 360px) {

    .prothumb img {
        width: 50px;
    }

    .slider img {
        height: 200px;
    }

    .ProductTitle {
        font-size: 18px;
    }

    .ProPrice {
        font-size: 16px;
    }
}

/* --------- Base Styles (Desktop) --------- */
.w-80 {
    width: 80% !important;
    margin: auto;
}

.carousel-wrap {
    width: 100%;
}

.owl-carousel .item {
    text-align: center;
    padding: 10px;
}

.imgbox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.Ctitle {
    font-size: 20px;
    font-weight: 600;
}



/* --------- Tablet 991px --------- */
@media (max-width: 991px) {

    .w-80 {
        width: 95% !important;
    }

    .imgbox img {
        height: 200px;
    }

    .Ctitle {
        font-size: 18px;
    }
}



/* --------- Mobile 767px --------- */
@media (max-width: 767px) {

    .w-80 {
        width: 100% !important;
        padding: 0 10px;
    }

    .imgbox img {
        height: 180px;
    }

    .Ctitle {
        font-size: 16px;
    }

    /* Reduce item spacing so carousel fits well */
    .owl-carousel .item {
        padding: 5px;
    }
}



/* --------- Small Mobile 575px --------- */
@media (max-width: 575px) {

    .imgbox img {
        height: 150px;
        border-radius: 8px;
    }

    .Ctitle {
        font-size: 14px;
    }

    h3.title {
        font-size: 20px;
    }
}



/* --------- Extra Small Phones 360px --------- */
@media (max-width: 360px) {

    .imgbox img {
        height: 130px;
    }

    .Ctitle {
        font-size: 13px;
    }
}
/* Make D2 carousel images behave like small icons */
.D2 .imgbox img {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain !important;
    margin: auto;
    display: block;
}

/* Center align the item */
.D2 .item {
    text-align: center;
}

/* Adjust title spacing for small icon look */
.D2 .Ctitle {
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

@media (max-width: 575px) {
    .D2 .imgbox img {
        width: 80px !important;
        height: 80px !important;
    }

    .D2 .Ctitle {
        font-size: 14px;
    }
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* --- Desktop Menu Styling (Hidden by default, shown on md/lg) --- */
.desktop-menu ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.desktop-menu > ul > li {
    position: relative;
    padding: 0 1.5rem;
}

    .desktop-menu > ul > li > a {
        display: block;
        padding: 0.75rem 0;
        font-weight: 600;
        color: #1f2937; /* Dark Gray */
        transition: color 0.2s ease;
    }

    .desktop-menu > ul > li:hover > a {
        color: #10b981; /* Emerald Green */
    }

/* First Level Dropdown */
.desktop-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 12rem;
    background-color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 20;
    list-style: none;
    padding: 0.5rem 0;
}

.desktop-menu > ul > li:hover .desktop-dropdown {
    opacity: 1;
    visibility: visible;
    margin-top: 0.5rem;
}

/* Second Level (Child) Dropdown - Appears to the right */
.desktop-dropdown li {
    position: relative;
}

    .desktop-dropdown li > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem 1rem;
        color: #374151;
        white-space: nowrap;
        transition: background-color 0.2s;
    }

    .desktop-dropdown li:hover > a {
        background-color: #f3f4f6;
        color: #10b981;
    }

.desktop-child-dropdown {
    position: absolute;
    top: 0;
    left: 100%; /* Position to the right */
    min-width: 12rem;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 30;
    list-style: none;
    padding: 0.5rem 0;
    margin-left: 0.5rem; /* Small gap */
}

.desktop-dropdown li:hover .desktop-child-dropdown {
    opacity: 1;
    visibility: visible;
}

/* --- Mobile Menu Styling (Hidden by default, shown via JS) --- */
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%; /* Takes up 80% of screen */
    max-width: 320px;
    height: 100vh;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 50;
    padding-top: 5rem;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

    .mobile-menu.open {
        transform: translateX(0);
    }

    .mobile-menu ul {
        list-style: none;
        padding: 0;
    }

    .mobile-menu li > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 1.5rem;
        border-bottom: 1px solid #e5e7eb;
        font-weight: 500;
        color: #1f2937;
    }

        .mobile-menu li > a:hover {
            background-color: var(--Green);
        }

.mobile-sub, .mobile-child {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #f9fafb;
}

    .mobile-sub.open, .mobile-child.open {
        max-height: 500px; /* Arbitrary large value for smooth transition */
    }

    .mobile-sub li > a, .mobile-child li > a {
        padding-left: 2.5rem;
        border-bottom: none;
        font-weight: 400;
        color: #4b5563;
    }

    .mobile-child li > a {
        padding-left: 3.5rem;
    }

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    z-index: 40;
}

    .mobile-menu-overlay.open {
        opacity: 1;
        visibility: visible;
    }

/* Utilities */



.header-ul2 a {
    transition: color 0.2s;
}

    .header-ul2 a:hover {
        color: var(--Green);
    }
    header button:hover{
        color:var(--Green);
    }