/* Responsive Styles */
@media (max-width: 1024px) {
    .nav-links {
        gap: 30px;
        margin-left: 30px;
    }
    
    .section-text h2 {
        font-size: 36px;
    }
    
    .profile-content h2 {
        font-size: 42px;
    }
    
    .profile-content p {
        font-size: 16px;
    }
    
    .team-profile .section-text {
        padding: 40px;
    }
    
    .contact-content {
        padding: 40px;
    }
    
}

@media (max-width: 768px) {
    header {
        padding: 15px 20px;
    }
    
    .menu-toggle {
        display: block;
    }
    
    .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.95);
        flex-direction: column;
        justify-content: center;
        transition: left 0.5s cubic-bezier(0.77, 0, 0.18, 1);
        margin: 0;
        padding: 20px;
        z-index: 99;
    }
    
    .nav-links.active {
        left: 0;
    }
    
    .nav-links a {
        color: #333;
        font-size: 24px;
        padding: 10px 0;
        opacity: 0;
        transform: translateX(-20px);
        transition: all 0.3s ease;
    }
    
    .nav-links.active a {
        opacity: 1;
        transform: translateX(0);
    }
    
    .nav-links a::after {
        background-color: #333;
    }
    
    .nav-links a:hover {
        color: #ff6b00;
    }
    
    .logo-image {
        height: 40px;
    }
    
    .hero-overlay {
        width: 85%;
        padding: 25px 30px;
    }
    
    .hero-title {
        font-size: 34px;
    }
    
    .architecture .container,
    .interior .container,
    .construction .container,
    .process .container,
    .home-decor .container {
        flex-direction: column;
        height: auto;
    }
    
    .team-profile .container,
    .contact-us .container {
        flex-direction: column;
    }
    
    .architecture .section-text,
    .interior .section-text,
    .construction .section-text,
    .process .section-text,
    .home-decor .section-text {
        flex: 0 0 auto;
        width: 100%;
        padding: 40px 20px;
    }
    
    .architecture .section-gallery,
    .interior .section-gallery,
    .construction .section-gallery,
    .process .section-gallery,
    .home-decor .section-gallery {
        flex: 0 0 auto;
        width: 100%;
        height: auto;
    }
    
    .architecture .gallery-image,
    .interior .gallery-image,
    .construction .gallery-image,
    .process .gallery-image,
    .home-decor .gallery-image {
        height: 50vh;
    }
    
    .section-text {
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    
    .our-profile {
        height: 100vh;
        border
    }
    
    .team-profile {
        height: auto;
    }
    
    .team-container {
        height: auto !important;
    }
    .team-section-para {
        padding:0px 0px;
        background: blue;
    }
    
    .team-member {
        grid-template-columns: 1fr;
        /* grid-template-rows: 50% 50%; */
        height: auto;
    }
    
    .team-profile .section-text {
        max-width: 100%;
        padding: 20px;
        width: 100%;
    }
    
    .team-image {
        height: 100%;
    }
    
    .contact-us .container {
        height: 100%;
        flex-direction: column;
    }
    
    .map-container {
        height: 50%;
    }
    
    .contact-content {
        max-width: 100%;
        padding: 40px 20px;
        height: 50%;
    }
    
    .social-icons {
        justify-content: center;
    }

    .footer {
        padding: 40px 0 30px;
    }

    .footer-logo-image {
        height: 40px;
    }

    .footer-links {
        gap: 20px;
    }

    .footer-links a {
        font-size: 15px;
    }

    .back-to-top {
        width: 45px;
        height: 45px;
        font-size: 18px;
        bottom: 15px;
        right: 15px;
    }
    .construction-flex {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    /* .margin {
        margin: 0px 0px !important;
        padding: 0px 0px !important;
    } */
}

@media (max-width: 480px) {

    html {
        scroll-snap-stop: always;
        /* scroll-snap-type: y proximity; */
    }
    header {
        padding: 10px 15px;
    }
    
    .nav-links a {
        font-size: 20px;
    }
    
    .hero-overlay {
        width: 90%;
        padding: 20px 25px;
    }
    
    .hero-title {
        font-size: 26px;
    }
    
    .section-text h2 {
        font-size: 32px;
    }
    
    .profile-content h2 {
        font-size: 32px;
    }
    
    .profile-content p {
        font-size: 15px;
    }
    
    .team-profile {
        height: 200vh;
    }
    
    .team-member {
        height: 100vh;
    }
    
    .team-profile .section-text {
        padding: 30px 20px;
    }
    
    .team-profile h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .team-profile p {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .team-image {
        height: 100%;
    }
    
    .contact-content h2 {
        font-size: 36px;
    }
    
    .social-icons {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .social-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .logo-image {
        height: 35px;
    }
    
    .nav-links {
        width: 100%;
    }
    
    .architecture .section-text,
    .interior .section-text,
    .construction .section-text,
    .process .section-text,
    .home-decor .section-text {
        padding: 40px 20px;
    }

    .footer {
        padding: 30px 0 20px;
    }

    .footer-logo-image {
        height: 35px;
    }

    .footer-links {
        gap: 15px;
        flex-direction: column;
    }

    .footer-links a {
        font-size: 14px;
    }

    .footer-copyright {
        font-size: 13px;
    }

    .back-to-top {
        width: 40px;
        height: 40px;
        font-size: 16px;
        bottom: 10px;
        right: 10px;
    }
}

@media screen and (max-height: 600px) {
    .team-member {
        height: 100vh;
        overflow-y: auto;
    }
    
    .team-profile .section-text {
        padding: 20px;
    }
}

@media screen and (max-height: 700px) {
    html {
        /* scroll-snap-type: y proximity; */
    }
} 

