@import "//fonts.googleapis.com/css?family=Muli:300,400,400i,600,600i,700,700i,800,800i";
@import "//fonts.googleapis.com/css?family=Jost:300,400,400i,600,600i,700,700i,800,800i";

:root{
  --brand-maroon:#7a1f2b;
  --brand-dark:#1b1b1b;
  --soft:#f8f9fa;
}

/* scrolling for header */
section[id] {
  scroll-margin-top: 100px;
}

.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #7a1f1f;
  margin-top: 8px;   
}


.res-hero {
  position: relative;
  padding: 0;
}

.res-hero-slide {
  min-height: 610px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}

.res-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 1;
}

.res-hero-slide .container {
  position: relative;
  z-index: 2;
}

/* Dots positioning */
.res-hero-slider .owl-dots {
  position: absolute;
  bottom: 18px;
  width: 100%;
  text-align: center;
}



/* COMMON STYLES FOR ALL CARDS */
.res-card {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

.res-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}

.res-card .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.res-card .thumb img {
  transition: transform 0.6s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Button animation for all cards */
.res-card .btn-outline-dark {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.res-card .btn-outline-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}

.res-card .btn-outline-dark:hover::before {
  left: 100%;
}

.res-card .btn-outline-dark:hover {
  background-color: #212529;
  color: white;
  transform: translateY(-2px);
}

/* ANIMATION 1: Horizontal Light Bar (for ODD cards - 1st, 3rd, 5th, etc.) */
/* Selects: 1st, 3rd, 5th, 7th, 9th, etc. card wrappers */
#cardsWrap > .col-12:nth-child(odd) .res-card .thumb::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.7s ease;
  z-index: 1;
}

#cardsWrap > .col-12:nth-child(odd) .res-card:hover .thumb::after {
  left: 100%;
}

#cardsWrap > .col-12:nth-child(odd) .res-card:hover .thumb img {
  transform: scale(1.03);
}

/* ANIMATION 2: Diagonal Light Sweep (for EVEN cards - 2nd, 4th, 6th, 8th, etc.) */
/* Selects: 2nd, 4th, 6th, 8th, 10th, etc. card wrappers */
#cardsWrap > .col-12:nth-child(even) .res-card .thumb::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 25%,
    rgba(255, 255, 255, 0.2) 50%,
    transparent 75%
  );
  transform: translateX(-100%) translateY(-100%);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}

#cardsWrap > .col-12:nth-child(even) .res-card:hover .thumb::before {
  transform: translateX(100%) translateY(100%);
}

#cardsWrap > .col-12:nth-child(even) .res-card:hover .thumb img {
  transform: scale(1.08);
}

/* body{font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;} */
    body {
      font-family: 'Jost', sans-serif;
    }

.button-filter-all,.button-filter-boys,.button-filter-girls{
  margin-right:9px;
}
.button-filter-all{
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: 0.7rem;
  letter-spacing: .05em;
  text-transform: uppercase;
 
  padding: 0.25rem .61rem;
  border-radius: 5px;
}

.filter-btn.active,
.filter-btn.active.tag-boys,
.filter-btn.active.tag-girls {
  background-color: #000;
  color: #fff;
}


.navbar-brand img{height:52px;}
.hero{
background-image: linear-gradient( rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.18) ), url("../img/hero.png");
  background-size: cover;
  background-position:center;
  color:#fff;
  border-bottom: 6px solid rgba(122,31,43,.75);
  height: 600px;
  	 
}





.container.py-3 {
  top: 50%;
  position: relative;
}

 .button-filter-all,
.button-filter-boys,
.button-filter-girls {
  margin-right: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
 
  height: 32px;          
  line-height: 1;        
  padding: 0 12px;      
  cursor: pointer;
}
.button-filter-all {
  gap: 0.4rem;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 5px;
}
 
