* {
    margin: 0;
    padding: 0;
}

.custom-navbar {
    background: #f5f5f5;
    padding: 18px 0;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.logo {
    font-size: 25px;
    font-weight: 500;
    color: #000 !important;
}

.navbar-nav .nav-link {
    color: #000 !important;
    font-size: 17px;
    font-weight: 500;
}

.navbar-nav .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
}

.right-icons {
    gap: 18px;
}

.icon-btn {
    font-size: 24px;
    color: #000;
    text-decoration: none;
}

.whatsapp {
    color: #25D366;
}

.showroom-btn {
    padding: 12px 28px;
    border: 1.5px solid #e9be10;
    border-radius: 40px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    transition: 0.3s;
}

.showroom-btn:hover {
    background: #000;
    color: #fff;
}

.wishlist-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.wishlist-table th,
.wishlist-table td {
    vertical-align: middle;
    white-space: nowrap;
}

.wishlist-table td .d-flex {
    align-items: flex-start;
}

@media (max-width: 767px) {
    .wishlist-table thead {
        display: none;
    }

    .wishlist-table,
    .wishlist-table tbody,
    .wishlist-table tr,
    .wishlist-table td {
        display: block;
        width: 100%;
    }

    .wishlist-table tr {
        margin-bottom: 1.5rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        padding-bottom: 1rem;
    }

    .wishlist-table td {
        padding: 0.75rem 1rem;
        text-align: left;
        border: none;
        position: relative;
        background: transparent;
    }

    .wishlist-table td::before {
        content: attr(data-label);
        display: block;
        font-weight: 700;
        margin-bottom: 0.5rem;
        color: #333;
    }

    .wishlist-table td[data-label="Actions"] {
        padding-top: 0.5rem;
    }

    .wishlist-table td .d-flex {
        flex-direction: column;
        gap: 0.75rem;
    }

    .showroom-btn {
        width: 100%;
        text-align: center;
    }
}

.search-box {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 40px;
    padding: 8px 15px;
    gap: 10px;
}

.search-box i {
    font-size: 18px;
    color: #555;
}

.search-box input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    width: 140px;
}

.search-box input::placeholder {
    color: #999;
}

@media(max-width:991px) {
    .navbar-collapse {
        margin-top: 20px;
    }

    .right-icons {
        margin-top: 20px;
        justify-content: center;
    }

    .navbar-nav {
        text-align: center;
    }
}

.hero {
    min-height: 743px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)),
        url("https://www.marquisleisure.co.uk/storage/1233747/rio.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-box {
    margin-top: 245px;
}

.hero-title {
    font-size: 61px;
    font-family: system-ui;
    color: #fff;
}

.hero-discription {
    font-size: 20px;
    color: #fff;
}

.quality-section {
    padding: 100px 0;
    background: #f6f6f6;
}

.section-title h2 {
    font-size: 47px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
}

.section-title p {
    font-size: 18px;
    color: #555;
}

.quality-box {
    padding: 20px;
    transition: 0.3s ease;
}

.quality-box .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #111;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.quality-box h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #111;
}

.quality-box p {
    font-size: 17px;
    line-height: 1.8;
    color: #666;
}

.quality-box:hover {
    transform: translateY(-8px);
}

.rvs-section .card {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

.rvs-section .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.rvs-section .card-img-top {
    height: 260px;
    object-fit: cover;
}

.product-price {
    font-size: 22px;
    font-weight: 700;
    color: #111;
}

.product-actions {
    gap: 0.75rem;
}

.cta-section {
    background: #f5f5f5;
}

.sub-title {
    color: #b28e0b;
    letter-spacing: 1px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 12px;
}

@media(max-width:767px) {
    .product-actions {
        flex-direction: column;
    }
}

@media(max-width:991px) {
    .section-title h2 {
        font-size: 40px;
    }

    .quality-box {
        margin-bottom: 30px;
    }
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.fixed-top {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

.quality-box {
    border: 2px solid #dfdfdf;
    border-radius: 20px;
}

.footer {
    background: #111;
    color: #fff;
    padding: 40px 0 20px;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
}

.footer-section {
    margin: 20px;
    min-width: 200px;
}

.footer-section h2,
.footer-section h3 {
    margin-bottom: 15px;
}

.footer-section p {
    color: #bbb;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #bbb;
    text-decoration: none;
}

.footer-section ul li a:hover {
    color: #fff;
}

.socials a {
    display: block;
    color: #bbb;
    margin-bottom: 8px;
    text-decoration: none;
}

.socials a:hover {
    color: #fff;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #333;
    margin-top: 20px;
    padding-top: 15px;
    font-size: 14px;
    color: #bbb;
}

.card-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
}

.card-slider::-webkit-scrollbar {
    height: 8px;
}

.card-slider::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.service-card {
    min-width: 280px;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    scroll-snap-align: center;
    transition: .4s;
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .9),
            rgba(0, 0, 0, .2),
            transparent);
    color: #fff;
}

