/* ============================================================
   Skyfunction Bootstrap Theme - Responsive Styles
   ============================================================ */

/* === LAPTOPS (up to 1200px) === */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 52px;
    }
    .section-title {
        font-size: 36px;
    }
}

/* === TABLETS (up to 992px) === */
@media (max-width: 992px) {
    .hero-title {
        font-size: 42px;
    }
    .hero-section {
        min-height: 60vh;
        padding: 80px 0 60px;
    }
    .section-title {
        font-size: 30px;
    }
    .section-padding {
        padding: 60px 0;
    }
    .cta-section .cta-title {
        font-size: 28px;
    }
    .service-hero-title {
        font-size: 36px;
    }
    .service-content-section .service-content h2 {
        font-size: 26px;
    }

    /* Mobile navigation */
    .main-navbar .navbar-nav .nav-link {
        padding: 12px 0;
        border-bottom: 1px solid #f0f0f0;
    }
    .main-navbar .nav-cta-btn {
        margin-left: 0;
        margin-top: 10px;
        display: inline-block;
    }
    .main-navbar .dropdown-menu {
        border-top: none;
        box-shadow: none;
        padding-left: 15px;
        padding-top: 0;
    }
    .main-navbar .dropdown-item {
        padding: 8px 0;
    }
    .main-navbar .dropdown-item:hover {
        padding-left: 5px;
    }

    /* Strength section */
    .strength-image-wrapper {
        margin-bottom: 30px;
    }
}

/* === PHONES (up to 768px) === */
@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
    }
    .hero-subtitle-top {
        font-size: 14px;
    }
    .hero-description {
        font-size: 15px;
    }
    .hero-section {
        min-height: 50vh;
        padding: 60px 0 40px;
    }
    .section-title {
        font-size: 26px;
    }
    .section-subtitle {
        font-size: 14px;
    }
    .section-description {
        font-size: 15px;
    }
    .section-padding {
        padding: 50px 0;
    }

    h1 { font-size: 32px; }
    h2 { font-size: 26px; }
    h3 { font-size: 20px; }

    .cta-section .cta-title {
        font-size: 24px;
    }
    .cta-section {
        padding: 40px 0;
    }

    .service-hero-title {
        font-size: 28px;
    }
    .service-hero-subtitle {
        font-size: 15px;
    }
    .service-hero-section {
        padding: 50px 0;
    }
    .service-content-section {
        padding: 50px 0;
    }
    .service-content-section .service-content h2 {
        font-size: 22px;
    }
    .service-content-section .service-content h3 {
        font-size: 18px;
    }

    .blog-hero-title,
    .about-hero-title,
    .contact-hero-title {
        font-size: 28px;
    }

    .footer-widgets {
        padding: 40px 0 20px;
    }

    .value-card {
        padding: 20px 15px;
    }
    .value-card h4 {
        font-size: 16px;
    }

    .strength-item {
        margin-bottom: 18px;
    }
    .strength-item h5 {
        font-size: 14px;
    }
    .strength-item p {
        font-size: 13px;
    }

    .why-choose-section .section-title {
        font-size: 26px;
    }

    .et_pb_blurb h4 {
        font-size: 18px;
    }

    .top-bar {
        display: none !important;
    }

    .footer-bottom .text-md-end {
        text-align: left !important;
        margin-top: 10px;
    }

    .contact-info-card {
        padding: 20px;
    }
}

/* === SMALL PHONES (up to 480px) === */
@media (max-width: 480px) {
    .hero-title {
        font-size: 26px;
    }
    .hero-subtitle-top {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .hero-description {
        font-size: 14px;
    }
    .hero-buttons .btn {
        width: 100%;
    }
    .section-title {
        font-size: 22px;
    }
    .section-padding {
        padding: 40px 0;
    }

    .btn-lg {
        padding: 12px 28px;
        font-size: 14px;
    }
}
