/*
Theme Name:  Burjeel Hospital – IP Room Services
Theme URI:   https://burjeel.com
Author:      Burjeel Digital Team
Author URI:  https://burjeel.com
Description: A premium WordPress theme for Burjeel Hospital's IP Room Services page. Built with Bootstrap 5, featuring luxury hospitality aesthetics, scroll animations, booking bar, room cards, FAQ accordion, and a full-width CTA section.
Version:     1.0.0
License:     GNU General Public License v2 or later.logo-box img
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: burjeel
Tags:        healthcare, hospital, bootstrap, full-width-template, custom-colors, custom-menu
*/

/* ════════════════════════════════════════════
   CSS CUSTOM PROPERTIES
════════════════════════════════════════════ */


:root {
  --card-bg:#FFFFFF;
  --brand-red:    #8B1A3A;
  --brand-dark:   #1a1a2e;
  --brand-gold:   #C8A46B;
  --brand-light:  #f9f6f1;
  --brand-muted:  #6b7280;
  --brand-border: #C34E0580;
  --section-pad:  3rem 0;
  --radius:       10px;
  --shadow:       0 4px 24px rgba(0, 0, 0, .08);
  --crimson:  #8B1A3A;
  --crimson-light: #A02048;
  --gold:     #8E6B55;
  --white:    #FFFFFF;
  --overlay:  rgba(10, 6, 15, 0.55);
   --bg:            #F5F0E8;
    --text-dark:     #1a1a1a;
    --text-mid:      #555;
    --text-muted:    #888;
    --border:        rgba(139,26,58,0.18);
    --brand-icon-bg : #8B1A3A;

}




/* ════════════════════════════════════════════
   GLOBAL RESET & BASE
════════════════════════════════════════════ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

@font-face {
    font-family: 'Museo300';
    src: url('fonts/Museo300-Regular.otf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body {
  font-family: 'Museo300', 'DM Sans', sans-serif;
  color: #333;
  background: #fff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
   font-family: 'Museo300', 'DM Sans', sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

/* ════════════════════════════════════════════
   SECTION PILL / BADGE LABEL
════════════════════════════════════════════ */
.section-pill {
    position:absolute;
    margin-top:-80px;
    color: var(--gold);
    display: inline-flex;
    align-items: center;
    border: 1.5px solid var(--border);
    border-radius: 20px;
    padding: 0.45rem 1rem;
    font-size: 0.82rem;
    font-weight: 400;
    background: linear-gradient(
        135deg,
        #DAA5201A 0%,
        #5541101A 100%
    );
    letter-spacing: 0.02em;
    transition: border-color 0.2s, color 0.2s;
    cursor: default;
    font-weight: 800;
    margin-bottom:0px;
}

.section-pill1 {
    color: var(--gold);
    display: inline-flex;
    align-items: center;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    cursor: default;
    font-weight: 800;
    /*border: 1.5px solid var(--border);*/
    border-radius: 50px;
    padding: 0.45rem 1rem;
    background: linear-gradient(
        135deg,
        #DAA5201A 0%,
        #5541101A 100%
    );
    transition: border-color 0.2s, color 0.2s;
}


.signup-content
{
  margin-top:40px;
}


.section-pill i {
  margin-right: .4rem;
}

/* ════════════════════════════════════════════
   NAVBAR
════════════════════════════════════════════ */

/* MAIN NAV */
.navbar-nav{
    width:100%;
    display:flex;
    align-items:center;
}

/* CENTER MENU WRAPPER */
.navbar-nav::before{
    content:'';
    flex:1;
}

/* NORMAL MENU ITEMS */
.navbar-nav > .menu-item{
    margin:0 2px;
}

/* CENTER FIRST MENU ITEMS */
.navbar-nav > .menu-item:not(.vip-btn):not(.concierge-btn){
    display:flex;
    justify-content:center;
}

/* PUSH BUTTONS TO RIGHT */
.vip-btn{
    
    margin-right:8px !important;
    margin-left:15% !important;
}

/* VIP BUTTON */
.vip-btn a{
     background: linear-gradient(135deg, #3A0F1E 0%, #7A1E3A 100%) !important;
    color:#fff !important;
    border-radius:10px;
    padding:10px 16px !important;
    display:inline-block;
}

/* CONCIERGE BUTTON */
.concierge-btn a{
    border:1px solid #d1d5db;
    border-radius:10px;
    padding:10px 16px !important;
    display:inline-block;
}

/* REMOVE UNDERLINE FROM BUTTONS */
.vip-btn a::after,
.concierge-btn a::after{
    display:none !important;
}



/* MOBILE */
@media(max-width:991px){

    .navbar-nav{
        display:block;
    }

    .vip-btn{
        margin-left:0 !important;
        margin-top:15px;
    }

    .vip-btn,
    .concierge-btn{
        width:100%;
    }

    .vip-btn a,
    .concierge-btn a{
        width:100%;
        text-align:center;
    }
}


.page-content-section{
  min-height:400px;
}

.page-banner{
  min-height:200px;
  background-color: #6b7280;
  margin-top:40px;
  padding-top:40px;

}

.page-banner__content{
  color:#fff;
}

/* Language Switcher */
.lang-switcher,
.pll-parent-menu-item{
    display: flex;
    align-items: center;
    gap: 8px;
}

/* UL */
.lang-switcher ul,
.pll-parent-menu-item ul{
    display: flex;
    align-items: center;
    gap: 10px;

    margin: 0;
    padding: 0;
    list-style: none;
}

/* Links */
.lang-switcher a,
.pll-parent-menu-item a{
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 7px 14px;

    border-radius: 999px;

    text-decoration: none;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .4px;

    color: #fff;

    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);

    backdrop-filter: blur(8px);

    transition: all .3s ease;
}

/* Hover */
.lang-switcher a:hover,
.pll-parent-menu-item a:hover{
    background: linear-gradient(135deg,#8E6B55,#C34E0580);
    color: #fff;
    transform: translateY(-2px);
}

/* Active language */
.lang-switcher .current-lang a,
.pll-parent-menu-item .current-lang a,
.lang-switcher .current-menu-item a{
    background: linear-gradient(135deg,#8E6B55,#C34E0580);
    color: #fff;
    border-color: transparent;
}

/* Flags */
.lang-switcher img,
.pll-parent-menu-item img{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
}

.lang-dropdown-wrapper{
    border: 1px solid;
    border-radius: 10px;
      margin-left: 5px;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.site-nav .navbar-brand img {
  height: 38px;
}

.site-nav .nav-link {
  font-size: .85rem;
  font-weight: 500;
  color: #333 ;
  padding: .5rem .9rem !important;
  transition: color .2s;
}



.btn-book-nav {
  background: var(--brand-red);
  color: #fff !important;
  border-radius: 6px;
  padding: .45rem 1.2rem !important;
  font-size: .82rem;
  font-weight: 600;
  transition: background .2s;
}

.btn-book-nav:hover {
  background:  var(--brand-red);
}


.logo-area{
    display: flex;
    align-items: center;
    gap: 12px;

    text-decoration: none;
}

.logo-box img{
    max-height: 50px;
    width: auto;
}

.brand-info{
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-name{
   
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    margin-left:5px;
}

.brand-sub{
    font-size: .75rem;
    color: #000;
    margin-top: 3px;
    margin-left:5px;
}


/* ════════════════════════════════════════════
   HERO SECTION
════════════════════════════════════════════ */
.hero {
  margin-top: 62px;
  min-height: 88vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
}


.hero{
    min-height: 100vh;
    background: center center / cover no-repeat;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;

    background:
        rgba(0, 45, 98, 0.55),
        var(--hero-bg) center center / cover no-repeat;

    background-blend-mode: multiply;

    opacity: .38;
    z-index: -1;
}

.hero {
    position: relative;
    min-height: 100vh;
    background: center center / cover no-repeat;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 45, 98, 0.95); /* overlay color */
    z-index: 1;
}

.btn-hero-primary .btn-arrow {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.btn-hero-primary:hover .btn-arrow {
    transform: translateX(4px);
}

.hero .container,
.hero .hero-content {
    position: relative;
    z-index: 2;
    margin-top: -100px ;
}

.two-buttons
{
  margin-top:20px;
}


.hero-content {
  position: relative;
  z-index: 2;
  margin:auto ; 
  text-align:center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--brand-gold);
  border: 1px solid rgba(201, 168, 76, .45);
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .06em;
  padding: .35rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.4rem;
}

.hero h1 {
  font-size: clamp(2.6rem, 5vw, 4rem);
  color: #fff;
  line-height: 1.15;
  margin-bottom: 1.1rem;
}



.hero p.lead {
  color: rgba(255, 255, 255, .78);
  font-size: 1.55rem;
  /* max-width: 540px;*/
  margin-bottom: 2rem;
  line-height: 1.7;
  margin:auto;
}



.btn-hero-primary {
  background: linear-gradient(135deg, #3A0F1E 0%, #7A1E3A 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: .7rem 1.4rem;
  font-weight: 600;
  font-size: .88rem;
  width: 100%;
  transition: all .2s ease;
  cursor: pointer;
}



.btn-hero-primary:hover {
  background: linear-gradient(135deg, #7A1E3A 0%, #3A0F1E 100%);
  color: #fff;
  text-decoration: none;
   
}

.btn-hero-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .55);
  padding: .45rem 1.8rem;
  border-radius: 7px;
  font-weight: 500;
  font-size: .9rem;
  transition: all .2s;
  display: inline-block;
  margin:10px;
}

.btn-hero-outline:hover {
  /* background: rgba(255, 255, 255, .12); */
  background: linear-gradient(135deg, #7A1E3A 0%, #3A0F1E 100%);
  color: #fff;
   text-decoration: none;
}

/* ════════════════════════════════════════════
   BOOKING BAR
════════════════════════════════════════════ */
.booking-bar {
  position: relative;
  z-index: 10;
  margin-top: -126px;
}

.booking-card {
  background: #fff;
  border-radius: 14px;
 /* box-shadow: 0 8px 40px rgba(0, 0, 0, .14); */
  padding: 1.5rem 2rem;
}

.booking-card label {
  font-size: .72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--brand-muted);
  display: block;
  margin-bottom: .3rem;
}

.booking-card .form-control,
.booking-card .form-select {
  border: 1.5px solid var(--brand-border);
  border-radius: 8px;
  font-size: .88rem;
  color: #333;
  padding: .55rem .85rem;
}

.booking-card .form-control:focus,
.booking-card .form-select:focus {
  border-color: var(--brand-red);
  box-shadow: none;
}

.btn-check-avail {
  background: linear-gradient(135deg, #3A0F1E 0%, #7A1E3A 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: .6rem 1.4rem;
  font-weight: 600;
  font-size: .88rem;
  width: 100%;
  transition: all .2s ease;
  cursor: pointer;
}

.btn-check-avail:hover {
  background: linear-gradient(135deg, #7A1E3A 0%, #3A0F1E 100%);
}



/* ════════════════════════════════════════════
   STATS STRIP
════════════════════════════════════════════ */
.stats-strip {
  padding: var(--section-pad);
  background: #fff;
}

.stat-item {
  text-align: center;
  padding: 1.2rem;
}

.stat-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff;
    background: linear-gradient(135deg, #8B124C 0%, #3F0721 100%);
    border-radius: 50%; /* rounded corners */
    margin: 0 auto 1rem;
}

.stat-number {
   font-family: 'Museo300', 'DM Sans', sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--brand-red);
  line-height: 1;
}

.stat-label {
  font-size: .78rem;
  color: var(--brand-muted);
  margin-top: .3rem;
  font-weight: 500;
 
  letter-spacing: .05em;
}

.stat-item + .stat-item {
  border-left: 1px solid var(--brand-border);
}

/* ════════════════════════════════════════════
   CHOOSE YOUR SANCTUARY
════════════════════════════════════════════ */
/* =========================
   SANCTUARY FULL WIDTH
========================= */

.sanctuary {
  position: relative;
  width: 100%;
  padding: 90px 0;
  overflow: hidden;
  z-index: 1;
}

.sanctuary .container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.sanctuary__header {
  text-align: center;
  margin: 0 auto 50px;
  padding: 0 24px;
  max-width: 860px;
  position: relative;
  z-index: 2;
}

.sanctuary__title {
  
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-bottom: 14px;
}

.sanctuary__subtitle {
  font-size: 0.95rem;
  color: var(--text-muted);
  font-weight: 300;
  line-height: 1.7;
  max-width: 760px;
  margin: 0 auto;
}

.sanctuary__stage {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 24px;
  z-index: 2;
}

/* Side images */
.sanctuary__peek {
  position: relative;
  flex: 0 0 min(14vw, 170px);
  width: min(14vw, 170px);
  height: 460px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.72;
  transition: opacity 0.35s ease, transform 0.35s ease;
  background: #ddd;
}

.sanctuary__peek:hover {
  opacity: 0.9;
  transform: translateY(-4px);
}

.sanctuary__peek img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Main slide */
.sanctuary__card {
  position: relative;
  flex: 1 1 auto;
  width: min(72vw, 1180px);
  max-width: 1180px;
  height: 560px;
  border-radius: 14px;
  overflow: hidden;
  background: #d7d7d7;
  box-shadow: var(--card-shadow);
}

.sanctuary__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(.22,.78,.39,1), opacity 0.45s ease;
}

.sanctuary__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10,8,4,0.84) 0%,
    rgba(10,8,4,0.42) 42%,
    rgba(10,8,4,0.08) 68%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 1;
}

.sanctuary__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 0.8s ease,
    transform 1.2s ease;
  will-change: opacity, transform;
}

