/* Enhanced Responsive styles */
@media (max-width: 1200px) {
    .section-title {
        font-size: 1.75rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 1024px) {
    .footer .container {
        grid-template-columns: repeat(3, 1fr);
    }

    .stats-column {
        padding: 0 10px;
    }

    .stat-number {
        font-size: 2.2rem;
    }

    .news-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .visual-stories-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    .welcome-title {
        font-size: 2.2rem;
    }

    .section-title {
        font-size: 1.9rem;
    }
}

@media (max-width: 900px) {
    /* Hide the top bar on mobile views */
    .top-bar {
        display: none;
    }
    
    .secondary-nav {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
    
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    }
    
    .nav-links.show {
        display: flex;
    }
    
    .main-nav {
        justify-content: flex-end;
    }
}

@media (max-width: 768px) {
    .top-bar .container {
        justify-content: center;
        gap: 15px;
    }
    
    .contact-info {
        justify-content: center;
        text-align: center;
    }
    
    .auth-links {
        justify-content: center;
    }
    
    .social-icons {
        margin-left: 0;
        justify-content: center;
        width: 100%;
    }
    
    .header-top {
        justify-content: center;
        text-align: center;
    }
    
    .logo-img {
        height: 60px;
        max-height: 60px;
    }
    
    .stats-layout {
        flex-direction: column;
        gap: 20px;
    }
    
    .vertical-divider {
        display: none;
    }
    
    .footer .container {
        grid-template-columns: 1fr 1fr;
    }
    
    .copyright-container {
        justify-content: center;
        text-align: center;
    }

    /* Home page responsive styles */
    .welcome-title {
        font-size: 2rem;
    }

    .initiatives-container,
    .video-messages-container {
        flex-direction: column;
        align-items: center;
    }

    .initiative-card,
    .video-message {
        max-width: 100%;
    }

    .news-container,
    .visual-stories-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .slide img {
        max-height: 400px;
    }
}

@media (max-width: 640px) {
    .contact-info {
        flex-direction: column;
        gap: 10px;
    }

    .auth-links {
        flex-direction: column;
        gap: 10px;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .welcome-title {
        font-size: 1.75rem;
    }

    .welcome-section,
    .gbs-excellence-section,
    .highlighted-initiatives-section,
    .collaborators-voices-section,
    .news-section,
    .visual-stories-section {
        padding: 3rem 0;
    }

    .cta-section {
        padding: 3.5rem 0;
    }

    .cta-section h2 {
        font-size: 1.75rem;
    }

    .cta-section p {
        font-size: 1rem;
    }

    .section-text {
        text-align: left;
        font-size: 0.95rem;
    }

    .footer .container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-section {
        padding: 0 20px;
    }

    .footer-social {
        justify-content: center;
    }

    .stat-number {
        font-size: 2rem;
    }

    .gbs-infographic-desktop {
        display: none;
    }

    .gbs-infographic-mobile {
        display: block;
    }

    .slide img {
        max-height: 300px;
    }

    .initiative-card,
    .news-item,
    .video-message {
        padding: 1.5rem;
    }

    .news-item img {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .logo-img {
        height: 50px;
        max-height: 50px;
    }

    .welcome-section .welcome-logo img {
        max-width: 280px;
    }

    .btn {
        padding: 0.7rem 1.5rem;
        font-size: 0.95rem;
    }
}

/* Extra small screens - phones in portrait mode */
@media (max-width: 375px) {
    .welcome-title {
        font-size: 1.5rem;
        padding: 0 10px;
    }

    .section-title {
        font-size: 1.3rem;
        padding: 0 10px;
    }

    .section-text {
        font-size: 0.9rem;
        padding: 0 15px;
    }

    .welcome-section .welcome-logo img {
        max-width: 240px;
    }

    .btn {
        padding: 0.65rem 1.2rem;
        font-size: 0.9rem;
    }

    .initiative-card {
        padding: 1.25rem;
    }

    .news-item img {
        height: 160px;
    }

    .slide img {
        max-height: 250px;
    }

    .container {
        padding: 0 15px;
    }

    .cta-section h2 {
        font-size: 1.5rem;
    }

    .cta-section p {
        font-size: 0.95rem;
    }
}