/* ---------------------------------------
   HEADER — MOBILE RESPONSIVE
----------------------------------------- */
@media (max-width: 992px) {

   .top-bar-inner {
    display: flex;
    flex-direction: column;   /* two rows */
    align-items: flex-start;  /* left align everything */
    padding: 6px 15px;
    gap: 5px;
}

/* FIRST ROW (phone + email) */
.top-bar .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
}

/* SECOND ROW (Join Today / Login / Become Provider) */
.top-bar .right {
    width: 100%;
    display: flex;
    justify-content: center; /* centered */
    gap: 15px;
    font-size: 14px;
}

.top-bar .right a {
    margin: 0 !important;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.top-bar .left span {
    margin: 0 !important;
    font-size: 14px;
}
    /* Reduce logo size on mobile */
    .navbar .container {
        display: flex;
        flex-direction: column;   /* stack: logo ↑ menu ↓ */
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }

    /* Center the logo */
    .navbar .container > a {
        order: 1;                 /* logo first */
        margin-bottom: 10px;
    }

    .navbar .container > a img {
        width: 180px !important;
    }

    /* MENU button centered under logo */
    .custom-menu-btn {
        order: 2;                 /* menu second */
        background: #ef7d00 !important;
        color: #fff !important;
        border: none !important;
        padding: 8px 20px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 4px;
        margin-bottom: 10px;
    }

    /* Hide the default hamburger icon */
    .navbar-toggler-icon {
        display: none !important;
    }

    /* Make dropdown menu full-width and centered */
    #mainNav {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .navbar-nav .nav-link {
        padding: 12px;
    }

    .member-hero .hero-text h1 {
        font-size: 34px;
        padding: 15px 25px;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

     .hero-title-box {
        left: 30px;
        bottom: 30px;
        padding: 10px 22px;
    }

    .hero-title-box h1 {
        font-size: 30px;
    }

    .about-section {
        padding: 40px 15px;
    }

    .about-heading {
        font-size: 26px;
    }

    .contact-info-grid {
        flex-direction: column;
        gap: 40px;
    }

    .column {
        width: 100%;
    }

    .hero-text-box h1 {
        font-size: 40px;
        padding: 20px 30px;
    }

}

/* Even smaller screens */
@media (max-width: 500px) {
    header .navbar img {
        width: 150px !important;
    }
}


