@media (min-width: 0px) and (max-width: 768px){

    .nav-links a.active {
	    position: relative;
	    padding-bottom: 18px;
	    margin-bottom: -38px;
    }

    .our-story {
	    padding: 20px;
	    margin-top: 120px;
	    background: var(--white);
    }

    .global-team {
	    padding: 20px;
	    padding-top: 80px;
    }

    .cta-section {
	    padding: 40px;
	    margin-top: 40px;
    }

}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 40px;
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-content {
	    width: 300px;
	    max-width: 1200px;
	    padding: 100px 0;
	    margin-left: 50px;
	}

    .hero-slider {
        width: 80%;
        max-width: 600px;
        height: 100vh;
        margin-left: -50px;
        overflow: hidden;
        position: relative;
    }

    .slider {
	    display: flex;
	    width: 100%;
	    height: 80%;
	    transition: transform 1s ease-in-out;
	}

    #gb img {
	    object-position: right;
	}

	#tcom img {
	    height: 60%;
	    margin-left: 20px;
	    object-position: right;
	}

	.our-story {
	    padding: 50px;
	    margin-top: 80px;
	    background: var(--white);
	}

    .cta-section {
        padding: 40px;
        background: var(--white);
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    
     .nav-links {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        background: var(--white);
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        gap: 16px;
        z-index: 999;
    }

    .nav-links.mobile-open {
        display: flex;
    }

    .nav-links a.active {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: -28px;
    }

    .mobile-menu-btn {
        display: block;
    }

	.hero-content {
	    width: 300px;
	    max-width: 1200px;
	    padding: 100px 0;
	    margin-left: 50px;
	}

    .hero-slider {
        width: 80%;
        max-width: 600px;
        height: 100vh;
        margin-left: -50px;
        overflow: hidden;
        position: relative;
    }

    .slider {
	    display: flex;
	    width: 100%;
	    height: 80%;
	    transition: transform 1s ease-in-out;
	}

    #gb img {
	    object-position: right;
	}

	#tcom img {
	    height: 60%;
	    margin-left: 20px;
	    object-position: right;
	}

	.our-story {
	    padding: 50px;
	    margin-top: 50px;
	    background: var(--white);
	}

	.story-images {
        height: 300px;
    }

    .cta-section {
	    padding: 50px;
	    background: var(--white);
	}
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        background: var(--white);
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        gap: 16px;
        z-index: 999;
    }

    .nav-links.mobile-open {
        display: flex;
    }

    .mobile-menu-btn {
        display: block;
    }

    .hero{
        height: 700px;
        display: flex;
        flex-direction: column;
    }

    .hero-container {
         display: flex;
        flex-direction: column;
        margin-bottom: -30%;
    }

    .hero-content {
        width: 80%;
        padding: 80px 0;
        text-align: center;
        max-width: 100%;
        margin-left: 2px;
    }

    .hero-desc {
        max-width: 100%;
    }

    .slider{
        margin-top: -10px;
        margin-right: 120px;
        height: 250px;
    }

    .slider img{
        object-fit: contain;
    }

    #gb1 img {
        height: 100%;
        object-position: center;
    }

    #tcom img {
        height: 100%;
        object-position: right;
    }

    .hero-gradient {
        background: var(--dark-navy);
    }

    .story-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .team-content p {
        max-width: 100%;
    }

    .cta-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cta-content p {
        max-width: 100%;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .footer-bottom-links {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .lang-switcher {
        display: flex;
    }

}

@media (min-width: 481px) and (max-width: 768px) {
    .hero-slider {
        width: 100%;
        max-width: 600px;
        height: 100vh;
        margin-top: 50px;
        margin-left: 100px;
        overflow: hidden;
        position: relative;
    }

    #gb img {
	    margin-left: -60px;
	    object-position: right;
	}

	.story-images {
        height: 600px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-tagline {
        width: 300px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-slider {
        width: 100%;
        max-width: 600px;
        height: 100vh;
        margin-left: 0px;
        overflow: hidden;
        position: relative;

    }

    .slider{
        margin-top: -10px;
        margin-right: 120px;
        height: 250px;
    }

    .slider img{
        object-fit: contain;
    }

    .story-images {
        height: 300px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .story-img-stack {
        display: flex;
    }

    .story-img-small {
    border-radius: 12px;
    overflow: hidden;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

}

