@font-face {
  font-family: 'Arizona Flare';
  src: url('https://treasuredemos.com/fonts/Arizona-Flare/ABCArizonaFlare-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Arizona Flare';
  src: url('https://treasuredemos.com/fonts/Arizona-Flare/ABCArizonaFlare-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Arizona Flare';
  src: url('https://treasuredemos.com/fonts/Arizona-Flare/ABCArizonaFlare-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: light;
}

@font-face {
  font-family: 'Arizona Flare';
  src: url('https://treasuredemos.com/fonts/Arizona-Flare/ABCArizonaFlare-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

body {
  font-family: 'Marcellus', serif !important;
  background: #EFF2F8 !important;
}
section{
    border:0px !important;
    border-radius: 0 !important;
}

/* Heading / display usage */

header{
    background:#FFFFFF !important;
    border:0px !important;
    margin:0px !important;
    box-shadow: none !important;
    padding:24px 64px !important;
    border-radius:0px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

main{
    margin:0px !important;
    padding:0px !important;
}
.hero-section.home-hero{
      background: 
    url('/images/hero-image.png'); 
}
.hero-section.dining-hero{
background: 
    url('/images/hero_dining.png');  
    background-position: bottom !important;
    max-height:480px !important;
}
.hero-section.spa-hero{
background: 
    url('/images/spa-hero.png');  
    background-position: center !important;
    max-height:480px !important;
}
.hero-section.things-hero {
  background-image: url('/images/thing-todo-hero.png');
   max-height:480px !important;
}
#hero{
  background-size: cover;
  background-position: center;
    margin:0px !important;
    border:0px !important;
    border-radius:0px !important;
  position: relative;
  width: 100%;
  height:500px; 
  min-height: 400px; 
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#hero::before {
  content: "";
  position: absolute;
  inset: 0; 
  background: linear-gradient(
    80.93deg,
    #0E0E26 0.12%,
    rgba(33, 77, 120, 0.33) 39.14%,
    rgba(0, 0, 0, 0.5) 70.37%,
    rgba(0, 0, 0, 0) 99.88%
  );
  z-index: 0;
}
#hero h1{
    font-size:48px;
    font-weight:200;
}
.hero-overlay {
  position: relative;
  z-index: 1; /* make sure it sits above gradient */
  padding: 0 20px;
  max-width: 1180px;
}
.hero-title {
  font-size: 48px;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  font-family: 'Marcellus', serif  !important;
  margin: 0 auto;
  text-align: center;
  white-space: pre-wrap;
  margin-bottom: 100px;
  
}
.hero-title::after {
  content: "";
  display: block; 
}

.hero-title::before {
  content: attr(data-first);
}
/* Subtitle */
.hero-subtitle {
  font-size: 32px;
  line-height: 1.5;
  color: #fff;
  font-family: 'Marcellus', serif  !important;
}


/* Header container */
.resorts-header {
  display: flex;
  justify-content: space-between;
  align-items: center;   /* vertical centering */
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

/* Logo link */
.resorts-header .header-left a {
  display: inline-block;
}

.resorts-logo {
  height: 72px;   /* adjust logo size */
  width: auto;
  vertical-align: middle;
}

/* Nav */
.resorts-nav a {
  margin: 0 15px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #9E6623;   /* brownish gold */
  transition: color 0.3s ease, background-color 0.3s ease;
}


.resorts-nav a:hover {
  color: #1D446F;
}

/* ===== Active Menu Item ===== */
.resorts-nav a.active {
  color: #1D446F;
}

/* Right links */
.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-right a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  text-decoration: none;
  color: #9E6623;
}

.header-right a:hover {
  color: #9E6623;
}
.resorts-nav {
  flex: 1;
  text-align: center;
  display:inline-block;
}

.resorts-nav a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #9E6623; 
  margin: 0 20px;
  transition: color 0.2s ease;
}

.resorts-nav a:hover {
  color: #9E6623; /* lighter gold hover */
}

/* Right side links */
.header-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-right a {
  font-size: 14px;
  text-decoration: none;
  color: #9E6623;
  font-weight: 500;
}

.header-right a:hover {
  color: #9E6623;
}
.header-right img.icon{
    width:24px;
    height:24px;
}
.header-right img.icon.small{
    width:12px;
    height:12px;
}

.resorts-nav a{
    color:#9E6623;
}

/* ===== Categories Section ===== */
.categories-section {
  background: #EFF2F8; /* light background like in screenshot */
  padding: 80px 64px;
  text-align: center;
  margin-top:0px !important;
  margin-bottom:0px !important;
}

h2.section-heading {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 48px;
  color: #111;
  font-family: 'Marcellus', serif;
  text-align:left;
  font-weight:100;
  margin-top:0px !important;
}

/* Grid container */
.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 64px;
  justify-items: center;
}

/* Category Card */
.category-card {
  position: relative;
  border: 2px solid #C8A661; /* goldish border */
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card img {
  width: 100%;
  object-fit: cover;
  display: block;
}

/* Dark overlay at bottom for text */
.category-card h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 14px 0;
 background: linear-gradient(to top, #1a3960 0%, #1D446F 60%, #2a5588 100%) !important;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  font-family: 'Marcellus', serif;
}

/* Hover effect */
.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}


/* === Alignment Fixes Added === */
.header-left {
  display: flex;
  align-items: center;
  gap: 40px; 
}

.resorts-nav {
  display: flex;
  align-items: center;
  text-align: left; 
  flex: none; 
}

/* ===== Form Section ===== */
.form-section {
  background: radial-gradient(98.93% 124.07% at 50% 50%, #3F8EBF 0%, #0E233B 100%);
  padding: 80px 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  isolation: isolate;
  margin-top:0px !important;
  margin-bottom:0px !important;
}

.form-heading {
   font-family: 'Marcellus', serif !important;
  font-weight: 100;
  font-size: 44px;
  line-height: 59px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px;
  margin-top:0px !important;
  border-radius:0px !important;
}

.resorts-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 772px;
  width: 100%;
}

.resorts-form label {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.resorts-form input[type="text"],
.resorts-form input[type="email"],
.resorts-form select,
.resorts-form input[type="file"] {
  box-sizing: border-box;
  width: 100%;
  padding: 18px;
  background: #fff;
  border: 1.5px solid #E6E6E6;
  border-radius: 6px;
  font-size: 18px;
  font-family: 'Figtree', sans-serif;
  color: #333;
  font-weight:100;
  margin-bottom:18px;
}

.resorts-form input::placeholder {
  color: #999;
}

.radio-group {
  display: flex;
  gap: 24px;
  color: #fff;
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
}

.radio-group label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.resorts-form input[type="checkbox"] {
  margin-right: 8px;
}

/* Upload intro text */
.resorts-form .upload-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: 'Figtree', sans-serif;
}

.resorts-form .upload-intro {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.resorts-form .upload-list {
  margin: 0 0 8px 20px;
  padding: 0;
  color: #fff;
  font-size: 16px;
}

.resorts-form .upload-list li {
  margin-bottom: 4px;
}

/* File upload box */
.resorts-form .file-upload {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px dashed #DCE1EA;
  border-radius: 8px;
  background: rgba(220, 225, 234, 0.75);
  padding: 20px;
  gap: 16px;
}

.resorts-form .file-upload input[type="file"] {
  display: none;
}

.resorts-form .file-text {
  flex: 1;
  font-size: 16px;
  color: #212327;
}

/* Browse button */
 .resorts-form .file-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #fff;
  border: 1.5px solid #1957DB;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #1957DB;
  cursor: pointer;
}

.resorts-form .file-btn:hover {
  background: #f5f8ff;
}

.resorts-form .upload-icon {
  width: 20px;
  height: 20px;
}

/* Checkbox */
.resorts-form .checkbox-label {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #fff;
}

.resorts-form .checkbox-label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #1957DB;
}

.resorts-form .submit-btn {
  padding: 18px;
  background: linear-gradient(161.55deg, #F1D782 12.48%, #C89456 87.52%);
  border: none;
  border-radius: 6px;
  font-family: 'Figtree', sans-serif;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  color: #212327;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-top:80px;
}

.resorts-form .submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}


/* ===== Footer ===== */
.resorts-footer {
  background-color: #141E3C;
  color: #fff;
  padding: 80px 60px;
  font-family: 'Figtree', sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.resorts-footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.resorts-footer a:hover {
  color: #C8A661; 
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col {
  flex: 1;
  min-width: 200px;
}

.footer-col p {
  margin: 6px 0;
  text-align: left !important;
}

.footer-col a {
  display: block;
  margin: 6px 0;
  font-weight: 400;
}


.footer-bottom::before {
  content: "";
  display: block;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin: 20px 0;
}


.footer-bottom {
  text-align: center;
  font-size: 14px;
  color: #ccc;
  margin-top: 20px;
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 15px;
}

.footer-logos img {
  height: 32px;
  width: auto;
}

.footer-logos img:hover {
  transform: scale(1.05);
}

/* ===== Confirmation Modal ===== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content {
  background: #fff;
  border-radius: 10px;
  padding: 40px 50px;
  text-align: center;
  max-width: 520px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.modal-content h3 {
  font-family: 'Marcellus', serif;
  font-size: 22px;
  color: #111;
  margin-bottom: 16px;
}

.modal-content p {
  font-family: 'Figtree', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #555;
  margin-bottom: 28px;
}

.close-btn {
  background: linear-gradient(161.55deg, #F1D782 12.48%, #C89456 87.52%);
  border: none;
  border-radius: 6px;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
  cursor: pointer;
  color: #212327;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.close-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* Upload Status Message */
.upload-status {
  display: none;
  margin-top: 10px;
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
  transition: opacity 0.3s ease;
}

.upload-status.active {
  display: block;
  opacity: 1;
}

.upload-status.done {
  color: #9E6623; /* soft success green */
  font-weight: 500;
}

.file-preview {
  list-style: none;
  margin-top: 10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.file-preview li {
  position: relative;
  border: 1px solid #f8f8f88c;
  border-radius: 8px;
  padding: 5px;
  background: #f8f8f88c;
}
.file-preview img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}
.file-preview button {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #9E6623;
  color: white;
  border: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
}

/* ===== Dining Grid Section ===== */
.dining-grid-section {
  background-color: #fffaf2;
  padding: 80px 5%;
  text-align: center;
}

.dining-grid-section .section-heading {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #4b3b28;
  font-weight: 600;
}

/* Grid Layout */
.dining-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  max-width: 1100px;
  margin: 0 auto;
}

/* Individual Cards */
.dining-card {
  background-color: #f9f3e4;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding:20px;
}

.dining-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.dining-card h3 {
  font-size: 1.25rem;
  margin: 18px 20px 10px;
  color: #3d2e1f;
  font-weight: 600;
}
.personalized-dining .dining-card h3 {
    color:#ffffff !important;
}

.dining-card p {
  margin: 0 20px 20px;
  font-size: 0.95rem;
  color: #5b4d3c;
  line-height: 1.4;
}
.personalized-dining .dining-card p {
    color:#ffffff !important;
}

/* Hover Effects */
.dining-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

/* Responsive Spacing */
@media (max-width: 768px) {
  .dining-grid {
    grid-template-columns: 1fr;
  }

  .dining-card img {
    height: 200px;
  }
}
.dining-grid-section, .spa-section, .things-section, .personalized-experience, .personalized-dining{
    margin-top:0px !important;
    margin-bottom:0px !important;
}
.personalized-experience{
    padding:0px !important;
}
.hero-section.dining-hero .hero-subtitle{
  font-family: "Inter", sans-serif !important;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.6;
  color: #f5f2ec;
  margin-bottom: 35px;
}
.hero-section.spa-hero .hero-subtitle {
  font-family: "Inter", sans-serif !important;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.6;
  color: #f5f2ec;
  margin-bottom: 35px;
}

/* ===== Hero Buttons ===== */
.hero-section.dining-hero .hero-buttons, .hero-section.spa-hero .hero-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.hero-section.dining-hero .hero-buttons button, .hero-section.spa-hero .hero-buttons button {
  background: linear-gradient(180deg, #d9ba6a 0%, #b59550 100%);
  border: none;
  color: #2f2313;
  font-weight: 600;
  font-size: 1rem;
  padding: 12px 30px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

.hero-section.dining-hero .hero-buttons button:hover, .hero-section.spa-hero .hero-buttons  button:hover {
  background: linear-gradient(180deg, #e4ca81 0%, #c8a557 100%);
  transform: translateY(-2px);
}

.hero-section.dining-hero .hero-buttons button:active {
  transform: scale(0.97);
}

/* ===== Responsive Hero ===== */
@media (max-width: 768px) {
  .hero-section.dining-hero {
    height: 70vh;
    padding: 40px 10px;
  }

  .hero-section.dining-hero .hero-title {
    font-size: 2.2rem;
  }

  .hero-section.dining-hero .hero-subtitle {
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-section.dining-hero .hero-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .hero-section.dining-hero .hero-buttons button {
    width: 180px;
    margin: 0 auto;
  }
}

/* ================================
   SPA & WELLNESS: SIGNATURE THERAPIES
=================================== */

.spa-section {
  background-color: #fffaf2;
  padding: 80px 6%;
}

.spa-section .section-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #2f2313;
  margin-bottom: 60px;
}

/* ----- Individual Spa Card ----- */
.spa-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: #f9f3e4;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  flex-direction: row;
}

.spa-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

/* Alternate layout (right image) */
/* Alternate layout (image on right) */
.spa-card.spa-right {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start; /* override space-between */
}

.spa-card.spa-right .spa-img {
  order: 1;
}

.spa-card.spa-right .spa-content {
  order: 2;
}
/* Image */
.spa-card .spa-img {
  width: 48%;
  height: auto;
  max-height: 340px;
  object-fit: cover;
  display: block;
}

/* Text Container */
.spa-card .spa-content {
  width: 52%;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Headings */
.spa-card .spa-content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2f2313;
  margin-bottom: 18px;
}

/* Paragraph */
.spa-card .spa-content p {
  font-size: 1rem;
  color: #4b3b28;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Icons inside paragraph */
.spa-card .spa-content p span.spa-icon {
  font-size: 1.1rem;
  margin-right: 6px;
  color: #c8a557; /* gold accent */
}

/* Learn More Link */
.spa-card .learn-more {
  font-weight: 600;
  color: #1D446F;
  text-decoration: none;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.3s ease;
}

.spa-card .learn-more:hover {
  color: #b59550;
}

/* Responsive Layout */
@media (max-width: 992px) {
  .spa-card {
    flex-direction: column;
  }
  .spa-card.spa-right {
    flex-direction: column;
  }
  .spa-card .spa-img,
  .spa-card .spa-content {
    width: 100%;
  }
  .spa-card .spa-img {
    max-height: 260px;
  }
  .spa-card .spa-content {
    padding: 30px;
  }
  .spa-card .spa-content h3 {
    font-size: 1.4rem;
  }
}
.spa-icon img{
    width:24px;
    height:24px;
}

/* ================================
   THINGS TO DO PAGE
=================================== */


.things-hero .hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.things-hero .hero-subtitle {
  max-width: 800px;
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0 auto;
}

.things-section {
  background-color: #fffaf2;
  padding: 80px 6%;
}

.things-section .section-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #2f2313;
  margin-bottom: 60px;
}

.things-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.thing-card {
  background: #f9f3e4;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.thing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.thing-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.thing-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.thing-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2f2313;
  margin-bottom: 15px;
}

.thing-content p {
  font-size: 1rem;
  color: #4b3b28;
  line-height: 1.7;
  margin-bottom: 20px;
}

.thing-content .learn-more {
  font-weight: 600;
  color: #1D446F;
  text-decoration: none;
  transition: color 0.3s ease;
}

.thing-content .learn-more:hover {
  color: #b59550;
}
/* ===== Hidden nav until personalization unlock ===== */
.hidden-nav {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.hidden-nav.show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

/* ================================
   PERSONALIZED EXPERIENCE SECTION
=================================== */

.hidden-section {
  display: none;
}

.hidden-section.show {
  display: block;
}

/* --- Featured Adventure --- */
.featured-adventure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 64px;
  background-color: #ffffff;
}

.adventure-img {
  width: 50%;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.adventure-overlay {
  background-color: #1D446F;
  color: #fff;
  padding: 40px;
  margin-left: -80px;
  border-radius: 0px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  max-width: 40%;
  z-index: 1;
  border: 8px solid #BD9146;
}

.adventure-overlay h3 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 10px;
}

.adventure-overlay h4 {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  margin-bottom: 20px;
}

.adventure-overlay p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 60px;
    font-family: "Inter", sans-serif !important;
    margin-top: 40px;
}

.adventure-btn {
background: linear-gradient(180deg, #d9ba6a 0%, #b59550 100%);
  border: none;
  color: #2f2313;
  font-weight: 600;
  font-size: 20px;
  padding: 20px 30px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease;
}

.adventure-btn:hover {
  background-color: #d8a248;
}

/* ================================
   ACCOMMODATIONS (PERSONALIZED SECTION)
=================================== */
/* --- Accommodations --- */
.accommodations-section {
  background-color: #f3f5fb;
  padding: 80px 64px;
  text-align: center;
}

.accommodations-section .section-heading {
  font-size: 2rem;
  font-weight: 600;
  color: #2f2313;
  margin-bottom: 50px;
}

.accommodations-grid {

  justify-content: center;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto;
}


.accommodation-card {
  background-color: #1D446F;
  border-radius: 0px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border:4px solid #BD9146;
}

.accommodation-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.accommodation-card h3 {
  color: #fff;
  font-size: 28px;
  padding: 16px 0;
}
.accommodation-card .overlay{
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, #1a3960 0%, #1D446F 60%, #2a5588 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: background 0.4s ease;
}

.accommodation-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* ================================
   AMENITIES BLOCK (INSIDE PERSONALIZATION)
=================================== */
.amenities-block {
 padding:80px 64px;
}

.amenities-block .section-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #2f2313;
  margin-bottom: 40px;
}

.amenities-group {
  width: 100%;
  display: grid;
  grid-template-columns: 180px 1fr; /* label + content area */
  align-items: start;
  column-gap: 40px;
  margin-bottom: 48px;
}

.amenities-subtitle {
  font-weight: 600;
  font-size: 0.95rem;
  color: #000;
  flex: 0 0 150px;
   font-family: "Inter", sans-serif !important;
}

.amenities-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 16px 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.amenities-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 0.95rem;
   font-family: "Inter", sans-serif !important;
}

.amenities-list li img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .amenities-list {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}

@media (max-width: 600px) {
  .amenities-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .amenities-subtitle {
    margin-bottom: 10px;
  }
  .amenities-list {
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    gap: 12px 20px;
  }
}

/* ===============================
   PERSONALIZED DINING SECTION
================================== */
/**
.personalized-dining {
  width: 100%;
  background-color: #EFF2F8;
}

.dining-hero-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}
.dining-hero-wrapper.featured-adventure{
    background:none !important;
}

.dining-hero-img {
  width: 48%;
  border-radius: 8px;
  object-fit: cover;
}

.dining-hero-content {
  flex: 1;
}

.dining-hero-content h3 {
  font-size: 38px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}
.dining-hero-content P{
font-size: 20px;
    line-height: 1.6;
    margin-bottom: 60px;
    font-family: "Inter", sans-serif !important;
    margin-top: 40px;

}



.personalized-dining .dining-card {
  background-color: #0d2038;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.personalized-dining .dining-card-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  background-color: #152c4b ;
  padding: 40px;
  border: 3px solid #d6a14d;
  border-radius: 10px;
  margin:0px auto;
  max-width:75%;
  padding:20px;
}

.personalized-dining .dining-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

 .personalized-dining.dining-card-body {
  padding: 20px;
  color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.personalized-dining .dining-card-body h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.personalized-dining .dining-card-body p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #dcdcdc;
  margin-bottom: 20px;
}

.personalized-dining .dining-btn {
  background-color: #d6a14d;
  color: #0d2038;
  border: none;
  border-radius: 6px;
  padding: 10px 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.personalized-dining .dining-btn:hover {
  background-color: #e5b967;
}


@media (max-width: 992px) {
  .dining-hero-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .dining-hero-img {
    width: 100%;
    max-width: 600px;
  }

  .dining-card-grid {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}


.dining-grid-section {
  background-color: #fffaf2;
  padding: 80px 5%;
  text-align: center;
}

.dining-grid-section .section-heading {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #4b3b28;
  font-weight: 600;
}


.dining-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  max-width: 1100px;
  margin: 0 auto;
}


.dining-card {
  background-color: #f9f3e4;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding:20px;
}

.dining-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.dining-card h3 {
  font-size: 1.25rem;
  margin: 18px 20px 10px;
  color: #3d2e1f;
  font-weight: 600;
}

.dining-card p {
  margin: 0 20px 20px;
  font-size: 0.95rem;
  color: #5b4d3c;
  line-height: 1.4;
}


.dining-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
} 

@media (max-width: 768px) {
  .dining-grid {
    grid-template-columns: 1fr;
  }

  .dining-card img {
    height: 200px;
  }
}
**/

/* =========================================
   PERSONALIZED DINING SECTION (SCOPED)
========================================= */

.personalized-dining {
  position: relative;
  padding:80px 64px;
  background-color: #f5f6fa;
  
}

/* Hero wrapper */
.personalized-dining .dining-hero-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0 5%;
  z-index: 1;
  background:none !important;
}

.personalized-dining .dining-hero-img {
  width: 48%;
  border-radius: 8px;
  object-fit: cover;
}

.personalized-dining .dining-hero-content {
  flex: 1;
  z-index: 2;
}

.personalized-dining .dining-hero-content h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 16px;
}

