:root {
            --primary-color: #4CAF50;
            --primary-dark: #2E7D32;
            --primary-light: #A5D6A7;
            --secondary-color: #FFC107;
            --secondary-dark: #FFA000;
            --secondary-light: #FFECB3;
            --dark-color: #212121;
            --dark-secondary: #424242;
            --light-color: #F5F5F5;
            --white-color: #FFFFFF;
        }
        
        html {
            scroll-behavior: smooth;
        }
        
        body {
            font-family: 'Montserrat', sans-serif;
            color: #333;
            overflow-x: hidden;
            background-color: var(--light-color);
        }
        
        h1, h2, h3, h4 {
            font-family: 'Montserrat', sans-serif;
        }
        
        .hero-gradient {
            background: linear-gradient(to right, var(--dark-color), var(--primary-dark));
        }

        .section-gradient {
            background-image: linear-gradient(to right, var(--dark-color), var(--primary-dark));
        }

        .section-gradient.light-glass .glass-card,
        .section-gradient.light-glass .glass-green,
        .section-gradient.light-glass .glass-yellow,
        .section-gradient.light-glass .quote,
        .section-gradient.light-glass details {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(185, 255, 176, 0.45);
            color: #f8fafc;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            box-shadow: 0 0 16px rgba(185, 255, 176, 0.35);
            transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
        }

        .section-gradient.light-glass .glass-green {
            background: rgba(76, 175, 80, 0.18);
        }

        .section-gradient.light-glass .glass-yellow {
            background: rgba(255, 193, 7, 0.2);
        }

        .section-gradient.light-glass .glass-card a,
        .section-gradient.light-glass .glass-card p,
        .section-gradient.light-glass .glass-card span,
        .section-gradient.light-glass .glass-card li,
        .section-gradient.light-glass .glass-card h3,
        .section-gradient.light-glass .glass-card h4,
        .section-gradient.light-glass details p,
        .section-gradient.light-glass details summary,
        .section-gradient.light-glass .quote {
            color: inherit;
        }

        .section-gradient.light-glass details summary {
            cursor: pointer;
            transition: color 0.3s ease, text-shadow 0.3s ease;
        }

        .section-gradient.light-glass details:hover,
        .section-gradient.light-glass details[open] {
            border-color: rgba(185, 255, 176, 0.6);
            box-shadow: 0 0 18px rgba(185, 255, 176, 0.4);
            background: rgba(255, 255, 255, 0.12);
        }

        .section-gradient.light-glass details:hover summary,
        .section-gradient.light-glass details[open] summary {
            color: #b9ffb0;
            text-shadow: 0 0 8px rgba(185, 255, 176, 0.7);
        }

        .section-gradient:not(.light-glass) .glass-card,
        .section-gradient:not(.light-glass) .glass-green,
        .section-gradient:not(.light-glass) .glass-yellow,
        .section-gradient:not(.light-glass) .quote,
        .section-gradient:not(.light-glass) details {
            background: rgba(15, 30, 20, 0.25);
            border: 1px solid rgba(185, 255, 176, 0.4);
            color: #f1f5f9;
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            box-shadow: 0 0 18px rgba(185, 255, 176, 0.32);
            transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
        }

        .section-gradient:not(.light-glass) .glass-green {
            background: rgba(54, 120, 63, 0.28);
        }

        .section-gradient:not(.light-glass) .glass-yellow {
            background: rgba(140, 110, 20, 0.28);
        }

        .section-gradient:not(.light-glass) .glass-card a,
        .section-gradient:not(.light-glass) .glass-card p,
        .section-gradient:not(.light-glass) .glass-card span,
        .section-gradient:not(.light-glass) .glass-card li,
        .section-gradient:not(.light-glass) .glass-card h3,
        .section-gradient:not(.light-glass) .glass-card h4,
        .section-gradient:not(.light-glass) details p,
        .section-gradient:not(.light-glass) details summary,
        .section-gradient:not(.light-glass) .quote {
            color: inherit;
        }

        .section-gradient:not(.light-glass) .glass-card:hover {
            box-shadow: 0 18px 42px rgba(0, 0, 0, 0.45);
        }

        .section-gradient .form-input {
            background-color: #0f2416;
            color: #f1f5f9;
            border: 1px solid rgba(185, 255, 176, 0.35);
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .section-gradient .form-input:-webkit-autofill,
        .section-gradient .form-input:-webkit-autofill:hover,
        .section-gradient .form-input:-webkit-autofill:focus,
        .section-gradient .form-input:-webkit-autofill:active,
        .form-input:-webkit-autofill,
        .form-input:-webkit-autofill:hover,
        .form-input:-webkit-autofill:focus,
        .form-input:-webkit-autofill:active,
        .form-input:-internal-autofill-selected {
            -webkit-box-shadow: 0 0 0 1000px #0f2416 inset !important;
            box-shadow: 0 0 0 1000px #0f2416 inset !important;
            background-color: #0f2416 !important;
            background-image: none !important;
            -webkit-background-clip: padding-box !important;
            -webkit-text-fill-color: #f1f5f9 !important;
            border: 1px solid rgba(185, 255, 176, 0.35) !important;
            transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 6000s ease 0s;
            caret-color: #f1f5f9;
        }

        .section-gradient .form-input:-moz-autofill,
        .section-gradient .form-input:-moz-autofill:hover,
        .section-gradient .form-input:-moz-autofill:focus,
        .section-gradient .form-input:-moz-autofill:active,
        .form-input:-moz-autofill,
        .form-input:-moz-autofill:hover,
        .form-input:-moz-autofill:focus,
        .form-input:-moz-autofill:active {
            box-shadow: 0 0 0 1000px #0f2416 inset !important;
            background-color: #0f2416 !important;
            background-image: none !important;
            color: #f1f5f9 !important;
            border: 1px solid rgba(185, 255, 176, 0.35) !important;
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
            caret-color: #f1f5f9;
        }

        @supports selector(.form-input:autofill) {
            .form-input:autofill {
                box-shadow: 0 0 0 1000px #0f2416 inset !important;
                background-color: #0f2416 !important;
                background-image: none !important;
                color: #f1f5f9 !important;
                border: 1px solid rgba(185, 255, 176, 0.35) !important;
            }
            .form-input:autofill:focus {
                box-shadow: 0 0 0 1000px #112a19 inset !important;
                background-color: #112a19 !important;
                border: 1px solid rgba(185, 255, 176, 0.75) !important;
            }
        }

        .form-input:-webkit-autofill::first-line {
            -webkit-text-fill-color: #f1f5f9 !important;
        }

        .newsletter-input {
            background-color: rgba(255, 255, 255, 0.9);
            color: #1f2937;
            border: 1px solid rgba(255, 255, 255, 0.4);
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .newsletter-input::placeholder {
            color: rgba(31, 41, 55, 0.6);
        }

        .newsletter-input:focus {
            background-color: #ffffff;
            color: #1f2937;
            border: 1px solid rgba(76, 175, 80, 0.6);
            box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.18);
        }

        .newsletter-input:-webkit-autofill,
        .newsletter-input:-webkit-autofill:hover,
        .newsletter-input:-webkit-autofill:focus,
        .newsletter-input:-webkit-autofill:active,
        .newsletter-input:-internal-autofill-selected {
            -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.9) inset !important;
            box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.9) inset !important;
            background-color: rgba(255, 255, 255, 0.9) !important;
            background-image: none !important;
            -webkit-background-clip: padding-box !important;
            -webkit-text-fill-color: #1f2937 !important;
            border: 1px solid rgba(76, 175, 80, 0.6) !important;
            transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 6000s ease 0s;
            caret-color: #1f2937;
        }

        .newsletter-input:focus:-webkit-autofill,
        .newsletter-input:focus:-internal-autofill-selected {
            -webkit-box-shadow: 0 0 0 1000px #ffffff inset, 0 0 0 2px rgba(76, 175, 80, 0.18) !important;
            box-shadow: 0 0 0 1000px #ffffff inset, 0 0 0 2px rgba(76, 175, 80, 0.18) !important;
            border: 1px solid rgba(76, 175, 80, 0.6) !important;
        }

        .newsletter-input:-moz-autofill,
        .newsletter-input:-moz-autofill:hover,
        .newsletter-input:-moz-autofill:focus,
        .newsletter-input:-moz-autofill:active {
            box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.9) inset !important;
            background-color: rgba(255, 255, 255, 0.9) !important;
            background-image: none !important;
            color: #1f2937 !important;
            border: 1px solid rgba(76, 175, 80, 0.6) !important;
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
            caret-color: #1f2937;
        }

        .newsletter-input:focus:-moz-autofill {
            box-shadow: 0 0 0 1000px #ffffff inset, 0 0 0 2px rgba(76, 175, 80, 0.18) !important;
            border: 1px solid rgba(76, 175, 80, 0.6) !important;
        }

        @supports selector(.newsletter-input:autofill) {
            .newsletter-input:autofill {
                box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.9) inset !important;
                background-color: rgba(255, 255, 255, 0.9) !important;
                background-image: none !important;
                color: #1f2937 !important;
                border: 1px solid rgba(76, 175, 80, 0.6) !important;
            }
            .newsletter-input:autofill:focus {
                box-shadow: 0 0 0 1000px #ffffff inset, 0 0 0 2px rgba(76, 175, 80, 0.18) !important;
                background-color: #ffffff !important;
                border: 1px solid rgba(76, 175, 80, 0.6) !important;
            }
        }

        .newsletter-input:-webkit-autofill::first-line {
            -webkit-text-fill-color: #1f2937 !important;
        }

        .footer-newsletter {
            width: 100%;
            gap: 1.25rem;
        }

        .footer-quick-links {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 0.75rem;
        }

        .footer-quick-links ul {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.75rem;
            width: 100%;
            max-width: 16rem;
            margin: 0 auto;
        }

        .footer-quick-links ul li a {
            justify-content: center;
        }

        .footer-connect {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 1.25rem;
        }

        .footer-socials {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .footer-socials a {
            width: 2.25rem;
            height: 2.25rem;
        }

        .footer-columns {
            gap: 2rem;
        }

        .footer-brand,
        .footer-column {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 0.75rem;
        }

        .footer-brand {
            grid-column: 1 / -1;
            align-items: center;
        }

        .footer-brand p {
            max-width: 20rem;
            text-align: center;
            margin: 0 auto;
            width: 100%;
        }

        .footer-brand-copy {
            font-weight: 600;
            line-height: 1.4;
            text-align: center;
        }

        .footer-logo {
            max-height: 4.5rem;
        }

        .newsletter-form {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
            width: 100%;
            max-width: 22rem;
        }

        .newsletter-button {
            width: 100%;
            border-radius: 0.75rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        @media (min-width: 640px) {
            .newsletter-form {
                flex-direction: row;
                align-items: stretch;
            }

            .newsletter-form .newsletter-input {
                border-radius: 0.75rem 0 0 0.75rem;
            }

            .newsletter-button {
                width: auto;
                border-radius: 0 0.75rem 0.75rem 0;
                padding-left: 1.5rem;
                padding-right: 1.5rem;
            }
        }

        @media (min-width: 640px) and (max-width: 1023px) {
            .footer-columns {
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 2.5rem;
            }

            .footer-brand {
                grid-column: 1 / -1;
                margin-bottom: 1rem;
                align-items: center;
                text-align: center;
            }

            .footer-brand p {
                text-align: center;
            }

            .footer-column {
                align-items: center;
                text-align: center;
                gap: 1.25rem;
            }

            .footer-column h4 {
                margin-left: auto;
                margin-right: auto;
            }

            .footer-quick-links ul {
                align-items: center;
            }

            .footer-quick-links ul li a {
                justify-content: center;
            }

            .footer-socials a {
                width: 2.4rem;
                height: 2.4rem;
            }
        }

        @media (min-width: 768px) {
            .footer-columns {
                grid-template-columns: 1fr auto auto auto;
                column-gap: 2rem;
                align-items: start;
                justify-items: start;
            }

            .footer-brand,
            .footer-column {
                align-items: flex-start;
                text-align: left;
            }

            .footer-brand {
                align-items: center;
                text-align: center;
                grid-column: 1 / span 1;
                margin-bottom: 0;
            }

            .footer-brand a {
                align-self: center;
            }

            .footer-brand p {
                max-width: 24rem;
                margin: 0 auto;
                text-align: center;
            }

            .footer-logo {
                max-height: 4.5rem;
            }

            .footer-newsletter {
                align-items: flex-start;
                text-align: left;
            }

            .footer-connect {
                align-items: center;
                text-align: center;
            }

            .footer-socials {
                flex-direction: column;
                gap: 1.2rem;
                flex-wrap: nowrap;
            }

            .footer-socials a {
                width: 2.5rem;
                height: 2.5rem;
            }

            .footer-quick-links {
                align-items: flex-start;
                text-align: left;
            }

            .footer-quick-links ul {
                align-items: flex-start;
                width: auto;
                max-width: none;
                margin: 0;
            }

            .footer-quick-links ul li a {
                justify-content: flex-start;
            }
        }

        @media (min-width: 1024px) {
            .footer-logo {
                max-height: 7rem;
            }

            .footer-socials a {
                width: 2.75rem;
                height: 2.75rem;
            }
        }

        @media (min-width: 768px) and (max-width: 1023px) {
            .footer-quick-links {
                align-items: center;
                text-align: center;
            }

            .footer-quick-links ul {
                align-items: center;
            }

            .footer-quick-links ul li a {
                justify-content: center;
            }
        }

        .section-gradient .form-input::placeholder {
            color: rgba(240, 245, 242, 0.65);
        }

        .section-gradient .form-input:focus {
            border-color: rgba(185, 255, 176, 0.75);
            box-shadow: 0 0 0 2px rgba(185, 255, 176, 0.35);
            background-color: #112a19;
        }

        .section-gradient .form-input:focus:-webkit-autofill,
        .form-input:focus:-webkit-autofill,
        .form-input:focus:-internal-autofill-selected {
            -webkit-box-shadow: 0 0 0 1000px #112a19 inset !important;
            box-shadow: 0 0 0 1000px #112a19 inset !important;
            background-color: #112a19 !important;
            background-image: none !important;
            border: 1px solid rgba(185, 255, 176, 0.75) !important;
        }

        .section-gradient .form-input:focus:-moz-autofill,
        .form-input:focus:-moz-autofill {
            box-shadow: 0 0 0 1000px #112a19 inset !important;
            background-color: #112a19 !important;
            background-image: none !important;
            border: 1px solid rgba(185, 255, 176, 0.75) !important;
        }

        .section-gradient.light-glass .alert-box {
            background: rgba(255, 255, 255, 0.12);
            border: 1px solid rgba(255, 255, 255, 0.25);
            color: #f1f5f9;
        }

        .section-gradient:not(.light-glass) .alert-box {
            background: rgba(15, 30, 20, 0.2);
            border: 1px solid rgba(185, 255, 176, 0.4);
            color: #f1f5f9;
            box-shadow: 0 0 16px rgba(185, 255, 176, 0.28);
        }

        .section-gradient:not(.light-glass) .step-card {
            background: rgba(15, 30, 20, 0.22);
        }

        .section-gradient.light-glass .stat-card {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.25);
            color: #f8fafc;
        }

        .section-gradient.light-glass .stat-card .accent-bar {
            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
        }

        .section-gradient.light-glass .stat-card p,
        .section-gradient.light-glass .stat-card h4,
        .section-gradient.light-glass .stat-card div {
            color: inherit;
        }

        .section-gradient:not(.light-glass) .stat-card {
            background: rgba(15, 30, 20, 0.22);
            border: 1px solid rgba(185, 255, 176, 0.35);
            color: #f1f5f9;
            box-shadow: 0 0 14px rgba(185, 255, 176, 0.25);
        }

        .section-gradient:not(.light-glass) .stat-card .accent-bar {
            background-image: linear-gradient(to right, rgba(185, 255, 176, 0.8), rgba(46, 125, 50, 0.4));
        }

        .section-gradient:not(.light-glass) .alert-bar {
            height: 4px;
            border-radius: 9999px;
            background-image: linear-gradient(to right, rgba(185, 255, 176, 0.8), rgba(46, 125, 50, 0.4));
        }

        .green-yellow-gradient {
            background: linear-gradient(135deg, rgba(46, 125, 50, 0.9), rgba(255, 193, 7, 0.7));
        }
        
        .yellow-green-gradient {
            background: linear-gradient(135deg, rgba(255, 193, 7, 0.9), rgba(76, 175, 80, 0.7));
        }
        
        .dark-gradient {
            background: linear-gradient(135deg, rgba(33, 33, 33, 0.95), rgba(66, 66, 66, 0.85));
        }
        
        .glass-card {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.18);
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
        }

        .glass-dark {
            background: rgba(33, 33, 33, 0.7);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
        }
        
        .green-gradient-card {
            background-image: linear-gradient(to right, var(--primary-dark), var(--primary-color));
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
        }
        
        .glass-green {
            background: rgba(76, 175, 80, 0.15);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(76, 175, 80, 0.3);
        }
        
        .glass-yellow {
            background: rgba(255, 193, 7, 0.15);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 193, 7, 0.3);
        }

        .benefits-section {
            position: relative;
            color: #fff;
            overflow: hidden;
        }

        .benefits-section::before {
            content: "";
            position: absolute;
            inset: -20px;
            background-image: url('./assets/workers1.webp');
            background-size: cover;
            background-position: center;
            z-index: 0;
        }

        .benefits-section::after {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(9, 41, 20, 0.55);
            z-index: 1;
        }

        .benefits-section > .container {
            position: relative;
            z-index: 2;
        }

        .benefits-section h2,
        .benefits-section p.text-xl {
            color: #fff;
        }

        .benefits-section .benefit-box {
            background: rgba(255, 255, 255, 0.18);
            border: 1px solid rgba(255, 255, 255, 0.25);
            color: #f1f5f9;
            transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease;
            transform: scale(1);
            transform-origin: center;
            will-change: transform, box-shadow;
        }

        .benefits-section .benefit-box p,
        .benefits-section .benefit-box h3 {
            color: #f8fafc;
        }

        .benefits-section .benefit-icon {
            border-color: rgba(255, 255, 255, 0.35);
        }

        .benefits-section .benefit-box:hover {
            transform: scale(1.03);
            box-shadow: 0 20px 38px rgba(0, 0, 0, 0.28);
        }
        
        .btn-primary {
            background-image: linear-gradient(to right, var(--primary-color), var(--primary-dark));
            color: white;
            padding: 14px 32px;
            border-radius: 6px;
            font-weight: 600;
            transition: all 0.3s ease, box-shadow 0.3s ease;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
            border: 1px solid transparent;
        }
        
        .btn-primary:hover {
            background: rgba(185, 255, 176, 0.15);
            color: #b9ffb0;
            transform: translateY(-2px);
            box-shadow: 0 0 18px rgba(185, 255, 176, 0.55);
            border: 1px solid rgba(185, 255, 176, 0.6);
        }
        
        .btn-secondary {
            background-image: linear-gradient(to right, var(--secondary-color), var(--secondary-dark));
            color: var(--dark-color);
            padding: 12px 28px;
            border-radius: 6px;
            font-weight: 600;
            transition: all 0.3s ease;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
        }
        
        .btn-secondary:hover {
            background-image: linear-gradient(to right, var(--secondary-dark), var(--secondary-color));
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 193, 7, 0.6);
        }
        
        .section-title {
            position: relative;
            margin-bottom: 2.5rem;
        }
        
        .section-title:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 80px;
            height: 4px;
            background-image: linear-gradient(to right, var(--secondary-color), var(--primary-color));
        }
        
        .section-title.text-center:after {
            left: 50%;
            transform: translateX(-50%);
        }

        .gradient-accent-top {
            position: relative;
            overflow: hidden;
        }

        .gradient-accent-top:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background-image: linear-gradient(to right, rgba(185, 255, 176, 0.85), rgba(46, 125, 50, 0.6));
        }

        .gradient-accent-bottom {
            position: relative;
            overflow: hidden;
        }

        .gradient-accent-bottom:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 4px;
            border-radius: 999px;
            background-image: linear-gradient(to right, rgba(185, 255, 176, 0.85), rgba(46, 125, 50, 0.6));
        }

        .vertical-gradient-accent {
            position: relative;
            overflow: hidden;
        }

        .vertical-gradient-accent:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 5px;
            background-image: linear-gradient(to bottom, rgba(185, 255, 176, 0.85), rgba(46, 125, 50, 0.6));
        }

        .feature-card {
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.2);
        }
        
        .benefit-icon {
            background-image: linear-gradient(135deg, rgba(76, 175, 80, 0.1), rgba(255, 193, 7, 0.1));
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            transition: all 0.3s ease;
            border: 2px solid rgba(76, 175, 80, 0.3);
            overflow: hidden;
        }

        .benefit-box:hover .benefit-icon {
            background: rgba(185, 255, 176, 0.15);
            border-color: rgba(185, 255, 176, 0.6);
            box-shadow: 0 0 18px rgba(185, 255, 176, 0.45);
            color: inherit;
        }

        .benefit-box:hover .benefit-icon i {
            color: #b9ffb0;
            text-shadow: 0 0 8px rgba(185, 255, 176, 0.7);
        }
        
        .nav-link {
            position: relative;
            font-weight: 500;
            display: flex;
            align-items: center;
            height: 100%;
        }
        
        .nav-link:after {
            content: "";
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -5px;
            left: 0;
            background-color: var(--primary-color);
            transition: width 0.3s ease;
        }

        .nav-link:hover:after {
            width: 100%;
        }

        .nav-link {
            transition: color 0.3s ease, text-shadow 0.3s ease;
        }

        .nav-link:hover {
            color: #b9ffb0;
            text-shadow: 0 0 8px rgba(185, 255, 176, 0.7);
        }

        .footer-curve a {
            transition: color 0.3s ease, text-shadow 0.3s ease;
            color: inherit;
        }

        .footer-curve a:hover {
            color: #b9ffb0;
            text-shadow: 0 0 8px rgba(185, 255, 176, 0.7);
        }

        .footer-curve a:hover i {
            color: #b9ffb0;
        }

        .footer-curve .glass-dark {
            transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
            background: transparent !important;
            color: var(--primary-dark);
            border: 1px solid rgba(46, 125, 50, 0.3);
        }

        .footer-curve .glass-dark:hover {
            background: transparent !important;
            color: #b9ffb0 !important;
            border-color: rgba(185, 255, 176, 0.6);
            box-shadow: 0 0 15px rgba(185, 255, 176, 0.6);
        }

        .footer-curve form input[type="email"] {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(0, 0, 0, 0.85);
            color: #0b0b0b;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            width: 100%;
            min-height: 48px;
            font-size: 0.85rem;
            padding: 0.6rem 1rem;
        }

        .footer-curve form input[type="email"]::placeholder {
            color: rgba(0, 0, 0, 0.75);
            font-size: 0.85rem;
        }

        .footer-curve form button[type="submit"] {
            background: transparent;
            border: 1px solid rgba(46, 125, 50, 0.8);
            color: #2e7d32;
            transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
            padding: 0.65rem 1.2rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 48px;
            font-size: 0.85rem;
        }

        .footer-curve form button[type="submit"]:hover {
            background: rgba(185, 255, 176, 0.1);
            color: #b9ffb0;
            border-color: rgba(185, 255, 176, 0.6);
            box-shadow: 0 0 12px rgba(185, 255, 176, 0.5);
        }

        .footer-curve form {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 0.75rem;
            align-items: stretch;
        }

        @media (max-width: 1024px) {
            .footer-curve form {
                grid-template-columns: minmax(0, 1fr) auto;
                gap: 0.6rem;
            }

            .footer-curve form input[type="email"] {
                font-size: 0.8rem;
                padding: 0.5rem 0.8rem;
            }

            .footer-curve form button[type="submit"] {
                padding: 0.55rem 0.9rem;
                font-size: 0.8rem;
            }
        }

        .glow-link {
            display: inline-flex;
            align-items: center;
            transition: color 0.3s ease, filter 0.3s ease, text-shadow 0.3s ease, box-shadow 0.3s ease;
            border-radius: 10px;
        }

        .glow-link:hover {
            color: #b9ffb0;
            filter: drop-shadow(0 0 10px rgba(185, 255, 176, 0.65));
            text-shadow: 0 0 8px rgba(185, 255, 176, 0.7);
            box-shadow: 0 0 16px rgba(76, 175, 80, 0.45);
        }

        .glow-link img {
            transition: filter 0.3s ease;
        }

        .glow-link:hover img {
            filter: drop-shadow(0 0 12px rgba(76, 175, 80, 0.9));
        }

        .language-link {
            display: inline-flex;
            align-items: center;
            padding: 2px;
            border-radius: 9999px;
            border: 1px solid transparent;
            color: inherit;
            transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
        }

        .language-link img {
            pointer-events: none;
            height: 28px;
            width: 28px;
        }

        @media (max-width: 480px) {
            .language-link {
                padding: 1.5px;
            }

            .language-link img {
                height: 24px;
                width: 24px;
            }
        }

        .language-link:hover {
            transform: translateY(-1px);
            border-color: rgba(185, 255, 176, 0.6);
            box-shadow: 0 0 12px rgba(185, 255, 176, 0.5);
            color: #b9ffb0;
        }

        .language-link.active {
            border-color: rgba(185, 255, 176, 0.7);
            box-shadow: 0 0 14px rgba(185, 255, 176, 0.55);
            color: #b9ffb0;
        }

        @media (max-width: 820px) {
            .footer-curve form {
                grid-template-columns: 1fr;
            }

            .footer-curve form button[type="submit"] {
                width: 100%;
            }
        }

        .footer-curve h4 {
            border-color: rgba(46, 125, 50, 0.75) !important;
        }

        .footer-curve .border-t {
            border-color: rgba(46, 125, 50, 0.75) !important;
        }
        
        .slide-in-left {
            animation: slideInLeft 1s both;
        }
        
        .slide-in-right {
            animation: slideInRight 1s both;
        }
        
        .fade-in {
            animation: fadeIn 1.5s both;
        }

        .science-grid {
            grid-template-columns: 1fr;
        }

        @media (min-width: 1024px) {
            .science-grid {
                grid-template-columns: 5fr 1fr;
            }
        }

        .equal-height-grid {
            align-items: stretch;
            gap: inherit;
        }

        .equal-height-grid > * {
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .equal-height-grid {
            gap: 20px;
        }

        .equal-height-grid > * > .glass-card {
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .about-section .equal-height-grid {
            gap: 24px;
        }

.about-section .equal-height-grid > .reveal > .glass-card {
            border: 1px solid rgba(185, 255, 176, 0.6);
            box-shadow: 0 0 18px rgba(185, 255, 176, 0.35);
            transition: box-shadow 0.3s ease, border-color 0.3s ease;
        }

        .logo-responsive {
            max-width: 100%;
            height: auto;
            width: auto;
            object-fit: contain;
        }
        
        @keyframes slideInLeft {
            from {
                transform: translateX(-50px);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }
        
        @keyframes slideInRight {
            from {
                transform: translateX(50px);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }
        
        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        
        .sticky-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    transition: all 0.3s ease;
    background-image: linear-gradient(to right, var(--secondary-color), var(--secondary-dark));
}

.sticky-nav.hidden-up {
    transform: translateY(-100%);
    opacity: 0;
}
        
        /* Animation trigger for scrolling */
        .reveal {
            position: relative;
            opacity: 0;
            transition: all 1s ease;
        }
        
        .reveal.active {
            opacity: 1;
        }
        
        .reveal.active.fade-bottom {
            animation: fadeInUp 1s ease-in-out;
        }
        
        @keyframes fadeInUp {
            0% {
                opacity: 0;
                transform: translateY(40px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* Custom image styles */
        .image-border {
            border: 5px solid var(--white-color);
            box-shadow: 0 15px 35px rgba(0,0,0,0.2);
            transition: all 0.5s ease;
        }

        .image-border:hover {
            transform: scale(1.08);
            box-shadow: 0 22px 48px rgba(0,0,0,0.35);
        }

        .hero-image.image-border {
            transform: scale(1);
        }

        .hero-image.image-border:hover {
            transform: scale(1.08) rotate(4deg);
        }
        
        /* Quote style */
        .quote {
            font-style: italic;
            position: relative;
            padding: 30px 40px;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
        }
        
        .quote:before, .quote:after {
            content: "\"";
            font-family: 'Playfair Display', serif;
            font-size: 72px;
            position: absolute;
            color: rgba(76, 175, 80, 0.2);
        }
        
        .quote:before {
            top: -20px;
            left: 10px;
        }
        
        .quote:after {
            content: "\"";
            bottom: -50px;
            right: 10px;
        }
        
        /* Comparison container */
        .comparison-container {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.2);
            transition: all 0.5s ease;
        }
        
        .comparison-container:hover {
            transform: scale(1.02);
            box-shadow: 0 20px 40px rgba(0,0,0,0.3);
        }
        
        /* Step card */
        .step-card {
            border-left: none;
            transition: none;
            background: rgba(255, 255, 255, 0.12);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-radius: 0 8px 8px 0;
            box-shadow: none;
        }

        .step-card:hover {
            background: rgba(255, 255, 255, 0.12);
            transform: none;
            box-shadow: none;
        }
        
        /* Alert box */
        .alert-box {
            background: rgba(255, 193, 7, 0.1);
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            border-left: 4px solid var(--secondary-color);
            padding: 20px;
            border-radius: 0 8px 8px 0;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        /* Contact form styles */
        .form-input {
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            padding: 14px 18px;
            width: 100%;
            transition: all 0.3s ease;
            background: rgba(255, 255, 255, 0.8);
        }
        
        .form-input:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
            outline: none;
            background: rgba(255, 255, 255, 1);
        }
        
        .contact-card {
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .contact-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.2);
        }
        
        .icon-circle {
            transition: all 0.3s ease;
        }
        
        .contact-card:hover .icon-circle {
            background: var(--primary-color) !important;
            color: white !important;
            transform: scale(1.1);
        }
        
        .pattern-bg {
            background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%234CAF50' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            background-color: var(--light-color);
        }
        
        .leaf-pattern-bg {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 80 80'%3E%3Cg fill='%234CAF50' fill-opacity='0.05'%3E%3Cpath d='M0 0h80v80H0V0zm20 20v40h40V20H20zm20 35a15 15 0 1 1 0-30 15 15 0 0 1 0 30z' opacity='.5'/%3E%3Cpath d='M15 15h50l-5 5H20v40l-5 5V15zm0 50h50V15L80 0v80H0l15-15zm32.07-32.07l3.54-3.54A15 15 0 0 1 29.4 50.6l3.53-3.53a10 10 0 1 0 14.14-14.14zM32.93 47.07a10 10 0 1 1 14.14-14.14L32.93 47.07z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }

        .about-section {
            background-image: linear-gradient(to right, var(--dark-color), var(--primary-dark));
            color: #fff;
        }

        .about-section .glass-card,
        .about-section .glass-green,
        .about-section .glass-yellow {
            background: rgba(0, 0, 0, 0.45);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: #f8fafc;
        }

        .about-section .glass-green {
            background: rgba(0, 0, 0, 0.35);
            border-color: rgba(255, 255, 255, 0.25);
        }

        .about-section .glass-yellow {
            background: rgba(0, 0, 0, 0.4);
            border-color: rgba(255, 255, 255, 0.3);
        }

        .about-section .glass-card a,
        .about-section .glass-card strong,
        .about-section .glass-card span,
        .about-section .glass-card p,
        .about-section .glass-card li,
        .about-section .glass-card h3,
        .about-section .glass-card h4 {
            color: inherit;
        }

        .about-section h2,
        .about-section p.text-xl {
            color: #fff;
        }

        .footer-curve {
            position: relative;
            background-image: linear-gradient(to right, var(--secondary-color), var(--secondary-dark));
        }
        
        .footer-curve:before {
            content: '';
            position: absolute;
            top: -70px;
            left: 0;
            width: 100%;
            height: 70px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 70'%3E%3Cpath fill='%23212121' fill-opacity='1' d='M0,32L120,42.7C240,53,480,75,720,69.3C960,64,1200,32,1320,16L1440,0L1440,100L1320,100C1200,100,960,100,720,100C480,100,240,100,120,100L0,100Z'%3E%3Cpath%3E%3C/svg%3E");
            background-size: cover;
            background-position: center;
        }
        
        .stat-card {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: all 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.7);
        }
        
        .stat-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
        }
        
        .stat-card .accent-bar {
            height: 5px;
            background-image: linear-gradient(to right, var(--primary-color), var(--secondary-color));
        }
        
        /* Fixed: Mobile menu only shows on small screens */
        .mobile-menu-btn {
            display: none; /* Hidden by default on all screens */
        }
        
        .desktop-menu {
            display: flex; /* Visible by default on all screens */
        }
        
        .mobile-menu {
            transform: translateY(-100%);
            opacity: 0;
            pointer-events: none;
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            position: absolute;
            top: 84px;
            left: 0;
            right: 0;
            background: linear-gradient(135deg, rgba(15, 30, 20, 0.97), rgba(46, 125, 50, 0.92));
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
            padding: 24px 20px;
            z-index: 40;
            border-bottom-left-radius: 18px;
            border-bottom-right-radius: 18px;
        }

        .mobile-menu .mobile-nav-link,
        .mobile-menu .language-link {
            color: #f1f5f9;
        }

        .mobile-menu .mobile-nav-link:hover {
            color: var(--primary-light);
        }

        .mobile-menu .language-link.active {
            border-bottom: 2px solid var(--primary-light);
        }

@media (max-width: 1024px) { /* Changed from 768px to 1024px */
    header .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

            .mobile-menu-btn {
                display: block; /* Only show on mobile screens */
            }
            
            .desktop-menu {
                display: none; /* Hide desktop menu on mobile screens */
            }
            
            .mobile-menu.is-open {
                transform: translateY(0);
                opacity: 1;
                pointer-events: auto; /* Enable clicks when open */
            }
            
            .mobile-nav-link {
                padding: 12px 0;
                border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            }

            header .flex.items-center a.text-2xl {
                font-size: 1.2rem; /* Adjust logo size */
            }

            header .flex.items-center span.text-sm {
                font-size: 0.75rem; /* Adjust accompanying text size */
            }

            /* Hero Section adjustments */
            .hero-gradient .container {
                padding-top: 3rem;
                padding-bottom: 3rem;
            }

            .hero-gradient .container .grid {
                gap: 2rem; /* Adjust gap between stacked columns */
            }

            /* Hero Section text adjustments */
            .hero-gradient .container h1 {
                font-size: 2.5rem; /* Smaller h1 on mobile */
            }
            .hero-gradient .container p.text-xl {
                font-size: 1.125rem; /* Smaller paragraph text */
            }
             .hero-gradient .container p.mb-10 {
                font-size: 0.9rem; /* Smaller paragraph text */
                margin-bottom: 1.5rem; /* Adjust margin */
            }
             .hero-gradient .container .btn-primary,
             .hero-gradient .container .btn-secondary {
                 padding: 10px 20px; /* Smaller button padding */
                 font-size: 0.9rem; /* Smaller button text */
             }

            /* Hero Section text adjustments */
            .hero-gradient .container h1 {
                font-size: 2.5rem; /* Smaller h1 on mobile */
            }
            .hero-gradient .container p.text-xl {
                font-size: 1.125rem; /* Smaller paragraph text */
            }
             .hero-gradient .container p.mb-10 {
                font-size: 0.9rem; /* Smaller paragraph text */
                margin-bottom: 1.5rem; /* Adjust margin */
            }
             .hero-gradient .container .btn-primary,
             .hero-gradient .container .btn-secondary {
                 padding: 10px 20px; /* Smaller button padding */
                 font-size: 0.9rem; /* Smaller button text */
             }


            /* About Section adjustments */
            #about .container {
                padding-left: 1rem;
                padding-right: 1rem;
            }

            #about .glass-card {
                padding: 1.5rem; /* Adjust padding for glass cards */
            }

            #about .glass-green {
                padding: 1rem; /* Adjust padding for nested glass-green */
            }

            #about .grid {
                gap: 2rem; /* Adjust gap between grid items */
            }

            /* About Section text adjustments */
            #about h2 {
                font-size: 1.75rem; /* Smaller h2 */
            }
             #about p.text-xl {
                font-size: 1rem; /* Smaller p */
            }
             #about h3 {
                 font-size: 1.3rem; /* Smaller h3 */
             }
             #about p.mb-6, #about .glass-yellow p.text-lg {
                 font-size: 0.9rem; /* Smaller paragraph text */
             }
             #about .glass-green strong {
                 font-size: 1rem; /* Smaller strong text */
             }
              #about .glass-green span {
                 font-size: 0.85rem; /* Smaller span text */
             }
             #about .alert-box p {
                 font-size: 1rem; /* Smaller alert text */
             }
             #about .text-sm { /* Adjust image caption */
                 font-size: 0.75rem;
             }


            /* Benefits Section adjustments */
            #benefits .container {
                padding-left: 1rem;
                padding-right: 1rem;
            }

            #benefits .benefit-box {
                padding: 1.5rem; /* Adjust padding for benefit boxes */
            }

            #benefits .grid {
                gap: 2rem; /* Adjust gap between grid items */
            }

            /* Benefits Section text adjustments */
            #benefits h2 {
                 font-size: 1.75rem; /* Smaller h2 */
            }
             #benefits p.text-xl {
                 font-size: 1rem; /* Smaller p */
             }
             #benefits .benefit-box h3 {
                 font-size: 1.1rem; /* Smaller h3 */
             }
             #benefits .benefit-box p {
                 font-size: 0.9rem; /* Smaller p */
             }


            /* Science Section adjustments */
            #science .container {
                padding-left: 1rem;
                padding-right: 1rem;
            }

            #science .glass-card {
                padding: 1.5rem; /* Adjust padding for glass cards */
            }

            #science .grid {
                gap: 2rem; /* Adjust gap between grid items */
            }

            #science .grid .grid { /* Adjust gap for nested image grid */
                gap: 1rem;
            }

            /* Science Section text adjustments */
             #science h2 {
                 font-size: 1.75rem; /* Smaller h2 */
             }
             #science p.text-xl {
                 font-size: 1rem; /* Smaller p */
             }
             #science h3 {
                 font-size: 1.3rem; /* Smaller h3 */
             }
             #science p.mb-6, #science .stat-card p {
                 font-size: 0.9rem; /* Smaller paragraph text */
             }
             #science .glass-green strong {
                 font-size: 1rem; /* Smaller strong text */
             }
             #science .glass-green li > div:last-child { /* Target text after strong */
                 font-size: 0.85rem;
             }
             #science .text-sm { /* Adjust image caption */
                 font-size: 0.75rem;
             }
             #science .stat-card h4 {
                 font-size: 1rem; /* Smaller h4 */
             }
             #science .stat-card div.text-4xl {
                 font-size: 2rem; /* Smaller stat number */
             }
             #science .alert-box p {
                 font-size: 0.9rem; /* Smaller alert text */
             }
             #science .quote {
                 font-size: 1.1rem; /* Smaller quote text */
                 padding: 20px 30px;
             }


            /* Application Section adjustments */
            #application .container {
                padding-left: 1rem;
                padding-right: 1rem;
            }

            #application .glass-card {
                padding: 1.5rem; /* Adjust padding for glass cards */
            }

            #application .step-card {
                padding-left: 1rem; /* Adjust padding for step cards */
                padding-top: 0.75rem;
                padding-bottom: 0.75rem;
            }

             #application .glass-yellow {
                padding: 1rem; /* Adjust padding for nested glass-yellow */
            }

            #application .grid {
                gap: 2rem; /* Adjust gap between grid items */
            }

            /* Application Section text adjustments */
            #application h2 {
                font-size: 1.75rem; /* Smaller h2 */
            }
            #application p.text-xl {
                font-size: 1rem; /* Smaller p */
            }
            #application .step-card h3 {
                font-size: 1.1rem; /* Smaller h3 */
            }
            #application .step-card p {
                font-size: 0.9rem; /* Smaller p */
            }
            #application .glass-yellow h3 {
                font-size: 1.1rem; /* Smaller h3 */
            }
            #application .glass-yellow strong {
                font-size: 1rem; /* Smaller strong */
            }
             #application .glass-yellow li > div:last-child { /* Target text after strong */
                 font-size: 0.85rem;
             }


            /* Contact Section adjustments */
            #contact .container {
                padding-left: 1rem;
                padding-right: 1rem;
            }

            #contact .glass-card {
                padding: 1.5rem; /* Adjust padding for glass cards */
            }

             #contact .green-gradient-card {
                padding: 1.5rem; /* Adjust padding for green gradient card */
            }

            #contact .grid {
                gap: 2rem; /* Adjust gap between grid items */
            }

            #contact form .grid { /* Adjust gap for form grid */
                gap: 1rem;
            }

            /* Contact Section text adjustments */
            #contact h2 {
                 font-size: 1.75rem; /* Smaller h2 */
            }
             #contact p.text-xl {
                 font-size: 1rem; /* Smaller p */
             }
             #contact h3 {
                 font-size: 1.3rem; /* Smaller h3 */
             }
             #contact form label {
                 font-size: 0.9rem; /* Smaller labels */
             }
             #contact form button {
                 padding: 10px 20px; /* Smaller button padding */
                 font-size: 0.9rem; /* Smaller button text */
             }
             #contact .contact-card h4 {
                 font-size: 1rem; /* Smaller h4 */
             }
             #contact .contact-card a, #contact .contact-card p {
                 font-size: 0.9rem; /* Smaller contact text */
             }
             #contact .green-gradient-card p {
                 font-size: 0.9rem; /* Smaller paragraph text */
             }

            /* Footer adjustments */
            footer .container {
                padding-left: 1rem;
                padding-right: 1rem;
            }

            footer .grid > div { /* Center text in footer columns on mobile */
                text-align: center;
            }

            footer .grid > div .border-b { /* Center footer headings */
                 margin-left: auto;
                 margin-right: auto;
            }

            footer .grid > div ul { /* Center quick links */
                display: inline-block;
                text-align: left;
            }

             footer .grid > div .flex.space-x-4 { /* Center social icons */
                justify-content: center;
            }

            footer .border-t { /* Adjust spacing and center bottom footer links */
                text-align: center;
                padding-top: 1rem;
                margin-top: 1.5rem;
            }

             footer .border-t .flex {
                 justify-content: center;
                 margin-top: 0.5rem;
             }

            /* Footer text adjustments */
            footer .text-2xl {
                font-size: 1.2rem; /* Smaller logo */
            }
            footer p {
                font-size: 0.85rem; /* Smaller paragraph text */
            }
            footer h4 {
                font-size: 1rem; /* Smaller heading */
            }
            footer ul a {
                font-size: 0.85rem; /* Smaller quick links */
            }
            footer .border-t p, footer .border-t a {
                font-size: 0.75rem; /* Smaller copyright/legal links */
            }
        }
