/* ==========================================================
   TRESS LOUNGE — MOBILE RESPONSIVE CSS
   Covers: Header/Nav, Banner, Sections, Footer, Floating Buttons
   ========================================================== */

/* -------------------------------------------------------
   1. GLOBAL OVERFLOW FIX
------------------------------------------------------- */
html, body {
    overflow-x: hidden !important;
    width: 100%;
}

img, video {
    max-width: 100%;
    height: auto;
}

/* -------------------------------------------------------
   2. HEADER & NAVIGATION
------------------------------------------------------- */
.hedd-toopp-colorrr {
    position: relative;
    z-index: 9999;
}

.header-area {
    width: 100%;
    background: #fff;
}

/* Desktop nav: hide on mobile */
@media (max-width: 991px) {
    .main-menu nav > ul {
        display: none !important;
    }

    /* MeanMenu hamburger button styling */
    .meanmenu-reveal {
        display: block !important;
        position: absolute;
        right: 15px;
        top: 10px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 99999;
    }

    .mean-container .mean-bar {
        background: #ffffff !important;
        padding: 0;
        min-height: 50px;
        z-index: 9999;
    }

    .mean-container a.meanmenu-reveal {
        color: #000 !important;
        border-color: #000 !important;
    }

    .mean-container a.meanmenu-reveal span {
        background: #000 !important;
    }

    .mean-container .mean-nav {
        background: #111 !important;
    }

    .mean-container .mean-nav ul li a {
        color: #fff !important;
        border-top: 1px solid rgba(255,255,255,0.15) !important;
        padding: 12px 5% !important;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        background: #222 !important;
        color: #fff !important;
    }

    /* Logo center on mobile */
    .header-one__wrp {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
    }

    .logo img {
        max-height: 50px;
        width: auto;
    }

    /* Hide Book button in nav on mobile (it's in meanmenu) */
    .menu-btns {
        display: none !important;
    }
}

/* -------------------------------------------------------
   3. BANNER / VIDEO SECTION
------------------------------------------------------- */
.banner-area {
    position: relative;
    overflow: hidden;
}

.banner__wrp {
    position: relative;
    width: 100%;
}

.banner__video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@media (max-width: 767px) {
    .banner__video {
        min-height: 300px;
        object-fit: cover;
    }

    .banner__content {
        padding: 15px 20px;
    }

    .banner__content h1.title,
    .banner__content .title {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    .banner__content h4.sub-title,
    .banner__content .sub-title {
        font-size: 13px !important;
    }

    .banner__content .btn-two-light {
        font-size: 13px !important;
        padding: 10px 18px !important;
    }
}

@media (max-width: 480px) {
    .banner__video {
        min-height: 220px;
    }

    .banner__content h1.title,
    .banner__content .title {
        font-size: 22px !important;
        line-height: 30px !important;
    }
}

/* -------------------------------------------------------
   4. FUNFACT / STATS SECTION
------------------------------------------------------- */
@media (max-width: 767px) {
    .funfact-section-four .inner-box {
        text-align: center;
        padding: 15px 10px;
    }

    .funfact-section-four .title {
        font-size: 28px !important;
    }

    .funfact-section-four .sub-title {
        font-size: 13px !important;
    }

    .funfact-block-four {
        margin-bottom: 15px;
    }
}

/* -------------------------------------------------------
   5. ABOUT SECTION
------------------------------------------------------- */
@media (max-width: 767px) {
    .about-section .image-column img,
    .aff img,
    .about-section img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 20px;
    }

    .about-section .content-column {
        padding: 0 15px;
    }

    .about-section .inner-column {
        text-align: center;
    }

    .about-section .list ul {
        text-align: left;
        display: inline-block;
    }

    .section-header h4.sub-title {
        text-align: center !important;
    }

    .boodd img {
        width: 100% !important;
    }
}

/* -------------------------------------------------------
   6. IMAGE 100% WIDTH UTILITY
------------------------------------------------------- */
.image100 {
    width: 100% !important;
    height: auto !important;
}

/* -------------------------------------------------------
   7. OFFER / BANNER IMAGE SECTION
------------------------------------------------------- */
@media (max-width: 767px) {
    .aff2 img,
    .aff21 img {
        width: 100% !important;
        height: auto !important;
    }
}