.personalized-dining .dining-hero-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  max-width: 540px;
  font-family: 'Inter', sans-serif;
}

/* Card Grid — overlaps hero */
.personalized-dining .dining-card-grid {
  position: relative;
  top: -30px;
  margin: 0 auto;
  max-width: 1180px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  background-color: #0d2038;
  padding: 40px;
  border: 3px solid #d6a14d;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  z-index: 3;
}

/* Individual cards */
.personalized-dining .dining-card {
  background-color: #152c4b;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.personalized-dining .dining-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.personalized-dining .dining-card-body {
  padding: 20px;
  color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.personalized-dining .dining-card-body h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.personalized-dining .dining-card-body p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #dcdcdc;
  margin-bottom: 20px;
}

.personalized-dining .dining-btn {
  background-color: #d6a14d;
  color: #0d2038;
  border: none;
  border-radius: 6px;
  padding: 10px 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.personalized-dining .dining-btn:hover {
  background-color: #e5b967;
}

/* Responsive */
@media (max-width: 992px) {
  .personalized-dining .dining-hero-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .personalized-dining .dining-hero-img {
    width: 100%;
    max-width: 600px;
  }

  .personalized-dining .dining-card-grid {
    top: -40px;
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

/* =========================================
   PERSONALIZED SPA SECTION (SCOPED)
========================================= */

.personalized-spa {
  position: relative;
  padding: 80px 64px;
  background-color: #f5f6fa;

}

/* Hero Layout */
.personalized-spa .spa-hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}

.personalized-spa .spa-hero-content {
  flex: 1;
}

.personalized-spa .spa-hero-content h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 16px;
}

.personalized-spa .spa-hero-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  max-width: 540px;
  font-family: 'Inter', sans-serif;
}

