@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap");

/* ==========================================================================
   LAYA HOTELS - MODERN LUXURY RESORT STYLESHEET
   ========================================================================== */

:root {
  --primary-gold: #c5a059;
  --primary-gold-hover: #b38e46;
  --gold-gradient: linear-gradient(135deg, #d4af37 0%, #aa820a 100%);
  --dark-navy: #0f172a;
  --dark-slate: #1e293b;
  --dark-charcoal: #0b1329;
  --light-bg: #f8f6f0;
  --card-bg: #ffffff;
  --text-dark: #0f172a;
  --text-muted: #64748b;
  --text-light: #94a3b8;
  --border-light: rgba(0, 0, 0, 0.08);
  --glass-bg: rgba(15, 23, 42, 0.92);
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.14);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Global Resets */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text-dark);
  background-color: var(--light-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.25;
  color: var(--dark-navy);
  margin: 0 0 1rem 0;
}

h1 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  letter-spacing: -0.01em;
  color: var(--dark-navy);
}

h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--dark-navy);
}

h3 {
  font-size: 1.35rem;
  color: var(--dark-navy);
}

h1.page-title {
  font-family: "TrajanPro-Regular";
  font-size: 38px;
  color: #dcba26;
  font-weight: normal;
  margin: 0;
  line-height: 36px;
  background: url(../images/header-bg-title.png) no-repeat center 0;
  height: 125px;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.7;
}

a {
  color: var(--primary-gold);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--primary-gold-hover);
}

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

/* Layout Containers */
.main-wrapper {
  width: 100%;
  float: none;
}

.middle-wrp {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
}

.row {
  width: 100%;
  float: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Top Utility Header */
.header-wrapper {
  width: 100%;
  background: var(--dark-charcoal);
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.85rem;
}

.header-wrapper .middle-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-wrapper .left-content {
  display: flex;
  align-items: center;
  gap: 16px;
  width: auto;
  float: none;
  padding: 0;
}

.header-wrapper .left-content .googletraslater {
  width: auto;
  float: none;
}

.goog-te-gadget-simple {
  display: flex !important;
  background-color: rgb(255, 255, 255) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  padding: 4px 10px !important;
  border-radius: var(--radius-sm) !important;
  color: #fff !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 0.8rem !important;
}

.goog-te-gadget-simple span,
.goog-te-gadget-simple a {
  color: #000000 !important;
  display: flex !important;
}

.header-wrapper .middle-content {
  width: auto;
  float: none;
  position: static;
  z-index: auto;
}

.header-wrapper .middle-content .logo-wrp {
  position: static;
  width: auto;
  height: auto;
  background: transparent;
  text-align: center;
  padding: 6px 0;
}

.header-wrapper .middle-content .logo-wrp img {
  max-height: 55px;
  width: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
  transition: var(--transition);
}

.header-wrapper .middle-content .logo-wrp img:hover {
  transform: scale(1.03);
}

.header-wrapper .right-content {
  width: auto;
  float: none;
  padding: 0;
}

.header-wrapper .right-content .socialmedia {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-wrapper .right-content .socialmedia .title {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary-gold);
  font-weight: 600;
  width: auto;
  padding: 0;
}

.header-wrapper .right-content .socialmedia ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-wrapper .right-content .socialmedia ul li {
  display: inline-flex;
  padding: 0;
}

.header-wrapper .right-content .socialmedia ul li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  opacity: 0.85;
  transition: var(--transition);
}

.header-wrapper .right-content .socialmedia ul li a:hover img {
  opacity: 1;
  transform: translateY(-2px);
}

/* Sticky Main Navigation */
.menu-wrapper {
  width: 100%;
  background: var(--glass-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  height: auto;
  padding: 10px 0;
}

.menu-wrapper .middle-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-wrapper .middle-wrp ul.navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.menu-wrapper .middle-wrp .main-navig {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  float: none;
  width: 100%;
  height: auto;
}

.menu-wrapper .middle-wrp .main-navig li {
  list-style: none;
  float: none;
}

.menu-wrapper .middle-wrp .main-navig a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  height: auto;
  line-height: 1.4;
  display: inline-block;
  text-transform: uppercase;
}

.menu-wrapper .middle-wrp .main-navig a:hover,
.menu-wrapper .middle-wrp .main-navig a.current {
  color: var(--primary-gold);
  background: rgba(255, 255, 255, 0.05);
}

