:root {
    --sand: #f6f0e8;
    --stone: #dcc9af;
    --ink: #1f2933;
    --forest: #0f5132;
    --wine: #7c2d12;
    --sunset: #b45309;
    --card: #fffdf9;
    --border: rgba(31, 41, 51, 0.1);
}

body {
    font-family: "Questrial", sans-serif;
    color: var(--ink);
    min-height: 100vh;
}

h1, h2, h3, h4, h5, .navbar-brand, .display-font {
    font-family: "Forum", serif;
}

.site-navbar,
.admin-navbar {
    background: linear-gradient(135deg, rgba(19, 39, 62, 0.98), rgba(57, 86, 105, 0.96));
    box-shadow: 0 14px 30px rgba(19, 39, 62, 0.15);
}

.hero-panel,
.content-card,
.booking-summary,
.admin-card {
    background: rgba(255, 253, 249, 0.94);
    border: 1px solid var(--border);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(31, 41, 51, 0.08);
}


.hero-section-overlay{
    background-image: url('../images/close-up-view-of-empty-white-wall-texture.jpg');
    opacity: 0.3;
    mix-blend-mode: darken;
     background-color: #FFFFFF;
     position: absolute;
     width: 100%;
     height: 100%;
}

.hero-media-slider {
    position: relative;
    height: 700px;
    overflow: hidden;
    background: #e9e2d7;
}

.hero-media-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transform: scale(1.03);
    transition: opacity 0.7s ease, transform 1.8s ease;
}

.hero-media-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 81, 50, 0.06), rgba(15, 23, 42, 0.12));
}

.hero-media-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.hero-media-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-media-controls {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 2;
    display: flex;
    gap: 0.75rem;
}

.hero-media-control {
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    line-height: 1;
    backdrop-filter: blur(8px);
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hero-media-control:hover,
.hero-media-control:focus-visible {
    background: #d5a021;
    border-color: #d5a021;
    transform: translateY(-1px);
}

.hero-media-dots {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    z-index: 2;
    display: flex;
    gap: 0.6rem;
}

.hero-media-dot {
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.25);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.hero-media-dot.is-active {
    background: #d5a021;
    border-color: #d5a021;
    transform: scale(1.15);
}

@media (max-width: 1024px) {
    .hero-media-slider {
        height: 560px;
    }
}

@media (max-width: 640px) {
    .hero-media-slider {
        height: 420px;
    }

    .hero-media-controls {
        right: 1rem;
        bottom: 1rem;
    }

    .hero-media-dots {
        left: 1rem;
        bottom: 1rem;
    }
}
.why-choose-us-section::after{
    
    opacity: 0.7;
    mix-blend-mode: darken;
     background-color: #000;
     position: absolute;
     width: 100%;
     height: 100%;
     content: '';
     top: 0;
     z-index: 1;
}
.why-choose-us-section {
    position: relative;
    overflow: hidden;
    background-image: url('../images/WhatsApp Image 2026-05-01 at 5.44.14 PM (1).jpeg');
    background-size: cover;
    background-position: center center;
}
.enhance-evenings{
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
.enhance-evenings::after{
    opacity: 0.3;
    mix-blend-mode: darken;
     background-size: cover;
    background-position: center center;
    background-image: url('../images/housekeeper-cleaning-a-hotel-room.jpg');
     position: absolute;
     width: 100%;
     height: 100%;
     content: '';
     top: 0;
     left: 0;
     z-index: -1;
}
.villa-card {
    border: 1px solid var(--border);
    border-radius: 22px;
    background: var(--card);
    height: 100%;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 18px 40px rgba(31, 41, 51, 0.08);
}

.villa-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(31, 41, 51, 0.14);
}

.villa-card .price-tag,
.price-inline {
    font-weight: 700;
    color: var(--wine);
    letter-spacing: -0.02em;
}

.section-title {
    letter-spacing: -0.02em;
}

.booking-type-toggle .btn-check:checked + .btn {
    background-color: var(--forest);
    border-color: var(--forest);
    color: #fff;
}

.summary-list .list-group-item,
.table-clean > :not(caption) > * > * {
    background: transparent;
}

.site-footer {
    border-top: 1px solid var(--border);
}

.table-wrapper {
    overflow-x: auto;
}

.badge-soft {
    background: rgba(180, 83, 9, 0.1);
    color: var(--sunset);
    border-radius: 999px;
    padding: 0.45rem 0.7rem;
    font-size: 0.82rem;
}

.login-wrap {
    min-height: calc(100vh - 80px);
}

.form-label {
    font-weight: 600;
}

.form-control,
.form-select {
    border-radius: 14px;
    padding: 0.8rem 0.95rem;
    border-color: rgba(31, 41, 51, 0.18);
}

.auto-value-input {
    background: rgba(15, 81, 50, 0.06);
    color: var(--forest);
    font-weight: 700;
}
.yellow-highlight{
        border-radius: 0px 0px 0px 0px;
    box-shadow: -80px 0px 0px -30px #D5A021;
}

.list-after li{
    position: relative;
        margin-inline: calc(24px / 2);

}
.list-after{
    padding-left: 0px;
    margin-left: calc(-24px / 2);
}
.list-after li:last-child::after{
    display: none;
}
.list-after li::after{
    content: "";
   position: relative;
    width: 6px;
  
    background-color: #D5A021;
   
        border-inline-start-style: dotted;
        inset-inline-end: calc(-24px / 2);
        height: 6px;
        display: inline-block;
        border-radius: 100%;
}

.testimonials-section {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, 0.8);
    pointer-events: none;
    z-index: 1;
}