.personalized-spa .spa-hero-img {
  width: 48%;
  border-radius: 8px;
  object-fit: cover;
}

/* Card Grid — overlaps hero slightly */
.personalized-spa .spa-card-grid {
  position: relative;
  top: -70px;
  margin: 0 auto;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  background-color: #0d2038;
  padding: 40px;
  border: 3px solid #d6a14d;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  z-index: 3;
}

/* Individual Cards */
.personalized-spa .spa-card {
  background-color: #152c4b;
  border-radius: 10px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
}

.personalized-spa .spa-card:nth-child(2) {
  flex-direction: row-reverse;
}

.personalized-spa .spa-card-img {
  width: 45%;
  height: auto;
  object-fit: cover;
}

.personalized-spa .spa-card-body {
  flex: 1;
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.personalized-spa .spa-card-body h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.personalized-spa .spa-card-body p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #dcdcdc;
  margin-bottom: 24px;
}

.personalized-spa .spa-btn {
  background-color: #d6a14d;
  color: #0d2038;
  border: none;
  border-radius: 6px;
  padding: 12px 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: start;
}

.personalized-spa .spa-btn:hover {
  background-color: #e5b967;
}

/* Responsive Layout */
@media (max-width: 992px) {
  .personalized-spa .spa-hero-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .personalized-spa .spa-hero-img {
    width: 100%;
    max-width: 600px;
  }

  .personalized-spa .spa-card-grid {
    top: -40px;
    padding: 20px;
  }

  .personalized-spa .spa-card {
    flex-direction: column;
  }

  .personalized-spa .spa-card:nth-child(2) {
    flex-direction: column;
  }

  .personalized-spa .spa-card-img {
    width: 100%;
    height: 220px;
  }
}

