/* *{
    outline: 1px solid red;
} */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

body {
    font-family: "Poppins", sans-serif;
}

:root {
    --title-fonts: "Playfair Display", serif;
}

.hero-carousel-section {
    padding-bottom: 50px;
    position: relative;
}

.checkout-two-area {
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 80%;

}

.checkout-two-area .checkout-wrapper span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;

}

.checkout-wrapper button {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 8px;
    font-weight: bold;
}
::placeholder {
    color: #000;                /* placeholder light */
}
.checkout-wrapper button:hover {
    background-color: #d4a574;
    color: white;
}

.form-select {
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #eee;
    background-color: rgba(0, 0, 0, 0.6);
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");

}

.form-control {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.date-field {
    position: relative;
}

.date-field input {
    border-radius: 10px;
    padding: 11px;
    font-size: 14px;
    font-weight: 500;
}

.date-field i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    /* YOUR COLOR */
    pointer-events: none;
    font-size: 16px;
}

/* Hide default browser icon (Chrome, Edge, Safari) */
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.checkout-area {
    background-color: #9d7e54;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.);
}

.banner-slider-content {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    padding: 30px;
    width: 650px;
}

.banner-slider-content .banner-booking {
    display: flex;
}

.banner-slider-content .banner-icn {
    position: relative;
    height: 40px;
    width: 40px;
    margin-right: 15px;
    border-radius: 10px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-slider-content .banner-icn i {
    font-size: 22px;
    color: #fff;
}

.banner-slider-content .banner-text {
    text-align: left;
}

.banner-slider-content .banner-text p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
}

.banner-slider-content .banner-text span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}



/* navbar  */
.nav-link {
    font-size: 14px;
    color: #fff !important;
    font-weight: 500;
    margin: 0 8px;
    position: relative;
}

.nav-link.active {
    color: #fff !important;
    font-weight: 600;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.navbar-brand {
    color: #000;
}

.fa-plus {
    font-size: 10px;
    margin-left: 4px;
    opacity: 0.7;
}

.book-btn {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    padding: 6px 20px;
    line-height: 25px;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 10px;
    letter-spacing: 1px;
}

/* navbar  end */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: white;
}

.card:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

/* ================================
   HERO CAROUSEL (CUSTOM CLASSES)
================================== */

/* Slide image */
.hero-carousel-img {
    height: 750px;
    object-fit: cover;
}

/* Content overlay */
.hero-carousel-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

/* Typography */
.hero-carousel-title {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    font-family: "Times New Roman", Times, serif;

}

.hero-carousel-title span {
    color: rgb(157, 126, 84);
}

.hero-carousel-subtitle {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

/* Carousel dots */
.hero-carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    margin: 0 5px;
}

.hero-carousel-indicators .active {
    background: white !important;
}

/* Arrows */
.hero-carousel-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.hero-carousel-arrow:hover {
    opacity: 1;
    transform: scale(1.1);
}

.hero-carousel-arrow-left {
    top: 50%;
    bottom: 50%;
}

.hero-carousel-arrow-right {
    top: 50%;
    bottom: 50%;

}

.hero-carousel-arrow i {
    font-size: 1.5rem;
    color: #222;
}

/* =============================
   RESPONSIVE
============================= */
@media (max-width: 991px) {
    .hero-carousel-title {
        font-size: 2.8rem;
        text-align: center;
    }

    .hero-carousel-content {
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .hero-carousel-img {
        height: 480px;
    }

    .hero-carousel-arrow {
        width: 50px;
        height: 50px;
    }

    .hero-carousel-arrow-left {
        left: 15px;
    }

    .hero-carousel-arrow-right {
        right: 15px;
    }

    .hero-carousel-title {
        font-size: 2.2rem;
    }
}

/* about us  */
/* Custom styles for About Us section */
.aboutus-section {
    background-color: #f8f9fa;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.about-box {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -397px;
    left: 450px;
}

.all-title-text {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #555555;
}

.all-heading-text {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    color: #000;
    font-weight: 600;
    margin-bottom: 24px;
}

.all-span-text {
    color: #9d7e54;
}

.all-inner-contact {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}

/* Make circular text white */
.about-box text {
    fill: #ffffff;
}

.rx-about-box {
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 20px;
}

.rx-about-box h5 {
    font-size: 45px;
    margin-bottom: 12px;
    font-family: "Playfair Display", serif;
    color: #000;
    font-weight: 600;
    line-height: 0.65;

}

.rx-about-box p {
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    color: #555555;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.5;
}

.aboutus-section .about-avtara ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.aboutus-section .about-avtara ul li figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    display: block;
}