.overlay h4 {
    margin-bottom: 10px;
    font-weight: 700;
}

.service-card {
    width: 250px;
    transition: .5s;
}

.service-card:hover {
    width: 400px;
}

.contact-hero {
    position: relative;
    min-height: 420px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1200&q=80");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.contact-hero .overlays {
    position: relative;
    z-index: 1;
    width: 100%;
}

.contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.72));
}

.contact-hero .container,
.contact-hero .row {
    position: relative;
    z-index: 2;
}

.contact-hero .sub-title {
    color: #f0c230;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: inline-block;
}

.contact-hero h1 {
    font-size: clamp(2.8rem, 6vw, 4.25rem);
    line-height: 1.02;
}

.contact-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.85);
}

.contact-section {
    background: #f7f5ef;
}

.contact-card,
.contact-info-card {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 28px;
    border: 1px solid rgba(222, 218, 210, 0.95);
    box-shadow: 0 30px 80px rgba(24, 24, 24, 0.08);
}

.contact-card {
    padding: 36px;
}

.contact-badge {
    background: rgba(178, 142, 14, 0.1);
    color: #b28e0b;
    font-weight: 700;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 0.88rem;
}

.contact-card .form-label {
    color: #4c4c4c;
    font-weight: 600;
}

.contact-card .form-control {
    border-radius: 14px;
    border: 1px solid #e3ded6;
    padding: 18px 16px;
    background: #fbfaf7;
}

.contact-card textarea.form-control {
    min-height: 180px;
}

.btn-submit {
    border-radius: 999px;
    padding: 14px 38px;
    background: #b28e0b;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: background 0.3s ease;
}

.btn-submit:hover {
    background: #8e6b09;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.contact-info-card {
    padding: 32px;
}

.contact-info-card h2 {
    margin-bottom: 1rem;
    color: #121212;
}

.contact-info-card p {
    color: #585858;
    line-height: 1.8;
}

.contact-list li {
    margin-bottom: 14px;
    color: #545454;
    font-size: 1rem;
}

.contact-list li i {
    color: #b28e0b;
}

.map-card {
    border-radius: 28px;
    overflow: hidden;
    min-height: 320px;
    border: 1px solid rgba(222, 218, 210, 0.85);
}

.map-card iframe {
    width: 100%;
    height: 100%;
    min-height: 320px;
}

@media(max-width:991px) {

    .contact-card,
    .contact-info-card {
        padding: 24px;
    }
}

@media(max-width:767px) {
    .contact-hero {
        min-height: 340px;
    }

    .contact-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.auth-section {
    background: #f7f5ef;
}

.auth-card {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 28px;
    border: 1px solid rgba(222, 218, 210, 0.95);
    box-shadow: 0 30px 80px rgba(24, 24, 24, 0.08);
}

.auth-card .form-label {
    color: #4c4c4c;
    font-weight: 600;
}

.auth-card .form-control {
    border-radius: 14px;
    border: 1px solid #e3ded6;
    padding: 18px 16px;
    background: #fbfaf7;
}

.auth-card .form-check-label {
    color: #4c4c4c;
}

.auth-card .text-muted {
    color: #6c757d;
}

.auth-card a {
    color: #b28e0b;
}

.auth-card a:hover {
    color: #8e6b09;
}

@media(max-width:767px) {
    .auth-card {
        padding: 24px;
    }
}

.about {
    background: #fff;
}

.sub-title {
    display: inline-block;
    color: #BC9B6A;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

.about-content p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 15px;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.feature-item {
    font-weight: 500;
    color: #333;
}

.about-img img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.showroom-btn {
    display: inline-block;
    padding: 14px 30px;
    background: #BC9B6A;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    transition: .3s;
}

.showroom-btn:hover {
    background: #BC9B6A;
    color: #fff;
}

@media(max-width:768px) {
    .about-content h2 {
        font-size: 30px;
    }

    .about-features {
        grid-template-columns: 1fr;
    }
}

.video-box {
    position: relative;
    height: 600px;
    overflow: hidden;
    border-radius: 25px;
}

.video-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, .2),
            rgba(0, 0, 0, .65));
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 45px;
    z-index: 2;
    transition: .3s;
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.brand {
    width: 121px;
}