/* Reservations CTA Button */
.menu-wrapper .make-a-reservation,
.make-a-reservation-btn {
  background: var(--gold-gradient) !important;
  color: #ffffff !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  padding: 10px 22px !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.35);
  transition: var(--transition) !important;
  border: none !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: static !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  text-align: center;
}

.menu-wrapper .make-a-reservation:hover,
.make-a-reservation-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.6);
  background: linear-gradient(135deg, #e5c158 0%, #c5a059 100%) !important;
}

/* Subnavi Header (Resort Property Navigation) */
.submenu-wrapper {
  width: 100%;
  background: var(--dark-slate);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 55px;
  z-index: 998;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: var(--transition);
}

.submenu-wrapper .subnavi1 {
  width: 100%;
  height: auto;
  padding: 12px 0;
  float: none;
}

/* Property Subnavi Themes & Modern Luxury Gradients */
.subnavi1.orange,
.layabeach .submenu-wrapper {
  background: linear-gradient(
    135deg,
    #b38736 0%,
    #ffa41d 35%,
    #ffa41d 70%,
    #e7b56b 100%
  ) !important;
  border-bottom: 2px solid rgba(251, 191, 36, 0.4) !important;
  box-shadow: 0 10px 30px rgba(180, 83, 9, 0.35) !important;
}

.subnavi1.purple,
.subnavi1.leisure,
.layaleisure .submenu-wrapper {
  background: linear-gradient(
    135deg,
    #1e1b4b 0%,
    #312e81 35%,
    #4c1d95 70%,
    #6b21a8 100%
  ) !important;
  border-bottom: 2px solid rgba(168, 85, 247, 0.4) !important;
  box-shadow: 0 10px 30px rgba(76, 29, 149, 0.35) !important;
}

.subnavi1.green,
.subnavi1.safari,
.layasafari .submenu-wrapper {
  background: linear-gradient(
    135deg,
    #022c22 0%,
    #065f46 35%,
    #047857 70%,
    #10b981 100%
  ) !important;
  border-bottom: 2px solid rgba(52, 211, 153, 0.4) !important;
  box-shadow: 0 10px 30px rgba(6, 95, 70, 0.35) !important;
}

.subnavi1.blue,
.layawaves .submenu-wrapper {
  background: linear-gradient(
    135deg,
    #03192e 0%,
    #0369a1 35%,
    #0284c7 70%,
    #38bdf8 100%
  ) !important;
  border-bottom: 2px solid rgba(56, 189, 248, 0.4) !important;
  box-shadow: 0 10px 30px rgba(3, 105, 161, 0.35) !important;
}

/* Online Reservation & WhatsApp Buttons in Subnavi */
.subnavi1 .make-a-reservation {
  background: var(--gold-gradient) !important;
  color: #ffffff !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  padding: 9px 20px !important;
  border-radius: 50px !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer !important;
  transition: var(--transition) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.subnavi1 .make-a-reservation:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35) !important;
  background: linear-gradient(135deg, #e5c158 0%, #c5a059 100%) !important;
}

.submenu-wrapper .subnavi1 .middle-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.submenu-wrapper .subnavi1 .middle-wrp .left-wrap {
  width: auto;
  float: none;
}

.submenu-wrapper .subnavi1 .middle-wrp .left-wrap h1 {
  font-size: 1.8rem;
  color: #ffffff;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.submenu-wrapper .subnavi1 .middle-wrp .right-wrap {
  width: auto;
  float: none;
  margin: 0;
}

.submenu-wrapper .subnavi1 .middle-wrp .right-wrap ul.subnavig1 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.submenu-wrapper .subnavi1 .middle-wrp .right-wrap ul.subnavig1 a {
  color: #ffffff;
  text-decoration: none;
}

.submenu-wrapper .subnavi1 .middle-wrp .right-wrap ul.subnavig1 li {
  display: inline-block;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 8px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: var(--transition);
}

.submenu-wrapper .subnavi1 .middle-wrp .right-wrap ul.subnavig1 a:hover li,
.submenu-wrapper .subnavi1 .middle-wrp .right-wrap ul.subnavig1 a.current li {
  background: #ffffff;
  color: var(--dark-navy);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* Content Area & Grid System */
.content-wrapper {
  width: 100%;
  padding: 60px 0;
}

.pt-0 {
  padding-top: 0;
}

.content-wrapper .middle-wrp .main-wrapper {
  margin-bottom: 30px;
}

.content-wrapper .middle-wrp .main-wrapper2 {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
}

.below-content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  gap: 45px;
  margin-top: 30px;
}

