/* ====== 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; */
}

/* ====== 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: .75rem;
    font-weight: bold;
  }

  #tt-wheel .tt-modal .modal-content .gg-modal__list-text .description {
    font-size: 1rem;
    line-height: .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%);
      }
      
      /* 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: 35px;
        }
        
        .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;
        }
      }
      @media (max-width: 500px) {
        .logo-nav img {
          height: 20px !important;
          position: relative;
          top: 5px;
          left: 5px;
        }
      }
      @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) {
      .header-nav {
     display: none;
      }}
      @media (min-width: 1024px) {

      .container-nav {
       display: none;
      }}
      @media (min-width: 1024px) {

      .logo-nav {
        display: none;
      }}
    
    @media (min-width: 1024px) {
      .logo-nav img {
display: none;        
      }
    }
    @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;
}
/* Carousel Styles */
.carousel-container {
  width: 100%;
  margin: 0 auto;
}

.carousel {
  position: relative;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.carousel-inner {
  height: 100%;
}

.carousel-slide {
  position: relative;
  display: none;
  width: 100%;
}

.carousel-slide.active {
  display: block;
}

.carousel-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background 0.3s;
}

.carousel-control:hover {
  background: rgba(255, 255, 255, 1);
}

.carousel-control.prev {
  left: 10px;
}

.carousel-control.next {
  right: 10px;
}

.carousel-indicators {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 10;
}

.indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
}

.indicator.active {
  background: white;
  width: 30px;
  border-radius: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .carousel-control {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .carousel-control {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
/* Image Carousel Styles */
.image-carousel {
  width: 100%;
  max-width: 712px !important;
  height: auto;
  position: relative;
}

@media (min-width: 1025px) {
  .image-carousel {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .image-carousel {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .image-carousel {
    width: 100%;
    max-width: 400px;
  }
}

.carousel-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-slide {
  flex: 0 0 100%;
  width: 100%;
}

.carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.3s ease;
  color: #00828C;
}

.carousel-button:hover {
  background: rgba(255, 255, 255, 0.9);
}

.carousel-button.prev {
  left: 10px;
}

.carousel-button.next {
  right: 10px;
}

.carousel-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  padding: 0;
}

.carousel-dot.active {
  background: white;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
}

.carousel-container {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: auto;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    min-width: 100%;
    flex: 1 0 100%;
}

.carousel-item img {
    width: 100%;
    height: auto;
}


button.prev {
    left: 10px;
     position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}

button.next {
    right: 10px;
     position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}
@media (max-width:500px){
button.next {
 display:none !important;
}}
@media (max-width:500px){
button.prev {
 display:none !important;
}}

@media (min-width: 1025px) {
    .desktop-1440 .image {
        width: 50%;
    }
}

.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;
}
}