.offers-cover {
    min-height: 300px;
}

/* ---- Base carousel styling ---- */
.owl-carousel {
    position: relative;
    width: 100%;
    margin: 40px auto;
}


.owl-carousel .item img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

/* ---- Navigation styling ---- */
.slider-nav-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 5;
}

.slider-nav-left,
.slider-nav-right {
    pointer-events: all;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: rgba(17, 24, 39, 0.8);
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.slider-nav-left:hover,
.slider-nav-right:hover {
    background: rgba(17, 24, 39, 1);
    transform: scale(1.05);
}

/* --- Custom Pagination (bottom of slider) --- */
.custom-pagination {
    pointer-events: all;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 15px;
    /* 🔥 Moves dots inside bottom area */
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.pagination-dot {
    width: 10px;
    height: 10px;
    background: #d1d5db;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-dot.active {
    background: #111827;
    transform: scale(1.15);
}


/* --- Responsive --- */
@media (max-width: 600px) {

    .slider-nav-left,
    .slider-nav-right {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .custom-pagination {
        bottom: 10px;
    }
}

.offers-details {
    background-color: rgba(0, 0, 0, 0.651);
    padding: 25px 10px;
    width: 60%;
    margin-left: 5%;
    border-radius: 0px 0px 8px 8px;
}

.offers-details h4 {
    font-family: "Montserrat";

}

.offers-details p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .offers-details {
        width: 70%;
        margin-left: 5%;
    }
}

.btn-explore {
    background-color: red;
    color: white;
    padding: 2px 16px;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 2px;
}

.btn-explore:hover {
    background-color: darkred;
    color: white;

}

/* OFfers */
/* Only style the NEXT arrow (right side) */
.myoffers .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60px;
    /* adjust for touch */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    pointer-events: none;
    /* keep carousel clickable */
    z-index: 10;
}

.myoffers .owl-nav button.owl-next {
    position: relative;
    right: 10px;
    /* spacing from edge */
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: #222;
    border: none;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10);
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    pointer-events: all;
    /* make it clickable! */
}

.myoffers .owl-nav button.owl-next:focus,
.myoffers .owl-nav button.owl-next:hover {
    background: #fe7a5c;
    color: #fff;
}

/* Hide the previous arrow by default, but you can adjust as needed */
.myoffers .owl-nav button.owl-prev {
    display: none;
}


.img-gll-4:hover img {
    transform: scale(1.07);

}

.text-brand {
    color: #BD945A;
}

.text-tfont {
    font-family: 'Times New Roman', Times, serif;
}



.btn-a586 {
    background-color: #000000;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    width: fit-content;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-a586:hover {
    background-color: #BD945A;
    color: white;
}

.btn-a587 {
    background-color: #ffffff;
    border: 2px solid #00000000;
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    width: fit-content;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* .btn-a587:hover {
    background-color: #ffffff00;
    color: rgb(0, 0, 0);
    border: 2px solid #00000000;
    border-bottom: 2px solid #000000;
}    */


.card-v002 .p-name {
    font-size: 1rem;
    font-weight: 600;
    color: #BD945A;

}

.card-v002 .p-subtext {
    font-size: 1.6rem;
    color: #6b7280;
    margin-bottom: 8px;
}

.card-v002 .p-content {
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.4;
}

.card-v002 .review-holder i {
    font-size: 0.875rem;
    color: #ff9100;

}

.action-holder {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}


.image-holder .badge-tag {
    position: absolute;
    top: 25px;
    left: 30px;
    background-color: #ffc400;
    color: #000000;
    padding: 2px 25px;
    font-size: 12px;
    border-radius: 450px;
    font-weight: bold;

}

#kenburnsSliderContainer .kenburns-inner {
    height: 100% !important;
}


@media (max-width: 768px) {
    .banner-header.full-height {
        min-height: 200px;
    }

    #kenburnsSliderContainer .kenburns-inner {
        height: 200px;
    }

    #kenburnsSliderContainer {
        height: 200px;
    }

    .kenburns-section {

        min-height: calc(80vh - 130px);
    }

    .mobile-font-adjust {
        font-size: 2rem;
    }

    .mobile-z-index-fix-low {
        z-index: 10 !important;
    }

    .mobile-z-index-fix-high {
        z-index: 9999 !important;
    }

}