
/* HERO SECTION */
.about-hero {
  background:
    linear-gradient(
      to right,
      rgba(0,0,0,0.65),
      rgba(0,0,0,0.25)
    ),
    url("../images/slide2.png") center center / cover no-repeat fixed;

  height: 70vh;
  display: flex;
  align-items: center;
}

/* OVERLAY CONTENT */
.about-overlay {
  width: 100%;
}

.about-title {
  color: #fff;
  font-size: 100px;
  font-weight: 400;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .about-title {
    font-size: 40px;
  }

  .about-hero {
    height: 50vh;
    background-attachment: scroll; /* mobile fix */
  }
}


/* MAIN SECTION */
.about-section {
  padding-top: 60px;
  margin-bottom: 20px;
}

/* LEFT SIDE */
.about-left {
  background:
    url("../images/Untitled-design-18.png") center center / contain no-repeat;
  padding: 60px 40px;
}

.about-content {
  max-width: 520px;
  margin: auto;
}

.about-logo {
  height: 100px;
  margin-bottom: 20px;
}

.about-left h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.about-divider {
  width: 200px;
  margin: 15px auto 25px;
}

.about-left p {
  font-size: 15px;
  line-height: 28px;
  color: #333;
  margin-bottom: 18px;
}

/* RIGHT SIDE IMAGES */
.about-img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.18);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .about-left {
    padding: 40px 20px;
    background-size: cover;
  }
}



/* SECTION */
.features-section {
margin-bottom: 20px;
}

/* BOX */
.feature-box {
  border: 1px solid #f1d18a;
  padding: 15px 35px;
  height: 100%;
  position: relative;
  background: #fff;
}

/* LOGO */
.feature-logo img {
  height: 55px;
  margin-bottom: 15px;
}

/* HEADING */
.feature-box h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

/* TEXT */
.feature-box p {
  font-size: 15px;
  line-height: 24px;
  color: #333;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .feature-box h3 {
    font-size: 24px;
  }
}



/* Rooms Tariffs Page css started */

/* HERO SECTION */
.rooms-hero {
  background:
    url("../images/Premium.png") center center / cover no-repeat fixed;
  height: 70vh;
  position: relative;
}

/* LEFT DARK OVERLAY */
.rooms-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to right,
      rgba(0,0,0,0.65) 0%,
      rgba(0,0,0,0.65) 45%,
      rgba(0,0,0,0.15) 70%,
      rgba(0,0,0,0) 100%
    );
  display: flex;
  align-items: center;
}

/* TEXT */
.rooms-title {
  color: #000;
  /*font-size: 100px;*/
  font-weight: 400;
  line-height: 1.1;
  
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .rooms-hero {
    height: 50vh;
    background-attachment: scroll; /* mobile fix */
  }

  .rooms-title {
    font-size: 40px;
  }
}






/* SECTION */
.executive-section {
  padding: 80px 0;
}

/* LEFT SIDE */
.executive-left {
  background:
    url("../images/Untitled-design-18.png") center center / contain no-repeat;
  padding: 80px 60px;
}

.executive-content {
  max-width: 520px;
}

/* NUMBER */
.room-no {
  font-size: 90px;
  color: #bfbfbf;
  font-weight: 300;
}

/* HEADING */
.executive-left h2 {
  font-size: 42px;
  margin-bottom: 30px;
}

/* OCCUPANCY */
.occupancy-title {
  font-size: 22px;
  margin-bottom: 15px;
}

.occupancy-table {
  border: 1px solid #e3b55c;
}

.box-head {
  border-right: 1px solid #e3b55c;
  border-bottom: 1px solid #e3b55c;
  padding: 14px;
  text-align: center;
  font-weight: 600;
}

.box-value {
  border-right: 1px solid #e3b55c;
  padding: 14px;
  text-align: center;
}