.testimonial-rating-panel {
    position: relative;
    z-index: 1;
    width: min(100%, 420px);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 22px 50px rgba(31, 41, 51, 0.08);
    padding: 1.75rem;
}

.testimonial-track {
    display: flex;
    transition: transform 0.55s ease;
    will-change: transform;
}

.testimonial-slide {
    flex: 0 0 100%;
    min-width: 0;
    padding-right: 0;
}

.testimonial-stage {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: transparent;
}

.testimonial-stage-content {
    position: relative;
    z-index: 1;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.testimonial-card-viewport {
    width: clamp(280px, calc(100vw - 2rem), 480px);
    max-width: 100%;
}

.testimonial-stage-card {
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    padding: 3.5rem 3rem;
    text-align: center;
    box-shadow: 0 30px 60px rgba(17, 24, 39, 0.18);
}

.testimonial-stage-quote {
    margin-top: 1.5rem;
    color: #6b7280;
    font-size: 1.2rem;
    line-height: 2;
    font-style: italic;
}

.testimonial-mark {
    font-family: "Forum", serif;
    display: inline-block;
    font-size: 5rem;
    line-height: 1;
    color: #D5A021;
}

.testimonial-nav-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(31, 41, 51, 0.12);
    background: rgba(255, 255, 255, 0.92);
    color: var(--forest);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.testimonial-nav-button:hover {
    background: var(--forest);
    color: #fff;
    border-color: var(--forest);
    transform: translateY(-2px);
}

.testimonial-dot {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 999px;
    background: rgba(31, 41, 51, 0.14);
    transition: width 0.25s ease, background-color 0.25s ease, opacity 0.25s ease;
}

.testimonial-dot.is-active {
    width: 2.25rem;
    background: #D5A021;
}
.room-banner{
    background-image: url('../images/hotel.jpg');
    background-size: cover;
    background-position: center;
     position: relative;
     overflow: hidden;
     height: 500px;
}
.room-banner::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    top: 0;
    z-index: 1;
}
.room-details-banner{
    background-color: #1f2933;
    margin-top: 100px;
}
@media (max-width: 1023px) {
    .testimonial-stage,
    .testimonial-stage-content {
        min-height: auto;
        overflow: visible;
    }

    .testimonial-stage {
        overflow: visible;
    }

    .testimonial-stage-content {
        align-items: stretch;
        padding: 1.5rem 0;
    }

   

    .testimonial-stage-card {
        padding: 2.25rem 1.5rem;
    }

    .testimonial-stage-quote {
        font-size: 1.05rem;
        line-height: 1.9;
    }

    .hero-art {
        min-height: 260px;
    }
}

@media (max-width: 640px) {
    .testimonial-stage-content {
        padding: 1rem 0;
    }

    .testimonial-stage-card {
        padding: 2rem 1.25rem;
    }

    .testimonial-mark {
        font-size: 4rem;
    }

    .testimonial-stage-quote {
        font-size: 1rem;
        line-height: 1.8;
    }
}

@media (min-width: 1024px) {
    .testimonial-stage-content {
        justify-content: flex-end;
        padding-right: 8%;
        padding-left: 2rem;
    }
}
