/* Reduce space above the sticky booking card */
@media (min-width: 992px) {
    .service-details-area .service-details-package {
        top: 12px !important;
    }
}


/* Booking card: remove internal scrollbar */
.service-details-area .service-details-package {
    max-height: none !important;
    overflow: visible !important;
    overscroll-behavior: auto !important;
}






/* TreeVaayu 404 Page Styling */

.error-page-area,
.error-page-wrapper,
.error-page-content {
    text-align: center;
}

.error-page-content img,
.error-page-wrapper img {
    max-width: 460px;
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 14px 38px rgba(0,0,0,0.08);
    margin-bottom: 34px;
}

/* Main Heading */
.error-page-content h1,
.error-page-content h2,
.error-page-wrapper h1,
.error-page-wrapper h2 {
    font-family: "Poppins", sans-serif !important;
    font-size: 42px !important;
    line-height: 1.18 !important;
    font-weight: 700 !important;
    color: #243126 !important;
    max-width: 720px;
    margin: 0 auto 16px !important;
    letter-spacing: -0.8px;
}

/* Subtitle */
.error-page-content h3,
.error-page-wrapper h3 {
    font-family: "Poppins", sans-serif !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    color: #55705b !important;
    margin-bottom: 12px !important;
}

/* Paragraph */
.error-page-content p,
.error-page-wrapper p {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
    color: #6d756f !important;
    max-width: 650px;
    margin: 0 auto 28px !important;
}

/* Button */
.error-page-content a,
.error-page-wrapper a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 28px !important;
    border-radius: 10px !important;
    background: #2f6f3e !important;
    color: #ffffff !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    box-shadow: 0 8px 22px rgba(47,111,62,0.18);
    transition: all .25s ease;
}

.error-page-content a:hover,
.error-page-wrapper a:hover {
    transform: translateY(-2px);
    background: #245832 !important;
}

/* Overall spacing */
.error-page-area,
.error-page-wrapper {
    padding: 70px 20px 90px !important;
}

/* Mobile */
@media (max-width: 767px) {

    .error-page-content img,
    .error-page-wrapper img {
        max-width: 320px;
        border-radius: 14px;
        margin-bottom: 24px;
    }

    .error-page-content h1,
    .error-page-content h2,
    .error-page-wrapper h1,
    .error-page-wrapper h2 {
        font-size: 30px !important;
        line-height: 1.25 !important;
        padding: 0 10px;
    }

    .error-page-content h3,
    .error-page-wrapper h3 {
        font-size: 18px !important;
    }

    .error-page-content p,
    .error-page-wrapper p {
        font-size: 15px !important;
        line-height: 1.65 !important;
        padding: 0 12px;
    }

    .error-page-area,
    .error-page-wrapper {
        padding: 45px 16px 65px !important;
    }
}











/* =========================================================
   CATALOG PAGES ONLY — does not affect homepage
   ========================================================= */

/* Make category images touch the card edges on every device */
html body .tvcatalog .tvcat-category-grid > a {
    height: auto !important;
    min-height: 0 !important;
    padding: 0 0 15px !important;
    overflow: hidden !important;
}

html body .tvcatalog
.tvcat-category-grid > a > .tvcat-category-image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 0 !important;
}

html body .tvcatalog
.tvcat-category-grid > a > .tvcat-category-image > img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    object-fit: initial !important;
    transform: none !important;
}

/* Desktop/laptop */
@media screen and (min-width: 992px) {
    html body .tvcatalog .tvcat-category-grid {
        align-items: flex-start !important;
    }
  .notification-list-item.mt-2 {
    margin-top: 20px !important;
      width: 250px !important;
}
}

/* Mobile: two cards visible with horizontal swipe */
@media screen and (max-width: 767px) {
    html body .tvcatalog .tvcat-category-grid {
        display: flex !important;
        grid-template-columns: none !important;
        align-items: flex-start !important;
        gap: 10px !important;
        padding-bottom: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory !important;
        scroll-behavior: smooth !important;
        scrollbar-width: none !important;
        -webkit-overflow-scrolling: touch !important;
    }

    html body .tvcatalog .tvcat-category-grid::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }

    html body .tvcatalog .tvcat-category-grid > a {
        flex: 0 0 calc((100% - 10px) / 2) !important;
        width: calc((100% - 10px) / 2) !important;
        min-width: calc((100% - 10px) / 2) !important;
        max-width: calc((100% - 10px) / 2) !important;
        height: auto !important;
        align-self: flex-start !important;
        padding-bottom: 12px !important;
        scroll-snap-align: start !important;
        scroll-snap-stop: always !important;
    }

    html body .tvcatalog .tvcat-category-grid > a > strong,
    html body .tvcatalog .tvcat-category-grid > a > small {
        display: block !important;
        margin-right: 7px !important;
        margin-left: 7px !important;
        text-align: center !important;
    }
}