.sanctuary__card-img.is-changing {
  opacity: 0;
  transform: scale(1.06);
}

.sanctuary__info {
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
}

.sanctuary__info.animating {
  opacity: 0;
  transform: translateY(18px);
}

.sanctuary__peek img {
  transition: transform 0.8s ease, opacity 0.5s ease;
}

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

.sanctuary__price {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 3;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 7px;
  padding: 10px 15px;
  font-size: 0.84rem;
  color: var(--text);
  font-weight: 400;
  line-height: 1.2;
}

.sanctuary__price strong {
  font-size: 1rem;
  font-weight: 700;
}

.sanctuary__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 32px 34px 34px;
  color: var(--white);
}

.sanctuary__room-name {
 
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 8px;
  color: var(--white);
}

.sanctuary__room-meta {
  font-size: 0.86rem;
  color: rgba(255,255,255,0.72);
  margin-bottom: 12px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.sanctuary__room-desc {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.86);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 18px;
  max-width: 560px;
}

.sanctuary__view-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  
  padding-bottom: 2px;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.sanctuary__view-link:hover {
  color: var(--gold-light);
  border-color: var(--gold-light);
}

.sanctuary__view-link svg {
  transition: transform 0.25s ease;
}

.sanctuary__view-link:hover svg {
  transform: translateX(4px);
}

/* Arrows */
.sanctuary__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.96);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(28,23,16,0.18);
  cursor: pointer;
  z-index: 4;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.sanctuary__arrow:hover {
  background: var(--text);
  color: var(--white);
  transform: translateY(-50%) scale(1.08);
}

.sanctuary__arrow--prev {
  left: 14px;
}

.sanctuary__arrow--next {
  right: 14px;
}

.sanctuary__arrow svg {
  pointer-events: none;
}

/* Bottom controls */
.sanctuary__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 34px;
  padding: 0 24px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.sanctuary__nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
 
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: color 0.25s ease;
}

.sanctuary__nav-btn:hover {
  color: var(--text);
}

.sanctuary__dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.sanctuary__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--text-muted);
  opacity: 0.3;
  transition: opacity 0.3s ease, width 0.3s ease, background 0.3s ease;
  cursor: pointer;
}

.sanctuary__dot.active {
  width: 20px;
  opacity: 1;
  background: var(--gold);
}

.sanctuary__count {
  
  font-size: 0.9rem;
  color: var(--text-muted);
  min-width: 50px;
  text-align: center;
}

.sanctuary__count span {
  color: var(--text);
  font-weight: 600;
}

.sanctuary__card-img.exit {
  opacity: 0;
  transform: scale(1.04);
}

.sanctuary__info.animating {
  animation: fadeUp 0.45s cubic-bezier(.22,.78,.39,1) both;
}

.sanctuary__nav-btn:focus-visible,
.sanctuary__arrow:focus-visible,
.sanctuary__view-link:focus-visible,
.sanctuary__peek:focus-visible,
.sanctuary__dot:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Tablet */
@media (max-width: 991px) {
  .sanctuary {
    padding: 72px 0;
  }

  .sanctuary__stage {
    gap: 12px;
    padding: 0 16px;
  }

  .sanctuary__peek {
    flex: 0 0 86px;
    width: 86px;
    height: 340px;
  }

  .sanctuary__card {
    width: 100%;
    height: 440px;
  }

  .sanctuary__card {
  position: relative;
  overflow: hidden;
}

  .sanctuary__info {
    padding: 24px 24px 26px;
  }

  .sanctuary__room-name {
    font-size: 1.6rem;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sanctuary {
    padding: 56px 0;
  }

  .sanctuary__header {
    padding: 0 16px;
    margin-bottom: 26px;
  }

  .sanctuary__stage {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 0 16px;
    display: block;
  }

  .sanctuary__peek {
    display: none;
  }

  .sanctuary__card {
    width: 100%;
    height: 320px;
    border-radius: 12px;
  }

  .sanctuary__price {
    top: 12px;
    right: 12px;
    padding: 8px 12px;
    font-size: 0.74rem;
  }

  .sanctuary__price strong {
    font-size: 0.86rem;
  }

  .sanctuary__info {
    padding: 18px 18px 20px;
  }

  .sanctuary__room-name {
    font-size: 1.3rem;
  }

  .sanctuary__room-meta {
    font-size: 0.74rem;
    margin-bottom: 8px;
  }

  .sanctuary__room-desc {
    font-size: 0.8rem;
    line-height: 1.55;
    margin-bottom: 14px;
  }

  .sanctuary__view-link {
    font-size: 0.8rem;
  }

  .sanctuary__pagination {
    gap: 14px;
    margin-top: 22px;
    padding: 0 16px;
  }

  .sanctuary__arrow {
    width: 40px;
    height: 40px;
  }

  .sanctuary__arrow--prev {
    left: 10px;
  }

  .sanctuary__arrow--next {
    right: 10px;
  }
}

/* Animations */
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Large tablets */
@media (max-width: 991px) {
  .sanctuary {
    padding: 72px 0;
  }

  .sanctuary__header {
    margin-bottom: 38px;
  }

  .sanctuary__peek {
    flex: 0 0 88px;
    width: 88px;
    height: 280px;
  }

  .sanctuary__card {
    max-width: 100%;
    height: 350px;
    margin: 0 12px;
  }

  .sanctuary__info {
    padding: 22px 22px 24px;
  }

  .sanctuary__room-name {
    font-size: 1.45rem;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sanctuary {
    padding: 60px 0;
  }

  .sanctuary__header {
    margin-bottom: 28px;
  }

  .sanctuary__subtitle {
    font-size: 0.92rem;
    max-width: 100%;
  }

  .sanctuary__stage {
    display: block;
    max-width: 100%;
  }

  .sanctuary__peek {
    display: none;
  }

  .sanctuary__card {
    width: 100%;
    max-width: 100%;
    height: 320px;
    margin: 0;
    border-radius: 10px;
  }

  .sanctuary__price {
    top: 12px;
    right: 12px;
    padding: 7px 11px;
    font-size: 0.74rem;
  }

  .sanctuary__price strong {
    font-size: 0.86rem;
  }

  .sanctuary__info {
    padding: 18px 18px 20px;
  }

  .sanctuary__room-name {
    font-size: 1.3rem;
  }

  .sanctuary__room-meta {
    font-size: 0.74rem;
    margin-bottom: 8px;
  }

  .sanctuary__room-desc {
    font-size: 0.8rem;
    margin-bottom: 14px;
    max-width: 100%;
  }

  .sanctuary__view-link {
    font-size: 0.8rem;
  }

  .sanctuary__pagination {
    margin-top: 24px;
    gap: 14px;
  }

  .sanctuary__nav-btn {
    font-size: 0.84rem;
  }

  .sanctuary__count {
    font-size: 0.84rem;
    min-width: 44px;
  }

  .sanctuary__dot.active {
    width: 16px;
  }

  .sanctuary__arrow {
    width: 38px;
    height: 38px;
  }

  .sanctuary__arrow--prev {
    left: 10px;
  }

  .sanctuary__arrow--next {
    right: 10px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .sanctuary__card {
    height: 280px;
  }

  .sanctuary__title {
    font-size: clamp(1.75rem, 7vw, 2.3rem);
  }

  .sanctuary__room-name {
    font-size: 1.15rem;
  }

  .sanctuary__room-desc {
    font-size: 0.76rem;
    line-height: 1.55;
  }

  .sanctuary__pagination {
    gap: 10px;
  }

  .sanctuary__dots {
    gap: 5px;
  }
}

.custom-slider-wrapper{
    width:100%;
  /*  height:100vh; */
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
}

.custom-slider{
    width:100%;
    height:500px;
    position:relative;
}

/* SLIDES */
.custom-slide{
    position:absolute;
    top:50%;
    left:50%;
    border-radius:25px;
    overflow:hidden;
    transition:0.6s ease;
    box-shadow:0 15px 35px rgba(0,0,0,0.25);
}

.custom-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* CENTER BIG IMAGE */
.custom-slide.active{
    width:80%;
    height:420px;
    transform:translate(-50%, -50%);
    z-index:10;
    opacity:1;
}

/* LEFT SMALL */
.custom-slide.left{
   /* width:22%; */
    height:360px;
    transform:
        translate(-170%, -50%)
        rotateY(20deg);
    opacity:0.7;
    z-index:5;
}

/* RIGHT SMALL */
.custom-slide.right{
   /* width:22%; */
    height:260px;
    transform:
        translate(70%, -50%)
        rotateY(-20deg);
    opacity:0.7;
    z-index:5;
}

/* HIDDEN */
.custom-slide.hidden{
    opacity:0;
    transform:translate(-50%, -50%) scale(0);
}

/* ARROWS */
.arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:55px;
    height:55px;
    border:none;
    border-radius:50%;
    background:#ffffff;
    color:#000;
    font-size:28px;
    cursor:pointer;
    z-index:100;
    box-shadow:0 5px 15px rgba(0,0,0,0.2);
    transition:0.3s;
}

.arrow:hover{
    background:#000;
    color:#fff;
}

.prev{
    left:30px;
}

.next{
    right:30px;
}

/* MOBILE */
@media(max-width:768px){

    .slider{
        height:320px;
    }

    .slide.active{
        width:75%;
        height:240px;
    }

    .slide.left,
    .slide.right{
        width:28%;
        height:120px;
    }

    .slide.left{
        transform:
            translate(-165%, -50%)
            rotateY(15deg);
    }

    .slide.right{
        transform:
            translate(65%, -50%)
            rotateY(-15deg);
    }

    .arrow{
        width:45px;
        height:45px;
        font-size:22px;
    }
}

.sanctuary {
  padding: var(--section-pad);
  background: var(--brand-light);
}

.section-title {
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  color: var(--brand-dark);
  margin-bottom: .5rem;
  font-weight: 900;
}

.section-sub {
  color: var(--brand-muted);
  font-size: 1.2rem;
  
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}

.room-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
  transition: transform .3s, box-shadow .3s;
  height: 100%;
}

.room-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, .14);
}

