/* ===================================================
   GLORIOUS HOLDINGS — Custom Enterprise CSS
   Overrides & extensions over the Gardeno template
   =================================================== */

/* ---- Site Logo (nav, footer, offcanvas) ---- */
.gh-logo-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.gh-nav-logo-icon {
    width: 52px;
    height: 52px;
    object-fit: contain;
    flex-shrink: 0;
}

.gh-nav-logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}

.gh-nav-logo-text strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    white-space: nowrap;
    line-height: 1.15;
    text-transform: uppercase;
}

.gh-nav-logo-text em {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    opacity: 0.75;
    letter-spacing: 0.8px;
    line-height: 1.4;
}

.gh-nav-logo-text small {
    font-family: 'Montserrat', sans-serif;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #FF0000;
    text-transform: uppercase;
    margin-top: 3px;
    line-height: 1.2;
}

/* Header main logo — nudge away from the left edge */
.header-1 .main-logo {
    margin-left: 16px;
}

@media (max-width: 767px) {
    .header-1 .mega-menu-wrapper {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .header-1 .header-main {
        padding: 12px 0 !important;
    }

    .header-1 .main-logo {
        margin-left: 0;
        gap: 10px;
    }
}

/* Header nav logo — dark green on light cream header background */
.header-1 .gh-nav-logo-text--header strong {
    color: var(--gh-green, #1B6B3A);
}

.header-1 .gh-nav-logo-text--header em {
    color: var(--gh-green-dark, #0f4a27);
    opacity: 0.8;
}

.header-1 .gh-nav-logo-text--header small {
    color: #FF0000;
}

/* Sticky header keeps same colors */
.header-sticky .gh-nav-logo-text--header strong {
    color: var(--gh-green, #1B6B3A);
}

.header-sticky .gh-nav-logo-text--header em {
    color: var(--gh-green-dark, #0f4a27);
}

/* ---- Custom Preloader ---- */
.gh-preloader {
    position: fixed;
    inset: 0;
    background: var(--gh-green-dark, #0f4a27);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gh-preloader-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    position: relative;
    z-index: 2;
}

.gh-preloader-logo {
    position: relative;
    width: 104px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gh-preloader-logo img {
    width: 68px;
    height: 68px;
    object-fit: contain;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    animation: gh-logo-pulse 1.8s ease-in-out infinite;
}

.gh-preloader-ring {
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    background: conic-gradient(from 0deg,
            var(--gh-gold, #C9A227) 0deg 105deg,
            rgba(201, 162, 39, 0.18) 105deg 360deg);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
    animation: gh-ring-spin 1.1s linear infinite;
    transform-origin: center;
}

.gh-preloader .gh-preloader-text,
.gh-preloader-text {
    color: #FF0000 !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin: 0;
    animation: gh-text-fade 1.8s ease-in-out infinite;
}

@keyframes gh-ring-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes gh-logo-pulse {

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

    50% {
        transform: scale(1.06);
        opacity: 0.85;
    }
}

@keyframes gh-text-fade {

    0%,
    100% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }
}

/* ---- Root palette tweaks ---- */
:root {
    --gh-green: #1B6B3A;
    --gh-green-dark: #0f4a27;
    --gh-green-light: #2d8a4e;
    --gh-gold: #C9A227;
    --gh-gold-light: #e0b840;
    --gh-text: #2c3e2d;
    --gh-text-light: #5a6b5c;
    --gh-bg-light: #f4f8f4;
    --gh-bg-dark: #0f2b1a;
    --gh-white: #ffffff;
    --gh-border: #d4e8d4;
    --gh-shadow: 0 4px 24px rgba(27, 107, 58, 0.12);
    --gh-shadow-hover: 0 8px 40px rgba(27, 107, 58, 0.22);
    --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---- Typography polish ---- */
body {
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: var(--gh-text);
    -webkit-font-smoothing: antialiased;
}

/* ---- Header: tighter, professional ---- */
.header-top-section {
    background: var(--gh-green-dark);
    padding: 8px 0;
}

.header-top-section .header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    flex-wrap: wrap;
    gap: 8px;
}

.header-top-section p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    margin: 0;
}

.header-top-section strong {
    color: var(--gh-gold);
}

.header-top-section .contact-list {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-top-section .contact-list .icon i {
    color: var(--gh-gold);
    font-size: 13px;
    margin-right: 6px;
}

.header-top-section .contact-list h4 a,
.header-top-section .contact-list h4 {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

/* Header: WhatsApp icon button */
.whatsapp-header-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    border-radius: 50%;
    color: #fff !important;
    font-size: 18px;
    margin-right: 12px;
    transition: var(--transition);
}

.whatsapp-header-btn:hover {
    background: #1ebe5c;
    transform: scale(1.08);
}

/* ======================================================
   Hero Section — full-viewport, hero.png as background
   ====================================================== */

.gh-hero-section {
    padding-top: 0 !important;
    margin: 0;
}

/* Full-viewport hero wrapper — height = screen minus topbar+header */
.gh-hero-full {
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 128px);
    min-height: 520px;
    max-height: 860px;
    position: relative;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    margin: 0 !important;
    border-radius: 0 !important;
}

/* Gradient overlay: strong left shade for text readability */
.gh-hero-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.88) 0%,
            rgba(0, 0, 0, 0.80) 30%,
            rgba(0, 0, 0, 0.55) 50%,
            rgba(0, 0, 0, 0.20) 70%,
            rgba(0, 0, 0, 0.00) 100%) !important;
    z-index: 2 !important;
    pointer-events: none;
}

/* All children above overlay */
.gh-hero-full>* {
    position: relative;
    z-index: 2;
}

.gh-hero-full .container-fluid {
    position: relative;
    z-index: 2;
}

/* ---- Left content column — override template's 120px padding-top ---- */
.gh-hero-full .hero-content {
    padding-top: 80px !important;
    padding-bottom: 40px;
    max-width: 620px;
}

/* ---- Hide large leaf shapes that bleed into photo area ---- */
.gh-hero-full .shape-3,
.gh-hero-full .shape-4,
.gh-hero-full .shape-5 {
    display: none !important;
}

/* ---- Social icons: fixed on right edge, vertically centred ---- */
.gh-hero-full .social-icon {
    position: absolute !important;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    display: grid !important;
    gap: 10px;
    z-index: 3;
}

/* ---- Hero-box: bottom-left info bar ---- */
.gh-hero-full .hero-box {
    position: absolute !important;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: flex !important;
}

/* ---- Hero content text ---- */
.hero-content h4 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gh-gold);
    background: rgba(201, 162, 39, 0.12);
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid rgba(201, 162, 39, 0.3);
    margin-bottom: 20px;
}

.hero-sub {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.65;
    margin: 16px 0 28px;
    max-width: 520px;
}

.hero-button-item {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Second button variant */
.theme-btn-2 {
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.6) !important;
    color: #fff !important;
}

.theme-btn-2:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #fff !important;
}

/* Outline button */
.theme-btn-outline {
    background: transparent !important;
    border: 2px solid var(--theme) !important;
    color: var(--theme) !important;
}

.theme-btn-outline:hover {
    background: var(--theme) !important;
    color: #fff !important;
}

/* ---- Feature Plant Cards ---- */

.feature-plant-item {
    padding: 25px 30px;
    transition: var(--transition);
}

.feature-plant-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--gh-shadow-hover);
}

.feature-plant-item-style-1 .top-items .icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

/* Fix for the bottom arrow and line overlapping into the next column */
.feature-plant-item-style-1 .bottom-item {
    gap: 0 !important;
    justify-content: space-between;
    width: 100%;
}

.feature-plant-item-style-1 .bottom-item::before {
    width: calc(100% - 60px) !important;
}

/* ---- About Section: 5 Pillars grid ---- */
.about-pillars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.pillar-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--gh-bg-light);
    border: 1px solid var(--gh-border);
    border-radius: 10px;
    padding: 12px 14px;
    transition: var(--transition);
}