.filter-btn.active,
.filter-btn.active.tag-boys,
.filter-btn.active.tag-girls {
  background-color: #000;
  color: #fff;
}

.py-5.bg-white {
  background-image: url("../img/bg2.png");
}

.hero .breadcrumb{--bs-breadcrumb-divider:'›';}
.section-title{
  letter-spacing: .02em;
  font-weight: 800;
}
.lead-compact{font-size:1.15rem; line-height:1.55;}
.tag-pill{
display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: 0.7rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: rgba(122,31,43,.1);
  color: var(--brand-maroon);
  border: 1px solid rgba(122,31,43,.25);
  padding: 0.25rem .61rem;
  border-radius: 5px;
}
/* Girls pill */
.tag-pill.tag-girls{
  background: rgba(122,31,43,.12);
  color: var(--brand-maroon);
  border: 1px solid rgba(122,31,43,.35);
  font-size: 0.9rem;
}

/* Boys pill */
.tag-pill.tag-boys{
  background: rgba(13,110,253,.12);   /* bootstrap blue tone */
  color: #0d6efd;
  border: 1px solid rgba(13,110,253,.35);
  font-size: 0.9rem;
}
.res-card .thumb{
  aspect-ratio: 4/3;
  border-radius: .75rem;
  overflow:hidden;
  background: #e9ecef;
}
.res-card .thumb img{width:100%; height:100%; object-fit:cover; display:block;}
.res-card .card-title{
	font-weight:800; font-size:1.05rem;
}
.res-card .meta{color:#6c757d; font-size:.9rem;}
.banner{
  background: var(--brand-maroon);
	  background-image: url("../img/bgt1.png");
  color:#fff;
}
.banner .btn{border-color: rgba(255,255,255,.45);}
.icon-bubble{
  width:72px;height:72px;border-radius:50%;
  background: rgba(122,31,43,.12);
  display:flex;align-items:center;justify-content:center;
  margin: 0 auto 1rem auto;
}
.icon-bubble svg{width:34px;height:34px; color: var(--brand-maroon);}
.faq .accordion-button:not(.collapsed){
  background: rgba(122,31,43,.07);
  color: var(--brand-maroon);
}
.footer{
  background: #0f0f0f;
  color: rgba(255,255,255,.82);
}
.footer a{color: rgba(255,255,255,.82); text-decoration:none;}
.footer a:hover{color:#fff; text-decoration:underline;}

/* ===== WHY SHOULD I LIVE IN HOSTEL ===== */
.why-hostel {
  background: #fff;
}

.why-hostel .why-title {
  font-weight: 700;
  letter-spacing: .02em;
  /*text-transform: uppercase;*/
}

.why-hostel .why-underline {
  width: 90px;
  height: 4px;
  background: #7a1f2b;
}

.why-hostel .why-intro {
  max-width: 100%;
  font-size: 1.15rem;
  line-height: 1.6;
  color: #020202;
}

.why-hostel .why-item {
  text-align: left;
}

.why-hostel .why-circle {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid #000;      /* outer black border */
  padding: 10px;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-bottom: 16px;
}

/* inner white ring */
.why-hostel .why-circle::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 6px solid #fff;
  z-index: 2;
  pointer-events: none;
}

.why-hostel .why-circle img {
width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  border: 1px solid #fff;
}

.why-hostel h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #701410;
  margin-bottom: 6px;
}

.why-hostel p {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #020202;
  max-width: 330px;
  margin: 0;
}

/* =========================
   WHY SECTION – DESKTOP FIX
   ========================= */
@media (min-width: 992px) {

  .why-hostel .col-md-4 {
    display: flex;
    justify-content: center;
  }

  .why-item {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;   
    text-align: center;
    position: relative;
  }

  .why-circle {
    margin-top: 24px;     
    margin-left: 12px;    
    margin-bottom: 18px;
  }

  .why-item h5,
  .why-item p {
    width: 100%;
    max-width: 100%;
    text-align:center;
  }

  .why-item h5 {
    margin-top: 16px;
  }

  .why-item p {
    padding: 0 8px; /* tiny breathing space, still full-width */
  }
}