.room-card .room-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.room-card .room-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}

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

.room-card .room-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--brand-gold);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  padding: .25rem .7rem;
  border-radius: 50px;
  letter-spacing: .04em;
}

.room-card .room-body {
  padding: 1.4rem;
}

.room-card .room-name {
   font-family: 'Museo300', 'DM Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--brand-dark);
  margin-bottom: .3rem;
}

.room-card .room-meta {
  display: flex;
  gap: 1rem;
  font-size: .78rem;
  color: var(--brand-muted);
  margin-bottom: .7rem;
}

.room-card .room-meta span {
  display: flex;
  align-items: center;
  gap: .3rem;
}

.room-card .room-desc {
  font-size: .85rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.btn-details {
  color: var(--brand-red);
  font-weight: 600;
  font-size: .82rem;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  transition: gap .2s;
}

.btn-details:hover {
  gap: .6rem;
  color: var(--brand-red);
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: .45rem;
  margin-top: 1.8rem;
}

.carousel-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background .2s, transform .2s;
}

.carousel-dots span.active {
  background: var(--brand-red);
  transform: scale(1.3);
}

/* ════════════════════════════════════════════
   IP CARE ABOUT SECTION
════════════════════════════════════════════ */
.ip-care {
  padding: var(--section-pad);
}

.ip-care .side-img {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  height: 100%;
  min-height: 400px;
}

.ip-care .side-img img {
 position: relative;
}

.ip-care .rooms-count {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: var(--brand-red);
  color: #fff;
  border-radius: 10px;
  padding: .8rem 1.2rem;
  text-align: center;
   font-family: 'Museo300', 'DM Sans', sans-serif;
}


.side-img{
    position: relative;
}

.ip-care .rooms-count{
    position: absolute;
    justify-content: center;
    bottom: 20px;
    left: 20px;

    z-index: 2;

    background: rgba(0,0,0,.55);
    color: #fff;

    padding: 14px 18px;
    border-radius: 14px;

    backdrop-filter: blur(6px);
}

.ip-care .rooms-count strong {
  font-size: 2.2rem;
  display: block;
  line-height: 1;
  color:goldenrod;
}

.ip-care .rooms-count span {
  font-size: .92rem;
  opacity: .85;
  color:#fff;
}

 /* ── SIDE IMAGE WRAPPER ── */
    .side-img {
      position: relative;
      width: 100%;
      max-width: 480px;
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(0,0,0,0.18);
      animation: fadeUp 0.8s ease both;
    }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* Room photo */
    .side-img img {
      width: 100%;
      height: 480px;
      object-fit: cover;
      object-position: center;
      display: block;
      border-radius: 14px;
    }

    /* ── BADGE OVERLAY ── */
    .rooms-count {
      position: absolute;
      bottom: 50px;
      left: 20px;
      right: 20px;

      /* frosted glass-style warm overlay */
      background: var(--overlay-bg);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);

      /* rectangle — no rounded corners */
      border-radius: 8px;

      /* subtle border accent */
      border: 1px solid rgba(200,160,48,0.22);

      padding: 1.1rem 1.6rem;
      display: flex;
      align-items: center;
      gap: 1rem;
    }

    /* "14+" large gold number */
    .rooms-count strong {
      
      font-size: 4.8rem;
      font-weight: 700;
      color: var(--gold);
      line-height: 2;
      letter-spacing: -0.02em;
      white-space: nowrap;
    }

    /* "Years of Excellence" label */
    .rooms-count span {
      
      font-size:3.95rem;
      font-weight: 300;
      color: rgba(255,255,255,0.88);
      letter-spacing: 0.03em;
      line-height: 2.4;
    }

.ip-care h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 1rem;
  color: var(--brand-dark);
}

.ip-care p {
  color: #555;
  line-height: 1.8;
  font-size: .93rem;
  margin-bottom: 1.2rem;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1rem;
}

.trust-badge {
  background: var(--brand-light);
  border: 1px solid var(--brand-border);
  border-radius: 50px;
  padding: .35rem .9rem;
  font-size: .78rem;
  font-weight: 500;
  color: #444;
  display: flex;
  align-items: center;
  gap: .35rem;
}

.trust-badge i {
  color: var(--brand-red);
}

 .cert-row {
      display: flex;
      flex-wrap: wrap;
      gap: 0.65rem;
      margin-top: 0.4rem;
    }
    .cert-badge {
      display: inline-flex;
      align-items: center;
      border: 1.5px solid var(--border);
      border-radius: 6px;
      padding: 0.45rem 1rem;
      font-size: 0.82rem;
      font-weight: 400;
      color: var(--muted);
      background: #fff;
      letter-spacing: 0.02em;
      transition: border-color 0.2s, color 0.2s;
      cursor: default;
    }
    .cert-badge:hover {
      border-color: var(--gold);
      color: var(--gold);
    }

/* ════════════════════════════════════════════
   SIMPLE BOOKING PROCESS
════════════════════════════════════════════ */
.booking-section {
	background: var(--bg);
  padding: var(--section-pad);
}

/* ── HEADER ── */
.section-header {
	text-align: center;
	margin-bottom: 3.8rem;
	animation: fadeDown 0.8s ease both;
}