.pillar-item:hover {
    background: var(--gh-green);
    border-color: var(--gh-green);
    color: #fff;
}

.pillar-item i {
    font-size: 18px;
    color: var(--theme);
    flex-shrink: 0;
    transition: var(--transition);
}

.pillar-item:hover i {
    color: var(--gh-gold-light);
}

.pillar-item span {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--gh-text);
    transition: var(--transition);
}

.pillar-item:hover span {
    color: #fff;
}

.service-full-card {
    display: block;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    transition: var(--transition);
    border: 1px solid var(--gh-border);
}

.service-full-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--gh-shadow-hover);
    text-decoration: none;
}

.service-full-card .service-image {
    overflow: hidden;
    height: 200px;
}

.service-full-card .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.service-full-card:hover .service-image img {
    transform: scale(1.06);
}

.service-full-card .service-card-content {
    padding: 22px;
}

.service-full-card .icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
}

.service-full-card .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-full-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--gh-text);
    margin-bottom: 8px;
    transition: var(--transition);
}

.service-full-card:hover h4 {
    color: var(--gh-green);
}

.service-full-card p {
    font-size: 14px;
    color: var(--gh-text-light);
    line-height: 1.6;
    margin-bottom: 14px;
}

.service-full-card .read-more {
    font-size: 13px;
    font-weight: 600;
    color: var(--gh-green);
    display: flex;
    align-items: center;
    gap: 6px;
    transition: var(--transition);
}

.service-full-card:hover .read-more {
    gap: 10px;
}

/* ---- Counter Section ---- */
.counter-section {
    padding: 70px 0;
    position: relative;
    border-radius: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.counter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--gh-green), transparent);
    border-radius: 2px;
}

.counter-item {
    text-align: center;
}

.counter-item h2 {
    font-size: 54px;
    font-weight: 800;
    line-height: 1;
    justify-content: center;
}

.counter-item h5 {
    margin-top: 10px;
}

.counter-item p {
    margin-top: 6px;
}

/* ---- Service Section — ensure cards not clipped ---- */
.service-section {
    overflow: visible;
    padding-bottom: 80px !important;
    border-radius: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.service-section .container {
    overflow: visible;
}

/* ---- Feature Award Items ---- */
.best-feature-section .row.g-4>div {
    display: flex;
}

.feature-award-item {
    transition: var(--transition);
    border-radius: 14px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.feature-award-item .content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.feature-award-item .content p {
    margin-top: auto !important;
}

.feature-award-item:hover {
    transform: translateY(-5px);
}

.feature-award-item.award-highlight {
    background: linear-gradient(135deg, var(--gh-green-dark), var(--gh-green));
    color: #fff;
}

.feature-award-item.award-highlight .award-content-title {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 15px !important; /* Reclaims space to offset heading line-break */
}

.feature-award-item.award-highlight .content {
    margin-top: 15px !important; /* Reclaims space to offset heading line-break */
}

.feature-award-item.award-highlight .content h3,
.feature-award-item.award-highlight .content p,
.feature-award-item.award-highlight .content span {
    color: #fff;
}

/* ---- CTA Icon List ---- */
.icon-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    list-style: none;
    padding: 0;
}

.icon-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 500;
}

.icon-list li i {
    color: var(--gh-gold);
    font-size: 18px;
    flex-shrink: 0;
}

/* ---- CTA Banner ---- */
.cta-bg-section {
    border-radius: 20px !important;
    overflow: hidden;
}

.cta-bg-section.section-padding {
    padding: 80px 0 !important;
}

@media (max-width: 1199px) {
    .cta-bg-section.section-padding {
        padding: 60px 0 !important;
    }
}

@media (max-width: 991px) {
    .cta-bg-section.section-padding {
        padding: 50px 0 !important;
    }
}

.cta-bg-section .container {
    position: relative;
    z-index: 3;
}

.cta-bg-section .left-image {
    display: block !important;
    left: 36px;
    top: 32px;
    bottom: 32px;
    width: min(360px, 24vw);
    height: auto;
    overflow: hidden;
    border-radius: 18px;
    z-index: 2;
}

.cta-bg-section .left-image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
}

@media (max-width: 1399px) {
    .cta-bg-section .left-image {
        display: none !important;
    }
}

/* ---- Projects / Testimonials ---- */
.project-section {
    margin-bottom: 0;
    padding-bottom: 42px !important;
}

.project-section .project-slider .swiper-wrapper {
    align-items: flex-start;
}

.project-section .project-slider .swiper-slide {
    height: auto !important;
}

.project-section .project-card-item-style-1 {
    width: 100%;
    min-height: 344px;
    display: flex;
    flex-direction: column;
    padding: 14px;
    margin-bottom: 0;
}

.project-section .project-card-item-style-1 .project-image {
    height: 178px;
    flex-shrink: 0;
}

.project-section .project-card-item-style-1 .project-image img {
    object-fit: cover;
    object-position: center;
}

.project-section .project-card-item-style-1 .project-content {
    padding: 18px 14px 10px;
}

.project-section .project-card-item-style-1 .project-content .content {
    min-height: 70px;
    align-items: flex-start;
    gap: 14px;
}

.project-section .project-card-item-style-1 .project-content .content h3 {
    line-height: 1.35;
}

.project-section .project-card-item-style-1 .project-content .content .arrow {
    flex-shrink: 0;
    margin-top: 4px;
}

.project-section .project-card-item-style-1 .project-content .project-list {
    gap: 18px;
    align-items: flex-start;
    min-height: 44px;
}

.project-section .project-card-item-style-1 .project-content .project-list li {
    line-height: 1.55;
}

.project-section p {
    margin-top: 26px;
}

.testimonial-section {
    margin: 0 15px 56px;
    padding-top: 64px !important;
}

.testimonial-right-item-style-1 .testimonial-card-item-style-1 .info-item>img {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

/* ---- Footer ---- */
.footer-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
    max-width: 320px;
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.footer-contact-list .icon i {
    color: var(--gh-gold);
    font-size: 16px;
    margin-top: 2px;
}

.footer-contact-list .content p,
.footer-contact-list .content a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.5;
    text-decoration: none;
    transition: var(--transition);
}

.footer-contact-list .content a:hover {
    color: var(--gh-gold);
}

/* ---- WhatsApp Floating Button ---- */
.whatsapp-float {
    position: fixed;
    bottom: 105px;
    right: 27px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
    transition: var(--transition);
    text-decoration: none;
}

.whatsapp-float:hover {
    background: #1ebe5c;
    transform: scale(1.1);
    color: #fff;
}

.whatsapp-float::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #25D366;
    animation: whatsapp-pulse 2s ease-out infinite;
    z-index: -1;
}

@keyframes whatsapp-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

/* ---- Google reCAPTCHA Badge ---- */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    right: auto !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

/* ---- Breadcrumb Banner (inner pages) ---- */
.breadcrumb-banner {
    background: linear-gradient(135deg, var(--gh-green-dark) 0%, var(--gh-green) 60%, #2d8a4e 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.breadcrumb-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../img/home-1/about/01.png') center/cover no-repeat;
    opacity: 0.08;
}

.breadcrumb-banner .container {
    position: relative;
    z-index: 2;
}

.breadcrumb-banner h1 {
    color: #fff;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    margin-bottom: 12px;
}

.breadcrumb-banner .breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.breadcrumb-banner .breadcrumb-item {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.breadcrumb-banner .breadcrumb-item a {
    color: var(--gh-gold);
    text-decoration: none;
}

.breadcrumb-banner .breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-banner .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.4);
}

/* ---- Section utilities ---- */
.section-subtitle-pill {
    display: inline-block;
    background: rgba(27, 107, 58, 0.1);
    color: var(--gh-green);
    border: 1px solid rgba(27, 107, 58, 0.2);
    border-radius: 20px;
    padding: 5px 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

/* ---- Filter Tabs ---- */
.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
    justify-content: center;
}