/* =====================================
   WHY SECTION- 2 ITEMS PER ROW: dimension 768 to 991
   ===================================== */
@media (min-width: 768px) and (max-width: 991.98px) {

  .why-hostel .row.gy-5 {
    row-gap: 3rem; 
  }

  .why-hostel .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .why-item {
    height: auto;      
    align-items: center;
    text-align: center;
  }

  .why-hostel .row.gy-5 > [class*="col-"] {
    display: flex;
    justify-content: center;
  }

  .why-hostel .why-item {
    width: 100%;
    max-width: 420px;        
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .why-hostel .why-item h5,
  .why-hostel .why-item p {
    text-align: center;
  }
}



/* ============================
   WHY SECTION – MOBILE FIX
   ============================ */
@media (max-width: 767px) {

  .why-item {
    text-align: center; 
  }

  .why-item .why-circle {
    margin-left: auto;
    margin-right: auto;
  }

  .why-item h5,
  .why-item p {
    width: 100%;
    max-width: 100%;
    /* margin-left: auto;
    margin-right: auto; */
    text-align: center;
  }

}


 .hor-overview p{font-size:1.25rem !important; color:#020202 !important;} 

.small {font-size: 1.05rem !important; color:#020202 !important}

/* Life Beyond Living – Swiper */
.life-visuals {
  background: #fff;
}

.life-swiper-wrap {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.life-slide {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.life-slide img {
  width: 100%;
  height: 90vh;              /* BIG like reference image */
  min-height: 750px;
  object-fit: cover;
  display: block;
}

/* Overlay box */
.life-overlay {
  position: absolute;
  left: 50px;
  bottom: 50px;
  max-width: 380px;
  background: rgba(120, 0, 0, 0.77);
  color: #fff;
  padding: 24px;
  border-radius: 0.75rem;
}


.life-overlay h5 {
  font-weight: 700;
  margin-bottom: 6px;
}

.life-overlay p {
  font-size: 1.15rem;
  line-height: 1.5;
  margin: 0;
  opacity: 0.95;
}

.life-prev,
.life-next {
  width: 43px !important;
  height: 43px !important;

  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;

  color: #7a1f2b;

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

  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  transition: all 0.25s ease;
}

.life-prev::after,
.life-next::after {
  font-size: 22px !important;
  font-weight: 900 !important;
}


.life-prev:hover,
.life-next:hover {
  background: #7a1f2b;
  color: #ffffff;
  transform: scale(1.05);
}


/* Responsive */
@media (max-width: 767px) {
  .life-slide img {
    height: 320px;
  }

  .life-overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
  }

  .life-swiper-wrap .swiper-button-prev,
  .life-swiper-wrap .swiper-button-next {
    display: none !important;
  }
}

/* =========================================
   LIFE BEYOND LIVING – MOBILE FORCE OVERRIDE
   ========================================= */
@media (max-width: 767px) {

  .life-visuals .life-slide img {
    height: 304px !important;
    min-height: auto !important;
  }

  .life-visuals .life-overlay {
    padding: 11px 12px !important;
  }

  .life-visuals .life-overlay h5 {
    font-size: 0.81rem !important;
    margin-bottom: 4px;
  }

  .life-visuals .life-overlay p {
    font-size: 0.7rem !important;
    line-height: 1.35 !important;
  }

}




/* Position navigation buttons inside the swiper */
.life-swiper-wrap .swiper-button-prev,
.life-swiper-wrap .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

/* Pull buttons inside the edges */
.life-swiper-wrap .swiper-button-prev {
  left: 10px;
}

.life-swiper-wrap .swiper-button-next {
  right: 10px;
}




.testimonial-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  height: 630px;
}

.testimonial-card img {
  width: 100%;
  height: 430px;        /* 🔼 increase this */
  object-fit: cover;
  border-radius: 10px;
  padding:20px;
}


.testimonial-card h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.testimonial-card span {
  font-size: 13px;
  color: #777;
}

.testimonial-card p {
  font-size: 16px;
  margin-top: 12px;
  line-height: 1.6;
}
.owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

.owl-prev, .owl-next {
  position: absolute;
  background: #000 !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-prev {
  left: -50px;
}

.owl-next {
  right: -50px;
}

.owl-prev:hover,
.owl-next:hover {
  background: #333 !important;
}
.owl-dots {
  margin-top: 20px;
  text-align: center;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc !important;
  display: block;
  border-radius: 50%;
  margin: 5px;
}

.owl-dot.active span {
  background: #000 !important;
}

@media (max-width: 767px) {
  .life-slide img {
    height: 320px;
  }
 
  .life-overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
  }
}
@media (max-width:1024px) and (min-width:768px){
 
.owl-prev{
margin-left:20px;
}
.owl-next {
  margin-right:20px;
}
}



/* ===========================
   ONLY FOR LARGE / TV SCREENS
   =========================== */
@media (min-width: 2560px) {
 
  /* ===========================
     HERO WRAPPER
     =========================== */
  .res-hero {
    position: relative;
    width: 100%;
  }
 
  /* ===========================
     HERO SLIDE
     =========================== */
 
  .res-hero-slide {
    min-height: 600px; /* flexible height */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
 
  /* ===========================
     EXTENDED BACKGROUND LAYER
     =========================== */
  .res-hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transform: scale(1.12);
    z-index: 1;
  }
 
  /* ===========================
     MAIN SHARP IMAGE LAYER
     =========================== */
  .res-hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
  }
 
  /* ===========================
     DARK OVERLAY
     =========================== */
  .res-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 3;
  }
 
  /* ===========================
     TEXT CONTAINER (CENTER FIX)
     =========================== */
  .res-hero-slide .container {
    position: relative !important;
    z-index: 4 !important;   /* 🔑 always above layers */
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 !important;  /* 🔑 remove vertical offset */
    text-align: center;
    color: #ffffff;
 
    display: flex;          /* 🔑 force perfect centering */
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
 
  /* ===========================
     TEXT SPACING
     =========================== */
  .res-hero-text-container h1,
  .res-hero-text-container p {
    margin-bottom: 16px !important;
  }
 
}







@media (min-width: 2560px){
  .hor-hero{
    height:1000px;
  }
  .hor-hero-content{
    margin-top: 500px;
 
    }
  }




/* =========================================================
   Hall of Residence detail page (scoped)
   ========================================================= */
.hor-page .hor-hero{
  background:
    linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)),
    var(--hor-hero-img, url("../img/hero.png"));
  background-size: cover;
  background-position: center;
  color:#fff;
  border-bottom: 6px solid rgba(122,31,43,.75);
}

