/* ============================================
   HERO SECTION - MOBILE RESPONSIVE
   ============================================ */

/* XS Devices: 320px to 360px (Very Small Mobile) */
@media (max-width: 360px) {
    .header-btn {
        display: none;
    }
    
    /* Hero Section */
    .hero-content {
        padding: 90px 15px 120px !important;
    }
    
    .typing-head h3 {
        font-size: 14px !important;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    
    .hero-loading-content h1 {
        font-size: 24px !important;
        font-weight: 700;
        line-height: 1.2;
        margin: 12px 0;
    }
    
    .hero-subline {
        font-size: 13px !important;
        line-height: 1.5;
        margin: 16px auto;
        max-width: 100%;
    }
    
    .hero-cta {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-top: 20px;
    }
    
    .hero-cta .btn {
        display: block;
        width: 100%;
        margin: 0;
        padding: 10px 12px;
        font-size: 12px;
    }
    
    .hero-area {
        min-height: auto;
        padding: 20px 0 80px !important;
    }

    .hero-area:before {
        min-height: auto;
        height: auto;
    }
    
    .hero-social-link a {
        margin: 0 6px;
        font-size: 16px;
    }
    
    .animation-mouse {
        display: none;
    }
    
    section#agency-offerings {
        padding-top: 180px !important;
    }
    
    .single-blog {
        margin-bottom: 30px;
    }
    
    .portfolio-category ul li {
        margin-bottom: 11px;
    }
}

/* SM Devices: 361px to 575px (Small Mobile) */
@media (min-width: 361px) and (max-width: 575px) {
    .header-btn {
        display: none;
    }
    
    /* Hero Section */
    .hero-content {
        padding: 100px 18px 130px !important;
    }
    
    .typing-head h3 {
        font-size: 16px !important;
        line-height: 1.3;
        margin-bottom: 14px;
    }
    
    .hero-loading-content h1 {
        font-size: 28px !important;
        font-weight: 700;
        line-height: 1.25;
        margin: 14px 0;
        word-spacing: 0.05em;
    }
    
    .hero-subline {
        font-size: 14px !important;
        line-height: 1.6;
        margin: 18px auto;
        max-width: 100%;
    }
    
    .hero-cta {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 25px;
    }
    
    .hero-cta .btn {
        display: block;
        width: 100%;
        margin: 0;
        padding: 11px 14px;
        font-size: 13px;
    }
    
    .hero-area {
        min-height: auto;
        padding: 24px 0 90px !important;
    }

    .hero-area:before {
        min-height: auto;
        height: auto;
    }
    
    .hero-social-link a {
        margin: 0 7px;
        font-size: 17px;
    }
    
    .animation-mouse {
        display: none;
    }
    
    section#agency-offerings {
        padding-top: 160px !important;
    }
    
    .single-blog {
        margin-bottom: 30px;
    }
    
    .portfolio-category ul li {
        margin-bottom: 11px;
    }
}

/* XS-SM Tablet: 576px to 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-btn {
        display: none;
    }
    
    /* Hero Section */
    .hero-content {
        padding: 110px 20px 140px !important;
    }
    
    .typing-head h3 {
        font-size: 18px !important;
        line-height: 1.35;
        margin-bottom: 16px;
    }
    
    .hero-loading-content h1 {
        font-size: 32px !important;
        font-weight: 700;
        line-height: 1.3;
        margin: 16px 0;
    }
    
    .hero-subline {
        font-size: 15px !important;
        line-height: 1.65;
        margin: 20px auto;
    }
    
    .hero-cta {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        margin-top: 28px;
    }
    
    .hero-cta .btn {
        padding: 12px 16px;
        font-size: 14px;
        min-width: 100%;
    }
    
    .hero-area {
        min-height: auto;
        padding: 26px 0 110px !important;
    }

    .hero-area:before {
        min-height: auto;
        height: auto;
    }
    
    .hero-social-link a {
        margin: 0 8px;
        font-size: 18px;
    }
    
    .animation-mouse {
        display: none;
    }
    
    section#agency-offerings {
        padding-top: 140px !important;
    }
    
    .single-blog {
        margin-bottom: 30px;
    }
    
    .portfolio-category ul li {
        margin-bottom: 11px;
    }
}

/* MD Device: 768px to 991px */
@media (min-width: 768px) and (max-width: 991px) {
    .header-btn {
        display: none;
    }
    
    /* Hero Section */
    .hero-content {
        padding: 110px 25px 90px !important;
    }

    .hero-area {
        min-height: auto;
        padding-bottom: 50px;
    }

    .hero-area:before {
        min-height: auto;
    }

    #agency-offerings {
        padding-top: 100px !important;
    }
    
    .typing-head h3 {
        font-size: 20px !important;
        line-height: 1.4;
        margin-bottom: 18px;
    }
    
    .hero-loading-content h1 {
        font-size: 38px !important;
        font-weight: 700;
        line-height: 1.35;
        margin: 18px 0;
    }
    
    .hero-subline {
        font-size: 16px !important;
        line-height: 1.7;
        margin: 22px auto;
        max-width: 750px;
    }
    
    .hero-cta {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
        margin-top: 32px;
    }
    
    .hero-cta .btn {
        padding: 13px 18px;
        font-size: 15px;
    }
    
    .animation-mouse {
        display: none;
    }
    
    .single-blog {
        margin-bottom: 30px;
    }
    
    .portfolio-category ul li {
        margin-bottom: 11px;
    }
}

/* LG  Device: 992px to 1200px */
@media (min-width: 992px) and (max-width: 1200px) {
    .header-btn a {
        margin-left: 9px;
    }
    
    .main-menu ul li {
        margin: 0 9px;
    }
    
    /* Hero Section */
    .typing-head h3 {
        font-size: 22px !important;
        margin-bottom: 20px;
    }
    
    .hero-loading-content h1 {
        font-size: 48px !important;
        margin: 20px 0;
    }
    
    .hero-subline {
        font-size: 17px !important;
        margin: 24px auto;
        max-width: 800px;
    }
    
    .hero-cta .btn {
        margin: 6px 8px;
    }
}

/* Laptop Device: 1200px and above */
@media (min-width: 1200px) and (max-width: 1500px) {
    .typing-head h3 {
        font-size: 24px !important;
    }
    
    .hero-loading-content h1 {
        font-size: 52px !important;
    }
    
    .hero-subline {
        font-size: 18px !important;
    }
}