.personalized-spa .spa-card.spa-right .spa-content{
    order:2;
}
.personalized-spa  .spa-card.spa-right .spa-img{
    order:1;
}

/* =========================================
   TD AGENT CHATBOT (CREATIVE STUDIO STYLE)
========================================= */

#td-agent-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  font-family: 'Inter', sans-serif;
}

/* Floating Toggle Button */
.td-agent-toggle {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: none;
   background: radial-gradient(circle at 30% 25%, #d8dcff 0%, #b8c4ff 35%, #a3b6ff 60%, #8fa8ff 100%);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.td-agent-toggle img {
  padding-top:10px;
  width: 80px;
  height: 80px;
}

.td-agent-toggle:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* Chat Panel */
.td-agent-chat {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 450px;
  height: 520px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.35s ease;
}

.td-agent-chat.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

/* Header */
.td-agent-header {
  background: linear-gradient(90deg, #4b91f7, #2f60e3);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 22px;
  font-weight: 600;
  font-size: 1.1rem;
}

.td-agent-header button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  transition: opacity 0.3s;
}

.td-agent-header button:hover {
  opacity: 0.7;
}

/* Chat Body */
.td-agent-body {
  flex: 1;
  background: #f9fafb;
  padding: 16px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.td-agent-body .chat-message {
  max-width: 85%;
  border-radius: 14px;
  margin-bottom: 12px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.5;
}

.td-agent-body .chat-message.bot {
  background-color: #eef3ff;
  color: #222;
  align-self: flex-start;
}

.td-agent-body .chat-message.bot ul{
    margin: 10px 0px;
    padding-inline-start: 20px;
}

.td-agent-body .chat-message.user {
  background-color: #2f60e3;
  color: #fff;
  align-self: flex-end;
}

/* Input */
.td-agent-form {
  display: flex;
  align-items: center;
  border-top: 1px solid #e5e8ee;
  padding: 10px 12px;
  background-color: #fff;
}

.td-agent-form input {
  flex: 1;
  border: none;
  font-size: 0.95rem;
  outline: none;
  padding: 10px;
}

.td-agent-form .send-btn {
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.td-agent-form .send-btn:hover {
  transform: translateY(-1px);
}

.td-agent-form .send-btn img {
  width: 22px;
  height: 22px;
}

/* Footer */
.td-agent-footer {
  text-align: center;
  font-size: 0.8rem;
  color: #666;
  border-top: 1px solid #e5e8ee;
  background: #fff;
  padding: 8px;
}

.td-agent-footer a {
  color: #2f60e3;
  font-weight: 600;
  text-decoration: none;
}

.td-agent-footer a:hover {
  text-decoration: underline;
}

.chat-message.bot img.chat-image {
  max-width: 220px;
  border-radius: 10px;
  margin-top: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: block;
}

.chat-message.bot .download-btn {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(90deg, #6b72ff, #9d9bff);
  padding: 4px 10px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.chat-message.bot .download-btn:hover {
  background: linear-gradient(90deg, #7d83ff, #b1adff);
}

/* =========================================================
   Treasure Resorts – Sign-In Modal (namespaced)
   ========================================================= */

   
.resorts-signin-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  font-family: 'Inter', sans-serif;
   box-sizing: border-box; 
}
.resorts-signin-modal * {
  box-sizing: border-box; 
}

.resorts-signin-modal.active {
  display: flex;
}

.resorts-signin-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.resorts-signin-box {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  padding: 2rem;
  width: 480px;
  max-width: 90%;
  z-index: 1001;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.resorts-signin-box h2 {
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #111;
  font-family: 'Marcellus', serif !important;
}

.resorts-signin-box label {
  display: block;
  font-weight: 500;
  margin: 1rem 0 0.25rem;
  color: #222;
}

.resorts-signin-box input {
  width: 100%;
  padding: 0.6rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.resorts-signin-box input:focus {
  outline: none;
  border-color: #d6a85c;
  box-shadow: 0 0 0 2px rgba(214, 168, 92, 0.2);
}

.resorts-forgot-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #3068DF;
  text-decoration: none;
  font-weight:100;
}

.resorts-forgot-link:hover {
  text-decoration: underline;
}

.resorts-signin-btn {
  display: block;
  width: 100%;
  margin-top: 1.25rem;
  background: linear-gradient(180deg, #f4e3b1 0%, #d6a85c 100%);
  border: none;
  border-radius: 4px;
  padding: 0.75rem;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.1s ease;
}

.resorts-signin-btn:hover {
  opacity: 0.9;
}

.resorts-signin-btn:active {
  transform: scale(0.98);
}

.resorts-signin-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: none;
  border: none;
  font-size: 1.3rem;
  cursor: pointer;
  color: #000;
  line-height: 1;
  padding: 0;
}

.resorts-signin-close:hover {
  opacity: 0.7;
}

/* Loader Overlay */
.loader-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

/* Loader Box */
.loader-box {
  background: #fff;
  padding: 40px 60px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  min-width: 300px;
  animation: fadeIn 0.4s ease-in-out;
}

/* Loader Text */
.loader-text {
  font-size: 18px;
  color: #222;
  margin-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Spinner */
.loader-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #ccc;
  border-top: 3px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

/* Close Button */
.loader-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

.loader-close:hover {
  color: #000;
}

/* Animations */
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

#errorModal img{
    width:20px;
}
#errorModal #closeErrorBtn{
    width:100%;
}

#errorModal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

#errorModal.is-open {
  display: flex;
}

.chat-loader {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}

.chat-loader span {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  background: #ce6b4a;
  border-radius: 50%;
  display: inline-block;
  animation: bounce 1s infinite ease-in-out;
}

.chat-loader span:nth-child(2) {
  animation-delay: 0.2s;
}
.chat-loader span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.4;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

.postcard-wrapper {
  position: relative;
  display: inline-block;
}

.postcard-wrapper img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.postcard-caption {
  position: absolute;
right: auto;
left: 4%;
text-align: left;
bottom:4%;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px; 
  font-family: "Dancing Script", "Pacifico", "Brush Script MT", cursive;
  font-weight: 200;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
  pointer-events: none;
}

/* Animated loader */
.chat-loader span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  background: #784911;
  border-radius: 50%;
  animation: blink 1.4s infinite both;
}
.chat-loader span:nth-child(2) { animation-delay: .2s; }
.chat-loader span:nth-child(3) { animation-delay: .4s; }

@keyframes blink {
  0%, 80%, 100% { opacity: 0; }
  40% { opacity: 1; }
}
.postcard-caption {
  animation: fadeIn 1.5s ease-out 0.5s forwards;
  opacity: 0;
}

@keyframes fadeIn {
  to { opacity: 0.9; }
}

#td-agent-form.upload-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 6px;
}

#td-agent-form .upload-btn img {
  width: 20px;
  height: 20px;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

#td-agent-form .upload-btn:hover img {
  opacity: 1;
}

#td-agent-form .theme-btn{
    background: none;
    border: 0.8px solid #2f60e3;
    border-radius: 3px;
    padding: 5px;
    color: #2f60e3;
    font-weight: 200;
}

@media (max-width: 768px) {
  header.resorts-header{
    padding:14px 14px !important;
    width:100% !important;
    display:inline-block !important;
  }
  .header-left{
    display:block !important;
    float:left;
  }
  .header-right{
    display:block !important;
    float:right;
    text-align:right !important;
    padding-top:20px !important;
  }
  .header-right a{
    font-size:12px !important;
    float:right !important;
    text-align:rigth !important;
  }
  .header-right img.icon{
    width:12px !important;
    height:12px !important;
  }
  #hero h1{
    font-size:30px !important;
  }
  .hero-subtitle{
    font-size:28px !important;
  }
  h2.section-heading{
    font-size:28px !important;
  }
  .categories-section{
    padding:64px 64px !important;
  }
  .form-heading{
    font-size:32px !important;
  }
  .form-section{
    padding:40px 40px !important;
  }
  #resortsNav{
    display:none !important;
  }
  .footer-logos img{
    height:20px !important;
  }
  .resorts-logo{
    height:50px !important;
  }
}


#form-section{
  display: none !important;
}