.aboutus-section .about-avtara ul li figure img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border: 4px solid #ffffff;
    border-radius: 100%;
}

.aboutus-section .about-avtara ul li+li {
    margin-left: -20px;
}

.aboutus-section .about-avtara ul li span {
    position: relative;
    width: 65px;
    height: 65px;
    line-height: 80px;
    font-size: 18px;
    font-weight: bold;
    background: #9d7e54;
    color: var(--white-color);
    border: 4px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    z-index: 3;
}

/* Image styling */
.img-fluid.rounded-4 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Stats number styling */
.display-4 {
    font-size: 3.5rem;
    line-height: 1;
}

/* Experience badge */
.position-absolute.bg-white {
    transform: translateY(50%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .ps-lg-5 {
        padding-left: 0 !important;
    }

    .display-5 {
        font-size: 2.5rem;
    }

    .display-4 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .display-5 {
        font-size: 2rem;
    }

    .display-4 {
        font-size: 2rem;
    }

    .btn-lg {
        padding: 0.75rem 2rem;
    }
}

/* about us end */
/* service start */
.services-section {
    padding: 50px 0;
}

.rx-banner-effects p .left-side {
    padding-right: 10px;
}

.rx-banner-effects p .right-side {
    padding-left: 10px;
}

.rx-services {
    transition: all 0.3s ease-in-out;
    background-color: #f5f5f5;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 20px;
}

.rx-services:hover {
    border: 1px solid #131618;
}

.rx-services .services-ico {
    margin-bottom: 20px;

}

.rx-services .services-ico svg {
    height: 50px;
    width: 50px;
}

/* keyframes */
@keyframes shakeSvg {
    0% {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        transform: none;
    }
}

/* Run animation when rx-services is hovered */
.rx-services:hover .services-ico svg {
    animation: shakeSvg 1.4s ease-in-out;
    transform-origin: center;
}


.rx-services .services-contact h5 {
    margin-bottom: 12px;
    font-size: 20px;
    color: #000;
    line-height: 1.2;
    letter-spacing: 0.03rem;
    font-weight: 600;
}

.rx-services .services-contact ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.rx-services .services-contact ul li {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #555555;
}

/* service end */
/* room  */
.room-section {
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}

.sticky {
    position: sticky;
    top: 120px;
}

.room-section .room-item {
    display: flex;
    gap: 30px;
    padding: 50px;
    margin-bottom: 30px;
    background-color: #d4a574;
    border-radius: 40px;
    align-items: center;
}

.room-section .room-item .room-image {
    width: 100%;
    height: 100%;
    position: relative;
}

.room-item .room-image a {
    width: 100%;
    height: 100%;
    display: block;
    color: inherit;
    outline: none !important;
    text-decoration: none !important;
    cursor: pointer;
}

.room-item .room-image a figure {
    position: relative;
    border-radius: var(--border-radius-three);
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.room-item .room-image a figure img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 20px;
}

.image-anime::after {
    position: absolute;
    top: 0;
    left: -85%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    z-index: 1;
}

.room-item .room-content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.line-anime::before {
    content: "";
    height: 2px;
    width: 30px;
    background: #c72da8;
    position: absolute;
    left: 0;
    top: 42px;
    bottom: 0;
    z-index: 1;
    animation: move-left 3s alternate infinite;
}

.room-item .room-content .room-content-top h2 {
    font-size: 28px;
    line-height: 1.4em;
    text-transform: capitalize;
    color: white !important;
}

.room-item .room-content .room-content-top h2 a {
    outline: none !important;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    color: white !important;
    font-family: "Playfair Display", serif;

}

@keyframes move-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(60px);
    }
}