/* Catalog Categories: one full card with horizontal swipe on mobile */
@media screen and (max-width: 767px) {
html body .tvhc
.tv-category-carousel-track.tvhc-categories > a > strong,
html body .tvhc
.tv-category-carousel-track.tvhc-categories > a > small {
    display: block !important;
    width: auto !important;
    margin-right: 12px !important;
    margin-left: 12px !important;
    text-align: center !important;
}
    html body .tvhc
    .tv-category-carousel-track.tvhc-categories {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 12px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory !important;
        scroll-behavior: smooth !important;
        scrollbar-width: none !important;
        -webkit-overflow-scrolling: touch !important;
    }

    html body .tvhc
    .tv-category-carousel-track.tvhc-categories::-webkit-scrollbar {
        display: none !important;
    }

    html body .tvhc
    .tv-category-carousel-track.tvhc-categories > a {
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        scroll-snap-align: start !important;
        scroll-snap-stop: always !important;
    }

    html body .tvhc
    .tv-category-carousel-track.tvhc-categories > a > span {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: auto !important;
        overflow: visible !important;
    }

    html body .tvhc
    .tv-category-carousel-track.tvhc-categories > a > span > img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        object-fit: initial !important;
        transform: none !important;
    }
}


/* Restore horticulture banner image layer */
.tv-horticulture-banner__inner > picture {
    position: absolute !important;
    z-index: 0 !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.tv-horticulture-banner__inner > picture > img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
    object-fit: cover !important;
}

.tv-horticulture-banner__shade {
    z-index: 1 !important;
}

.tv-horticulture-banner__content {
    z-index: 2 !important;
}

/* Catalog card grows according to the complete image */
html body .tvhc .tvhc-categories > a {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 14px !important;
}

html body .tvhc .tvhc-categories > a > span {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    background: transparent !important;
}

html body .tvhc .tvhc-categories > a > span > img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: initial !important;
    transform: none !important;
}





/* Catalog cards follow the image's natural aspect ratio */
html body .tvhc .tvhc-categories > a {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 14px !important;
}

html body .tvhc .tvhc-categories > a > span {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    background: transparent !important;
}

html body .tvhc .tvhc-categories > a > span > img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: initial !important;
    object-position: initial !important;
    transform: none !important;
}

/* Keep the complete image unchanged on hover */
html body .tvhc .tvhc-categories > a:hover > span > img {
    height: auto !important;
    object-fit: initial !important;
    transform: none !important;
}







/* Catalog carousel: exactly four cards on desktop */
/* Remove catalogue card hover shadow */
body .tvhc
.tv-category-carousel-track.tvhc-categories > a:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    filter: none !important;
}
@media screen and (min-width: 992px) {

    body .tvhc
    .tv-category-carousel-track.tvhc-categories {
        gap: 18px !important;
    }
  body .tvhc
.tv-category-carousel-track.tvhc-categories > a > strong,
body .tvhc
.tv-category-carousel-track.tvhc-categories > a > small {
    width: auto !important;
    margin-right: 12px !important;
    margin-left: 12px !important;
    text-align: center !important;
}
body .tvhc
.tv-category-carousel-track.tvhc-categories > a {
    height: auto !important;
    min-height: 0 !important;
    padding: 0 0 14px !important;
    align-self: stretch !important;
}

body .tvhc
.tv-category-carousel-track.tvhc-categories > a > strong,
body .tvhc
.tv-category-carousel-track.tvhc-categories > a > small {
    position: static !important;
    visibility: visible !important;
}
    body .tvhc
    .tv-category-carousel-track.tvhc-categories > a {
        flex: 0 0 calc((100% - 54px) / 4) !important;
        width: calc((100% - 54px) / 4) !important;
        min-width: calc((100% - 54px) / 4) !important;
        max-width: calc((100% - 54px) / 4) !important;
    }

   /* Let Catalog images determine card height */
html body .tvhc
.tv-category-carousel-track.tvhc-categories > a {
    height: auto !important;
    min-height: 0 !important;
}

html body .tvhc
.tv-category-carousel-track.tvhc-categories > a > span {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
}

html body .tvhc
.tv-category-carousel-track.tvhc-categories > a > span > img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: initial !important;
    transform: none !important;
}
}




.tvhc .tvhc-categories > a {
    
       box-shadow: none !important;
}

.tv-category-carousel-track.tvsc-grid>.tvsc-card, .tv-category-carousel-track.tvhs-cats>.tvhs-cat {
  
    border: 1px solid #dce8df !important;
}
/*@media screen and (min-width: 992px) {
    body .tvsc-card,
    body .tvhc-categories > a,
    body .tvhs-cat {
        border: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        filter: none !important;
    }
}
/* Match category card lower area with section background — desktop only */
@media screen and (min-width: 992px) {

    /* Service category cards */
    .tvsc-card,
    .tvsc-card-body {
        background-color: transparent !important;
       box-shadow: none !important;
      
    }

    /* Catalog category cards */
    .tvhc-categories > a {
        background-color: transparent !important;
       box-shadow: none !important;
     
    }

    /* Shop/product category cards */
    .tvhs-cat,
    .tvhs-cat-body {
        background-color: transparent !important;
       box-shadow: none !important;
      
    }

    /* Remove the shadow around the transparent lower portion */
    .tvsc-card,
    .tvhc-categories > a,
    .tvhs-cat {
        box-shadow: none !important;
     
      
    }
}






