/* =========================
   TABLET
========================= */

@media (max-width: 992px) {

    .hero-content h1 {
        font-size: 48px;
    }

    .services-grid,
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-section {
        grid-template-columns: 1fr;
    }

    .about-content h2 {
        font-size: 42px;
    }
    .why-grid {
    grid-template-columns: repeat(2, 1fr);
}
.testimonials-grid {
    grid-template-columns: 1fr;
}
}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    .header {
        padding: 0 5%;
        height: 80px;
    }

    .logo img {
        width: 135px;
    }

    .call-btn {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .navbar {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: rgba(15, 15, 15, 0.96);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        display: none;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .navbar.active {
        display: block;
    }

    .nav-links {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 22px 0;
    }

    .nav-links li {
        text-align: center;
        padding: 14px 0;
    }

    .nav-links a {
        font-size: 16px;
    }

    .hero {
        padding: 0 5%;
        text-align: center;
        min-height: 100vh;
        background-position: center;
    }

    .hero-overlay {
        background: linear-gradient(
            180deg,
            rgba(0,0,0,0.60),
            rgba(0,0,0,0.55),
            rgba(0,0,0,0.70)
        );
    }

    .hero-content {
        max-width: 100%;
        padding-top: 90px;
    }

    .hero-content h1 {
        font-size: 42px;
        line-height: 1.18;
    }

    .hero-content p {
        font-size: 16px;
        line-height: 1.65;
    }

    .hero-buttons {
        justify-content: center;
        gap: 14px;
    }

    .estimate-btn,
    .projects-btn {
        width: 100%;
        text-align: center;
    }

    .services-preview,
    .projects-section,
    .about-section {
        padding: 80px 5%;
    }

    .services-grid,
    .projects-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        margin-bottom: 38px;
    }

    .section-title h2 {
        font-size: 34px;
    }

    .section-title p {
        font-size: 15px;
    }

    .service-card img {
        height: 230px;
    }

    .about-content h2 {
        font-size: 34px;
    }

    .about-video video {
        height: 320px;
    }

    .project-item img {
        height: 240px;
    }
    .why-section {
    padding: 80px 5%;
}

.why-grid {
    grid-template-columns: 1fr;
}
.whatsapp-float {
    position: fixed;
    bottom: 22px;
    right: 22px;
    left: unset;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 9999;
    transition: 0.3s ease;
}

.whatsapp-float img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
}
.footer {
    padding-bottom: 95px;
}
.testimonials-section {
    padding: 80px 5%;
}
.contact-section {
    padding: 80px 5%;
}

.contact-content {
    grid-template-columns: 1fr;
    gap: 38px;
}

.contact-info h2 {
    font-size: 34px;
}

.contact-form {
    padding: 26px;
}
.map-section {
    padding: 80px 5%;
}

.map-container iframe {
    height: 350px;
}
}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 420px) {

    .hero-content h1 {
        font-size: 34px;
    }

    .hero-content p {
        font-size: 15px;
    }

    .section-title h2 {
        font-size: 30px;
    }
    .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
}

.footer {
    padding: 60px 5% 95px;
}
}
@media (max-width: 768px) {

    .seo-services-grid {
        grid-template-columns: 1fr;
    }

}