@keyframes fadeDown {
	from {
		opacity: 0;
		transform: translateY(-16px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.section-title {
	font-weight: 700;
	font-size: clamp(2rem, 4.5vw, 3rem);
	color: var(--dark);
	letter-spacing: -0.02em;
	margin-bottom: 0.6rem;
}

.section-sub {
	font-size: 0.97rem;
	font-weight: 300;
	color: var(--muted);
}

/* ── STEPS WRAPPER ── */
.steps-wrapper {
	width: 100%;
	position: relative;
	margin-bottom: 3.5rem;
}



/* ── STEPS GRID ── */
.steps-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
	position: relative;
	z-index: 2;
}

/* ── SINGLE STEP ── */
.step {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 1rem;
	animation: fadeUp 0.7s ease both;
}

.step:nth-child(1) {
	animation-delay: 0.10s;
}

.step:nth-child(2) {
	animation-delay: 0.22s;
}

.step:nth-child(3) {
	animation-delay: 0.34s;
}

.step:nth-child(4) {
	animation-delay: 0.46s;
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Icon circle */
.step-icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	/* background: var(--crimson); */
  background: linear-gradient(135deg, #8B124C 0%, #3F0721 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
	margin-bottom: 1.5rem;
	flex-shrink: 0;
	transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
	cursor: default;
}

.step-icon:hover {
	background: var(--crimson-dk);
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(123, 16, 64, 0.35);
}





.step-name {
	font-size: 1rem;
	font-weight: bold;
	color: var(--crimson);
	margin-bottom: 0.6rem;
	letter-spacing: 0.01em;
}

.step-desc {
	font-size: 0.86rem;
	font-weight: 300;
	color: var(--muted);
	line-height: 1.65;
	max-width: 200px;
}

/* ── CTA ── */
.cta-wrap {
	animation: fadeUp 0.7s 0.55s ease both;
  text-align: center;
}

.btn-check {
	background: var(--crimson);
	color: var(--white);
	border: none;
	border-radius: 6px;
	padding: 1rem 2.8rem;
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: background 0.22s, box-shadow 0.22s, transform 0.18s;
	display: inline-block;
	text-decoration: none;
}

.btn-check:hover {
	background: var(--crimson-dk);
	box-shadow: 0 8px 26px rgba(123, 16, 64, 0.4);
	transform: translateY(-2px);
	color: var(--white);
}

.btn-check1 {
	background: linear-gradient(135deg, rgb(58, 15, 30) 0%, rgb(122, 30, 58) 100%);
	color: var(--white);
	border: none;
	border-radius: 6px;
	padding: 1rem 2.8rem;
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: background 0.22s, box-shadow 0.22s, transform 0.18s;
	display: inline-block;
	text-decoration: none;
}

.btn-check1:hover {
	background: linear-gradient(135deg, rgb(122, 30, 58) 100%, rgb(58, 15, 30) 0%);
	box-shadow: 0 8px 26px rgba(123, 16, 64, 0.4);
	transform: translateY(-2px);
	color: var(--white);
}

/* ── Responsive ── */
@media (max-width: 700px) {
	.steps-row {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.5rem 0;
	}

	.connector-line {
		display: none;
	}
}


.connector-line {
	top: 40px;
	left: 12.5%;
	right: 12.5%;
	height: 2px;
	background: var(--line, #d9c7cf);
	z-index: 1;
  top: 20%;
	transform: translateY(-50%);
  position: absolute;
}

.steps-row {
	position: relative;
	z-index: 2;
}

.step {
	position: relative;
	z-index: 2;
}

.step-icon {
	position: relative;
	z-index: 3;
}


.step-icon i {
	font-size: 35px;
	color: var(--white);
	line-height: 1;
  	transition: color 0.25s ease;
}



.step:hover .step-icon {
	background: #888;
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(123, 16, 64, 0.35);
}

.step:hover .step-icon i {
	color: var(--crimson);
}

@media (max-width: 420px) {
	.steps-row {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}



/* ════════════════════════════════════════════
   WHY CHOOSE IP CARE
════════════════════════════════════════════ */
.why-ip {
  padding: var(--section-pad);
}

@media (min-width: 992px){

      .why-ip .container{
        padding-left: 8%;
        padding-right: 8%;
    }

}

.feature-card {
  padding: 1.5rem;
  border-radius: 14px;
  border: 1.5px solid var(--brand-border);
  background: #fff;
  transition: border-color .25s, box-shadow .25s, transform .25s;
  height: 100%;
  text-align: center;
}

.feature-card:hover {
  border-color: #C34E0580;
  box-shadow: 0 8px 30px rgba(192, 57, 43, .08);
  transform: translateY(-4px);
}

.feature-icon1{
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    /* Full round */
    border-radius: 50%;

    /* Gradient */
    background: linear-gradient(
        135deg,
        #8E6B55 0%,
        #C34E0580 50%
    );

    font-size: 1.6rem;
    color: #fff;

    margin-bottom: 1rem;
    margin:auto;
}

.feature-title {
   font-family: 'Museo300', 'DM Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: bolder;
  margin-bottom: .4rem;
  padding-top:20px;
}

ol, ul {

padding-left: 0px !important;
}


.feature-desc {
  font-size: .95rem;
  color: var(--brand-muted);
  line-height: 1.6;
  font-weight: 800;
}

.feature-row{
    justify-content: center;
}

@media (min-width: 992px) {
    .feature-row .col-lg-3 {
        width: 30%;
    }
}

/* ════════════════════════════════════════════
   FAQ SECTION
════════════════════════════════════════════ */
.faq-section .accordion-button{
    display: flex;
    align-items: center;
    gap: 14px;

    position: relative;
    padding-right: 60px;
}


.faq-section {
  
  background : #EDE8DF;

}

.accordion-icon{
    width: 26px;
    height: 26px;
    min-width: 26px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 60%;
    background: var(--crimson);
    color: #fff;

    font-size: 14px;
}

/* Remove bootstrap default arrow */
.faq-section .accordion-button::after{
    display: none;
}

/* Right side arrow */
.faq-section .accordion-button::before{
    content: "\F285";
    font-family: "bootstrap-icons";

    position: absolute;
    right: 22px;
    top: 60%;
    transform: translateY(-50%) rotate(0deg);

    font-size: 14px;
    transition: .3s ease;
    color: var(--crimson);
}

.faq-section .accordion-button,
.faq-section .accordion-button:not(.collapsed){
    background: transparent !important;
  
    box-shadow: none !important;
    border: none !important;
}

.faq-section .accordion-button[aria-expanded="true"] {
    color:  var(--crimson) !important;
}

.faq-section .accordion-button::after{
    display: none !important;
}

/* Rotate arrow when open */
.faq-section .accordion-button:not(.collapsed)::before{
    transform: translateY(-50%) rotate(90deg);
}

/* Open state */
.faq-section .accordion-button:not(.collapsed) .accordion-icon{
    background: var(--crimson);
}

/* Open icon = check */
.faq-section .accordion-button:not(.collapsed) .accordion-icon i::before{
    content: "\f26e";
}

/* Closed icon = plus */
.faq-section .accordion-button.collapsed .accordion-icon i::before{
    content: "\f64d";
}

.btn-contact-faq {
  border: 1.5px solid var(--brand-red);
  color: var(--brand-red);
  background: transparent;
  padding: .65rem 1.8rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: .88rem;
  transition: all .2s;
  display: inline-block;
}

.btn-contact-faq:hover {
  /* background: var(--brand-red); */
  background: linear-gradient(135deg, #8B124C 0%, #3F0721 100%);
  color: #fff;
}

.faq-section {
   padding: 40px 0px;
}

/* ════════════════════════════════════════════
   CTA SECTION
════════════════════════════════════════════ */
.cta-section {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background: linear-gradient(135deg, #1a1a2e 0%, #302b63 60%, #24243e 100%);
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1629909615184-74f495363b67?w=1400&auto=format&fit=crop') center / cover no-repeat;
  opacity: .22;
}

.cta-section > .container {
  position: relative;
  z-index: 2;
}

.cta-section h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: #fff;
  margin-bottom: 1rem;
}

.cta-section p {
  color: rgba(255, 255, 255, .75);
  font-size: 1rem;
  max-width: 540px;
  margin: 0 auto 2.2rem;
  line-height: 1.7;
}

.cta-tag {
  background: rgba(201, 168, 76, .18);
  border: 1px solid rgba(201, 168, 76, .4);
  color: var(--brand-gold);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .07em;
  padding: .3rem .9rem;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 1.2rem;
}

.cta-action-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.btn-cta-primary {
  background: var(--brand-red);
  color: #fff;
  border: none;
  padding: .8rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: .9rem;
  transition: background .2s, transform .2s;
  display: inline-block;
}

.btn-cta-primary:hover {
  background: #a93226;
  transform: translateY(-2px);
  color: #fff;
}

.btn-cta-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .5);
  padding: .8rem 2rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: .9rem;
  transition: all .2s;
  display: inline-block;
}

.btn-cta-outline:hover {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.cta-phone {
  color: rgba(255, 255, 255, .8);
  font-size: 1rem;
}

.cta-phone a {
  color: #fff;
  font-weight: 600;
  font-size: 1.15rem;
}

.cta-pills {
  display: flex;
  gap: .8rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.cta-pill {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  border-radius: 50px;
  padding: .4rem 1rem;
  font-size: .78rem;
  display: flex;
  align-items: center;
  gap: .4rem;
}


/* ── Hero Section ── */
    .premiumcare {
      position: relative;
      width: 100%;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* Background photo – swap src for a real image */
    .premiumcare__bg {
      position: absolute;
      inset: 0;
      background:
        url('https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?auto=format&fit=crop&w=1600&q=80')
        center / cover no-repeat;
      
      animation: slowZoom 18s ease-in-out infinite alternate;
    }

    @keyframes slowZoom {
      from { transform: scale(1.04); }
      to   { transform: scale(1.00); }
    }

    /* Dark centre panel */
  .premiumcare__panel{
    position: relative;
    z-index: 2;

    /* More transparent */
    background: rgba(10, 6, 15, 0.5);

    /* Glass effect 
    //backdrop-filter: blur(10px) saturate(1.2); */

    border: 1px solid rgba(255,255,255,0.08);
    

    /* Rectangle shape */
    max-width: 950px;
    width: 92%;

    /* Reduce height */
    padding: 42px 70px;

    text-align: center;

    animation: fadeUp .9s cubic-bezier(.22,.78,.39,1) both;
}

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(28px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* Top badge */
    .premiumcare__badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: 1px solid rgba(255,255,255,0.28);
      border-radius: 100px;
      padding: 9px 20px;
      color: var(--white);
      
      font-size: 0.82rem;
      font-weight: 400;
      letter-spacing: 0.04em;
      margin-bottom: 34px;
      transition: border-color 0.3s, background 0.3s;
      cursor: pointer;
      animation: fadeUp 0.9s 0.15s cubic-bezier(.22,.78,.39,1) both;
    }
    .premiumcare__badge:hover {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.48);
    }
    .premiumcare__badge svg { flex-shrink: 0; }

    /* Heading */
    .premiumcare__heading {
      font-size: clamp(2.4rem, 5vw, 3.6rem);
      font-weight: 700;
      color: var(--white);
      line-height: 1.13;
      letter-spacing: -0.01em;
      margin-bottom: 40px;
      animation: fadeUp 0.9s 0.25s cubic-bezier(.22,.78,.39,1) both;
    }

    /* Divider */
    .premiumcare__divider {
      width: 100%;
      height: 1px;
      background: rgba(255,255,255,0.18);
      margin-bottom: 40px;
      animation: fadeUp 0.9s 0.3s cubic-bezier(.22,.78,.39,1) both;
    }

    /* CTA row */
    .premiumcare__actions {
      display: flex;
      gap: 16px;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 44px;
      animation: fadeUp 0.9s 0.35s cubic-bezier(.22,.78,.39,1) both;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 16px 32px;
      border-radius: 3px;
      font-size: 0.92rem;
      font-weight: 500;
      letter-spacing: 0.02em;
      cursor: pointer;
      transition: all 0.28s ease;
      text-decoration: none;
      white-space: nowrap;
    }

    /* Primary – white bg, crimson text */
    .btn--primary {
      background: var(--white);
      color: var(--crimson);
      border: 2px solid var(--white);
    }
    .btn--primary:hover {
      /* background: var(--crimson); */
      background: linear-gradient(135deg, #8B124C 0%, #3F0721 100%);
      color: var(--white);
      border-color: var(--crimson);
      transform: translateY(-2px);
      box-shadow: 0 12px 32px rgba(139,26,58,0.38);
    }

    /* Secondary – ghost */
    .btn--secondary {
      background: rgba(255,255,255,0.08);
      color: var(--white);
      border: 2px solid rgba(255,255,255,0.38);
    }
    .btn--secondary:hover {
      background: rgba(255,255,255,0.18);
      border-color: rgba(255,255,255,0.70);
      transform: translateY(-2px);
    }

    .btn svg { flex-shrink: 0; }

    /* Arrow on primary */
    .btn--primary .btn__arrow {
      transition: transform 0.25s ease;
    }
    .btn--primary:hover .btn__arrow { transform: translateX(4px); }

    /* Assistance line */
    .premiumcare__assist {
      color: rgba(255,255,255,0.68);
      font-size: 0.82rem;
      margin-bottom: 10px;
      animation: fadeUp 0.9s 0.42s cubic-bezier(.22,.78,.39,1) both;
    }

    .premiumcare__phone {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--white);
      font-size: 1.25rem;
      font-weight: 500;
      letter-spacing: 0.03em;
      text-decoration: none;
      animation: fadeUp 0.9s 0.48s cubic-bezier(.22,.78,.39,1) both;
      transition: color 0.25s;
    }
    
    .premiumcare__phone svg { opacity: 0.85; }

    /* Subtle corner accents */
    .premiumcare__panel::before,
    .premiumcare__panel::after {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      border-color: var(--gold);
      border-style: solid;
    }
    .premiumcare__panel::before {
      top: 14px; left: 14px;
      border-width: 1.5px 0 0 1.5px;
    }
    .premiumcare__panel::after {
      bottom: 14px; right: 14px;
      border-width: 0 1.5px 1.5px 0;
    }

 /* ══════════════════════════════
       MAIN FOOTER
    ══════════════════════════════ */
    .burjeel-footer {
      padding: 56px 0 0;
      background: #fff;
      border-top: 1px solid var(--border);
    }

    .burjeel-footer .footer-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 40px;
    align-items: start;
}

    /* ── Brand Column ── */
   

    .footer-brand-lockup {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 18px;
    }

    .footer-logo-box {
      width: 70px;
      height: 70px;
      background: var(--burgundy);
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      padding: 6px;
      position: relative;
    }

    /* Arabic script mimic */
    .footer-logo-arabic {
      font-size: 11px;
      color: rgba(255,255,255,.85);
      font-weight: 400;
      letter-spacing: .02em;
      margin-bottom: 2px;
    }

    .footer-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    align-items: start;
}

/* Remove any unequal flex/width overrides on individual columns */
.footer-brand-col,
.footer-nav-col {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;        /* prevents overflow in grid */
    flex: none !important;
   
}

.footer-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 40px;
    align-items: start;
}

.footer-brand-col,
.footer-nav-col {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

    /* Burjeel wordmark */
    .footer-logo-word {
      font-size: 18px;
      font-weight: 700;
      color: #fff;
      letter-spacing: .04em;
      font-family: var(--font-body);
      line-height: 1;
    }

    .footer-logo-by {
      font-size: 7px;
      color: rgba(255,255,255,.65);
      letter-spacing: .08em;
      margin-top: 3px;
    }

    

    .footer-brand-name {
      font-family: var(--font-head);
      font-size: 1.05rem;
      font-weight: 600;
      color: var(--text-dark);
      line-height: 1.2;
      margin-bottom: 3px;
    }

    .footer-brand-sub {
      font-size: .78rem;
      color: var(--burgundy);
      font-weight: 500;
      letter-spacing: .02em;
    }

    .footer-brand-desc {
      font-size: .845rem;
      color: var(--text-mid);
      line-height: 1.75;
      margin-bottom: 28px;
       max-width: 240px;
       text-align:justify;
    }

    /* Contact items */
    .footer-contact-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .footer-contact-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
    }

    .contact-icon-wrap {
      width: 30px;
      height: 30px;
      border: 1.5px solid var(--border);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 2px;
    }

    .contact-icon-wrap i {
      font-size: .78rem;
      color: var(--text-muted);
    }

    

    .contact-item-label {
      font-size: .7rem;
      color: var(--text-muted);
      letter-spacing: .04em;
      text-transform: uppercase;
      display: block;
      margin-bottom: 2px;
      font-weight: 500;
    }

    .contact-item-value {
      font-size: .9rem;
      color: var(--text-dark);
      font-weight: 500;
      line-height: 1.4;
      text-decoration: none;
      transition: color .2s;
      display: block;
    }

    .contact-item-value:hover { color: var(--burgundy); }

    .contact-item-value.address-line2 {
      font-weight: 400;
      color: var(--text-mid);
      font-size: .83rem;
    }

    /* ── Nav Columns ── */
    

    .footer-nav-heading {
      font-family: var(--font-head);
      font-size: 1rem;
      font-weight: 600;
      color: var(--text-dark);
      /*margin-bottom: px;*/
      position: relative;
      padding-bottom: 12px;
      margin-top:15px;
    }

    .footer-nav-heading::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 28px;
      height: 2px;
      background: var(--burgundy);
      border-radius: 2px;
    }

    .footer-nav-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 5px;
    }

    .footer-nav-list a {
      font-size: .855rem;
      color: var(--text-link);
      text-decoration: none;
      transition: color .2s, padding-left .2s;
      display: inline-block;
      position: relative;
    }

    .footer-nav-list a::before {
      content: '';
      position: absolute;
      left: -12px;
      top: 50%;
      transform: translateY(-50%);
      width: 5px;
      height: 5px;
      background: var(--burgundy);
      border-radius: 50%;
      opacity: 0;
      transition: opacity .2s;
    }

    .footer-nav-list a:hover {
      color: var(--burgundy);
      padding-left: 14px;
    }

    .footer-nav-list a:hover::before { opacity: 1; }

    /* ══════════════════════════════
       COPYRIGHT BAR
    ══════════════════════════════ */
    .footer-bottom-bar {
      max-width: 1240px;
      margin: 48px auto 0;
      padding: 20px 40px;
      border-top: 1px solid var(--border);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .footer-copyright {
      font-size: .8rem;
      color: var(--text-muted);
    }

    /* Social icons */
    .footer-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    }

    .footer-social-link {
      color: #aaa;
      font-size: 1.05rem;
      text-decoration: none;
      transition: color .2s, transform .2s;
      display: flex;
      align-items: center;
    }

    .footer-social-link:hover {
      color: var(--burgundy);
      transform: translateY(-2px);
    }

    /* ══════════════════════════════
       RESPONSIVE
    ══════════════════════════════ */
    @media (max-width: 1024px) {
      .burjeel-footer .footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 40px 32px;
      }
      .footer-brand-col { grid-column: 1 / -1; }
    }

    @media (max-width: 600px) {
      .burjeel-footer .footer-inner {
        grid-template-columns: 1fr;
        padding: 0 20px;
      }
      .footer-bottom-bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 14px;
      }
    }