.video-content {
    position: absolute;
    left: 50px;
    bottom: 50px;
    color: #fff;
    z-index: 2;
    max-width: 600px;
}

.video-content span {
    color: #d4af37;
    font-weight: 600;
    letter-spacing: 2px;
}

.video-content h2 {
    font-size: 52px;
    font-weight: 700;
    margin: 10px 0;
}

.video-content p {
    font-size: 18px;
    opacity: .9;
}

.modal-content {
    border-radius: 20px;
    overflow: hidden;
}

#popupVideo {
    display: block;
}

@media(max-width:768px) {
    .video-box {
        height: 400px;
    }

    .video-content {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .video-content h2 {
        font-size: 30px;
    }

    .play-btn {
        width: 75px;
        height: 75px;
        font-size: 35px;
    }
}

.testimonial-section {
    background: #f8f8f8;
}

.testimonial-card {
    background: #efefef;
    border-radius: 30px;
    padding: 80px 60px 60px;
    text-align: center;
    position: relative;
    max-width: 850px;
    margin: 60px auto 0;
}

.testimonial-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid #fff;
}

.testimonial-content p {
    font-size: 24px;
    line-height: 1.8;
    color: #222;
    margin-bottom: 30px;
}

.testimonial-content h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-content span {
    color: #666;
}

.custom-nav {
    width: 55px !important;
    height: 55px !important;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.custom-nav::after {
    font-size: 20px !important;
    color: #333;
    font-weight: 700;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

@media(max-width:768px) {
    .testimonial-card {
        padding: 70px 25px 40px;
        margin-top: 50px;
    }

    .testimonial-content p {
        font-size: 18px;
        line-height: 1.7;
    }

    .testimonial-img {
        width: 100px;
        height: 100px;
        top: -50px;
    }

    i.bi.bi-search {
        font-size: 20px !important;
    }

    .custom-nav {
        display: none !important;
    }
}

.showroom-section {
    overflow: hidden;
}

.showroom-section img {
    min-height: 400px;
    object-fit: cover;
}

.showroom-section iframe {
    min-height: 400px;
}

@media (max-width: 991px) {

    .showroom-section img,
    .showroom-section iframe {
        min-height: 300px;
    }
}

.search-wrapper {
    position: relative;
    list-style: none;
}

.search-box-dropdown {
    position: absolute;
    top: 40px;
    right: 0;
    width: 280px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .3s ease;
    z-index: 9999;
}

.search-box-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-box-dropdown input {
    border: 1px solid #ddd;
    height: 45px;
}

@media(max-width:767px) {
    .search-box-dropdown {
        width: 220px;
        right: -20px;
    }
}

.right-icons {
    gap: 20px;
}

.search-box {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 8px 15px;
    min-width: 220px;
}

.search-box i {
    color: #777;
    margin-right: 8px;
}

.search-box input {
    border: none;
    outline: none;
    width: 100%;
    background: transparent;
    font-size: 14px;
}

.top-header-right {
    gap: 18px;
    list-style: none;
}

.top-header-right li a {
    text-decoration: none;
    color: #222;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: .3s;
}

.top-header-right li a:hover {
    color: #c79a63;
}

.cart-item {
    position: relative;
}

.cart-count {
    position: absolute;
    top: -15px;
    right: -10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #dc3545;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:991px) {
    .right-icons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .search-box {
        width: 100%;
        max-width: 300px;
    }

    .top-header-right {
        gap: 12px;
    }

    .top-header-right li a {
        font-size: 13px;
    }
}

.bread-img {
    background-image: url('https://caravanit.in/wp-content/uploads/2024/12/home-banner-2-1024x576.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    position: relative;
}

.overlays {
    background: rgba(0, 0, 0, 0.5);
    min-height: 555px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bread-img h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.count-tittle {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

.breadcrumb-list li {
    display: inline-block;
    color: #fff;
    margin: 0 5px;
}

.breadcrumb-list li a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-list li a:hover {
    color: #f5c542;
}

.counter-section {
    background: #f8f9fa;
}

.counter-box {
    background: #fff;
    padding: 40px 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .4s;
    height: 100%;
}

.counter-box:hover {
    transform: translateY(-10px);
}

.counter-box i {
    font-size: 45px;
    color: #c49b63;
    margin-bottom: 15px;
    display: block;
}

.counter-box h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.counter-box p {
    margin: 0;
    color: #666;
    font-size: 17px;
}

.mission-section {
    background: #fff;
}

.mission-box {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    height: 100%;
    transition: .4s ease;
    text-align: center;
}

.mission-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

.mission-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-icon i {
    font-size: 36px;
    color: #c49b63;
}

.mission-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.mission-box p {
    color: #666;
    line-height: 1.8;
    margin: 0;
}

.why-box {
    background: #fff;
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    transition: .4s ease;
}

.why-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
}

.why-box i {
    font-size: 45px;
    color: #c49b63;
    margin-bottom: 20px;
    display: block;
}

.why-box h5 {
    font-weight: 700;
    margin-bottom: 15px;
}

.why-box p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}

.rvs-section {
    background: #f8f9fa;
}

.rv-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .4s;
    height: 100%;
}

.rv-card:hover {
    transform: translateY(-10px);
}

.rv-img {
    position: relative;
    overflow: hidden;
}

.rv-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: .5s;
}

.rv-card:hover .rv-img img {
    transform: scale(1.08);
}

.rv-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #BC9B6A;
    color: #fff;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.rv-actions {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 2;
}

