.wrapped {
    max-width: 800px;
    /* width: 100%; */
    margin: 0 auto;
    position: relative;
    /* max-width: 800px; */
}
section.content.white-background {
    padding: 60px 0px;
    position: relative;
}
h6.title {
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 2px;
    margin: 0 0 10px;
    text-align: center;
}
h2.center {
    font-family: 'Cardo', serif;
    font-weight: 400;
    line-height: 1.2;
    color: #2d2d32;
    margin: 0 0 15px;
    font-size: 48px;
    text-align: center;
}
.about_p
{
	    font-family: "Crimson Text", serif;
    font-size: 18px;
    color: #666666;
    line-height: 27px;
}
a.btn.white.hover {
       display: inline-block;
    vertical-align: top;
    font-family: Overpass, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    color: rgb(45, 45, 50);
    padding: 10px 40px;
    background: rgb(230, 199, 114);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(102, 102, 102);
    border-image: initial;
    transition: 0.3s;
    border: 0px;
    background: white;
    border: 1px solid #666666;
    border-radius: 0px;
}
a.btn.white.hover:hover {
    color: rgb(45, 45, 50);
    background: rgb(230, 199, 114);
    border-color: rgb(230, 199, 114);
}
/* EVENT CARD */
.event-card {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
}

.event-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 500px;
  transition: transform 0.6s ease;
}

/* OVERLAY (VISIBLE ALWAYS) */
.event-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35); /* light overlay initially */
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* bottom */
  align-items: center;
  text-align: center;
  padding: 40px;
  color: #fff;
  transition: background 0.4s ease;
}

/* TEXT – ALWAYS VISIBLE */
.event .small-title {
  font-family: 'Overpass', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.event>h2 {
    font-family: 'Cardo', serif;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    margin: 0 0 15px;
    font-size: 34px;
}

/* HOVER EFFECT */
.event-card:hover img {
  transform: scale(1.08);
}

.event-card:hover .event-overlay {
  background: rgba(0, 0, 0, 0.65); /* darker on hover */
}

/* MOBILE */
@media (max-width: 768px) {
  .event h2 {
    font-size: 28px;
  }
  .event img {
    min-height: 350px;
  }
  .carousel-item.active, .carousel-item {
    /*height: 70vh;*/
    height: auto!important;
}
  .event-card {
    position: relative;
    display: block;
    overflow: hidden;
    height: 500px;
    text-decoration: none;
    margin: 5px 0px;
}
.event {
    height: 500px;
    padding: 20px;
}
}

.event
{
      position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    color: rgb(255, 255, 255);
    inset: 0px;
    background: rgba(0, 0, 0, 0.3);
    padding: 40px;
    transition: background 0.4s;
}
.event.small-title
{
  font-family: 'Overpass', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
section
{
      padding: 60px 0 60px;
    background: none no-repeat scroll top center transparent;
    background-size: cover;
}
.event:hover {
    background: rgb(0,0,0,0.6);
    transform: scale(1.04);
}
section.facilities-section{
    background: #f8f8f8;
}
.facilities-section {
  padding: 80px 0;
  background: #fff;
}

.small-heading {
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  color: #888;
}

.main-heading {
  text-align: center;
  font-size: 34px;
  margin-bottom: 30px;
}

/* TABS */
.facility-tabs {
      text-align: center;
    margin-bottom: 40px;
    max-width: 1140px;
    max-width: 1140px;
    width: 100%;
    /* margin: 0 auto; */
    position: relative;
}

.tab-btn {
 /* border: 1px solid #ccc;*/
 /* background: transparent;
  padding: 8px 14px;
  
  font-size: 11px;
  letter-spacing: 1px;
  cursor: pointer;*/
      display: inline-block;
    vertical-align: top;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    color: #2d2d32;
    padding: 10px 25px;
    background: #f8f8f8;
    border: 1px solid #666666;
    transition: all 0.3s ease 0s;
    margin: 5px;
}
button.tab-btn:hover {
    background: #e6c772;
    color: black;
}
.tab-btn.active {
  border-color: #000;
  color: #000;
}

/* FACILITIES SECTION */
.facility-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-bottom: 60px;
}

.tab-btn {
  padding: 12px 30px;
  border: 1px solid #2d2d32;
  background: transparent;
  font-family: 'Overpass', sans-serif;
  letter-spacing: 2px;
  font-size: 13px;
  cursor: pointer;
}

/*.tab-btn.active {*/
/*  background: #000;*/
/*  color: #fff;*/
/*}*/

#facility-image {
  width: 100%;
  opacity: 1;
  transition: opacity 0.6s ease;
}

