#room-banner {
    background-image: url('../images/other/room.jfif');
}

#about-banner {
    background-image: url('../images/other/room.jfif');
}

#blog-banner {
    background-image: url('../images/banner/blog-banner.jpg');
}

#contact-banner {
    background-image: url('../images/banner/contact-banner.jpg');
}

#policy-banner {
    background-image: url('../images/banner/privacy-banner.jpg');
}

#gallery-banner {
    background-image: url('../images/other/lobby-area.jpg');
}

/* HERO */
.rooms-hero {
    height: 65vh;
    background: url('rooms-hero.jpg') center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rooms-hero .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.hero-content {
    position: relative;
    color: #fff;
    text-align: center;
}

.hero-content h1 {
    font-size: 48px;
}

.hero-content p {
    font-size: 18px;
    margin-top: 10px;
}

/* SECTION */
/* ROOMS SECTION */
.rooms-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.container {
    padding: 0 20px;
}

/* INTRO */
.rooms-intro {
    max-width: 720px;
    margin: 0 auto 70px;
    text-align: center;
}

.rooms-intro p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-top: 12px;
}

/* ROOM CARD */
.room-card {
    display: grid;
    grid-template-columns: 45% 50%;
    gap: 40px;
    padding: 20px 20px;
    border-radius: 20px;
    border-bottom: 1px solid #e5e7eb;
    align-items: center;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    margin: 10px;
}

.room-card:last-child {
    border-bottom: none;
}

/* IMAGE */
.room-image {
    position: relative;
}

.room-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}

/* CONTENT */
.room-card .room-content {
    padding: 15px 15px;
    margin: 0px;
}

.room-card .section-tag {
    background: #0f766e;
    color: white;
}

.room-card .room-p {
    position: absolute;
    top: -18px;
    width: 100%;
    justify-content: space-between;
}

.room-p.luxury {
    position: absolute;
    left: auto;
    right: 0px;
    top: -18px;
}

.room-content h3 {
    font-size: 26px;
}

.room-content p {
    font-size: 15.5px;
    line-height: 1.75;
    color: #4b5563;
    margin-bottom: 22px;
}

/* FEATURES */
.room-features {
    list-style: none;
    margin-bottom: 28px;
    padding: 0;
}

.room-features li {
    font-size: 14.8px;
    color: #374151;
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative;
}

.room-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #cfa45a;
    font-weight: 600;
}

/* BUTTON */
.room-btn {
    display: inline-block;
    padding: 12px 26px;
    background-color: #2e6979;
    color: #ffffff;
    font-size: 14.5px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
}

.room-btn:hover {
    background-color: #0d5f58;
}

.luxury-btn {
    background-color: #0f766e;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .room-card {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .room-content {
        padding-right: 0;
    }
}

@media (max-width: 576px) {
    .rooms-section {
        padding: 60px 0;
    }

    .room-content h3 {
        font-size: 22px;
    }

    .room-content p {
        font-size: 15px;
    }
}

.hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ===deluxe room=== */
.room-details {
    padding: 90px 0;
    background: #f9fafb;
}

.sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-card {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.sidebar-card a {
    color: #0b3c5d;
    text-decoration: none;
}

.sidebar-card h5 {
    margin-bottom: 15px;
}

.facility-list {
    list-style: none;
    padding: 0;
}

.facility-list li {
    position: relative;
    border-radius: 6px;
    padding: 12px 18px;
    border: 1px solid #2e6979;
    transition: 0.5s ease;
    margin-bottom: 10px;
    font-size: 16px;
}

.facility-list li:hover {
    background: #2e6979;
    color: white;
}

details summary {
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 8px;
}

/* ROOM MAIN WRAPPER */
.room-main {
    overflow: hidden;
}

/* ROOM IMAGE */
/* IMAGE WRAPPER */
.room-main-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

/* PRIMARY IMAGE */
.image-primary img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 10px;
}

/* SECONDARY IMAGE (OVERLAP) */
.image-secondary {
    position: absolute;
    right: 30px;
    bottom: -40px;
    width: 38%;
}

.image-secondary img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    border: 5px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .image-secondary {
        width: 45%;
        right: 20px;
        bottom: -30px;
    }
}

@media (max-width: 768px) {
    .room-main-image {
        flex-direction: column;
    }

    .image-secondary {
        position: static;
        width: 100%;
        margin-top: 15px;
    }

    .image-secondary img {
        height: auto;
        border: none;
        box-shadow: none;
    }
}


/* ROOM CONTENT */
.room-content {
    padding: 35px 30px;
    background: #ffffff;
    border-radius: 8px;
    margin-top: 30px;
}

.room-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 28px;
}

/* TARIFF BOX */
.tariff-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 30px;
}

.tariff-box h5 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #111827;
}

.tariff-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #d1d5db;
    font-size: 15px;
}

.tariff-row:last-child {
    border-bottom: none;
}

.tariff-row strong {
    color: #0f766e;
}