/* ════════════════════════════════════════════
   SCROLL ANIMATIONS
════════════════════════════════════════════ */
[data-anim] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s ease, transform .6s ease;
}

[data-anim].visible {
  opacity: 1;
  transform: translateY(0);
}

/* ════════════════════════════════════════════
   RESPONSIVE TWEAKS
════════════════════════════════════════════ */
@media (max-width: 767.98px) {
  .stat-item + .stat-item {
    border-left: none;
    border-top: 1px solid var(--brand-border);
  }

  .hero {
    min-height: 70vh;
  }

  .booking-bar {
    margin-top: 0;
  }

  .ip-care .side-img {
    min-height: 260px;
  }

  .booking-card {
    padding: 1.2rem;
  }
}

@media (max-width: 575.98px) {
  .hero h1 {
    font-size: 1.5rem;
    
  }

  .hero p.lead{
     font-size: 1.2rem;
  }

  .hero-badge{
    margin-top: 100px;;
  }

  .section-title {
    font-size: 1.7rem;
    font-weight: 800;
  }

  .cta-section h2 {
    font-size: 1.8rem;
  }
}




/*/////Single Room 

 /* Breadcrumb */
    .breadcrumb {
      font-size: 13px;
      color: #888;
      padding: 0.75rem 0 1rem;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .breadcrumb a { color: #888; text-decoration: none; }
    .breadcrumb a:hover { color: #333; }
    .breadcrumb i { font-size: 12px; }

    /* Gallery */
    .gallery-grid {
      display: grid;
      grid-template-columns: 1.6fr 1fr;
      gap: 6px;
      margin-bottom: 1.5rem;
      border-radius: 12px;
      overflow: hidden;
    }
    .gallery-main { height: 280px; overflow: hidden; }
    .gallery-main img,
    .gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .gallery-main svg,
    .gallery-thumb svg { display: block; }
    .gallery-thumbs { display: grid; grid-template-rows: 1fr 1fr; gap: 6px; }
    .gallery-thumb { overflow: hidden; }


     /* Main content layout */
    .content-grid {
      display: grid;
      grid-template-columns: 1fr 260px;
      gap: 1.5rem;
      align-items: start;
    }

    /* Room info */
    .room-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 0.4rem;
    }
    .room-title {
      font-size: 30px;
      font-weight: 500;
      color: #1a1a1a;
      
    }
    .price-block { text-align: right; }
    .price-label { font-size: 12px; color: #888; }
    .price-amount { font-size: 22px; font-weight: 600; color: #1a1a1a; }
    .price-amount span { font-size: 14px; font-weight: 400; color: #888; }
    .room-subtitle {
      font-size: 14px;
      color: #777;
      font-style: italic;
      margin-bottom: 1rem;
    }
    .room-desc {
      font-size: 14px;
      color: #666;
      line-height: 1.75;
      margin-bottom: 1.5rem;
    }

    /* Features */
    .features-section {
      border-top: 1px solid #e5e3dc;
      padding-top: 1.25rem;
    }
    .features-title {
      font-size: 16px;
      font-weight: 500;
      color: #1a1a1a;
      margin-bottom: 1rem;
    }
    .features-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }
    .feature-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 0.75rem 1rem;
      background: #fff;
      border-radius: 8px;
      border: 1px solid #e5e3dc;
    }
    .feature-icon {
      width: 36px;
      height: 36px;
      border-radius: 8px;
      background: #f5f4f0;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #e5e3dc;
      flex-shrink: 0;
    }
    .feature-icon i { font-size: 18px; color: #888; }
    .feature-label { font-size: 12px; color: #888; }
    .feature-value { font-size: 14px; font-weight: 500; color: #1a1a1a; margin-top: 1px; }

    /* Booking card */
    .booking-card {
      background: #fff;
      border: 1px solid #e5e3dc;
      border-radius: 12px;
      padding: 1.25rem;
      
    }
    .booking-title {
      font-size: 15px;
      font-weight: 500;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 1rem;
      padding-bottom: 0.75rem;
      border-bottom: 1px solid #e5e3dc;
    }
    .booking-desc {
      font-size: 13px;
      color: #888;
      line-height: 1.6;
      margin-bottom: 1.25rem;
    }
    .booking-label {
      font-size: 13px;
      font-weight: 500;
      color: #1a1a1a;
      margin-bottom: 0.5rem;
    }
    .date-input {
      display: flex;
      align-items: center;
      gap: 8px;
      border: 1px solid #ccc;
      border-radius: 8px;
      padding: 0.6rem 0.875rem;
      cursor: pointer;
      margin-bottom: 1.25rem;
    }
    .date-input i { font-size: 16px; color: #888; }
    .date-input span { font-size: 14px; color: #bbb; }
    .btn-primary {
      width: 100%;
      padding: 0.7rem 1rem;
      background: #3a1f3a;
      color: #fff;
      border: none;
      border-radius: 8px;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
      margin-bottom: 0.75rem;
      transition: opacity 0.15s;
    }
    .btn-primary:hover { opacity: 0.88; }
    .btn-secondary {
      width: 100%;
      padding: 0.65rem 1rem;
      background: transparent;
      color: #1a1a1a;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 14px;
      cursor: pointer;
      transition: background 0.15s;
    }
    .btn-secondary:hover { background: #f5f4f0; }

    @media (max-width: 640px) {
      body { padding: 1rem; }
      .gallery-grid { grid-template-columns: 1fr; }
      .gallery-thumbs { grid-template-rows: unset; grid-template-columns: 1fr 1fr; }
      .content-grid { grid-template-columns: 1fr; }
      .features-grid { grid-template-columns: 1fr; }
    }

    /* ── RBM Enquiry Form — Burjeel Brand Styles ── */
.rbm-enquiry-wrap {
  font-family: 'Museo300', 'DM Sans', sans-serif;
  max-width: 780px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.rbm-enquiry-wrap .rbm-form-grid {
  background: #fff;
  border: 1.5px solid rgba(195, 78, 5, 0.32);
  border-radius: 16px;
  padding: 2.5rem 2.5rem 2rem;
  box-shadow: 0 4px 32px rgba(139, 26, 58, 0.07);
  
  gap: 1.1rem 1.4rem;
}

/* Room Banner */
.rbm-room-banner {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #f9f6f1;
  border: 1px solid rgba(195, 78, 5, 0.32);
  border-radius: 10px;
  padding: 0.85rem 1.1rem;
  margin-bottom: 1.5rem;
  grid-column: 1 / -1;
}
.rbm-room-thumb {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid rgba(195, 78, 5, 0.2);
  flex-shrink: 0;
}
.rbm-room-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #6b7280;
  display: block;
  margin-bottom: 2px;
}
.rbm-room-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0;
}

/* Fields */
.rbm-field {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.rbm-submit-hint{
  text-align: center ; 
  margin: 15px !important ;
}

.rbm-col-half  { margin:20px 0px; }
.rbm-col-full  {margin:20px 0px; }
.rbm-col-quarter { grid-column: span 1; }

.rbm-field label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #000;
  margin-bottom: 0.35rem;
  display: block;
}
.rbm-field label .req { color: #8B1A3A; margin-left: 2px; }

.rbm-field input,
.rbm-field textarea {
  border: 1.5px solid rgba(195, 78, 5, 0.32);
  border-radius: 8px;
  padding: 0.6rem 0.85rem;
  font-size: 0.88rem;
  font-family: inherit;
  color: #333;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}

.booking-enquiry-page{
  text-align: center;
  margin-top:60px;
}

.rbm-field input:focus,
.rbm-field textarea:focus {
  border-color: #8B1A3A;
  box-shadow: 0 0 0 3px rgba(139, 26, 58, 0.08);
}
.rbm-field input[readonly] {
  background: #f9f6f1;
  color: #888;
}
.rbm-field textarea {
  resize: vertical;
  min-height: 90px;
  line-height: 1.6;
}

.rbm-field input,
.rbm-field textarea,
.rbm-select-wrap select {
    border: 1.5px solid rgba(195, 78, 5, 0.32);
    border-radius: 8px;
    padding: 0.6rem 0.85rem;
    font-size: 0.88rem;
    font-family: inherit;
    color: #333;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

.rbm-select-wrap select:focus {
    border-color: #c34e05;
    box-shadow: 0 0 0 3px rgba(195, 78, 5, 0.15);
}

.rbm-select-wrap select {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.rbm-submit-hint
{
  text-align:center;
}
/* Submit Button */
.rbm-submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #3A0F1E 0%, #7A1E3A 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.82rem 1.5rem;
  font-size: 0.93rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.rbm-submit-btn:hover {
  /* background: #a93226; */
  background: linear-gradient(135deg, #7A1E3A 0%, #3A0F1E 100%);
  transform: translateY(-1px);
}

/* Messages */
.rbm-msg { font-size: 0.8rem; color: #6b7280; text-align: center; margin-top: 0.5rem; }
.rbm-msg.rbm-msg-error { color: #c0392b; }

/* Success */
.rbm-success {
  text-align: center;
  padding: 2.5rem 1rem;
}
.rbm-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(139, 26, 58, 0.1);
  font-size: 1.6rem;
  color: #8B1A3A;
  margin-bottom: 1rem;
}
.rbm-success h3 { font-size: 1.25rem; font-weight: 700; color: #1a1a2e; margin-bottom: 0.5rem; }
.rbm-success p  { font-size: 0.88rem; color: #6b7280; max-width: 380px; margin: 0 auto; line-height: 1.7; }

/* Hidden utility */
.rbm-hidden { display: none !important; }

/* Responsive */
@media (max-width: 600px) {
  .rbm-enquiry-wrap .rbm-form-grid { padding: 1.5rem 1.1rem; grid-template-columns: 1fr; }
  .rbm-col-half, .rbm-col-quarter, .rbm-col-full { grid-column: auto; }
}



/* ── Page ── */
  .contact-page {
    padding: 64px 0 0;
   /* background: var(--bg); */
  }

  /* ── Section header ── */
  .contact-header {
    text-align: center;
    margin-bottom: 48px;
    animation: fadeDown 0.6s ease both;
  }

  .contact-header h1 {
    margin-top:20px;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 600;
    color: var(--text-dark);
    letter-spacing: 0.01em;
    position: relative;
    display: inline-block;
  }

  .contact-header h1::after {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background: var(--gold);
    margin: 12px auto 0;
    border-radius: 2px;
  }

  /* ── Contact cards row ── */
  .contact-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto 48px;
    padding: 0 20px;
    animation: fadeUp 0.7s 0.1s ease both;
  }

  .contact-cards1  {
   
    max-width: 1100px;
     margin: 0 auto 48px;
  }

  .ccard {
    background: var(--card-bg);
    border-radius: 14px;
    padding: 24px 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: default;
    position: relative;
    overflow: hidden;
  }

  .ccard::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, var(--crimson), var(--gold));
    opacity: 0;
    transition: opacity 0.25s;
  }

  .ccard:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(139,26,58,0.12);
  }

  .ccard:hover::before { opacity: 1; }

  .ccard-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* background:var(--crimson); linear-gradient(135deg, rgba(139,26,58,0.12), rgba(201,168,76,0.15)); */
    background: linear-gradient(135deg, #8B124C 0%, #3F0721 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    font-size: 19px;
    color: #fff;
  }

  .ccard-title {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--text-dark);
  }

  .ccard-sub {
    font-size: 0.74rem;
    color: var(--text-muted);
  }

  .ccard-value {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--crimson);
    margin-top: 2px;
    word-break: break-word;
  }

  /* ── Two-column layout ── */
  .contact-body {
    /*display: grid;
    grid-template-columns: 1fr 1fr;*/
    max-width: 700px;
    margin: 0 auto;
    gap: 0;
    background: var(--card-bg);
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    box-shadow: 0 -4px 32px rgba(0,0,0,0.08);
    animation: fadeUp 0.7s 0.2s ease both;
  }

  /* ── Left: Message form ── */
  .contact-form-panel {
    padding: 40px 36px 20px; 
    border-right: 1px solid rgba(0,0,0,0.07);
  }

  .panel-title {
    font-size: 1.55rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 4px;
  }

  .panel-sub {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 28px;
    line-height: 1.5;
  }

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

  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid rgba(0,0,0,0.12);
    border-radius: 9px;
    font-size: 0.84rem;
    color: var(--text-dark);
    background: #fafafa;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  }

  .form-group input::placeholder,
  .form-group textarea::placeholder {
    color: #bbb;
    font-size: 0.82rem;
  }

  .form-group input:focus,
  .form-group textarea:focus {
    border-color: var(--crimson);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(139,26,58,0.08);
  }

  .form-group textarea {
    resize: vertical;
    min-height: 110px;
    line-height: 1.6;
  }

  .btn-send {
    width: 100%;
    background: var(--crimson);
    color: #fff;
    border: none;
    border-radius: 9px;
    padding: 13px 20px;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: 0.02em;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    margin-top: 4px;
  }

  

  .btn-send:hover {
    background: var(--crimson-light);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(139,26,58,0.28);
  }

  .btn-send:active { transform: scale(0.98); }

  .btn-send i { font-size: 16px; transition: transform 0.2s; }
  .btn-send:hover i { transform: translateX(3px); }

  /* Contact Form 7 Submit Button */
.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    background: linear-gradient(
    90deg,
    #BFAFB5 0%,
    #D6BEC7 100%
);
    color: #fff;
    border: none;
    border-radius: 9px;
    padding: 13px 20px;
    font-size: 1.04rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: 0.02em;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    margin-top: 4px;
}

.wpcf7-submit {
    padding-right: 45px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='22' y1='2' x2='11' y2='13'/%3E%3Cpolygon points='22 2 15 22 11 13 2 9 22 2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px 20px;
}



/* Hover */
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    
    background: linear-gradient(135deg, #7A1E3A 0%, #3A0F1E 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(139,26,58,0.28);
}

/* Active */
.wpcf7-form-control.wpcf7-submit.has-spinner:active {
    transform: scale(0.98);
}

/* Spinner Alignment */
.wpcf7-spinner {
    margin: 0 0 0 10px !important;
}

/* Optional Icon Effect */
.wpcf7-form-control.wpcf7-submit.has-spinner::after {
    content: "\F1C3";
    font-family: "bootstrap-icons";
    font-size: 16px;
    transition: transform 0.2s;
}

.wpcf7-form-control.wpcf7-submit.has-spinner:hover::after {
    transform: translateX(3px);
}

  /* ── Right: Info + Map ── */
  .contact-info-panel {
    display: flex;
    flex-direction: column;
  }

  .visit-block {
    padding: 40px 32px 28px;
    flex: 0 0 auto;
  }

  .visit-block .panel-title { margin-bottom: 4px; }

  .visit-detail {
    display: flex;
    align-items: flex-start;
   /* gap: 12px;
    margin-top: 20px;
    padding: 16px 16px;
    background: var(--bg);
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.06);*/
  }

  .visit-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--crimson);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
    color: #fff;
  }

  .visit-text .vt-label { font-size: 0.78rem; font-weight: 600; color: var(--text-dark); margin-bottom: 2px; }
  .visit-text .vt-line  { font-size: 0.78rem; color: var(--text-mid); line-height: 1.55; }
  .visit-text .vt-link  {
    font-size: 0.75rem;
    color: var(--crimson);
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    text-decoration: none;
   
    padding-bottom: 1px;
    transition: color 0.2s, border-color 0.2s;
  }
  .visit-text .vt-link:hover { color: var(--gold); border-color: var(--gold); }

  /* Map placeholder */
  .map-wrap {
    flex: 1;
    min-height: 320px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,0.07);
  }

  .map-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    min-height: 220px;
    filter: grayscale(20%) saturate(0.85);
  }

  /* Map overlay button */
  .map-overlay-btn {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: var(--crimson);
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 8px 14px;
    
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(139,26,58,0.3);
    transition: background 0.2s;
  }
  .map-overlay-btn:hover { background: var(--crimson-light); }

  /* ── Animations ── */
  @keyframes fadeDown {
    from { opacity: 0; transform: translateY(-20px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  /* ── Responsive ── */
  @media (max-width: 700px) {
    .contact-cards { grid-template-columns: 1fr; }
    .contact-body  { grid-template-columns: 1fr; border-radius: 16px; }
    .contact-form-panel { padding: 28px 20px; border-right: none; border-bottom: 1px solid rgba(0,0,0,0.07); }
    .visit-block { padding: 28px 20px 18px; }
    .map-wrap { min-height: 180px; }
  }


  /* Form row spacing */
.wpcf7 form p {
  margin-bottom: 16px;
}

/* Label styling */
.wpcf7 form p label {
  display: block;
  
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.5;
}

/* Field spacing below label text */
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

/* Inputs + textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid rgba(0,0,0,0.12);
  border-radius: 9px;
  
  font-size: 0.84rem;
  color: var(--text-dark);
  background: #fafafa;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

/* Placeholder */
.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 textarea::placeholder {
  color: #bbb;
  font-size: 0.82rem;
}

/* Focus state */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  border-color: var(--crimson);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(139, 26, 58, 0.08);
}

/* Textarea */
.wpcf7 textarea {
  resize: vertical;
  min-height: 110px;
  line-height: 1.6;
}

/* Submit button */
.wpcf7 input.wpcf7-submit {
  min-width: 160px;
  padding: 12px 22px;
  border: none;
  border-radius: 9px;
  background: var(--crimson);
  color: #fff;
  
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}

.wpcf7 input.wpcf7-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(139, 26, 58, 0.18);
}

.wpcf7 input.wpcf7-submit:focus-visible {
  outline: 3px solid rgba(139, 26, 58, 0.15);
  outline-offset: 3px;
}

/* Validation messages */
.wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 0.78rem;
  color: #c0392b;
  
}

.wpcf7-response-output {
  margin-top: 14px;
  border-radius: 8px;
  
  font-size: 0.84rem;
}

.grecaptcha-badge {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    z-index: 9999;
}

.map-wrap {
  position: relative;       /* anchor for the overlay */
  width: 100%;
  height: 425px;
  border-radius: 12px;
  overflow: hidden;
  margin-top:40px;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Overlay card */
.visit-block {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 10;
  background: #ffffff;
  border-radius: 12px;
  border: 0.5px solid #e0e0e0;
  padding: 16px 20px;
  min-width: 280px;
  max-width: 320px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.place-details-compact-container
{
  border-radius: 20px !important ;
}

.map-wrap iframe {
  border-radius: 12px !important;
}

/* OR wrap the iframe and clip it */
.map-wrap {
  border-radius: 12px;
  overflow: hidden;   /* this clips the iframe corners */
}

.panel-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 2px;
}

.panel-sub {
  font-size: 12px;
  color: #888;
  margin-bottom: 12px;
}

.visit-detail {
  display: flex;
  align-items: flex-start;
  
}

.visit-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8B124C 0%, #3F0721 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
}

.visit-icon .bi {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 20px;
  color: #ffffff !important;
}

.visit-text {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  margin-left:20px;
}

.vt-line {
  color: #555;
}

.vt-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #c0392b;
  text-decoration: none;
  margin-top: 6px;
}



/* Mobile: stack card above map */
@media (max-width: 480px) {
  .visit-block {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    border-radius: 12px 12px 0 0;
    border-bottom: none;
    box-shadow: none;
  }

  .map-wrap {
    border-radius: 0 0 12px 12px;
  }
}


/* ============================================================
   single-room.css  –  Single Room Template Styles
   ============================================================ */

/* ── Breadcrumb ────────────────────────────────────────────── */
.sr-breadcrumb-wrap {
    padding-top: calc(62px + 1.2rem);
    padding-bottom: .5rem;
}
.sr-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: .2rem .4rem;
    list-style: none;
    font-size: .82rem;
    background: transparent;
    padding: 0;
    margin: 0;
}
.sr-bc-link {
    color: var(--brand-red);
    text-decoration: none;
}
.sr-bc-link:hover { text-decoration: underline; }
.sr-bc-sep,
.sr-bc-current {
    color: var(--brand-muted);
    padding: 0 .2rem;
}

/* ── Page section ──────────────────────────────────────────── */
.sr-section { padding: 1.5rem 0 5rem; }

/* ── Gallery ───────────────────────────────────────────────── */
.sr-gallery-wrap { margin-bottom: 1.6rem; }

.sr-gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 420px;
    gap: .5rem;
   border-radius: 0px !important;
    overflow: hidden;
}
.sr-gallery-grid--has-thumbs {
    grid-template-columns: 1fr 360px;
}

.sr-gallery-main {
    position: relative;
    background: var(--brand-light);
    overflow: hidden;
    border-radius: 0px !important;
    cursor: pointer;
}
.sr-gallery-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .35s;
}
.sr-gallery-fullscreen-btn {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: rgba(0,0,0,.42);
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    pointer-events: none;
}
.sr-gallery-count-badge {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: rgba(0,0,0,.42);
    color: #fff;
    font-size: .72rem;
    font-weight: 600;
    padding: .3rem .75rem;
    border-radius: 50px;
    pointer-events: none;
}
.sr-gallery-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sr-gallery-placeholder .bi {
    font-size: 4rem;
    color: var(--brand-muted);
    opacity: .2;
}

.sr-gallery-thumbs {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    height: 420px;
}
.sr-gallery-thumb {
    position: relative;
    flex: 1;
   border-radius: 0px !important;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color .2s;
}
.sr-gallery-thumb--hover { border-color: var(--brand-red); }
.sr-gallery-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s;
}
.sr-gallery-thumb:hover .sr-gallery-thumb-img { transform: scale(1.07); }
.sr-gallery-more-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.52);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.sr-gallery-more-count {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}
.sr-gallery-more-label {
    font-size: .72rem;
    margin-top: .2rem;
    opacity: .85;
}