/* DOT PROGRESS */
.slider-dots {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.slider-dots .dot {
  width: 22px;
  height: 4px;
  background: #e6c772;
  opacity: 0.3;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.slider-dots .dot.active {
  opacity: 1;
}

.slider-dots .dot.active::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  animation: progress 4s linear forwards;
}

@keyframes progress {
  from { width: 0%; }
  to { width: 100%; }
}

section.background_yellow {
    background-image: url(../img/background.jpg);
}
.wrapper.narrow.center {
    max-width: 800px;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    margin: 0px auto;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cardo', serif;
    font-weight: 400;
    line-height: 1.2;
    color: #2d2d32;
    margin: 0 0 15px;
}
a.btn.btn-inquiry.margin {
    display: inline-block;
    vertical-align: top;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    color: #2d2d32;
    padding: 10px 40px;
    background: #e6c772;
    border: 1px solid #666666;
    transition: all 0.3s ease 0s;
    border-radius: 0px;
}
.royal-footer {
  background: #000;
  color: #fff;
  padding: 80px 0 30px;
  font-family: 'Overpass', sans-serif;
}

.footer-logo img {
  max-width: 140px;
  margin-bottom: 20px;
}

.footer-title {
  font-weight: 700;
 
      font-family: 'Overpass', sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 12px;
}

.footer-col p,
.footer-col a {
     font-family: 'Overpass', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a:hover {
  color: #e6c772;
  text-decoration: none;
}

.phone {
  margin-top: 10px;
}

/* SOCIAL ICONS */
.footer-social a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #e6c772;
  border-color: #e6c772;
  color: #000;
}

/* BOTTOM BAR */
.footer-bottom {
  /*border-top: 1px solid #222;*/
  margin-top: 60px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 12px;
  letter-spacing: 1px;
}

.footer-bottom a {
  color: #fff;
}

.footer-bottom a:hover {
  color: #e6c772;
}

/* MOBILE */
@media (max-width: 768px) {
  .footer-bottom {
    text-align: center;
    justify-content: center;
    gap: 10px;
  }
}
/* STICKY HEADER */
.main-headers {
  position: relative;
  z-index: 999;
}

/* Sticky state */
.main-headers.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  animation: slideDown 0.35s ease;
}

/* Smooth entry animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* Prevent content jump */
body.sticky-padding {
  padding-top: 120px; /* adjust if header height changes */
}

/* Mobile fix */
@media (max-width: 800px) {
  body.sticky-padding {
    padding-top: 90px;
  }
}
  /* MENU UNDERLINE HOVER EFFECT */
/*.navbar-nav .nav-link {
  position: relative;
  padding-bottom: 6px;
}

/* underline */
/*.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #e6c772;
  transition: all 0.3s ease;
}*/

/* hover effect */
/*.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-item.active .nav-link::after {
  width: 100%;
}
*/
/* optional: subtle gold text glow on hover */
/*.navbar-nav .nav-link:hover {
  color: #e6c772 !important;
}
*/
/* ================= MOBILE FULLSCREEN MENU ================= */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
  transform: translateX(100%);
  transition: 0.4s ease;
  overflow-y: auto;
}

.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu-header {
  background: #e6c772;
}

.mobile-inquire {
  display: block;
  text-align: center;
  padding: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #000;
}

.mobile-brand {
  background: #000;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-menu {
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
}

.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-list > li,
.mobile-menu-list span {
  padding: 15px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
}

.mobile-menu-list span {
  display: flex;
  justify-content: space-between;
}

.sub-menu {
     display: none;
    /* background: #111; */
    list-style: none;
    padding-left: 0px;
    margin-left: -11px;
}

.sub-menu li {
     padding: 12px 25px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
}
.has-sub > span {
	border-bottom: 0px;
	padding: 0px;
}
/* Hide default bootstrap mobile menu */
@media (max-width: 991px) {
  #mainNav {
    display: none !important;
  }
}
.form-inquiry {
    width: 100%;
    max-width: 400px;
    position: absolute;
    right: 0;
    bottom: -30px;
    background: rgba(255, 255, 255, 0.6);
    padding: 30px 15px 20px;
    box-shadow: 0px 0px 3px 0px rgba(181, 180, 180, 0.75);
    border-radius: 2px;
}
.form-inquiry .bottom {
    font-size: 0;
    line-height: 1;
    text-align: center;
    padding: 30px 10px 0;
}
.form-inquiry .close {
    font-family: 'Overpass', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #524c3f;
    text-transform: uppercase;
    background: #e6c772;
    padding: 4px 12px 2px;
    border-radius: 2px;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    top: -24px;
    display: none;
}
/* FIX: MAKE DOTS CLICKABLE */
.slider-dots {
  position: relative;
  z-index: 999;
  pointer-events: auto;
}

.slider-dots .dot {
  pointer-events: auto;
  cursor: pointer;
}

/* LOWER IMAGE STACK */
.facility-slider-wrapper img,
#facility-image {
  position: relative;
  z-index: 1;
}

/* TEXT COLUMN ABOVE IMAGE */
.facility-slider-wrapper .col-md-5 {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .slider-dots .dot {
    width: 28px;
    height: 6px;
  }
}