/* TreeVaayu desktop-only corrections */
@media screen and (min-width: 992px) {

    /* Move installation banner away from Go to Top button */
    #treevaayu-pwa-install-card.treevaayu-pwa-install-card {
       /* right: 90px !important;*/
        left: auto !important;
    }

    /* Remove visible border around all category cards */
    .tvsc-card,
    .tvhc-categories > a,
    .tvhs-cat {
        border: 0 !important;
        outline: 0 !important;
        overflow: hidden !important;
        background-clip: padding-box !important;
        /*box-shadow: 0 8px 24px rgba(25, 70, 40, 0.08) !important;*/
    }

    /* Ensure category images follow the card corners */
    .tvsc-card-img,
    .tvhc-categories > a > span,
    .tvhs-cat-img {
        overflow: hidden !important;
        border: 0 !important;
        outline: 0 !important;
    }
}






.tv-home-video-card__button {
    width: 68px !important;
    height: 48px !important;
    border: 0 !important;
    border-radius: 13px !important;
    color: #fff !important;
    background: #ff0000 !important;
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.32) !important;
}

.tv-home-video-card__button svg {
    width: 28px !important;
    height: 28px !important;
    margin-left: 3px !important;
    fill: #fff !important;
}

.tv-home-video-card__play:hover .tv-home-video-card__button {
    background: #cc0000 !important;
}

@media (max-width: 575px) {
    .tv-home-video-card__button {
        width: 60px !important;
        height: 43px !important;
        border-radius: 11px !important;
    }

    .tv-home-video-card__button svg {
        width: 25px !important;
        height: 25px !important;
    }
}





.tv-home-videos {
    
    padding-top: 10px !important;
}

.tvcatalog-head p {
   
    display: none !important;
}

/* =====================================================
   TREEVAAYU BOOKING CALENDAR
   Today = Green
   Selected booking date = Red
   ===================================================== */

/* TODAY - GREEN */
.flatpickr-calendar .flatpickr-day.today:not(.selected) {
    background: #20bf6b !important;
    border-color: #20bf6b !important;
    color: #ffffff !important;
}

/* SELECTED DATE - RED */
.flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar .flatpickr-day.selected:hover,
.flatpickr-calendar .flatpickr-day.selected:focus,
.flatpickr-calendar .flatpickr-day.selected.prevMonthDay,
.flatpickr-calendar .flatpickr-day.selected.nextMonthDay {
    background: #e53935 !important;
    background-color: #e53935 !important;
    border-color: #e53935 !important;
    color: #ffffff !important;
}

/* TODAY + SELECTED = RED */
.flatpickr-calendar .flatpickr-day.today.selected,
.flatpickr-calendar .flatpickr-day.today.selected:hover,
.flatpickr-calendar .flatpickr-day.today.selected:focus {
    background: #e53935 !important;
    background-color: #e53935 !important;
    border-color: #e53935 !important;
    color: #ffffff !important;
  
 
}
 /* TreeVaayu - Center quantity number in shopping cart */
input[type="number"] {
    text-align: center !important;
}


@media (max-width: 575.98px) {

    .new_services_area .new_sectionTitle.title_flex {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        width: 100% !important;
    }

    .new_services_area .new_sectionTitle.title_flex::before {
        display: block !important;
        margin: 0 0 5px 0 !important;
        width: 100% !important;
        text-align: center !important;
    }

    .new_services_area .new_sectionTitle.title_flex > h2.title {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        text-align: center !important;
    }

    .new_services_area .new_sectionTitle.title_flex > form {
        display: block !important;
        width: 100% !important;
        margin: 14px 0 0 !important;
        text-align: center !important;
    }
}






