/* ====== BASE STYLES ====== */
:root {
  --club-wyndham-white: #ffffff;
  --club-wyndham-blue-1: #00828c;
  --mine-shaft: #333333;
  --color-pink: #f7a9a9;
  --color-black: #1f1f1f;
  --color-grey: #b2b2b2;
  --font-family-founders_grotesk-regular: "Geologica", sans-serif;
  --font-family-founders_grotesk-bold: "Geologica", sans-serif;
  --font-family-founders_grotesk-semibold: "Geologica", sans-serif;
  --font-family-founders_grotesk-medium: "Geologica", sans-serif;
  --font-family-open_sans: "Geologica", sans-serif;
  --font-size-xl: 18px;
  --font-size-xxxl: 24px;
}
body {
  margin: 0;
  font-family: "Geologica", sans-serif;
  background-color: #ffffff;
  color: var(--color-grey);
  line-height: 1.6;
}
/* ====== MAIN CONTAINER ====== */
.desktop-1440 {
  align-items: center;
  background-color: var(--club-wyndham-white);
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.desktop-1440 .frame-1 {
  height: auto;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  width: 95%;
}
.hero {
  width: 100%;
  height: auto;
  max-width: 1357px !important;
  display: block;
  padding: clamp(15px, 3vw, 30px);
  /* padding: 78px !important; */
}
@media (max-width: 768px) {
  .hero {
    padding: 40px !important;
  }
}
@media (max-width: 480px) {
  .hero {
    padding: 20px !important;
  }
}
/* ====== POINT-COPY CONTAINER ====== */
.desktop-1440 .point-copy {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 3vw, 32px);
  justify-content: center;
  padding: clamp(20px, 4vw, 15px);
  width: 100%;
  max-width: 1440px;
  /* margin-bottom: 15px; */
  margin-top: -30px;
}
/* ====== IMAGE STYLES ====== */
.desktop-1440 .image {
  width: 100%;
  max-width: 673px;
  height: auto;
  max-width: 712px !important;
}
@media (min-width: 1025px) {
  .desktop-1440 .image {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .desktop-1440 .image {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .desktop-1440 .image {
    width: 100%;
    max-width: 400px;
  }
}
/* ====== COPY (TEXT) STYLES ====== */
.desktop-1440 .copy {
  width: 100%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 clamp(10px, 2vw, 20px);
}
@media (min-width: 1025px) {
  .desktop-1440 .copy {
    width: 45%;
    position: relative;
    right: 30px;
  }
}
@media (max-width: 1024px) {
  .desktop-1440 .copy {
    width: 70%;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .desktop-1440 .copy {
    width: 100%;
    max-width: 400px;
  }
}
.desktop-1440 .what-can-i-do-with-w {
  letter-spacing: 0;
  line-height: clamp(36px, 4vw, 48px); /* Increased from 32px to 36px */
  position: relative;
  width: 100%;
  font-size: clamp(28px, 3vw, 42px); /* Increased from 24px to 28px */
  font-weight: 900;
  text-align: left;
}
.desktop-1440 .wyndham-rewards-is {
  color: var(--mine-shaft);
  font-family: var(--font-family-founders_grotesk-regular);
  font-size: clamp(
    15px,
    2vw,
    var(--font-size-xl)
  ); /* Increased from 16px to 18px */
  font-weight: 400;
  letter-spacing: 0.22px;
  line-height: clamp(
    26px,
    2.5vw,
    32px
  ); /* Increased from 24px to 26px */
  position: relative;
  width: 100%;
  align-items: left;
  text-align: left;
  line-height: 26px;
}
/* ====== PRIZES SECTION ====== */
.desktop-1440 .prizes {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 3vw, 29px);
  height: auto;
  justify-content: center;
  padding: clamp(20px, 4vw, 15px);
  position: relative;
  width: 100%;
}
.desktop-1440 .grand-prize-sec {
  height: auto;
  position: relative;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}
.desktop-1440 .overlap-group {
  align-items: center;
  background: linear-gradient(180deg, #084455 0%, #00828c 79%, #00b6c0 100%);
  border-radius: clamp(15px, 2vw, 26px);
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 2vw, 22px);
  min-height: auto;
  padding: clamp(30px, 4vw, 50px) 0;
  width: 100%;
  flex: 1;
  justify-content: space-between;
}
.desktop-1440 .grand-prize-winner {
  color: var(--club-wyndham-white);
  font-family: var(--font-family-founders_grotesk-regular);
  font-size: clamp(42px, 5vw, 70px) !important; /* Increased from 36px to 42px at small sizes */
  font-weight: 700;
  height: auto;
  letter-spacing: 0;
  line-height: 0.8; /* Adjusted line height for better spacing */
  text-align: center;
  width: 100%;
}
.desktop-1440 .address {
  letter-spacing: 0;
  line-height: clamp(28px, 4vw, 56px); /* Increased from 23px to 28px */
  min-height: auto;
  text-align: center;
  width: 100%;
  padding: 0px clamp(10px, 2vw, 20px);
  font-size: clamp(
    22px,
    3.5vw,
    45px
  ) !important; /* Added explicit font size */
}
.desktop-1440 .group-39847 {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 clamp(10px, 2vw, 20px);
  flex-direction: column;
}
.desktop-1440 .x2500-airline-vouch {
  height: auto;
  letter-spacing: 0;
  line-height: clamp(22px, 2.5vw, 30.8px);
  text-align: center;
  width: 100%;
  white-space: break-spaces;
  font-size: clamp(14px, 1.8vw, 20px);
}
/* ====== 2ND PRIZES SECTION ====== */
.desktop-1440 .x2nd-prizes {
  align-items: stretch; /* Changed from center to stretch to allow full height */
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 3vw, 45px);
  justify-content: center;
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  .desktop-1440 .x2nd-prizes {
    width: 100%;
    flex-wrap: wrap;
  }
}
.desktop-1440 .ly-sec {
  height: auto;
  position: relative;
  width: 100%;
  max-width: 637px;
  display: flex; /* Added display flex */
  flex: 1; /* Added flex grow */
}
.desktop-1440 .overlap-group-1,
.desktop-1440 .overlap-group1 {
  align-items: center;
  background: linear-gradient(180deg, #084455 0%, #00828c 79%, #00b6c0 100%);
  border-radius: clamp(20px, 2vw, 26px);
  display: flex;
  flex-direction: column;
  min-height: auto;
  padding: clamp(40px, 5vw, 67.4px) clamp(15px, 2vw, 20px);
  width: 100%;
  flex: 1; /* Added to make it fill the container */
  justify-content: space-between; /* Added to distribute content */
}
.desktop-1440 .monthly-winners,
.desktop-1440 .weekly-winners {
  color: var(--club-wyndham-white);
  font-family: var(--font-family-founders_grotesk-semibold);
  font-size: clamp(38px, 4vw, 56.4px);
  font-weight: 700;
  height: auto;
  /* letter-spacing: 0; */
  line-height: 1 !important;
  text-align: center;
  width: 100%;
  /* top: 12px; */
  position: relative;
}
@media (max-width: 1199px) {
  .desktop-1440 .monthly-winners,
  .desktop-1440 .weekly-winners {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .desktop-1440 .monthly-winners,
  .desktop-1440 .weekly-winners {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .desktop-1440 .monthly-winners,
  .desktop-1440 .weekly-winners {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .desktop-1440 .monthly-winners,
  .desktop-1440 .weekly-winners {
    font-size: 46px;
  }
}
.desktop-1440 .group-3984 {
  align-items: center;
  display: flex;
  flex-direction: column;
  /* gap: clamp(10px, 1.5vw, 17.8px); */
  width: 100%;
  max-width: 407px;
  flex: 1; /* Added to make it grow */
  justify-content: center; /* Center content vertically */
}
@media (max-width: 500px) {
  .desktop-1440 .x120000-wyndham-rewards-points,
  .desktop-1440 .x30000-wyndham-rewards-points {
    color: var(--club-wyndham-white);
    font-family: var(--font-family-founders_grotesk-medium);
    font-size: clamp(
      20px,
      2.5vw,
      23px
    ); /* Increased from 18px to 20px */
    font-weight: 500;
    height: auto;
    letter-spacing: 0;
    /* line-height: clamp(32px, 3vw, 40.8px); */ /* Increased from 30px to 32px */
    text-align: center;
    width: 100%;
    position: relative;
    /* Adjusted from 11px to 8px */
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    line-height: 1.2;
    /* margin-top: 5px; */
  }
}
@media (min-width: 501px) {
  .desktop-1440 .x120000-wyndham-rewards-points,
  .desktop-1440 .x30000-wyndham-rewards-points {
    color: var(--club-wyndham-white);
    font-family: var(--font-family-founders_grotesk-medium);
    font-size: clamp(
      20px,
      2.5vw,
      23px
    ); /* Increased from 18px to 20px */
    font-weight: 500;
    height: auto;
    letter-spacing: 0;
    /* line-height: clamp(32px, 3vw, 40.8px); */ /* Increased from 30px to 32px */
    text-align: center;
    width: 139%;
    position: relative;
    /* Adjusted from 11px to 8px */
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    line-height: 1.2;
    /* margin-top: 5px; */
  }
}
@media (max-width: 1199px) {
  .desktop-1440 .x120000-wyndham-rewards-points,
  .desktop-1440 .x30000-wyndham-rewards-points {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .desktop-1440 .x120000-wyndham-rewards-points,
  .desktop-1440 .x30000-wyndham-rewards-points {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .desktop-1440 .x120000-wyndham-rewards-points,
  .desktop-1440 .x30000-wyndham-rewards-points {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .desktop-1440 .x120000-wyndham-rewards-points,
  .desktop-1440 .x30000-wyndham-rewards-points {
    font-size: 16px;
  }
}
.desktop-1440 .approximate-retail-v {
  height: auto;
  letter-spacing: 0;
  line-height: clamp(12px, 1.5vw, 18px);
  text-align: center;
  width: 100%;
}
/* ====== FAQ SECTION ====== */
.desktop-1440 .fa-qs {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 4vw, 66px);
  padding: clamp(30px, 4vw, 62px) clamp(15px, 2vw, 30px);
  position: relative;
  width: 100%;
  max-width: 1440px;
}
.desktop-1440 .group-39847-1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 1vw, 10.2px);
  position: relative;
  width: 100%;
  max-width: 745px;
}
.desktop-1440 .get-the-inside-scoop {
  color: var(--mine-shaft);
  font-family: var(--font-family-open_sans);
  font-size: clamp(14px, 1.5vw, 17.7px);
  font-weight: 700;
  letter-spacing: 2.21px;
  line-height: clamp(20px, 2vw, 26.6px);
  text-align: center;
  width: 100%;
}
.desktop-1440 .your-questions-answered {
  color: #00828c;
  font-family: var(--font-family-founders_grotesk-bold);
  font-size: clamp(32px, 4vw, 65px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: clamp(40px, 5vw, 66.8px);
  text-align: center;
  width: 100%;
}
/* FAQ Content */
.faq-container {
  max-width: 828px !important;
  margin: 0 auto;
  width: 100% !important;
  padding: 25px !important;
  box-sizing: border-box;
  margin-top: -30px;
}
.faq-title-1 {
  color: var(--mine-shaft) !important;
  font-family: var(--font-family-open_sans);
  text-align: center;
  font-size: 20px; /* Increased from 18px */
  position: relative;
  top: 30px;
  font-weight: 700;
  letter-spacing: 2.21px;
  text-transform: uppercase;
}
.faq-title-2 {
  text-align: center;
  font-family: "Founders Grotesk";
  color: #00828c;
  font-size: 55px; /* Increased from 50px */
  font-weight: 800 !important;
  margin-top: 40px;
  margin-bottom: 30px;
}
/* Improve the FAQ items styling */
.faq-item {
  border-bottom: 1px solid rgba(178, 178, 178, 0.1);
  margin-bottom: 0;
  max-width: 100%;
  line-height: normal;
}
summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0 !important;
  cursor: pointer;
  font-size: 1.35rem; /* Increased from 1.25rem */
  list-style: none;
  color: black;
  position: relative;
  padding-right: 1rem;
  font-family: geologica;
  font-weight: 500;
}
.faq-content {
  padding: 0 0 1rem 0;
  color: #000;
  animation: slideDown 0.3s ease-out;
  opacity: 0.8;
  max-width: 100%;
  font-size: 18px; /* Increased from 16px */
  line-height: 1.5;
  font-family: geologica, sans-serif;
  font-weight: 400;
}
/* Add responsive font sizes for FAQ titles based on DevTools */
@media (max-width: 767px) {
  .faq-title-1 {
    font-size: 16px;
  }
  .faq-title-2 {
    font-size: 30px;
  }
  summary {
    font-size: 16px;
  }
  .faq-content {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .faq-title-1 {
    font-size: 14px;
  }
  .faq-title-2 {
    font-size: 26px;
  }
}
/* Improve the container spacing */
/* Fix the arrow indicator for FAQ items */
summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s ease;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
details[open] summary::after {
  transform: translateY(-30%) rotate(-135deg);
}
/* ====== LOGOS AND LEGAL ====== */
@media (min-width: 500px) {
  .desktop-1440 .blue-logos {
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    /* height: 150px !important; */
    max-width: 900px;
  }
}
@media (max-width: 450px) {
  .desktop-1440 .blue-logos {
    flex: 0 0 auto;
    position: relative;
    /* height: 150px !important; */
    max-width: 600px;
  }
}
.desktop-1440 .legal {
  align-items: center;
  background-color: #00828c;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 39px);
  height: auto;
  padding: clamp(20px, 3vw, 35px) clamp(15px, 2vw, 30px);
  position: relative;
  width: 100%;
}
.index .legal-1 {
  align-items: center;
  align-self: stretch;
  background-color: #00828c;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 310px !important;
  padding: 37px 0px !important;
  position: relative;
  width: 100%;
}
.desktop-1440 .official-rules-pri {
  letter-spacing: 0;
  line-height: clamp(
    22px,
    2.5vw,
    30px
  ); /* Increased from 20px to 22px */
  position: relative;
  text-align: center;
  width: fit-content;
  font-size: clamp(18px, 1.8vw, 24px); /* Increased from 16px to 18px */
}
.desktop-1440 .span-2 {
  text-decoration: underline;
}
.desktop-1440 .address-1 {
  letter-spacing: 0;
  line-height: clamp(18px, 2vw, 24px); /* Increased from 16px to 18px */
  position: relative;
  text-align: center;
  width: 100%;
  font-size: clamp(12px, 1.2vw, 16px); /* Increased from 10px to 12px */
}
/* ====== MODAL STYLES ====== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6) !important;
}
.modal-container {
  position: relative;
  width: 90%;
  max-width: 500px;
  /* background: #00828C !important; */
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); */
  z-index: 1001;
  text-align: center;
  max-height: 90vh;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .modal-container {
    width: 100%;
    max-width: 442px;
    max-height: 100vh;
    padding: 0px !important;
    overflow-x: hidden;
    touch-action: pan-y;
    scroll-behavior: smooth;
    overscroll-behavior: contain;
  }
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: white;
  background: none;
  border: none;
  z-index: 1;
}
.header {
  margin-bottom: 20px;
  position: relative;
  top: 70px;
  /* right: -12px !important; */
}
.pointer-rect {
  width: 40px;
  height: 45px !important;
  background: white;
  border-radius: 5px 5px 0 0;
  top: 31px;
  position: relative;
}
@media (min-width: 768px) {
  .arrow {
    position: relative;
    top: -295px;
    z-index: 11;
    width: 95px;
  }
}
.prize-box {
  background-color: white;
  color: #00828c;
  padding: 24px;
  border-radius: 16px;
  margin: 0 16px;
  line-height: 1;
}
@media (max-width: 500px) {
  .arrow {
    width: 50px;
    height: auto;
    position: relative;
    z-index: 4;
    transform: rotate(270deg);
    top: 128px;
    z-index: 100;
  }
}
.logo-footer {
  border: none !important;
  bottom: 136px !important;
  position: relative;
}
/* ====== MOBILE SPECIFIC STYLES ====== */
@media (max-width: 768px) {
  .desktop-1440 .point-copy {
    flex-direction: column;
  }
  .desktop-1440 .copy {
    text-align: center;
    align-items: center;
  }
  .desktop-1440 .x2nd-prizes {
    flex-direction: column;
    align-items: center;
  }
  .desktop-1440 .group-39847 {
    flex-direction: column;
  }
  body {
    padding: 0rem !important;
  }
  h1 {
    font-size: 2rem;
    font-family: geologica;
  }
  summary {
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .desktop-1440 .grand-prize-winner {
    font-size: clamp(28px, 6vw, 36px) !important; /* Increased from 20px to 28px */
  }
  .desktop-1440 .monthly-winners,
  .desktop-1440 .weekly-winners {
    font-size: clamp(32px, 38px, 38px); /* Increased from 28px to 32px */
  }
  .desktop-1440 .x120000-wyndham-rewards-points,
  .desktop-1440 .x30000-wyndham-rewards-points {
    font-size: clamp(6px, 15px, 22px); /* Increased from 16px to 18px */
  }
  .desktop-1440 .x2500-airline-vouch {
    font-size: clamp(12px, 3vw, 16px);
  }
  .desktop-1440 .your-questions-answered {
    font-size: clamp(28px, 7vw, 36px);
  }
  .desktop-1440 .official-rules-pri {
    font-size: clamp(14px, 3.5vw, 18px);
  }
  .desktop-1440 .address-1 {
    font-size: clamp(9px, 2.5vw, 12px);
  }
  .desktop-1440 .what-can-i-do-with-w {
    font-size: clamp(24px, 3vw, 32px);
  }
  .faq-title-2 {
    font-size: 32px;
  }
}
/* ====== UTILITY CLASSES ====== */
.foundersgrotesk-regular-normal-white {
  color: var(--club-wyndham-white);
  font-family: var(--font-family-founders_grotesk-regular);
  font-size: clamp(16px, 2vw, 22.5px);
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  .foundersgrotesk-regular-normal-white {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .foundersgrotesk-regular-normal-white {
    font-size: 16px;
  }
}
.foundersgrotesk-regular-normal-white-14-1px {
  color: var(--club-wyndham-white);
  font-family: var(--font-family-founders_grotesk-regular);
  font-size: clamp(10px, 1.5vw, 14px) !important;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  .foundersgrotesk-regular-normal-white-14-1px {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .foundersgrotesk-regular-normal-white-14-1px {
    font-size: 10px;
  }
}
.foundersgrotesk-regular-normal-white-45px {
  color: var(--club-wyndham-white);
  font-family: var(--font-family-founders_grotesk-regular);
  font-size: clamp(19px, 3.5vw, 45px) !important;
  font-style: normal;
  font-weight: 400;
}
.foundersgrotesk-regular-normal-white-20px {
  color: var(--club-wyndham-white);
  font-family: var(--font-family-founders_grotesk-regular);
  font-size: clamp(14px, 1.8vw, 20px);
  font-style: normal;
  font-weight: 400;
}
.foundersgrotesk-regular-normal-ultramarine-47-1px {
  color: #00828c;
  font-family: var(--font-family-founders_grotesk-regular);
  font-size: clamp(24px, 3.5vw, 35.1px);
  font-style: normal;
  font-weight: 400;
}
.foundersgrotesk-regular-normal-white-22-5px {
  color: var(--club-wyndham-white);
  font-family: var(--font-family-founders_grotesk-regular);
  font-size: clamp(16px, 2vw, 22.5px);
  font-style: normal;
  font-weight: 400;
}
.foundersgrotesk-regular-normal-white-18-4px {
  color: var(--club-wyndham-white);
  font-family: geologica;
  font-size: 15.4px !important;
  font-style: normal;
  font-weight: 400;
}
.geologica-bold-seashell-52-8px {
  color: black !important;
  font-family: geologica;
  font-size: 52.8px;
  font-style: normal;
  font-weight: 700;
}
.value {
  color: black !important;
  font-family: geologica;
  margin-left: 25px;
  margin-top: 35px;
  font-size: 20px;
  font-weight: 800;
}
/* ====== WHEEL SPECIFIC STYLES ====== */
@media (min-width: 500px) {
  .wheel-scale-wrapper {
    z-index: 6;
  }
}
/* ====== MOBILE SPECIFIC MODAL STYLES ====== */
@media (max-width: 500px) {
  .modal-desktop {
    display: none !important;
  }
  .gg-modal__footer {
    display: none !important;
  }
  .index {
    max-width: 500px !important;
    min-width: 500px !important;
    transform: translateX(0) !important;
    transform-origin: center !important;
    width: 100vw;
    overflow-x: hidden;
    padding: 0px !important;
    margin: 0 auto !important;
    position: relative !important;
  }
  #tt-wheel .tt-modal .modal-content .gg-modal__list-text.divider-lines {
    border-left: 0px solid #fff !important;
    border-right: 0px solid #fff !important;
  }
  #tt-wheel .tt-modal .modal-content .gg-modal__list-text {
    line-height: 1.5rem;
    font-weight: 100;
    text-align: center;
    padding: 0.5rem;
    margin: 0 auto;
    color: #0d0d7d;
    background: #fff;
    min-height: 7rem;
    width: 100%;
    align-items: center;
    border-radius: 31px;
    position: relative;
  }
  #tt-wheel .tt-modal .modal-content .gg-modal__list {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0px;
    text-align: center;
    width: 112%;
  }
  #tt-wheel .tt-modal .modal-content .gg-modal__column:last-child {
    display: flex;
    align-items: center;
    padding: 40px;
    width: 100%;
    gap: 40px;
    flex-direction: column;
    border-top: solid 7px white;
    background-image: linear-gradient(
      360deg,
      #0d0d7d,
      #0d0d7d,
      #0d0d7d,
      #0d0d7d
    );
  }
  #tt-wheel .tt-modal .modal-content .gg-modal__list-text .value {
    font-size: 0.8rem;
    font-family: geologica;
    position: relative;
    bottom: 10px;
    text-align: center;
    right: 10px;
  }
  #tt-wheel .tt-modal .modal-content .gg-modal__top-title {
    line-height: 2.3rem;
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    white-space: normal;
  }
  #tt-wheel .tt-modal .modal-content .gg-modal__brand-logos {
    text-align: center;
    padding: 0;
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
  }
  #tt-wheel .tt-modal .modal-content .gg-modal__body .gradient-container {
    background-image: linear-gradient(
      360deg,
      #0072ce,
      #0072ce,
      #0d0d7d,
      #0d0d7d
    );
  }
  #tt-wheel .tt-modal .modal-content .gg-modal__body {
    font-family: geologica;
    position: relative;
    background-image: linear-gradient(
      360deg,
      #0d0d7d,
      #0d0d7d,
      #0d0d7d,
      #0d0d7d
    );
    z-index: 1;
    height: 100%;
  }
  #tt-wheel .tt-modal .modal-content .gg-modal.vp-styling {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    color: #fff;
    font-size: 1rem;
    overflow: auto;
  }
  #tt-wheel .tt-modal .modal-content .gg-modal .gg-wheel {
    height: 225px;
    width: 225px;
    top: 11rem;
    transform: scale(2.3);
    left: 120px;
  }
  #tt-wheel .tt-modal .modal-content .gg-modal__list-text .title {
    font-family: geologica;
    font-size: 2rem;
    line-height: 0.75rem;
    font-weight: bold;
  }
  #tt-wheel .tt-modal .modal-content .gg-modal__list-text .description {
    font-size: 1rem;
    line-height: 0.5rem;
    font-family: "Geologica";
  }
  #tt-wheel .tt-modal .modal-content .gg-modal__column h1,
  #tt-wheel .tt-modal .modal-content .gg-modal__column p {
    color: #fff;
    margin: 0;
    font-size: 13px !important;
    font-family: "Geologica";
  }
  .x2500-airline-vouch-1 {
    height: 87px;
    letter-spacing: 0;
    line-height: 18px;
    margin-left: -2px;
    text-align: center;
    width: 390px;
    font-size: 12px;
    color: white;
    position: relative;
    bottom: 7px;
    font-size: 10px !important;
  }
  .tt-modal {
    display: block !important;
  }
  .gg-modal__content.thank-you {
    display: none;
  }
  .gg-modal__submit {
    display: none;
  }
}
@media (min-width: 501px) {
  .index {
    padding: 20px !important;
    margin: 0 auto !important;
  }
  .swiper-slide img {
    width: 100%;
    object-fit: cover;
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 250px;
  }
}
/* Ensure images are responsive */
img {
  max-width: 100%;
  height: auto;
}
/* Additional Responsive Fixes */
@media (max-width: 500px) {
  #tt-wheel .tt-modal .modal-content .gg-modal__body {
    font-family: geologica;
    position: relative;
    background-image: linear-gradient(
      360deg,
      #0d0d7d,
      #0d0d7d,
      #0d0d7d,
      #0d0d7d
    );
    z-index: 1;
    height: 100%;
  }
  .x2500-airline-vouch-1 {
    font-size: 10px !important;
  }
  .modal-content {
    left: 15px !important;
  }
}
/* Fix for line-10 */
@media (max-width: 1440px) {
  .line-10 {
    top: 29px;
    display: flex;
    position: relative;
    width: 71px;
    left: 2px;
  }
}
* {
  font-family: "Montserrat" !important;
}
summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0 !important;
  cursor: pointer;
  font-size: 1.35rem;
  list-style: none;
  color: black;
  position: relative;
  padding-right: 1rem;
  font-family: geologica;
}
.foundersgrotesk-regular-normal-white-22-5px {
  font-size: clamp(16px, 2vw, 22.5px) !important;
}
@font-face {
  font-family: "Founders Grotesk";
  src: url("https://47115785.fs1.hubspotusercontent-na1.net/hubfs/47115785/Club%20Wyndham/Fonts/FoundersGrotesk-Regular.otf")
    format("opentype");
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "Founders Grotesk";
  src: url("https://47115785.fs1.hubspotusercontent-na1.net/hubfs/47115785/Club%20Wyndham/Fonts/FoundersGrotesk-Bold.otf")
    format("opentype");
  font-weight: 700; /* Bold */
  font-style: normal;
}
.header h1 {
  font-size: 36px !important;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
}
.header p {
  font-size: 21px !important;
  font-weight: 500;
  opacity: 0.9;
  text-transform: uppercase !important;
}
.footer-legal p {
  font-size: 11px !important;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.legal-text {
  color: #00828c;
  font-size: 10px;
  text-align: center !important;
  margin-top: 16px;
}
@media (min-width: 500px) {
  .desktop-1440 .frame-1 {
    height: auto;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    top: 25px;
    width: 93%;
  }
}
@media (max-width: 500px) {
  .foundersgrotesk-regular-normal-ultramarine-47-1px {
    color: #00828c !important;
    font-family: var(--font-family-founders_grotesk-regular);
    font-size: 25px; /* Increased from 29.1px */
    font-style: normal;
    font-weight: 700;
  }
}
.desktop-1440 .monthly-winners,
.desktop-1440 .weekly-winners {
  color: var(--club-wyndham-white);
  font-family: var(--font-family-founders_grotesk-semibold);
  font-size: clamp(33px, 4vw, 47.4px);
  font-weight: 700;
  height: auto;
  /* letter-spacing: 0; */
  line-height: 1 !important;
  text-align: center;
  width: 100%;
  /* top: 12px; */
  position: relative;
  margin-bottom: 5px;
}
@media (max-width: 500px) {
  .hero {
    display: none;
  }
}
@media (min-width: 501px) {
  .hero-1 {
    display: none;
  }
}
@media (min-width: 501px) {
  .text-box {
    display: none;
  }
}
@media (min-width: 501px) {
  .hero-1 {
    display: none;
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 501px) {
  .hero-1 {
    width: 100%;
    max-width: 92%;
  }
}
.text-box {
  width: 100%;
  max-width: 92%;
  margin-top: 10px;
}
.header-nav {
  width: 100%;
  max-width: 1350px;
  margin: 20px auto; /* Increased from 10px to 20px for more space */
  border-radius: 25px;
  padding: 0 16px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .container-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #00828c;
    border-radius: 25px;
    height: 80px; /* Increased from 60px to 80px for more vertical space */
    padding: 0 0px;
    transition: all 0.3s ease;
    position: relative;
    top: 30px;
  }
}
.container-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #00828c;
  border-radius: 25px;
  height: 80px; /* Increased from 60px to 80px for more vertical space */
  padding: 0 0px;
  transition: all 0.3s ease;
  max-width: 1500px;
}
.logo-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 40px; */
  /* Center the logo horizontally when in mobile view */
  margin: 0 auto;
  /* This ensures the logo stays centered in desktop view too */
  /* position: absolute; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  margin-top: 40px;
}
/* Responsive tweaks with multiple breakpoints */
@media (max-width: 992px) {
  .header-nav {
    padding: 0 12px;
    margin: 15px auto; /* Adjusted for medium screens */
  }
  .container-nav {
    padding: 0 15px;
    height: 70px; /* Slightly reduced height for medium screens */
  }
}
@media (max-width: 768px) {
  .container-nav {
    flex-direction: column;
    height: auto;
    padding: 20px 10px; /* Increased padding from 15px to 20px */
    gap: 10px;
  }
  .logo-nav {
    position: relative;
    left: 0;
    transform: none;
    margin: 0 auto 10px;
    height: 20px;
    margin-top: 53px;
  }
  .header-nav {
    margin: 15px auto; /* Consistent margin */
  }
}
@media (max-width: 480px) {
  .header-nav {
    padding: 0 8px;
    margin: 10px auto; /* Adjusted for smallest screens */
    border-radius: 15px;
  }
  .container-nav {
    border-radius: 15px;
    padding: 0px 8px; /* Increased padding from 12px to 15px */
  }
  .logo-nav {
    height: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 500px) {
  .faq-item {
    border-bottom: 1px solid rgba(178, 178, 178, 0.1);
    margin-bottom: 0;
    max-width: 100%;
    font-size: 23px;
    line-height: normal;
  }
}
@media (min-width: 1024px) {
  .frame-1 {
    display: block;
    max-width: 1440px !important;
  }
}
@media (max-width: 1023px) {
  .frame-1 {
    display: none;
  }
}
@media (max-width: 400px) {
  .arrow {
    width: 50px;
    height: auto;
    position: relative;
    z-index: 4;
    transform: rotate(270deg);
    top: 148px;
    z-index: 100;
  }
}
@media (max-width: 400px) {
  .pointer-rect {
    width: 40px;
    height: 55px !important;
    background: white;
    border-radius: 5px;
    position: relative;
    top: 98px !important;
  }
}
.prize-info p {
  font-size: 12px;
  line-height: 0.4;
}
.prize-info h2 {
  font-size: 30px;
  margin-bottom: 4px;
  font-weight: 800;
  text-transform: uppercase;
}
.modal-header h1 {
  font-size: 40px;
  /* line-height: 0.01; */
  position: relative;
  left: 96px !important;
  margin-bottom: 0 !important;
}
.modal-header h2 {
  font-size: 30px;
  font-weight: normal;
  margin-top: -5px !important;
  position: relative;
  left: 291px !important;
}
.input-form text {
  position: relative;
  top: 10px;
}
.divider {
  width: 100%;
  max-width: 700px;
  height: 5px !important;
  background-color: white !important;
  margin: 32px auto;
}
/* For the Margaritaville script font */
@font-face {
  font-family: "CircularStd";
  src: url("https://47115785.fs1.hubspotusercontent-na1.net/hubfs/47115785/CircularStd-Medium.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "CircularStd";
  src: url("https://47115785.fs1.hubspotusercontent-na1.net/hubfs/47115785/CircularStd-BookItalic.woff2")
    format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "CircularStd";
  src: url("https://47115785.fs1.hubspotusercontent-na1.net/hubfs/47115785/CircularStd-Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: bold;
}
/* For the Margaritaville script font */
@font-face {
  font-family: "CircularStd";
  src: url("https://47115785.fs1.hubspotusercontent-na1.net/hubfs/47115785/CircularStd-Book-2.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
}
/* For the Margaritaville script font */
@font-face {
  font-family: "margaritaville-script";
  src: url("https://use.typekit.net/mwi3vnu.css");
  font-weight: normal;
  font-style: normal;
}
.second-line {
  justify-content: center;
  text-align: center;
  font-size: 36px;
  /* white-space: break-spaces; */
  line-height: normal;
  font-weight: 500;
  color: white;
}
.third-line {
  text-align: center;
  /* white-space-collapse: break-spaces; */
  color: white;
  font-family: "Founders Grotesk" !important;
  width: 64%;
  font-size: 19px;
  line-height: normal;
}
/* Add specific media query for the prize boxes at tablet sizes */
@media (min-width: 768px) and (max-width: 1199px) {
  .desktop-1440 .x2nd-prizes {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .desktop-1440 .ly-sec {
    width: calc(50% - clamp(10px, 1.5vw, 22.5px));
    min-height: 300px; /* Set a minimum height */
  }
}
/* Add specific styles for mobile view */
@media (max-width: 767px) {
  .desktop-1440 .x2nd-prizes {
    flex-direction: column;
    align-items: center;
  }
  .desktop-1440 .ly-sec {
    width: 100%;
    max-width: 100%;
    /* margin-bottom: 20px; */
  }
  .desktop-1440 .overlap-group-1,
  .desktop-1440 .overlap-group1 {
    /* min-height: 250px; */ /* Set a minimum height for mobile */
  }
}
/* Add styles for the weekly-winners and monthly-winners sections */
.desktop-1440 .weekly-winners-container,
.desktop-1440 .monthly-winners-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}
/* Add the new classes for the second and third lines */
.second-line {
  justify-content: center;
  text-align: center;
  font-size: clamp(16px, 3vw, 36px);
  /* white-space: break-spaces; */
  line-height: normal;
  font-weight: 500;
  color: white;
  margin: 15px 0;
}
.third-line {
  text-align: center;
  color: white;
  font-family: "Founders Grotesk" !important;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  font-size: clamp(15px, 2vw, 19px);
  line-height: normal;
}
/* Add equal height for the grand prize section as well */
.desktop-1440 .grand-prize-sec {
  height: auto;
  position: relative;
  width: 100%;
  max-width: 1310px;
  display: flex;
  flex-direction: column;
}
.desktop-1440 .image {
  width: 100%;
  max-width: 673px;
  height: auto;
  max-width: 712px !important;
}
@media (max-width: 500px) {
  .enter-button {
    background-color: #0b4a55;
    border-radius: 12px;
    padding: 5px 0px !important;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 2px solid white;
    transition: all 0.2s ease;
    width: 75px !important;
  }
}
@media (max-width: 500px) {
  .click-to-text {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 17px !important;
    font-weight: 500;
    color: white !important;
    margin-bottom: 5px;
  }
}
@media (max-width: 500px) {
  .enter-text {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 20px !important;
    font-weight: 700;
    color: white;
    line-height: 0.9;
  }
}
.tagline {
  text-align: center;
  padding: 25px 20px;
  color: #00828c;
  max-width: 1200px;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
}
.tagline-text {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.15;
}
.description-19 {
  padding: 0px 20px;
  text-align: center;
  max-width: 900px;
  /* margin: 16px auto; */
  color: #555;
  font-size: 0.9rem;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  margin-top: -35px;
  margin-bottom: 20px;
}
.description p {
  margin-bottom: 10px;
}
.description p:last-child {
  margin-bottom: 0;
}
.golf-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* gap: 25px; */
  padding: 40px 20px;
  max-width: 1440px;
  margin: 16px auto;
  align-items: center;
  background-color: #0b4a55;
  backdrop-filter: blur(10px);
  /* border-radius: 20px; */
}
.golf-image-container {
  position: relative;
  margin-left: 25px;
}
.golf-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  aspect-ratio: 4 / 3;
}
@media (min-width: 768px) {
  .logo-nav-image {
    height: 65px;
  }
}
@media (max-width: 767px) {
  .logo-nav-image {
    height: auto;
  }
}
.golf-content {
  padding: 5px 0;
  color: #00828c;
}
.golf-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.15;
  color: white;
}
.golf-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: white;
  margin-bottom: 0;
}