@media (max-width: 768px) {

    /* ---------- HERO SLIDER ---------- */
    .hero-slider {
        height: 420px !important;
    }

    .hero-slider .slide img {
        height: 420px !important;
        object-fit: cover;
    }

    .slide-content,
    .slide-content1 {
        position: absolute;
        top: auto;
        bottom: 20px;
        left: 0;
        right: 0;
        transform: none;
        text-align: center !important;
        padding: 0 15px;
        max-width: 100%;
    }

    .slide-content h2,
    .slide-content1 h2 {
        font-size: 20px !important;
        line-height: 26px;
    }

    .slide-content p,
    .slide-content1 p {
        font-size: 15px !important;
        line-height: 20px;
    }

    .btn-slide {
        padding: 10px 22px;
        font-size: 14px;
        margin-top: 10px;
    }

    /* ---------- MINI BOXES ---------- */
    .slide-mini-box,
    .slide1-mini-box {
        width: 90%;
        left: 50% !important;
        right: auto !important;
        top: 20px !important;
        transform: translateX(-50%) !important;
        padding: 18px;
        font-size: 15px;
    }

    .slide-mini-box p,
    .slide1-mini-box p {
        font-size: 14px !important;
        line-height: 19px;
    }

    

    /* Force slider arrows to show on mobile */
    .slider-btn {
         display: none !important;
        visibility: hidden !important;
    }

    /* Move arrows inward so they don’t go outside the screen */
    .prev { left: 10px !important; }
    .next { right: 10px !important; }

    /* Make sure overlay does NOT block the arrows */
    .slide-overlay {
        pointer-events: none !important;
    }

.row.g-0 .col-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .service-box {
        padding: 25px 15px !important;
    }

    .service-box img {
        height: 90px !important;
    }

    .service-box h4 {
        font-size: 16px !important;
        margin-top: 10px;
    }


    /* ---------- PARTNERS ---------- */
    .service-box img {
        max-width: 90px !important;
    }


/*---------Benefits Section----------*/


    /* Benefits section: make 1 per row */
    .benefits-section .col-md-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px;
    }

    /* Stack icon above text */
    .benefits-section .d-flex {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    /* Icon on top */
    .benefits-section img {
        margin: 0 0 10px 0 !important;
        width: 60px !important;
        height: auto;
    }

    /* Text spacing */
    .benefits-section h5 {
        font-size: 18px !important;
        margin-bottom: 5px !important;
    }

    .benefits-section p {
        font-size: 15px !important;
        margin: 0 !important;
    }


 /* Hero height + centering */
    .business-hero {
        height: 300px;
    }

    .business-hero .hero-text {
        left: 0;
        width: 100%;
        text-align: center;
        transform: translateY(-50%);
    }

    .business-hero .hero-text h1 {
        font-size: 30px;
    }

    /* Solutions grid = 1 column */
    .solutions-grid {
        grid-template-columns: 1fr;
    }

    /* Intro spacing */
    .business-intro {
        font-size: 16px;
        padding: 25px 15px 10px;
    }

    /* Branding & Collaboration stack */
    .business-content .row {
        flex-direction: column;
        gap: 25px;
    }

    .business-content .col-md-6 {
        text-align: center;
    }

     .about-hero {
        height: 260px;
    }

    .about-hero .hero-bg {
        height: 260px;
    }

    .hero-title-box {
        left: 15px;
        bottom: 20px;
        height: fit-content;
    }

    .hero-title-box h1 {
        font-size: 24px;
    }

    .highlight-text {
        font-size: 18px;
        margin-top: 10px;
    }

    .review-logo-box img {
        max-width: 180px;
    }


}


   




    /* ---------- TESTIMONIAL SECTION ---------- */
    .testimonial {
        padding: 25px 20px !important;
        margin: 0 10px !important;
    }

    .testimonial p {
        font-size: 16px !important;
    }

    .testimonial h5 {
        font-size: 16px !important;
    }

    .testimonial-btn {
        font-size: 30px !important;
    }

    .prev-test { left: 15px !important; }
    .next-test { right: 15px !important; }

    /* ---------- APP DOWNLOAD SECTION ---------- */
    .single-phone {
        max-height: 270px !important;
        top: 40px !important;
    }

    .app-box {
        height: 380px !important;
        padding: 10px !important;
    }

     .app-section .col-md-6:first-child {
        text-align: justify !important;
    }



    .app-section {
    background: #fff;
}