.filter-tab-btn {
    padding: 9px 22px;
    border: 2px solid var(--gh-border);
    background: #fff;
    color: var(--gh-text-light);
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.filter-tab-btn:hover,
.filter-tab-btn.active {
    background: var(--gh-green);
    border-color: var(--gh-green);
    color: #fff;
}

/* ---- Modal styles ---- */
.gh-modal .modal-content {
    border-radius: 18px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.gh-modal .modal-header {
    background: var(--gh-green);
    color: #fff;
    border-bottom: none;
    padding: 24px 28px;
}

.gh-modal .modal-header .modal-title {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}

.gh-modal .modal-header .btn-close {
    filter: invert(1);
    opacity: 0.8;
}

.gh-modal .modal-body {
    padding: 28px;
}

.gh-modal .modal-footer {
    border-top: 1px solid var(--gh-border);
    padding: 16px 28px;
}

/* ---- Product Cards ---- */
.product-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--gh-border);
    transition: var(--transition);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--gh-shadow-hover);
}

.product-card .product-image {
    height: 220px;
    overflow: hidden;
}

.product-card .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.product-card:hover .product-image img {
    transform: scale(1.06);
}

.product-card .product-body {
    padding: 20px;
}

.product-card .product-category {
    font-size: 12px;
    font-weight: 600;
    color: var(--gh-green);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
}

.product-card h5 {
    font-size: 17px;
    font-weight: 700;
    color: var(--gh-text);
    margin-bottom: 8px;
}

.product-card p {
    font-size: 14px;
    color: var(--gh-text-light);
    line-height: 1.55;
    margin-bottom: 16px;
}

.product-card .btn-inquire {
    width: 100%;
    padding: 10px;
    background: var(--gh-green);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: var(--transition);
    cursor: pointer;
    text-align: center;
    display: block;
    text-decoration: none;
}

.product-card .btn-inquire:hover {
    background: var(--gh-green-dark);
    color: #fff;
}

/* ---- Project Cards ---- */
.project-filter-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--gh-border);
    transition: var(--transition);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    cursor: pointer;
}

.project-filter-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--gh-shadow-hover);
}

.project-filter-card .project-thumb {
    height: 210px;
    overflow: hidden;
    position: relative;
}

.project-filter-card .project-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.project-filter-card:hover .project-thumb img {
    transform: scale(1.06);
}

.project-filter-card .project-thumb .project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(15, 42, 27, 0.85));
    display: flex;
    align-items: flex-end;
    padding: 16px;
    opacity: 0;
    transition: var(--transition);
}

.project-filter-card:hover .project-overlay {
    opacity: 1;
}

.project-filter-card .project-overlay span {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.project-filter-card .project-info {
    padding: 18px;
}

.project-filter-card .project-location {
    font-size: 12px;
    font-weight: 700;
    color: var(--gh-green);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 4px;
}

.project-filter-card h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--gh-text);
    margin-bottom: 6px;
}

.project-filter-card .project-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.project-filter-card .project-meta span {
    font-size: 12px;
    color: var(--gh-text-light);
    background: var(--gh-bg-light);
    padding: 3px 10px;
    border-radius: 12px;
}

/* ---- Featured Leader (Gihan / Apsara hero rows) ---- */
.team-leader-row {
    display: flex;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--gh-border);
    box-shadow: 0 4px 28px rgba(27, 107, 58, 0.10);
    margin-bottom: 40px;
    transition: var(--transition);
}

.team-leader-row:hover {
    box-shadow: var(--gh-shadow-hover);
    transform: translateY(-3px);
}

.team-leader-row.reverse {
    flex-direction: row-reverse;
}

.team-leader-photo {
    flex: 0 0 380px;
    max-width: 380px;
    min-height: 460px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.team-leader-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: var(--transition);
}

.team-leader-row:hover .team-leader-photo img {
    transform: scale(1.04);
}

.team-leader-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 70%, rgba(255, 255, 255, 0.15));
    pointer-events: none;
}

.team-leader-row.reverse .team-leader-photo::after {
    background: linear-gradient(to left, transparent 70%, rgba(255, 255, 255, 0.15));
}

.team-leader-content {
    flex: 1;
    padding: 44px 48px;
}

.team-leader-content .leader-role-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(27, 107, 58, 0.08);
    color: var(--gh-green);
    border: 1px solid rgba(27, 107, 58, 0.2);
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.team-leader-content h3 {
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 800;
    color: var(--gh-text);
    margin-bottom: 6px;
    line-height: 1.15;
}

.team-leader-content .leader-creds {
    font-size: 13px;
    color: var(--gh-text-light);
    font-style: italic;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gh-border);
}

.team-leader-content p {
    font-size: 15.5px;
    line-height: 1.82;
    color: var(--gh-text-light);
    margin-bottom: 0;
}

.team-leader-content .leader-actions {
    margin-top: 28px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 991px) {

    .team-leader-row,
    .team-leader-row.reverse {
        flex-direction: column;
    }

    .team-leader-photo {
        flex: none;
        max-width: 100%;
        width: 100%;
        height: 320px;
    }

    .team-leader-photo::after,
    .team-leader-row.reverse .team-leader-photo::after {
        background: linear-gradient(to bottom, transparent 60%, rgba(255, 255, 255, 0.15));
    }

    .team-leader-content {
        padding: 32px 28px;
    }
}

/* ---- Team Member Cards (grid — non-featured) ---- */
.team-member-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--gh-border);
    transition: var(--transition);
    text-align: center;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.team-member-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--gh-shadow-hover);
}

.team-member-card .team-photo {
    height: 280px;
    overflow: hidden;
    flex-shrink: 0;
}

.team-member-card .team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: var(--transition);
}

.team-member-card:hover .team-photo img {
    transform: scale(1.05);
}

.team-member-card .team-info {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-member-card h5 {
    font-size: 17px;
    font-weight: 700;
    color: var(--gh-text);
    margin-bottom: 4px;
}

.team-member-card .team-role {
    font-size: 13px;
    color: var(--gh-green);
    font-weight: 600;
    margin-bottom: 8px;
}

.team-member-card .team-creds {
    font-size: 12px;
    color: var(--gh-text-light);
    line-height: 1.4;
    margin: 0;
}

/* ---- Contact Form ---- */
.gh-form .form-control,
.gh-form .form-select {
    border: 1.5px solid var(--gh-border);
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 15px;
    color: var(--gh-text);
    background: #fff;
    transition: var(--transition);
}

.gh-form .form-control:focus,
.gh-form .form-select:focus {
    border-color: var(--gh-green);
    box-shadow: 0 0 0 3px rgba(27, 107, 58, 0.12);
    outline: none;
}

.gh-form textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.gh-form .btn-submit {
    background: var(--gh-green);
    color: #fff;
    border: none;
    padding: 14px 36px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.gh-form .btn-submit:hover {
    background: var(--gh-green-dark);
    transform: translateY(-2px);
}

/* ---- Info Cards (Contact page) ---- */
.info-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 24px;
    text-align: center;
    border: 1px solid var(--gh-border);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
    transition: var(--transition);
}

.info-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--gh-shadow-hover);
    border-color: var(--gh-green);
}

.info-card .info-icon {
    width: 64px;
    height: 64px;
    background: rgba(27, 107, 58, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    transition: var(--transition);
}

.info-card:hover .info-icon {
    background: var(--gh-green);
}

.info-card .info-icon i {
    font-size: 24px;
    color: var(--gh-green);
    transition: var(--transition);
}

.info-card:hover .info-icon i {
    color: #fff;
}

.info-card h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--gh-text);
    margin-bottom: 6px;
}

.info-card p,
.info-card a {
    font-size: 14px;
    color: var(--gh-text-light);
    text-decoration: none;
    transition: var(--transition);
    margin: 0;
}