.rv-actions a {
    width: 42px;
    height: 42px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    transition: .3s;
}

.rv-actions a:hover {
    background: #BC9B6A;
    color: #fff;
}

.rv-content {
    padding: 25px;
}

.rv-category {
    display: inline-block;
    color: #777;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.rv-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.rv-specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.rv-specs span {
    font-size: 14px;
    color: #555;
}

.rv-specs i {
    color: #BC9B6A;
    margin-right: 5px;
}

.rv-footer {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rv-price {
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.btn-view {
    background: #BC9B6A;
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    transition: .3s;
    font-weight: 600;
}

.btn-view:hover {
    background: #000;
    color: #fff;
}

.rv-filter-section {
    margin-top: -40px;
    position: relative;
    z-index: 10;
}

.filter-box {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.filter-select {
    height: 55px;
    border-radius: 12px;
    border: 1px solid #ddd;
    font-size: 15px;
}

.filter-select:focus {
    box-shadow: none;
    border-color: #BC9B6A
}

.filter-btn {
    height: 55px;
    border: none;
    border-radius: 12px;
    background: #BC9B6A;
    color: #fff;
    font-weight: 600;
    transition: .3s;
}

.filter-btn:hover {
    background: #BC9B6A!important;
}

@media(max-width:991px) {
    .rv-filter-section {
        margin-top: 0;
    }
}

.product-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    transition: .3s;
    position: relative;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff5722;
    color: #fff;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 12px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 10px;
}

.new-price {
    color: #0d6efd;
    font-weight: 700;
    font-size: 20px;
}

.contact-section {
    background: #f8fafc;
}

.section-tag {
    background: #d6ae6b;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}

.contact-form-box {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.custom-input {
    height: 55px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

textarea.custom-input {
    height: auto;
}

.custom-input:focus {
    box-shadow: none;
    border-color: #d6ae6b;
}

.contact-btn {
    background: #d6ae6b;
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    border: none;
    transition: .4s;
}

.contact-btn:hover {
    background: #111;
    color: #fff;
    transform: translateY(-3px);
}

.info-box {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #d6ae6b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 22px;
}

.info-box h5 {
    margin-bottom: 5px;
}

.info-box p {
    margin: 0;
    color: #666;
}

.hours-card {
    background: linear-gradient(135deg, #111, #2b2b2b);
    color: #fff;
    padding: 30px;
    border-radius: 20px;
}

.map-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.map-wrapper iframe {
    width: 100%;
    height: 450px;
    border: 0;
}