/* ROOM SECTIONS */
.room-section {
    margin-bottom: 30px;
}

.room-section h5 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #111827;
}

/* INCLUSIONS LIST */
.room-section ul {
    list-style: none;
    padding: 0;
}

.room-section ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #374151;
}

.room-section ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0f766e;
    font-weight: 600;
}

/* CANCELLATION TEXT */
.room-section p {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
}

/* CALLBACK FORM */
.callback-form {
    margin-top: 40px;
    padding: 30px;
    border-radius: 8px;
    background: #fff;
    color: #ffffff;
}

.callback-form h5 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
}

/* FORM */
.callback-form form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.callback-form input {
    padding: 12px 14px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
}

.callback-form input:focus {
    outline: none;
}

.callback-form button {
    padding: 12px;
    border: none;
    background: #ffffff;
    color: #0f766e;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}

.callback-form button:hover {
    opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .room-main .room-image {
        height: 260px;
    }

    .room-content {
        padding: 25px 20px;
    }

    .room-content h2 {
        font-size: 26px;
    }

    .callback-form {
        padding: 25px 20px;
    }
}


/* RESPONSIVE */
@media (max-width: 768px) {
    .sidebar {
        position: static;
    }

    .room-image {
        height: 260px;
    }

    .room-content {
        padding: 25px;
    }
}

/* ===luxury room=== */
.luxury-room-v2 {
    padding: 80px 20px;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.room-hero {
    text-align: center;
    margin-bottom: 60px;
}

.room-hero .tag {
    color: #c9a24d;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
}

.room-hero h2 {
    font-size: 42px;
    color: #0b3c5d;
    margin: 10px 0;
}

.room-hero p {
    max-width: 700px;
    margin: auto;
    color: #666;
}

.room-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.info-card {
    background: #f9fbfd;
    padding: 30px;
    border-radius: 16px;
    margin-bottom: 30px;
}

.info-card h3 {
    color: #0b3c5d;
    margin-bottom: 15px;
}

.icon-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.icon-list li {
    position: relative;
    padding-left: 22px;
    color: #444;
}

.icon-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #c9a24d;
}

.room-aside {
    position: sticky;
    top: 40px;
}

.price-card {
    background: linear-gradient(135deg, #0b3c5d, #082f47);
    color: #fff;
    padding: 30px;
    border-radius: 18px;
    text-align: center;
    margin-bottom: 30px;
}

.price-card h4 {
    font-size: 36px;
    margin: 10px 0;
}

.btn-primary {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 30px;
    background: #c9a24d;
    color: #0b3c5d;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
}

.callback-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.callback-form button {
    width: 100%;
    padding: 12px;
    background: #0b3c5d;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

/* ===blog page=== */
/* HERO */
.blog-hero {
    height: 70vh;
    background: url('manali-hero.jpg') center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-hero .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.hero-content {
    position: relative;
    text-align: center;
    color: #fff;
    max-width: 700px;
}

.hero-content h1 {
    font-size: 48px;
    margin-bottom: 15px;
}

.hero-content p {
    font-size: 18px;
    line-height: 1.6;
}

/* BLOG SECTION */
.blog-section {
    padding: 80px 0;
}

/* FEATURED BLOG */
.featured-blog {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 70px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    align-items: center;
}

.featured-blog img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

img.img-manali {
    width: 100%;
    height: 300px;
    margin: 10px;
}

.featured-content {
    padding: 40px;
}

.featured-content h2 {
    font-size: 32px;
    margin: 20px 0;
}

.featured-content p {
    color: #64748b;
    line-height: 1.7;
}

.read-more {
    display: inline-block;
    margin-top: 20px;
    color: #2e6979;
    font-weight: 600;
    text-decoration: none;
}

/* BLOG GRID */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.blog-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: 0.4s ease;
}

.blog-card:hover {
    transform: translateY(-10px);
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-content {
    padding: 25px;
    border-radius: 20px;
    background: white;
    position: relative;
    margin-top: -7px;
}

.blog-content span {
    font-size: 13px;
    color: #2e6979;
    font-weight: 600;
}

.blog-content h3 {
    margin: 12px 0;
    font-size: 20px;
}

.blog-content p {
    color: #64748b;
    font-size: 15px;
    margin-bottom: 15px;
}

.blog-content a {
    text-decoration: none;
    font-weight: 600;
    color: #2e6979;
}

/* internal-blog */

/* BLOG HERO */
.blog-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('./images/other/kaston-1.jpg') center/cover no-repeat;
    padding: 90px 20px;
    text-align: center;
    color: #fff;
}

.blog-hero h1 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-hero p {
    font-size: 1.1rem;
    opacity: 0.95;
}

/* BLOG CONTENT */
.blog-wrapper {
    padding-bottom: 60px;
}

img.blog-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.blog-wrapper .blog-card {
    background: #fff;
    padding: 35px;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.blog-title {
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1e293b;
}

.blog-text {
    font-size: 1rem;
    margin-bottom: 18px;
    color: #444;
}

.blog-subtitle {
    margin-top: 35px;
    margin-bottom: 12px;
    font-weight: 600;
}

/* BLOG FEATURES */
.blog-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.blog-feature {
    background: #f1f5f9;
    padding: 22px;
    border-radius: 12px;
    transition: 0.3s ease;
}

.blog-feature:hover {
    background: #e0f2f1;
    transform: translateY(-6px);
}

.blog-feature h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2e6979;
    margin-bottom: 8px;
}

/* BLOG CTA */
.blog-cta {
    margin-top: 40px;
    padding: 35px;
    background: linear-gradient(135deg, #0f766e, #0d9488);
    color: #fff;
    text-align: center;
    border-radius: 14px;
}

.blog-cta h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.blog-cta a {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 34px;
    background: #fff;
    color: #2e6979;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.blog-cta a:hover {
    background: #e0f2f1;
}

/* BLOG SIDEBAR */
.blog-sidebar {
    position: sticky;
    top: 100px;
}

.blog-sidebar-box {
    background: #fff;
    padding: 24px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
}

.blog-sidebar-box h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2e6979;
    margin-bottom: 12px;
}

.blog-sidebar-box ul li {
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.blog-sidebar-box a {
    color: black;
    text-decoration: none;
}

/* RESPONSIVE */
@media(max-width: 768px) {
    .blog-hero h1 {
        font-size: 2rem;
    }

    .blog-card {
        padding: 25px;
    }
}

/* ===booking page=== */
#booking-banner {
    background: linear-gradient(to right, rgba(6, 23, 43, .7), rgba(6, 23, 43, .4)), url('https://images.unsplash.com/photo-1566073771259-6a8506099945') center/cover no-repeat;
    display: flex;
    align-items: center;
}

#booking-banner .about-title {
    color: #fff;
}

/* BOOKING BAR */
.feature-box {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    height: 100%;
    align-content: center;
}

.feature-box:hover .service-icon {
    transform: rotateY(180deg);
}

/* FORM */
.booking-form {
    background: #fcfcfc;
    border-radius: 20px;
    color: #000000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.booking-form label {
    font-size: 0.8rem;
    letter-spacing: .04em;
}

.booking-form .form-control,
.form-select {
    border-radius: 9px;
    padding: 7px;
    background: white;
    color: black;
    border: 1px solid #2e697978;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

button.btn.btn-booking.mt-3 {
    color: white;
    padding: 11px;
    border: none;
    border-radius: 30px;
    padding: 14px;
    font-weight: 600;
}

button.btn.btn-booking.mt-3:hover {
    border: 1px solid #2e6979;
    color: #2e6979;
}

.btn-primary:hover {
    opacity: .9;
}

.trust {
    font-size: .85rem;
    color: #6b7280;
}

/* ==policy page== */
.policy-box {
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
    height: 100%;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.policy-box h3 {
    font-size: 1.6rem;
    color: #06172b;
    margin-bottom: 15px;
    position: relative;
}

.policy-box h3::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #2e6979;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.policy-box h3::after {
    content: "";
    width: 100px;
    height: 2px;
    background: #2e6979;
    position: absolute;
    left: 50px;
    bottom: -6px;
}

.policy-box p,
.policy-box li {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #374151;
}

.policy-box ul {
    padding-left: 18px;
}

/* INFO STRIP */
.policy-info {
    background: #2e697914;
    border-left: 5px solid #2e6979;
    padding: 25px 30px;
    border-radius: 12px;
    font-size: 0.9rem;
    color: #374151;
}

/* FOOTER */
.policy-footer {
    font-size: 0.85rem;
    color: #6b7280;
    text-align: center;
    padding: 50px 0 30px;
}

/* ==gallery page== */
.gallery-header h1 {
    color: #0f2a44;
    font-weight: 600;
}

.gallery-header p {
    color: #555;
    max-width: 600px;
    margin: 0 auto;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px 0px;
}

.gallery-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-card:hover img {
    transform: scale(1.08);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    padding: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    align-content: end;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay span {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: cursive;
}

.gallery-overlay p {
    color: white;
}

.gallery-card.gallery-2 {
    border-radius: 0px;
}

.gallery-card.gallery-2 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .featured-blog {
        grid-template-columns: 1fr;
    }

    .hero-content h1 {
        font-size: 36px;
    }
}

@media (max-width: 600px) {
    .hero-content h1 {
        font-size: 28px;
    }

    .hero-content p {
        font-size: 16px;
    }
}


/* Responsive */
@media (max-width: 992px) {
    .room-layout {
        grid-template-columns: 1fr;
    }

    .room-aside {
        position: static;
    }

    .icon-list {
        grid-template-columns: 1fr;
    }

    .policy-box h3 {
        font-size: 1.2rem;
    }

    .policy-box p,
    .policy-box li {
        font-size: 0.8rem;
    }
}