/* RIGHT IMAGES */
.room-img {
        /* margin-left: 150px; */
  width: 70%;
  height: 300px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

.room-img2{
    margin-left: 150px;
}
/* ================= MOBILE RESPONSIVE FIX ONLY ================= */

/* Tablet & below */
@media (max-width: 991px) {

  .room-img {
    width: 100%;
    height: auto;
  }

  .room-img2 {
    margin-left: 0;
  }

}

/* Mobile */
@media (max-width: 768px) {

  .executive-left {
    padding: 40px 20px;
    background-size: cover;
  }

  .executive-content {
    max-width: 100%;
  }

  .room-no {
    font-size: 55px;
  }

  .executive-left h2 {
    font-size: 30px;
  }

  .room-img {
    width: 100%;
    height: auto;
  }

  .room-img2 {
    margin-left: 0;
    margin-top: 20px;
  }

}

/* Small mobile */
@media (max-width: 480px) {

  .room-no {
    font-size: 45px;
  }

  .executive-left h2 {
    font-size: 26px;
  }

}


/* SECTION */
.premium-section {
  padding: 80px 0;
  font-family: Georgia, "Times New Roman", serif;
}

/* LEFT IMAGES */
.premium-left img {
  width: 100%;
  height: auto;
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

/* RIGHT SIDE */
.premium-right {
  background:
    url("../images/Untitled-design-18.png") center center / contain no-repeat;
  padding: 80px 60px;
}

.premium-content {
  max-width: 520px;
}

/* NUMBER */
.room-no {
  font-size: 90px;
  color: #bfbfbf;
  font-weight: 300;
}

/* HEADING */
.premium-right h2 {
  font-size: 42px;
  margin-bottom: 30px;
}

/* OCCUPANCY */
.occupancy-title {
  font-size: 22px;
  margin-bottom: 15px;
}

.occupancy-table {
  border: 1px solid #e3b55c;
}

.box-head {
  border-right: 1px solid #e3b55c;
  border-bottom: 1px solid #e3b55c;
  padding: 14px;
  text-align: center;
  font-weight: 600;
}

.box-value {
  border-right: 1px solid #e3b55c;
  padding: 14px;
  text-align: center;
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .premium-right {
    padding: 40px 25px;
    background-size: cover;
  }

  .room-no {
    font-size: 60px;
  }

  .premium-right h2 {
    font-size: 32px;
  }
}

/* SECTION */
.terms-section {
  padding: 50px 0;
  background:
    url("assets/images/Untitled-design-18.png") center center / contain no-repeat;
  font-family: Georgia, "Times New Roman", serif;
}

/* TITLE */
.terms-title {
  font-size: 42px;
  margin-bottom: 40px;
}

/* LIST */
.terms-list {
  list-style: none;
  padding: 0;
  max-width: 1000px;
}

.terms-list li {
  position: relative;
  padding: 15px 20px 18px 45px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  line-height: 24px;
}

/* GOLD TICK */
.terms-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 18px;
  color: #e3b55c;
  font-size: 22px;
  font-weight: bold;
}

/* LAST BORDER REMOVE */
.terms-list li:last-child {
  border-bottom: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .terms-section {
    padding: 50px 15px;
    background-size: cover;
  }

  .terms-title {
    font-size: 30px;
  }

  .terms-list li {
    font-size: 16px;
  }
}



/* PARALLAX SECTION */
.reservation-parallax {
  background: url("../images/sacled.jpg") center center / cover no-repeat fixed;
  position: relative;
  /* padding: 90px 0; */
  font-family: Georgia, "Times New Roman", serif;
}

/* DARK OVERLAY */
.reservation-overlay {
  background: rgba(0, 0, 0, 0.65);
  padding: 80px 0;
}

/* TITLES */
.section-title {
  color: #fff;
  font-size: 38px;
  margin-bottom: 25px;
}

/* LIST */
.reservation-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.reservation-list li {
  position: relative;
  padding-left: 35px;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* GOLD CHECK */
.reservation-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  color: #e3b55c;
  font-size: 20px;
  font-weight: bold;
}

/* DIVIDER LINE */
.reservation-parallax hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  margin: 35px 0;
}

