@import url("https://use.typekit.net/jmn8hnd.css");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "muli", sans-serif;
    font-weight: 400;
    font-style: normal;
}
body {
    background-color: #f4f4f4;
    color: #333;
}
header {
    position: sticky;
    top: 0;
    z-index: 999;
}

p,
li,
a {
    font-size: 16px !important;
}
a {
    font-size: 16px;
}

.hotelHeaderXyZ {
    /* background: linear-gradient(90deg, #ffffff 0%, #f09493 60%, #a86464 100%); */
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 1rem;
}

/*  */
.hotelHeaderXyZ .navbar-brand img {
    height: 70px;
    width: auto;
}
.hotelHeaderXyZ .nav-link {
    color: #000000 !important;
    font-weight: 700;
    margin-right: 18px;
    transition: color 0.2s;
    letter-spacing: 0.5px;
    font-size: 16px;
    position: relative;
}
.custom-icon span {
    display: block;
    width: 30px;
    height: 3px;
    background: #000000;
    margin: 6px 0;
}

.custom-toggler {
    border: none;
    outline: none;
}

.custom-icon {
    display: inline-block;
}

.hotelHeaderXyZ .nav-link::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
}
.hotelHeaderXyZ .nav-link:hover::after,
.hotelHeaderXyZ .nav-link.active::after {
    width: 100%;
}
.hotelHeaderXyZ .nav-link:hover,
.hotelHeaderXyZ .nav-link.active {
    color: #d52426 !important;
}
.hotelHeaderXyZ .btn-reserve {
    background: #d52426;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    padding: 8px 30px;
    font-size: 16px;
    margin-left: 10px;
    transition: background 0.2s, color 0.2s;
    border: none;
}

.hotelHeaderXyZ .btn-reserve:hover {
    background: #c88d8c;
    color: #b8292b;
}

/* main section */

.carousel-item {
    height: 85vh;
    background-size: cover;
    background-position: center;
}
.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-caption h5 {
    color: #fff;
}

/* booking form */

/* .booking-form-overlay {
  z-index: 10;
  top: 70%;
} */

.row input[type="date"],
.row input[type="number"],
.row input[type="text"] {
    color: black !important;
}

.booking-form .form-control,
#mobileBookingModal .form-control {
    background: #f8f9fa;
    border: 1.5px solid #e0e0e0;
    font-size: 1.1rem;
    transition: border-color 0.2s;
}

.booking-form .form-control:focus,
#mobileBookingModal .form-control:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15);
    background: #fff;
}

.booking-form .form-label,
#mobileBookingModal .form-label {
    color: #212529;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.btn-book {
    background: linear-gradient(90deg, #dc3545 60%, #ff6f61 100%);
    border: none;
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    transition: background 0.2s, box-shadow 0.2s;
}

.btn-book:hover,
.btn-book:focus {
    background: linear-gradient(90deg, #b71c1c 60%, #ff6f61 100%);
    color: #fff;
    box-shadow: 0 4px 16px rgba(220, 53, 69, 0.15);
}

#mobileBookNowBtn {
    bottom: 24px;
    right: 24px;
    z-index: 1050;
}

/* about us hotel */
.about-hotel-heading-wrapper {
    display: flex;
    justify-content: center;
}
.about-hotel-heading {
    border-bottom: 2px solid #555;
    transition: color 0.3s;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.about-hotel-heading::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}
.about-hotel-heading:hover {
    color: #dc0d0d;
    text-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);
}

.about-hotel-heading:hover::after {
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
    background: linear-gradient(90deg, #c58185 0%, #dc0d0d 100%);
}

.about-hotel-section {
    background: #f8f9fa;
}
.about-hotel-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc0d0d;
    transition: color 0.3s;
    cursor: pointer;
    border-bottom: #dc0d0d 2px solid;
    padding: 10px;
}
.about-hotel-heading:hover {
    color: #f59797;
    text-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);
}
.about-hotel-text {
    font-size: 1.1rem;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}

.about-hotel-features li {
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    transition: color 0.2s;
    cursor: pointer;
}

/* end about */

.carousel-inner {
    height: 600px;
    width: 70%;
}

.center-image-carousel-section .center-image-carousel {
    width: 90vw !important;
}

.center-image-carousel-section .carousel-inner {
    height: 90vh !important;
}