.line-anime::after {
    content: "";
    height: 2px;
    width: 90px;
    background: #075507;
    position: absolute;
    left: 0;
    top: 42px;
    bottom: 0;
}

.room-item .room-content .room-content-top p {
    color: #ffffff;
    margin-bottom: 35px;
    position: relative;
    font-size: 16px;
    line-height: 1.6rem;
}

.room-item .room-content .room-content-top .room-meta ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px 30px;
    flex-wrap: wrap;
}

.room-item .room-content .room-content-top .room-meta ul li {
    font-size: 14px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    width: calc(50% - 15px);
    margin-bottom: 0;
    list-style-type: none;
}

.room-item .room-content .room-content-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    border-top: 1px solid #d4a574;
    padding-top: 25px;
    margin-top: 25px;
}

.room-item .room-content .room-content-bottom .room-price p {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
}

.theme-button {
    background-color: #fff;
    color: #d4a574;
    z-index: 2;
    position: relative;
    overflow: hidden;
    height: 52px;
    line-height: 2;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border: none;
    vertical-align: middle;
    text-transform: capitalize;
    border-radius: 100px;
    text-decoration: none;
}

.rx-rooms-main-box {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.9s ease;
}

/* Flip on hover */
.rx-rooms-main-box:hover {
    transform: rotateY(180deg);
}

.rx-rooms-main-box .rooms-box-front {
    text-align: center;
    z-index: 2;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    perspective: inherit;
    transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3), -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    border-radius: 20px;
    transform: rotateY(0deg);
    background-color: transparent;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
    position: relative;
}

.rx-rooms-main-box .rooms-box-front img {
    width: 100%;
    border-radius: 20px;
}

.rx-rooms-main-box .rooms-box-front .content-wrap {
    width: 100%;
    display: block;
    transform-style: preserve-3d;
    perspective: inherit;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 50px) scale(0.9);
}

.rx-rooms-main-box .rooms-box-front .content-wrap .inner-contact {
    position: absolute;
    bottom: 55px;
    left: 30px;
    right: 30px;
    padding: 15px 0;
    text-align: center;
    background-color: rgba(245, 245, 245, 0.9);
    border-radius: 30px;
}

.rx-rooms-main-box .rooms-box-front .content-wrap .inner-contact h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: "Playfair Display", serif;
    margin-bottom: 0;
    letter-spacing: 0.03rem;
}

.rx-rooms-main-box .rooms-box-back {
    perspective: inherit;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(245, 245, 245, 0.9);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.rx-rooms-main-box .rooms-box-back img {
    position: absolute;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 20px;
}

.rx-rooms-main-box .rooms-box-back .content-wrap {
    width: 100%;
    height: 100%;
    display: block;
    transform-style: preserve-3d;
    perspective: inherit;
    backface-visibility: hidden;
    padding: 30px;
    transform: translate3d(0, 0, 50px) scale(0.9);
}

.rx-rooms-main-box .rooms-box-back .content-wrap .box-overlay {
    content: "";
    background-color: rgba(245, 245, 245, 0.9);
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
}

.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #131618;
    border-radius: 20px;
}

.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .rx-price {

    display: flex;
    -webkit-box-pack: center;

    justify-content: center;
}

.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .rx-price span {
    padding: 8px 18px;
    background-color: #131618;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
}

.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact {
    height: calc(100% - 75px);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact h5 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.2;
    color: #000;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    letter-spacing: 0.03rem;
}

.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact ul li {
    font-size: 14px;
    font-weight: 400;
    color: #555555;

    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    line-height: 26px;
    letter-spacing: 0.03rem;
}

.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .last-contact {
    height: 40px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
}

.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .last-contact .inner-button {
    background-color: #131618;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.03rem;
}

