@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html, body, p, h1, h2, h3, h4, h5, a, span {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
/* Slides */
.hero-slider .slide {
    position: relative;
    min-height: 90vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}
.slide-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    max-width: 800px;
}
.slide-tag {
    display: inline-block;
    background: #f30061;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.slide-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 12px;
}
.slide-subtitle {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 24px;
}
.slide .button { border-radius: 30px; padding-left: 24px; padding-right: 24px; }

/* Nav + dots */
.hero-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    font-size: 1.1rem !important;
    transition: all 0.3s ease;
}
.hero-slider .owl-nav button:hover {
    background: #f30061 !important;
}
.hero-slider .owl-prev { left: 20px; }
.hero-slider .owl-next { right: 20px; }

.hero-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.hero-slider .owl-dots button span {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
}
.hero-slider .owl-dots button.active span {
    background: #f30061;
}

/* Mobile */
@media (max-width: 768px) {
    .slide-title { font-size: 1.9rem; }
    .hero-slider .owl-nav { display: none; }
}
.reservation-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 3.5rem 1.5rem;
    margin-top: -10px;
}

.reservation-box {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 2rem;
}

.reservation-box .input,
.reservation-box .select select {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    border-radius: 8px;
    height: 3rem;
}
.reservation-box .select select option { color: #2d2d2d; }
.reservation-box .input::-webkit-calendar-picker-indicator { filter: invert(1); }
.reservation-box .icon { color: #f30061; }

.reservation-box .input:focus,
.reservation-box .select select:focus {
    border-color: #f30061;
    box-shadow: 0 0 0 2px rgba(243, 0, 97, 0.25);
}

.reservation-box .label { font-size: 0.85rem; font-weight: 500; }

.reservation-box .button.is-danger {
    background: #f30061;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.reservation-box .button.is-danger:hover {
    background: #d10052;
    box-shadow: 0 8px 20px rgba(243, 0, 97, 0.4);
}
.welcome-section {
    padding: 4rem 1.5rem;
}

/* Exterior image with badge */
.exterior-img {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    position: relative;
}
.exterior-img img {
    object-fit: cover;
    transition: all 0.4s ease;
}
.exterior-img:hover img {
    transform: scale(1.03);
}

/* Floating experience badge */
.experience-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #f30061;
    border-radius: 12px;
    padding: 14px 22px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(243, 0, 97, 0.4);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-8px); }
}

/* Highlight list */
.highlight {
    font-size: 0.95rem;
    color: #363636;
    font-weight: 500;
}

/* Buttons radius */
.welcome-section .button {
    border-radius: 30px;
    padding-left: 24px;
    padding-right: 24px;
}
/* Room cards */
.room-card {
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.room-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.room-img-wrap {
    position: relative;
    transition: all 0.4s ease;
}
.room-card:hover .room-img-wrap img {
    transform: scale(1.05);
}
.room-img-wrap img {
    transition: all 0.4s ease;
}

/* Room type badge */
.badge {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #fff;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.badge.is-primary { background: #f30061; }
.badge.is-info    { background: #3273dc; }

/* Price */
.price { line-height: 1; }
.price .rupee { font-size: 1.4rem; font-weight: 700; }
.price { font-size: 1.2rem; font-weight: 700; color: #2d2d2d; }
.price .per-night { font-size: 0.8rem; font-weight: 400; color: #7a7a7a; }

/* Buttons */
.buttons .button { border-radius: 30px; padding-left: 20px; padding-right: 20px; }
.button.is-danger:hover { background: #d10052; }

/* Action row */
.room-actions {
    border-top: 1px dashed #ddd;
    padding-top: 16px;
}
/* Amenities section */
.amenities-section {
    background: #fafafa;
}

/* Card container */
.amenity-card {
    text-align: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 20px;
    height: 100%;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.amenity-card:hover {
    transform: translateY(-8px);
    border-color: #f30061;
    box-shadow: 0 12px 30px rgba(243, 0, 97, 0.12);
}

/* Icon circle */
.amenity-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    background: rgba(243, 0, 97, 0.08);
    transition: all 0.3s ease;
}

.amenity-card:hover .amenity-icon {
    background: #f30061;
    color: #ffffff !important;
    transform: rotate(10deg) scale(1.05);
}
/*===== Footer ======== */
    /* Fix icon color inside buttons on dark bg */
    .footer .button {
        background: transparent;
        border-color: rgba(255, 255, 255, 0.25);
        color: #ffffff;
    }
    .footer .button:hover {
        border-color: #f30061 !important;
        color: #f30061 !important;
        transform: translateY(-3px);
    }

    /* Fix link color + hover */
    .footer-links a {
        color: #d1d1d1;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    .footer-links a:hover {
        color: #f30061 !important;
        padding-left: 5px;
    }
    .footer-links li { margin-bottom: 10px; }

    /* Icon + text alignment */
    .footer .icon { vertical-align: middle; margin-right: 4px; }

    /* Divider */
    .border-top { border-top: 1px solid rgba(255, 255, 255, 0.1); }

    .brand-credit {
        transition: all 0.3s ease;
        border-bottom: 1px solid transparent;
    }
    .brand-credit:hover {
        color: #ffffff !important;
        border-bottom-color: #f30061;
    }
/*===== Footer ======== */
/*======= Breadcrumb ========*/
.breadcrumb-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
.breadcrumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}
.breadcrumb-section .container {
    position: relative;
    text-align: center;
}
.breadcrumb-section .title,
.breadcrumb.is-white ul li a,
.breadcrumb.is-white ul li.is-active a {
    color: #fff;
}
.breadcrumb.is-white ul li::before,
.breadcrumb.is-white ul li.is-active a::after {
    color: #fff;
}