/* ── Gallery Modal ─────────────────────────────────────────── */
.sr-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,.82);
    padding: 30px 16px;
}
.sr-modal-inner {
    max-width: 1100px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.sr-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
}
.sr-modal-stage {
    position: relative;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    padding: 14px;
    box-shadow: 0 10px 40px rgba(0,0,0,.25);
}
.sr-modal-main-img {
    width: 100%;
    height: 65vh;
    object-fit: contain;
    background: #f7f7f7;
    border-radius: 12px;
}
.sr-modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,.55);
    color: #fff;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
}
.sr-modal-nav--prev { left: 24px; }
.sr-modal-nav--next { right: 24px; }
.sr-modal-count {
    position: absolute;
    bottom: 26px;
    left: 26px;
    background: rgba(0,0,0,.55);
    color: #fff;
    padding: .35rem .8rem;
    border-radius: 30px;
    font-size: .8rem;
    font-weight: 600;
}
.sr-modal-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 14px;
}
.sr-modal-thumb {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    height: 84px;
    transition: border-color .2s;
}
.sr-modal-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sr-modal-thumb--active { border-color: var(--brand-red); }

/* ── Stars ─────────────────────────────────────────────────── */
.star-icon { color: #f4b942; font-size: .82rem; }

/* ── Title card ────────────────────────────────────────────── */
.sr-title-card { border-radius: 0px !important; margin-bottom: 1.3rem; border:none; }

.sr-term-pills {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-bottom: .9rem;
}
.sr-term-pill { text-decoration: none; margin-bottom: 0; }

.sr-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: .8rem;
}
.sr-room-title {
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    color: #8E6B55;
    line-height: 1.15;
    margin-bottom: .25rem;
}
.sr-meta-row {
    color: var(--brand-muted);
    font-size: .88rem;
    margin-bottom: .4rem;
}
.sr-rating-row {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap;
}
.sr-rating-num {
    font-weight: 700;
    font-size: .88rem;
    color: var(--brand-dark);
}
.sr-rating-count {
    font-size: .8rem;
    color: var(--brand-muted);
}