.info-card a:hover {
    color: var(--gh-green);
}

/* ---- Solutions grid cards ---- */
.solution-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid var(--gh-border);
    padding: 28px 24px;
    transition: var(--transition);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--gh-shadow-hover);
    border-color: var(--gh-green);
}

.solution-card .solution-num {
    font-size: 42px;
    font-weight: 800;
    color: rgba(27, 107, 58, 0.08);
    line-height: 1;
    margin-bottom: 12px;
}

.solution-card .solution-icon {
    width: 56px;
    height: 56px;
    background: rgba(27, 107, 58, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: var(--transition);
}

.solution-card:hover .solution-icon {
    background: var(--gh-green);
}

.solution-card .solution-icon i {
    font-size: 24px;
    color: var(--gh-green);
    transition: var(--transition);
}

.solution-card:hover .solution-icon i {
    color: #fff;
}

.solution-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--gh-text);
    margin-bottom: 10px;
    transition: var(--transition);
}

.solution-card:hover h4 {
    color: var(--gh-green);
}

.solution-card p {
    font-size: 14px;
    color: var(--gh-text-light);
    line-height: 1.6;
    margin-bottom: 16px;
}

.solution-card .solution-link {
    font-size: 13px;
    font-weight: 700;
    color: var(--gh-green);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: var(--transition);
}

.solution-card .solution-link:hover {
    gap: 10px;
}

/* ---- About page values grid ---- */
.value-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid var(--gh-border);
    text-align: center;
    transition: var(--transition);
}

.value-card:hover {
    background: var(--gh-green);
    border-color: var(--gh-green);
}

.value-card .value-icon {
    font-size: 36px;
    color: var(--gh-green);
    margin-bottom: 12px;
    transition: var(--transition);
}

.value-card:hover .value-icon {
    color: var(--gh-gold-light);
}

.value-card h5 {
    font-size: 17px;
    font-weight: 700;
    color: var(--gh-text);
    transition: var(--transition);
}

.value-card:hover h5 {
    color: #fff;
}

.value-card p {
    font-size: 14px;
    color: var(--gh-text-light);
    transition: var(--transition);
}

.value-card:hover p {
    color: rgba(255, 255, 255, 0.85);
}

/* ---- Awards banner ---- */
.award-badge {
    background: linear-gradient(135deg, var(--gh-gold) 0%, #e8b830 100%);
    border-radius: 14px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 20px rgba(201, 162, 39, 0.3);
}

.award-badge .award-icon {
    font-size: 48px;
    color: #fff;
    flex-shrink: 0;
}

.award-badge h4 {
    color: #fff;
    font-weight: 800;
    font-size: 19px;
    margin-bottom: 4px;
}

.award-badge p {
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-size: 14px;
}

/* ---- Products page: tab panels ---- */
.tab-products {
    display: none;
}

.tab-products.active {
    display: block;
}

/* ---- Section label bar ---- */
.section-label-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--gh-border);
}

.section-label-bar .sub-title {
    font-size: 12px;
    letter-spacing: 1.2px;
}

/* ---- Product category badges ---- */
.product-cat-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 14px;
    margin-bottom: 8px;
}

.product-cat-badge.greenhouse {
    background: rgba(27, 107, 58, 0.1);
    color: var(--gh-green);
}

.product-cat-badge.coconut {
    background: rgba(139, 90, 43, 0.1);
    color: #8b5a2b;
}

.product-cat-badge.tea {
    background: rgba(156, 39, 176, 0.1);
    color: #7b1fa2;
}

.product-cat-badge.spices {
    background: rgba(211, 47, 47, 0.1);
    color: #c62828;
}

.product-cat-badge.coffee {
    background: rgba(93, 64, 55, 0.1);
    color: #4e342e;
}

.product-cat-badge.fresh {
    background: rgba(2, 136, 209, 0.1);
    color: #0277bd;
}

/* ---- Product icon visual (for export product cards without photos) ---- */
.product-icon-visual {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    border-radius: 0;
    transition: var(--transition);
}

