/* =========================================
           TOP BAR
        ========================================= */

        .top-bar {
            background: #e98d8d;
            color: #ffffff;
            min-height: 38px;

            display: flex;
            align-items: center;
            justify-content: flex-end;

            padding: 6px 5%;
            font-size: 14px;
            font-weight: 600;
        }


        /* =========================================
           NAVBAR
        ========================================= */

        .main-navbar {
            background: #ffffff;
            min-height: 90px;
            padding: 8px 5%;
        }


        .logo-wrapper {
            display: flex;
            align-items: center;
            gap: 18px;
        }


        .logo-haryana {
            width: 105px;
            height: auto;
        }


        .logo-digital {
            width: 105px;
            height: auto;
        }


        .logo-make-india {
            width: 120px;
            height: auto;
        }


        .navbar-nav {
            gap: 18px;
        }


        .bilingual-nav-link {
            display: flex !important;
            align-items: center;
            gap: 9px;

            color: #555 !important;

            padding: 8px 12px !important;
        }


        .bilingual-nav-link i {
            font-size: 23px;
            color: #4285f4;
        }


        .nav-text {
            display: flex;
            flex-direction: column;
            align-items: center;

            line-height: 1.15;
        }


        .nav-text strong {
            font-size: 15px;
            font-weight: 600;
        }


        .nav-text small {
            font-size: 12px;
            margin-top: 3px;
        }


        /* =========================================
           PAGE HERO
        ========================================= */

        .about-hero {
            padding: 70px 15px;
        }


        .about-hero-inner {
            max-width: 1250px;
            margin: auto;

            background:
                linear-gradient(
                    135deg,
                    #174d88,
                    #2369a8
                );

            border-radius: 24px;

            padding: 70px 60px;

            color: #ffffff;

            position: relative;
            overflow: hidden;
        }


        .about-hero-inner::after {
            content: "";

            position: absolute;

            width: 350px;
            height: 350px;

            border-radius: 50%;

            background: rgba(255,255,255,0.07);

            right: -120px;
            top: -120px;
        }


        .hero-label {
            display: inline-block;

            background: rgba(255,255,255,0.14);

            border: 1px solid rgba(255,255,255,0.25);

            padding: 8px 16px;

            border-radius: 30px;

            font-size: 13px;
            font-weight: 600;

            margin-bottom: 18px;
        }


        .about-hero h1 {
            font-size: clamp(32px, 5vw, 54px);

            font-weight: 800;

            margin-bottom: 20px;

            line-height: 1.15;
        }


        .about-hero p {
            max-width: 850px;

            font-size: 17px;

            line-height: 1.8;

            margin: 0;

            color: rgba(255,255,255,0.92);
        }


        /* =========================================
           COMMON SECTION
        ========================================= */

        .about-section {
            padding: 70px 15px;
        }


        .about-container {
            max-width: 1250px;
            margin: auto;
        }


        .section-heading {
            text-align: center;
            margin-bottom: 45px;
        }


        .section-heading h2 {
            color: #173f70;

            font-size: clamp(28px, 4vw, 40px);

            font-weight: 800;

            margin-bottom: 12px;
        }


        .section-heading p {
            color: #667085;

            max-width: 750px;

            margin: auto;

            line-height: 1.7;
        }


        /* =========================================
           ABOUT CONTENT
        ========================================= */

        .about-content {
            background: #ffffff;

            border-radius: 22px;

            padding: 45px;

            box-shadow:
                0 10px 35px rgba(33, 67, 110, 0.10);
        }


        .about-content h3 {
            color: #173f70;

            font-size: 27px;

            font-weight: 700;

            margin-bottom: 18px;
        }


        .about-content p {
            color: #4b5563;

            font-size: 16px;

            line-height: 1.85;

            margin-bottom: 18px;
        }


        /* =========================================
           FEATURE CARDS
        ========================================= */

        .feature-card {
            height: 100%;

            background: #ffffff;

            border-radius: 18px;

            padding: 30px 25px;

            border: 1px solid #e7edf5;

            box-shadow:
                0 8px 25px rgba(33, 67, 110, 0.07);

            transition:
                transform 0.25s ease,
                box-shadow 0.25s ease;
        }


        .feature-card:hover {
            transform: translateY(-5px);

            box-shadow:
                0 15px 35px rgba(33, 67, 110, 0.13);
        }


        .feature-icon {
            width: 58px;
            height: 58px;

            border-radius: 14px;

            background: #eaf7f0;

            color: #00a651;

            display: flex;
            align-items: center;
            justify-content: center;

            font-size: 27px;

            margin-bottom: 20px;
        }


        .feature-card h4 {
            color: #173f70;

            font-size: 19px;

            font-weight: 700;

            margin-bottom: 12px;
        }


        .feature-card p {
            color: #667085;

            font-size: 14px;

            line-height: 1.7;

            margin: 0;
        }


        /* =========================================
           WHY SECTION
        ========================================= */

        .why-section {
            background: #ffffff;
        }


        .benefit-list {
            list-style: none;

            padding: 0;

            margin: 0;
        }


        .benefit-list li {
            display: flex;

            align-items: flex-start;

            gap: 14px;

            padding: 15px 0;

            border-bottom: 1px solid #edf1f5;

            color: #4b5563;

            line-height: 1.7;
        }


        .benefit-list li:last-child {
            border-bottom: 0;
        }


        .benefit-list i {
            color: #00a651;

            font-size: 20px;

            margin-top: 2px;
        }


        /* =========================================
           CTA
        ========================================= */

        .about-cta {
            padding: 70px 15px;
        }


        .cta-box {
            max-width: 1250px;

            margin: auto;

            background: #00a651;

            color: #ffffff;

            border-radius: 22px;

            padding: 45px;

            display: flex;

            align-items: center;

            justify-content: space-between;

            gap: 30px;
        }


        .cta-box h2 {
            font-size: 30px;

            font-weight: 800;

            margin-bottom: 10px;
        }


        .cta-box p {
            margin: 0;

            opacity: 0.9;

            line-height: 1.6;
        }


        .cta-button {
            background: #ffffff;

            color: #008f47;

            padding: 14px 25px;

            border-radius: 9px;

            text-decoration: none;

            font-weight: 700;

            white-space: nowrap;

            transition: 0.2s;
        }


        .cta-button:hover {
            background: #f3f3f3;

            color: #008f47;
        }


        /* =========================================
           FOOTER
        ========================================= */

        .site-footer {
            background: #2d2d2d;

            color: #ffffff;

            padding: 30px 15px;
        }


        .footer-links {
            display: flex;

            justify-content: center;

            align-items: center;

            flex-wrap: wrap;

            gap: 30px;
        }


        .footer-links a {
            color: #ffffff;

            text-decoration: none;

            font-size: 14px;

            font-weight: 600;
        }


        .footer-links a:hover {
            color: #8dc7ff;
        }


        /* =========================================
           MOBILE
        ========================================= */

        @media (max-width: 991px) {

            .main-navbar {
                padding: 10px 20px;
            }


            .logo-wrapper {
                gap: 10px;
            }


            .logo-haryana {
                width: 80px;
            }


            .logo-digital {
                width: 80px;
            }


            .logo-make-india {
                width: 90px;
            }


            .navbar-nav {
                margin-top: 15px;
            }


            .bilingual-nav-link {
                justify-content: center;
            }


            .about-hero-inner {
                padding: 50px 30px;
            }

        }


        @media (max-width: 576px) {

            .top-bar {
                justify-content: center;

                font-size: 11px;

                text-align: center;
            }


            .main-navbar {
                min-height: auto;
            }


            .logo-wrapper {
                gap: 7px;
            }


            .logo-haryana {
                width: 65px;
            }


            .logo-digital {
                width: 68px;
            }


            .logo-make-india {
                width: 72px;
            }


            .about-hero {
                padding: 25px 12px;
            }


            .about-hero-inner {
                padding: 40px 22px;

                border-radius: 18px;
            }


            .about-hero p {
                font-size: 14px;

                line-height: 1.7;
            }


            .about-section {
                padding: 45px 12px;
            }


            .about-content {
                padding: 25px 20px;
            }


            .about-content h3 {
                font-size: 23px;
            }


            .about-content p {
                font-size: 14px;
            }


            .section-heading {
                margin-bottom: 30px;
            }


            .feature-card {
                padding: 25px 20px;
            }


            .cta-box {
                padding: 30px 22px;

                flex-direction: column;

                align-items: flex-start;

                border-radius: 18px;
            }


            .cta-box h2 {
                font-size: 24px;
            }


            .cta-button {
                width: 100%;

                text-align: center;
            }


            .footer-links {
                gap: 15px 20px;
            }


            .footer-links a {
                font-size: 12px;
            }

        }