/* ==========================================================================
   HOTEL DARSHAN - DEDICATED ROOM DETAILS PAGE MASTER STYLESHEET
   ========================================================================== */

/* 1. Hero Section */
.darshan-rd-hero {
    position: relative !important;
    width: 100% !important;
    min-height: 80vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #16120E !important;
    color: #FFFDF8 !important;
    padding-top: 13rem !important; /* Guaranteed navbar clearance */
    padding-bottom: 5rem !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.rd-hero-bg-wrap { position: absolute !important; inset: 0 !important; z-index: 1 !important; }
.rd-hero-bg { width: 100% !important; height: 100% !important; background-size: cover !important; background-position: center center !important; transform: scale(1.05) !important; }
.rd-hero-overlay { position: absolute !important; inset: 0 !important; background: linear-gradient(180deg, rgba(22,18,14,0.65) 0%, rgba(22,18,14,0.45) 50%, rgba(22,18,14,0.85) 100%) !important; z-index: 2 !important; }

.rd-hero-container { position: relative !important; z-index: 10 !important; max-width: 1000px !important; width: 100% !important; margin: 0 auto !important; padding: 0 2rem !important; text-align: center !important; }
.rd-breadcrumb { font-family: 'Manrope', sans-serif !important; font-size: 0.8rem !important; letter-spacing: 0.15em !important; text-transform: uppercase !important; margin-bottom: 1.25rem !important; }
.rd-breadcrumb a { color: #C79A3B !important; text-decoration: none !important; }
.bc-sep { color: rgba(255,255,255,0.4) !important; margin: 0 0.5rem !important; }
.bc-active { color: #FFFDF8 !important; }

.rd-hero-badge { display: inline-flex !important; align-items: center !important; gap: 0.65rem !important; padding: 0.45rem 1.25rem !important; background: rgba(247, 243, 236, 0.12) !important; backdrop-filter: blur(16px) !important; border: 1px solid rgba(228, 219, 207, 0.25) !important; border-radius: 100px !important; margin-bottom: 1.5rem !important; }
.badge-dot { width: 6px !important; height: 6px !important; border-radius: 50% !important; background-color: #C79A3B !important; }
.badge-text { font-family: 'Manrope', sans-serif !important; font-size: 0.75rem !important; font-weight: 600 !important; letter-spacing: 0.22em !important; color: #F7F3EC !important; }

.rd-hero-title { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(2.5rem, 5vw, 4.75rem) !important; font-weight: 300 !important; line-height: 1.15 !important; margin: 0 0 1.25rem 0 !important; color: #FFFDF8 !important; background: transparent !important; }
.hero-line-text { display: block !important; background: transparent !important; color: #FFFDF8 !important; text-shadow: 0 4px 20px rgba(0,0,0,0.8) !important; }

.rd-hero-desc { font-family: 'Manrope', sans-serif !important; font-size: 1.05rem !important; line-height: 1.75 !important; color: rgba(255, 255, 255, 0.92) !important; max-width: 680px !important; margin: 0 auto 2.5rem auto !important; text-shadow: 0 2px 10px rgba(0,0,0,0.8) !important; }

.rd-hero-meta-bar { display: flex !important; align-items: center !important; justify-content: center !important; gap: 2rem !important; flex-wrap: wrap !important; }
.meta-rating { display: flex !important; align-items: center !important; gap: 0.5rem !important; font-size: 0.85rem !important; }
.stars-val { color: #C79A3B !important; font-weight: 700 !important; }
.rev-val { color: rgba(255,255,255,0.7) !important; }
.meta-price { display: flex !important; flex-direction: column !important; text-align: left !important; }
.p-label { font-size: 0.65rem !important; text-transform: uppercase !important; letter-spacing: 0.1em !important; color: rgba(255,255,255,0.7) !important; }
.p-val { font-family: 'Cormorant Garamond', serif !important; font-size: 1.6rem !important; font-weight: 600 !important; color: #C79A3B !important; }

.darshan-btn-gold-hero { display: inline-flex !important; align-items: center !important; gap: 0.75rem !important; padding: 1.1rem 2.5rem !important; background: #C79A3B !important; color: #FFFFFF !important; font-family: 'Manrope', sans-serif !important; font-size: 0.85rem !important; font-weight: 600 !important; text-transform: uppercase !important; border-radius: 100px !important; text-decoration: none !important; box-shadow: 0 10px 30px rgba(0,0,0,0.35) !important; }

/* 2. Main Content & Layout */
.darshan-rd-content-section { padding: 6rem 0; background: #F7F3EC; color: #342A22; }
.rd-content-container { max-width: 1320px; margin: 0 auto; padding: 0 2rem; }
.rd-main-grid { display: grid; grid-template-columns: 1.8fr 1fr; gap: 4rem; align-items: start; }

.rd-sub-badge { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.2em; color: #C79A3B; text-transform: uppercase; display: block; margin-bottom: 0.5rem; }
.rd-sec-title { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 300; margin: 0 0 1.5rem 0; }

/* Image Gallery Showcase */
.rd-gallery-showcase { margin-bottom: 3.5rem; }
.rd-main-stage { position: relative; width: 100%; aspect-ratio: 16/10; border-radius: 28px; overflow: hidden; border: 1px solid #E4DBCF; box-shadow: 0 12px 35px rgba(55,45,35,0.08); margin-bottom: 1.25rem; }
.rd-active-img { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.3s ease; }

.rd-thumbnails-strip { display: flex; gap: 1rem; overflow-x: auto; padding-bottom: 0.5rem; }
.thumb-btn { width: 110px; height: 75px; border-radius: 14px; overflow: hidden; border: 2px solid transparent; background: transparent; padding: 0; cursor: pointer; flex-shrink: 0; opacity: 0.7; transition: all 0.3s ease; }
.thumb-btn.is-active, .thumb-btn:hover { border-color: #C79A3B; opacity: 1; }
.thumb-btn img { width: 100%; height: 100%; object-fit: cover; }

/* Editorial & Features */
.rd-editorial-wrap { margin-bottom: 3.5rem; }
.rd-p { font-size: 1.05rem; line-height: 1.85; color: #6B625A; margin-bottom: 1.25rem; }

.rd-features-wrap { margin-bottom: 3.5rem; }
.rd-features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.rd-feat-card { display: flex; align-items: center; gap: 1rem; padding: 1.25rem; background: #FFFDF8; border: 1px solid #E4DBCF; border-radius: 18px; }
.feat-icon-box { width: 42px; height: 42px; border-radius: 50%; background: #F1EBE1; border: 1px solid #E4DBCF; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.feat-icon-box svg { width: 18px; height: 18px; stroke: #C79A3B; }
.feat-name { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 500; margin: 0 0 0.15rem 0; }
.feat-val { font-size: 0.8rem; color: #6B625A; }

/* Policies Card */
.rd-policies-card { padding: 2rem; background: #FFFDF8; border: 1px solid #E4DBCF; border-radius: 24px; display: flex; flex-direction: column; gap: 1rem; }
.policy-item { display: flex; justify-content: space-between; padding-bottom: 0.85rem; border-bottom: 1px solid #E4DBCF; font-size: 0.9rem; }
.policy-item:last-child { border-bottom: none; padding-bottom: 0; }
.policy-label { font-weight: 600; color: #342A22; }
.policy-val { color: #6B625A; text-align: right; max-width: 60%; }

/* Sticky Summary Card (Desktop) */
.rd-sticky-card { position: sticky; top: 110px; padding: 2.25rem 2rem; background: #FFFDF8; border: 1px solid #E4DBCF; border-radius: 28px; box-shadow: 0 15px 40px rgba(55,45,35,0.08); display: flex; flex-direction: column; gap: 1.5rem; }
.avail-badge { font-size: 0.6875rem; font-weight: 700; color: #27ae60; text-transform: uppercase; letter-spacing: 0.12em; display: block; margin-bottom: 0.35rem; }
.sticky-room-name { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 500; margin: 0 0 0.5rem 0; }
.sticky-price-row { display: flex; align-items: baseline; }
.p-curr { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; color: #C79A3B; }
.p-num { font-family: 'Cormorant Garamond', serif; font-size: 2.25rem; font-weight: 600; color: #342A22; }
.p-per { font-size: 0.8rem; color: #6B625A; margin-left: 0.2rem; }

.sticky-specs-list { display: flex; flex-direction: column; gap: 0.65rem; padding: 1.25rem 0; border-top: 1px solid #E4DBCF; border-bottom: 1px solid #E4DBCF; font-size: 0.875rem; }
.s-spec { display: flex; justify-content: space-between; color: #6B625A; }
.s-spec strong { color: #342A22; }

.sticky-actions { display: flex; flex-direction: column; gap: 0.85rem; }
.sticky-btn-book { display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem; padding: 1rem; background: #C79A3B; color: #FFF; border-radius: 100px; text-decoration: none; font-weight: 600; font-size: 0.85rem; text-transform: uppercase; text-align: center; }
.sticky-btn-call { display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem; padding: 0.9rem; background: transparent; border: 1px solid #E4DBCF; border-radius: 100px; color: #342A22; text-decoration: none; font-weight: 600; font-size: 0.8rem; text-transform: uppercase; }

/* 3. Recommended Rooms Section */
.darshan-rec-rooms-section { padding: 6rem 0; background: #F1EBE1; }
.rec-container { max-width: 1320px; margin: 0 auto; padding: 0 2rem; }
.rec-header { text-align: center; margin-bottom: 3.5rem; }
.rec-badge { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.2em; color: #C79A3B; }
.rec-title { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; margin: 0.5rem 0; }

.rec-cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.rec-card { background: #FFFDF8; border: 1px solid #E4DBCF; border-radius: 24px; overflow: hidden; box-shadow: 0 10px 30px rgba(55,45,35,0.06); transition: transform 0.4s ease; }
.rec-card:hover { transform: translateY(-6px); }
.rec-img-wrap { position: relative; width: 100%; aspect-ratio: 16/10; overflow: hidden; }
.rec-img { width: 100%; height: 100%; object-fit: cover; }
.rec-rating { position: absolute; top: 1rem; right: 1rem; background: rgba(30,24,18,0.8); color: #C79A3B; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.65rem; border-radius: 100px; }

.rec-content { padding: 1.75rem; }
.rec-name { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 500; color: #342A22; margin: 0 0 0.5rem 0; }
.rec-desc { font-size: 0.875rem; color: #6B625A; line-height: 1.6; margin: 0 0 1.25rem 0; }
.rec-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 1rem; border-top: 1px solid #E4DBCF; }
.rec-price { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: #C79A3B; }
.rec-actions { display: flex; gap: 0.5rem; }
.rec-btn-view { padding: 0.55rem 1rem; border: 1px solid #E4DBCF; border-radius: 100px; color: #342A22; font-size: 0.725rem; font-weight: 600; text-transform: uppercase; text-decoration: none; }
.rec-btn-book { padding: 0.55rem 1.15rem; background: #C79A3B; color: #FFF; border-radius: 100px; font-size: 0.725rem; font-weight: 600; text-transform: uppercase; text-decoration: none; }

/* Mobile Floating Bar */
.darshan-mobile-rd-bar { position: fixed; bottom: 0; left: 0; width: 100%; padding: 0.85rem 1.5rem; background: rgba(255,253,248,0.96); backdrop-filter: blur(16px); border-top: 1px solid #E4DBCF; display: none; justify-content: space-between; align-items: center; z-index: 999; box-shadow: 0 -5px 20px rgba(55,45,35,0.1); }
.mrd-info { display: flex; flex-direction: column; }
.mrd-name { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 600; color: #342A22; }
.mrd-price { font-size: 0.8rem; color: #C79A3B; font-weight: 600; }
.mrd-btn { padding: 0.65rem 1.5rem; background: #C79A3B; color: #FFF; border-radius: 100px; text-decoration: none; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; }

/* Responsive Media Queries */
@media (max-width: 1024px) {
    .rd-main-grid { grid-template-columns: 1fr; gap: 3rem; }
    .rd-right-col { display: none; } /* Sticky summary card hides on touch viewports */
    .darshan-mobile-rd-bar { display: flex; } /* Mobile floating CTA bar displays */
    .rec-cards-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .darshan-rd-hero { padding-top: 9.5rem !important; }
    .rd-features-grid { grid-template-columns: 1fr; }
    .rec-cards-grid { grid-template-columns: 1fr; }
    .policy-item { flex-direction: column; gap: 0.2rem; }
    .policy-val { text-align: left; max-width: 100%; }
}