.bg-coconut {
    background: linear-gradient(135deg, #fef9e7, #fdf3d0);
}

.bg-tea {
    background: linear-gradient(135deg, #f3e5f5, #ede0f5);
}

.bg-spices {
    background: linear-gradient(135deg, #fbe9e7, #ffe0d5);
}

.bg-coffee {
    background: linear-gradient(135deg, #efebe9, #e0d1c8);
}

.bg-fresh {
    background: linear-gradient(135deg, #e8f5e9, #dff0e0);
}

.product-card:hover .product-icon-visual {
    transform: scale(1.05);
}

/* ---- Products intro text ---- */
.products-intro {
    font-size: 17px;
    color: var(--gh-text-light);
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.75;
}

/* ---- Export CTA Banner ---- */
.export-cta-banner {
    background: linear-gradient(135deg, var(--gh-green-dark) 0%, var(--gh-green) 100%);
    border-radius: 20px;
    padding: 48px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: var(--gh-shadow-hover);
}

.export-cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../img/home-1/service/bg.webp') center/cover no-repeat;
    opacity: 0.07;
}

.export-cta-banner h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 14px;
    position: relative;
}

.export-cta-banner p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    max-width: 680px;
    margin: 0 auto 28px;
    line-height: 1.7;
    position: relative;
}

/* ---- Responsive adjustments ---- */
@media (max-width: 991px) {
    .about-pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .header-top-section .header-top-wrapper {
        flex-direction: column;
        gap: 6px;
    }

    .hero-sub {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    /* Hide hero social sidebar on mobile */
    .gh-hero-full .social-icon {
        display: none !important;
    }

    /* Logo text — tighter on small screens */
    .header-1 .gh-nav-logo-text--header strong {
        font-size: 11px;
        letter-spacing: 1px;
    }

    .header-1 .gh-nav-logo-text--header small {
        font-size: 7px;
        letter-spacing: 1.5px;
    }

    .gh-nav-logo-icon {
        width: 38px !important;
        height: 38px !important;
    }

    .about-pillars-grid {
        grid-template-columns: 1fr 1fr;
    }

    .whatsapp-float {
        bottom: 80px;
        right: 16px;
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .breadcrumb-banner {
        padding: 60px 0;
    }

    .counter-item h2 {
        font-size: 40px;
    }

    .award-badge {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .filter-tabs {
        justify-content: flex-start;
    }

    .hero-button-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ---- Accessibility ---- */
:focus-visible {
    outline: 3px solid var(--gh-green);
    outline-offset: 3px;
}

/* ---- Suppress template decoration dots on inner pages ---- */
/* These are .circle-image and floating shape elements from the Gardeno template
   that bleed into non-hero sections on inner pages */
.breadcrumb-banner+section .circle-image,
.breadcrumb-banner+section .float-bob-y:not(.about-box):not(.logo-shape):not(.right-shape):not(.left-shape):not(.track-shape),
.breadcrumb-banner~section>.circle-image {
    display: none;
}

/* Hide the large template "circle-image" peeking above sections on scroll */
.hero-box .circle-image {
    z-index: 0;
}

/* Prevent floating dot shapes from overflowing above section boundaries */
.fix {
    overflow: hidden;
}

/* Ensure header area is always clean (no template bleed-through dots) */
#header-sticky {
    overflow: visible;
}

/* Hero needs visible overflow so social icons on right edge aren't clipped */
.gh-hero-full {
    overflow: visible !important;
}

/* But contain the background image within the viewport */
.gh-hero-section {
    overflow: hidden;
}

/* ---- CTA Visual (replaces placeholder ma.png) ---- */
.cta-section .cta-content-style-1 p {
    color: rgba(255, 255, 255, 0.92) !important;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.28);
}

.cta-section .theme-btn-outline {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.72) !important;
    background: rgba(8, 77, 54, 0.18) !important;
}

.cta-section .theme-btn-outline i {
    color: inherit !important;
}

.cta-section .theme-btn-outline::before {
    background-color: var(--gh-green-dark, #0f4a27) !important;
}

.cta-section .theme-btn-outline:hover {
    color: #fff !important;
    border-color: var(--gh-green-dark, #0f4a27) !important;
}

.gh-cta-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 32px 24px;
}

.gh-cta-icon-main {
    font-size: 96px;
    color: rgba(255, 255, 255, 0.2);
    line-height: 1;
    filter: drop-shadow(0 8px 24px rgba(255, 255, 255, 0.15));
}

.gh-cta-stats {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.gh-cta-stat {
    text-align: center;
    background: rgba(255, 255, 255, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 14px;
    padding: 16px 20px;
    backdrop-filter: blur(6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.gh-cta-stat strong {
    display: block;
    font-size: 26px;
    font-weight: 900;
    color: var(--gh-gold, #C9A227);
    line-height: 1;
    margin-bottom: 4px;
    font-family: 'Montserrat', sans-serif;
}

.gh-cta-stat span {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.94);
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ---- Partner cards (about page global partners) ---- */
.gh-partner-card {
    background: #fff;
    border: 1px solid var(--gh-border);
    border-radius: 14px;
    padding: 22px 16px;
    transition: var(--transition);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.gh-partner-card:hover {
    border-color: var(--gh-green);
    box-shadow: var(--gh-shadow-hover);
    transform: translateY(-4px);
}

.gh-partner-card-icon {
    width: 52px;
    height: 52px;
    background: rgba(27, 107, 58, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 22px;
    color: var(--gh-green);
    transition: var(--transition);
}

.gh-partner-card:hover .gh-partner-card-icon {
    background: var(--gh-green);
    color: #fff;
}

.gh-partner-card h6 {
    font-size: 14px;
    font-weight: 700;
    color: var(--gh-text);
    margin-bottom: 6px;
    line-height: 1.3;
}

.gh-partner-card p {
    font-size: 12px;
    color: var(--gh-text-light);
    margin: 0;
    line-height: 1.4;
}

/* ---- Partner logo grid cards for About page ---- */
.gh-partner-grid-card {
    background: #fff;
    border: 1px solid var(--gh-border);
    border-radius: 16px;
    padding: 24px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.gh-partner-grid-card:hover {
    border-color: var(--gh-green);
    box-shadow: 0 8px 24px rgba(27, 107, 58, 0.12);
    transform: translateY(-4px);
}

.gh-partner-grid-card img {
    max-height: 70px;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.gh-partner-grid-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* ---- Partner strip (replaces template demo brand logos) ---- */
.gh-partner-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    background: #fff;
    border: 1px solid var(--gh-border);
    border-radius: 16px;
    padding: 20px 32px;
    box-shadow: 0 2px 16px rgba(27, 107, 58, 0.07);
}

.gh-partner-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 20px;
    white-space: nowrap;
}

.gh-partner-item span {
    font-size: 14px;
    font-weight: 700;
    color: var(--gh-text-light);
    letter-spacing: 0.3px;
    font-family: 'Montserrat', sans-serif;
    transition: var(--transition);
}

.gh-partner-item:hover span {
    color: var(--gh-green);
}

.gh-partner-icon {
    font-size: 15px;
    color: var(--gh-green);
    opacity: 0.6;
    flex-shrink: 0;
}

.gh-partner-divider {
    width: 1px;
    height: 28px;
    background: var(--gh-border);
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .gh-partner-strip {
        gap: 4px;
        padding: 16px;
    }

    .gh-partner-divider {
        display: none;
    }

    .gh-partner-item {
        padding: 8px 12px;
    }

    .gh-partner-item span {
        font-size: 12px;
    }
}

/* ---- View all projects link ---- */
.view-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--gh-green);
    color: #fff;
    padding: 8px 22px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition);
    margin-left: 8px;
}

.view-btn:hover {
    background: var(--gh-green-dark);
    color: #fff;
    text-decoration: none;
}

/* ---- Culture section text ---- */
.gh-culture-text {
    font-size: 16px;
    color: var(--gh-text-light);
    line-height: 1.8;
    margin-bottom: 16px;
}

/* ---- Project filter card: ensure image fills cleanly ---- */
.project-filter-card .project-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ---- Responsive: header logo on small screens ---- */
@media (max-width: 480px) {
    .gh-nav-logo-text strong {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .gh-nav-logo-text em {
        font-size: 9px;
    }

    .gh-nav-logo-text small {
        font-size: 7.5px;
        letter-spacing: 1.5px;
    }

    .gh-nav-logo-icon {
        width: 40px;
        height: 40px;
    }

    .gh-logo-link {
        gap: 8px;
    }
}

/* ---- Smooth scroll ---- */
html {
    scroll-behavior: smooth;
}

/* ---- Mission/Vision Cards (about.php) ---- */
.gh-mv-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.gh-mv-icon-wrap--light {
    background: rgba(27, 107, 58, 0.1);
}

.gh-mv-icon-wrap--dark {
    background: rgba(255, 255, 255, 0.15);
}

.gh-mv-icon {
    font-size: 28px;
}

.gh-mv-icon--green {
    color: var(--gh-green);
}

.gh-mv-icon--white {
    color: #fff;
}

.gh-mv-card-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
}

.gh-mv-card-text {
    font-size: 16px;
    line-height: 1.75;
}

.solution-card--dark {
    background: var(--gh-green) !important;
    border-color: var(--gh-green) !important;
}

.solution-card--dark .gh-mv-card-title {
    color: #fff;
}

.solution-card--dark .gh-mv-card-text {
    color: rgba(255, 255, 255, 0.85);
}

/* ---- Section label heading (products.php) ---- */
.gh-section-heading {
    font-size: 26px;
    font-weight: 800;
    color: var(--gh-text);
    margin: 4px 0 0;
}

/* ---- Partner logo cards ---- */
.gh-partner-logo {
    max-height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
}

.gh-partner-name {
    font-size: 13px;
    margin: 0;
    color: var(--gh-text-light);
}

.gh-local-partner {
    font-size: 13px;
    margin: 0;
    font-weight: 600;
    color: var(--gh-green);
}

/* ---- Contact page — WhatsApp card ---- */
.gh-whatsapp-card {
    padding: 28px 24px;
    background: linear-gradient(135deg, #128C7E, #25D366);
    border: none;
}

.gh-whatsapp-icon-wrap {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.gh-whatsapp-title {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
}

.gh-whatsapp-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.gh-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #128C7E;
    font-weight: 700;
    font-size: 16px;
    padding: 13px 26px;
    border-radius: 10px;
    text-decoration: none;
    transition: var(--transition);
}

.gh-whatsapp-btn:hover {
    background: #f0fff4;
    color: #128C7E;
}

/* ---- Contact page — Office hours ---- */
.gh-office-icon-wrap {
    width: 56px;
    height: 56px;
    background: rgba(27, 107, 58, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.gh-office-title {
    font-size: 19px;
    font-weight: 800;
    color: var(--gh-text);
    margin-bottom: 16px;
}

.gh-hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gh-hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--gh-border);
}

.gh-hours-item:last-child {
    border-bottom: none;
}

.gh-hours-day {
    font-weight: 600;
    color: var(--gh-text);
}

.gh-hours-time {
    color: var(--gh-green);
    font-weight: 700;
}

.gh-hours-closed {
    color: #dc3545;
    font-weight: 700;
}

.gh-hours-note {
    font-size: 13px;
    color: var(--gh-text-light);
    margin-top: 14px;
    margin-bottom: 0;
}

/* ---- Contact page — Direct contact links ---- */
.gh-contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--gh-text);
    transition: var(--transition);
}

.gh-contact-link:hover {
    color: var(--gh-green);
}

.gh-contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(27, 107, 58, 0.08);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gh-contact-icon i {
    color: var(--gh-green);
    font-size: 16px;
}

.gh-contact-label {
    font-size: 12px;
    color: var(--gh-text-light);
    margin: 0;
}

.gh-contact-value {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

/* ---- Award badge variant ---- */
.award-badge--green {
    background: linear-gradient(135deg, var(--gh-green-dark), var(--gh-green)) !important;
}

/* ---- Team culture text ---- */
.gh-culture-text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--gh-text-light);
}

.gh-culture-text+.gh-culture-text {
    margin-top: 14px;
}

/* ======================================================
   CULTURE STRIP — About Page
   ====================================================== */
.gh-culture-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
    margin-top: 24px;
}

/* ---- Narrative (left) ---- */
.gh-culture-narrative .section-title {
    margin-bottom: 24px;
}

.gh-culture-narrative .gh-culture-text {
    font-size: 16px;
    color: var(--gh-text-light);
    line-height: 1.85;
}

.gh-culture-narrative .gh-culture-text+.gh-culture-text {
    margin-top: 14px;
}

/* Pillar strip */
.gh-culture-pillars {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
    margin-bottom: 4px;
}

.gh-culture-pillar {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    background: rgba(27, 107, 58, 0.07);
    border: 1px solid rgba(27, 107, 58, 0.18);
    border-radius: 100px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--gh-green-dark);
    transition: var(--transition);
}

.gh-culture-pillar:hover {
    background: var(--gh-green);
    border-color: var(--gh-green);
    color: #fff;
}

.gh-culture-pillar i {
    font-size: 13px;
}

/* ---- Right panel ---- */
.gh-culture-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Highlight award card */
.gh-culture-highlight-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: linear-gradient(135deg, var(--gh-green-dark) 0%, var(--gh-green) 100%);
    border-radius: 16px;
    padding: 26px 24px;
    color: #fff;
}

.gh-chc-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.gh-chc-body h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    line-height: 1.3;
}

.gh-chc-body p {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    line-height: 1.6;
}

/* Stats 2×2 grid */
.gh-culture-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.gh-culture-stat {
    background: #fff;
    border: 1px solid var(--gh-border);
    border-radius: 14px;
    padding: 22px 18px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
}

.gh-culture-stat:hover {
    border-color: var(--gh-green);
    transform: translateY(-3px);
    box-shadow: var(--gh-shadow-hover);
}

.gh-culture-stat strong {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: var(--gh-green-dark);
    line-height: 1;
    margin-bottom: 6px;
    font-family: var(--font-heading, inherit);
}

.gh-culture-stat strong sup {
    font-size: 16px;
    font-weight: 700;
    vertical-align: super;
}

.gh-culture-stat span {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--gh-text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

/* Quote */
.gh-culture-quote {
    background: #f4f8f4;
    border-left: 4px solid var(--gh-green);
    border-radius: 0 12px 12px 0;
    padding: 20px 22px;
    position: relative;
}

.gh-quote-icon {
    font-size: 22px;
    color: var(--gh-green);
    opacity: 0.4;
    margin-bottom: 8px;
    display: block;
}

.gh-culture-quote p {
    font-size: 15px;
    font-style: italic;
    color: var(--gh-text);
    margin: 0 0 10px;
    line-height: 1.7;
}

.gh-culture-quote cite {
    font-size: 13px;
    font-weight: 700;
    color: var(--gh-green-dark);
    font-style: normal;
}

/* Responsive */
@media (max-width: 991px) {
    .gh-culture-strip {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 575px) {
    .gh-culture-stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .gh-culture-stat strong {
        font-size: 26px;
    }
}

/* ---- Utility classes ---- */
.sub-title--flush {
    margin-bottom: 0 !important;
}

.gh-form-card {
    padding: 36px 32px;
}

.gh-card-padded {
    padding: 28px 24px;
}

.gh-card-sm {
    padding: 24px;
}

/* ---- Project Gallery Section (Home page - Custom Organic Slider) ---- */
.gallery-section {
    margin-top: 60px;
    padding-top: 80px !important;
    background: var(--gh-bg-light);
}

.gh-organic-slider-container {
    width: 100%;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}

.gh-organic-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 562px;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* Responsive fallback for browsers not supporting aspect-ratio */
@supports not (aspect-ratio: 16/9) {
    .gh-organic-slider {
        height: 500px;
    }
}

/* Navigation buttons */
.gh-organic-slider .gh-nav-btn {
    position: absolute;
    z-index: 50;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(132, 148, 148, 0.4);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.gh-organic-slider .gh-nav-btn svg {
    width: 18px;
    height: 18px;
}

.gh-organic-slider .gh-nav-btn.left {
    left: 24px;
}

.gh-organic-slider .gh-nav-btn.right {
    right: 24px;
}

.gh-organic-slider .gh-nav-btn:hover {
    background-color: var(--gh-green, #1B6B3A);
    border-color: var(--gh-green, #1B6B3A);
}

.gh-organic-slider .gh-nav-btn:hover svg path {
    fill: #ffffff !important;
}

.gh-organic-slider .gh-nav-btn:focus {
    outline: none;
}

/* SVG Ripple Overlays */
.gh-organic-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
    pointer-events: none;
}

.gh-organic-svg circle {
    stroke: var(--gh-green, #1B6B3A);
    fill: none;
    /* Per-circle transition-delay is applied inline by JS so it can be
       reversed on retract (outside-in) for a smoother recede. */
    transition: stroke-width 0.55s cubic-bezier(0.33, 0, 0.2, 1);
    transition-delay: 0s;
}

.steap {
    stroke-width: 0px;
}

.streak {
    stroke-width: 220px;
    /* Large enough to fully cover overlaps during the wave */
}

/* Slides */
.gh-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: 10;
    /* Opacity flips quickly because the green ripple already hides the swap;
       a slow opacity fade here would bleed a visible crossfade through the
       ripple. Transform stays smooth for the subtle zoom. */
    transition: transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.25s ease-in-out;
    opacity: 0;
    will-change: transform, opacity;
    backface-visibility: hidden;
}

.gh-slide.up1 {
    z-index: 20;
    opacity: 1;
}

/* Gentle Ken-Burns style zoom while the ripple is covering the frame. */
.gh-slide.up1.tran {
    transform: scale(1.04);
}

/* Slide inner link & content */
.gh-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none !important;
}

.gh-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 74, 39, 0.45) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

.gh-slide-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 2;
    color: #fff;
    max-width: 80%;
    transform: translateY(15px);
    opacity: 0;
    /* Reveal the caption just after the ripple recedes (~0.95s in JS). */
    transition: transform 0.6s cubic-bezier(0.1, 0.8, 0.3, 1) 0.85s,
        opacity 0.6s ease 0.85s;
}

.gh-slide.up1 .gh-slide-content {
    transform: translateY(0);
    opacity: 1;
}

.gh-slide-content h3 {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.gh-slide-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

/* Pagination Dots */
.gh-organic-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.gh-organic-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gh-gold, #C9A227);
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gh-organic-dot:hover {
    opacity: 0.7;
}

.gh-organic-dot.active {
    background: var(--gh-green, #1B6B3A);
    opacity: 1;
    transform: scale(1.25);
}

/* Responsive Media Queries */
@media (max-width: 991px) {
    .gh-slide-content h3 {
        font-size: 24px;
    }

    .gh-slide-content p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .gh-organic-slider {
        aspect-ratio: 4 / 3;
    }

    .gh-slide-content {
        bottom: 24px;
        left: 24px;
    }

    .gh-slide-content h3 {
        font-size: 20px;
    }

    .gh-slide-content p {
        display: none;
        /* Hide subtitle on mobile for cleaner look */
    }

    .gh-organic-slider .gh-nav-btn {
        width: 44px;
        height: 44px;
    }

    .gh-organic-slider .gh-nav-btn.left {
        left: 16px;
    }

    .gh-organic-slider .gh-nav-btn.right {
        right: 16px;
    }

    /* Bottom CTA Banner — hero title white on mobile */
    .cta-section .hero_title,
    .cta-section .cta-content-style-1 .section-title h2.hero_title {
        color: #ffffff !important;
    }

    /* About section — restore logo-shape badge on mobile */
    .about-left-items-style-1 .about-image {
        overflow: visible !important;
    }

    .about-left-items-style-1 .about-image .logo-shape {
        display: block !important;
        position: absolute !important;
        right: 10px !important;
        top: 16px !important;
        z-index: 10 !important;
    }

    .about-left-items-style-1 .about-image .logo-shape img {
        width: 100px !important;
        height: auto !important;
        border-radius: 0 !important;
    }
}

/* Respect users who prefer reduced motion: skip the ripple/zoom and
   just cross-fade slides quickly. */
@media (prefers-reduced-motion: reduce) {
    .gh-organic-svg {
        display: none;
    }

    .gh-slide {
        transition: opacity 0.4s ease-in-out;
    }

    .gh-slide.up1.tran {
        transform: none;
    }
}

/* ---- Breadcrumb banner with background image ---- */
.breadcrumb-banner--img {
    background-size: cover;
    background-position: center;
    position: relative;
}

.breadcrumb-banner--img::before {
    background: linear-gradient(135deg, rgba(15, 74, 39, 0.92) 0%, rgba(27, 107, 58, 0.88) 60%, rgba(45, 138, 78, 0.85) 100%) !important;
    opacity: 1 !important;
}

/* ---- Hero social: remove white vertical line ---- */
.hero-1 .social-icon::before {
    display: none;
}

/* ---- Footer: full-width, flush to page bottom ---- */
.footer-section {
    margin: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* ---- Developer Credit Bar ---- */
.gh-dev-credit {
    text-align: center;
    padding: 14px 0;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 0;
}

.gh-dev-credit p {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.5px;
}

.gh-dev-credit a {
    color: var(--gh-gold);
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
}

.gh-dev-credit a:hover {
    color: var(--gh-gold-light);
}

/* ---- Enhanced project filter card animations ---- */
.project-filter-card .project-thumb::before {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

.project-filter-card:hover .project-thumb::before {
    opacity: 1;
    transform: scale(1);
}

/* ---- About page — Photo strip ---- */
.gh-photo-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 20px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.gh-photo-strip::-webkit-scrollbar {
    height: 6px;
}

.gh-photo-strip::-webkit-scrollbar-track {
    background: var(--gh-bg-light);
    border-radius: 3px;
}

.gh-photo-strip::-webkit-scrollbar-thumb {
    background: var(--gh-green);
    border-radius: 3px;
}

.gh-photo-strip-item {
    flex: 0 0 260px;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
    scroll-snap-align: start;
    position: relative;
}

.gh-photo-strip-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gh-photo-strip-item:hover img {
    transform: scale(1.05);
}

/* ---- Print ---- */
@media print {

    .whatsapp-float,
    .back-to-top,
    .preloader,
    .mouseCursor {
        display: none !important;
    }
}

/* ---- Project Maps Layout ---- */
.gh-location-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gh-location-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
    color: var(--gh-text);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gh-location-list li::before {
    content: "■";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--gh-green);
    font-size: 14px;
}

.gh-map-pin {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.gh-map-pin .gh-pin-icon {
    width: 32px;
    height: 32px;
    background: var(--gh-green);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: 3px solid #fff;
    position: relative;
}

.gh-map-pin .gh-pin-icon::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.gh-map-pin .gh-pin-label {
    background: #fff;
    border: 2px solid var(--gh-green);
    color: var(--gh-green);
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

@media (min-width: 768px) {
    .gh-location-list-right li {
        padding-left: 0;
        padding-right: 20px;
    }

    .gh-location-list-right li::before {
        left: auto;
        right: 0;
    }
}

/* ---- Active Nav Link Underline ---- */
.main-menu nav ul li.active>a {
    color: var(--gh-green) !important;
    text-decoration: underline !important;
    text-underline-offset: 6px;
    text-decoration-thickness: 3px !important;
    text-decoration-color: var(--gh-green) !important;
}

/* ---- Partner Logo Marquee ---- */
.gh-marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.gh-marquee-content {
    display: flex;
    width: max-content;
    animation: ghMarquee 35s linear infinite;
    gap: 60px;
    align-items: center;
}

.gh-marquee-container:hover .gh-marquee-content {
    animation-play-state: paused;
}

.gh-partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gh-partner-logo img {
    height: 70px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.4s ease;
}

.gh-partner-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

@keyframes ghMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 30px));
    }
}

/* ===================================================
   PRIMARY FONT — Calibri Light (site-wide)
   Calibri is a system font (Windows/Office), not web-served,
   so we provide cross-platform fallbacks. "Light" is Calibri's
   300 weight; we set the global default weight to 300 and let
   bold elements opt back up to 600/700.
   =================================================== */
:root {
    --gh-font-primary: 'Calibri Light', 'Calibri', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

/* Apply to every element EXCEPT icon fonts (Font Awesome / icomoon),
   which must keep their own font-family to render glyphs.
   Covers both Font Awesome 6 classes (fa-brands, fa-solid, …) and the
   legacy aliases (fab, fas, …). */
body,
body *:not([class*="fa-"]):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not(.fat):not(.fass):not([class^="icon-"]):not([class*=" icon-"]) {
    font-family: var(--gh-font-primary) !important;
}

/* Belt-and-braces: re-assert the correct icon font on icon elements so
   nothing can clobber the glyphs. Matches Font Awesome 6 Pro's own families. */
.fa,
.fas,
.far,
.fal,
.fat,
.fass,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
[class^="fa-"]:not(.fa-brands):not(.fab),
[class*=" fa-"]:not(.fa-brands):not(.fab) {
    font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Free' !important;
}

.fab,
.fa-brands {
    font-family: 'Font Awesome 6 Brands' !important;
}

.fad,
.fa-duotone {
    font-family: 'Font Awesome 6 Duotone' !important;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
}

/* Default text weight = Light (300). */
body {
    font-weight: 300;
}

/* Keep structurally-bold elements readable (Calibri Light at heading
   sizes can look too thin, so headings/buttons use semibold). */
h1,
h2,
h3,
h4,
h5,
h6,
.hero_title,
.sub-title,
strong,
b,
.btn,
button,
.theme-btn,
.view-btn,
.gh-nav-btn {
    font-weight: 600;
}

/* ---- Testimonial Slider Equal Heights & Text Area Spacing ---- */
.testimonial-slider .swiper-slide {
    height: auto !important;
    display: flex !important;
}

.testimonial-right-item-style-1 .testimonial-card-item-style-1 {
    height: 100% !important;
    width: 100%;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding-bottom: 40px !important;
}

.testimonial-right-item-style-1 .testimonial-card-item-style-1 .content-item {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.testimonial-right-item-style-1 .testimonial-card-item-style-1 .content-item .right-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.testimonial-right-item-style-1 .testimonial-card-item-style-1 .content-item .right-content p {
    flex-grow: 1;
    min-height: 140px;
    /* give it a little bit more height */
    max-width: 100% !important;
}

/* ---- Vision & Mission Cards (New Design) ---- */
.gh-mv-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 48px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gh-mv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.gh-mv-card--vision {
    background: #114224;
    /* Deep rich forest green */
}

.gh-mv-card--mission {
    background: #0d2214;
    /* Very dark green/black */
}

.gh-mv-badge {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 5px 14px;
    font-size: 11px;
    font-weight: 700;
    color: #8cde62;
    /* Vibrant light/lime green */
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 24px;
    background: rgba(255, 255, 255, 0.04);
    display: inline-block;
    line-height: 1.2;
}

.gh-mv-card h3 {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.35;
    margin-bottom: 18px;
    z-index: 2;
}

.gh-mv-card p {
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    z-index: 2;
}

/* Watermark Letters */
.gh-mv-watermark {
    position: absolute;
    right: -40px;
    bottom: -140px;
    font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 460px;
    font-weight: 900;
    line-height: 1;
    color: rgba(255, 255, 255, 0.045);
    user-select: none;
    pointer-events: none;
    z-index: 0;
}

/* ---- Solutions Horizontal Card & Carousel Layouts ---- */
.solution-card.solution-card--horizontal {
    padding: 0 !important;
    overflow: hidden;
    height: 100%;
}

.solution-card--horizontal .row.g-0 {
    height: 100%;
}

.solution-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    overflow: hidden;
    background: #f4f8f4;
}

.carousel-slides {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.carousel-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.carousel-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gh-green-dark, #0f4a27);
    font-size: 14px;
    cursor: pointer;
    z-index: 10;
    transition: var(--transition);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.carousel-control:hover {
    background: var(--gh-green, #1B6B3A);
    color: #fff;
    transform: translateY(-50%) scale(1.08);
}

.carousel-control.prev {
    left: 16px;
}

.carousel-control.next {
    right: 16px;
}

.solution-content-body {
    padding: 48px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.solution-header,
.solution-content-body h4,
.solution-content-body p,
.solution-content-body .solution-link {
    position: relative;
    z-index: 2;
}

.solution-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 28px;
}

.solution-content-body .solution-num {
    position: absolute;
    font-size: 160px;
    font-weight: 900;
    color: rgba(27, 107, 58, 0.045);
    line-height: 0.8;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    font-family: 'Montserrat', sans-serif;
    transition: var(--transition);
    bottom: auto;
}

.solution-num--left {
    top: 15px;
    left: 20px;
}

.solution-num--right {
    top: 15px;
    right: 20px;
}

.solution-content-body .solution-icon {
    width: 56px;
    height: 56px;
    background: rgba(27, 107, 58, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transition: var(--transition);
}

.solution-card--horizontal:hover .solution-icon {
    background: var(--gh-green, #1B6B3A);
}

.solution-content-body .solution-icon i {
    font-size: 24px;
    color: var(--gh-green, #1B6B3A);
    transition: var(--transition);
}

.solution-card--horizontal:hover .solution-icon i {
    color: #fff;
}

.solution-content-body h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--gh-text, #2c3e2d);
    margin-bottom: 14px;
    transition: var(--transition);
}

.solution-card--horizontal:hover h4 {
    color: var(--gh-green, #1B6B3A);
}

.solution-content-body p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--gh-text-light, #5a6b5c);
    margin-bottom: 24px;
}

.solution-content-body .solution-link {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--gh-green, #1B6B3A);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: var(--transition);
}

.solution-content-body .solution-link:hover {
    gap: 10px;
}

/* Responsive Overrides for under 992px (Bootstrap lg break) */
@media (max-width: 991px) {
    .solution-carousel {
        min-height: 300px;
        height: 300px;
    }
    .solution-content-body {
        padding: 36px 28px;
    }
    .solution-content-body .solution-num {
        font-size: 120px;
        top: 10px;
        bottom: auto;
    }
    .solution-num--left {
        left: 15px;
    }
    .solution-num--right {
        right: 15px;
    }

    /* CTA Section Mobile overlay & blur */
    .cta-section {
        position: relative;
    }
    .cta-section::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(15, 42, 27, 0.78); /* Dark green/blue theme overlay */
        backdrop-filter: blur(3px); /* Blur effect on background image */
        z-index: 1;
    }
    .cta-section .container {
        position: relative;
        z-index: 2;
    }
    .cta-section .left-shape,
    .cta-section .right-shape,
    .cta-section .logo-shape {
        z-index: 1;
    }
}

/* =====================================================
   Award-polish additions (v14)
   ===================================================== */

/* Brand tagline accent (replaces inline #FF0000 styles) */
.gh-tagline-red {
    color: #E03131;
}

/* Skip link — visible only when keyboard-focused */
.gh-skip-link {
    position: absolute;
    top: -48px;
    left: 12px;
    z-index: 10000;
    background: var(--gh-green);
    color: #fff;
    padding: 10px 22px;
    border-radius: 0 0 10px 10px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: top .25s ease;
}

.gh-skip-link:focus {
    top: 0;
    color: #fff;
    outline: 3px solid var(--gh-gold);
    outline-offset: 2px;
}

/* Visible keyboard focus for interactive elements */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[role="button"]:focus-visible {
    outline: 3px solid var(--gh-gold);
    outline-offset: 2px;
    border-radius: 4px;
}

/* Legal pages (privacy / terms) */
.gh-legal-content h2 {
    font-size: 20px;
    font-weight: 800;
    color: var(--gh-green);
    margin: 34px 0 12px;
}

.gh-legal-content p,
.gh-legal-content li {
    font-size: 15.5px;
    color: var(--gh-text-light);
    line-height: 1.8;
}

.gh-legal-content ul {
    padding-left: 22px;
    margin-bottom: 16px;
}

.gh-legal-content a {
    color: var(--gh-green);
    font-weight: 600;
}

.gh-legal-content a:hover {
    text-decoration: underline;
}

/* Gentle lift on interactive cards (consistent hover language) */
.info-card,
.product-card,
.value-card,
.team-member-card,
.feature-plant-item,
.award-badge {
    transition: transform .3s ease, box-shadow .3s ease;
}

.info-card:hover,
.product-card:hover,
.value-card:hover,
.team-member-card:hover,
.award-badge:hover {
    transform: translateY(-6px);
    box-shadow: var(--gh-shadow-hover);
}

/* =====================================================
   Cookie Consent Banner
   ===================================================== */
.gh-cookie-banner {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #fff;
    box-shadow: 0 -4px 32px rgba(0, 0, 0, 0.14);
    border-top: 3px solid var(--gh-green, #1B6B3A);
    transition: bottom 0.45s cubic-bezier(0.34, 1.12, 0.64, 1);
    padding: 0;
}

.gh-cookie-banner.gh-cookie-visible {
    bottom: 0;
}

.gh-cookie-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 18px 28px;
}

.gh-cookie-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: var(--gh-green, #1B6B3A);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.gh-cookie-content {
    flex: 1;
    min-width: 0;
}

.gh-cookie-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: var(--gh-green, #1B6B3A);
    margin: 0 0 4px;
    letter-spacing: 0.5px;
}

.gh-cookie-content p {
    font-size: 13.5px;
    color: #555;
    margin: 0;
    line-height: 1.6;
}

.gh-cookie-link {
    color: var(--gh-green, #1B6B3A);
    font-weight: 600;
    text-decoration: underline;
}

.gh-cookie-link:hover {
    color: var(--gh-gold, #C8972B);
}

.gh-cookie-actions {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.gh-cookie-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.gh-cookie-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.gh-cookie-btn--accept {
    background: var(--gh-green, #1B6B3A);
    color: #fff;
}

.gh-cookie-btn--accept:hover {
    background: #155430;
}

.gh-cookie-btn--necessary {
    background: transparent;
    color: var(--gh-green, #1B6B3A);
    border: 2px solid var(--gh-green, #1B6B3A);
}

.gh-cookie-btn--necessary:hover {
    background: var(--gh-green, #1B6B3A);
    color: #fff;
}

.gh-cookie-btn--decline {
    background: transparent;
    color: #aaa;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ddd;
    flex-shrink: 0;
}

.gh-cookie-btn--decline:hover {
    background: #f5f5f5;
    color: #555;
    border-color: #bbb;
    transform: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .gh-cookie-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 18px 16px;
        gap: 14px;
    }

    .gh-cookie-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .gh-cookie-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .gh-cookie-btn--decline {
        margin-left: auto;
    }
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .mouseCursor {
        display: none !important;
    }
}
