/* ===================================
   TrivoxTech - Responsive Design
   =================================== */

@media (max-width: 991px) {
    .section-title {
        font-size: 36px;
    }

    .hero-title {
        font-size: 48px;
    }

    .hero-stats {
        gap: 30px;
    }

    .hero-image {
        height: 400px;
        margin-top: 50px;
    }

    .floating-card {
        padding: 15px 20px;
    }

    .floating-card i {
        font-size: 24px;
    }

    .floating-card span {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    :root {
        --section-padding: 60px;
    }

    .section-title {
        font-size: 32px;
    }

    .section-description {
        font-size: 16px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-description {
        font-size: 16px;
    }

    .hero-buttons .btn {
        padding: 12px 25px;
        font-size: 14px;
    }

    .hero-buttons .me-3 {
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    .stat-number {
        font-size: 36px;
    }

    .hero-image {
        height: 300px;
    }

    .hero-illustration {
        width: 250px;
        height: 250px;
    }

    .service-card,
    .contact-form,
    .contact-info {
        padding: 30px;
    }

    .footer-bottom-links {
        justify-content: flex-start;
        margin-top: 15px;
    }

    .back-to-top {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 575px) {
    .hero-stats {
        gap: 20px;
    }

    .stat-item {
        flex: 1 1 100%;
    }

    .floating-card {
        padding: 10px 15px;
    }

    .card-2 {
        right: -20px;
    }

    .card-3 {
        left: -20px;
    }
}