.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .last-contact .inner-button {
    background-color: #131618;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}

.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .last-contact a {
    text-decoration: none;
}

.rx-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .last-contact .inner-button i {
    font-size: 16px;
}

/* room  end */
/* owl  */

.section-amenities {
    padding: 50px 0px;
}

.rx-amenities-img img {
    width: 100%;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 0;
}

.rx-amenities-contact {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
}

.rx-amenities-contact .inner-banner {
    margin-bottom: 16px;
    position: relative;
    left: -100px;
    width: calc(100% + 100px);
}

.rx-amenities-contact .inner-banner h4 {
    font-size: 60px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #131618;
    text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, 1px 1px 5px #555555;
    letter-spacing: 0.03rem;
}

.rx-amenities-contact p {
    margin-bottom: 16px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #555555;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.03rem;
}

.rx-amenities-contact .amenities-btn {
    display: flex;
    flex-wrap: wrap;
}

.rx-btn-two {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    padding: 6px 20px;
    line-height: 25px;
    background-color: #fff;
    color: #131618;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #131618;
    border-radius: 10px;
    letter-spacing: 1px;
}

/* owl end */
/* our extra services */
.section-extra-services {
    padding: 50px 0px;
}

.extra-services-img {
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.extra-services-img img {
    width: 100%;
    vertical-align: middle;
    border-radius: 200px;
}

.extra-services-contact {
    transition: all 0.5s ease-in-out;
    position: relative;
    height: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}

.extra-services-contact .extra-services-absolute-contact {
    transition: all 0.3s ease-in-out;
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 0;
}

.extra-services-contact .extra-services-absolute-contact p {
    font-family: "Poppins", sans-serif;
    color: rgba(0, 0, 0, 0.03);
    font-weight: bold;
    letter-spacing: 0.03rem;
}

.extra-services-contact .rx-services-price {
    height: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.extra-services-contact .rx-services-price h2 {
    transition: all 0.3s ease-in-out;
    margin-bottom: 12px;
    font-size: 57px;
    color: #9d7e54;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
}

.extra-services-contact .rx-services-price h2 span {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #131618;
}

.extra-services-contact .rx-services-price p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    line-height: 26px;
    letter-spacing: 0.03rem;
}

.extra-services-contact .rx-services-inner-contact {
    height: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.extra-services-contact .rx-services-inner-contact ul {
    margin-bottom: -6px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.extra-services-contact .rx-services-inner-contact ul li {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #555555;
    letter-spacing: 0.03rem;
}

.extra-services-contact .rx-services-ico {
    height: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    align-items: flex-end
}

.extra-services-contact .rx-services-ico .ico {
    transition: all 0.3s ease-in-out;
    height: 40px;
    width: 40px;
    background-color: #fff;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 50%;
    text-decoration: none;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #555555;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.03rem;
}

.extra-services-contact .rx-services-ico .ico i {
    font-size: 18px;
}

.extra-services-contact:hover .rx-services-ico .ico i {
    transform: rotate(-45deg);
}

/* Parent hover */
.extra-services-contact:hover {
    border-color: #000;
}

.extra-services-contact:hover .rx-services-price h2 {
    opacity: 1;
}

/* our extra services end */
/* breadcrumb  */
.section-breadcrumb {
    padding-bottom: 50px;
    position: relative;
}

.section-breadcrumb:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 70%, rgba(0, 0, 0, 0.85) 100%);
}

.rx-breadcrumb-image {
    width: 100%;
    height: 400px;
    margin: 0;
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-position: center;
}

.rx-breadcrumb-overlay {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.inner-breadcrumb-contact {
    position: relative;
    height: 100%;
    z-index: 1;
}

.inner-breadcrumb-contact .main-breadcrumb-contact {
    height: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}

.inner-breadcrumb-contact .main-breadcrumb-contact .rx-banner-contact h2 {
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
}

.inner-breadcrumb-contact .rx-banner-breadcrumb {
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
}

.inner-breadcrumb-contact .rx-banner-breadcrumb .breadcrumb-contact {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.inner-breadcrumb-contact .rx-banner-breadcrumb .breadcrumb-contact .main-heading h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}

.inner-breadcrumb-contact .rx-banner-breadcrumb .breadcrumb-contact .last-contact ul {
    display: flex;
    margin: 0 -8px;
    list-style-type: none;
}

.inner-breadcrumb-contact .rx-banner-breadcrumb .breadcrumb-contact .last-contact ul li {
    padding: 0 8px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.inner-breadcrumb-contact .rx-banner-breadcrumb .breadcrumb-contact .last-contact ul li a {
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

/* breadcrumb end */
/* room page room section */
.rx-rooms-box-2 {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.rx-rooms-box-2 img {
    transition: all 0.3s ease-in-out;
    width: 100%;
    border-radius: 20px;
}

.rx-rooms-box-2 .inner-back-side {
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(-100% + 68px);
    height: 100%;
    width: 100%;
    padding: 20px;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: rgba(0, 0, 0, 0.8);
}

/* room page room section end*/
/* reserve-section */
.book-table-form {
    background: linear-gradient(135deg, #9d7e54, #9d7e54);
    padding: 50px 0;
}

.graphic-col .graphic-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/reservation-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%);
    opacity: 0.3;
}

.content-box .video-image img {
    width: 100%;
    display: block;
    border-radius: 300px 300px 0 0;
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto;
    border-style: none;
}

.graphic-col {
    min-height: 100vh;
    position: relative;
    padding: 0;
}

.graphic-col .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.content-box .video-image {
    position: relative;
    display: block;
    z-index: 100;
}

.content-box .video-image::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #d4a574;
    border-radius: 300px 300px 0 0;
    pointer-events: none;
    z-index: 2;
    box-sizing: border-box;
}

/* Title */
.section-title .subtitle {
    color: #d4a574;
    font-size: 14px;
    letter-spacing: 2px;
}

.section-title h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;
}

.section-title h2 span {
    font-weight: 700;
}

.section-title .desc {
    color: #9db3b3;
    font-size: 15px;
    margin-top: 15px;
}

/* Form */
.reservation-form {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 8px;
    border: 1px solid rgba(212, 165, 116, 0.2);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    color: #d4a574;
    font-size: 13px;
    margin-bottom: 8px;
    display: block;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    background: #212529;;
    border: 1px solid rgba(212, 165, 116, 0.3);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* Button */
.btn-book {
    width: 100%;
    padding: 14px;
    background: linear-gradient(90deg, #d4a574, #e8c9a5);
    border: none;
    color: #1a3a3a;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    transition: 0.3s;
}

.btn-book:hover {
    transform: translateY(-2px);
}

/* Image Section */
.media-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.media-box img {
    max-width: 600px;
    width: 100%;
    border-radius: 12px;
    border: 3px solid #d4a574;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.content-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    z-index: 100;
}


.content-box .play-btn .theme-btn {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 24px;
    color: var(--color-one);
    background-color: #d4a574;
    border: 2px solid #d4a574;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.content-box .play-btn .theme-btn a {
    color: #1a3a3a;
    text-decoration: none;
    cursor: pointer;
}

.content-box .desc {
    position: relative;
    text-align: center;
    padding: 30px 0 0 0;
    z-index: 100;
}

.content-box .desc h5 {
    color: #d4a574;
    padding-bottom: 20px;
    font-size: 20px;
    position: relative;
    margin: 0px 0px;
    background: none;
    line-height: 1.20em;
    font-weight: 400;
    text-transform: uppercase;
}

.text {
    line-height: 1.6em;
    color: #fff;
}

.form-wrapper {
    border: 1px solid #d4a574;
    padding: 10px;
}

.form-wrappe1 {
    background: #1a1b1d;
    padding: 30px;
}

.content-box .desc .info-ttl {
    text-transform: uppercase;
    color: rgb(167, 167, 167);
}
   
.visit-badge {
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.visit-badge p {
    color: #d4a574;
    font-size: 13px;
    letter-spacing: 2px;
}

/* reserve-section end */
.footer-section {
    padding: 50px 0px;
    background-color: #131618;

}

.footer-section p {
    font-size: 13px;
    line-height: 1.7;
    font-weight: 300;
    color: #cbcbcb;
}

footer .list-unstyled li a {
    text-decoration: none !important;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 300;
    color: #cbcbcb;
}