/* TreeVaayu mobile category accordion */
@media (max-width: 767px) {

    .tv-mobile-accordion-box {
        border: 1px solid rgba(255,255,255,.10) !important;
        border-radius: 14px !important;
        overflow: hidden !important;
        margin-bottom: 14px !important;
    }

    .tv-mobile-accordion-title {
        position: relative !important;
        margin: 0 !important;
        padding: 16px 62px 16px 16px !important;
        cursor: pointer !important;
        font-size: 17px !important;
        line-height: 1.3 !important;
        user-select: none !important;
    }

    /*.tv-mobile-accordion-icon {
        position: absolute !important;
        right: 16px !important;
        top: 40% !important;
        transform: translateY(-50%) !important;

        width: 15px !important;
        height: 15px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        border-radius: 50% !important;
        background: rgba(24,185,103,.15) !important;
        color: #20c875 !important;

        font-size: 25px !important;
        font-weight: 800 !important;
        line-height: 1 !important;

        padding: 0 !important;
        margin: 0 !important;
    }

    /* Show first 2 items in collapsed mode */
    .tv-mobile-accordion-content > * {
        display: none !important;
    }

  .tv-mobile-accordion-content > *:nth-child(1),
    .tv-mobile-accordion-content > *:nth-child(2),
    .tv-mobile-accordion-content > *:nth-child(3) {
        display: block !important;
    }

    /* Show everything when open */
    .tv-mobile-accordion-box.is-open
    .tv-mobile-accordion-content > * {
        display: block !important;
    }

    .tv-mobile-accordion-content {
        padding-top: 4px !important;
    }

    .tv-mobile-accordion-box.is-open
    .tv-mobile-accordion-title {
        border-bottom: 1px solid rgba(255,255,255,.08) !important;
    }
}









    .tv-mobile-nav {
        display: none;
    }

    @media (max-width: 767px) {
        body {
            padding-bottom: calc(53px + env(safe-area-inset-bottom)) !important;
        }

        .tv-mobile-nav {
            position: fixed;
            z-index: 9997;
            right: 0;
            bottom: 0;
            left: 0;

            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));

            height: calc(50px + env(safe-area-inset-bottom));
            padding: 0 3px env(safe-area-inset-bottom);

            border-top: 1px solid rgba(27, 100, 54, 0.12);
            background: #f1faf4;
            box-shadow: 0 -5px 16px rgba(12, 55, 28, 0.09);
        }

        .tv-mobile-nav a {
            position: relative;

            display: flex;
            min-width: 0;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 0;

            height: 50px;
            padding: 1px 0 3px;

            color: #66776c !important;
            font-family: Arial, sans-serif;
            font-size: 8.5px;
            font-weight: 600;
            line-height: 1;

            text-align: center;
            text-decoration: none !important;
            -webkit-tap-highlight-color: transparent;
        }

        /* Disable the previous top selector */
        .tv-mobile-nav a::before {
            display: none !important;
        }

        /* New bottom selector */
        .tv-mobile-nav a::after {
            position: absolute;
            right: 20%;
            bottom: 0;
            left: 20%;

            height: 3px;
            border-radius: 5px 5px 0 0;

            background: #188547;
            content: "";
            opacity: 0;
            transform: scaleX(0.4);
            transition: opacity 0.2s ease, transform 0.2s ease;
        }

        .tv-mobile-nav svg {
            display: block;
            width: 19px;
            height: 19px;
            margin-bottom: 1px;
            fill: currentColor;
        }

        .tv-mobile-nav a.is-active {
            color: #167a3d !important;
            background: rgba(33, 134, 75, 0.06);
        }

        .tv-mobile-nav a.is-active::after {
            opacity: 1;
            transform: scaleX(1);
        }

        .tv-mobile-nav a:active {
            background: rgba(33, 134, 75, 0.1);
        }

        .tv-mobile-nav a:focus-visible {
            border-radius: 7px;
            outline: 2px solid #f5c84c;
            outline-offset: -3px;
        }

        /* Keep floating buttons above the navigation */
        .tv-contact-fab {
            bottom: calc(60px + env(safe-area-inset-bottom)) !important;
        }

        .back-to-top {
            bottom: calc(60px + env(safe-area-inset-bottom)) !important;
        }
    }

    @media (max-width: 359px) {
        .tv-mobile-nav a {
            font-size: 8px;
        }

        .tv-mobile-nav svg {
            width: 18px;
            height: 18px;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .tv-mobile-nav *,
        .tv-mobile-nav *::after {
            transition: none !important;
        }
    }
@media (max-width: 767px) {
    body {
        padding-bottom: calc(49px + env(safe-area-inset-bottom)) !important;
    }

    .tv-mobile-nav {
        height: calc(46px + env(safe-area-inset-bottom));
        padding: 0 3px env(safe-area-inset-bottom);

        /* Round only the top corners */
        border-radius: 22px 22px 0 0;

        overflow: hidden;
    }

    .tv-mobile-nav a {
        height: 46px;
        padding: 0 0 2px;
    }

    .tv-mobile-nav svg {
        width: 18px;
        height: 18px;
        margin-bottom: 0;
    }

    .tv-mobile-nav a::after {
        bottom: 0;
        height: 2px;
    }

    .tv-contact-fab,
    .back-to-top {
        bottom: calc(56px + env(safe-area-inset-bottom)) !important;
    }
}
@media (max-width: 767px) {
    .tv-mobile-nav {
        background: linear-gradient(135deg, #123d2b 0%, #195437 100%);
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        box-shadow: 0 -6px 20px rgba(8, 43, 24, 0.22);
    }

    .tv-mobile-nav a {
        color: #b8cfc0 !important;
    }

    .tv-mobile-nav a svg {
        color: inherit;
        fill: currentColor;
    }

    .tv-mobile-nav a.is-active {
        color: #ffffff !important;
        background: rgba(255, 255, 255, 0.09);
    }

    .tv-mobile-nav a::after {
        background: #f2c14e;
    }

    .tv-mobile-nav a:active {
        color: #ffffff !important;
        background: rgba(255, 255, 255, 0.14);
    }
}
@media (max-width: 767px) {
    .tv-mobile-nav a::after {
        right: 10%;
        bottom: 0;
        left: 10%;
        height: 4px;
        border-radius: 5px 5px 0 0;
    }
}



@media (max-width: 767px) {
    /* Smaller floating Call + WhatsApp interface */
    .tv-contact-fab {
        left: 12px !important;
        bottom: calc(60px + env(safe-area-inset-bottom)) !important;
        gap: 7px !important;
    }

    .tv-contact-fab__toggle,
    .tv-contact-fab__action {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        border-width: 1.5px !important;
    }

    .tv-contact-fab__toggle svg,
    .tv-contact-fab__action svg {
        width: 22px !important;
        height: 22px !important;
    }

    .tv-contact-fab__actions {
        gap: 7px !important;
    }

    /* Smaller back-to-top button */
    .back-to-top {
        right: 12px !important;
        bottom: calc(60px + env(safe-area-inset-bottom)) !important;
        width: 42px !important;
        height: 42px !important;
    }

    .back-to-top span {
        display: grid !important;
        width: 42px !important;
        height: 42px !important;
        place-items: center !important;
        font-size: 17px !important;
        line-height: 1 !important;
    }
}







/* TreeVaayu rounded desktop menu background */



/* ==================================================
   TreeVaayu modern desktop submenu
   ================================================== */

@media (min-width: 992px) {

  .tv-why {
        padding-top: 10px !important;
}
    /* Submenu panel */
    .navbar-area.navbar-two
    .navbar-nav li.menu-item-has-children > .sub-menu {
        min-width: 245px !important;
        padding: 8px !important;

        border: 1px solid #d5e7da !important;
        border-top: 3px solid #f2c14e !important;
        border-bottom: 3px solid #f2c14e !important;
        border-radius: 14px !important;

        background: linear-gradient(
            145deg,
            #f7fcf8 0%,
            #edf8f1 100%
        ) !important;

        box-shadow:
            0 16px 36px rgba(13, 54, 29, 0.18),
            inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    }

    /* Remove old spacing and dark backgrounds */
    .navbar-area.navbar-two
    .navbar-nav .sub-menu > li {
        margin: 3px 0 !important;
        padding: 0 !important;

        border: 0 !important;
        border-radius: 9px !important;

        background: transparent !important;
        line-height: normal !important;
    }

    /* Submenu links */
    .navbar-area.navbar-two
    .navbar-nav .sub-menu > li > a {
        position: relative;

        display: flex !important;
        min-height: 43px !important;
        align-items: center;

        padding: 10px 14px 10px 17px !important;
        border: 0 !important;
        border-radius: 9px !important;

        color: #294a37 !important;
        background: transparent !important;

        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 1.25 !important;

        text-decoration: none !important;

        transition:
            color 0.2s ease,
            background-color 0.2s ease,
            padding-left 0.2s ease;
    }

    /* Golden indicator at the left */
    .navbar-area.navbar-two
    .navbar-nav .sub-menu > li > a::before {
        position: absolute;
        top: 50%;
        left: 7px;

        width: 3px;
        height: 0;

        border-radius: 5px;
        background: #f2c14e;

        content: "";
        opacity: 0;
        transform: translateY(-50%);
        transition:
            height 0.2s ease,
            opacity 0.2s ease;
    }

    /* Submenu hover */
    .navbar-area.navbar-two
    .navbar-nav .sub-menu > li:hover > a,
    .navbar-area.navbar-two
    .navbar-nav .sub-menu > li > a:hover,
    .navbar-area.navbar-two
    .navbar-nav .sub-menu > li > a:focus {
        padding-left: 21px !important;

        color: #176f3d !important;
        background: #ffffff !important;

        text-decoration: none !important;

        box-shadow: 0 4px 12px rgba(20, 91, 48, 0.08);
    }

    .navbar-area.navbar-two
    .navbar-nav .sub-menu > li:hover > a::before,
    .navbar-area.navbar-two
    .navbar-nav .sub-menu > li > a:hover::before,
    .navbar-area.navbar-two
    .navbar-nav .sub-menu > li > a:focus::before {
        height: 22px;
        opacity: 1;
    }

    /* Current submenu page */
    .navbar-area.navbar-two
    .navbar-nav .sub-menu > li.current-menu-item > a {
        padding-left: 21px !important;
        color: #ffffff !important;
        background: #1b8147 !important;
    }

    .navbar-area.navbar-two
    .navbar-nav .sub-menu > li.current-menu-item > a::before {
        height: 22px;
        opacity: 1;
    }
}








@media (min-width: 992px) {
    .navbar-area.navbar-two .navbar-collapse > .navbar-nav {
        padding: 5px 7px !important;
        overflow: visible !important;

        border: 1px solid #cfe5d6 !important;
        border-radius: 50px !important;
    
      margin-left: 5%;
    margin-right: 5%;

        background: linear-gradient(
            135deg,
    #17452f 0%,
    #20633f 100%
        ) !important;

        box-shadow:
            0 5px 16px rgba(22, 91, 49, 0.09),
            inset 0 1px 0 rgba(255, 255, 255, 0.85);
    }

    .navbar-area.navbar-two .navbar-nav > li > a {
        border-radius: 50px !important;
        color: #dcece1 !important;
    }

    .navbar-area.navbar-two .navbar-nav > li:hover > a {
        color: #176f3d !important;
        background: rgba(255, 255, 255, 0.85) !important;
    }

    .navbar-area.navbar-two
    .navbar-nav > li.current-menu-item > a,
    .navbar-area.navbar-two
    .navbar-nav > li.current-menu-ancestor > a {
        color: #ffffff !important;
        background: #1b8147 !important;
    }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 16px !important;
     line-height: 60px !important;
}
}

.treevaayu-navbar-search-input-wrap {
    
    border: 1px solid #1F603D !important;
    
}




/* Golden active-menu indicator */
@media (min-width: 992px) {
    .navbar-area.navbar-two .navbar-nav > li > a {
        position: relative !important;
    }

    .navbar-area.navbar-two
    .navbar-nav > li.current-menu-item > a::after,
    .navbar-area.navbar-two
    .navbar-nav > li.current-menu-ancestor > a::after,
    .navbar-area.navbar-two
    .navbar-nav > li.active > a::after {
        position: absolute !important;
        right: 14px !important;
        bottom: 3px !important;
        left: 14px !important;

        display: block !important;
        width: auto !important;
        height: 3px !important;

        border-radius: 10px !important;
        background: #d4af37 !important;
        content: "" !important;
        opacity: 1 !important;
        transform: scaleX(1) !important;
    }
}


@media (min-width: 992px) {
    .navbar-area.navbar-two .navbar-collapse > .navbar-nav {
        border-bottom: 3px solid #f2c14e !important;
    }
}



/* Force active desktop menu selector to gold */
@media (min-width: 992px) {
    .navbar-area.navbar-two
    .navbar-nav > li.current-menu-item > a,
    .navbar-area.navbar-two
    .navbar-nav > li.current-menu-ancestor > a,
    .navbar-area.navbar-two
    .navbar-nav > li.active > a {
        position: relative !important;

        /* Remove the existing green underline */
        border-bottom-color: transparent !important;
        text-decoration: none !important;

        /* Create a guaranteed golden line */
        background-image: linear-gradient(
            90deg,
            #d4af37,
            #f2c14e
        ) !important;

        background-repeat: no-repeat !important;
        background-position: center calc(100% - 5px) !important;
        background-size: calc(100% - 28px) 4px !important;
    }

    /* Disable old green pseudo-element indicators */
    .navbar-area.navbar-two
    .navbar-nav > li.current-menu-item > a::before,
    .navbar-area.navbar-two
    .navbar-nav > li.current-menu-item > a::after,
    .navbar-area.navbar-two
    .navbar-nav > li.current-menu-ancestor > a::before,
    .navbar-area.navbar-two
    .navbar-nav > li.current-menu-ancestor > a::after,
    .navbar-area.navbar-two
    .navbar-nav > li.active > a::before,
    .navbar-area.navbar-two
    .navbar-nav > li.active > a::after {
        display: none !important;
        content: none !important;
    }
}




/* Force desktop menu hover underline to gold */
@media (min-width: 992px) {
    .navbar-area.navbar-two .navbar-nav > li > a:hover,
    .navbar-area.navbar-two .navbar-nav > li > a:focus,
    .navbar-area.navbar-two .navbar-nav > li.menu-item > a:hover,
    .navbar-area.navbar-two .navbar-nav > li.menu-item > a:focus,
    .navbar-area.navbar-two
    .navbar-nav > li.menu-item-has-children > a:hover,
    .navbar-area.navbar-two
    .navbar-nav > li.menu-item-has-children > a:focus {
        text-decoration-line: underline !important;
        text-decoration-color: #d4af37 !important;
        text-decoration-thickness: 3px !important;
        text-underline-offset: 5px !important;
    }
}


/* Desktop: add space between main menu and submenu */
@media (min-width: 992px) {
    .navbar-area.navbar-two
    .navbar-nav li.menu-item-has-children > .sub-menu {
        margin-top: 12px !important;
    }
}




/* TreeVaayu desktop logo badge */
@media (min-width: 992px) {
    

    .navbar-area.navbar-two .logo-wrapper > .logo {
        position: relative;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;

        padding: 12px 16px !important;
        border: 1px solid rgba(28, 104, 62, 0.18) !important;
        border-radius: 18px !important;

        background:
            linear-gradient(
                145deg,
                rgba(255, 255, 255, 0.98),
                rgba(241, 250, 244, 0.96)
            ) !important;

        box-shadow:
            0 7px 20px rgba(18, 73, 40, 0.10),
            inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;

        text-decoration: none !important;
        transition:
            transform 0.25s ease,
            box-shadow 0.25s ease,
            border-color 0.25s ease !important;
    }

    /* Decorative golden accent */
    .navbar-area.navbar-two .logo-wrapper > .logo::after {
        position: absolute;
        right: 18px;
        bottom: -2px;

        width: 40px;
        height: 3px;
        border-radius: 10px;

        background: #f2c14e;
        content: "";
    }

    .navbar-area.navbar-two .logo-wrapper > .logo img {
        display: block !important;
        width: auto !important;
        height: 45px !important;
        max-width: 220px !important;
        object-fit: contain;
    }

    .navbar-area.navbar-two .logo-wrapper > .logo:hover {
        transform: translateY(-2px);
        border-color: rgba(242, 193, 78, 0.75) !important;

        box-shadow:
            0 10px 25px rgba(18, 73, 40, 0.16),
            inset 0 1px 0 rgba(255, 255, 255, 0.98) !important;
    }
}



/* TreeVaayu mobile logo badge */
@media (max-width: 991px) {

    .navbar-area.navbar-two .logo-wrapper > .logo {
        position: relative;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;

        /* Compact dimensions for mobile */
        width: auto !important;
        height: 42px !important;
        padding: 6px 17px !important;
box-sizing: border-box !important;
        border: 1px solid rgba(28, 104, 62, 0.18) !important;
        border-radius: 13px !important;

        background: linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98),
            rgba(241, 250, 244, 0.96)
        ) !important;

        box-shadow:
            0 4px 12px rgba(18, 73, 40, 0.10),
            inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;

        text-decoration: none !important;
    }

    .navbar-area.navbar-two .logo-wrapper > .logo img {
        display: block !important;
        width: auto !important;
        height: 22px !important;
        max-width: 135px !important;
        object-fit: contain !important;
    }

    /* Smaller golden accent for mobile */
    .navbar-area.navbar-two .logo-wrapper > .logo::after {
        position: absolute;
        right: 12px;
        bottom: -2px;

        width: 28px;
        height: 3px;
        border-radius: 10px;

        background: #f2c14e;
        content: "";
    }
}


