
        .country-color {
            color: #28A745;
        }

        .banner .holder {
            width: 100%;
        }

        .coupon-para {
            color: #28A745;
        }

        .join-community-button:hover {
            color: #ffb300;
        }

        .join-community-text {
            display: inline-block;
            transition: transform 0.3s ease;
            font-weight: 600;
            font-size: 18px;
        }

        .join-community-text:hover {
            transform: scale(1.1);
            text-decoration: underline;
        }

        .radius-container {
            display: flex;
            align-items: center;
            gap: 15px;
            justify-content: end;
        }

        .radius-slider {
            width: 170px;
            overflow-x: auto;
        }

        .radius-input {
            width: 60px;
            padding: 5px;
            text-align: center;
        }

        .best-offer-discount {
            position: absolute;
            top: -15px;
            left: -15px;
            z-index: 10;
            width: 45px !important;
            height: 45px !important;
            border-radius: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            background: #33b86c;
            font-weight: 400;
            font-size: 14px;
        }

        .img-bg-card-wrapper {
            width: 100% !important;
            height: 190px !important;
            padding: 10px !important;
        }

        .img-bg-card-wrapper img {
            width: 100% !important;
            height: 100% !important;
            object-fit: contain !important;
            object-position: center !important;
        }

        #newsletter {
            background-color: #F6F6F6;
        }

        .newsletter-box-text ch2 {
            font-size: 30px;
            line-height: 50px;
            font-weight: 600;
            margin: 0 0 8px;
            font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

        .newsletter-box-text p {
            font-size: 1.4rem;
            margin-bottom: 15px;
        }

        .newsletter-box-text input {
            width: 90% !important;
            padding: 1rem !important;
            height: fit-content;
            font-size: 1.5rem;
        }

        .newsletter-box-text .input-group {
            flex-direction: column;
        }

        .input-group-append button {
            padding: .8rem 2rem;
            font-size: 1.4rem;
            line-height: 1.5;
            border-radius: .2rem;
            margin-top: 2rem;
        }

        .store-sec {
            overflow: hidden;
        }

        .store-sec.style2 {
            padding: 145px 0;
        }

        .store-sec .heading {
            margin: 0 0 18px;
        }

        .store-sec .heading .clr {
            color: #ff3300;
        }

        .store-sec .header {
            margin: 0 0 63px;
        }

        .store-sec .store-logo {
            overflow: hidden;
            margin: 0 0 61px;
            border-top: 1px solid #d4d4d4;
            border-left: 1px solid #d4d4d4;
        }

        .store-sec .store-logo li {
            width: 20%;
            height: 120px;
            float: left;
            display: flex;
            align-items: center;
            justify-content: center;
            border-right: 1px solid #d4d4d4;
            border-bottom: 1px solid #d4d4d4;
            background: white;
        }

        .store-sec .store-logo a {
            padding: 10px;
            display: block;
        }

        .store-sec .store-logo a img {
            display: inline-block;
            vertical-align: middle;
        }

        .store-sec .btn-primary {
            font-size: 15px;
            padding: 17px 63px;
            font-weight: 600;
            background: #29b6f6;
        }
        .title-card-wrapper {
    width: 100% !important;
    height: 50px !important;
    margin-bottom: 5px !important;
}
.list-show {
    display: flex;
    justify-content: center;
}
.store-sec-para {
        font-family: 'Montserrat', sans-serif;  }
        
        .loader {
            border: 10px solid #f3f3f3;
            border-radius: 50%;
            border-top: 8px solid #3498;
            width: 45px;
            height: 45px;
            -webkit-animation: spin 2s linear infinite;
            /* Safari */
            animation: spin 2s linear infinite;
        }

        .luxury-bg {
            background-color: #870200 !important
        }

        /* Safari */
        @-webkit-keyframes spin {
            0% {
                -webkit-transform: rotate(0deg);
            }

            100% {
                -webkit-transform: rotate(360deg);
            }
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        /* Override Bootstrap Accordion Button */
        .accordion-button {
            padding: 2.8rem 1rem;
            font-size: 1.25rem;
            color: #000;
            background-color: #f8f9fa;
            border: none;
            box-shadow: none;
            text-align: left;
            width: 100%;
        }

        /* Remove border and background on hover and focus */
        .accordion-button:hover,
        .accordion-button:focus {
            color: #000;
            /* background-color: #f8f9fa; */
            border: none;
            box-shadow: none;
        }

        /* Remove the border from the accordion item */
        .accordion-item {
            border: none;
        }

        /* Styling for the collapsed state arrow */
        .accordion-button::after {
            content: '\25bc';
            /* Down arrow icon */
            font-size: 1rem;
            float: right;
            transition: transform 0.2s ease;
        }

        /* Styling for the expanded state arrow */
        .accordion-button:not(.collapsed)::after {
            content: '\25b2';
            /* Up arrow icon */
            transform: rotate(180deg);
        }

        .img-holder.overlay {
            max-height: 194px
        }

        /* Custom styling for the accordion body */
        .accordion-body {
            padding: 1rem;
            background-color: #ffffff;
            border-top: 1px solid #dee2e6;
        }

        /* Optional: remove border-bottom from the last accordion body */
        .accordion-item:last-child .accordion-body {
            border-bottom: none;
        }
   
        .luxury-container {
            background: #5A0200;
            background: linear-gradient(211deg, rgba(90, 2, 0, 1) 39%, rgba(132, 6, 13, 1) 52%, rgba(141, 6, 16, 1) 53%, rgba(167, 8, 23, 1) 58%, rgba(141, 6, 16, 1) 61%, rgba(167, 8, 23, 1) 63%, rgba(141, 6, 16, 1) 70%, rgba(167, 8, 23, 1) 77%, rgba(141, 6, 16, 1) 81%, rgba(167, 8, 23, 1) 85%, rgba(141, 6, 16, 1) 92%);
            padding: 60px 0;
            position: relative;
        }

        .luxury-container .lgd {
            position: absolute;
            z-index: 90;
            content: "";
            height: 300px;
            width: 300px;
            top: 0;
            right: 0;
            background: #540202;
            background: linear-gradient(151deg, rgba(84, 2, 2, 1) 12%, rgba(167, 8, 23, 1) 20%, rgba(167, 8, 23, 1) 26%, rgba(105, 7, 14, 1) 33%, rgba(105, 7, 14, 1) 51%, rgba(84, 2, 2, 1) 54%, rgba(84, 2, 2, 1) 71%);
        }

        .luxury-slider {
            z-index: 99;
        }

        .bg-black {
            background-color: black;
            color: white;
        }

        .luxury-p {
            color: white;
            font-weight: lighter;
            margin: 17px 0;
            font-size: 12px;
        }

        .luxury-header {
            color: white;
            font-weight: 600;
            font-size: 35px;
            line-height: 1.1;
        }

        .luxury-card {
            width: 320px !important;
            margin-top: 20px;
            background-image: linear-gradient(to bottom, #7f7f7f, #eee, #7f7f7f);
            border-radius: 12px;
            padding: 15px;
            position: relative;
            text-align: center;
            display: inline-block;
        }

        .luxury-card img {
            width: 35px;
            height: 250px;
            border-radius: 8px;
        }

        .discount-badge {
            position: absolute;
            top: -10px;
            left: -10px;
            display: grid;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            padding: 10px;
            z-index: 99;
            border-radius: 50%;
            font-size: 14px;
            background-image: linear-gradient(to bottom, #7f7f7f, #eee, #7f7f7f);
            height: 52px;
            width: 52px;
        }

        .discount-badge:before {
            top: 50%;
            position: absolute;
            left: 50%;
            background: black;
            transform: translate(-50%, -50%);
            content: "";
            border-radius: 50%;
            width: 49px;
            height: 49px;
        }

        .discount-badge span {
            z-index: 99;
            background-image: linear-gradient(to bottom, #fff, #7f7f7f);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            /* for Firefox */
            color: transparent;
        }

        .title {
            margin: 15px 0 25px 0;
            font-weight: bold;
            font-size: 18px;
        }

        .price {
            font-size: 16px;
            font-weight: bold;
            color: black;
        }

        .price del {
            color: #727272;
            margin-left: 8px;
            font-size: 14px;
        }

        .l-btn {
            display: block;
            margin: 15px auto 0;
            background: white;
            border-radius: 20px;
            font-weight: bold;
            font-size: 16px;
            cursor: pointer;
            transition: 0.3s;
            width: 100%;
        }

        .btn-gradient:focus-visible {
            outline: none
        }

        .btn-gradient {
            padding: 2px;
            border: none;
            background-image: linear-gradient(to left, #7f7f7f, #eee, #7f7f7f);
        }

        .btn-gradient div:not(.accordian-secondary) {
            border-radius: 20px;
            padding: 10px 20px;
            background-image: linear-gradient(to bottom, #7f7f7f, #eee, #7f7f7f);
        }

        .btn-gradient .accordian-secondary {
            border-radius: 20px;
            padding: 15px 25px;
            color: white;
            background-color: #360505;
        }

        .luxury-title-left {
            z-index: 99;
            margin: auto 0;
            position: absolute;
            padding: 0 1px 0 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .newsletter-box-text form button {
            font-family: poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 400;
            background-color: #0069d9;
        }


        .tiles-bg:before,
        .tiles-bg:after {
            position: absolute;
            z-index: 95;
            content: "";
            width: 300px;
            height: 300px;
            background-size: 150px;
            background-image: url(https://i.ibb.co/sYxLCPj/Whats-App-Image-2025-09-20-at-14-24-35-2d718cdb-removebg-preview.png);
            background-repeat: no-repeat;
            background-position: center;
            -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            -webkit-mask-size: cover;
            mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
            mask-repeat: no-repeat;
            mask-position: center;
            mask-size: cover;
            background-repeat: repeat;
        }

        .tiles-bg:before {
            top: 0;
            right: 0;
        }

        .tiles-bg:after {
            bottom: 0;
            left: 0;
        }

        .slick-list.draggable {
            margin-left: 10px
        }

        ch4.muted-luxury-text {
            color: #b8535f;
            font-style: italic;
            font-family: cursive;
            font-size: 12px;
        }

        ch3.muted-luxury-text {
            color: #b8535f;
            font-size: 18px;
        }

        .withOptions .slick-slide .luxury-card {
            transform: scale(0.9);
            opacity: 0.5;
        }

        .withOptions .slick-center .luxury-card {
            transform: scale(1.15);
            opacity: 1;
        }

        .withOptions {
            position: relative;
            overflow: hidden;
            -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-size: cover;
            mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
            mask-repeat: no-repeat;
            mask-size: cover;
        }

        .slider-wrapper {
            z-index: 99;
            position: relative;
            max-width: 1000px;
            margin: 0 auto;
        }

        .slick-track {
            display: flex
        }

        /* .withOptions .slick-arrow {
            display: none ;
        } */

        .slick-arrow:before {
            opacity: 1;
            padding: 10px 15px;
            background-color: black;
            border-radius: 10px;
        }

        .slick-prev:before {
            content: '\276E';
            font-size: 20px;
        }

        .slick-next {
            right: 0;
            z-index: 99;
        }

        .slick-next:before {
            content: '\276F';
            font-size: 20px;
        }

        .radius-container {
            display: flex;
            align-items: center;
            gap: 15px;
            width: 250px;
        }

        .radius-slider {
            width: 300px;
            overflow-x: auto;
        }

        .slider {
            width: 100%;
        }

        .radius-input {
            width: 60px;
            padding: 5px;
            text-align: center;
        }

        .gold-border {
            border: 2px solid #F3C623 !important;
        }

        .my-10 {
            margin-bottom: 3rem !important;
        }
        .feature-sec .feature-box .icon .border img {
                width: 100% !important;
            }
   
        .newsletter-box-text h2 {
            font-size: 3rem;
            font-weight: 600;
            margin-bottom: 0;
        }

        .newsletter-box-text p {
            font-size: 1.4rem;
            margin-bottom: 15px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
        }

        .newsletter-box-text input {
            width: 90% !important;
            padding: 1rem !important;
            height: fit-content;
            font-size: 1.5rem;
        }

        .newsletter-box-text .input-group {
            flex-direction: column;
        }

        .input-group-append button {
            padding: .8rem 2rem;
            font-size: 1.4rem;
            line-height: 1.5;
            border-radius: .2rem;
            margin-top: 2rem;
        }

        #luxury-container-with-carosaul {
            padding: 0 100px
        }

        @media screen and (max-width: 731px) {
            #luxury-container-with-carosaul {
                padding: 0 10px
            }

            .luxury-title-left {
                position: relative;
                z-index: 100;
            }

            .luxury-container .lgd {
                width: 100%
            }

            .slick-prev {
                z-index: 1000;
                left: 20px;
            }

            .slick-next {
                right: 40px;
                z-index: 99;
            }

            .luxury-title-left {
                margin-bottom: 15px
            }

            .store-logo li {
                width: 50% !important;
            }

            .newsletter-box-text ch2 {
                line-height: 32px;
                color: #343a40 !important;
                font-size: 28px;
            }
        }
        .withOptions .slick-slide {
    padding: 0 15px;
}

.luxury-card {
    background: #fff;
    border-radius: 12px;
    transition: all 0.35s ease;
}

/* spacing */
.withOptions .slick-slide {
    padding: 0 15px;
    opacity: 1;
    transform: scale(0.9);
}

/* active center slide */
.withOptions .slick-center {
    opacity: 1;
    transform: scale(1.05);
}

/* slider container */
.slider-wrapper {
    position: relative;
}

/* slick arrows base */
.withOptions .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #000;
    opacity: 0.85;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* left arrow */
.withOptions .slick-prev {
    left: -22px;
}

/* right arrow */
.withOptions .slick-next {
    right: -22px;
}

/* arrow icons */
.withOptions .slick-prev::before,
.withOptions .slick-next::before {
    font-size: 20px;
    color: #fff;
    opacity: 1;
}

/* hover effect */
.withOptions .slick-arrow:hover {
    opacity: 1;
}