/* ORANGE PHONE BOX */
.phone-wrapper {
    background: linear-gradient(180deg, #f57c00, #ff9800);
    padding: 50px 30px;
    border-radius: 6px;
    display: inline-block;
}

.phone-img {
    max-width: 260px;
    width: 100%;
}

/* RIGHT CONTENT */
.app-title {
    color: #f57c00;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 25px;
}

.app-text {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
}

.download-title {
    color: #f57c00;
    font-weight: 700;
    margin-top: 30px;
}

/* STORE BUTTONS */
.store-btn {
    height: 45px;
    width: auto;
}


    /* Center the "DOWNLOAD APP FROM" text */
    .app-section h6 {
        text-align: center !important;
    }

    /* Center the App Store + Google Play icons */
    .app-section .d-flex {
        justify-content: center !important;
        width: 100% !important;
    }

    /* Add spacing between icons on mobile */
    .app-section .d-flex a {
        margin: 0 8px !important;
    }


  

    /* Center everything on mobile */
    .divider {
        display: none !important; /* Hide the vertical line */
    }

    .py-3 .d-flex {
        flex-direction: column !important;
        text-align: center !important;
        gap: 10px !important;
    }

    .py-3 img {
        height: 45px !important;
    }

    .py-3 h4 {
        font-size: 16px !important;
        margin-top: 5px;
    }
.divider {
    background-color: #ff6600; /* Make it visible */
    flex-shrink: 0;            /* Prevent shrinking */
}

/* Vertical by default (desktop) */

    .divider {
        width: 2px;
        height: 50px;
        margin: 0 16px;        /* Horizontal spacing between logo and text */
    }


/* Horizontal for mobile */
@media (max-width: 767.98px) {
    .divider {
        width: 50px;           /* Horizontal length */
        height: 2px;           /* Thickness */
        margin: 16px 0;        /* Vertical spacing between stacked items */
    }
}





/* ---------------------------------------
   FOOTER — MOBILE RESPONSIVE
----------------------------------------- */
@media (max-width: 600px) {

/* Mobile footer layout */
 .footer-columns {
     
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 25px !important;
        white-space: normal !important;   /* FIX 100% */
        padding: 0 !important;
    }

    .footer-column {
         padding-left: 35px !important; 
        width: 100% !important;
        margin: 0 !important;             /* FIX misalignment */
        flex: unset !important;
    }

    /* Reset the first/last column desktop padding */
    .footer-column:first-child,
    .footer-column:last-child {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Force headings to align same */
    .footer-column li:first-child b {
        display: block;
        margin-bottom: 15px !important;   /* uniform spacing */
    }

    .footer-column ul {
        width: 100% !important;
        padding-left: 0 !important;
    }
 


    /* Footer bottom */
    .footer-bottom {
        flex-direction: column;
        text-align: left; /* Align text to left */
        padding: 20px 10px;
        gap: 10px; /* add some spacing between items */
    }

    .footer-social {
        order: 2; /* Make social icons appear after copyright */
        position: static;
        margin-bottom: 0;
        justify-content: flex-start; /* Align social icons left */
    }

    .footer-bottom p {
        order: 1; /* Show copyright above social icons */
        font-size: 12px;
        margin: 0 0 10px 0; /* margin below copyright */
    }

    .contact-hero {
        height: 300px;
    }

    .hero-text-box {
        left: 20px;
    }

    .hero-text-box h1 {
        font-size: 32px;
    }

    /* Keep day and time on same line */
    .hours-list li {
        flex-direction: row; /* keep in row */
        justify-content: space-between; /* push time to right */
        flex-wrap: wrap; /* allow small screens to wrap if necessary */
        text-align: left;
    }

    .hours-list li span,
    .hours-list li strong {
        white-space: nowrap; /* prevent breaking into next line */
    }

    .send-btn {
        width: 100%;
    }
}


/* TABLET */


/* MOBILE */
@media (max-width: 576px) {
    .member-hero {
        height: 260px;
    }

     .member-hero .hero-text {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 90%; /* adjust width to fit the heading inside screen */
    }

    .member-hero .hero-text h1 {
        font-size: 26px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   RESPONSIVE CSS — BUSINESS SOLUTIONS PAGE
   ========================================================= */

/* ---------- TABLETS (max-width: 991px) ---------- */
@media (max-width: 991px) {

    /* Hero Heading */
    .business-hero .hero-text h1 {
        font-size: 36px;
        text-align: center;
        padding: 15px 25px;
    }

    /* Intro bottom spacing reduced */
    .business-intro {
        padding-bottom: 15px !important;
    }

    /* Solutions grid becomes 2 columns */
    .solutions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}



/* ---------- MOBILE (max-width: 576px) ---------- */
@media (max-width: 576px) {

    /* Hero smaller */
    .business-hero {
        height: 250px;
    }

    .business-hero .hero-text h1 {
        font-size: 24px;
        padding: 10px 20px;
    }

    /* Solution box padding reduced */
    .solution-box {
        padding: 20px;
    }

    /* Intro bottom spacing reduced */
    .business-intro {
        padding-bottom: 5px !important;
    }
}


/* MOBILE/TABLET RESPONSIVE */





@media (max-width: 500px) {
    .hero-title-box {
        padding: 8px 18px;
    }

    .hero-title-box h1 {
        font-size: 20px;
    }

    .about-section p {
        font-size: 15px;
    }
}








/* RESPONSIVE DESIGN */
@media (max-width: 900px) {
    .main-container {
        flex-direction: column;
        padding: 0 15px 40px 15px;
    }
    .sidebar {
        position: relative;
        top: auto;
        margin-top: 30px;
    }
}

/* RESPONSIVE */
@media (max-width: 480px) {
    .contactbox-button {
        width: 50px;
        height: 50px;
    }

    .contactbox-popup {
        width: 200px;
    }
}