/* Mobile logo: force space between image and border */
@media only screen and (max-width: 991px) {

    .navbar-area.navbar-two
    .responsive-mobile-menu
    .logo-wrapper {
        width: auto !important;
        min-width: 165px !important;
        max-width: none !important;
        flex: 0 0 auto !important;
        overflow: visible !important;
    }

    .navbar-area.navbar-two
    .responsive-mobile-menu
    .logo-wrapper > a.logo {
        display: inline-flex !important;
        width: 165px !important;
        min-width: 140px !important;
        height: 44px !important;
        padding: 6px 11px !important;
        box-sizing: border-box !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
    }

    .navbar-area.navbar-two
    .responsive-mobile-menu
    .logo-wrapper > a.logo > img {
        display: block !important;
        width: 128px !important;
        height: auto !important;
        max-width: 143px !important;
        margin: 0 6px !important;
        object-fit: contain !important;
    }
}








@media (min-width: 992px) {
    .treevaayu-premium-footer
    .tv-footer-contact-horizontal-host
    .footer-inner {
        display: flex !important;
        align-items: center !important;
        justify-content: space-around !important;
        width: 100% !important;
        gap: 20px !important;
    }

    .treevaayu-premium-footer
    .tv-footer-contact-horizontal-host
    .footer-link-address,
    .treevaayu-premium-footer
    .tv-footer-contact-horizontal-host
    .footer-socials,
    .treevaayu-premium-footer
    .tv-footer-contact-horizontal-host
    .footer-social-list {
        display: contents !important;
    }

    .treevaayu-premium-footer
    .tv-footer-contact-horizontal-host
    .footer-link-address .list,
    .treevaayu-premium-footer
    .tv-footer-contact-horizontal-host
    .footer-social-list .lists {
        flex: 0 1 auto !important;
        margin: 0 !important;
        white-space: nowrap !important;
    }
}
@media (min-width: 992px) {
    .treevaayu-premium-footer
    .tv-footer-contact-horizontal-host
    .tv-footer-contact-card
    .footer-inner {
        justify-content: space-around !important;
    }
}