/* Even smaller screens */
@media (max-width: 480px) {
  .golf-section {
    padding: 15px;
    margin: 16px 15px;
    gap: 15px;
  }
  .golf-title {
    font-size: 1.4rem;
  }
  .golf-text {
    font-size: 0.9rem;
  }
}
/* Destinations Section */
.destinations-section {
  padding: 25px 20px;
  max-width: 1200px;
  margin: 16px auto;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
}
.destinations-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #00828c;
}
/* Desktop Grid */
.desktop-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.destination-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.destination-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.destination-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
  padding: 12px 8px 8px;
  font-size: 0.9rem;
  font-weight: 600;
}
/* Mobile Carousel */
.mobile-carousel {
  display: none;
  position: relative;
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
}
.carousel-track {
  display: flex;
  transition: transform 0.3s ease;
}
.carousel-slide {
  flex: 0 0 100%;
  position: relative;
  padding: 0 10px;
}
.carousel-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
}
.carousel-caption {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  /* background: linear-gradient(to top, rgba(0, 128, 128, 0.9), transparent); */
  color: white;
  padding: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 8px;
}
.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.carousel-dot.active {
  background-color: #00828c;
}
/* Contest Section */
.contest-section {
  background-color: #0b4a55;
  color: white;
  padding: 25px 20px;
  margin: 16px auto;
  border-radius: 20px;
  text-align: center;
  max-width: 1039px;
  box-shadow: 0 8px 32px rgba(0, 128, 128, 0.3);
  /* Responsive margin-bottom using clamp() */
  margin-bottom: clamp(20px, 4vw, 50px);
}
.contest-subtitle {
  font-size: 1.2rem;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.contest-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.1;
}
.contest-text {
  margin-bottom: 20px;
  font-size: 1.1rem;
  line-height: 1.3;
}
.contest-button {
  background-color: #ff6f61;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 16px 40px;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px auto;
}
.contest-button:hover {
  background-color: #e5625a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
/* Footer */
.footer {
  background-color: #00828c;
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 0.75rem;
  margin-top: 16px;
}
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}
.footer-links span {
  white-space: nowrap;
}
.footer-text {
  margin-bottom: 10px;
  line-height: 1.3;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/* Media Queries */
@media (max-width: 1200px) {
  .logo {
    height: 60px;
  }
  .hero-title {
    font-size: 3.5rem;
  }
  .hero-subtitle {
    font-size: 1.5rem;
  }
  .tagline-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 992px) {
  .logo {
    height: 50px;
  }
  .golf-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  /* Switch to carousel at 992px */
  .desktop-grid {
    display: none;
  }
  .mobile-carousel {
    display: block;
  }
  .hero-title {
    font-size: 3rem;
  }
  .hero-subtitle {
    font-size: 1.3rem;
  }
  .golf-title {
    font-size: 1.8rem;
  }
  .contest-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hero {
    margin: 16px 0;
    padding: 0;
  }
  .hero-image {
    border-radius: 0;
  }
}

/* Mobile styles - title, then image, then text */
@media (max-width: 768px) {
  body {
    background-size: 200px 200px;
  }
  .logo {
    height: 40px;
  }
  .header {
    padding: 20px 20px 15px;
    border-radius: 0;
  }
  .hero {
    padding: 0 20px 10px;
    margin: 16px auto;
  }
  .hero-image {
    border-radius: 16px;
  }
  .golf-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    /* margin: 16px 20px; */
  }
  .golf-content {
    display: contents;
  }
  .golf-title {
    order: 1;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .golf-image-container {
    order: 2;
  }
  .golf-text {
    order: 3;
    text-align: center;
  }
  .hero-title {
    font-size: 2.5rem;
    margin-bottom: 2px;
  }
  .hero-subtitle {
    font-size: 1.2rem;
  }
  .tagline {
    padding: 20px;
    margin: 16px 3px;
  }
  .tagline-text {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
  .description {
    /* padding: 20px; */
    /* margin: 16px 20px; */
    margin-top: -59px;
    padding: 16px;
  }
  .destinations-section {
    padding: 20px;
    margin: 16px 20px;
  }
  .destinations-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .contest-section {
    margin: 16px 20px;
    padding: 20px;
    margin-bottom: 40px;
  }
  .contest-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .contest-subtitle {
    margin-bottom: 6px;
  }
  .contest-text {
    margin-bottom: 15px;
  }
  .footer {
    padding: 15px;
    margin-top: 16px;
  }
  .footer-links {
    gap: 8px;
    margin-bottom: 10px;
  }
  .footer-text {
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .logo {
    height: 35px;
  }
  .hero {
    margin: 16px auto;
    padding: 0 15px 8px;
  }
  .hero-title {
    font-size: 2rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .tagline {
    /* padding: 15px; */
    /* margin: 16px 15px; */
  }
  .tagline-text {
    font-size: 1.2rem;
  }
  .description {
    /* padding: 15px; */
    /* margin: 16px 15px; */
  }
  .golf-section {
    padding: 15px;
    margin: 16px 15px;
    gap: 12px;
    width: 100%;
  }
  .destinations-section {
    padding: 15px;
    margin: 16px 15px;
  }
  .destinations-title {
    margin-bottom: 15px;
  }
  .contest-section {
    margin: 16px 15px;
    padding: 20px;
    margin-bottom: 40px;
  }
  .contest-title {
    font-size: 1.4rem;
  }
  .carousel-caption {
    font-size: 1.5rem;
    padding: 12px;
  }
  .footer {
    padding: 12px;
    margin-top: 16px;
  }
} 