.sr-price-block {
    text-align: right;
    flex-shrink: 0;
}
.sr-price-from {
    font-size: .72rem;
    color: var(--brand-muted);
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 600;
}
.sr-price-amt {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--brand-red);
    line-height: 1.1;
}
.sr-price-unit {
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--brand-muted);
}

.sr-description {
    color: #555;
    font-size: .93rem;
    line-height: 1.85;
  
    padding-top: 1rem;
}

/* ── Section cards ─────────────────────────────────────────── */
.sr-section-card { border-radius: 0 !important; border:0px !important; background-color: none; margin-bottom: 1.3rem; }
.sr-section-title {
    font-size: 1.3rem;
    color: #8E6B55;
    margin-bottom: 1.2rem;
    margin-top: .5rem;
}

/* ── Features grid ─────────────────────────────────────────── */
.sr-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 1rem;
}
.sr-spec-card {
    text-align: left;
    padding: 1.1rem;
}
.sr-spec-label {
    font-size: .7rem;
    color: var(--brand-muted);
    text-transform: uppercase;
    letter-spacing: .05em;
}
.sr-spec-icon-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* ── What's Included ───────────────────────────────────────── */
.sr-included-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--brand-dark);
    margin-bottom: 1rem;
}
.sr-included-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}
.sr-included-item {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .84rem;
    color: #444;
}
.sr-included-icon {
    color: var(--brand-red);
    font-size: .9rem;
    flex-shrink: 0;
}