@media (max-width: 575.98px) {
    .treevaayu-premium-footer
    .footer-top
    .tv-footer-catalog-category-card {
        order: 4 !important;
    }

    .treevaayu-premium-footer
    .footer-top
    .tv-footer-contact-card {
        order: 5 !important;
    }
}




/* =====================================================
   TreeVaayu homepage heading cleanup — CSS only
   ===================================================== */

/* Remove descriptive third lines */
.new_services_area .new_sectionTitle.title_flex::after {
    content: none !important;
    display: none !important;
}

.tv-home-service-categories .tvsc-sub,
.tv-how__header > p:last-child,
.tv-why__header > .tv-why__intro,
.tv-projects__header > .tv-projects__intro,
.tv-home-shop .tvhs-head .tvhs-sub,
.tvhc .tvhc-head p {
    display: none !important;
}

/* Add green line below main bold headings */
.new_services_area .new_sectionTitle.title_flex > .title::after,
.new_services_area .new_sectionTitle.title_flex > h1::after,
.new_services_area .new_sectionTitle.title_flex > h2::after,
.new_services_area .new_sectionTitle.title_flex > h3::after,
.tv-home-service-categories .tvsc-title::after,
.tv-how__header h2::after,
.tv-why__header h2::after,
.tv-projects__header h2::after,
.tv-home-shop .tvhs-title::after,
.tvhc .tvhc-head h2::after,
.tvhc .tvhc-featured-head h2::after {
    content: "" !important;
    display: block !important;
    width: 44px !important;
    height: 3px !important;
    margin-top: 10px !important;
    border-radius: 999px !important;
    background: linear-gradient(
        90deg,
        #20bf70,
        #78e7aa
    ) !important;
}

