/* ===== RESPONSIVE ===== */

/* Tablet - 1024px */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 48px;
    }

    .section-heading {
        font-size: 38px;
    }

    .section-subheading {
        font-size: 26px;
    }

    .promo-text {
        font-size: 26px;
    }

    .delivery-title {
        font-size: 32px;
    }

    .services-title {
        font-size: 34px;
    }

    .issues-title {
        font-size: 38px;
    }

    .service-title {
        font-size: 38px;
    }

    .company-name {
        font-size: 30px;
    }
}

/* Mobile - 768px */
@media (max-width: 768px) {
    .hero-title {
        font-size: 30px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .promo-text {
        font-size: 24px;
    }

    .contact-form {
        padding: 30px 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .two-column-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .column-image {
        order: -1;
    }

    .column-text {
        padding-right: 0;
    }

    .section-heading {
        font-size: 36px;
    }

    .section-subheading {
        font-size: 24px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item-1,
    .gallery-item-2,
    .gallery-item-3,
    .gallery-item-4 {
        height: 250px;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .company-name {
        font-size: 28px;
    }

    .rating-score {
        font-size: 18px;
    }

    .rating-stars-large i {
        font-size: 14px;
    }

    .delivery-header {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    .delivery-title {
        font-size: 32px;
        text-align: center;
    }

    .delivery-subtitle {
        font-size: 16px;
        text-align: center;
    }

    .delivery-media {
        grid-template-columns: 1fr;
    }

    .btn-delivery-whatsapp {
        font-size: 16px;
        padding: 15px 30px;
    }

    .services-title {
        font-size: 32px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    body {
        padding-bottom: 60px;
        /* Add padding to prevent content being hidden by sticky buttons */
    }

    .btn-whatsapp,
    .btn-delivery-whatsapp,
    .btn-green {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
}