.hor-page.hor-1 .hor-hero{  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)), url("../img/hero-banner/Hero_Hor_01.webp");
  background-size: cover; background-position: center; color:#fff; border-bottom: 6px solid rgba(122,31,43,.75); }

.hor-page.hor-2 .hor-hero{  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)), url("../img/hero-banner/Hero_Hor_02.webp");
  background-size: cover; background-position: center; color:#fff; border-bottom: 6px solid rgba(122,31,43,.75); }

.hor-page.hor-4 .hor-hero{  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)), url("../img/hero-banner/Hero_Hor_04.webp");
  background-size: cover; background-position: center; color:#fff; border-bottom: 6px solid rgba(122,31,43,.75); }

.hor-page.hor-5a .hor-hero{  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)), url("../img/hero-banner/Hero_Hor_05A.webp");
  background-size: cover; background-position: center; color:#fff; border-bottom: 6px solid rgba(122,31,43,.75); }

.hor-page.hor-6 .hor-hero{  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)), url("../img/hero-banner/Hero_Hor_06.webp");
  background-size: cover; background-position: center; color:#fff; border-bottom: 6px solid rgba(122,31,43,.75); }

.hor-page.hor-7 .hor-hero{  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)), url("../img/hero-banner/Hero_Hor_07.webp");
  background-size: cover; background-position: center; color:#fff; border-bottom: 6px solid rgba(122,31,43,.75); }