/* -------------------------------------------------------
   8. TESTIMONIALS SLIDER
------------------------------------------------------- */
@media (max-width: 767px) {
    .testimonial-section {
        padding: 30px 15px;
    }

    .testimonial-section .inner-box {
        padding: 20px 15px;
    }

    .text1 {
        font-size: 13px !important;
        line-height: 22px !important;
    }

    .titlee {
        font-size: 14px !important;
    }
}

/* -------------------------------------------------------
   9. PAGE TITLE / BREADCRUMB BANNER
------------------------------------------------------- */
@media (max-width: 767px) {
    .page-title {
        padding: 50px 15px !important;
        background-size: cover !important;
    }

    .page-title h1.title {
        font-size: 28px !important;
    }

    .page-breadcrumb {
        font-size: 13px !important;
    }
}

/* -------------------------------------------------------
   10. INNER PAGE SECTIONS (About, Services, etc.)
------------------------------------------------------- */
@media (max-width: 767px) {
    .inner-page {
        padding: 30px 0;
    }

    .swwww, .swwww1 {
        padding: 0 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .sec-titledf h2 {
        font-size: 22px !important;
    }
}

/* -------------------------------------------------------
   11. CONTACT PAGE
------------------------------------------------------- */
@media (max-width: 767px) {
    .address-box {
        height: auto !important;
        margin-bottom: 15px;
        padding: 15px;
    }

    .address-box h4 {
        font-size: 14px !important;
    }

    .contact-details__right {
        margin-top: 30px;
    }

    .sannn1 .col-md-4,
    .sannn .col-md-4 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
}

/* -------------------------------------------------------
   12. LOCATIONS PAGE — MAP BOXES
------------------------------------------------------- */
@media (max-width: 767px) {
    .tdg iframe {
        height: 180px !important;
    }

    .address-box {
        height: auto !important;
    }

    .locationnss {
        display: flex;
        gap: 10px;
    }
}

/* -------------------------------------------------------
   13. SERVICE / HAIR / SKIN / MAKEUP PAGES
------------------------------------------------------- */
@media (max-width: 767px) {
    .service-block-two .inner-box {
        margin-bottom: 20px;
    }

    /* Service detail pages — image + content side by side broken on mobile */
    .col-lg-6.image-column img,
    .col-lg-5 img,
    .col-lg-7 img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 20px;
    }
}

/* -------------------------------------------------------
   14. GALLERY PAGES
------------------------------------------------------- */
@media (max-width: 767px) {
    .gallery3-bg {
        padding: 20px 10px;
    }

    .gallery3-bg .col-md-3,
    .gallery3-bg .col-sm-6 {
        margin-bottom: 10px;
    }
}

/* -------------------------------------------------------
   15. FOOTER
------------------------------------------------------- */
@media (max-width: 767px) {
    .footer-area .col-md-6,
    .footer-area .col-xl-3 {
        text-align: center;
        margin-bottom: 25px;
    }

    .footer-area .contactus- li {
        justify-content: center;
    }

    .footer-area iframe {
        width: 100% !important;
    }

    .footerrrr {
        font-size: 12px;
        padding: 10px;
    }

    .foter-bottom {
        padding-top: 15px !important;
    }
}

/* -------------------------------------------------------
   16. FLOATING WHATSAPP + CALL BUTTONS
------------------------------------------------------- */
.cp-widget-button {
    position: fixed;
    bottom: 80px;
    right: 15px;
    z-index: 99999;
}

.cp-widget-button1 {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 99999;
}

.cp-widget-button__inner,
.cp-widget-button__inner1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    cursor: pointer;
    transition: transform 0.2s ease;
}

.cp-widget-button__inner1 {
    background: #000;
}

.cp-widget-button__inner:hover,
.cp-widget-button__inner1:hover {
    transform: scale(1.1);
}

.cp-widget-button img,
.cp-widget-button1 img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .cp-widget-button {
        bottom: 75px;
        right: 12px;
    }

    .cp-widget-button1 {
        bottom: 15px;
        right: 12px;
    }

    .cp-widget-button__inner,
    .cp-widget-button__inner1 {
        width: 46px;
        height: 46px;
    }

    .cp-widget-button img,
    .cp-widget-button1 img {
        width: 24px;
        height: 24px;
    }
}

/* -------------------------------------------------------
   17. PRE-BRIDAL PACKAGES PAGE — TABLE / PRICE LIST
------------------------------------------------------- */
@media (max-width: 767px) {
    table {
        width: 100% !important;
        overflow-x: auto;
        display: block;
        font-size: 13px;
    }

    .pre-bridal-section {
        padding: 20px 10px;
    }
}