/* CANCELLATION TEXT */
.cancel-text {
  color: #fff;
  font-size: 18px;
  max-width: 900px;
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }

  .reservation-list li,
  .cancel-text {
    font-size: 16px;
  }

  .reservation-parallax {
    background-attachment: scroll; /* mobile fix */
  }
}



.billing-section {
  padding: 90px 0;
  font-family: Georgia, "Times New Roman", serif;
  background: #fff;
}

.billing-title {
  font-size: 40px;
  margin-bottom: 30px;
  color: #000;
}

/* LIST */
.billing-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.billing-list li {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.8;
  color: #222;
}

/* GOLD CHECK ICON */
.billing-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 22px;
  color: #e3b55c;
  font-weight: bold;
}

/* DIVIDER */
.billing-section hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 35px 0;
}

/* NOTE */
.note-title {
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.note-text {
  font-size: 18px;
  line-height: 1.8;
  color: #222;
  max-width: 1000px;
}

/* MOBILE */
@media (max-width: 768px) {
  .billing-title {
    font-size: 30px;
  }

  .billing-list li,
  .note-text {
    font-size: 16px;
  }

  .note-title {
    font-size: 24px;
  }
}




.services-parallax {
  position: relative;
  height: 420px;
  background: url("../images/slide4.jpg") center center / cover no-repeat fixed;
  display: flex;
  align-items: center;
}

/* DARK + LIGHT SPLIT EFFECT */
.services-parallax::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.55) 55%,
    rgba(255, 255, 255, 0.25) 55%,
    rgba(255, 255, 255, 0.25) 100%
  );
  z-index: 1;
}

/* TEXT */
.services-overlay {
  position: relative;
  z-index: 2;
  padding-left: 8%;
}

.services-overlay h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 100px;
  color: #fff;
  line-height: 1.15;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h1 {
  opacity: 0;
  transform: translateY(50px);
  animation: slideUp 1s ease-out forwards;
}

/* Animation Keyframes */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px); /* Down */
  }
  to {
    opacity: 1;
    transform: translateY(0); /* Up */
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .services-parallax {
    height: 280px;
    background-attachment: scroll; /* mobile fix */
  }

  .services-overlay {
    padding-left: 20px;
  }

  .services-overlay h1 {
    font-size: 36px;
  }
}
/* Gallery */
.gallery-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 80px 0;
}

.gallery-wrapper img {
  width: 32%;
  cursor: pointer;
  border-radius: 6px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
}

.lightbox img {
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}

.prev { left: 40px; }
.next { right: 40px; }

.close {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/* Counter */
.counter {
  position: absolute;
  bottom: 25px;
  right: 40px;
  color: #fff;
  font-size: 16px;
}

/* Mobile */
@media(max-width:768px){
  .gallery-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .gallery-wrapper img {
    width: 90%;
  }
}


.complimentary-services {
  padding: 90px 0;
  background: #fff url("../images/Untitled-design-18.png") center / contain no-repeat;
}

.main-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 70px;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  column-gap: 60px;
}

.services-col h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}

.service-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid #bdbdbd;
}

.service-row img {
  width: 44px;
  flex-shrink: 0;
}

.service-row p {
  margin: 0;
  font-size: 18px;
}

.divider {
  background: repeating-linear-gradient(
    to bottom,
    #999,
    #999 4px,
    transparent 4px,
    transparent 10px
  );
}

/* Responsive */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .divider {
    display: none;
  }

  .services-col {
    margin-bottom: 50px;
  }
}
.complimentary-services {
  padding: 20px 24px;
}

.cs-main-title {
  text-align: center;
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 60px;
}

.cs-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 40px;
}

.cs-column {
  width: 50%;
}

.cs-sub-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}

/* each row */
.cs-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 25px 0;
  border-bottom: 1px solid #bcbcbc;
}

/* item */
.cs-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cs-item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 50%;
  border: 1px solid #8b5a3c;
  padding: 8px;
}

.cs-item p {
  font-size: 20px;
  margin: 0;
}