.hor-page.hor-8 .hor-hero{  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)), url("../img/hero-banner/Hero_Hor_08.webp");
  background-size: cover; background-position: center; color:#fff; border-bottom: 6px solid rgba(122,31,43,.75); }

.hor-page.hor-9 .hor-hero{  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)), url("../img/hero-banner/Hero_Hor_09.webp");
  background-size: cover; background-position: center; color:#fff; border-bottom: 6px solid rgba(122,31,43,.75); }

.hor-page.hor-10 .hor-hero{  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)), url("../img/hero-banner/Hero_Hor_10.webp");
  background-size: cover; background-position: center; color:#fff; border-bottom: 6px solid rgba(122,31,43,.75); }

.hor-page.hor-11 .hor-hero{  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)), url("../img/hero-banner/Hero_Hor_11.webp");
  background-size: cover; background-position: center; color:#fff; border-bottom: 6px solid rgba(122,31,43,.75); }

.hor-page.hor-12a .hor-hero{  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)), url("../img/hero-banner/Hero_Hor_12A.webp");
  background-size: cover; background-position: center; color:#fff; border-bottom: 6px solid rgba(122,31,43,.75); }

.hor-page.hor-12b .hor-hero{  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)), url("../img/hero-banner/Hero_Hor_12B.webp");
  background-size: cover; background-position: center; color:#fff; border-bottom: 6px solid rgba(122,31,43,.75); }

.hor-page.hor-14 .hor-hero{  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)), url("../img/hero-banner/Hero_Hor_14.webp");
  background-size: cover; background-position: center; color:#fff; border-bottom: 6px solid rgba(122,31,43,.75); }

.hor-page.hor-15a .hor-hero{  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)), url("../img/hero-banner/Hero_Hor_15A.webp");
  background-size: cover; background-position: center; color:#fff; border-bottom: 6px solid rgba(122,31,43,.75); }

.hor-page.hor-15b .hor-hero{  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)), url("../img/hero-banner/Hero_Hor_15B.webp");
  background-size: cover; background-position: center; color:#fff; border-bottom: 6px solid rgba(122,31,43,.75); }

.hor-page.hor-15c .hor-hero{  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)), url("../img/hero-banner/Hero_Hor_15C.webp");
  background-size: cover; background-position: center; color:#fff; border-bottom: 6px solid rgba(122,31,43,.75); }

.hor-page.hor-18 .hor-hero{  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)), url("../img/hero-banner/Hero_Hor_18.webp");
  background-size: cover; background-position: center; color:#fff; border-bottom: 6px solid rgba(122,31,43,.75); }

.hor-page.hor-19 .hor-hero{  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)), url("../img/hero-banner/Hero_Hor_19.webp");
  background-size: cover; background-position: center; color:#fff; border-bottom: 6px solid rgba(122,31,43,.75); }

.hor-page.hor-21a .hor-hero{  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)), url("../img/hero-banner/Hero_Hor_21A.webp");
  background-size: cover; background-position: center; color:#fff; border-bottom: 6px solid rgba(122,31,43,.75); }

.hor-page.hor-21b .hor-hero{  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.2)), url("../img/hero-banner/Hero_Hor_21B.webp");
  background-size: cover; background-position: center; color:#fff; border-bottom: 6px solid rgba(122,31,43,.75); }