/* -------------------------------------------------------
   18. WAX/BLEACH/THREADING PAGE
------------------------------------------------------- */
@media (max-width: 767px) {
    .wax-section table,
    .wax-bleach-section table {
        font-size: 12px;
    }
}

/* -------------------------------------------------------
   19. MEDIA / CELEB GALLERY — IMAGE GRID
------------------------------------------------------- */
@media (max-width: 767px) {
    .col-md-3.col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
        padding: 5px;
    }

    .col-md-3.col-sm-6 img {
        width: 100%;
        height: auto;
        border-radius: 4px;
    }
}

/* -------------------------------------------------------
   20. FAQ PAGE
------------------------------------------------------- */
@media (max-width: 767px) {
    .accordion-box .accordion .acc-btn {
        font-size: 14px;
        padding: 12px 15px;
    }

    .acc-content {
        font-size: 13px;
        padding: 10px 15px;
    }
}

/* -------------------------------------------------------
   21. FRANCHISE PAGE
------------------------------------------------------- */
@media (max-width: 767px) {
    .franchise-section img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 20px;
    }
}

/* -------------------------------------------------------
   22. GENERAL BOOTSTRAP COLUMN FIX FOR TABLETS
------------------------------------------------------- */
@media (max-width: 991px) {
    .col-lg-6,
    .col-lg-4,
    .col-lg-3,
    .col-lg-5,
    .col-lg-7,
    .col-lg-8 {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 575px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .row {
        margin-left: -8px !important;
        margin-right: -8px !important;
    }

    [class*="col-"] {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

/* -------------------------------------------------------
   23. BUTTON RESPONSIVENESS
------------------------------------------------------- */
@media (max-width: 767px) {
    .btn-two-light,
    .ssswaaa,
    .reddd,
    .book-now {
        font-size: 13px !important;
        padding: 10px 20px !important;
        white-space: nowrap;
    }
}

/* -------------------------------------------------------
   24. FORM RESPONSIVENESS
------------------------------------------------------- */
@media (max-width: 767px) {
    .form-control,
    input[type="text"],
    input[type="email"],
    textarea,
    select {
        font-size: 14px !important;
        padding: 10px 12px !important;
    }

    select#cars {
        width: 100%;
        padding: 10px 12px;
        font-size: 14px;
    }
}

/* -------------------------------------------------------
   25. MODAL (Book an Appointment)
------------------------------------------------------- */
@media (max-width: 767px) {
    .modal-dialog {
        margin: 10px;
    }

    .modal-content {
        padding: 10px;
    }

    .modal-title {
        font-size: 16px !important;
    }
}

/* -------------------------------------------------------
   26. SECTION PADDING REDUCTION ON MOBILE
------------------------------------------------------- */
@media (max-width: 767px) {
    .pt-60 { padding-top: 30px !important; }
    .pb-60 { padding-bottom: 30px !important; }
    .pt-80 { padding-top: 40px !important; }
    .pb-80 { padding-bottom: 40px !important; }
    .pt-100 { padding-top: 50px !important; }
    .pb-100 { padding-bottom: 50px !important; }
    .mb-40 { margin-bottom: 20px !important; }
}

/* -------------------------------------------------------
   27. HIDE DESKTOP DECORATIVE ELEMENTS ON MOBILE
------------------------------------------------------- */
@media (max-width: 767px) {
    .section__decoration-top::before,
    .section__decoration-bottom::after {
        display: none !important;
    }
}

/* -------------------------------------------------------
   28. VIDEO GALLERY (vidd-galler-hair)
------------------------------------------------------- */
@media (max-width: 767px) {
    .vidd-galler-hair {
        margin-bottom: 15px;
    }

    .vidd-galler-hair video {
        width: 100%;
        height: auto;
        border-radius: 6px;
    }
}

/* -------------------------------------------------------
   29. ABOUT PAGE — FOUNDER IMAGE
------------------------------------------------------- */
@media (max-width: 767px) {
    .about-page-img img,
    .munish-img,
    .img-fluid {
        width: 100% !important;
        height: auto !important;
    }
}

/* -------------------------------------------------------
   30. MENU FIXED (Sticky Header Scroll)
------------------------------------------------------- */
.header-area.menu-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    background: #fff !important;
}

@media (max-width: 991px) {
    /* Add top padding to body to compensate for fixed header */
    body {
        padding-top: 0;
    }
}