/* Subpage Accommodation Cards & Items */
.accormodation,
.accommodation-card {
  background: var(--card-bg);
  border-radius: var(--radius-md);
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}

.accormodation .img-wrp {
  flex: 0 0 300px;
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.accormodation .img-wrp img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.accormodation .decription {
  flex: 1;
  min-width: 280px;
}

/* Tables Formatting */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

table th,
table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--border-light);
}

table th {
  background: rgba(15, 23, 42, 0.04);
  font-weight: 600;
  color: var(--dark-navy);
}

/* Resort & Experience Feature Cards */
.below-content .left {
  width: 100%;
  float: none;
  padding: 0;
  background: var(--card-bg);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  border: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  position: relative;
}

.below-content .left:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(212, 175, 55, 0.4);
}

.below-content .left a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-img-holder {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.card-img-holder img,
.below-content .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.below-content .left:hover img {
  transform: scale(1.06);
}

.resort-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(15, 23, 42, 0.8);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.below-content .left h2 {
  font-size: 1.6rem;
  color: var(--dark-navy);
  padding: 24px 24px 8px 24px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.below-content .left p {
  padding: 0 24px 20px 24px;
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
  flex-grow: 1;
}

.explore-btn {
  display: inline-block;
  margin: 0 24px 24px 24px;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary-gold);
  transition: var(--transition);
}

.below-content .left:hover .explore-btn {
  color: var(--primary-gold-hover);
  transform: translateX(5px);
}

/* Contact Section Styles */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
  align-items: start;
}

@media (max-width: 868px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.contact-map-card {
  background: var(--card-bg);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  height: 100%;
  min-height: 450px;
}

.contact-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
  border: 0;
  display: block;
}

.contact-info-card {
  background: var(--card-bg);
  padding: 36px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
}

.contact-info-card h2 {
  font-size: 1.8rem;
  color: var(--dark-navy);
  margin-bottom: 24px;
  border-bottom: 2px solid rgba(212, 175, 55, 0.3);
  padding-bottom: 8px;
}

.info-item {
  display: flex;
  margin-bottom: 20px;
  gap: 16px;
  line-height: 1.6;
}

.info-label {
  flex: 0 0 90px;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--primary-gold);
  padding-top: 2px;
}

.info-value {
  flex: 1;
  color: var(--text-dark);
  font-size: 0.95rem;
}

.info-value a {
  color: var(--dark-navy);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(212, 175, 55, 0.4);
}

.info-value a:hover {
  color: var(--primary-gold);
}

.contact-divider {
  border-top: 1px solid var(--border-light);
  margin: 30px 0;
}

.resort-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.resort-contact-list li {
  padding: 12px 0;
  border-bottom: 1px dashed var(--border-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.92rem;
}

.resort-contact-list li:last-child {
  border-bottom: none;
}

.resort-contact-list li span {
  font-weight: 600;
  color: var(--dark-navy);
}

.resort-contact-list li a {
  color: var(--primary-gold);
  font-weight: 600;
}

.faq-link {
  display: inline-block;
  font-weight: 700;
  color: var(--primary-gold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Modern Luxury Footer Styles */
.footer-wrapper {
  width: 100%;
  background: var(--dark-navy);
  color: #94a3b8;
  padding: 70px 0 35px 0;
  margin-top: 80px;
  border-top: 3px solid var(--primary-gold);
  box-sizing: border-box;
  position: relative;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.footer-col h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 8px;
}

.footer-col h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background: var(--primary-gold);
}

.footer-brand-col .footer-logo {
  margin-bottom: 20px;
}

.footer-brand-col .footer-logo img {
  max-height: 55px;
  width: auto;
  opacity: 0.95;
}

.brand-tagline {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #94a3b8;
  margin-bottom: 20px;
}

.footer-contact-info p {
  font-size: 0.88rem;
  color: #cbd5e1;
  margin-bottom: 8px;
}

.footer-contact-info a {
  color: var(--primary-gold);
  font-weight: 600;
  text-decoration: none;
}

.footer-contact-info a:hover {
  text-decoration: underline;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #94a3b8;
  font-size: 0.9rem;
  text-decoration: none;
  transition: var(--transition);
  display: inline-block;
}

.footer-links a:hover {
  color: var(--primary-gold);
  transform: translateX(4px);
}

.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.footer-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: var(--transition);
}

.footer-social-icons a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.footer-social-icons a:hover {
  background: var(--primary-gold);
  border-color: var(--primary-gold);
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.footer-social-icons a:hover img {
  filter: brightness(1) invert(0);
}

.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
}

.footer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 0.85rem;
  color: #64748b;
}

