
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:   #F8F5F0;
  font-family: 'Gilda Display', serif;
  font-family: 'Cinzel', serif;
  color: rgb(0, 0, 0);

}
h6{
  font-family: 'Gilda Display', serif;
  font-size: 15px;

}
a{
  text-decoration: none;
}
::selection {
  color: #ffffff;
  background: #74685E;
}

.background-container {

  animation: zoom 10s ease-in-out forwards;
}
p{
    font-family: 'Cinzel', serif;
font-style: italic;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

    .navbar-nav .nav-link { font-size: 12px; color:#000000 !important; }
    .navbar-nav .nav-link:hover { color: #B59410 !important; }.navbar .navbar-nav .nav-link:hover{
  color: #808080 !important;
  transition: 0.2s ease-in-out;

}
.navbar-logo-centered .navbar-nav .nav-link{
  padding: .5em 1em;
}
.navbar{
  height: auto;
  
}

.top-bar{
  background:#ffffff;
  padding: 10px;
  color: white !important;
  border-bottom: 1px solid #00191C;
}
.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: #000000;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #AE9555;
  font-family: 'Cormorant Garamond', serif;

  font-weight: 400;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  text-align: left;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  border: 1px solid #252525;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

.navbar-brand img{
width: 90px;
}

#carouselExampleFade {
  margin-top: -10px;
  position: relative;
}

.carousel1 {
  background: url('../photos/044A2914.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 650px;
}

.carousel2 {
  background: url('../photos/044A2933.jpg') rgba(20, 19, 19, 0.648) ;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 650px;
}

.carousel3 {
  background: url('../photos/044A2973.jpg')  rgba(20, 19, 19, 0.516);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height:650px;
}

.carousel-caption {
  margin-bottom: 10%;
  text-align: center;
  
}

.carousel-caption h1 {
  text-shadow: 3px 3px 4px #EEC78C;
  font-family: 'Cinzel', serif;
  text-transform: capitalize;
  font-size: 80px !important;
  font-weight: 500;
}

.carousel-caption h6 {
  margin-bottom: 30px;
  font-family: 'Dancing Script', cursive !important;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 7px;
  font-weight: 100;
  color: #EEC78C !important;
}

#bottone5 {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #B78932 ;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
 }
 
 #bottone5:hover,
 #bottone5:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
 }
 
 #bottone5:hover {
  transform: translateY(-1px);
 }
 
 #bottone5:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
 }

 .about-section{
  padding-top: 100px;
  padding-bottom: 0px;
 }

 .ratings {
  margin-top: 70px;
  margin-bottom: 70px;
}
   .ratings h1{
font-size: 90px;
font-family: 'Cormorant Garamond', serif;
color: #B78932;
   }

.rooms-section{
  background-color: #1D1B1A;
  padding-top: 100px;
  padding-bottom: 100px;
}
.room-container {
  position: relative;

  overflow: hidden;
}

.room-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.initial-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 2;
  font-size: 25px;
  text-shadow: 3px 3px 4px #EEC78C;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  z-index: 3;
}
.room-container:hover .overlay {
  opacity: 1;
  transform: translateY(-30%);
}
.room-text {
  color: white;
  text-align: center;
}
.spa-section{
  background: url('../photos/white.jpg');
  margin-top: 50px;
  background-size: 70%;
  background-position:right;
  background-repeat: no-repeat;
 background-blend-mode: multiply;
 border-right: 1px solid #B78932; 
 border-bottom: 1px solid #B78932; 
 padding-top: 100px;
padding-bottom:50px;
}
.gym-section{
  background: url('../photos/white.jpg');
  background-size: 70%;
  background-position:left;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  border-left: 1px solid #B78932; 
  padding-top: 50px;
  padding-bottom: 100px;
  margin-bottom: 50px;
}
/* Section Padding & Background */
.restaurant-section {
  padding: 80px 0;
  background-color: #ffffff;
  overflow: hidden;
}
/* Typography Enhancements */
.restaurant-section h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #333;
}
.restaurant-section h6 {
  font-weight: 400;
  color: #666;
}
/* Image Styling */
.restaurant-section .img-fluid {
  border-radius: 8px; /* Softens the edges */
  transition: transform 0.4s ease;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.restaurant-section .img-fluid:hover {
  transform: translateY(-10px); /* Subtle lift effect on hover */
}
.info-hotel{
  padding-top: 100px;
  padding-bottom: 100px;
}
/* Animations */
.fade-in {
  animation: fadeIn 1.2s ease-in-out;
}

.fadeinright {
  animation: fadeInRight 1.2s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .restaurant-section {
    padding: 50px 0;
    text-align: center;
  }
  
  #bottone5 {
    margin: 0 auto;
  }

  .order-third {
    order: 1 !important; /* Puts text on top for mobile */
    margin-bottom: 30px;
  }
  
  .order-sm-1 {
    order: 2 !important;
  }
}
.restaurant{
  background: url('../photos/044A2829.jpg')rgba(20, 19, 19, 0.648) ;
  background-size: 100%;
  background-position:center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  border-left: 1px solid #B78932; 
  padding-top: 50px;
  padding-bottom: 50px;
z-index: 100 !important;
  margin-bottom: 50px;
}
.restaurant-bg{
  background: white;
  position: relative;
  margin-top: -150px;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
}
footer{
  font-family: 'Gilda Display', serif;
}