/* Center line beneath centered headings */
.tv-how__header h2::after,
.tv-why__header h2::after,
.tv-projects__header h2::after {
    margin-right: auto !important;
    margin-left: auto !important;
}

/* Center responsive headings on mobile */
@media (max-width: 575.98px) {
    .new_services_area
    .new_sectionTitle.title_flex > .title::after,

    .new_services_area
    .new_sectionTitle.title_flex > h1::after,

    .new_services_area
    .new_sectionTitle.title_flex > h2::after,

    .new_services_area
    .new_sectionTitle.title_flex > h3::after,

    .tv-home-service-categories .tvsc-title::after,
    .tv-home-shop .tvhs-title::after,
    .tvhc .tvhc-head h2::after,
    .tvhc .tvhc-featured-head h2::after {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}




/* Desktop selected menu design 
@media (min-width: 992px) {

    .navbar-area.navbar-two .navbar-nav > li.active > a,
    .navbar-area.navbar-two .navbar-nav > li.current-menu-item > a,
    .navbar-area.navbar-two .navbar-nav > li.current_page_item > a,
    .navbar-area.navbar-two .navbar-nav > li > a[aria-current="page"] {
        padding: 11px 17px !important;
        border-radius: 999px !important;

        color: #176f3d !important;
        background: #f1faf4 !important;

        /* Golden selector line inside the pill 
        box-shadow:
            inset 0 -3px 0 #f2c14e,
            0 4px 12px rgba(10, 54, 29, 0.10) !important;

        text-decoration: none !important;
    }

    /* Same appearance while hovering or using keyboard 
    .navbar-area.navbar-two .navbar-nav > li > a:hover,
    .navbar-area.navbar-two .navbar-nav > li > a:focus {
        border-radius: 999px !important;
        color: #176f3d !important;
        background: #f1faf4 !important;
        box-shadow:
            inset 0 -3px 0 #f2c14e,
            0 4px 12px rgba(10, 54, 29, 0.10) !important;
        text-decoration: none !important;
    }
}
*/



@media (max-width: 991px) {
    html body .navbar-area.navbar-two
    .treevaayu-navbar-search-wrap
    .treevaayu-navbar-search-input-wrap {
        border: 1px solid #198754 !important;
        border-radius: 12px !important;
    }
}






/* =====================================================
   TREEVAAYU CATALOG CATEGORIES — MATCH OTHER CATEGORIES
   ===================================================== */

/* Center complete Catalog title section */
.tvhc .tvhc-head {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    margin-bottom: 24px !important;
    text-align: center !important;
}

.tvhc .tvhc-head > div {
    width: 100% !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.tvhc .tvhc-head span,
.tvhc .tvhc-head h2,
.tvhc .tvhc-head p {
    text-align: center !important;
}

/* Center the View Full Catalog button */
.tvhc .tvhc-head > a {
    display: inline-flex !important;
    width: auto !important;
    margin: 14px auto 0 !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Four cards per row on desktop */
.tvhc .tvhc-categories {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

/* Match Product and Service category cards */
.tvhc .tvhc-categories > a {
    display: block !important;
    min-width: 0 !important;
    height: 260px !important;
    min-height: 260px !important;
    padding: 0 !important;
    overflow: hidden !important;

    border: 1px solid #e4ebe6 !important;
    border-radius: 18px !important;

    background: #ffffff !important;
    /*box-shadow: 0 8px 24px rgba(31, 65, 43, 0.08) !important;*/

    text-align: left !important;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease !important;
}

/* Image container */
.tvhc .tvhc-categories > a > span {
    display: block !important;
    width: 100% !important;
    height: 180px !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;

    border-radius: 0 !important;
    background: #edf3ee !important;
}

/* Category image */
.tvhc .tvhc-categories > a > span > img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;

    border-radius: 0 !important;
    object-fit: cover !important;

    transition: transform 0.3s ease !important;
}

/* Category name */
.tvhc .tvhc-categories > a > strong {
    display: block !important;
    margin: 15px 16px 0 !important;

    color: #203e2a !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* Item count */
.tvhc .tvhc-categories > a > small {
    display: block !important;
    margin: 4px 16px 0 !important;

    color: #78857d !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
}

/* Desktop hover */
@media (hover: hover) {
    .tvhc .tvhc-categories > a:hover {
        border-color: #9bc9aa !important;
        box-shadow: 0 14px 32px rgba(31, 65, 43, 0.14) !important;
        transform: translateY(-4px) !important;
    }

    .tvhc .tvhc-categories > a:hover img {
        transform: scale(1.045) !important;
    }
}

/* Tablet: same as Product Categories */
@media (max-width: 991px) {
    .tvhc .tvhc-categories {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }
}

/* Mobile: same as Product and Service Categories */
@media (max-width: 575px) {
    .tvhc {
        padding-top: 38px !important;
        padding-bottom: 38px !important;
    }

    .tvhc .tvhc-head {
        display: block !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }

    .tvhc .tvhc-head h2 {
        font-size: 25px !important;
    }

    .tvhc .tvhc-head p {
        font-size: 13px !important;
    }

    .tvhc .tvhc-head > a {
        margin: 12px auto 0 !important;
        padding: 8px 12px !important;
        font-size: 11px !important;
    }

    .tvhc .tvhc-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .tvhc .tvhc-categories > a {
        width: 100% !important;
        height: 193px !important;
        min-height: 193px !important;
        border-radius: 14px !important;
    }

    .tvhc .tvhc-categories > a > span {
        height: 135px !important;
    }

    .tvhc .tvhc-categories > a > strong {
        margin: 10px 8px 0 !important;
        font-size: 14px !important;
        text-align: left !important;
    }

    .tvhc .tvhc-categories > a > small {
        margin: 3px 8px 0 !important;
        font-size: 10px !important;
        text-align: left !important;
    }
}





/* Center the Catalog Categories title underline */
.tvhc .tvhc-head h2::after,
.tvhc .tvhc-head #tvhc-title::after {
    margin: 10px auto 0 !important;
}


.tv-projects {
    padding-top: 10px !important;
}