/* dotted center divider */
.cs-divider {
  width: 1px;
  background-image: linear-gradient(#000 40%, transparent 0);
  background-size: 1px 12px;
  background-repeat: repeat-y;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .cs-wrapper {
    flex-direction: column;
  }

  .cs-column {
    width: 100%;
  }

  .cs-divider {
    display: none;
  }

  .cs-row {
    grid-template-columns: 1fr;
  }
}
.parallax-inaround {
  position: relative;
  height: 420px;
  background: url("../images/4f441ef6-95e9-4fbe-a9c1-41322f03a80b.png") center center / cover no-repeat fixed;
  display: flex;
  align-items: center;
}

/* LEFT DARK OVERLAY */
.overlay-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

/* TEXT */
.parallax-content {
  position: relative;
  z-index: 2;
  padding-left: 80px;
}

.parallax-content h1 {
  color: #fff;
  font-size: 100px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
}

/* MOBILE */
@media (max-width: 768px) {
  .parallax-inaround {
    height: 300px;
    background-attachment: scroll; /* mobile fix */
  }

  .overlay-left {
    width: 100%;
  }

  .parallax-content {
    padding-left: 30px;
  }

  .parallax-content h1 {
    font-size: 42px;
  }
}
.neighborhood-section {
  padding: 40px 0;
  background: #fff;
}

.main-title {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 25px;
}

.sub-title {
  font-size: 42px;
  font-weight: 500;
  margin: 50px 0 25px;
}

/* LIST */
.list-check {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.list-check li {
  position: relative;
  padding-left: 35px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
}

.list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #e3b55c;
  font-size: 20px;
  font-weight: bold;
}

/* IMAGE */
.nearby-img img {
  width: 100%;
  margin-top: 30px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .main-title,
  .sub-title {
    font-size: 32px;
  }

  .neighborhood-section {
    padding: 50px 15px;
  }
}
.nearby-attractions {
  /* padding: 12px 0; */
  margin-bottom: 30px;
  background: #fff;
}

.section-title {
  /* text-align: center; */
  font-size: 48px;
  margin-bottom: 60px;
  font-weight: 500;
}

.attraction-card {
  border: 1px solid #e3b55c;
  padding: 20px;
  height: 100%;
}

.attraction-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  margin-bottom: 20px;
}

.attraction-card h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 15px;
}

.attraction-card p {
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
}


/* =========================
   TABLET (≤ 991px)
========================= */
@media (max-width: 991px) {

  .neighborhood-section {
    text-align: center;
  }

  .nearby-img {
    margin-top: 30px;
  }

  .attraction-card {
    margin-bottom: 30px;
  }

  .attraction-card h3 {
    font-size: 20px;
  }

  .attraction-card p {
    font-size: 14px;
  }
}

/* =========================
   MOBILE (≤ 767px)
========================= */
@media (max-width: 767px) {

  .neighborhood-section,
  .nearby-attractions {
    padding: 40px 0;
  }

  .main-title,
  .sub-title,
  .section-title {
    font-size: 26px;
    text-align: center;
  }

  .list-check li {
    font-size: 15px;
  }

  .nearby-img img {
    margin-top: 20px;
  }

  .attraction-card {
    padding: 15px;
  }

  .attraction-card h3 {
    font-size: 19px;
  }

  .attraction-card p {
    font-size: 14px;
  }
}

/* =========================
   SMALL MOBILE (≤ 480px)
========================= */
@media (max-width: 480px) {

  .main-title,
  .sub-title,
  .section-title {
    font-size: 22px;
  }

  .attraction-card h3 {
    font-size: 18px;
  }

  .attraction-card p {
    font-size: 13.5px;
    padding-top: 10px;
  }
}



.parallax-gallery {
  position: relative;
  height: 70vh;
  background-image: url("../images/sacled.jpg"); /* YOUR IMAGE */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* PARALLAX */
  display: flex;
  align-items: center;
}

/* Dark overlay like your image */
.parallax-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

