* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Noto Sans Sinhala', sans-serif;
            background: #fbfaf5;
            color: #1e2a1c;
            line-height: 1.5;
            overflow-x: hidden;
        }

        /* container */
        .container {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 32px;
        }

        .navbar {
            background: rgba(255, 255, 255, 0.96);
            backdrop-filter: blur(8px);
            box-shadow: 0 2px 18px rgba(0, 0, 0, 0.04);
            position: sticky;
            top: 0;
            z-index: 1000;
            border-bottom: 1px solid #e6edd9;
        }

        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.85rem 0;
            flex-wrap: wrap;
        }

        .logo-area {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .small-logo-img {
            width: 48px;
            height: 48px;
            border-radius: 32px;
            object-fit: cover;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
            border: 1px solid #e2eace;
        }

        .logo-text h1 {
            font-size: 1.25rem;
            font-weight: 800;
            line-height: 1.2;
            color: #155a2c;
        }

        .logo-text p {
            font-size: 0.68rem;
            font-weight: 500;
            color: #6b7c5e;
        }

        .menu-toggle {
            background: #f2f6ea;
            border: 1px solid #d0e0b6;
            border-radius: 60px;
            font-size: 1.4rem;
            cursor: pointer;
            color: #2b6e3c;
            transition: all 0.2s;
            padding: 8px 20px;
            display: none;
            align-items: center;
            gap: 10px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.03);
        }

        .menu-toggle i {
            font-size: 1.3rem;
        }

        .menu-toggle span {
            font-size: 0.85rem;
            font-weight: 600;
            font-family: 'Noto Sans Sinhala', sans-serif;
        }

        .nav-links {
            display: flex;
            gap: 2rem;
            align-items: center;
        }

        .nav-links a {
            text-decoration: none;
            font-weight: 500;
            color: #2b4b2a;
            font-size: 12px;
            padding: 6px 0;
            transition: 0.2s;
            white-space: nowrap;
        }

        .nav-links a:hover {
            color: #e68a2e;
        }

        .login-btn-nav {
            background: linear-gradient(105deg, #e68a2e, #c46f1a);
            border: none;
            padding: 8px 24px;
            border-radius: 40px;
            color: white;
            font-weight: 700;
            font-size: 0.9rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: 0.2s;
        }

        .login-btn-nav:hover {
            background: #b55d14;
            transform: scale(0.97);
        }

        @media (max-width: 850px) {
            .menu-toggle {
                display: flex;
            }
            .nav-links {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
                gap: 1.2rem;
                padding: 1.4rem 0 1.2rem;
                border-top: 1px solid #e2eace;
                margin-top: 0.6rem;
            }
            .nav-links.show {
                display: flex;
            }
            .nav-links a {
                white-space: normal;
                width: 100%;
            }
            .login-btn-nav {
                width: auto;
                justify-content: center;
            }
        }

        .full-section {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 3rem 0;
            scroll-margin-top: 70px;
        }

        .hero-bg {
            background: linear-gradient(125deg, #fbf6e9 0%, #eef3e3 100%);
        }

        .hero-grid {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 2.5rem;
            width: 100%;
        }

        .hero-content {
            flex: 1.2;
        }

        .hero-badge {
            background: rgba(230, 138, 46, 0.12);
            display: inline-block;
            padding: 5px 16px;
            border-radius: 40px;
            font-size: 0.75rem;
            font-weight: 700;
            color: #bc711f;
            margin-bottom: 1rem;
        }

        .hero-content h1 {
            font-size: 2.6rem;
            font-weight: 800;
            line-height: 1.2;
            color: #1a4725;
        }

        .hero-highlight {
            color: #e68a2e;
            border-bottom: 2px solid #ffcd94;
        }

        .hero-desc {
            font-size: 1rem;
            color: #3b5a35;
            margin: 1.2rem 0 1.8rem;
            max-width: 540px;
        }

        .hero-buttons {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .btn-primary {
            background: #236b3a;
            border: none;
            padding: 11px 28px;
            border-radius: 44px;
            color: white;
            font-weight: 700;
            font-size: 0.9rem;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: 0.2s;
        }

        .btn-secondary {
            background: white;
            border: 1px solid #cddbb6;
            padding: 11px 28px;
            border-radius: 44px;
            font-weight: 600;
            font-size: 0.9rem;
            cursor: pointer;
            transition: 0.2s;
        }

        .hero-visual {
            flex: 0.9;
        }
        .hero-visual img {
            width: 100%;
            border-radius: 32px;
            max-height: 320px;
            object-fit: cover;
            box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.12);
        }


        .services-bg {
            background: #ffffff;
        }
        .section-title {
            font-size: 2rem;
            font-weight: 800;
            text-align: center;
            color: #1a4725;
            margin-bottom: 0.5rem;
        }
        .section-sub {
            text-align: center;
            color: #5e7354;
            font-size: 0.9rem;
            margin-bottom: 2.5rem;
            max-width: 680px;
            margin-left: auto;
            margin-right: auto;
        }
        .cards-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 2rem;
            width: 100%;
        }
        .service-card {
            background: white;
            border-radius: 32px;
            padding: 1.8rem 1.2rem;
            box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.08);
            border: 1px solid #e9efdd;
            transition: all 0.3s;
            text-align: center;
        }
        .service-card:hover {
            transform: translateY(-6px);
            border-color: #e6a141;
            box-shadow: 0 28px 32px -18px rgba(110, 70, 10, 0.15);
        }
        .card-icon {
            background: #f7f0e0;
            width: 70px;
            height: 70px;
            margin: 0 auto 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 35px;
            font-size: 1.9rem;
            color: #e68a2e;
        }
        .service-card h3 {
            font-size: 1.2rem;
            margin-bottom: 0.5rem;
        }
        .service-card p {
            font-size: 0.85rem;
            color: #5c6e51;
        }

        .stats-bg {
            background: linear-gradient(125deg, #173821, #216a38);
        }
        .stats-section {
            width: 100%;
            border-radius: 56px;
            padding: 2.5rem 2rem;
            background: rgba(0,0,0,0.1);
            backdrop-filter: blur(2px);
        }
        .stats-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 2rem;
            text-align: center;
        }
        .stat-item {
            flex: 1;
            min-width: 150px;
        }
        .stat-item h2 {
            font-size: 2.4rem;
            font-weight: 800;
            color: #ffdfa5;
        }
        .stat-item p {
            font-size: 0.9rem;
            font-weight: 500;
            color: #e2f0cf;
        }

        .announcement-bg {
            background: #fefaf0;
        }
        .announcement-card {
            background: #ffffffdd;
            backdrop-filter: blur(4px);
            border-radius: 48px;
            padding: 1.8rem 2.2rem;
            border-left: 8px solid #e6a141;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1.2rem;
            width: 100%;
            box-shadow: 0 12px 28px rgba(0,0,0,0.04);
        }
        .announce-text {
            font-size: 1rem;
            font-weight: 500;
        }
        .small-login-btn {
            background: #e68a2e;
            border: none;
            padding: 10px 28px;
            border-radius: 44px;
            font-weight: 700;
            font-size: 0.85rem;
            color: white;
            cursor: pointer;
            transition: 0.2s;
            display: flex;
            gap: 8px;
            align-items: center;
        }

        footer {
            background: #0f2b15;
            color: #cfdebd;
            padding: 2rem 0 1.5rem;
            font-size: 0.8rem;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1.8rem;
        }

        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.75);
            align-items: center;
            justify-content: center;
            z-index: 1100;
        }
        .modal-content {
            background: #fffdf5;
            max-width: 500px;
            width: 90%;
            border-radius: 44px;
            overflow: hidden;
        }
        .modal-header {
            background: #e68a2e;
            padding: 1rem 1.4rem;
            display: flex;
            justify-content: space-between;
            font-weight: 700;
            color: white;
        }
        .modal-body {
            padding: 1.8rem;
        }
        .close-modal {
            font-size: 1.8rem;
            cursor: pointer;
            background: none;
            border: none;
            color: white;
        }
        input {
            width: 100%;
            padding: 10px 16px;
            border-radius: 60px;
            border: 1px solid #ddd3b0;
            margin: 8px 0 16px;
        }

        @media (max-width: 768px) {
            .container {
                padding: 0 20px;
            }
            .hero-content h1 {
                font-size: 2rem;
            }
            .section-title {
                font-size: 1.7rem;
            }
            .stats-grid {
                flex-direction: column;
                gap: 1.5rem;
            }
            .full-section {
                padding: 2.5rem 0;
                min-height: auto; 
            }
            .announcement-card {
                flex-direction: column;
                text-align: center;
            }
            .hero-grid {
                flex-direction: column-reverse;
            }
        }

        @media (min-width: 769px) {
            .full-section {
                min-height: 100vh;
            }
        }