/* ── Amenities grid ────────────────────────────────────────── */
.sr-amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: .7rem;
}
.sr-amenity-item {
    border-radius: 10px;
    padding: .65rem 1rem;
    font-size: .83rem;
}
.sr-amenity-icon { color: var(--brand-red); flex-shrink: 0; }
.sr-amenity-icon-img {
    width: 17px;
    height: 17px;
    object-fit: contain;
    vertical-align: middle;
    flex-shrink: 0;
}

/* ── Reviews ───────────────────────────────────────────────── */
.sr-reviews-heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .4rem;
    margin-bottom: 1.4rem;
}
.sr-review-rating-num {
    margin-left: .5rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--brand-dark);
}
.sr-review-count {
    font-size: .85rem;
    font-weight: 400;
    color: var(--brand-muted);
}
.sr-reviews-list {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}
.sr-review-item {
    padding: 1.1rem;
    border: 1.5px solid var(--brand-border);
    border-radius: 12px;
}
.sr-review-header {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: .6rem;
}
.sr-review-avatar {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #8E6B55, rgba(195,78,5,.5));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: .9rem;
    flex-shrink: 0;
}
.sr-review-author {
    display: block;
    color: var(--brand-dark);
    font-size: .9rem;
}
.sr-review-date {
    font-size: .75rem;
    color: var(--brand-muted);
}
.sr-review-body {
    color: #555;
    font-size: .87rem;
    line-height: 1.75;
    margin: 0;
}

/* ── Related rooms ─────────────────────────────────────────── */
.sr-related-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sr-related-placeholder {
    width: 100%;
    height: 100%;
    background: var(--brand-light);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sr-related-placeholder .bi {
    font-size: 1.1rem;
    color: var(--brand-muted);
    opacity: .2;
}

/* ── Sidebar ───────────────────────────────────────────────── */
.sr-sidebar {
    position: sticky;
    top: 90px;
    display: flex;
    flex-direction: column;
    
}

.sr-booking-date-label{ color:#000; }


/* Date field wrapper */
.sr-date-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

/* Calendar icon */
.sr-date-wrap .bi-calendar3 {
    position: absolute;
    left: 14px;
    font-size: 17px;
    color: #888;
    pointer-events: none;
    z-index: 1;
    bottom:20px;
}

/* "Select date" placeholder text */
.sr-date-placeholder {
    position: absolute;
    left: 70px;
    font-size: 15px;
    color: #aaa;
    pointer-events: none;
    transition: opacity 0.15s;
    bottom:20px;
}

/* The actual input — icon + placeholder sit on top */
.sr-date-input {
    width: 100%;
    padding: 11px 14px 11px 44px !important;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    color: #333;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

/* Make the browser's calendar picker cover the whole field */
.sr-date-input::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.sr-date-input:focus {
    outline: none;
    border-color: #999;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.06);
}

/* Hide mm/dd/yyyy when empty */
/* .sr-date-input {
    color: transparent;
} */
/* .sr-date-input::-webkit-datetime-edit             { color: transparent; }
.sr-date-input::-webkit-datetime-edit-fields-wrapper { color: transparent; }
.sr-date-input::-webkit-datetime-edit-text        { color: transparent; }
.sr-date-input::-webkit-datetime-edit-month-field { color: transparent; }
.sr-date-input::-webkit-datetime-edit-day-field   { color: transparent; }
.sr-date-input::-webkit-datetime-edit-year-field  { color: transparent; } */

/* Show value once date is selected */
.sr-date-input.has-value                                       { color: #333; }
.sr-date-input.has-value::-webkit-datetime-edit                { color: #333; }
.sr-date-input.has-value::-webkit-datetime-edit-fields-wrapper { color: #333; }
.sr-date-input.has-value::-webkit-datetime-edit-text          { color: #333; }
.sr-date-input.has-value::-webkit-datetime-edit-month-field   { color: #333; }
.sr-date-input.has-value::-webkit-datetime-edit-day-field     { color: #333; }
.sr-date-input.has-value::-webkit-datetime-edit-year-field    { color: #333; }

/* =========================================
   Firefox-Specific Date Input Fallbacks
   ========================================= */
/* @supports (-moz-appearance: none) {
    
    .sr-date-input {
        color: transparent !important;
    }

    .sr-date-input.has-value {
        color: #333; 
    }
    
    .sr-date-placeholder {
        pointer-events: none;
    }
} */

/* Booking card */
.sr-booking-card { border-radius: 0px !important;  border:none !important; }
.sr-booking-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--brand-dark);
    background-color: #efefef;
    text-align: center;
    padding: 12px 0;
}
.sr-booking-price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin: 10px 0 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--brand-border);
}
.sr-booking-price-from { font-size: 12px; color: var(--brand-muted); }
.sr-booking-price-amt  { font-size: 18px; font-weight: 700; color: var(--brand-red); line-height: 1; }
.sr-booking-price-night{ font-size: 18px; color: var(--brand-muted); }
.sr-booking-desc {
    font-size: 12.5px;
    color: var(--brand-muted);
    line-height: 1.65;
    margin-bottom: 16px;
}
.sr-booking-date-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: var(--brand-muted);
    display: block;
    margin-bottom: 6px;
}
.sr-date-input {
    width: 100%;
    box-sizing: border-box;
    border: 1.5px solid var(--brand-border);
    border-radius: 8px;
    font-size: 13.5px;
    color: #333;
    padding: 9px 13px;
    margin-bottom: 14px;
    outline: none;
    transition: border-color .15s;
    
}
.sr-date-input:focus { border-color: var(--brand-red); }
.sr-compare-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    color: var(--brand-dark);
    border: 1.5px solid var(--brand-border);
    border-radius: 8px;
    padding: 11px;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 10px;
    transition: border-color .18s, color .18s;
}
.sr-compare-btn:hover {
    border-color: var(--brand-red);
    color: var(--brand-red);
}

/* Help card */
.sr-help-card { border-radius: 16px; text-align: center; }
.sr-help-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fdf0f2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}
.sr-help-phone-icon { font-size: 20px; color: var(--brand-red); }
.sr-help-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--brand-dark);
    margin-bottom: 6px;
}
.sr-help-desc {
    font-size: 12px;
    color: var(--brand-muted);
    line-height: 1.6;
    margin-bottom: 14px;
}
.sr-help-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--brand-red);
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: opacity .2s;
}
.sr-help-phone-link:hover { opacity: .75; }

/* ── Scroll animation ──────────────────────────────────────── */
[data-anim] {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .5s ease, transform .5s ease;
}
[data-anim].visible {
    opacity: 1;
    transform: none;
}

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 767px) {
    .sr-gallery-grid,
    .sr-gallery-grid--has-thumbs { grid-template-columns: 1fr; }
    .sr-gallery-thumbs { display: none; }
    .sr-gallery-grid { grid-template-rows: 260px; }
    .sr-title-row { flex-direction: column; }
    .sr-price-block { text-align: left; }
    .sr-modal-thumbs { grid-template-columns: repeat(3, 1fr); }
    .sr-sidebar { position: static; }
}

/* ── Room Features ─────────────────────────────────────────── */
.sr-feat-title {
   
    font-size: 22px;
    font-weight: 400;
    color: #8E6B55;
    margin: 0 0 18px;
}
.sr-feat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.sr-feat-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--brand-light);
    border: 1px solid var(--brand-border);
    border-radius: 14px;
    padding: 16px 18px;
}
.sr-feat-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8E6B55 0%, #C34E0580 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}
.sr-feat-icon-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.sr-feat-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--brand-dark);
    margin: 0 0 3px;
    line-height: 1.3;
}
.sr-feat-value {
    font-size: 13px;
    color: var(--brand-muted);
    margin: 0;
}

/* ── What's Included ───────────────────────────────────────── */
.sr-incl-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sr-incl-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: var(--brand-dark);
}
.sr-incl-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8E6B55 0%, #C34E0580 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-red);
    font-size: 14px;
    flex-shrink: 0;
}

/* ── Amenities ─────────────────────────────────────────────── */
.sr-amen-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
}
.sr-amen-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.sr-amen-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
   background: linear-gradient(135deg, #8E6B55 0%, #C34E0580 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    flex-shrink: 0;
    margin-top: 2px;
}
.sr-amen-icon-img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.sr-amen-text {
    font-size: 14px;
    color: var(--brand-dark);
    line-height: 1.5;
    padding-top: 8px;
    margin: 0;
}

/* Add these to your :root or theme variables if not already there */
/* --brand-icon-bg: #ecddd9; */
/* --brand-light:   #f5ece9; */

@media (max-width: 600px) {
    .sr-feat-grid,
    .sr-amen-grid { grid-template-columns: 1fr; }
}

/* ── ISOLATED COMPARE MODAL CSS ── */
.custom-compare-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999; /* Keeps it strictly on top of headers/footers */
}

.custom-compare-box {
    background: #fff;
    width: 100%;
    max-width: 450px;
    padding: 2rem;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    margin: 0 15px; /* Margin for mobile devices */
}

.custom-compare-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #333;
    line-height: 1;
}

.custom-compare-title {
    margin-top: 0;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--brand-red);
}

.custom-compare-text {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 1.25rem;
}

.custom-compare-select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    background: #fff;
    outline: none;
}

.custom-compare-select:focus {
    border-color: var(--brand-red, #c0392b);
}

.custom-compare-submit {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #3A0F1E 0%, #7A1E3A 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: opacity 0.3s ease;
}

.custom-compare-submit:hover {
    opacity: 0.9;
    background: linear-gradient(135deg, #7A1E3A 0%, #3A0F1E 100%);
}