.hor-page .hor-hero-inner{
  min-height: 420px;
  display:flex;
  align-items:center;
}
.hor-page .hor-hero-title{
  font-weight: 900;
  letter-spacing:.03em;
  text-transform: uppercase;
  margin:0;
}
.hor-page .hor-badges{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
}
.hor-page .hor-badge{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  background: rgba(122,31,43,.92);
  color:#fff;
  padding:.45rem .75rem;
  border-radius: .4rem;
  font-size:.85rem;
  font-weight:600;
}
.hor-page .hor-dot{
  width:.65rem;height:.65rem;border-radius:50%;
  background:#fff;
  opacity:.9;
  display:inline-block;
}
.hor-page .hor-video img{display:block;}
.hor-page .hor-info-row{
  display:flex;
  gap:.75rem;
  align-items:flex-start;
}
.hor-page .hor-info-ico{
  width:40px;height:40px;border-radius:999px;
/*  background: rgba(122,31,43,.12);*/
  display:flex;align-items:center;justify-content:center;
  font-size:18px;
}
.hor-page .hor-amenity{
  display:flex;
  align-items:center;
  gap:.5rem;
  padding:.65rem .75rem;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: .8rem;
  background:#fff;
  height:100%;
}
.hor-page .hor-amenity-ico{font-size:18px;}
.hor-page .hor-amenity-txt{font-size:.95rem;color:#495057;font-weight:600;}
.hor-page .hor-room-card{box-shadow: 0 6px 18px rgba(0,0,0,.04);}
.hor-page .hor-price{font-size:1.05rem text-center;}
.hor-page .hor-avatar{
  width:110px;height:110px;border-radius:50%;
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: inset 0 0 0 6px #fff;
  background:#f1f3f5;
}
.hor-page .hor-avatar img{width:100%;height:100%;object-fit:cover;display:block;}

.hor-room-card > .row {
  position: relative;
  align-items: stretch;
}

.hor-price-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 25px;

  text-align: center;
  padding-right: 1.5rem; 
}

/* 1360x768 resolution */
@media (min-width: 1280px) and (max-width: 1439px) {
  .hor-price-wrap {
    text-align: center;
    padding-right: 1.6rem;
  }

}

/* 1024x768 resolution */
@media (min-width: 992px) and (max-width: 1199px) {
  .hor-price-wrap {
    text-align: center;
    padding-right: 0.25rem;
  }

}

.hor-price-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 25px;
 
  text-align: center;
  padding-right: 1.5rem;
}
 
/* 1360x768 resolution */
@media (min-width: 1280px) and (max-width: 1439px) {
  .hor-price-wrap {
    text-align: center;
    padding-right: 1.6rem;
  }
 
}
 
/* 1024x768 resolution */
@media (min-width: 992px) and (max-width: 1199px) {
  .hor-price-wrap {
    text-align: center;
    padding-right: 0.25rem;
  }
 
}
 
.hor-price-wrap::before {
  content: "";
  position: absolute;
  left: 58px;
  top: 50%;
  transform: translateY(-50%);
  height: 205%;
  width: 2.5px;
  background: #9ea3a8;
}
 
.hor-price-box {
  text-align: center;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  margin-left: 62px;
}

  .hor-page .com {
    margin-top: 4.3px;
    font-size: 15.1px !important;
  }

.hor-price-09,
.com-09{
  width: 142px;   /* adjust if needed */
}

.hor-price,
.com{
  width: 142px;   /* adjust if needed */
}

 .hor-price-box-09 {
  line-height:1.25;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start; /* KEY FIX */
  height:100%;
  text-align:left !important;        /* KEY FIX */
  font-size: 19.1px;
  margin-left: 62px;
}

  .hor-page .com-09 {
    margin-top: 7px;
    font-size: 16px !important;
  }