.copyright-text {
  color: #94a3b8;
}

.army-signature {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--primary-gold);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.army-signature img {
  height: 26px;
  width: auto;
}

/* Inline Booking Bar Modernization */
#neo_bottom_widget_container {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  width: 100% !important;
  max-width: 1240px !important;
  margin: -40px auto 40px auto !important;
  background: var(--dark-navy) !important;
  border: 1px solid rgba(197, 160, 89, 0.4) !important;
  border-radius: 20px !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2) !important;
  padding: 20px 30px !important;
  z-index: 50 !important;
  box-sizing: border-box !important;
  transition: var(--transition) !important;
}

/* Floating WhatsApp Button per resort */
.floating-whatsapp-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  border: 2px solid #ffffff;
}

.floating-whatsapp-btn img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.floating-whatsapp-btn .wa-tooltip {
  position: absolute;
  right: 70px;
  background: var(--dark-navy);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.floating-whatsapp-btn:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6);
}

.floating-whatsapp-btn:hover .wa-tooltip {
  opacity: 1;
  right: 68px;
}

#neo_bottom_widget_form {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 !important;
  flex-wrap: nowrap !important;
}

.neo_bottom_widget_column {
  float: none !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}

.neo_bottom_widget_column.promo-badge {
  color: var(--primary-gold) !important;
  font-weight: 700 !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  white-space: nowrap !important;
}

.neo_bottom_widget_column.select-prop-col {
  flex: 1.2 !important;
}

.neo_bottom_widget_column.datepicker-col {
  flex: 1 !important;
}

.neo_bottom_widget_wrapper {
  width: 100% !important;
  position: relative !important;
}

.widget-input-label {
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  color: var(--primary-gold) !important;
  text-transform: uppercase !important;
  margin-bottom: 3px !important;
  display: block !important;
}

.neo-slide-chain,
.neo_bottom_widget_date {
  width: 100% !important;
  height: 42px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 25px !important;
  color: #ffffff !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 0.85rem !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
  outline: none !important;
  transition: var(--transition) !important;
}

.neo-slide-chain option {
  background-color: var(--dark-navy) !important;
  color: #ffffff !important;
}

.neo-slide-chain:focus,
.neo_bottom_widget_date:focus {
  border-color: var(--primary-gold) !important;
  box-shadow: 0 0 12px rgba(197, 160, 89, 0.3) !important;
}

#neo_bottom_widget_submit {
  width: 100% !important;
  height: 42px !important;
  background: var(--gold-gradient) !important;
  border: none !important;
  color: #ffffff !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  border-radius: 25px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 15px rgba(197, 160, 89, 0.4) !important;
  transition: var(--transition) !important;
  white-space: nowrap !important;
  padding: 0 20px !important;
}

#neo_bottom_widget_submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(197, 160, 89, 0.6) !important;
  background: linear-gradient(135deg, #e5c158 0%, #c5a059 100%) !important;
}

/* WhatsApp Booking Button */
.whatsapp-booking-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
  color: #ffffff !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  padding: 10px 22px !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4) !important;
  transition: var(--transition) !important;
  border: none !important;
  text-decoration: none !important;
}

.whatsapp-booking-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6) !important;
  color: #ffffff !important;
}

.a.VIpgJd-ZVi9od-xl07Ob-lTBxed {
  display: flex !important;
}
.load-more-style {
  background: var(--primary-gold) !important;
  color: #ffffff !important;
  border: 1px solid var(--primary-gold) !important;
  padding: 10px 24px !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
/* Responsive adjustment for floating widget */
@media (max-width: 992px) {
  #neo_bottom_widget_container {
    margin: 20px auto !important;
    border-radius: 16px !important;
    padding: 16px !important;
  }

  #neo_bottom_widget_form {
    flex-wrap: wrap !important;
    gap: 12px !important;
    justify-content: center !important;
  }

  .neo_bottom_widget_column.promo-badge {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .header-wrapper .middle-content .logo-wrp img {
    max-height: 100px;
  }

  #neo_bottom_widget_container {
    margin: -50px auto 15px auto !important;
  }
}
