/* Entire Footer Section */
.footer {
    background: linear-gradient(180deg, #fff1f7 0%, #ffe6f3 40%, #ffd9ec 100%);
    padding-top: 80px;
    color: #444;
    font-family: 'Poppins', sans-serif;
}

/* Footer Widget Section */
.footer__widget {
    margin-bottom: 40px;
}

.footer__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #222;
}

/* About Text */
.footer__content p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* Social Icons */
.footer__social__icon ul {
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
    display: flex;
    gap: 12px;
}

.footer__social__icon ul li a {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff4fa6;
    font-size: 16px;
    transition: .3s;
    box-shadow: 0 4px 10px rgba(255, 77, 163, 0.15);
}

.footer__social__icon ul li a:hover {
    background: #ff4fa6;
    color: #fff;
}

/* Center Column (Logo & Contact) */
.footer__logo img {
    width: 130px;
    margin-bottom: 15px;
    filter: drop-shadow(0 3px 10px rgba(0,0,0,0.1));
}

.footer__address ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__address__info p {
    margin: 8px 0;
    font-weight: 500;
    font-size: 15px;
}

/* Newsletter Box */
.footer__input {
    display: flex;
    margin-top: 15px;
}

.footer__input input {
    width: 100%;
    padding: 12px 18px;
    border-radius: 30px 0 0 30px;
    border: none;
    outline: none;
    font-size: 14px;
}

.footer__input button {
    background: #ff4fa6;
    color: #fff;
    padding: 12px 20px;
    border: none;
    font-weight: 600;
    transition: .3s;
}

.footer__input button:hover {
    background: #ff2b84;
}

/* Copyright Area */
.copyright {
    background: #ffe1ef;
    padding: 15px 0;
    margin-top: 40px;
    border-top: 1px solid #fed3e8;
}

.copyright__text p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.copyright__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.copyright__menu ul li {
    display: inline-block;
    margin-left: 18px;
}

.copyright__menu ul li a {
    font-size: 14px;
    color: #444;
    text-decoration: none;
    transition: .3s;
}

.copyright__menu ul li a:hover {
    color: #ff4fa6;
}

/* MOBILE RESPONSIVE */
@media(max-width: 768px){
    .footer__inner .row {
        text-align: center;
    }

    .footer__social__icon ul {
        justify-content: center;
    }

    .copyright__menu ul {
        text-align: center;
        margin-top: 10px;
    }
    
    /* MOBILE HEADER WRAPPER */
.mob_menu_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 12px 0;
}

/* LEFT ICON */
.mobile-off-canvas {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* CENTER LOGO */
.mobile-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.mobile-logo img {
    max-width: 120px;
    display: block;
    margin: 0 auto;
}

/* RIGHT ICONS */
.header-right-wrap {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

}

 

/* ======================== Login & Registration Model ============================ */

/* MODAL BEAUTY STYLE */
.beauty-modal {
    border-radius: 20px;
    padding: 20px;
    background: #fff7fc;
    box-shadow: 0 10px 40px rgba(255, 77, 163, 0.2);
    position: relative;
}

.beauty-modal .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.beauty-modal-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #ff4fa6;
    margin-bottom: 20px;
}

/* Input Groups */
.beauty-input-group {
    margin-bottom: 15px;
}

.beauty-input-group label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    color: #444;
}

.beauty-input-group input {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #f7cfea;
    background: #fff;
    font-size: 14px;
}

.beauty-input-group input:focus {
    border-color: #ff4fa6;
}