/* Text content */
.parallax-content {
  position: relative;
  z-index: 2;
  padding-left: 8%;
}

.parallax-content h1 {
  color: #fff;
  font-size: 100px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "Playfair Display", serif;
}

/* =====================
   RESPONSIVE
===================== */
@media (max-width: 991px) {
  .parallax-content h1 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .parallax-gallery {
    height: 50vh;
    background-attachment: scroll; /* mobile fix */
  }

  .parallax-content {
    padding-left: 5%;
  }

  .parallax-content h1 {
    font-size: 38px;
  }
}


/* ===== GALLERY GRID ===== */
.omx-gallery-section {
  padding: 60px 0;
}

.omx-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.omx-gallery-grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 6px;
  transition: transform .3s ease;
}

.omx-gallery-grid img:hover {
  transform: scale(1.03);
}

/* ===== LIGHTBOX ===== */
.omx-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.85);
  align-items: center;
  justify-content: center;
}

.omx-lightbox img {
  max-width: 90%;
  max-height: 85%;
}

.omx-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.omx-prev,
.omx-next {
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  padding: 10px;
}

.omx-prev { left: 30px; }
.omx-next { right: 30px; }

.omx-counter {
  position: absolute;
  bottom: 25px;
  color: #fff;
  font-size: 16px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .omx-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .omx-gallery-grid {
    grid-template-columns: 1fr;
  }
}


/* ===== PARALLAX CONTACT SECTION ===== */
.omx-parallax-contact {
  height: 420px;
  background-image: url("../images/slide4.jpg"); /* your image */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Dark overlay */
.omx-parallax-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

/* Text style */
.omx-parallax-overlay h1 {
  color: #fff;
  font-size: 100px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .omx-parallax-contact {
    height: 300px;
    background-attachment: scroll; /* mobile fix */
  }

  .omx-parallax-overlay h1 {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .omx-parallax-overlay h1 {
    font-size: 32px;
  }
}
/* CONTACT SECTION */
.omx-contact-info {
  background: url("assets/images/Untitled-design-18.png") center/cover no-repeat;
  padding: 100px 0;
}

/* ICONS */
.omx-icon {
  font-size: 26px;
  color: #e3b55c;
  display: block;
  margin-bottom: 10px;
}

/* ADDRESS */
.omx-address {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  line-height: 1.6;
}

/* DIVIDER */
.omx-divider {
  width: 1px;
  height: 220px;
  background: #ccc;
}

/* MOBILE */
@media (max-width: 768px) {
  .omx-address {
    font-size: 18px;
  }
}



.reservation-bank-section {
  padding: 30px 0;
}

/* FORM BOX */
.reservation-form-box {
  border: 1px solid #e3b55c;
  padding: 40px 30px;
}

.form-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 10px;
}

.form-divider {
  width: 80px;
  height: 2px;
  background: #e3b55c;
  margin: 10px auto 30px;
}

/* INPUTS */
.reservation-form-box .form-control {
  margin-bottom: 18px;
  border-radius: 2px;
  font-size: 15px;
}

/* BUTTON */
.submit-btn {
  background: #e3b55c;
  color: #fff;
  padding: 10px 35px;
  border-radius: 30px;
  border: none;
  margin-top: 10px;
}

.submit-btn:hover {
  background: #c9993f;
}

/* BANK DETAILS */
.bank-details h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

.bank-details p {
  font-size: 18px;
  color: #666;
  margin-bottom: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .bank-details h2 {
    font-size: 28px;
  }
}
.map-section {
  width: 100%;
  overflow: hidden;
}

.map-responsive {
  position: relative;
  width: 100%;
  height: 450px;
}

.map-responsive iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .map-responsive {
    height: 300px;
  }
}
.s{
  background-color: #4a4a4a;
}
.top-header {
  
  padding: 10px 0;
  font-size: 15px;
}

.top-header i {
  color: #d4af37;
  margin-right: 5px;
}

.top-link {
  color: #ffffff;
  text-decoration: none;
}

.top-link:hover {
  color: #d4af37;
}