@media (min-width: 768px) and (max-width: 1199px) {
  .hor-price-box-09 {
    margin-left: 52px;
  }

  .hor-price-box {
    margin-left: 52px;
  }

  .hor-price-wrap::before {
    height: 160%;
  }

  .hor-page .hor-price {
    font-size: 23.2px !important;
  }

  .hor-page .com {
    font-size: 12.4px !important;
    margin-top: 3.4px;
  }

    .hor-page .hor-price-09 {
    font-size: 18px !important;
  }

  .hor-page .com-09 {
    font-size: 13.3px !important;
    margin-top: 5px;
  }

}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hor-price-box-09 {
    margin-left: 7px;
  }

  .hor-price-box {
    margin-left: 7px;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .hor-price-box-09 {
    margin-left: 52px;
  }

  .hor-price-box {
    margin-left: 52px;
  }

  .hor-price-wrap::before {
    height: 151%;
  }


  .hor-page .hor-price {
    font-size: 27.2px !important;
  }

  .hor-page .com {
    font-size: 14.2px !important;
    margin-top: 1.6px;
  }

  .hor-page .hor-price-09 {
    font-size: 18px !important;
  }

  .hor-page .com-09 {
    font-size: 13.3px !important;
    margin-top: 5px;
  }
  
}

@media (min-width: 1600px) and (max-width: 1900px) {
    .hor-price-box-09 {
    margin-left: 52px;
  }

  .hor-price-box {
    margin-left: 52px;
  }

  .hor-price-wrap::before {
    height: 171%;
  }



  .hor-page .com {
    font-size: 14.2px !important;
    margin-top: 7px;
  }

  .hor-page .hor-price-09 {
    font-size: 19.1px !important;
  }

  .hor-page .com-09 {
    font-size: 14.2px !important;
    margin-top: 5px;
  }
}

.hor-beds {
  color: #1fa34a;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
 
.hor-price {
  font-size: 1.76rem !important;
  font-weight: 500;
  color: #4f555a;
  letter-spacing: 0.02em;
  text-align: center;
}
 
@media (max-width: 991px) {
  .hor-price {
    font-size: 1.05rem !important;
    font-weight:600;
  }
}






@media (max-width: 767px) {
  .hor-price-wrap {
    justify-content: flex-start;
    padding-left: 0;
    margin-top: 16px;
  }

  .hor-price-wrap::before {
    display: none;
  }

  .hor-price-box {
    margin-left: 0;
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }

  .hor-price {
    font-size: 1.71rem !important;
  }

  .hor-price,
  .com {
    width: 100%;
    text-align: left;
  }

  .hor-price-box-09 {
    margin-left: 0;
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }

  .hor-price-09 {
    font-size: 1.71rem !important;
  }

  .hor-price-09,
  .com-09 {
    width: 100%;
    text-align: left;
  }

  .hor-price-09 {
    font-weight: 600;
    color: #4f555a;
  }
}


 
/* ================================
   HOR GALLERY – SWIPER CONTROLS
================================ */

/* Wrapper */
.hor-gallery-wrap {
  position: relative;
}

/* ---- ARROWS OUTSIDE ---- */
.hor-swiper-nav .swiper-button-prev,
.hor-swiper-nav .swiper-button-next {
  top: 61%;
  transform: translateY(-50%);
  color: #7a1f2b;
  transition: color 0.25s ease;
}

.hor-swiper-nav .swiper-button-prev:hover,
.hor-swiper-nav .swiper-button-next:hover {
  color: #0b2a4a; /* navy blue */
}

/* Push arrows outside */
.hor-swiper-nav .swiper-button-prev {
  left: -52px;
}

.hor-swiper-nav .swiper-button-next {
  right: -52px;
}

/* Remove default background */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 25px!important;
  font-weight: bold;
}

/* ---- DOTS BELOW ---- */
.hor-swiper-pagination {
  position: static;
  margin-top: 16px;
  text-align: center;
}

.hor-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #bbb;
  opacity: 1;
}

.hor-swiper-pagination .swiper-pagination-bullet-active {
  background: #7a1f2b;
}