/* FULL BUTTON */
.beauty-btn-full {
    width: 100%;
    padding: 12px;
    border: none;
    background: linear-gradient(135deg, #ff7fbd, #ff4fa6);
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    font-size: 15px;
    margin-top: 10px;
    box-shadow: 0 6px 16px rgba(255, 77, 163, 0.25);
}

.beauty-btn-full:hover {
    background: linear-gradient(135deg, #ff4fa6, #ff2e8f);
}

/* Switch between login/register */
.beauty-switch-text {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}

.beauty-switch-text a {
    color: #ff4fa6;
    font-weight: 600;
    text-decoration: none;
}

.beauty-close {
    background: #ffe1ef;
    border: none;
    color: #ff4fa6;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.beauty-modal .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9999;     /* MOST IMPORTANT */
    cursor: pointer;
}


.modal-content {
    position: relative;
}




/* Mobile Responsive */
@media(max-width: 480px){
    .beauty-modal {
        padding: 15px;
    }
    .beauty-modal-title {
        font-size: 22px;
    }
}





/* ================= Start Product Section ==================== */
/* ------------------------------
   GRID PRODUCT CARD STYLING
--------------------------------*/
.grid__wraper {
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.grid__wraper:hover {
    transform: translateY(-4px);
}

/* Product Title */
.grid__wraper__tittle a {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
}

/* ------------------------------
   NEW PRICE + QTY + BUY NOW BOX
--------------------------------*/

/* Price */
.product-price {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

/* Quantity */
.qty-box {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    overflow: hidden;
    height: 34px;
}

.qty-box button {
    width: 30px;
    height: 34px;
    border: none;
    background: #f7f7f7;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.qty-box button:hover {
    background: #eaeaea;
}

.qty-box input {
    width: 36px;
    text-align: center;
    border: none;
    font-size: 14px;
}

/* BUY NOW Button */
.buy-now-btn {
    background: #ff5ea5;
    border: none;
    padding: 7px 16px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
}

.buy-now-btn:hover {
    background: #ff3d8a;
}

/* ------------------------------
   MODAL STYLING
--------------------------------*/
.modal-dialog {
    max-width: 900px;
}

.modal-content {
    border-radius: 15px;
    padding: 10px 15px;
}

.modal-body img {
    border-radius: 10px;
}

/* Description scroll */
.product-description {
    max-height: 180px;
    overflow-y: auto;
    padding-right: 8px;
    font-size: 15px;
    color: #333;
}

/* Slider arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}



/* Existing desktop layout */
.product-bottom-box {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

/* Mobile responsive fix */
@media (max-width: 575px) {

    .product-bottom-box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: 100%;
    }

    .product-price {
        font-size: 16px !important;
        text-align: center;
        width: 100%;
        margin-bottom: 4px;
    }

    .qty-box {
        transform: scale(0.90);
    }

    .buy-now-btn {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        border-radius: 10px;
        font-size: 14px;
    }

    .grid__wraper {
        padding: 8px;
    }

    .grid__wraper__tittle a {
        font-size: 14px;
        text-align: center;
        display: block;
    }

}

@media (max-width:768px) {
    .product-bottom-box {
        justify-content: center;
        gap:10px;
    }
}




/* Full soft gradient section */
.beauty-banner-section {
    background: linear-gradient(135deg, #ffe9f4 0%, #fff5fb 50%, #fff8ff 100%);
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    position: relative;
    overflow: hidden;
}

/* floating abstract circles */
.beauty-banner-section::before,
.beauty-banner-section::after {
    content: "";
    position: absolute;
    background: rgba(255, 200, 230, 0.45);
    width: 280px;
    height: 280px;
   
    filter: blur(90px);
    z-index: 0;
}
.beauty-banner-section::before { top: -60px; left: -40px; }
.beauty-banner-section::after { bottom: -60px; right: -40px; }

/* Main card container */
.beauty-slide-card {
    display: flex;
    align-items: center;        /* vertical center */
    justify-content: center;    /* horizontal center */
    gap: 60px;
    padding: 60px 60px;
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    position: relative;
    z-index: 2;
    transition: 0.4s ease;
}

/* on hover slight lift */
.beauty-slide-card:hover {
    transform: translateY(-6px);
}

/* Product Image */
.beauty-slide-card img {
    max-height: 360px;
    object-fit: contain;
    filter: drop-shadow(0 8px 20px rgba(0,0,0,0.15));
    border-radius: 20px;
}

/* Image wrapper – THIS FIXES THE CENTER ISSUE */
.beauty-image {
    display: flex;
    justify-content: center;   /* Horizontal center */
    align-items: center;       /* Vertical center */
    width: 100%;
}

/* Product Image */
.beauty-slide-card img {
    max-height: 360px;
    object-fit: contain;
    filter: drop-shadow(0 8px 20px rgba(0,0,0,0.15));
    border-radius: 20px;
    margin: auto;            /* Extra safety for centering */
}

/* Content */
.beauty-content {
    width: 100%;
}


/* TEXT */
.beauty-banner-title {
    font-size: 25px;
    font-weight: 800;
    color: #222;
    line-height: 1.25;
}

.beauty-banner-text {
    font-size: 18px;
    color: #555;
    max-width: 480px;
    margin: 15px 0 20px;
    line-height: 1.7;
}

.beauty-banner-price {
    font-size: 30px;
    font-weight: 800;
    color: #ff4da3;
    margin-bottom: 25px;
}

/* Button – premium rounded */
.beauty-btn {
    background: linear-gradient(135deg, #ff7fbd, #ff4da3);
    border: none;
    padding: 12px 34px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border-radius: 30px;
    transition: 0.3s;
    box-shadow: 0 8px 18px rgba(255, 77, 163, 0.35);
}
.beauty-btn:hover {
    background: linear-gradient(135deg, #ff4da3, #ff2e8f);
    box-shadow: 0 12px 20px rgba(255, 40, 130, 0.4);
}

/* Mobile Optimized Beauty Banner (450px & below) */
@media(max-width: 450px) {

    /* MAIN CARD */
    .beauty-slide-card {
        flex-direction: column;
        text-align: center;
        padding: 22px 18px;
        gap: 16px;
        border-radius: 16px;
        background: rgba(255,255,255,0.65);
        backdrop-filter: blur(12px);
        box-shadow: 0 6px 22px rgba(0,0,0,0.07);
        margin: 0 10px;
        position: relative;
        z-index: 20;
    }

    /* IMAGE */
    .beauty-image {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .beauty-slide-card img {
        max-height: 180px;
        object-fit: contain;
        border-radius: 14px;
        margin: auto;
        filter: drop-shadow(0 5px 16px rgba(0,0,0,0.18));
    }

    /* TITLE */
    .beauty-banner-title {
        font-size: 16px;
        font-weight: 700;
        color: #222;
        line-height: 1.3;
        margin-bottom: 6px;
        padding: 0 10px;
    }

    /* DESCRIPTION */
    .beauty-banner-text {
        font-size: 12px;
        color: #666;
        line-height: 1.55;
        max-width: 95%;
        margin: 0 auto 15px;
    }

    /* PRICE */
    .beauty-banner-price {
        font-size: 20px;
        font-weight: 800;
        color: #ff369d;
        margin-bottom: 12px;
    }

    /* BUTTON – FULL WIDTH & PREMIUM */
    .beauty-btn {
        background: linear-gradient(135deg, #ff7fbd, #ff4da3);
        width: 100%;
        padding: 10px 0;
        border-radius: 40px;
        font-size: 15px;
        font-weight: 700;
        color: white;
        box-shadow: 0 8px 18px rgba(255, 77, 163, 0.3);
        border: none;
        letter-spacing: 0.3px;

        /* click fix */
        z-index: 9999 !important;
        pointer-events: auto !important;
        position: relative;
    }
    
    /* Full soft gradient section */
    .beauty-banner-section {
        background: linear-gradient(135deg, #ffe9f4 0%, #fff5fb 50%, #fff8ff 100%);
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 2px !important;
        padding-right: 2px !important;
        position: relative;
        overflow: hidden;
    }

    /* HIDE DOTS */
    .slick-dots,
    .swiper-pagination {
        display: none !important;
    }

    /* Slider overlay click issue fix */
    .slick-slide,
    .slick-track,
    .slick-list,
    .swiper-slide,
    .swiper-wrapper {
        pointer-events: none !important;
    }

    /* Enable only your card & buttons */
    .beauty-slide-card,
    .beauty-content,
    .beauty-btn {
        pointer-events: auto !important;
    }

    /* Disable arrow click in mobile */
    .slick-prev, .slick-next,
    .swiper-button-next, .swiper-button-prev {
        pointer-events: none !important;
        opacity: 0 !important;
    }

}



/* ----------------------------------------------
   SHOP NOW BUTTON CLICK FIX (SLICK / SWIPER)
---------------------------------------------- */
/* MOBILE FIX – No dots + clickable buttons + working slider */
@media(max-width:450px){

    /* Hide Dots (Slick + Swiper) */
    .slick-dots,
    .swiper-pagination {
        display: none !important;
    }

    /* Make sure slider remains functional */
    .slick-slide,
    .slick-slide,
    .slick-track,
    .slick-list,
    .swiper-slide,
    .swiper-wrapper {
        pointer-events: none !important;
        z-index: 1 !important;
    }

    /* Shop Now & content must be fully clickable */
    .beauty-slide-card,
    .beauty-content,
    .beauty-btn {
        pointer-events: auto !important;
        position: relative;
        z-index: 50 !important;
    }

    /* Slider arrows disabled only visually */
    .slick-prev, .slick-next,
    .swiper-button-next, .swiper-button-prev {
        opacity: 0 !important;
        pointer-events: none !important;
    }
}



/* ================= Brand Section  ================= */

/* ===== Section Wrapper ===== */
.rm-about-brands{
    padding:80px 20px;
    background:linear-gradient(135deg,#ffeaf4,#fff7fb,#ffe3f1);
    font-family:'Poppins',sans-serif;
}

.rm-container{
    max-width:1250px;
    margin:auto;
    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:60px;
    align-items:center;
}

/* ===== LEFT SIDE ===== */
.rm-title{
    font-size:25px;
    font-weight:800;
    color:#222;
}
.rm-title span{
    color:#ff3c8f;
}

.rm-lead{
    margin:18px 0 25px;
    font-size:17px;
    color:#444;
    line-height:1.7;
}

.rm-features li{
    margin-bottom:16px;
    background:#fff;
    padding:14px 18px;
    border-radius:14px;
    font-size:15px;
    box-shadow:0 10px 22px rgba(255,40,110,0.12);
}
.rm-features li strong{
    display:block;
    font-size:16px;
    color:#111;
}

/* ===== RIGHT SIDE: BRAND SLIDER ===== */
.rm-brands{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:20px;
}

/* Glass Stage */
.rm-brand-stage{
    width:100%;
    height:330px;
    border-radius:30px;
    background:rgba(255,255,255,0.55);
    backdrop-filter:blur(18px);
    box-shadow:0 18px 45px rgba(255,55,140,0.15);
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

/* Slides */
.rm-brand-slide{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    opacity:0;
    transform:translateY(25px) scale(.92);
    transition:.5s ease;
    pointer-events:none;
}
.rm-brand-slide.active{
    opacity:1;
    transform:translateY(0) scale(1);
    pointer-events:auto;
}

.rm-brand-slide img{
    max-width:50%;
    padding:10px;
   
}

/* Caption */
.rm-brand-slide figcaption{
    margin-top:14px;
    font-size:18px;
    font-weight:700;
    color:#ff3c8f;
}

/* Controls */
.rm-controls{
    display:flex;
    gap:10px;
    align-items:center;
}
.rm-control{
    width:40px;
    height:40px;
    background:#fff;
    border:none;
    border-radius:12px;
    color:#ff3c8f;
    font-size:22px;
    cursor:pointer;
    box-shadow:0 6px 16px rgba(255,40,120,0.18);
    transition:.25s;
}
.rm-control:hover{
    transform:translateY(-3px);
    background:#ffe3f1;
}

/* Dots */
.rm-dots{
    display:flex;
    gap:8px;
}
.rm-dots button{
    width:10px;height:10px;
    border-radius:50%;
    border:none;
    background:#ffcce5;
}
.rm-dots button.active{
    background:#ff3c8f;
    transform:scale(1.3);
}

/* ===== RESPONSIVE ===== */
@media(max-width:900px){
    .rm-container{
        grid-template-columns:1fr;
        text-align:center;
    }
    .rm-features li strong{
        text-align:center;
    }
}
@media(max-width:480px){
    .rm-brand-stage{
        height:260px;
    }
    .rm-brand-slide img{
        max-width:65%;
    }
}
    