.bottom-bar{
  background:#000000;
  padding: 10px;
  color: white !important;
  border-bottom: 1px solid #00191C;
}
/*rooms.html*/
.section-background{
  background: url('../photos/526497915.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
}
.room-content{
  padding: 15px;
}
.room-box:hover{
-webkit-box-shadow: 7px 7px 0px 0px #B78932 !important;
-moz-box-shadow: 7px 7px  0px 0px #B78932 !important;
box-shadow: 7px 7px  0px 0px #B78932 !important;
transition: 0.3s ease;
}
.room-box:hover button{
background: #B78932 !important;
}
.section-couple{
  background: url('../photos/hotel/back-couple.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
}
/* family */
 /* HERO SECTION */
    .section-family {
     background: url('/assets/photos/hotel/fam (2).png') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
    }
    .section-family h1 {
      font-family: 'Gilda Display', serif;
      font-size: 54px;
      color: white;
      letter-spacing: 2px;
      margin-bottom: 10px;
    }
    .section-family h5 span { color: #B59410; }
    /* INTRO SECTION */
    .intro-section h2 {
      font-family: 'Gilda Display', serif;
      font-size: 36px;
      color:#003a6e;
      margin-bottom: 20px;
      line-height: 1.3;
    }
    .gold-line {
      width: 50px;
      height: 2px;
      background: #B59410;
      margin-bottom: 24px;
    }
    /* AMENITIES SECTION */
    .amenities-section {
      padding: 70px 0;
      background: var(--light-bg);
    }
    .amenities-section .section-title {
      font-family: 'Gilda Display', serif;
      font-size: 36px;
      color:#003a6e;
      text-align: center;
      margin-bottom: 10px;
    }
    .amenities-section .section-sub {
      text-align: center;
      color: var(--text-mid);
      font-size: 13px;
      font-weight: 300;
      letter-spacing: 1px;
      margin-bottom: 50px;
    }
    .amenity-card {
      text-align: center;
      padding: 30px 20px;
      background: white;
      border-bottom: 3px solid transparent;
      transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }
    .amenity-card:hover {
      border-color: #B59410;
      box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    }
    .amenity-card i {
      font-size: 28px;
      color: #B59410;
      margin-bottom: 16px;
      display: block;
    }
    .amenity-card h5 {
      font-family: 'Marcellus', serif;
      font-size: 16px;
      color:#003a6e;
      margin-bottom: 10px;
    }
    .amenity-card p {
      font-size: 12px;
      color: var(--text-mid);
      font-weight: 300;
      line-height: 1.8;
    }

    /* ROOM DETAILS */
    .room-details {
      padding: 80px 0;
      border-bottom: 1px solid #e8e0d0;
    }
    .room-details img {
      width: 100%;
      height: 420px;
      object-fit: cover;
    }
    .room-details h2 {
      font-family: 'Gilda Display', serif;
      font-size: 36px;
      color:#003a6e;
      margin-bottom: 16px;
    }
    .room-badge {
      display: inline-block;
      background:#003a6e;
      color: var(--gold);
      font-size: 11px;
      letter-spacing: 2px;
      padding: 5px 16px;
      margin-bottom: 20px;
      text-transform: uppercase;
    }
    .room-feature {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      margin-bottom: 14px;
    }
    .room-feature i {
      color: #B59410;
      font-size: 14px;
      margin-top: 3px;
      flex-shrink: 0;
    }
    .room-feature span {
      font-size: 13px;
      color: var(--text-mid);
      font-weight: 300;
      line-height: 1.7;
    }
    /* CTA SECTION */
    .cta-section {
      padding: 80px 0;
      background: var(--light-bg);
      text-align: center;
    }
    .cta-section h2 {
      font-family: 'Gilda Display', serif;
      font-size: 38px;
      color:#003a6e;
      margin-bottom: 16px;
    }
    .cta-section p {
      font-size: 13px;
      color: var(--text-mid);
      font-weight: 300;
      max-width: 560px;
      margin: 0 auto 36px;
      line-height: 2;
    }
    .cta-section .cta-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }
    .btn-primary-hotel {
      background: #003a6e;
      color: white;
      border: none;
      padding: 14px 36px;
      font-family: 'Josefin Sans', sans-serif;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      transition: background 0.3s ease;
    }
    .btn-primary-hotel:hover { background: #B59410; color: white; }
    .btn-outline-hotel {
      background: transparent;
      color:#003a6e;
      border: 1.5px solid#003a6e;
      padding: 14px 36px;
      font-family: 'Josefin Sans', sans-serif;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      transition: all 0.3s ease;
    }
    .btn-outline-hotel:hover { background:#003a6e; color: white; }

    /* INFO STRIP */
    .info-strip {
      background: #B59410;
      padding: 24px 0;
    }
    .info-strip .strip-item {
      display: flex;
      align-items: center;
      gap: 12px;
      color: white;
      justify-content: center;
    }
    .info-strip i { font-size: 20px; }
    .info-strip h6 { margin: 0; font-size: 13px; font-weight: 300; letter-spacing: 0.5px; }
    .info-strip h5 { margin: 0; font-size: 14px; font-family: 'Marcellus', serif; }
/* executive roomm */
   /* HERO */
    .section-executive {
   background: url('/assets/photos/hotel/IMG_1181.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
    }
    .section-executive h1 {
      font-family: 'Gilda Display', serif;
      font-size: 52px;
      color: white;
      letter-spacing: 2px;
      margin-bottom: 10px;
    }
    /* SHARED */
    section h2.serif { font-family: 'Gilda Display', serif; font-size: 34px; color: #192841; margin-bottom: 14px; }
    .body-text { font-size: 13px; color: var(--text-mid); font-weight: 300; line-height: 2; margin-bottom: 14px; }
    .room-badge { display: inline-block; background: #192841; color: #E4C58F; font-size: 11px; letter-spacing: 2px; padding: 5px 16px; margin-bottom: 18px; text-transform: uppercase; }

    /* INTRO */
    .intro-section { padding: 80px 0; border-bottom: 1px solid #e8e0d0; }


    /* FEATURES STRIP */
    .features-strip { background: #192841; padding: 40px 0; }
    .feature-item { text-align: center; color: white; padding: 10px; }
    .feature-item i { font-size: 24px; color: #E4C58F; margin-bottom: 10px; display: block; }
    .feature-item h5 { font-family: 'Marcellus', serif; font-size: 14px; margin-bottom: 4px; }
    .feature-item p { font-size: 11px; font-weight: 300; color: rgba(255,255,255,0.65); margin: 0; letter-spacing: 0.5px; }
    .room-section{
      padding-top: 100px;
      padding-bottom:80px;
    }
    /* garden page */
   .section-garden {
      background: linear-gradient(rgba(20, 35, 20, 0.60), rgba(20, 35, 20, 0.52)),
        url('/assets/photos/hotel/garden1.jpeg') center/cover no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
    }
 
    /* EXPERIENCE SECTION */
    .experience-section { padding: 80px 0; border-bottom: 1px solid #e8e0d0; }
    .experience-section img { width: 100%; height: 420px; object-fit: cover; }

    /* HIGHLIGHTS */
    .highlight-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; }
    .highlight-icon {
      width: 40px; height: 40px; background: var(--light-bg); flex-shrink: 0;
      display: flex; align-items: center; justify-content: center;
      border-bottom: 2px solid var(--gold-dark);
    }
    .highlight-icon i { font-size: 14px; color: var(--gold-dark); }
    .highlight-text h6 { font-family: 'Marcellus', serif; font-size: 14px; color: var(--navy); margin-bottom: 4px; }
    .highlight-text p { font-size: 12px; color:#555; font-weight: 300; line-height: 1.8; margin: 0; }

 

    /* SKY BAR CTA */
    .skybar-cta {
      padding: 80px 0;
    }
    .skybar-cta .cta-inner {
      position: relative;
      overflow: hidden;
      background: linear-gradient(rgba(25, 40, 65, 0.384), rgba(150, 10, 10, 0.74)),
        url('/assets/photos/hotel/skybar3.png') center/cover no-repeat;
      padding: 70px 56px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      flex-wrap: wrap;
    }
    .skybar-cta h2 { font-family: 'Gilda Display', serif; font-size: 34px; color: white; margin-bottom: 12px; }
    .skybar-cta p { font-size: 13px; color: rgba(255,255,255,0.72); font-weight: 300; line-height: 2; margin: 0; max-width: 460px; }
    .skybar-cta .cta-right { flex-shrink: 0; }

    
    /* sky bar */
    .section-skybar{
      background: url('../photos/hotel/skybar3.png') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
    }
/* fitnes page */
    .section-fitness-hero {
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
        url('/assets/photos/hotel/fitness1.png') center/cover no-repeat;
   background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: white;
    }
    /* FEATURE LIST */
    .fitness-feature {
      display: flex;
      align-items: flex-start;
      gap: 20px;
      margin-bottom: 30px;
      padding: 20px;
      background: #faf8f4;
      border-left: 3px solid #B78932;
    }
    .fitness-feature i {
      font-size: 24px;
      color: #B78932;
      margin-top: 5px;
    }
    .fitness-feature h5 {
      font-family: 'Marcellus', serif;
      color: #192841;
      margin-bottom: 5px;
    }
    .fitness-feature p {
      font-size: 13px;
      color: #666;
      margin: 0;
      font-weight: 300;
    }

    /* FAQ CTA */
    .faq-cta {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
        url('/assets/photos/hotel/fitness3.png') center/cover no-repeat;
      padding: 80px 0;
      
      border-top: 1px solid #e8e0d0;
    }
    .faq-cta h3 { font-family: 'Gilda Display', serif; color: #ffffff; }
    



/* conference */
    .section-conf-hero {
      background: linear-gradient(rgba(25, 40, 65, 0.6), rgba(25, 40, 65, 0.6)), 
        url('/assets/photos/gallery/img16.jpg') center/cover no-repeat;
      height: 50vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
    }

    /* SPEC SHEET STYLE */
    .spec-box {
      background: #faf8f4;
      padding: 40px;
      border-top: 4px solid #B78932;
    }
    .spec-item {
      display: flex;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px solid #e8e0d0;
      font-family: 'Josefin Sans', sans-serif;
    }
    .spec-item span:first-child { color: #192841; font-weight: 400; }
    .spec-item span:last-child { color: #555; font-weight: 300; }

    /* FEATURE ICONS */
    .conf-feature i {
      font-size: 24px;
      color: #B78932;
      margin-bottom: 15px;
    }
    .conf-feature h5 {
      font-family: 'Marcellus', serif;
      color: #192841;
      font-size: 18px;
    }

    /* SHUTTLE CTA */
    .shuttle-cta {
      padding: 80px 0;
      background: #192841;
      color: white;
    }
    .shuttle-cta h3 { font-family: 'Gilda Display', serif; }
    
    .btn-gold-border {
      border: 1px solid #E4C58F;
      color: #E4C58F;
      padding: 12px 30px;
      text-decoration: none;
      display: inline-block;
      font-family: 'Josefin Sans', sans-serif;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 11px;
      transition: 0.3s;
    }
    .btn-gold-border:hover {
      background: #E4C58F;
      color: #192841;
    }
/* nails page */


/* HERO SECTION */
    .section-nails-hero {
      background: linear-gradient(rgba(25, 40, 65, 0.4), rgba(25, 40, 65, 0.4)), 
        url('/assets/photos/hotel/back-nails.png') center/cover no-repeat;
        background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: white;
    }

    /* SERVICE HIGHLIGHTS */
    .nail-service-box {
      background: #fff;
      padding: 40px;
      border: 1px solid #e8e0d0;
      text-align: center;
      transition: transform 0.3s ease;
    }
    .nail-service-box:hover {
      transform: translateY(-5px);
      border-color: #B78932;
    }
    .nail-service-box i {
      font-size: 28px;
      color: #B78932;
      margin-bottom: 20px;
    }
    .nail-service-box h4 {
      font-family: 'Marcellus', serif;
      color: #192841;
      margin-bottom: 15px;
      font-size: 22px;
    }
    .nail-service-box p {
      font-size: 14px;
      color: #666;
      font-weight: 300;
      line-height: 1.8;
    }

    /* FITNESS CTA */
    .fitness-cta {
      padding: 80px 0;
      background: #192841;
      color: white;
      margin-top: 60px;
    }
    .fitness-cta h3 { font-family: 'Gilda Display', serif; }
    .fitness-cta p { color: rgba(255,255,255,0.7); font-weight: 300; }
    
    .btn-outline-gold {
      border: 1px solid #E4C58F;
      color: #E4C58F;
      background: transparent;
      padding: 12px 35px;
      text-transform: uppercase;
      font-family: 'Josefin Sans', sans-serif;
      font-size: 12px;
      letter-spacing: 2px;
      transition: 0.3s;
      text-decoration: none;
      display: inline-block;
    }
    .btn-outline-gold:hover {
      background: #E4C58F;
      color: #192841;
    }


/* shuttle */

    .section-shuttle-hero {
      background: linear-gradient(rgba(25, 40, 65, 0.5), rgba(25, 40, 65, 0.5)), 
        url('/assets/photos/hotel/shuttle-service-back.png') top/cover no-repeat;
         background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: white;
    }

    /* SERVICE CARD STYLING */
    .transport-card {
      background: #fff;
      padding: 40px;
      border: 1px solid #e8e0d0;
      height: 100%;
      transition: all 0.3s ease;
    }
    .transport-card:hover {
      box-shadow: 0 10px 30px rgba(0,0,0,0.05);
      border-color: #B78932;
    }
    .transport-card i {
      font-size: 35px;
      color: #B78932;
      margin-bottom: 25px;
    }
    .transport-card h3 {
      font-family: 'Gilda Display', serif;
      color: #192841;
      font-size: 24px;
      margin-bottom: 20px;
    }
    .transport-card p {
      font-size: 14px;
      color: #555;
      font-weight: 300;
      line-height: 1.8;
    }

    /* PRICING BADGE */
    .price-badge {
      display: inline-block;
      background: #faf8f4;
      padding: 5px 15px;
      border-radius: 50px;
      color: #B78932;
      font-family: 'Josefin Sans', sans-serif;
      font-size: 12px;
      letter-spacing: 1px;
      margin-top: 15px;
    }

    /* CAR RENTAL SECTION */
    .car-rental-info {
      background: #faf8f4;
      padding: 80px 0;
      border-top: 1px solid #e8e0d0;
    }

    .info-list {
      list-style: none;
      padding: 0;
    }
    .info-list li {
      margin-bottom: 12px;
      font-size: 14px;
      color: #555;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .info-list li i { color: #B78932; font-size: 12px; }

      /* Seasonal Tips Section */
        .seasonal-box {
            border-left:2px solid #E4C58F;
            background: #b78932bd;
            padding: 25px;
            border-radius: 0 15px 15px 0;
        }

/* /* pRKING */
    .section-parking-hero {
      background: linear-gradient(rgba(25, 40, 65, 0.5), rgba(25, 40, 65, 0.5)), 
        url('/assets/photos/hotel/parking-section-32.png') bottom/cover no-repeat;
      height: 50vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
    }

    /* PARKING FEATURES */
    .feature-card {
      padding: 40px;
      background: #fff;
      border: 1px solid #e8e0d0;
      text-align: center;
      height: 100%;
      transition: 0.3s;
    }
    .feature-card:hover {
      border-color: #B78932;
      background: #faf8f4;
    }
    .feature-card i {
      font-size: 32px;
      color: #B78932;
      margin-bottom: 20px;
    }
    .feature-card h4 {
      font-family: 'Marcellus', serif;
      color: #192841;
      margin-bottom: 15px;
    }
    .feature-card p {
      font-size: 14px;
      color: #666;
      font-weight: 300;
      margin: 0;
    }

    /* MOBILITY CTA */
    .mobility-cta {
      padding: 80px 0;
      background: #192841;
      color: white;
      margin-top: 60px;
    }
    .mobility-cta h3 { font-family: 'Gilda Display', serif; }


  /* HERO SECTION */
    .section-massage-hero {
      background: linear-gradient(rgba(25, 40, 65, 0.5), rgba(25, 40, 65, 0.5)), 
        url('/assets/photos/hotel/section-treatment.png') center/cover no-repeat;
      background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: white;
    }

    /* TREATMENT LIST */
    .treatment-item {
      padding: 25px 0;
      border-bottom: 1px dashed #e8e0d0;
    }
    .treatment-item h4 {
      font-family: 'Marcellus', serif;
      font-size: 20px;
      color: #192841;
      margin-bottom: 5px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .treatment-item p {
      font-size: 14px;
      color: #666;
      margin: 0;
      font-weight: 300;
    }
    .treatment-item .gold-dot {
      height: 8px;
      width: 8px;
      background-color: #B78932;
      border-radius: 50%;
      display: inline-block;
      margin-right: 10px;
    }

    /* BEAUTY CTA */
    .nail-salon-cta {
      padding: 60px 0;
      background: #faf8f4;
      border-top: 1px solid #e8e0d0;
      margin-top: 80px;
    }
    .nail-salon-cta h3 { font-family: 'Gilda Display', serif; color: #192841; }

/* faq */
    .section-faq {
      background: linear-gradient(rgba(25,40,65,0.68), rgba(25,40,65,0.60)),
        url('/assets/photos/gallery/img7.jpg') center/cover no-repeat;
      min-height: 360px;
      display: flex;
      align-items: flex-end;
      padding-bottom: 60px;
      padding-top: 120px;
    }

.section-hotel2{
   background: url('../photos/hotel/hotelmainpage (1).jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
}
/*restaurant.html*/
.section-background1{
  background: url('../photos/044A2829.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
}

/*spa.html*/
.section-background2{
  background: url('../photos/044A2696.jpg') rgba(20, 19, 19, 0.768);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
}

.spa-bg{
  background: url('../photos/044A2976.jpg') rgba(20, 19, 19, 0.768);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%);
padding-top: 100px;
padding-bottom: 100px;
color: #ffffff;
text-shadow: 3px 3px 4px #EEC78C;
}


.spa-box{
  padding: 30px;
  text-align: center;
  border: 1px solid #B78932 ;
  background: #ffffff;
  color: #B78932;
}
/*gym.html*/
.section-background3{
  background: url('../photos/044A2743.jpg') rgba(20, 19, 19, 0.768);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
}

.gym-bg{
  background: url('../photos/044A2737.jpg') rgba(0, 0, 0, 0.4);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%);
padding-top: 150px;
padding-bottom: 150px;
color: #ffffff;
text-shadow: 3px 3px 4px #EEC78C;
}

.gym-bg1{
  background: url('../photos/gym2.jpg') rgba(0, 0, 0, 0.4);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%);
padding-top: 150px;
padding-bottom: 150px;
margin-top: -60px;
color: #ffffff;
text-shadow: 3px 3px 4px #EEC78C;
}

.gym-bg2{
  background: url('../photos/gym3.jpg') rgba(0, 0, 0, 0.4);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%);
padding-top: 150px;
padding-bottom: 150px;
margin-top: -60px;
color: #ffffff;
text-shadow: 3px 3px 4px #EEC78C;
}

/* wellnes page */
.section-faq-well {
      background: linear-gradient(rgba(25,40,65,0.68), rgba(25,40,65,0.60)),
        url('/assets/photos/hotel/section-treatment.png') center/cover no-repeat;
   background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white
    }
    .section-faq-cars{
            background: linear-gradient(rgba(25,40,65,0.68), rgba(25,40,65,0.60)),
        url('/assets/photos/hotel/section-car-rental.png') center/cover no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white
    }
    .section-faq-bar{
                background: linear-gradient(rgba(25,40,65,0.68), rgba(25,40,65,0.60)),
        url('/assets/photos/hotel/skybar3.png') center/cover no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white 
    }
        /* HERO */
    .section-faq-shuttle {
      background: linear-gradient(rgba(25,40,65,0.68), rgba(25,40,65,0.60)),
        url('/assets/photos/hotel/section-car-rental.png') center/cover no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white 
    }
    /* BOOKING CTA */
 /* HERO SECTION */
    .section-wellness-hero {
      background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
        url('/assets/photos/hotel/wellnes2.png') center/cover no-repeat;
      height: 60vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
    }

    /* AMENITY CARDS */
    .amenity-card {
      text-align: center;
      padding: 30px;
      border: 1px solid #e8e0d0;
      transition: all 0.3s ease;
      height: 100%;
    }
    .amenity-card:hover {
      background: #faf8f4;
      border-color: #B78932;
    }
    .amenity-card i {
      font-size: 30px;
      color: #B78932;
      margin-bottom: 20px;
    }
    .amenity-card h4 {
      font-family: 'Marcellus', serif;
      font-size: 18px;
      color: #192841;
    }

    /* MASSAGE CTA */
    .massage-cta {
      background: #192841;
      color: white;
      padding: 80px 0;
      margin-top: 50px;
    }
    .massage-cta h2 { font-family: 'Gilda Display', serif; }
    
    .btn-gold-outline {
      border: 1px solid #E4C58F;
      color: #E4C58F;
      padding: 12px 30px;
      text-decoration: none;
      display: inline-block;
      transition: 0.3s;
      font-family: 'Josefin Sans', sans-serif;
      letter-spacing: 1px;
    }
    .btn-gold-outline:hover {
      background: #E4C58F;
      color: #192841;
    }
    /* car-rental subage */
     /* HERO SECTION */
    .section-rental-hero {
      background: linear-gradient(rgba(25, 40, 65, 0.4), rgba(25, 40, 65, 0.4)), 
        url('/assets/photos/hotel/section-car-rental.png') center/cover no-repeat;
      height: 50vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
    }

    /* CAR CARDS */
    .car-card {
      background: #fff;
      border: 1px solid #e8e0d0;
      transition: 0.3s;
      overflow: hidden;
      height: 100%;
    }
    .car-card:hover { border-color: #B78932; transform: translateY(-5px); }
    .car-img {
      height: 200px;
      background-size: cover;
      background-position: center;
    }
    .car-info { padding: 25px; }
    .car-info h4 { font-family: 'Marcellus', serif; color: #192841; margin-bottom: 10px; }
    .price-tag { color: #B78932; font-family: 'Josefin Sans', sans-serif; font-weight: 400; font-size: 18px; }

    /* BOOKING CTA */
    .booking-section {
      background: #faf8f4;
      padding: 80px 0;
      border-top: 1px solid #e8e0d0;
      border-bottom: 1px solid #e8e0d0;
    }

    .faq-link-section {
      padding: 60px 0;
      background: #192841;
      color: white;
    }
    .gold-link {
      color: #E4C58F;
      text-decoration: none;
      border-bottom: 1px solid #E4C58F;
      transition: 0.3s;
    }
    .gold-link:hover { color: #fff; border-color: #fff; }
/*contact.html*/
.section-background4{
  background: url('../photos/044A2904.jpg') rgba(0, 0, 0, 0.708);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: white;
}
.contact-bg{
  background: url('../photos/white.jpg');
  background-size: 80%;
  background-position:right;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  border-left: 1px solid #B78932; 
  padding-top: 50px;
  padding-bottom: 50px;
margin-top: 50px;
  margin-bottom: 50px;
}

/*aboutus.html*/
.section-background5{
  background: url('../photos/044A2785.jpg') rgba(20, 19, 19, 0.768);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
}

.info-box{
  width: 400px;
  text-align: center;
 padding-top: 20px;
 padding-bottom: 20px;
  background: white;
  position: relative;
  margin-top: -20px;
  z-index: 10;
  margin-left: 100px;
  color: #B78932;
}
.image2{
  position: relative;
  margin-top: -20px;
}

.about-text{
  margin-left: 100px;
}
.facilities-section{
  background: url('../photos/044A2946.jpg') rgba(20, 19, 19, 0.768);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;

}
.facility-box{
  background: rgba(255, 255, 255, 0.756);
  padding: 30px;
  border: #b7893200 1px solid;
}
.facility-box:hover{
  background: #000000af;
  color: white;
  border: #B78932 1px solid;
  transition: 0.3s ease-in-out;
}
 /* FAQ SECTION */
    .faq-section { padding: 80px 0; }
    .faq-section .section-label { font-size: 11px; letter-spacing: 3px; color: #B78932; text-transform: uppercase; margin-bottom: 8px; }
    .faq-section h2 { font-family: 'Gilda Display', serif; font-size: 36px; color: #192841; margin-bottom: 10px; }
    .faq-section .intro { font-size: 13px; color: #555; font-weight: 300; line-height: 2; max-width: 560px; margin-bottom: 50px; }

    /* ACCORDION */
    .accordion-item { border: none; border-bottom: 1px solid #e8e0d0; border-radius: 0 !important; }
    .accordion-item:first-of-type { border-top: 1px solid #e8e0d0; }
    .accordion-button {
      font-family: 'Marcellus', serif;
      font-size: 15px;
      color: #192841;
      background: white;
      padding: 22px 20px;
      box-shadow: none !important;
      border-radius: 0 !important;
    }
    .accordion-button:not(.collapsed) { color: #B78932; background: white; }
    .accordion-button::after {
      background-image: none;
      content: '\f078';
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      font-size: 11px;
      color: #B78932;
      width: auto;
      height: auto;
      transition: transform 0.3s;
    }
    .accordion-button:not(.collapsed)::after { transform: rotate(-180deg); }
    .accordion-body {
      font-size: 13px;
      color: #555;
      font-weight: 300;
      line-height: 2;
      padding: 0 0 22px 0;
    }
    .accordion-button .faq-icon {
      width: 34px;
      height: 34px;
      background: #faf8f4;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 16px;
      flex-shrink: 0;
    }
    .accordion-button .faq-icon i { font-size: 13px; color: #B78932; }
    /* SIDEBAR */
    .faq-sidebar { padding: 32px; background: #192841; color: white; }
    .faq-sidebar h5 { font-family: 'Gilda Display', serif; font-size: 22px; margin-bottom: 16px; }
    .faq-sidebar p { font-size: 12px; font-weight: 300; line-height: 2; color: rgba(255,255,255,0.75); margin-bottom: 24px; }
    .faq-sidebar .contact-item { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
    .faq-sidebar .contact-item i { color: #E4C58F; font-size: 14px; }
    .faq-sidebar .contact-item span { font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.85); }
    .faq-sidebar a { color: rgba(255,255,255,0.85); text-decoration: none; }
    .faq-sidebar a:hover { color: #E4C58F; }
    .sidebar-btn {
      display: block;
      width: 100%;
      background: transparent;
      border: 1.5px solid #E4C58F;
      color: #E4C58F;
      padding: 10px 18px;
      font-family: 'Josefin Sans', sans-serif;
      font-size: 11px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      cursor: pointer;
      transition: all 0.3s;
      text-align: center;
      text-decoration: none;
      margin-top: 8px;
    }
    /* CTA SECTION */
    .booking-cta {
      padding: 80px 0;
      background: #faf8f4;
      border-top: 1px solid #e8e0d0;
    }
    .booking-cta .cta-inner {
      background: #192841;
      padding: 56px 48px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      flex-wrap: wrap;
    }
    .booking-cta h2 { font-family: 'Gilda Display', serif; font-size: 32px; color: white; margin-bottom: 10px; }
    .booking-cta p { font-size: 13px; color: rgba(255,255,255,0.7); font-weight: 300; line-height: 2; margin: 0; max-width: 460px; }
    .btn-gold {
      background: #B78932;
      color: white;
      border: none;
      padding: 14px 36px;
      font-family: 'Josefin Sans', sans-serif;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      transition: background 0.3s;
    }
    .btn-gold:hover { background: #e79e4b !important; color: white; }
.testimonials{
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}
.testimonials-section{
  background: #2F4137;
  padding-top: 100px;
  padding-bottom: 100px;
}
.testim {
  width: 100%;
  position:relative;
  top: 0%;
color: #000000;
}
.section-background-why{

  background: url('/assets/photos/hotel/wellnes2.png') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;

}
@media all and (max-width: 300px) {
body {
  font-size: 14px;
}
}

@media all and (max-width: 500px) {
.testim .arrow {
  font-size: 1.5em;
}

.testim .cont div p {
  line-height: 25px;
}

}

/*gallery.html*/
.section-background6{
  background: url('../photos/044A2802.jpg') rgba(20, 19, 19, 0.768);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
}
@media(max-width: 990px){
    .section-background,  .section-background1,  .section-background2,  .section-background3,  .section-background4,  .section-background5, .gym-bg, .gym-bg1, .gym-bg2, .spa-bg  {
        background-attachment:scroll !important;
    }
  .carousel-caption {
    margin-bottom: 57%;
    text-align: center;
    
  }
  
  .carousel-caption h1 {
    text-shadow: 3px 3px 4px #EEC78C;
    font-family: 'Cinzel', serif;
    text-transform: capitalize;
    font-size: 50px !important;
    font-weight: 500;
  }
  
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: 'Dancing Script', cursive !important;
    font-style: italic;
    font-size: 17px;
    letter-spacing: 7px;
    font-weight: 100;
    color: #EEC78C !important;
  
  }
.info-box{
  width: 400px;
  height: 80px;
  background: white;
  position: relative;
  margin-top: -20px;
  z-index: 10;
  margin-left: 30px;
}
  .about-text{
    margin-left: 0px;
    text-align: center;
  }
  .container-fluid{
    padding: 30px;
  }
  .restaurant{
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover !important;
    text-align: center;
  }
  .restaurant-bg{
    margin-top: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  nav.navbar{
    height: auto;
  }
  .ratings h1{
    font-size: 30px;
    font-family: 'Cormorant Garamond', serif;
       }
       .ratings h6{
        font-size: 11px;
        font-family: 'Cormorant Garamond', serif;
        font-weight: normal;
           }
           .map-col{
            justify-content: center !important;
            text-align: center !important;
            align-items: center !important;
           }
           .navbar-brand img{
width: 80px;
}
.navbar .container-fluid{
  padding: 0% !important;
}

}

/*Animations*/
.fadeinleft {
  opacity:0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}
.fadeinright{
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}
.fadeindown{
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}
.fadeinup{
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}
.fade-in{
  opacity:0;
  transition: all 1.3s ease-in;
}
.active-left,.active,.active-right,.active-down,.active-up{
  opacity:1;
  transform: translateX(0);
  transform: translateY(0);
}
.fadein{
opacity: 0;
}
	.car-bg{
		background: url('../img/car-bg.png');
	
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: scroll;
		background-blend-mode: multiply; 
	}
	.car-text{
		padding: 0px 50px 0px 50px;
	}
	.carousel-caption1{
		text-align: center;
	position: relative;
	bottom: 100px;
	}
	.car-title{
		color: #ffffff;
	}