/* Display Resolution:1024x768 */
@media (min-width: 768px) and (max-width: 1199px) {

  .hor-gallery-wrap {
    padding-inline: 32px; 
  }

  .hor-swiper-nav .swiper-button-prev {
    left: 2.5px;  
  }

  .hor-swiper-nav .swiper-button-next {
    right: 2.5px;  
  }
}


@media (max-width: 767px) {
  .hor-swiper-nav {
    display: none !important;
  }

  .hor-gallery-swiper .swiper-slide img {
    height: 241px;          
    width: 100%;
    object-fit: cover;
  }

}


/* Video container */
.hor-video {
  position: relative;
}

/* Hide checkbox */
#play-video {
  display: none;
}

/* Thumbnail */
.video-thumb {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Play button */
.play-btn {
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 42px;
  padding: 11px 26px;
  border-radius: 80%;
}

/* Video hidden initially */
.tour-video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* On click */
#play-video:checked ~ .video-thumb {
  display: none;
}

#play-video:checked ~ .tour-video {
  display: block;
}

.map-wrap {
  position: relative;
}

/* Force text to exact center of image */
.map-center-text {
  position: absolute;
  inset: 0;                 /* covers full image */
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */
  text-align: center;
  background: rgba(0, 0, 0, 0.45); /* optional */
  padding: 16px;
}

/* ===== FOOTER SOCIAL ICON FIX ===== */
.footer-social a {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-social a:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.footer-social i {
  display: inline-block;
}

/* ================= FAQ COLOR FIX ================= */

/* ================= FAQ COLOR FINAL FIX ================= */

/* Question – always brand maroon (open & close) */
.faq .accordion-button,
.faq .accordion-button.collapsed,
.faq .accordion-button:not(.collapsed) {
  color: var(--brand-maroon) !important;
  font-size:1.15rem;
  font-weight:500;
}

/* Answer – brand blue */
.faq .accordion-body {
  color: #072b5f; /* Bootstrap brand blue */
  font-size:1.10rem;
  font-weight:500;
}

/* Optional: soft background when open */
.faq .accordion-button:not(.collapsed) {
  background-color: rgba(122,31,43,0.07);
}

/* Remove Bootstrap focus glow */
.faq .accordion-button:focus {
  box-shadow: none;
}

/* Keep arrow icon consistent */
.faq .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(23%) sepia(38%) saturate(1066%) hue-rotate(327deg) brightness(94%) contrast(92%);
}



.faq-p {font-size:1.05rem;}



.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: 1rem;
}



@media (max-width: 995px) {
  .hor-price-wrap {
    padding-left: 16px;
    justify-content: flex-start;
    margin-top: 25px;
  }
 
  .hor-price-wrap::before {
    display: none;
  }
 
  .hor-price-box {
    text-align: left;
  }
}
 
 
 
 /*
.hor-hero {
  position: relative;
  height: 610px;
  overflow: hidden;
  border-bottom: 6px solid rgba(122,31,43,.75);
}
 */

/* Video */
/*
.hor-hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}
 
.hor-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 2;
}
 
.hor-hero .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
}
 
.hor-hero-title {
  color: #fff;
  font-weight: 800;
}
 
.hor-hero-inner {
padding-top: 340px;
padding-left: 100px;
}
 */
/* TEMP: hide hero text
.hor-hero-content {
  display: none;
}*/
 /*
@media (max-width: 768px) {
 
  .hor-hero {
    height: 43vh; 
    width: auto;
  }
 
  .hor-hero-video {
    width: 100%;
    height: 100%;
    min-width: unset;
    min-height: unset;
    object-fit: contain;   
    background: #19600766;     
  }
   .hor-hero-title {
    display: none;
  }  
 
  .hor-badges {
    margin-bottom: 70px;
    margin-right: 25px;
  }
}
  */

  @media (max-width: 767px) {
  .testimonial-carousel .owl-nav {
    display: none !important;
  }
}