/* ==========================================================================
   EXCLUSIVE LINES INDIA - CUSTOM PAGE STYLES
   All CSS rules in this stylesheet are nested under the parent class
   .exclusive-custom-page-wrapper to prevent conflicts with the existing site.
   ========================================================================== */

.exclusive-custom-page-wrapper {
    /* Reset/Base wrapper styles if needed for the custom page */
    position: relative;
    width: 100%;
}

/* Base custom styles scoped under parent wrapper */
.exclusive-custom-page-wrapper h1,
.exclusive-custom-page-wrapper h2,
.exclusive-custom-page-wrapper h3,
.exclusive-custom-page-wrapper h4,
.exclusive-custom-page-wrapper h5,
.exclusive-custom-page-wrapper h6 {
    font-family: "Open Sans", sans-serif;
}

.exclusive-custom-page-wrapper p {
    font-family: "Open Sans", sans-serif;
}

/* Fix for missing footer background in local replica */
footer {
    background: url(https://exclusivelinesindia.com/assets/img/footerbg.jpg) no-repeat center center !important;
    background-size: cover !important;
}

/* ── Hero Section ── */
.exclusive-custom-page-wrapper .balmain-hero {
    background-color: #faf9f7;
    padding: 60px 0;
    border-bottom: 1px solid #ebebeb;
}

.exclusive-custom-page-wrapper .hero-eyebrow {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #8D645C;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.exclusive-custom-page-wrapper .hero-title {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 4px 0 15px 0;
}

.exclusive-custom-page-wrapper .hero-title span {
    background: -webkit-linear-gradient(60deg, rgba(222, 194, 115, 1) 36%, rgba(108, 79, 37, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.exclusive-custom-page-wrapper .hero-image-wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.exclusive-custom-page-wrapper .hero-campaign-img {
    width: 100%;
    height: auto;
    display: block;
}

.exclusive-custom-page-wrapper .hero-desc {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .exclusive-custom-page-wrapper .hero-desc {
        margin: 0;
    }
}

@media (max-width: 1199px) {
    .exclusive-custom-page-wrapper .hero-image-wrap {
        margin-bottom: 30px;
    }
}

/* ── Luxe Buttons ── */
.exclusive-custom-page-wrapper .btn-luxe-primary,
.exclusive-custom-page-wrapper .btn-luxe-secondary {
    display: inline-block;
    padding: 12px 32px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: normal !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.exclusive-custom-page-wrapper .btn-luxe-primary {
    background: linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
    color: #fff !important;
    border: none;
}

.exclusive-custom-page-wrapper .btn-luxe-primary:hover {
    box-shadow: 0 4px 15px rgba(108, 79, 37, 0.3);
    transform: translateY(-2px);
}

.exclusive-custom-page-wrapper .btn-luxe-secondary {
    background: #ffffff;
    color: #8D645C !important;
    border: 1px solid #8D645C;
}

.exclusive-custom-page-wrapper .btn-luxe-secondary:hover {
    background: linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
    color: #fff !important;
    border-color: transparent;
    transform: translateY(-2px);
}

/* ── Collection Grid ── */
.exclusive-custom-page-wrapper .balmain-collection-grid {
    width: 100%;
    margin-top: 20px;
}

.exclusive-custom-page-wrapper .balmain-product-card {
    position: relative;
    overflow: hidden;
}

.exclusive-custom-page-wrapper .balmain-product-card,
.exclusive-custom-page-wrapper .balmain-product-card .card-inner,
.exclusive-custom-page-wrapper .balmain-product-card .card-image-wrap,
.exclusive-custom-page-wrapper .balmain-product-card .card-image-wrap img {
    border-radius: 0 !important;
}

.exclusive-custom-page-wrapper .card-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.exclusive-custom-page-wrapper .card-image-wrap {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.exclusive-custom-page-wrapper .card-image-wrap a {
    display: block;
    width: 100%;
    height: 100%;
}

.exclusive-custom-page-wrapper .card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.exclusive-custom-page-wrapper .balmain-product-card:hover .card-image-wrap img {
    transform: scale(1.05);
}

/* ── Content Overlay (Desktop default) ── */
.exclusive-custom-page-wrapper .card-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    padding: 50px 8% 80px 8%;
}

.exclusive-custom-page-wrapper .card-content-overlay.align-right {
    justify-content: flex-end;
    align-items: flex-end;
}

.exclusive-custom-page-wrapper .card-content-overlay.align-left {
    justify-content: flex-start;
    align-items: flex-end;
}

.exclusive-custom-page-wrapper .content-box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.4s ease;
}

/* ── Typography inside Card ── */
.exclusive-custom-page-wrapper .product-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.exclusive-custom-page-wrapper .product-title,
.exclusive-custom-page-wrapper .product-title a {
    font-size: 30px !important;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal !important;
}

.exclusive-custom-page-wrapper .product-title {
    margin-bottom: 15px;
}

.exclusive-custom-page-wrapper .product-ref {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: 20px;
    display: block;
}

.exclusive-custom-page-wrapper .product-desc {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
    font-weight: 400;
}

.exclusive-custom-page-wrapper .product-price {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

/* ── Card Luxe Button ── */
.exclusive-custom-page-wrapper .btn-card-luxe {
    display: inline-block;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: normal !important;
    border-radius: 8px;
    color: #fff !important;
    background: linear-gradient(35deg, hsla(44, 62%, 66%, 1) 0%, hsla(35, 49%, 28%, 1) 100%);
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    width: fit-content;
}

.exclusive-custom-page-wrapper .btn-card-luxe:hover {
    box-shadow: 0 4px 12px rgba(108, 79, 37, 0.4);
    transform: translateY(-2px);
}

/* ── Card Styling Themes ── */

/* 1. Dark Overlay (Gold & Steel) */
.exclusive-custom-page-wrapper .card-content-overlay.theme-dark {
    color: #ffffff;
}

.exclusive-custom-page-wrapper .card-content-overlay.theme-dark .product-eyebrow {
    color: #DEC273;
}

.exclusive-custom-page-wrapper .card-content-overlay.theme-dark .product-title {
    color: #ffffff;
}

.exclusive-custom-page-wrapper .card-content-overlay.theme-dark .product-desc {
    color: rgba(255, 255, 255, 0.8);
}

.exclusive-custom-page-wrapper .card-content-overlay.theme-dark .product-price {
    color: #DEC273;
}

/* 2. Light Overlay (Dual Gold & Rose Gold) */
.exclusive-custom-page-wrapper .card-content-overlay.theme-light {
    color: #1a1a1a;
}

.exclusive-custom-page-wrapper .card-content-overlay.theme-light .product-eyebrow {
    color: #8D645C;
}

.exclusive-custom-page-wrapper .card-content-overlay.theme-light .product-title {
    color: #1a1a1a;
}

.exclusive-custom-page-wrapper .card-content-overlay.theme-light .product-desc {
    color: #555555;
}

.exclusive-custom-page-wrapper .card-content-overlay.theme-light .product-price {
    color: #6c4f25;
}

.exclusive-custom-page-wrapper .product-title a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.exclusive-custom-page-wrapper .product-title a:hover {
    opacity: 0.8;
}

/* ── Features Section ── */
.exclusive-custom-page-wrapper .balmain-features {
    background-color: #ffffff;
    border-top: 1px solid #ebebeb;
    padding: 60px 0 !important;
}

.exclusive-custom-page-wrapper .feature-item {
    text-align: center;
    position: relative;
}

@media (max-width: 767px) {
    .exclusive-custom-page-wrapper .feature-item {
        margin-bottom: 30px;
    }
    .exclusive-custom-page-wrapper .feature-item:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .exclusive-custom-page-wrapper .feature-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 15%;
        height: 70%;
        width: 1px;
        background: linear-gradient(180deg, rgba(141, 100, 92, 0) 0%, rgba(141, 100, 92, 0.2) 50%, rgba(141, 100, 92, 0) 100%);
    }
}

.exclusive-custom-page-wrapper .feature-inner {
    padding: 15px;
}

.exclusive-custom-page-wrapper .feature-icon {
    margin-bottom: 20px;
    display: inline-block;
    transition: transform 0.4s ease;
}

.exclusive-custom-page-wrapper .feature-item:hover .feature-icon {
    transform: translateY(-5px);
}

.exclusive-custom-page-wrapper .feature-title {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6C4F25;
    font-weight: 600;
    margin-bottom: 12px;
}

.exclusive-custom-page-wrapper .feature-desc {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 400;
}

/* ── Collection Intro Section ── */
.exclusive-custom-page-wrapper .collection-intro {
    background-color: #ffffff;
    padding: 65px 0 45px 0;
}

.exclusive-custom-page-wrapper .intro-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #8D645C;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.exclusive-custom-page-wrapper .intro-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin-top: 4px !important;
}

.exclusive-custom-page-wrapper .intro-title span {
    background: -webkit-linear-gradient(60deg, rgba(222, 194, 115, 1) 36%, rgba(108, 79, 37, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.exclusive-custom-page-wrapper .intro-divider {
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, rgba(222,194,115,1) 0%, rgba(108,79,37,1) 100%);
    margin: 20px auto;
}

.exclusive-custom-page-wrapper .intro-desc {
    font-size: 17px;
    color: #555555;
    line-height: 1.8;
    max-width: 680px;
    margin: 0 auto;
    font-weight: 400;
}

/* ── Inline Icon Bounce Animation ── */
.exclusive-custom-page-wrapper .bounce-icon {
    display: inline-block;
    animation: bounce-inline-icon 2s infinite;
    vertical-align: middle;
}

@keyframes bounce-inline-icon {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(3px);
    }
    60% {
        transform: translateY(1.5px);
    }
}

/* ==========================================================================
   RESPONSIVENESS AND MOBILE/TABLET ADJUSTMENTS
   ========================================================================== */

/* Tablet & Mobile Viewports (Under 992px) */
@media (max-width: 991px) {
    /* Stack absolute overlay text contents underneath the product image */
    .exclusive-custom-page-wrapper .card-inner {
        display: flex;
        flex-direction: column;
    }
    
    .exclusive-custom-page-wrapper .card-image-wrap {
        height: 450px !important;
    }
    
    .exclusive-custom-page-wrapper .card-image-wrap img {
        height: 100% !important;
        object-fit: cover !important;
    }
    
    .exclusive-custom-page-wrapper .card-content-overlay {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        height: auto !important;
        padding: 40px 20px 50px 20px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .exclusive-custom-page-wrapper .card-content-overlay.theme-dark {
        background-color: #121212 !important;
    }
    
    .exclusive-custom-page-wrapper .card-content-overlay.theme-light {
        background-color: #f7f5f0 !important;
    }
    
    .exclusive-custom-page-wrapper .content-box {
        width: 100% !important;
        max-width: 540px;
        text-align: center !important;
        align-items: center !important;
    }
    
    .exclusive-custom-page-wrapper .product-title,
    .exclusive-custom-page-wrapper .product-title a {
        font-size: 24px !important;
        letter-spacing: normal !important;
    }
    
    .exclusive-custom-page-wrapper .product-title {
        margin-bottom: 15px !important;
    }
    
    .exclusive-custom-page-wrapper .product-desc {
        margin-bottom: 20px !important;
        font-size: 14.5px !important;
    }
    
    .exclusive-custom-page-wrapper .product-price {
        margin-bottom: 20px !important;
        font-size: 18px !important;
    }
}

/* Mobile Viewports (Under 768px) */
@media (max-width: 767px) {
    /* Hero adjustments */
    .exclusive-custom-page-wrapper .balmain-hero {
        padding: 45px 0;
    }
    
    .exclusive-custom-page-wrapper .hero-image-wrap {
        margin-bottom: 25px;
    }
    
    .exclusive-custom-page-wrapper .hero-title {
        font-size: 30px !important;
        margin: 10px 0;
    }
    
    .exclusive-custom-page-wrapper .hero-eyebrow {
        font-size: 9px !important;
        letter-spacing: 2.5px;
    }
    
    .exclusive-custom-page-wrapper .hero-desc {
        font-size: 14.5px !important;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    /* Product grid section padding and card spacing on mobile */
    .exclusive-custom-page-wrapper .balmain-collection-grid {
        padding: 0 15px !important;
        margin-top: 10px !important;
    }

    .exclusive-custom-page-wrapper .balmain-product-card {
        margin-bottom: 25px !important;
    }

    .exclusive-custom-page-wrapper .balmain-product-card:last-child {
        margin-bottom: 0 !important;
    }

    /* Round product cards on mobile only */
    .exclusive-custom-page-wrapper .balmain-product-card .card-inner {
        border-radius: 12px !important;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    }

    .exclusive-custom-page-wrapper .balmain-product-card .card-image-wrap,
    .exclusive-custom-page-wrapper .balmain-product-card .card-image-wrap img,
    .exclusive-custom-page-wrapper .balmain-product-card .card-image-wrap a,
    .exclusive-custom-page-wrapper .balmain-product-card .card-image-wrap picture {
        border-radius: 12px 12px 0 0 !important;
        overflow: hidden;
    }

    .exclusive-custom-page-wrapper .balmain-product-card .card-content-overlay {
        border-radius: 0 0 12px 12px !important;
    }
    
    /* Card image height on mobile */
    .exclusive-custom-page-wrapper .card-image-wrap {
        height: 340px !important;
    }
    
    .exclusive-custom-page-wrapper .card-image-wrap img {
        height: 100% !important;
        object-fit: cover !important;
    }
    
    .exclusive-custom-page-wrapper .btn-card-luxe {
        padding: 10px 20px;
        font-size: 12px;
        letter-spacing: normal !important;
    }
    
    /* Collection Intro Section adjustments */
    .exclusive-custom-page-wrapper .collection-intro {
        padding: 55px 0 35px 0 !important;
    }
    
    .exclusive-custom-page-wrapper .intro-eyebrow {
        font-size: 9px !important;
        letter-spacing: 2px;
    }
    
    .exclusive-custom-page-wrapper .intro-title {
        font-size: 22px !important;
        line-height: 1.3;
    }
    
    .exclusive-custom-page-wrapper .intro-desc {
        font-size: 14.5px !important;
        line-height: 1.6;
        padding: 0 10px;
    }
    
    /* Features Showcase adjustments */
    .exclusive-custom-page-wrapper .balmain-features {
        padding: 40px 0 !important;
    }
    
    .exclusive-custom-page-wrapper .feature-title {
        font-size: 12px !important;
        margin-bottom: 8px !important;
    }
    
    .exclusive-custom-page-wrapper .feature-desc {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
}

/* ==========================================================================
   HERITAGE & BOUTIQUE EXPERIENCE SECTIONS
   ========================================================================== */

/* ── Heritage Section ── */
.exclusive-custom-page-wrapper .balmain-heritage {
    background-color: #fbfaf8;
    padding: 65px 0;
    border-top: 1px solid #ebebeb;
}

.exclusive-custom-page-wrapper .heritage-eyebrow {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #8D645C;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.exclusive-custom-page-wrapper .heritage-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
}

.exclusive-custom-page-wrapper .heritage-title span {
    background: -webkit-linear-gradient(60deg, rgba(222, 194, 115, 1) 36%, rgba(108, 79, 37, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.exclusive-custom-page-wrapper .heritage-divider {
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, rgba(222,194,115,1) 0%, rgba(108,79,37,1) 100%);
    margin: 20px 0;
}

@media (max-width: 767px) {
    .exclusive-custom-page-wrapper .heritage-divider {
        margin: 20px auto;
    }
}

.exclusive-custom-page-wrapper .heritage-desc {
    font-size: 17px;
    color: #555555;
    line-height: 1.8;
    font-weight: 400;
}

.exclusive-custom-page-wrapper .heritage-image-wrap {
    width: 100%;
    height: 380px; /* Reduced height on desktop for a balanced layout */
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.exclusive-custom-page-wrapper .heritage-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.8s ease;
}

.exclusive-custom-page-wrapper .heritage-image-wrap:hover .heritage-img {
    transform: scale(1.03);
}

/* ── Boutique Experience Section ── */
.exclusive-custom-page-wrapper .balmain-boutique-experience {
    background-color: #ffffff;
    padding: 65px 0;
    color: #1a1a1a;
    border-top: 1px solid #ebebeb;
}

.exclusive-custom-page-wrapper .boutique-eyebrow {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #DEC273;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.exclusive-custom-page-wrapper .boutique-title {
    font-size: 11px !important;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #8D645C !important;
    margin-bottom: 0px;
    display: inline-block;
    line-height: 1.5;
}

.exclusive-custom-page-wrapper .boutique-desc {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    max-width: 780px;
    margin: 0 auto;
    font-weight: 400;
}

.exclusive-custom-page-wrapper .LocationGrid {
    margin-top: 40px;
}

.exclusive-custom-page-wrapper .location-item {
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .exclusive-custom-page-wrapper .location-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%);
    }
}

.exclusive-custom-page-wrapper .location-inner {
    padding: 15px;
}

.exclusive-custom-page-wrapper .location-city {
    font-size: 18px;
    font-weight: 600;
    color: #DEC273;
    margin-bottom: 10px;
}

.exclusive-custom-page-wrapper .location-details {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Dark Section Button Custom Override */
.exclusive-custom-page-wrapper .btn-luxe-secondary-white {
    display: inline-block;
    padding: 12px 32px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: normal !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    background: transparent;
    color: #ffffff !important;
    border: 1px solid #ffffff;
}

.exclusive-custom-page-wrapper .btn-luxe-secondary-white:hover {
    background: #ffffff;
    color: #121212 !important;
    transform: translateY(-2px);
}

/* Responsiveness overrides for the new sections */
@media (max-width: 767px) {
    .exclusive-custom-page-wrapper .balmain-heritage {
        padding: 45px 0;
    }
    
    .exclusive-custom-page-wrapper .heritage-eyebrow {
        font-size: 9px !important;
        letter-spacing: 2.5px;
    }
    
    .exclusive-custom-page-wrapper .heritage-title {
        font-size: 22px !important;
        line-height: 1.3;
    }
    
    .exclusive-custom-page-wrapper .heritage-desc {
        font-size: 14.5px !important;
        line-height: 1.6;
    }
    
    .exclusive-custom-page-wrapper .balmain-boutique-experience {
        padding: 45px 0;
    }
    
    .exclusive-custom-page-wrapper .boutique-eyebrow {
        font-size: 9px !important;
        letter-spacing: 2.5px;
    }
    
    .exclusive-custom-page-wrapper .boutique-title {
        font-size: 10px !important;
        letter-spacing: 3px;
    }
    
    .exclusive-custom-page-wrapper .boutique-desc {
        font-size: 14.5px !important;
        line-height: 1.6;
    }
    
    .exclusive-custom-page-wrapper .btn-luxe-secondary-white {
        padding: 12px 32px;
        font-size: 18px;
    }

    .exclusive-custom-page-wrapper .heritage-image-wrap {
        height: 250px !important;
    }
}

/* ── Boutique Swiper Carousel Styles ── */
.exclusive-custom-page-wrapper .boutique-swiper {
    width: 100%;
    padding: 5px 40px 60px 40px !important;
    position: relative;
    overflow: hidden;
}

.exclusive-custom-page-wrapper .boutique-card {
    background: #fbfaf8;
    border: 1px solid rgba(141, 100, 92, 0.12);
    border-radius: 12px;
    padding: 35px 30px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.exclusive-custom-page-wrapper .boutique-card:hover {
    background: #8D645C !important;
    border-color: #8D645C !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(141, 100, 92, 0.15);
}

.exclusive-custom-page-wrapper .boutique-card:hover .boutique-card-name,
.exclusive-custom-page-wrapper .boutique-card:hover .boutique-card-address,
.exclusive-custom-page-wrapper .boutique-card:hover .boutique-card-tel {
    color: #ffffff !important;
}

.exclusive-custom-page-wrapper .boutique-card:hover .boutique-card-divider {
    background: rgba(255, 255, 255, 0.4) !important;
}

.exclusive-custom-page-wrapper .boutique-card-name {
    font-size: 20px;
    font-weight: 600;
    color: #8D645C;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    transition: color 0.4s ease;
}

.exclusive-custom-page-wrapper .boutique-card-address {
    font-size: 14.5px;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
    transition: color 0.4s ease;
}

.exclusive-custom-page-wrapper .boutique-card-divider {
    width: 30px;
    height: 1px;
    background: rgba(141, 100, 92, 0.25);
    margin: 0 auto 15px auto;
    transition: background-color 0.4s ease;
}

.exclusive-custom-page-wrapper .boutique-card-tel {
    font-size: 14.5px;
    color: #777777;
    margin-bottom: 0;
    transition: color 0.4s ease;
}

/* Custom Swiper Controls for Boutique Section */
.exclusive-custom-page-wrapper .boutique-swiper-prev,
.exclusive-custom-page-wrapper .boutique-swiper-next {
    color: #8D645C !important;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(141, 100, 92, 0.25);
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 20;
    top: 50% !important;
    transform: translateY(-50%) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.exclusive-custom-page-wrapper .boutique-swiper-prev:hover,
.exclusive-custom-page-wrapper .boutique-swiper-next:hover {
    background: #8D645C;
    color: #ffffff !important;
    border-color: #8D645C;
}

.exclusive-custom-page-wrapper .boutique-swiper-prev::after,
.exclusive-custom-page-wrapper .boutique-swiper-next::after {
    font-size: 18px !important;
    font-weight: bold;
}

.exclusive-custom-page-wrapper .boutique-swiper-prev {
    left: 0px !important;
}

.exclusive-custom-page-wrapper .boutique-swiper-next {
    right: 0px !important;
}

.exclusive-custom-page-wrapper .boutique-swiper-pagination {
    bottom: 15px !important;
}

.exclusive-custom-page-wrapper .boutique-swiper-pagination .swiper-pagination-bullet {
    background: rgba(141, 100, 92, 0.25) !important;
    opacity: 1 !important;
    width: 8px !important;
    height: 8px !important;
    transition: all 0.3s ease;
}

.exclusive-custom-page-wrapper .boutique-swiper-pagination .swiper-pagination-bullet-active {
    background: #8D645C !important;
    transform: scale(1.3);
}

@media (max-width: 767px) {
    .exclusive-custom-page-wrapper .boutique-swiper {
        padding: 20px 20px 50px 20px !important;
    }
    .exclusive-custom-page-wrapper .boutique-swiper-prev,
    .exclusive-custom-page-wrapper .boutique-swiper-next {
        display: none !important;
    }
}


