/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 3.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-background, drop-down-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, threaded-comments
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
    --Preloader_background_color: #008136;
    --Preloader_dot_color: #ffff;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
button,
.nav-link,
.btn,
li {
    font-family: 'Epilogue', sans-serif !important;
}

.preloader {
    background-color: var(--Preloader_background_color);
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999999999;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    transform: translateY(0%);
}

.page-loaded .preloader {
    transform: translateY(100%);
}

.loader {
    display: grid;
    grid-template: 1fr 1fr/1fr 1fr;
    gap: 40%;
    width: 80px;
    aspect-ratio: 1/1;
    animation: rotate 2s linear infinite;
}

.loader .dot {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--Preloader_dot_color);
    animation: scale 2s infinite alternate;
}

.loader .dot:nth-child(3) {
    order: 1;
}

.loader .dot:nth-child(1) {
    animation-delay: -0.5s;
}

.loader .dot:nth-child(2) {
    animation-delay: -1s;
}

.loader .dot:nth-child(3) {
    animation-delay: -1.5s;
}

.loader .dot:nth-child(4) {
    animation-delay: -2s;
}

@keyframes scale {
    0% {
        transform: scale(0.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.top-header {
    background-color: transparent !important;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    position: relative;
    z-index: 1000;
}

.top-header a {
    color: #fff;
    transition: all 0.3s ease;
}

.top-header a:hover {
    opacity: 0.8;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #fff;
    color: var(--Preloader_background_color);
}

/* Navbar */
.custom-navbar {
    background-color: transparent !important;
    position: relative;
    z-index: 1000;
}

.nav-logo {
    max-height: 40px;
    /* Adjust based on your logo size */
    width: auto;
}

.custom-navbar .btn-contact-us {
    background-color: #ff3300;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
}

.custom-navbar .btn-contact-us:hover,
.custom-navbar .btn-contact-us:focus {
    background-color: #e62e00;
    color: #fff;
    box-shadow: 0 4px 10px rgba(255, 51, 0, 0.3);
}

.custom-navbar .nav-link {
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.custom-navbar .nav-link:hover {
    color: #ff3300 !important;
}

.navbar-toggler {
    border: none !important;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none !important;
    /* Remove bootstrap default svg */
    font-size: 24px;
}

/* Mobile Offcanvas Menu Styling */
@media (min-width: 992px) {
    .custom-mobile-nav-wrapper {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 991.98px) {
    .custom-mobile-offcanvas {
        background-color: #050505 !important;
        /* Black background like screenshot */
        color: #ffffff !important;
    }

    .custom-mobile-offcanvas .offcanvas-header {
        padding: 30px;
        border-bottom: none;
    }

    .custom-close-btn {
        background-color: #ffffff !important;
        border: none;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000000;
        font-size: 14px;
        opacity: 1;
        box-shadow: none;
        background-image: none !important;
        /* Remove bootstrap default svg */
        position: relative;
        z-index: 1055;
        cursor: pointer;
    }

    .custom-mobile-offcanvas .offcanvas-body {
        padding: 0 30px 30px 30px;
    }

    .custom-mobile-nav .nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding: 10px 0;
    }

    .custom-mobile-nav .nav-link {
        padding-left: 0 !important;
        font-size: 16px;
    }

    .custom-chevron {
        font-size: 12px;
        opacity: 0.8;
    }

    .btn-contact-us {
        width: 100%;
        /* Full width button on mobile for better UX */
        margin-top: 15px;
    }

    /* Universal Mobile Menu Styling (Fallback + Max Mega Menu) */
    .custom-mobile-nav,
    .mega-menu-wrap .mega-menu {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        padding-left: 0;
        list-style: none;
    }

    .custom-mobile-nav li,
    .mega-menu-wrap .mega-menu>li.mega-menu-item {
        display: block !important;
        width: 100% !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
        float: none !important;
        margin: 0 !important;
    }

    .custom-mobile-nav li a,
    .mega-menu-wrap .mega-menu>li.mega-menu-item>a.mega-menu-link {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 15px 0 !important;
        font-size: 16px !important;
        color: #ffffff !important;
        text-decoration: none !important;
        width: 100% !important;
    }

    .custom-mobile-nav li a::after,
    .mega-menu-wrap .mega-menu>li.mega-menu-item>a.mega-menu-link::after {
        content: "\f054" !important;
        /* FontAwesome chevron-right */
        font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome" !important;
        font-weight: 900 !important;
        font-size: 12px !important;
        opacity: 0.8 !important;
    }
}

/* Max Mega Menu Custom Overrides */
#mega-menu-wrap-primary,
#mega-menu-wrap-primary #mega-menu-primary {
    background: transparent !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: #ffffff !important;
    font-family: 'Epilogue', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    background: transparent !important;
    transition: color 0.3s ease !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus {
    color: #ff3300 !important;
    background: transparent !important;
}

/* ==========================================================================
   Hero Section Styles
   ========================================================================== */
.header-hero-wrapper {
    background-color: #0b7a36;
    background-image: url('images/hero-banner-Background.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

.hero-section {
    background: transparent !important;
    position: relative;
    padding-top: 45px !important;
    padding-bottom: 60px;
    overflow: hidden;
    color: #ffffff;
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
    max-width: 1464px;
}

.hero-subtitle {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #e0f2e5;
    /* Very light green/white */
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.hero-spark-img {
    max-width: 28px;
    height: auto;
    display: block;
    margin-bottom: 8px;
}

.text-center .hero-spark-img,
.why-header-meta .hero-spark-img {
    margin-left: auto;
    margin-right: auto;
}

.hero-title {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #ffffff;
}

.hero-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #e6e6e6d1;
    font-weight: 400;
    max-width: 95%;
}

.hero-buttons {
    display: flex;
    gap: 15px;
}

.btn.btn-hero-outline {
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #ffffff;
    background: transparent;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn.btn-hero-outline:hover,
.btn.btn-hero-outline:focus {
    background-color: #ffffff;
    color: #0b7a36;
}

.btn.btn-hero-orange {
    background-color: #ff3300;
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn.btn-hero-orange:hover,
.btn.btn-hero-orange:focus {
    background-color: #e62e00;
    color: #ffffff;
}

/* Form Styles */
.hero-form-box {
    background-color: #555e34;
    /* Dark olive background */
    border-radius: 0px 20px 20px 20px;
    padding: 50px 30px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.hero-form-box .mb-3,
.hero-form-box .mb-4 {
    margin-bottom: 20px !important;
}

.hero-input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 0 !important;
    color: #bdc1b1 !important;
    padding: 10px 0 14px 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.hero-input::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
    opacity: 1 !important;
}

.hero-input:focus {
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #ffffff !important;
    outline: none !important;
}

select.hero-input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 0px center !important;
    background-size: 18px !important;
    padding-right: 30px;
}

select.hero-input option {
    color: #000000;
}

.btn.btn-hero-submit {
    background-color: #ff3300;
    color: #ffffff;
    border: none;
    padding: 14px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.btn.btn-hero-submit:hover {
    background-color: #e62e00;
    color: #ffffff;
}

.hero-form-leaf {
    position: absolute;
    bottom: 90px;
    right: -30px;
    width: 100px;
    z-index: 5;
    pointer-events: none;
}

/* Center Image Overlapping */
.hero-center-img {
    position: absolute;
    bottom: -22px;
    left: 48%;
    transform: translateX(-50%);
    z-index: 5;
    max-width: 600px;
    pointer-events: none;
}

@media (max-width: 1199.98px) {
    .hero-center-img {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .hero-center-img {
        display: none !important;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-section {
        padding-top: 30px !important;
        padding-bottom: 40px;
    }

    .hero-buttons .btn {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .hero-center-img {
        display: none !important;
    }

    .hero-title {
        font-size: 34px;
    }
}

/* ==========================================================================
   About Section Styles
   ========================================================================== */
.about-section {
    background-color: #ffffff;
    padding: 85px 0;
    overflow: hidden;
}

.about-collage-wrapper {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.about-dots {
    position: absolute;
    width: 90px;
    height: auto;
    z-index: 1;
}

.dots-top-left {
    top: 0;
    left: -20px;
}

.dots-bottom-right {
    bottom: 94px;
    right: -20px;
}

.about-col-right {
    transform: translateY(-40px);
}

.about-img-box {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.about-img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.about-call-badge {
    position: absolute;
    bottom: 94px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff3300;
    color: #ffffff;
    padding: 33px 35px 33px 48px;
    display: flex;
    align-items: center;
    z-index: 5;
    box-shadow: 0 10px 25px rgba(255, 51, 0, 0.15);
    overflow: visible;
}

.call-badge-icon {
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0b7a36;
    color: #ffffff;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.call-badge-text {
    display: flex;
    flex-direction: column;
}

.call-title {
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0.5px;
    opacity: 0.9;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 2px;
}

.call-number {
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1.2;
}

.about-subtitle {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #0b7a36;
    text-transform: uppercase;
}

.about-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.25;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.about-desc {
    font-size: 15px;
    line-height: 1.65;
    color: #555555;
}

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

.about-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.about-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 7px;
    height: 7px;
    background-color: #0b7a36;
}

.about-badges {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.about-badge-img {
    max-height: 148px;
    width: auto;
}

/* Responsiveness for About Section */
@media (max-width: 1199.98px) {
    .about-section {
        padding: 50px 0;
    }

    .about-collage-wrapper {
        /* margin-bottom: 60px; */
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-title {
        font-size: 28px;
    }

    .about-badges {
        justify-content: flex-start;
        margin-top: 20px;
    }
}

@media (max-width: 575.98px) {
    .about-call-badge {
        left: 50%;
        width: calc(100% - 40px);
        justify-content: center;
    }
}

/* ==========================================================================
   Why Choose Section Styles
   ========================================================================== */
.why-choose-section {
    background-color: #ffffff;
    overflow: hidden;
}

/* Floating leaf on the left */
.why-floating-leaf-left {
    position: absolute;
    left: 15px;
    top: 40%;
    transform: translateY(-50%) rotate(45deg);
    width: 90px;
    height: auto;
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
}

/* Floating right assets (dots + leaves/bottle) */
.why-floating-right {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 200px;
    height: 180px;
    z-index: 1;
    pointer-events: none;
}

.why-dots-right {
    position: absolute;
    right: 25px;
    bottom: 50px;
    width: 80px;
    height: auto;
    opacity: 0.6;
    z-index: 1;
}

.why-bottle-leaves-right {
    position: absolute;
    right: 4px;
    bottom: -10px;
    width: 140px;
    height: auto;
    z-index: 2;
}

.why-subtitle {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #0b7a36;
    text-transform: uppercase;
}

.why-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.25;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.why-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #555555;
    max-width: 600px;
}

.why-grid {
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

/* Desktop Grid Borders */
@media (min-width: 992px) {
    .why-grid-row {
        border-bottom: 1px solid #e5e5e5;
    }

    .why-grid-row:last-child {
        border-bottom: none;
    }

    .why-grid-item {
        border-right: 1px solid #e5e5e5;
        padding: 45px 15px;
        text-align: center;
    }

    .why-grid-item:nth-child(4n) {
        border-right: none;
    }
}

/* Tablet Grid Borders (2 columns) */
@media (max-width: 991.98px) and (min-width: 576px) {
    .why-grid-item {
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding: 35px 15px;
        text-align: center;
    }

    .why-grid-item:nth-child(2n) {
        border-right: none;
    }

    .why-grid-row:last-child .why-grid-item:nth-last-child(-n+2) {
        border-bottom: none;
    }
}

/* Mobile Grid Borders (1 column) */
@media (max-width: 575.98px) {
    .top-header {
        display: none;
    }

    .why-grid-item {
        border-bottom: 1px solid #e5e5e5;
        padding: 30px 15px;
        text-align: center;
    }

    .why-grid-row:last-child .why-grid-item:last-child {
        border-bottom: none;
    }
}

.feature-icon-box {
    width: 90px;
    height: 90px;
    border: 1px solid #0b7a36;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.feature-icon-box img {
    max-width: 42px;
    max-height: 42px;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.why-grid-item:hover .feature-icon-box {
    background-color: #0b7a36;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(11, 122, 54, 0.15);
}

.why-grid-item:hover .feature-icon-box img {
    filter: brightness(0) invert(1);
}

.feature-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #1a1a1a;
    line-height: 1.45;
}

/* ==========================================================================
   Section Headers & Utilities
   ========================================================================== */
/* .section-header-meta .hero-spark-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    max-width: 28px;
    height: auto;
    display: block;
} */

.section-subtitle {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #0b7a36;
    text-transform: uppercase;
}

.section-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.25;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.section-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #555555;
    max-width: 600px;
}

/* ==========================================================================
   Categories & Divisions Section
   ========================================================================== */
/* ==========================================================================
   Categories Section - Unified 19-Card Layout
   ========================================================================== */
.categories-section {
    background-color: #ffffff;
    overflow: hidden;
}

/* Side decorations absolutely positioned */
.cat-float-left {
    position: absolute;
    left: -40px;
    top: 25%;
    z-index: 1;
    pointer-events: none;
}

.cat-float-dots {
    width: 90px;
    height: auto;
    opacity: 0.6;
    display: block;
    margin-bottom: 20px;
}

.cat-float-bottle {
    width: 130px;
    height: auto;
    opacity: 0.9;
    display: block;
    margin-left: 20px;
}

.cat-float-right {
    position: absolute;
    right: -40px;
    bottom: 20%;
    z-index: 1;
    pointer-events: none;
}

.cat-float-leaf {
    width: 110px;
    height: auto;
    opacity: 0.8;
    transform: rotate(-15deg);
}

/* Grid Layout */
.categories-grid-unified {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* Card Design */
.category-card-unified {
    background-color: #ffffff;
    border: 1px solid #eef1ee;
    border-radius: 12px;
    padding: 30px 25px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 200px;
}

.category-card-unified:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(11, 122, 54, 0.08);
    border-color: #0b7a36;
}

/* Circle Icon Container */
.cat-circle-wrap {
    position: relative;
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
}

.cat-circle-bg-orange {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ff4c1a 0%, #e62e00 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(255, 51, 0, 0.25);
    transition: all 0.3s ease;
}

.category-card-unified:hover .cat-circle-bg-orange {
    transform: scale(1.05);
}

.cat-icon-white {
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* Circle Spark Overlay */
.cat-circle-spark {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 16px;
    height: auto;
    z-index: 3;
    animation: pulse-spark 2s infinite alternate;
}

@keyframes pulse-spark {
    0% {
        transform: scale(0.9);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.1);
        opacity: 1;
    }
}

/* Card Content */
.cat-title-unified {
    font-size: 15.5px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 5px;
    line-height: 1.3;
}

.cat-desc-unified {
    font-size: 12px;
    color: #888888;
    margin-bottom: 20px;
}

/* Corner Arrow */
.cat-arrow-unified {
    position: absolute;
    right: 20px;
    bottom: 18px;
    font-size: 14px;
    color: #8c928c;
    transition: all 0.3s ease;
}

.category-card-unified:hover .cat-arrow-unified {
    color: #0b7a36;
    transform: translateX(4px);
}

/* Double-column Photo Banner Card */
.category-banner-card {
    grid-column: span 2;
    padding: 0;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.banner-photo-wrapper {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    transition: all 0.5s ease;
}

.category-banner-card:hover .banner-photo-wrapper {
    transform: scale(1.03);
}

/* Responsiveness for grid */
@media (max-width: 1199.98px) {
    .categories-grid-unified {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 991.98px) {
    .categories-grid-unified {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .categories-grid-unified {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 15px !important;
        justify-content: flex-start !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
        padding-left: 7.5% !important;
        padding-right: 7.5% !important;
        padding-bottom: 15px !important;
        scroll-padding: 7.5% !important;
    }

    .category-card-unified {
        flex: 0 0 85% !important;
        scroll-snap-align: center !important;
        height: auto !important;
    }

    .category-banner-card {
        flex: 0 0 85% !important;
        grid-column: auto !important;
    }

    .categories-grid-unified::-webkit-scrollbar {
        height: 5px;
    }

    .categories-grid-unified::-webkit-scrollbar-thumb {
        background-color: rgba(11, 122, 54, 0.25);
        border-radius: 4px;
    }

    .categories-grid-unified::-webkit-scrollbar-track {
        background-color: transparent;
    }

    /* Showcase Products Mobile Slider */
    .showcase-section .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 15px !important;
        justify-content: flex-start !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
        padding-left: 7.5% !important;
        padding-right: 7.5% !important;
        padding-bottom: 15px !important;
        scroll-padding: 7.5% !important;
    }

    .showcase-section .row>div {
        flex: 0 0 85% !important;
        scroll-snap-align: center !important;
        width: auto !important;
        max-width: none !important;
    }

    .showcase-carousel-indicator-bar {
        display: none !important;
    }
}

/* ==========================================================================
   Manufacturing Process Section - Timeline Layout
   ========================================================================== */
.process-section {
    background-color: #ffffff;
    overflow: hidden;
}

/* Side decorations absolutely positioned */
.proc-float-left-top {
    position: absolute;
    left: -40px;
    top: 5%;
    z-index: 1;
    pointer-events: none;
}

.proc-float-dots {
    width: 90px;
    height: auto;
    opacity: 0.6;
    display: block;
    margin-bottom: 20px;
}

.proc-float-bottle {
    width: 130px;
    height: auto;
    opacity: 0.9;
    display: block;
    margin-left: 20px;
}

.proc-float-right-top {
    position: absolute;
    right: -20px;
    top: 5%;
    z-index: 1;
    pointer-events: none;
}

.proc-float-bowl {
    width: 120px;
    height: auto;
    opacity: 0.8;
}

.proc-float-left-bottom {
    position: absolute;
    left: 20px;
    bottom: 5%;
    z-index: 1;
    pointer-events: none;
}

.proc-float-leaf-l {
    width: 80px;
    height: auto;
    transform: rotate(45deg);
}

.proc-float-right-middle {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 1;
    pointer-events: none;
}

.proc-float-leaf-r {
    width: 90px;
    height: auto;
    transform: rotate(-30deg);
}

/* Timeline container and alignment */
.process-timeline-container {
    position: relative;
    padding: 40px 0;
    max-width: 1000px;
    margin: 0 auto;
}

/* Central dashed line */
.process-timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    border-left: 2px dashed #0b7a36;
    transform: translateX(-50%);
    z-index: 1;
}

/* Timeline step row */
.timeline-row {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .timeline-row+.timeline-row {
        margin-top: -95px;
        /* Symmetrically overlaps rows to stagger cards */
    }
}

.timeline-row:last-child {
    margin-bottom: 0;
}

.timeline-col-card {
    width: 45%;
    display: flex;
}

.timeline-row-left .timeline-col-card {
    justify-content: flex-end;
}

.timeline-row-right .timeline-col-card {
    justify-content: flex-start;
}

.timeline-col-dot {
    width: 10%;
    display: flex;
    justify-content: center;
    position: relative;
}

.timeline-col-empty {
    width: 45%;
}

/* Step Card Styles */
.timeline-card {
    background-color: #ffffff;
    border: 1px solid #eef1ee;
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    max-width: 380px;
    /* Sized exactly as shown in the image */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.015);
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Symmetrical Text Alignment */
.timeline-row-left .timeline-card,
.timeline-row-left .timeline-card-title,
.timeline-row-left .timeline-card-text {
    text-align: right !important;
}

.timeline-row-right .timeline-card,
.timeline-row-right .timeline-card-title,
.timeline-row-right .timeline-card-text {
    text-align: left !important;
}

.timeline-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(11, 122, 54, 0.08);
    border-color: #0b7a36;
}

/* Large Outline Number stacked on top of heading */
.timeline-number {
    display: block;
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 15px;
    -webkit-text-stroke: 1px #d6dbd6;
    color: transparent;
    font-family: 'Epilogue', sans-serif;
    position: relative;
}

/* Symmetrical Titles */
.timeline-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.timeline-card-text {
    font-size: 13.5px;
    line-height: 1.6;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

/* Center Intersecting Dot */
.timeline-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 3px solid #ff4c1a;
    box-shadow: 0 0 10px rgba(255, 51, 0, 0.25);
    z-index: 3;
    transition: all 0.3s ease;
}

.timeline-card:hover~.timeline-col-dot .timeline-dot,
.timeline-row:hover .timeline-dot {
    background-color: #ff4c1a;
    transform: scale(1.15);
}

/* Symmetrical Horizontal Connector Lines (Left & Right Borders of the Timeline) */
.timeline-row-left .timeline-card::after {
    content: "";
    position: absolute;
    right: -42px;
    /* Calculated space to touch the center dot */
    top: 50%;
    width: 40px;
    height: 1px;
    border-top: 1.5px dashed #dcdfdc;
    transform: translateY(-50%);
    pointer-events: none;
}

.timeline-row-right .timeline-card::after {
    content: "";
    position: absolute;
    left: -42px;
    /* Calculated space to touch the center dot */
    top: 50%;
    width: 40px;
    height: 1px;
    border-top: 1.5px dashed #dcdfdc;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Timeline Responsiveness */
@media (max-width: 991.98px) {
    .process-timeline-line {
        left: 20px;
        transform: none;
    }

    .timeline-row {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .timeline-col-card {
        width: 100%;
        padding-left: 50px;
        justify-content: flex-start !important;
    }

    .timeline-card {
        width: 100%;
        max-width: 100%;
        /* Fill space on mobile */
        text-align: left !important;
    }

    /* Symmetrical connector lines adjusting for mobile view */
    .timeline-card::after {
        left: -30px !important;
        width: 30px !important;
        right: auto !important;
    }

    .timeline-col-dot {
        position: absolute;
        left: 20px;
        top: 50%;
        width: auto;
        transform: translate(-50%, -50%);
    }

    .timeline-col-empty {
        display: none;
    }
}

/* ==========================================================================
   Product Showcase Section
   ========================================================================== */
.showcase-section {
    background-color: #ffffff;
    overflow: hidden;
}

/* Side floating assets */
.show-float-left {
    position: absolute;
    left: 20px;
    bottom: 20%;
    z-index: 1;
    pointer-events: none;
}

.show-float-leaf-l {
    width: 80px;
    height: auto;
    transform: rotate(-45deg);
}

.show-float-right {
    position: absolute;
    right: 20px;
    top: 15%;
    z-index: 1;
    pointer-events: none;
}

.show-float-leaf-r {
    width: 90px;
    height: auto;
    transform: rotate(30deg);
}

/* Showcase Card layout */
.showcase-card {
    background-color: #ffffff;
    border: 1px solid #eef1ee;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.015);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-decoration: none !important;
    color: inherit !important;
}

.showcase-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(11, 122, 54, 0.08);
    border-color: #0b7a36;
}

/* Image visual box with soft gradients */
.showcase-img-box {
    height: 220px;
    background: linear-gradient(to bottom, #fcfefe 0%, #f5f8f5 100%);
    border-radius: 8px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.showcase-product-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.showcase-card:hover .showcase-product-img {
    transform: scale(1.05);
}

/* Content Details */
.showcase-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.showcase-cat-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.showcase-cat-tag {
    font-size: 12px;
    font-weight: 700;
    color: #4a4a4a;
}

.showcase-stars {
    color: #ff4c1a;
    /* Mockup orange-red stars */
    font-size: 11px;
    letter-spacing: 1px;
}

.showcase-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.showcase-desc {
    font-size: 13px;
    line-height: 1.5;
    color: #777777;
    margin-bottom: 0;
}

/* Carousel Indicators Segments */
.showcase-carousel-indicator-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: none;
    margin: 0;
    padding: 0;
}

.showcase-carousel-indicator-bar button.indicator-segment {
    width: 40px;
    height: 3px;
    background-color: #eaeaea !important;
    border-radius: 50px;
    border: none !important;
    opacity: 1 !important;
    transition: background-color 0.3s ease, width 0.3s ease;
    padding: 0;
    margin: 0;
}

.showcase-carousel-indicator-bar button.indicator-segment.active {
    background-color: #ff4c1a !important;
    width: 55px;
}

/* ==========================================================================
   Contact & Trust Section (FAQ Replacement)
   ========================================================================== */
.contact-trust-section {
    background-color: #ffffff;
    overflow: hidden;
}

/* Social link circles */
.contact-social-icons {
    display: flex;
    gap: 12px;
}

.social-circle-green {
    width: 40px;
    height: 40px;
    background-color: #faf7f2;
    /* Light warm beige */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b7a36;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.social-circle-green:hover {
    background-color: #0b7a36;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 12px rgba(11, 122, 54, 0.15);
}

/* Certification image row */
.trust-certificates-box {
    margin-top: 30px;
}

.trust-logo-img {
    width: auto;
    display: block;
    transition: all 0.3s ease;
}

.trust-logo-img:hover {
    transform: scale(1.05);
}

/* Form card deep green gradient background */
.contact-green-form-card {
    background: linear-gradient(135deg, #0b7a36 0%, #065424 100%);
    border-radius: 16px;
    padding: 45px 50px;
    box-shadow: 0 15px 35px rgba(11, 122, 54, 0.12);
    position: relative;
    overflow: hidden;
}

/* .contact-green-form-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"%3E%3Cpath d="M50 0 C60 20 80 30 100 50 C80 70 60 80 50 100 C40 80 20 70 0 50 C20 30 40 20 50 0 Z" fill="rgba(255,255,255,0.015)"/%3E%3C/svg%3E');
    background-size: 80px 80px;
    opacity: 0.6;
    pointer-events: none;
    z-index: 1;
} */

.form-card-title {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.contact-green-form {
    position: relative;
    z-index: 2;
}

/* Green form inputs */
.green-form-input {
    background-color: #ffffff !important;
    border: 1px solid transparent !important;
    border-radius: 6px !important;
    padding: 13px 20px !important;
    color: #333333 !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.green-form-input:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2) !important;
}

.green-form-textarea {
    resize: none;
}

/* Submit button */
.contact-green-form-card button.btn-green-form-submit {
    background-color: #ff4c1a !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 35px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    display: inline-block !important;
}

.contact-green-form-card button.btn-green-form-submit:hover {
    background-color: #e62e00 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(255, 76, 26, 0.3) !important;
}

/* Side float decorations */
.form-right-deco {
    position: absolute;
    left: calc(100% + 30px);
    /* Positioned completely outside the green card on the right */
    top: 20%;
    width: 90px;
    height: 300px;
    z-index: 10;
    pointer-events: none;
}

.form-deco-dots {
    position: absolute;
    top: -104px;
    left: 0;
    width: 128px;
    height: auto;
    opacity: 0.35;
    z-index: 1;
}

.form-deco-leaf {
    position: absolute;
    top: 36px;
    left: 1px;
    width: 100px;
    height: auto;
    opacity: 0.9;
    z-index: 2;
}


@media (max-width: 991.98px) {
    .contact-green-form-card {
        padding: 35px 30px;
    }
}

/* ==========================================================================
   Our Presence Section
   ========================================================================== */
.presence-section {
    background-color: #ffffff;
    padding: 20px 0;
    overflow: hidden;
}

.pres-float-left {
    position: absolute;
    left: 15px;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.pres-float-leaf {
    width: 90px;
    height: auto;
    opacity: 0.8;
    transform: rotate(45deg);
}

.presence-map-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    transition: transform 0.4s ease;
}

.presence-map-box img {
    max-height: 440px;
    width: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 10px 25px rgba(11, 122, 54, 0.05));
}

.presence-map-box:hover {
    transform: scale(1.02);
}

.india-map-vector {
    filter: drop-shadow(0 15px 30px rgba(11, 122, 54, 0.08));
}

/* Bullet list with custom green square markers */
.presence-bullets-list li {
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 550;
    color: #4a4a4a;
    margin-bottom: 15px;
}

.presence-bullets-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background-color: #0b7a36;
    border-radius: 2px;
}

/* Contact button & subtext */
.btn-presence-contact {
    background-color: #ff4c1a !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 35px !important;
    font-weight: 700 !important;
    font-size: 14.5px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    display: inline-block !important;
    box-shadow: 0 4px 10px rgba(255, 76, 26, 0.15);
}

.btn-presence-contact:hover {
    background-color: #e62e00 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(255, 76, 26, 0.3) !important;
}

.presence-btn-subtext {
    font-size: 12.5px;
    letter-spacing: 0.5px;
}


/* ==========================================================================
   Connect Banner Section
   ========================================================================== */
.connect-banner-section {
    margin-bottom: -125px;
    /* Overlaps with footer */
    z-index: 15;
}

.connect-banner-card {
    background: linear-gradient(135deg, #0b7a36 0%, #065424 100%);
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(11, 122, 54, 0.15);
    position: relative;
    overflow: visible;
    padding: 60px 50px !important;
}

.connect-img-overlap {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 360px;
    z-index: 10;
}

.connect-overlap-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.22));
}

.btn-connect-hollow {
    background-color: transparent !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 12px 30px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
}

.btn-connect-hollow:hover {
    background-color: #ffffff !important;
    color: #0b7a36 !important;
}

.btn-connect-solid {
    background-color: #ff4c1a !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 30px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.btn-connect-solid:hover {
    background-color: #e62e00 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(255, 76, 26, 0.3) !important;
}

.connect-whatsapp-circle {
    width: 50px;
    height: 50px;
    background-color: #25d366;
    color: #ffffff !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.connect-whatsapp-circle:hover {
    background-color: #128c7e;
    transform: scale(1.1);
}

.connect-float-leaf {
    position: absolute;
    right: 30px;
    top: -15%;
    z-index: 10;
    pointer-events: none;
}

.connect-leaf-img {
    width: 75px;
    height: auto;
    opacity: 0.65;
    transform: rotate(45deg);
}


/* ==========================================================================
   Premium Custom Footer Styles
   ========================================================================== */
.custom-footer {
    position: relative;
    background-color: #0b7a36 !important;
    color: #ffffff;
    border-top: none !important;
    overflow: hidden;
    padding-top: 160px;
    /* Extra padding to accommodate the overlapping Connect Banner */
}

/* Organic Plant Watermarks */
.footer-watermark-left {
    position: absolute;
    left: 2%;
    top: 15%;
    width: 250px;
    opacity: 0.035;
    transform: rotate(35deg);
    pointer-events: none;
    z-index: 1;
}

.footer-watermark-left img {
    width: 100%;
    height: auto;
}

.footer-watermark-right {
    position: absolute;
    right: 3%;
    bottom: 12%;
    width: 200px;
    opacity: 0.035;
    transform: rotate(-25deg);
    pointer-events: none;
    z-index: 1;
}

.footer-watermark-right img {
    width: 100%;
    height: auto;
}

.custom-footer .contact-icon-wrapper {
    width: 32px;
    height: 32px;
    background-color: #065424 !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 13px !important;
}

.custom-footer .contact-icon-wrapper i {
    color: #ffffff !important;
}

.custom-footer .footer-logo {
    max-height: 48px;
    width: auto;
}

.social-circle-footer {
    width: 40px;
    height: 40px;
    background-color: #065424 !important;
    border: none !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.social-circle-footer:hover {
    background-color: #ff4c1a !important;
    color: #ffffff !important;
    transform: translateY(-3px);
}

.custom-footer .footer-links li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

.custom-footer .footer-links li::before {
    content: "\25B8";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff4c1a;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

.custom-footer .footer-links a {
    color: #ffffff !important;
    opacity: 0.85;
    text-decoration: none;
    font-size: 14.5px;
    transition: all 0.3s ease;
    display: inline-block;
}

.custom-footer .footer-links a:hover {
    color: #ff4c1a !important;
    /* Orange-red link hover */
    opacity: 1;
    transform: translateX(5px);
}

/* High-specificity rules to force pill borders on inputs & buttons in the footer */
.custom-footer input.footer-newsletter-input,
#colophon .footer-newsletter-input,
.footer-newsletter-input {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid #ff4c1a !important;
    /* Orange-red border */
    color: #ffffff !important;
    border-radius: 50px !important;
    /* Pill input */
    padding: 12px 25px !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

.custom-footer input.footer-newsletter-input:focus,
#colophon .footer-newsletter-input:focus {
    border-color: #ff4c1a !important;
}

.custom-footer .btn-footer-subscribe,
#colophon .btn-footer-subscribe,
.btn-footer-subscribe {
    background-color: #ff4c1a !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    /* Pill button */
    padding: 12px 25px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.custom-footer .btn-footer-subscribe:hover,
#colophon .btn-footer-subscribe:hover,
.btn-footer-subscribe:hover {
    background-color: #e62e00 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(255, 76, 26, 0.3) !important;
}

/* Orange-red bottom copyright bar */
.custom-footer .footer-bottom {
    background-color: #ff4c1a !important;
    position: relative;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .connect-banner-section {
        margin-bottom: 0;
        padding-top: 40px;
    }

    .custom-footer {
        position: relative;
        padding-top: 50px;
        background: linear-gradient(rgba(8, 131, 54, 0.92),
                rgba(8, 131, 54, 0.92)),
            url('../images/footer-bg.jpg');
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }

    /* Overlay effect */
    .custom-footer::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.08);
        z-index: 1;
    }

    /* Keep content above overlay */
    .custom-footer .footer-top,
    .custom-footer .footer-bottom {
        position: relative;
        z-index: 2;
    }

    /* Floating leaf decorations */
    .footer-watermark-left,
    .footer-watermark-right {
        position: absolute;
        z-index: 1;
        opacity: 0.18;
        pointer-events: none;
    }

    .footer-watermark-left {
        left: 30px;
        top: 220px;
    }

    .footer-watermark-right {
        right: 30px;
        top: 220px;
    }

}

/* --- Master Layout Structure --- */
.ayurvedic-footer-section {
    background: linear-gradient(rgba(19, 156, 73, 0.85), rgba(19, 156, 73, 0.85)),
        url('images/footer-bg.png') no-repeat center center;
    background-size: cover;
    margin-top: 140px;
    padding-top: 180px !important;
    /* padding-bottom: 50px !important; */
    color: #ffffff;
    width: 100% !important;
    display: block;
    clear: both;
    font-family: sans-serif;
    position: relative;
    overflow: visible;
}

/* Width Constraints Framework Fix */
.footer-links-container,
.container-cta-fix {
    max-width: 1200px !important;
}

.footer-links-container {
    padding-left: 15px;
    padding-right: 15px;
}

/* --- Overlapping CTA Panel Components --- */
.cta-banner-block {
    background-color: #014e25 !important;
    margin-top: -140px;
    z-index: 99;
    border-radius: 12px !important;
    overflow: visible !important;
}

.cta-banner-image {
    position: absolute;
    max-width: none;
    z-index: 10;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.25));
    transition: all 0.3s ease;
    width: 110%;
    left: -32px;
    bottom: -230px;
}

.cta-dots-left {
    position: absolute;
    left: -20px;
    top: -50px;
    width: 90px;
    height: auto;
    opacity: 0.35;
    z-index: 1;
}

.cta-dots-right {
    position: absolute;
    right: -30px;
    bottom: -40px;
    width: 95px;
    height: auto;
    opacity: 0.25;
    z-index: 1;
}

.cta-subtitle {
    font-size: 0.75rem;
    letter-spacing: 1px;
    opacity: 0.9;
}

.cta-title {
    font-size: 1.75rem;
    line-height: 1.35;
    max-width: 580px;
}

/* --- Stacked Buttons Matrix --- */
.dynamic-btn-stack {
    min-width: 280px;
}

.dynamic-btn-stack .btn {
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    text-align: center;
}

.cta-btn-outline {
    border: 1.5px solid #25d366 !important;
    background-color: transparent !important;
    color: #ffffff !important;
}

.cta-btn-outline:hover {
    background-color: rgba(37, 211, 102, 0.15) !important;
    border-color: #25d366 !important;
    color: #ffffff !important;
}

.cta-btn-primary,
.footer-submit-btn {
    background-color: #ff3a00 !important;
    border: none !important;
}

.cta-btn-primary:hover,
.footer-submit-btn:hover {
    background-color: #e03300 !important;
}

/* --- Vertical Divider --- */
.cta-vertical-divider {
    width: 1px;
    height: 85px;
    background-color: rgba(255, 255, 255, 0.25);
    align-self: center;
}

/* --- WhatsApp Premium Action Circle --- */
.whatsapp-btn-wrapper {
    width: 68px;
    height: 68px;
    background-color: #25D366;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.whatsapp-btn-wrapper:hover {
    transform: scale(1.05);
}

.whatsapp-btn-wrapper .fa-whatsapp {
    color: #ffffff;
    font-size: 2.3rem;
}

/* --- Brand Identity Elements --- */
.footer-brand {
    color: #ff3a00;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
}

.footer-brand span {
    color: #ffffff;
}

.footer-tagline {
    font-size: 0.75rem;
    color: #a1e4b8;
    letter-spacing: 0.5px;
    margin-top: -2px;
}

.footer-heading {
    font-size: 1.1rem;
}

.footer-contact-list,
.footer-links-list,
.footer-newsletter-text {
    font-size: 0.9rem;
}

.footer-contact-list,
.footer-newsletter-text {
    opacity: 0.85;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    word-break: break-all;
}

.footer-contact-list li i {
    flex-shrink: 0;
    margin-top: 6px;
}

.fa-phone-volume {
    display: inline-block;
    transform: rotate(-34deg);
}

/* --- Social Icon Grid Blocks --- */
.social-icon-link {
    width: 32px;
    height: 32px;
    background-color: #323F26;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.social-icon-link:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.link-bullet {
    color: #ff3a00 !important;
}

.footer-links-list a {
    transition: color 0.2s ease;
}

.footer-links-list a:hover {
    color: #ff3a00 !important;
}

/* --- Form Field Elements --- */
.footer-input-field {
    padding: 0.65rem 1.2rem;
    font-size: 0.9rem;
    border: 1px solid #ff3a00 !important;
    box-shadow: none !important;
}

.footer-input-field::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.pres-float-right {
    position: absolute;
    right: 15px;
    bottom: 20%;
    z-index: 1;
    pointer-events: none;
}

.pres-float-leaf-right {
    width: 80px;
    height: auto;
    opacity: 0.8;
    transform: rotate(-35deg);
}

/* --- Bottom Sub Footer Bar --- */
.sub-footer-bar {
    background-color: #ff3a00 !important;
    font-size: 0.85rem;
    margin-top: 2rem;
}

.sub-footer-copyright {
    opacity: 0.90;
}

/* --- Mobile Breakpoints Optimization --- */
@media (max-width: 576px) {
    .dynamic-btn-stack {
        width: 100%;
        min-width: 100%;
    }

    .ayurvedic-footer-section {
        margin-top: 120px;
        padding-top: 170px !important;
    }

    .cta-title {
        font-size: 1.45rem !important;
        line-height: 1.3 !important;
        margin-bottom: 1.2rem !important;
    }

    .cta-subtitle {
        font-size: 0.65rem !important;
        letter-spacing: 0.5px !important;
        margin-bottom: 0.6rem !important;
    }
	.hero-buttons {
  		display: grid;
  		gap: 15px;
	}
}

@media (max-width: 768px) {
    .cta-title {
        font-size: 17px;
        max-width: 570px;
    }

    .cta-banner-image {
        transition: all 0.3s ease;
        width: 127%;
        left: -53px;
        bottom: -100px;
    }

    .timeline-row-left .timeline-card,
    .timeline-row-left .timeline-card-title,
    .timeline-row-left .timeline-card-text,
    .timeline-card,
    .timeline-card-title,
    .timeline-card-text,
    .timeline-number {
        text-align: left !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* --- Unified Section Spacing Framework --- */
.about-section,
.categories-section,
.process-section,
.contact-trust-section,
.presence-section {
    padding: 20px 0 !important;
}

@media (max-width: 767.98px) {

    .about-section,
    .process-section,
    .contact-trust-section,
    .presence-section {
        padding: 0px 0 !important;
    }

    .presence-map-box {
        margin-top: 40px;
    }

    .top-header {
        display: none !important;
    }
}


.hero-form-box .wpcf7 {
    width: 100%;
}

.hero-form-box .wpcf7 form {
    width: 100%;
}

.hero-form-box .wpcf7-form p {
    margin: 0 !important;
}

.hero-form-box .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.hero-form-box .hero-input {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 0 !important;
    color: #bdc1b1 !important;
    padding: 10px 0 14px 0 !important;
    font-size: 13px !important;
    box-shadow: none !important;
}

.hero-form-box textarea.hero-input {
    height: 120px;
    resize: none;
}

.hero-form-box .hero-input:focus {
    border-bottom: 1px solid #fff !important;
    box-shadow: none !important;
}

.hero-form-box .wpcf7-submit {
    width: 100%;
    background: #ff3300;
    border: none;
    border-radius: 0px 20px 20px 20px;
    padding: 14px;
    color: #fff;
    font-weight: 700;
}

.hero-form-box .wpcf7-spinner {
    display: none !important;
}