.center-image-carousel-section .carousel-inner img {
    width: 100% !important;
    height: 90vh !important;
    object-fit: cover !important;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(75, 75, 75, 0.13);
    background: #fff;
    transition: box-shadow 0.3s;
}

.center-image-carousel-section .carousel-inner img:hover {
    box-shadow: 0 12px 36px rgba(203, 37, 40, 0.18);
}

.center-image-carousel-section .custom-carousel-btn .carousel-control-prev-icon,
.center-image-carousel-section
    .custom-carousel-btn
    .carousel-control-next-icon {
    background-size: 60% 60%;
    background-position: center;
    background-repeat: no-repeat;
    filter: none;
}

/* center  */
.interactive-room-card {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    background: #222;
    color: #fff;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
}
.interactive-room-card .card-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.7) grayscale(0.1);
    transition: filter 0.3s;
    z-index: 1;
}

.custom-design-card {
    height: 400px !important;
}

.interactive-room-card .card-overlay-content {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 0 0 1rem 1rem;
    transition: background 0.3s;
    border-radius: 10px;
}
.interactive-room-card .card-title {
    font-size: 1.4rem;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.interactive-room-card .card-text {
    font-size: 1rem;
    color: #f1f1f1;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.interactive-room-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}
.interactive-room-card:hover .card-img-bg {
    filter: brightness(0.95) grayscale(0);
}
.interactive-room-card:hover .card-overlay-content {
    background: rgba(0, 0, 0, 0.65);
}

.explore-btn {
    background: linear-gradient(90deg, #b8292b 0%, #ff5722 100%);
    border: none;
    color: #fff;
    transition: transform 0.2s, box-shadow 0.2s;
}

.card-heading {
    color: #d52426;
    font-weight: 700;
    /* text-align: center; */
}

.card-text {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* amenities */
.amenity-card {
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
}
.amenity-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    background: #f8f9fa;
}

/* footer */
.footer a:hover {
    color: #ffc107 !important;
    text-decoration: underline;
}
.footer .btn-danger {
    background: linear-gradient(90deg, #d7263d 0%, #a3131a 100%);
    border: none;
}
.footer .btn-danger:hover {
    background: linear-gradient(90deg, #a3131a 0%, #d7263d 100%);
}
.footer .bi {
    transition: color 0.2s;
}
.footer .bi:hover {
    color: #ffc107 !important;
}

/* dinning page */

/* Banner Gradient Heading */
.text-gradient {
    background: linear-gradient(90deg, #d7263d 0%, #a3131a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Advanced Dining Card Styles */
.dining-card-adv {
    background: linear-gradient(135deg, #fff 60%, #f7f7fa 100%);
    border-radius: 2rem;
    transition: transform 0.25s cubic-bezier(0.4, 2, 0.6, 1), box-shadow 0.25s;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}
.dining-card-adv:hover {
    transform: translateY(-12px) scale(1.035);
    box-shadow: 0 16px 48px rgba(252, 87, 94, 0.18),
        0 2px 8px rgba(0, 0, 0, 0.08);
}
.dining-card-img-wrapper {
    width: 100%;
    height: 270px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    box-shadow: 0 4px 24px rgba(252, 87, 94, 0.08);
}
.dining-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s cubic-bezier(0.4, 2, 0.6, 1);
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}
.dining-card-adv:hover .dining-card-img {
    transform: scale(1.09) rotate(-2deg);
    filter: brightness(1.08) saturate(1.2);
}
.dining-card-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: linear-gradient(90deg, #fc575e 0%, #f7b42c 100%);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0.4rem 1.1rem;
    border-radius: 2rem;
    box-shadow: 0 2px 8px rgba(252, 87, 94, 0.1);
    letter-spacing: 0.5px;
    z-index: 2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.dining-card-badge.wine {
    background: linear-gradient(90deg, #a83279 0%, #d38312 100%);
}
.dining-card-badge.private {
    background: linear-gradient(90deg, #11998e 0%, #38ef7d 100%);
}
.dining-card-body {
    flex: 1 1 auto;
    padding: 2rem 1.5rem 2.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}
.dining-card-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2d2d2d;
    letter-spacing: 0.5px;
}
.dining-card-text {
    font-size: 1.08rem;
    color: #555;
    margin-bottom: 2rem;
    min-height: 72px;
}
.btn-explore {
    background: linear-gradient(90deg, #b8292b 0%, #ff5722 100%);
    color: #fff !important;
    font-weight: 600;
    border: none;
    border-radius: 2rem;
    padding: 0.7rem 2.2rem;
    font-size: 1.08rem;
    box-shadow: 0 2px 12px rgba(252, 87, 94, 0.1);
    transition: background 0.18s, box-shadow 0.18s, transform 0.18s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.btn-explore:hover,
.btn-explore:focus {
    background: linear-gradient(90deg, #bf7677 0%, #fc575e 100%);
    color: #fff;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 4px 24px rgba(252, 87, 94, 0.16);
    text-decoration: none;
}

/* facility card styles */

/* Animated Facility Card Styles */
.facility-card-animated {
    border-radius: 1.7rem;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    min-height: 480px;
    transition: box-shadow 0.3s, transform 0.3s;
    position: relative;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.facility-card-animated:hover {
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
    transform: translateY(-10px) scale(1.035);
    z-index: 2;
}
.facility-card-top-anim {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #f7f7f7;
    animation: facilityTopAnim 2.5s cubic-bezier(0.6, 0.2, 0.4, 1.1) infinite
        alternate;
    border-bottom: 6px solid #fff3cd;
}
@keyframes facilityTopAnim {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.08);
    }
    100% {
        box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.18);
    }
}
.facility-card-top-anim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 1.7rem;
    border-top-right-radius: 1.7rem;
    filter: brightness(0.93) saturate(1.13);
    transition: transform 0.5s cubic-bezier(0.6, 0.2, 0.4, 1.1);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
.facility-card-animated:hover .facility-card-top-anim img {
    transform: scale(1.08) rotate(-1.5deg);
    filter: brightness(1) saturate(1.18);
}
/* Remove icon overlay on image */
.facility-anim-icon {
    display: none !important;
}
.facility-card-body-anim {
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    text-align: center;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #fff;
    border-radius: 0 0 1.7rem 1.7rem;
    box-shadow: 0 2px 12px rgba(255, 188, 66, 0.06);
    margin-top: -12px;
    position: relative;
    z-index: 2;
}
.facility-title-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin-bottom: 0.5rem;
}
.facility-title-icon {
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fffbe6 60%, #fff3cd 100%);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    box-shadow: 0 2px 8px rgba(255, 188, 66, 0.13);
    border: 2px solid #ffe082;
}
.facility-title-anim {
    font-size: 1.25rem;
    font-weight: 700;
    color: #222;
    letter-spacing: 0.5px;
    margin: 0;
    text-align: left;
    flex: 1;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.facility-timing-anim {
    font-size: 1.05rem;
    color: #ff9800;
    font-weight: 500;
    margin-bottom: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    background: #fffbe6;
    border-radius: 1rem;
    padding: 0.25rem 1rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 1px 4px rgba(255, 188, 66, 0.08);
}
.facility-features-anim {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.05rem;
    margin-top: 0.5rem;
}
.facility-features-anim li {
    margin-bottom: 0.3rem;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 500;
    background: #f8fafc;
    border-radius: 0.7rem;
    padding: 0.3rem 0.8rem;
    box-shadow: 0 1px 4px rgba(33, 147, 176, 0.06);
    transition: background 0.2s;
}
.facility-features-anim li:hover {
    background: #fff3cd;
}
.bg-facility-spa {
    background: linear-gradient(135deg, #ffb347 0%, #ffcc33 100%);
}
.bg-facility-pool {
    background: linear-gradient(135deg, #2193b0 0%, #6dd5ed 100%);
}
.bg-facility-gym {
    background: linear-gradient(135deg, #43cea2 0%, #185a9d 100%);
}
.bg-facility-dining {
    background: linear-gradient(135deg, #f7971e 0%, #ffd200 100%);
}
.bg-facility-hall {
    background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
}
.bg-facility-kids {
    background: linear-gradient(135deg, #f857a6 0%, #ff5858 100%);
}
.bg-facility-concierge {
    background: linear-gradient(135deg, #232526 0%, #414345 100%);
}
.bg-facility-wifi {
    background: linear-gradient(135deg, #56ccf2 0%, #2f80ed 100%);
}

.text-purple {
    color: #a18cd1;
}
.text-pink {
    color: #e83e8c;
}
.text-cyan {
    color: #2f80ed;
}
.facility-section {
    background: linear-gradient(120deg, #f8fafc 60%, #f7e8d7 100%);
}

/* accomdation */

.room-card {
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 1.5rem;
}
.room-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 12px 32px rgba(60, 60, 120, 0.15);
}
.room-card-badge {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.room-card-title {
    font-size: 1.5rem;
}
.room-card-text {
    font-size: 1rem;
}
.btn-outline-primary,
.btn-outline-warning,
.btn-outline-success {
    border-width: 2px;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
}
.btn-outline-primary:hover {
    background: #3a8dde;
    color: #fff;
}
.btn-outline-warning:hover {
    background: #ffc107;
    color: #222;
}
.btn-outline-success:hover {
    background: #28a745;
    color: #fff;
}

/* gallery  */

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
    cursor: pointer;
    transition: box-shadow 0.2s, transform 0.2s;
    box-shadow: 0 4px 24px rgba(30, 30, 60, 0.1),
        0 1.5px 8px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, #f8fafc 60%, #e9ecef 100%);
    border: 1.5px solid #e5e7eb;
    min-height: 240px;
}
.gallery-card-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s, filter 0.3s;
    border-radius: 1.2rem;
}
.gallery-card:hover {
    box-shadow: 0 8px 32px rgba(30, 30, 60, 0.18), 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px) scale(1.02);
}
.gallery-card:hover .gallery-card-img {
    transform: scale(1.06);
    filter: brightness(0.85) blur(1px);
}
.gallery-card-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    color: #fff;
    font-size: 2.7rem;
    pointer-events: none;
    transition: opacity 0.2s, transform 0.2s;
    z-index: 2;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.gallery-card:hover .gallery-card-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}
.premium-btn-group .btn-premium {
    background: linear-gradient(90deg, #b8292b 0%, #ff5722 100%);
    color: #ffffff;
    border: none;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: 2rem !important;
    margin: 0 0.2rem;
    box-shadow: 0 2px 8px rgba(234, 181, 67, 0.08);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    padding: 0.6rem 1.5rem;
    font-size: 1.08rem;
}
.premium-btn-group .btn-premium.active,
.premium-btn-group .btn-premium:focus,
.premium-btn-group .btn-premium:hover {
    background: linear-gradient(120deg, #67813d 50%, #a32e35 100%);
    color: #fff;
    box-shadow: 0 4px 16px rgba(234, 181, 67, 0.18);
    outline: none;
}
.gallery-banner {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    border-radius: 0 0 2rem 2rem;
}
.gallerySwiper {
    width: 100%;
    height: 100%;
    min-height: 480px;
    background: #181c22;
    border-radius: 1.5rem;
    overflow: hidden;
}
.gallerySwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #181c22;
    min-height: 420px;
}
.gallerySwiper img {
    width: 100%;
    max-width: 900px;
    height: 65vh;
    object-fit: cover;
    border-radius: 1.2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
    background: #222;
}
.swiper-button-next,
.swiper-button-prev {
    color: #eab543;
    background: rgba(24, 28, 34, 0.7);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.7rem;
    font-weight: bold;
}
.swiper-pagination-bullet {
    background: #eab543;
    opacity: 0.7;
}
.swiper-pagination-bullet-active {
    background: #fff;
    border: 2px solid #eab543;
    opacity: 1;
}
.modal-content {
    background: linear-gradient(120deg, #23272f 80%, #181c22 100%);
}

/* location */
.location-banner {
    background-blend-mode: multiply;
}
.btn-outline-danger.active,
.btn-outline-danger:active {
    background: linear-gradient(90deg, #b8292b 0%, #ff5722 100%);
    color: #fff !important;
    border-color: #b8292b !important;
    box-shadow: 0 2px 8px rgba(184, 41, 43, 0.15);
}
.card-header {
    border-bottom: 1px solid #ffe0e0;
}
.card {
    border-radius: 1rem;
}
.card-body ul li i {
    margin-right: 8px;
}

.hotel-detail-section {
    background: linear-gradient(120deg, #fff 60%, #fff7f5 100%);
    position: relative;
    z-index: 2;
}

.hotel-img-animate {
    animation: floatY 3s ease-in-out infinite alternate;
    box-shadow: 0 8px 32px rgba(184, 41, 43, 0.13);
    border-radius: 2rem;
    background: linear-gradient(135deg, #fff 80%, #ffe5e0 100%);
    padding: 1rem;
    display: inline-block;
}

@keyframes floatY {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-18px);
    }
}

.hotel-detail-card {
    border-left: 6px solid #b8292b;
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 4px 32px rgba(255, 87, 34, 0.1);
    animation: fadeInUp 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hotel-detail-card h3 {
    letter-spacing: 1px;
}

.contact-banner {
    background: url("images/banner") center/cover no-repeat;
    min-height: 350px;
    border-radius: 0 0 2rem 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    position: relative;
}

.text-gradient-blink {
    background: linear-gradient(90deg, #b8292b 0%, #ff5722 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: blinkText 1.5s infinite alternate;
}

.btn-gradient-blink {
    background: linear-gradient(90deg, #b8292b 0%, #ff5722 100%);
    color: #fff;
    border: none;
    transition: box-shadow 0.3s;
    box-shadow: 0 2px 12px rgba(184, 41, 43, 0.15);
    animation: blinkBtn 2s infinite alternate;
}

.btn-gradient-blink:hover,
.btn-gradient-blink:focus {
    box-shadow: 0 4px 24px rgba(255, 87, 34, 0.25);
    color: #fff;
}

.contact-link {
    color: rgba(33, 37, 41, 0.75);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-link:hover {
    color: #ff5722;
}

.contact-img-wrapper {
    display: inline-block;
    animation: blinkImg 2.5s infinite alternate;
}

.contact-img-blink {
    border: 4px solid #b8292b;
    box-shadow: 0 4px 32px rgba(255, 87, 34, 0.18);
    border-radius: 1.5rem;
    max-width: 350px;
}

.text-blink {
    animation: blinkIcon 1.2s infinite alternate;
}

.contact-form-section {
    background: linear-gradient(120deg, #fff 60%, #fff7f5 100%);
}

.form-control:focus,
.input-group-text:focus,
.form-select:focus {
    border-color: #b8292b;
    box-shadow: 0 0 0 0.2rem rgba(184, 41, 43, 0.15);
}

.btn:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.15);
}

.contact-details-section .card {
    border-radius: 1rem;
    transition: box-shadow 0.2s;
}

.contact-details-section .card:hover {
    box-shadow: 0 6px 24px rgba(184, 41, 43, 0.13);
}

.country-dropdown,
.country-dropdown-menu {
    font-size: 1rem;
}

.country-dropdown {
    display: flex;
    align-items: center;
    gap: 0.3em;
    padding-right: 0.7em;
    min-width: 110px;
    background: #fff;
    border: 1px solid #ced4da;
    border-right: none;
    border-radius: 0.375rem 0 0 0.375rem;
    height: 100%;
}

.country-dropdown:focus {
    border-color: #b8292b;
    box-shadow: 0 0 0 0.2rem rgba(184, 41, 43, 0.15);
}

.country-dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-size: 1rem;
}

.input-group > .form-control {
    border-radius: 0 0.375rem 0.375rem 0;
}

.input-group .form-control {
    min-width: 0;
}

#formError {
    border-radius: 0.75rem;
    border: 1px solid #ff5722;
    background: #fff3f0;
    color: #b8292b;
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
    animation: shake 0.3s;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

/* take email on page load */
.modal-content {
    background: #fff;
    border-radius: 20px;
    padding: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.modal-title {
    font-weight: 600;
    font-size: 1.25rem;
}

input.form-control {
    height: 45px;
    font-size: 0.95rem;
}

button.btn-danger {
    background-color: var(--primary-color);
    border: none;
}

button.btn-danger:hover {
    background-color: var(--secondary-color);
}

.modal-backdrop.show {
    backdrop-filter: blur(5px);
}

/* room booking form style */
.premium-gradient-bg {
    background: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
}

.btn-outline-secondary {
    border-radius: 50px;
    width: 36px;
    height: 36px;
    padding: 0;
    text-align: center;
}

#totalPrice {
    color: #0d6efd;
}

.card h4,
.card h5 {
    margin-bottom: 0;
}

/* Decorative accents */
.decorative-accent {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.accent-top-end {
    top: 0;
    right: 0;
    margin: 1rem;
    width: 60px;
    height: 60px;
    background: #c5262a22;
}

.accent-bottom-start {
    bottom: 0;
    left: 0;
    margin: 1rem;
    width: 80px;
    height: 80px;
    background: #51613e22;
}

/* Swiper Carousel Styles */
.room-carousel {
    width: 100%;
    aspect-ratio: 1/1;
    background: #fff;
    border: 4px solid #c5262a;
    overflow: hidden;
    border-radius: 1.5rem;
    box-shadow: 0 8px 32px 0 rgba(197, 38, 42, 0.08),
        0 1.5px 8px 0 rgba(81, 97, 62, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.room-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 1.2rem;
    transition: transform 0.4s cubic-bezier(0.4, 2, 0.6, 1);
    box-shadow: 0 4px 16px 0 rgba(81, 97, 62, 0.1);
}

.room-img:hover {
    transform: scale(1.04);
}

/* Swiper navigation and pagination premium look */
.room-carousel .swiper-button-next,
.room-carousel .swiper-button-prev {
    color: #fff;
    background: linear-gradient(135deg, #c5262a 60%, #51613e 100%);
    border-radius: 50%;
    width: 38px;
    height: 38px;
    box-shadow: 0 2px 8px rgba(197, 38, 42, 0.12);
    top: 50%;
    transform: translateY(-50%);
}

.room-carousel .swiper-button-next:after,
.room-carousel .swiper-button-prev:after {
    font-size: 1.2rem;
    font-weight: bold;
}

.room-carousel .swiper-pagination-bullet {
    background: #c5262a;
    opacity: 0.7;
    width: 10px;
    height: 10px;
    margin: 0 4px !important;
    border-radius: 50%;
    transition: background 0.3s;
}

.room-carousel .swiper-pagination-bullet-active {
    background: #51613e;
    opacity: 1;
    width: 14px;
    height: 14px;
    box-shadow: 0 0 0 2px #c5262a33;
}

.next-level-gradient-bg {
    background: linear-gradient(120deg, #fff 0%, #f7f5f2 60%, #e9e5e0 100%);
    border: 2px solid #c5262a22;
}

.custom-input:focus {
    border-color: #c5262a;
    box-shadow: 0 0 0 0.2rem #c5262a33;
}

.qty-btn:focus,
.qty-btn:hover {
    background: #c5262a;
    color: #fff !important;
    border-color: #c5262a;
}

.scale-hover:hover {
    transform: scale(1.04);
}

.card {
    box-shadow: 0 8px 32px 0 rgba(197, 38, 42, 0.08),
        0 1.5px 8px 0 rgba(81, 97, 62, 0.06);
}

/* rooms css  */
.premium-gradient-bg {
    background: linear-gradient(135deg, #fff 70%, #fbeee6 100%);
}

.border-premium {
    border: 1.5px solid #e5e5e5;
    border-radius: 15px;
}

.premium-badge {
    background: linear-gradient(90deg, #c5262a 60%, #fbb034 100%);
    font-size: 1rem;
    padding: 0.6em 1.2em;
    box-shadow: 0 2px 8px rgba(197, 38, 42, 0.15);
    z-index: 2;
    color: #fff;
}

.premium-badge .bi-star-fill {
    color: #fff700;
    margin-right: 0.3em;
}

.premium-img-shadow {
    box-shadow: 0 8px 32px rgba(197, 38, 42, 0.08);
    border-radius: 18px;
}

.best-seller-badge {
    bottom: 0;
    left: 0;
    margin: 1rem;
    font-size: 1rem;
    border-radius: 8px;
    padding: 0.5em 1.2em;
}

.room-title {
    color: var(--primary-color);
    letter-spacing: 0.5px;
}

.room-size {
    font-size: 1.1rem;
}

.room-desc {
    font-size: 1.05rem;
}

.high-demand-badge {
    font-size: 0.95rem;
}

.room-price {
    font-size: 2rem;
    color: #c5262a;
}

.price-unit {
    font-size: 1.1rem;
}

.taxes-note {
    font-size: 1rem;
}

.rate-card {
    background: #f9f6f2;
}

.rate-price {
    color: #c5262a;
}

.rate-includes {
    font-size: 0.98rem;
}

.amenities-desc {
    font-size: 1.08rem;
}

.amenity {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    color: #555;
    background: #fbeee6;
    padding: 0.6em 1.2em;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(197, 38, 42, 0.05);
    font-size: 1rem;
}

.book-btn {
    background: linear-gradient(90deg, #c5262a 60%, #fbb034 100%);
    color: white;
    border: none;
    padding: 0.5rem 1.2rem;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(197, 38, 42, 0.08);
    transition: background 0.2s;
}

.book-btn:hover {
    background: linear-gradient(90deg, #a01d1f 60%, #fbb034 100%);
    color: #fff;
}

/* here  */
:root {
    --primary-color: #c5262a;
    --secondary-color: #51613e;
}

p {
    font-size: 16px;
}

.room-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background-color: white;
}

.room-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 15px 0 0 15px;
}

.tab-button {
    border: none;
    background-color: var(--primary-color);
    color: white;
    padding: 0.4rem 1rem;
    font-weight: 500;
    margin-right: 0.5rem;
    border-radius: 5px;
    font-size: 0.95rem;
}

.tab-button:hover,
.tab-button.active {
    background-color: var(--secondary-color);
}

.tab-content-box {
    padding: 1rem 0;
    background-color: #fff;
    display: none;
}

.carousel-inner img {
    /* height: 380px; */
    object-fit: cover;
    border-radius: 12px;
}

.price-box {
    color: #c5262a;
    font-size: 1.4rem;
    font-weight: 600;
}

.book-btn {
    background-color: #c5262a;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    margin-top: 0.5rem;
}

.book-btn:hover {
    background-color: #a01d1f;
}

.amenity {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    color: #555;
}

.room-details {
    padding-left: 1.5rem;
}

.tab-container {
    border-top: 1px solid #ccc;
    padding-top: 1rem;
    margin-top: 1rem;
}

.premium-form .form-floating > .form-control,
.premium-form .form-floating > .form-select {
    border-radius: 1.5rem;
    border: 2px solid #e2d1c3;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 8px 0 rgba(197, 38, 42, 0.04);
    color: #51613e;
    font-weight: 500;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.premium-form .form-floating > .form-control:focus {
    border-color: #c5262a;
    box-shadow: 0 0 0 0.2rem #c5262a33;
    background: #fff;
    color: #c5262a;
}

.premium-form .form-floating > label {
    color: #51613e;
    font-weight: 500;
    letter-spacing: 0.01em;
    opacity: 0.85;
}

.premium-form .form-control:disabled,
.premium-form .form-control[readonly] {
    background-color: #f7f5f2;
    opacity: 1;
}

.premium-form textarea.form-control {
    min-height: 80px;
    resize: vertical;
}

.premium-form .invalid-feedback {
    color: #c5262a;
    font-size: 0.95em;
    margin-top: 2px;
}

/* payment page */
.premium-form .form-control:focus {
    border-color: #51613e;
    box-shadow: 0 0 0 0.2rem #51613e33;
}

.premium-form .form-label {
    color: #51613e;
}

.premium-form .form-select:focus {
    border-color: #c5262a;
    box-shadow: 0 0 0 0.2rem #c5262a33;
}

/* accordings */
.accordion-button {
    background: linear-gradient(90deg, #f8fafc 0%, #e9ecef 100%);
    color: #222;
    font-size: 1.15rem;
    box-shadow: none;
    border: none;
    transition: background 0.3s, color 0.3s;
    font-size: 16px !important;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #e9ecef 0%, #f8fafc 100%);
    color: #d02527;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(160, 47, 52, 0.1);
}

.accordion-item {
    border-radius: 1rem !important;
    overflow: hidden;
    border: none;
}

.accordion-body {
    background: #fff;
    color: #444;
    font-size: 1rem;
    font-size: 15px;
}

.accordion-header {
    border: none;
}

.accordion .accordion-item + .accordion-item {
    margin-top: 1rem;
}

.accordion-button i {
    font-size: 1.3rem;
    vertical-align: middle;
}

@media (max-width: 575.98px) {
    .carousel-inner {
        height: 300px;
    }
    .carousel-inner .carousel-item {
        height: 300px;
    }
}
