/* ===========================
   RESPONSIVE STYLES FOR ALL DEVICES
   Mobile, HD, Full HD, Mac
   =========================== */

/* ==========================================
   TABLET & SMALLER (up to 1100px)
   ========================================== */
@media (max-width: 1100px) {

    .left-panel,
    .right-panel {
        display: none !important;
    }

    .banner .inner-frame {
        inset: 14px !important;
    }

    .pinstripes {
        inset: 14px !important;
    }

    .banner-content h1 {
        font-size: 2.6rem !important;
    }

    .banner-content h1 span {
        font-size: 2rem !important;
    }

    .banner-circular-bg {
        width: 500px !important;
        height: 350px !important;
        bottom: -100px !important;
    }
}

/* ==========================================
   MOBILE DEVICES (up to 767px)
   ========================================== */
@media (max-width: 767px) {

    /* Banner Mobile */
    .banner {
        width: 100% !important;
        margin: 0 !important;
        margin-top: 70px !important;
        border-radius: 0 !important;
        min-height: 65vh !important;
        padding: 30px 0 !important;
    }

    .banner .inner-frame {
        inset: 10px !important;
        border-radius: 18px !important;
        border-top-left-radius: 70px !important;
        border-bottom-right-radius: 70px !important;
    }

    .banner .pinstripes {
        inset: 10px !important;
        border-radius: 18px !important;
    }

    .banner-content {
        padding: 0 14px !important;
    }

    .subtitle {
        font-size: 0.85rem !important;
        margin-bottom: 8px !important;
    }

    .banner-content h1 {
        font-size: 1.5rem !important;
        line-height: 1.15 !important;
        margin: 6px 0 8px !important;
    }

    .banner-content h1 span {
        font-size: 1.3rem !important;
        margin-top: 6px !important;
    }

    .btn-wrapper {
        flex-direction: column !important;
        gap: 10px !important;
        width: 100% !important;
        margin-top: 8px !important;
    }

    .btn-outline,
    .btn-filled {
        width: 100% !important;
        max-width: 250px !important;
        padding: 12px 18px !important;
        font-size: 14px !important;
        border-radius: 22px !important;
    }

    .btn-filled .seven-symbol,
    .btn-outline .seven-symbol {
        display: none !important;
    }

    .banner-circular-bg {
        width: 100% !important;
        height: 255px !important;
        /* bottom: -85px !important; */
        opacity: 0.1 !important;
        left: 110px;
    }

    /* Who We Are Mobile */
    .who-we-are {
        width: 96% !important;
        padding: 30px 16px !important;
        border-radius: 18px !important;
        margin: 15px auto !important;
        transform: translateY(40px) !important;
    }

    .who-container {
        flex-direction: column !important;
        height: auto !important;
        text-align: center !important;
        gap: 20px !important;
    }

    .who-text {
        text-align: center !important;
    }

    .who-text h2 {
        font-size: 1.3rem !important;
        margin-bottom: 10px !important;
    }

    .who-text p {
        max-width: 100% !important;
        font-size: 13px !important;
        margin: 8px 0 15px !important;
        line-height: 1.5 !important;
    }

    .who-logo img {
        width: 100% !important;
        max-width: 150px !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .about-pinstripes {
        inset: 10px !important;
        border-radius: 14px !important;
    }

    /* Services Mobile */
    .our-services {
        width: 96% !important;
        padding: 30px 16px !important;
        border-radius: 18px !important;
        margin: 30px auto !important;
    }

    .our-services h2 {
        font-size: 1.3rem !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }

    .services-container {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .service-box {
        padding: 14px !important;
        margin-bottom: 10px !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
    }

    .service-box>div {
        flex: 1 !important;
    }

    .service-box h3 {
        font-size: 15px !important;
        margin-bottom: 5px !important;
    }

    .service-box p {
        font-size: 12px !important;
        line-height: 1.4 !important;
        margin: 0 !important;
    }

    .service-icon img {
        height: 60px !important;
    }

    .services-image {
        margin-top: 0 !important;
        padding: 12px !important;
    }

    .services-image img {
        height: 200px !important;
    }

    .arrow-indicator {
        right: 12px !important;
        bottom: 12px !important;
        font-size: 14px !important;
    }

    /* How Benefit Mobile */
    .how-benefit {
        width: 96% !important;
        padding: 30px 16px !important;
        border-radius: 18px !important;
        margin: 30px auto !important;
        transform: translateY(-40px) !important;
    }

    .benefit-container {
        flex-direction: column !important;
        height: auto !important;
        gap: 20px !important;
        text-align: center !important;
    }

    .benefit-text h2 {
        font-size: 1.3rem !important;
        margin-bottom: 10px !important;
    }

    .benefit-text p {
        max-width: 100% !important;
        font-size: 13px !important;
        margin: 8px 0 15px !important;
        line-height: 1.5 !important;
    }

    .benefit-icon {
        display: none !important;
    }

    .our-pinstripes {
        inset: 10px !important;
        border-radius: 14px !important;
    }

    /* Clients Mobile */
    .clients-section {
        margin-top: -40px !important;
        padding: 20px 12px !important;
    }

    .clients-section h2 {
        font-size: 1.3rem !important;
        margin-bottom: 15px !important;
    }

    .logo-box {
        flex: 0 0 100px !important;
        height: 80px !important;
        font-size: 12px !important;
    }

    .marquee-track {
        gap: 12px !important;
        animation: scroll 10s linear infinite !important;
    }

    /* Footer Mobile */
    .get-in-touch {
        border-top-left-radius: 40px !important;
        border-top-right-radius: 40px !important;
        padding: 15px 12px !important;
    }

    .get-in-touch h2 {
        font-size: 1.3rem !important;
        margin-bottom: 12px !important;
        padding-top: 10px !important;
    }

    .email-form {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .email-form input {
        width: 90% !important;
        padding: 12px 15px !important;
        font-size: 14px !important;
        border-radius: 25px !important;
    }

    .email-form button {
        width: 90% !important;
        padding: 12px 30px !important;
        font-size: 14px !important;
        border-radius: 25px !important;
    }

    .footer-container {
        flex-direction: column !important;
        align-items: center !important;
        padding: 20px 15px !important;
    }

    .footer-item {
        flex: 1 1 100% !important;
        margin: 12px 0 !important;
        text-align: center !important;
    }

    .footer-item h4 {
        font-size: 15px !important;
    }

    .footer-item p {
        font-size: 13px !important;
    }

    .footer-bottom {
        font-size: 11px !important;
        padding-top: 6px !important;
    }
}

/* ==========================================
   TABLET (768px - 1023px)
   ========================================== */
@media (min-width: 768px) and (max-width: 1023px) {

    .banner {
        width: 98% !important;
        border-radius: 28px !important;
    }

    .banner .inner-frame {
        inset: 16px !important;
    }

    .banner-content h1 {
        font-size: 3rem !important;
    }

    .banner-content h1 span {
        font-size: 2.4rem !important;
    }

    .btn-wrapper {
        gap: 16px !important;
    }

    .btn-outline,
    .btn-filled {
        padding: 14px 24px !important;
        font-size: 15px !important;
    }

    .banner-circular-bg {
        width: 520px !important;
        height: 360px !important;
        bottom: -110px !important;
    }

    /* Sections */
    .who-we-are {
        padding: 50px 40px !important;
    }

    .who-container {
        gap: 35px !important;
    }

    .who-text h2 {
        font-size: 1.75rem !important;
    }

    .our-services {
        padding: 50px 40px !important;
    }

    .our-services h2 {
        font-size: 1.75rem !important;
    }

    .service-box h3 {
        font-size: 22px !important;
    }

    .how-benefit {
        padding: 50px 40px !important;
    }

    .benefit-text h2 {
        font-size: 1.75rem !important;
    }

    .icon-wrapper img {
        height: 200px !important;
    }
}

/* ==========================================
   HD SCREENS (1024px - 1439px)
   Includes: 1366x768, 1280x720
   ========================================== */
@media (min-width: 1024px) and (max-width: 1439px) {
    .banner {
        width: 96% !important;
        border-radius: 34px !important;
    }

    .banner-content {
        max-width: 760px !important;
        padding: 0 22px !important;
        margin-top: -5%;
    }

    .banner-content h1 {
        font-size: 45px !important;
        /* margin-top: 10%; */
    }

    .banner-content h1 span {
        font-size: 3rem !important;
    }

    .btn-wrapper {
        gap: 18px !important;
    }

    .banner-circular-bg {
        width: 620px !important;
        height: 450px !important;
        bottom: -70%;
        margin-left: -125px;
    }

    .who-we-are {
        padding: 55px 60px !important;
        width: 94% !important;
    }

    .who-container {
        gap: 45px !important;
    }

    .who-text h2 {
        font-size: 1.9rem !important;
    }

    .who-text p {
        font-size: 15px !important;
    }

    .our-services {
        padding: 55px 60px !important;
    }

    .our-services h2 {
        font-size: 34px !important;
    }

    .services-container {
        gap: 45px !important;
    }

    .service-box h3 {
        font-size: 24px !important;
    }

    .service-box p {
        font-size: 15px !important;
    }

    .how-benefit {
        padding: 55px 60px !important;
        width: 94% !important;
    }

    .benefit-text h2 {
        font-size: 1.9rem !important;
    }

    .benefit-text p {
        font-size: 15px !important;
    }

    .icon-track {
        width: 340px !important;
    }

    .get-in-touch h2 {
        font-size: 32px !important;
    }

    .email-form input {
        width: 380px !important;
    }
}

/* ==========================================
   FULL HD / 1080p SCREENS (1440px - 1919px)
   Includes: 1920x1080, 1680x1050
   ========================================== */
@media (min-width: 1440px) and (max-width: 1919px) {
    .banner {
        width: 96% !important;
        border-radius: 38px !important;
    }

    .banner .inner-frame {
        inset: 20px !important;
        border-radius: 28px !important;
        border-top-left-radius: 140px !important;
        border-bottom-right-radius: 140px !important;
    }

    .banner-content {
        max-width: 860px !important;
        padding: 0 32px !important;
    }

    .subtitle {
        font-size: 1.05rem !important;
        margin-bottom: 14px !important;
    }

    .banner-content h1 {
        font-size: 4.4rem !important;
        margin-top: 30px;
    }

    .banner-content h1 span {
        font-size: 3.8rem !important;
    }

    .btn-wrapper {
        gap: 22px !important;
    }

    .btn-outline,
    .btn-filled {
        padding: 14px 32px !important;
        font-size: 17px !important;
    }

    .banner-circular-bg {
        width: 880px !important;
        height: 620px !important;
        bottom: -600px !important;
        left: 34% !important;
    }

    .who-we-are {
        padding: 70px 90px !important;
        width: 93% !important;
        border-radius: 38px !important;
    }

    .who-container {
        gap: 60px !important;
        height: 350px !important;
    }

    .who-text h2 {
        font-size: 2.2rem !important;
    }

    .who-text p {
        font-size: 16px !important;
        max-width: 520px !important;
        margin: 18px 0 28px !important;
    }

    .our-services {
        padding: 70px 90px !important;
        border-radius: 38px !important;
    }

    .our-services h2 {
        font-size: 2.2rem !important;
        margin-bottom: 50px !important;
    }

    .services-container {
        gap: 60px !important;
    }

    .service-box {
        padding: 24px !important;
        margin-bottom: 20px !important;
    }

    .service-box h3 {
        font-size: 28px !important;
    }

    .service-box p {
        font-size: 17px !important;
    }

    .service-icon img {
        height: 70px !important;
    }

    .services-image img {
        height: 450px !important;
    }

    .how-benefit {
        padding: 70px 90px !important;
        width: 93% !important;
        border-radius: 38px !important;
    }

    .benefit-container {
        gap: 60px !important;
        height: 350px !important;
    }

    .benefit-text h2 {
        font-size: 2.2rem !important;
    }

    .benefit-text p {
        font-size: 16px !important;
        max-width: 540px !important;
    }

    .icon-track {
        width: 440px !important;
        gap: 28px !important;
    }

    .icon-wrapper img {
        height: 280px !important;
    }

    .text-track {
        gap: 50px !important;
    }

    .clients-section h2 {
        font-size: 36px !important;
        margin-bottom: 40px !important;
    }

    .logo-box {
        flex: 0 0 260px !important;
        height: 180px !important;
        font-size: 26px !important;
    }

    .get-in-touch h2 {
        font-size: 38px !important;
    }

    .email-form input {
        width: 450px !important;
        padding: 18px !important;
    }
}

/* ==========================================
   LARGE / 4K SCREENS (1920px and above)
   ========================================== */
@media (min-width: 1920px) {

    .banner {
        width: 95% !important;
        border-radius: 42px !important;
        margin-bottom: -120px !important;
    }

    .banner .inner-frame {
        inset: 22px !important;
        border-radius: 32px !important;
        border-top-left-radius: 150px !important;
        border-bottom-right-radius: 150px !important;
    }

    .banner-content {
        max-width: 920px !important;
        padding: 0 40px !important;
    }

    .subtitle {
        font-size: 1.15rem !important;
    }

    .banner-content h1 {
        font-size: 4.8rem !important;
    }

    .banner-content h1 span {
        font-size: 4.2rem !important;
    }

    .btn-wrapper {
        gap: 24px !important;
    }

    .btn-outline,
    .btn-filled {
        padding: 16px 36px !important;
        font-size: 18px !important;
    }

    .banner-circular-bg {
        width: 1000px !important;
        height: 700px !important;
        bottom: -72%;
        left: 36%;
    }

    .who-we-are {
        padding: 80px 110px !important;
        width: 92% !important;
        transform: translateY(150px) !important;
    }

    .who-container {
        gap: 70px !important;
        height: 400px !important;
    }

    .who-text h2,
    .our-services h2,
    .benefit-text h2 {
        font-size: 2.4rem !important;
    }

    .our-services {
        padding: 80px 110px !important;
        margin: 100px auto !important;
    }

    .how-benefit {
        padding: 80px 110px !important;
        width: 92% !important;
        transform: translateY(-150px) !important;
    }

    .clients-section h2 {
        font-size: 40px !important;
    }

    .logo-box {
        flex: 0 0 280px !important;
        height: 200px !important;
        font-size: 28px !important;
    }

    .get-in-touch h2 {
        font-size: 42px !important;
    }

    .email-form input {
        width: 500px !important;
        padding: 20px 25px !important;
    }
}

/* ==========================================
   PORTRAIT MODE
   ========================================== */
@media (max-width: 1023px) and (orientation: landscape) {
    .banner {
        min-height: 100vh !important;
        padding: 30px 0 !important;
    }

    .banner-content h1 {
        font-size: 2.4rem !important;
    }

    .banner-content h1 span {
        font-size: 2rem !important;
    }

    .who-container,
    .benefit-container {
        height: auto !important;
        min-height: 200px !important;
    }
}

/* ==========================================
   PRINT STYLES
   ========================================== */
@media print {

    .banner-circular-bg,
    .pinstripes,
    .about-pinstripes,
    .our-pinstripes,
    .get-in-touch,
    .global-footer {
        display: none !important;
    }
}