   .hero-content {
            position: absolute;
            bottom: 20%;
            left: 10%;
            color: white;
           
           
        }
        
       

        .hero-subtitle {
           
            font-size: 1.5rem;
            font-weight: 400;
            margin-bottom: 1rem;
            margin-left: 30px;
            font-family: "Raleway", sans-serif;
        }
        
        

        .hero-title {
            font-family: "Raleway", sans-serif;
            font-size: 9rem;
            font-weight: 600;
            line-height: 1.2;
            margin: 0;
           
        }
        
      

        .hero-subtitle {
            font-family: 'Inter', sans-serif;
            font-size: 1.5rem;
            font-weight: 400;
            margin-bottom: 1rem;
        }

@media (max-width: 1200px) {
            .hero-title {
                font-size: 7rem;
            }
            
            .section-title {
                font-size: 3.5rem;
                margin-bottom: 4rem;
            }
            
            .about-content {
                gap: 2rem;
            }
            
            .mission-text {
                font-size: 3rem;
            }
            
            .cta-subtitle {
                font-size: 2.5rem;
                width: 90%;
                margin-left: auto;
                margin-right: auto;
                line-height: 1.3;
            }
            
            .cta-heading {
                font-size: 4rem;
            }
            
            .header {
                padding: 1rem 2rem;
            }
            
            .nav {
                gap: 1.5rem;
            }
        }


        /* Responsive Styles */
        /* Large Desktop */
        @media (min-width: 1441px) {
            .section-title {
                font-size: 5rem;
            }
            
            .hero-content {
                bottom: 25%;
            }
            
            .hero-title {
                font-size: 10rem;
            }
            
            .about-section, .values-section {
                max-width: 1400px;
            }
            
            .mission-text {
                font-size: 3rem;
            }
            
            .header {
                padding: 1.5rem 3rem;
            }
            
            .nav {
                gap: 3rem;
            }
        }
        
        /* Desktop */
        @media (max-width: 1440px) {
            .hero-title {
                font-size: 8rem;
            }
            
            .section-title {
                font-size: 4rem;
            }
            
            .cta-subtitle {
                width: 90%;
                margin-left: auto;
                margin-right: auto;
            }
            
            .header {
                padding: 1.2rem 2.5rem;
            }
        }
        
        /* Small Desktop/Laptop */
        @media (max-width: 1200px) {
            .hero-title {
                font-size: 7rem;
            }
            
            .section-title {
                font-size: 3.5rem;
                margin-bottom: 4rem;
            }
            
            .about-content {
                gap: 2rem;
            }
            
            .mission-text {
                font-size: 3rem;
            }
            
            .cta-subtitle {
                font-size: 2.5rem;
                width: 90%;
                margin-left: auto;
                margin-right: auto;
                line-height: 1.3;
            }
            
            .cta-heading {
                font-size: 4rem;
            }
            
            .header {
                padding: 1rem 2rem;
            }
            
            .nav {
                gap: 1.5rem;
            }
        }
        
        /* Tablet */
        @media (max-width: 992px) {
            .hero {
                height: 500px;
            }
            
            .hero-title {
                font-size: 6rem;
            }
            
            .section-title {
                font-size: 3rem;
                margin-bottom: 3rem;
            }
            
            .about-content {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
            
            .about-image {
                max-height: 350px;
            }
            
            .stats-container {
                justify-content: center;
                display: flex;
            }
            
            .mission-text {
                font-size: 2.5rem;
            }
            
            .values-grid {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
            
            .cta-heading {
                font-size: 3.5rem;
            }
            
            .img-section {
                padding: 6rem 2rem;
            }
            
            .header {
                padding: 0.8rem 1.5rem;
            }
            
            .logo {
                font-size: 1.1rem;
            }
            
            .nav {
                gap: 1.2rem;
            }
        }
        
        /* Mobile Landscape */
        @media (max-width: 768px) {
            .hero {
                height: 400px;
            }
            
            .hero-title {
                font-size: 4rem;
            }
            
            .hero-subtitle {
                font-size: 1.2rem;
                margin-left: 0;
            }
            
            .section-title {
                font-size: 2.5rem;
                margin-bottom: 2.5rem;
            }
            
            .about-section {
                padding: 4rem 1.5rem;
                margin-top: 50px;
            }
            
            .mission-section {
                padding: 4rem 1.5rem;
            }
            
            .mission-text {
                font-size: 2rem;
            }
            
            .mission-subtext {
                font-size: 0.9rem;
            }
            
            .values-section {
                padding: 4rem 1.5rem;
            }
            
            .cta-section {
                padding: 4rem 1.5rem;
            }
            
            .cta-subtitle {
                font-size: 2rem;
                width: 100%;
                line-height: 1.3;
                margin-left: 0;
            }
            
            .img-section {
                padding: 4rem 1.5rem;
                width: 95%;
            }
            
            .cta-content {
                padding-left: 1rem;
                padding-top: 1rem;
            }
            
            .cta-heading {
                font-size: 3rem;
                margin-bottom: 2rem;
            }
            
            .footer-content {
                grid-template-columns: repeat(2, 1fr);
                gap: 2rem;
            }
            
            .header {
                padding: 0.8rem 1rem;
            }
            
            .logo {
                font-size: 1rem;
            }
            
            .nav.active {
                padding: 1.5rem 0;
            }
        }
        
        /* Mobile Portrait */
        @media (max-width: 576px) {
            .hero {
                height: 350px;
            }
            
            .hero-content {
                bottom: 15%;
                left: 5%;
            }
            
            .hero-title {
                font-size: 3rem;
            }
            
            .hero-subtitle {
                font-size: 1rem;
            }
            
            .section-title {
                font-size: 2rem;
                margin-bottom: 2rem;
            }
            
            .about-section {
                padding: 3rem 1rem;
            }
            
            .stats-container {
              
                gap: 2rem;
                display: flex;
                align-items: center;
            }
            
            .stat-item {
                align-items: center;
            }
            
            .mission-section {
                padding: 3rem 1rem;
            }
            
            .mission-text {
                font-size: 1.5rem;
            }
            
            .mission-subtext {
                font-size: 0.8rem;
            }
            
            .values-section {
                padding: 3rem 1rem;
            }
            
            .values-title {
                font-size: 2rem;
                margin-bottom: 2rem;
            }
            
            .cta-section {
                padding: 3rem 1rem;
            }
            
            .cta-subtitle {
                font-size: 1.5rem;
            }
            
            .img-section {
                padding: 3rem 1rem;
            }
            
            .cta-content {
                padding-left: 0.5rem;
            }
            
            .cta-heading {
                font-size: 2.5rem;
                margin-bottom: 1.5rem;
            }
            
            .cta-button {
                padding: 0.6rem 1.4rem;
                font-size: 0.9rem;
            }
            
            .footer-content {
                grid-template-columns: 1fr;
            }
            
            .footer-bottom {
                flex-direction: column;
                gap: 1rem;
                text-align: center;
            }
            
            .header {
                padding: 0.7rem 1rem;
            }
            
            .logo::before {
                width: 16px;
                height: 16px;
            }
            
            .mobile-menu-toggle {
                width: 25px;
                height: 18px;
            }
        }
        
        /* Small Mobile */
        @media (max-width: 375px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
            
            .mission-text {
                font-size: 1.3rem;
            }
            
            .cta-heading {
                font-size: 2rem;
            }
            
            .header {
                padding: 0.6rem 0.8rem;
            }
            
            .logo {
                font-size: 0.9rem;
            }
        }