    /* Reset and base styles */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: "geologica";
    }
    .banner-text{
      display: flex;
      text-align:center;
      font-size: 14px;
      color:white !important
    }
    a {
      text-decoration: none;
      color: inherit;
    }
    
    body {
      background-color: #f0f0f0 !important;
      color: #333;
      line-height: 1.6;
      width: 100%;
    }
    
    img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    
    button {
      cursor: pointer;
      border: none;
      outline: none;
    }
    
    ul {
      list-style: none;

    }
    
    /* Container */
    .container {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      padding: 0;
      top:20px;
      position: relative;
    }
    
    /* Header */
    .header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 20px;
      background-color: #202C5D;
      color: #fff;
      position: sticky;
      top: 20px;
      z-index: 2000;
      border-radius: 30px;
      margin: 0 auto;
      max-width: 90%;
      transition: top 0.3s ease;
      position: relative; /* key for absolute centering */
    }
    
    .logo {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      display: flex
  ;
      align-items: center;
      justify-content: center;
      width: 150px;
      z-index: 1;
  }
    
    .logo-text {
      font-size: 1.2rem;
      font-weight: bold;
      letter-spacing: 1px;
      font-family: "geologica";
      text-transform: uppercase;
    }
    
    .divider {
      margin: 0 8px;
    }
    
    .club-text {
      font-size: 0.9rem;
      font-weight: 300;
      text-transform: uppercase;
    }
    
    .phone-button {
      background: none;
      color: #fff;
      font-size: 1rem;
      margin-left:auto;
    }
    
    /* Hero Section */
    .hero-section {
      margin: 0 auto;
      background-color: #f0f0f0;
      overflow: hidden;
      width: 100%;
      max-width: 833px;
      border-radius: 0 0 20px 20px;
      position: relative;
      margin-top: 5px;
      margin-bottom: 5px;
    }
    /* Hero Section */
    @media (max-width:500px){
    .hero-section {
      margin: 0 auto;
      background-color: #f0f0f0;
      overflow: hidden;
      width: 100%;
      max-width: 833px;
      border-radius: 0 0 20px 20px;
      position: relative;
      margin-top: -45px !important;
    }}
    
    .hero-grid {
      display: grid;
      grid-template-columns: 1fr;
      padding: 20px 20px 0;
      margin: 0 auto;
    }
    
    .hero-image {
      display: none; /* Hidden on mobile */
      border-radius: 10px;
      overflow: hidden;
    }
    
    .hero-image img {
      width: 100%;
      height: auto;
    }
    
    .pricing-details {
      padding: 0;
      position: relative;
      text-align: center; /* Center align for mobile */
    }
    
    .pricing-title {
      font-size: 1.8rem;
      font-weight: 900;
      margin-bottom: 10px;
      text-align: center;
      text-transform: uppercase;
      color: #000;
    }
    
    .price-box {
      background-color: #fff;
      border-radius: 15px;
      padding: 20px;
      position: relative;
      margin-bottom: 20px; /* Reduce margin to bring promo banner closer */
      display: flex;
      flex-direction: column;
      align-items: center;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
    }
    
    .partner-price-title {
      font-size: 3rem;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 10px;
      color: #000;
    }
    
    .price-container {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
    }
    
    .price {
      display: flex;
      align-items: baseline;
      justify-content: center;
      position: relative;
    }
    
    .currency-title {
      font-size: 2.5rem;
      font-weight: bold;
      margin-right: 5px;
      display: flex;
      align-self: flex-start;
      left: -15px;
      position: relative;
  }
  .currency {
      font-size: 2.5rem;
      font-weight: bold;
      margin-right: 5px;
      color:black;
  }
  @media (min-width:767px){
  .currency {
    font-size: 2.5rem !important;
    font-weight: bold;
    margin-right: 5px;
    /* display: flex; */
    position: relative;
    top: -22px;
    left:10px;
    color:black;
}}
  @media (min-width: 415px) {
    .price-tag {
        display: flex
  ;
        margin-top: 10px;
        justify-content: flex-end;
        /* align-content: normal; */
        /* flex-wrap: wrap; */
        top: 20px;
        position: relative;
    }
  }

    @media (min-width:500px) and (max-width:767px;){
    .amount {
      font-size: 3.6rem !important;
      font-weight: bold;
      color: black;
      line-height: 1;
      position: relative;
      display: inline-block;
    }}
    .amount {
      font-size:2.6rem !important ;
      font-weight: bold;
      color: black;
      line-height: 1;
      position: relative;
      display: inline-block;
    }
    @media (max-width:768px){
    .title-amount{
      font-size: 8rem;
      font-weight: 800;
      color: black;
      line-height: 1;
      position: relative;
      display: inline-block;
      right: 19px;
      }}
 
    @media (min-width:768px){
    .title-amount{
    font-size: 12rem;
    font-weight: 800;
    color: black;
    line-height: 1;
    position: relative;
    display: inline-block;
    right:25px;
    }}
    @media (max-width:768px){
    .from {
      font-size: 1rem;
      font-weight: 300;
      position: absolute;
      left: -11px;
      bottom: 41px;
    }}
    @media (max-width:768px){
    .night {
      font-size: 1rem;
      font-weight: 300;
      position: absolute;
      right: -39px;
      bottom: 40px;
    }}
    @media (min-width:768px){
    .from {
      font-size: 1rem;
      font-weight: 300;
      position: absolute;
      left: -6px;
      bottom: 72px;
    }}
    @media (min-width:768px){

    .night {
      font-size: 1rem;
      font-weight: 300;
      position: absolute;
      right: -36px;
      bottom: 73px;
    }}
    
    /* Update the promo-banner styling to match the design */
    .promo-banner {
      background-color: #202C5D;
      padding: 12px 20px;
      border-radius: 12px;
      text-align: center;
      position: relative;
      margin: 0 auto 10px;
      width: 92%;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
    }
    
    .promo-text {
      display: flex;
      flex-direction: column; /* Stack the text vertically */
      width: 100%;
      align-items: center; /* Center the text */
      line-height: 1;
    }
    
    .sale-label {
      font-size: 1.4rem;
      font-weight: 200;
      color: white;
      text-transform: uppercase;
      margin-bottom: 4px; /* Add space between the stacked text */
    }
    
    .sale-details {
      font-size: 1rem;
      font-weight: 700;
      color: white;
      text-transform: uppercase;
    }
    
    .fine-print {
      font-size: 0.7rem;
      color: black;
      text-align: center; /* Center align the text */
      margin: 0 auto 20px; /* Add margin to separate from benefits section */
      width: 100%;
      position: relative;
      top:8px;  
    }
    
    /* Benefits Section - Mobile First (Small Boxes) */
    .benefits-section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      padding: 15px 20px;
      background-color: transparent;
      border-radius: 10px;
      margin: 20px auto;
      max-width: 800px;
    }
    
    .benefit {
      display: flex;
      align-items: center;
      background-color: white;
      border-radius: 10px;
      padding: 8px 15px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
      border: 1px solid #f0f0f0;
      justify-content: center;
    }
    
    .benefit-icon {
      border-radius: 50%;
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 8px;
    }
    
    .benefit-icon i {
      font-size: 0.7rem;
      color: #333;
    }
    
    .benefit-text {
      font-size: 0.65rem;
      font-weight: 600;
      white-space: nowrap;
    }
    
    /* Revert changes to the summer-sale-banner */
    .summer-sale-banner {
      background-color: #202C5D;
      color: black;
      padding: 12px;
      border-radius: 8px;
      margin: 0 auto 20px; /* Changed from "0 20px 20px" to "0 auto 20px" */
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.8rem;
      font-weight: 500;
      position: relative; /* Keep as relative */
      max-width: 1000px;
      width: calc(100% - 40px); /* Account for the side margins */
      /* Remove justify-self: center as it doesn't work in flex containers */
      box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
  }
    
    .summer-sale-banner i {
      margin: 0 10px;
    }
    
    .summer-sale-banner i.fa-clock {
      right: 10px;
    }
    
    /* Destinations Section */
    .destinations {
      margin-bottom: 0px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 10px;
    }
    
    .destination-column {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    
    /* Destination Card */
    .destination-card {
      border: 1px solid #eaeaea;
      border-radius: 8px;
      overflow: hidden;
      background-color: #fff;
      box-shadow:rgba(0, 0, 0, 0.1) 0px 5px 15px;
      display: flex;
      flex-direction: column;
      position: relative;
    }
    
  
    
    /* Card content area */
    .card-content {
      padding: 15px;
      flex: 1;
    }
    
    .card-header h3 {
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 2px;
    }
    
    .duration {
      color: black;
      margin-bottom: 10px;
    }
    
    .description {
      font-size: 0.8rem;
      color: black;
      margin-bottom: 10px;
    }
    @media (min-width:500px){
    .currency-title {
      font-size: 3.5rem;
      font-weight: bold;
      margin-right: 5px;
      display: flex
  ;
      align-self: flex-start;
      position: relative;
      left:-25px;
  }}
    
    .features {
      margin-bottom: 15px;
    }
    
    .features li {
      font-size: 0.75rem;
      color: black;
      margin-bottom: 5px;
      position: relative;
      padding-left: 15px;
    }
    
    .features li:before {
      content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢";
      position: absolute;
      left: 0;
      color: #f06a88;
    }
    
    /* Price tag styling - moved to the right side */
    .price-tag {
      display: none; /* Hide the original price tag */
    }
    
    /* Card footer with pricing and button */
    .card-footer {
      padding: 15px;
      display: flex;
      flex-direction: column;
      align-items: center;
      background-color: #f9f9f9;
      border-top: 1px solid #eee;
    }
    
    /* Discount tag styling */
    .discount-tag, .sale-tag {
      position: absolute;
      top: 10px;
      right: 10px;
      background-color: #000;
      color: #202C5D;
      font-size: 0.7rem;
      padding: 5px 10px;
      border-radius: 5px;
      z-index: 5;
      font-weight: bold;
      border: solid 2px #202C5D;
  }
    
    .total-price {
      font-size: 0.8rem;
      font-weight: 500;
      margin-bottom: 12px;
      text-align: center;
      margin-top: 4px;
    }
    
    .book-now {
      width: 100%;
      background-color: #202C5D;
      color: white;
      padding: 10px;
      border-radius: 35px;
      font-weight: bold;
      font-size: 0.9rem;
      text-transform: uppercase;
      transition: background-color 0.3s;
      margin-bottom: 5px;
      text-align: center;
    }
    
    .book-now:hover {
      background-color: black;
      color:white;
    }
    
    .no-fees {
      text-align: center;
      font-size: 0.7rem;
      color: black;
    }
    @media (min-width:768px){
    .promo-banner {
      background-color: #202C5D;
      padding: 12px 20px;
      border-radius: 12px;
      text-align: center;
      position: relative;
      margin: 0 auto 10px;
      width: 70%;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
      right: 40px;
  }}
  @media (min-width:768px){
  .fine-print {
      font-size: 0.7rem;
      color: black;
      text-align: center;
      margin: 0 auto 20px;
      width: 100%;
      position: relative;
      right: 40px;
  }}
    
    /* Media Queries */
      @media (max-width:768px){
          .price-box {
              background-color: #fff;
              border-radius: 15px;
              padding: 20px;
              position: relative;
              margin-bottom: 20px;
              display: flex
          ;
              flex-direction: column;
              align-items: center;
              box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
              top: 50px;

        
          }
      }
      @media (max-width: 767px) { /* Target mobile */
        .mobile-text {
          display: inline-block;
          font-size: 0.6rem;
          font-weight: bold;
          color: #333;
          margin-right: -151px;
          margin-top: 27px;
          white-space: nowrap;
          position: relative;
          top: 28px;
      
      }

      
      }
      
      @media (min-width: 768px) { /* Hide on desktop */
          .mobile-text {
              display: none;
          }
      }
      @media (min-width:768px){
          .fine-print {
              font-size: 0.7rem;
              color: black;
              text-align: center;
              margin: 0 auto 20px;
              width: 100%;
              position: relative;
          }
      }



      @media (max-width:1024px){
          .partner-price-title {
              font-size: 1.9rem;
              font-weight: 800;
              text-transform: uppercase;
              margin-bottom: 10px;
              color: #000;
          }
      }


    @media (min-width: 768px) {
      .hero-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding: 20px;
        position: relative;
        left:17px;
      }
    
      .hero-image {
        display: block;
      }
    
      .pricing-details {
        text-align: left;
      }
    
      .pricing-title {
        text-align: left;
        font-size: 1.8rem;
      }
    

    
      .partner-price-title {
        text-align: left;
      }
    
      .price {
        justify-content: flex-start;
      }
    
      /* Update the promo-banner styling to match the design */
      .promo-text {
        flex-direction: column;
        align-items: center;
      }
    
      .fine-print {
        text-align: center; /* Keep centered on desktop */
      }
    
      /* Side-by-side layout for destination cards */
      .destination-card {
        flex-direction: row;
        height: 300px;
        margin-top: 12px;
      }
    
      .card-image {
        width: 40%;
        flex: 0 0 35%;
        height: 100%;
      }
    
      .slider-image {
        height: 300px;
      }
    
      .card-content {
        width: 60%;
        flex: 0 0 60%;
        display: flex;
        flex-direction: column;
        padding-right: 200px; /* Make room for the pricing on the right */
        position: relative;
        top: 30px;
      }
    
      /* Move pricing to the right side */
      .card-footer {
        position: absolute;
        top: 12px;
        right: 20px;
        width: 180px;
        height: 100%;
        padding: 20px 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        border-top: none;
      }
    }
    @media (min-width:768px) {
    .price-box {
      background-color: #fff;
      border-radius: 15px;
      padding: 20px;
      position: relative;
      margin-bottom: 20px;
      display: flex
  ;
      flex-direction: column;
      align-items: center;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
      right: 40px;
      top: 50px;
  }}
    
  @media (min-width:768px){
      .promo-banner {
        background-color: #202C5D;
        padding: 15px 21px;
        border-radius: 12px;
        text-align: center;
        position: relative;
        margin: 0 auto 10px;
        width: 92%;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
        right: 40px;
    }}

    @media (max-width: 767px) {
      /* For mobile, use side-by-side layout with smaller image */
      .destination-card {
        flex-direction: row;
        cursor: pointer;
      }
    
      .card-image {
        width: 14%;
        flex: 0 0 42%;
        height: 315px;
      }
    
      .slider-image {
        min-height: 315px;
      }
    
      .card-content {
        width: 60%;
        flex: 0 0 60%;
        padding: 20px;
        position: relative;
      }
    
      .card-footer {
        display: block; /* Hide the footer on mobile */
      }
    
      /* Hide arrows on mobile */
      .slider-arrows {
        display: none;
      }
    
      /* Hide the button on mobile since the entire card is clickable */
      .book-now {
        display: none;
      }
    
      /* Adjust text sizes for mobile */
      .card-header h3 {
        font-size: 1rem;
      }
    
      .duration {
        font-size: 0.8rem;
        margin-bottom: 5px;
      }
    
      .description {
        font-size: 0.75rem;
      }
    
      .features li {
        font-size: 0.75rem;
        margin-bottom: 4px;
      }
    
      /* Show pricing in the content area on mobile */
      .price-tag {
        display: flex;
        margin-top: 10px;
        justify-content: flex-end;
        position: relative;
      }
    

        .price-tag .card-price {
            display: flex
    ;
            align-items: self-end;
            /* justify-self: revert-layer; */
            /* border-left: solid 2px black; */
            padding: 10px;
        }
      }
      
    
      .price-tag .currency {
        font-size: 1rem;
      }
    
      .price-tag .amount {
        font-size: 1.5rem;
      }
    
      .price-tag .per-night {
        font-size: 0.7rem;
      }
    
    .price-box {
      background-color: #fff;
      border-radius: 15px;
      padding: 20px;
      position: relative;
      margin-bottom: 20px;
      display: flex
  ;
      flex-direction: column;
      align-items: center;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;

  }
    
    @media (min-width: 849px) {
      .benefits-section {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding: 5px;
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        margin-top: -5px;
        max-width: 983px !important; 
        margin-left: auto;
        margin-right: auto;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        display: flex;
        justify-content: center;
        background: white;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
        margin-bottom: 20px;
        position: relative;
        width:calc(100% - 40px) !important
      }
    
      .benefit {
        padding: 10px 15px;
        border-radius: 10px;
        box-shadow: none;
        border: none;
      }
    
      .benefit-icon {
        width: 30px;
        height: 30px;
        margin-right: 10px;
      }
    
      .benefit-icon i {
        font-size: 0.8rem;
      }
    
      .benefit-text {
        font-size: 0.75rem;
      }
    }
    
    @media (min-width: 1024px) {
      .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 20px;
        background-color: #202C5D;
        color: #fff;
        position: sticky;
        top: 20px;
        z-index: 2000;
        border-radius: 30px;
        margin: 0 auto;
        max-width: 1000px;
        transition: top 0.3s ease;
        position: relative; /* key for absolute centering */
      }
    
      .hero-section {
        max-width: 1050px;
      }
    
      .benefits-section,
      .destinations {
        max-width: 1000px;
      }
    }
    
    /* Make cards clickable on mobile */
    @media (max-width: 767px) {
      .destination-card {
        cursor: pointer;
        height: 315px;
      }
    }
    
    /* faq css */
    body {

    margin: 0;
    padding: 20px;
    font-family:"Geologica";
    background-color: var(--color-black);
    color: #333;
    line-height: 1.6;
  }

  .faq-container {
    max-width: 800px; 
    margin: 0 auto;
    padding-left:20px;
    padding-right:20px;
  }
      @media (max-width:500px){
          .faq-container {
      padding: 20px !important;
      margin-top:15px;
            }}
          .swiper  {
            z-index:0;
          }
@media (min-width:501px){
  h1 {
    color: var(--color-pink);
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    margin-top:2rem; 
    font-weight: 800;
  }}

  .faq-item {
    border-bottom: 1px solid rgba(178, 178, 178, 0.1);
    margin-bottom: 0;
  }

  details {
    width: 100%;
  }

  summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    cursor: pointer;
    font-size: 1.25rem;
    list-style: none;
    color: black;
    position: relative;
    padding-right: 1rem; /* Reduced padding */
    font-weight:600;
  }

  summary::-webkit-details-marker {
    display: none;
  }

  summary::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s ease;
    margin-left: 4px; /* Reduced margin to bring arrow closer */
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
  }

  details[open] summary::after {
    transform: translateY(-30%) rotate(-135deg);
  }

  .faq-content {
    padding: 0 0 1rem 0;
    color: #000;
    animation: slideDown 0.3s ease-out;
    opacity: 0.8;
    max-width: 90%; /* Prevent content from expanding too wide */
  }

  @keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 0.8;
        transform: translateY(0);
    }
  }

  @media (max-width: 768px) {
    body {
        padding: 0rem !important;
    }
@media (min-width:501px){
    h1 {
        font-size: 25px;
        margin-bottom: 2rem;
        margin-bottom: 1rem;
    }}

    .copy-15{
      top:25px !important;
    }

    summary {
        font-size: 1.1rem;
    }
  }
  /* Responsive Footer Styles */
.footer-styles {
  padding: 20px;
  text-align: center;
  background-color: #f0f0f0;
  margin-top: 30px;
  font-family: "geologica", sans-serif;
}

.footer-styles p {
  margin: 10px 0;
  font-size: clamp(0.75rem, 1vw, 0.9rem); /* Responsive font size */
  line-height: 1.5;
  color: black;
}

.footer-styles strong {
  font-weight: 600;
  font-size: clamp(0.8rem, 1.1vw, 1rem); /* Slightly larger for strong text */
}

.footer-links {
  margin: 15px 0;
}

.footer-links a {
  color: black;
  text-decoration: none;
  transition: color 0.3s;
  font-size: clamp(0.75rem, 1vw, 0.9rem); /* Responsive font size */
  padding: 0 5px;
}

.footer-links a:hover {
  color: #202C5D; /* Match your site's accent color */
  text-decoration: underline;
}

/* Media queries for different screen sizes */
@media (max-width: 768px) {
  .footer-styles {
    padding: 15px 10px;
  }

  .footer-styles p {
    margin: 8px 0;
  }

  .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .footer-links a {
    padding: 3px 5px;
  }
}

@media (max-width: 480px) {
  .footer-styles {
    padding: 12px 8px;
  }

  .footer-styles p {
    margin: 6px 0;
  }

  .footer-links {
    flex-direction: column;
    gap: 5px;
  }

  /* Hide the separator on mobile */
  .footer-links span {
    display: none;
  }
}
@media (max-width: 849px){
  .benefits-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 15px 20px;
    background-color: transparent;
    border-radius: 10px;
    margin: 20px auto;
    max-width: 800px;
    margin-top: -5px;
  }
}
@media (max-width: 400px){
  .discount-tag {
    position: absolute;
    /* position: absolute; */
    /* right: 95px; */
    background-color: #1F1F1F;
    color: black;
    font-size: 0.7rem;
    padding: 3px 3px;
    border-radius: 5px;
    z-index: 5;
    display: flex;
    font-weight: bold;
    justify-items: center;
    top: 194px;
    /* width: 70px; */
}
}
.header.scrolled {
  top: 0; /* No margin when scrolled */
}
@media (max-width:768px){
.info-icon{
position: relative;
display: flex;
align-items:end;
right:75px;
font-size: 13px;
top:5px;
}}
@media(min-width:768px){
.info-icon{
  display:block;

}}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  display: flex
;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.modal-content {
  background-color: #1F1F1F;
  border-radius: 8px;
  color:white;
  max-width: 800px;
  width: 90%;
  max-height: 85vh;
  overflow: auto;
  position: relative;
}
.modal-body {
  padding: 24px;
  max-height: calc(85vh - 80px);
  overflow-y: auto;
  text-align: center;
}

.modal-title {
  color: #0072ce;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.modal-header {
  padding: 24px 24px 0;
}
.hidden {
  display: none;
}
a{
  color:white;
}
.modal-open {
  overflow: hidden; /* Disables scroll on the body */
}
/* Feature list styling */
.features {
  list-style: none !important;
  margin: 0;
  padding: 0;
  font-weight:200;
}

.features li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 0.75rem;
  color: black;
  padding-left: 0 !important;
}

.features li:before {
  content: none !important; /* Remove the bullet point */
}

.feature-icon {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon i {
  font-size: 14px;
}

/* Icon colors */
.icon-clock { 
  color: #4299e1; /* Blue */
}

.icon-star { 
  color: #ecc94b; /* Yellow */
}

.icon-home { 
  color: #805ad5; /* Purple */
}

.icon-map { 
  color: #48bb78; /* Green */
}
/* Discount tag styling for different screen sizes */
.discount-tag {
  position: absolute;
  top: 10px;
  right: 15px !important;
  background-color: white;
  color: #1F1F1F;
  font-size: clamp(0.7rem, 0.8vw, 1rem) !important;
  padding: 3px 14px !important;
  border-radius: 40px !important;
  z-index: 5;
  font-weight: bold;
  border: solid 2px #202C5D;
}

/* Adjust position for small screens */
@media (max-width: 400px) {
  /* Add padding to card content on small screens to prevent overlap with discount tag */
  .card-content {
    top:30px;
  }
  
  /* Ensure discount tag stays in correct position */
  .discount-tag {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 10 !important;
  }
}
@media (max-width:500px){
.header{
width:90%;
}}
@media (min-width:768px) and (max-width:1024px){
.hero-image img{
  width:100%;
  height:auto;
  position: relative;
  top:40px;

}}
/* Existing modal styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 3;
  padding: 20px;
}

/* Show modal when .hidden class is removed */
.modal-overlay:not(.hidden) {
  display: flex;
}

.modal {
  background-color: #373737;
  border-radius: 32px;
  padding: 2.5rem;
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 95vh;
  display: flex;
  flex-direction: column;
  border: solid #1fb2ea;
}

.close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
}

/* New booking form modal styles */
.booking-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 20px;
}

/* Only show when explicitly set to flex by JavaScript */
#booking-form-modal[style*="display: flex"] {
  display: flex !important;
}

.booking-modal-content {
  background-color: #373737;
  border-radius: 8px;
  padding: 2.5rem;
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 95vh;
  display: flex
;
  flex-direction: column;
  border: solid 2px #373737 !important;
  position: relative;
  color: white;
  overflow-y: auto;
}

#close-booking-form-modal {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
}

#booking-form-title {
  color: #1fb2ea;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.1;
  text-align: center;
}

/* HubSpot popup modal */
#clubWyndhamPopup {
  display: none; /* Hidden by default */
}

/* Shared styles for both modals */
.logo-section {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.logo1 {
  height: 40px;
  width: 160px !important;
}

.heading1 {
  color: #1fb2ea;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.1;
}

.description1 {
  color: white;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}

/* HubSpot form styling - works for both modals */
.hs-form fieldset {
  max-width: none !important;
}

.hs-form .hs-input {
  width: 100% !important;
  height: 60px !important;
  border-radius: 24px !important;
  border: none !important;
  padding: 0 20px !important;
  font-size: 1.1rem !important;
  margin-bottom: 0.75rem !important;
  background-color: #ffffff !important;
  color: #373737 !important;
}

.hs-form .hs-input::placeholder {
  color: #1fb2ea !important;
  opacity: 1 !important;
}

.hs-form .hs-submit {
  text-align: center;
}

.hs-form .hs-button {
  background-color: #ED048C;
  color: #373737;
  padding: 1rem 3rem !important;
  font-size: 1.1rem !important;
  font-weight: bold !important;
  border-radius: 9999px !important;
  cursor: pointer !important;
  transition: background-color 0.3s !important;
  display: inline-block !important;
  margin-top: 1rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 0.75rem !important;
  border: #ED048C !important;
}

.hs-error-msgs {
  list-style-type: none !important;
  color: #1fb2ea !important;
  font-size: 0.8rem !important;
  margin-top: -0.5rem !important;
  margin-bottom: 0.75rem !important;
}

.terms-container {
  text-align: left;
  margin-bottom: 0.75rem;
}

.terms-checkbox {
  display: flex;
  align-items: flex-start;
  color: #ffffff;
  font-size: 0.8rem;
  cursor: pointer;
}

.terms-checkbox input[type="checkbox"] {
  margin-right: 10px;
}

.terms-text {
  line-height: 1.3;
}

.terms-text a {
  color: #1fb2ea;
  text-decoration: none;
}

.terms-text a:hover {
  text-decoration: underline;
}

.form-fields-container {
  margin-bottom: 0.75rem;
}

/* Loading indicator for HubSpot form */
#hubspot-form-container .loading-indicator {
  text-align: center;
  padding: 20px;
  color: white;
}

/* Helper class to hide elements */
.hidden {
  display: none !important;
}

/* Responsive styles */
@media (max-width: 373px) {
  .modal, .booking-modal-content {
    max-height: 105vh !important;
  }
}

@media (max-width: 1438px) {
  .swiper-slide img {
    width: 100%;
  }
}
.hs-form input[type=checkbox] {
  -ms-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -webkit-transform: scale(0.3) !important;
  -o-transform: scale(0.3);
  padding: 10px;
  display: flex;
  top: 49px !important;
  flex-direction: column;
  left: -285px;
  position: relative;
}
@media (max-width: 600px) {
  .hs-form input[type=checkbox] {
      ms-transform: scale(0.3);
      -moz-transform: scale(0.3);
      -webkit-transform: scale(0.3) !important;
      -o-transform: scale(0.3);
      padding: 10px;
      display: flex;
      flex-direction: column;
      left: -170px;
      position: relative;
      font-size: 0.8rem;
  }}
  @media (max-width: 490px) {
    .hs-form input[type=checkbox] {
        ms-transform: scale(0.3);
        -moz-transform: scale(0.3);
        -webkit-transform: scale(0.3) !important;
        -o-transform: scale(0.3);
        padding: 10px;
        display: flex;
        flex-direction: column;
        left: -120px !important;
        position: relative;
    
        font-size: 0.8rem;
    }}
    .hs-form-booleancheckbox{
      color:White;
      font-size: 9px;
      left: 10px;
      position: relative;
    }
    /* Mobile Info Icon Styles */

/* Hide all regular info icons on mobile */
@media (max-width: 767px) {
  .lucide-info {
    display: none !important;
  }

  /* Show the mobile info icon */
  .mobile-info-icon {
    display: block !important;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    cursor: pointer;
  }

  /* Make sure the icon is visible */
  .mobile-info-icon svg {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    padding: 2px;
  }
}

/* Hide mobile info icon on desktop */
@media (min-width: 768px) {
  .mobile-info-icon {
    display: none !important;
  }
}

/* Modal styles */
#mobile-feature-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

#mobile-feature-modal .modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 90%;
  width: 400px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-height: 80vh;
  overflow-y: auto;
}

#mobile-close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #555;
}

#mobile-modal-title {
  margin: 0;
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

#mobile-modal-text {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

#mobile-modal-text ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

#mobile-modal-text p {
  margin-bottom: 10px;
}
@media  (min-width:450px) and (max-width: 767px) {
  .card-content {
      width: 60%;
      flex: 0 0 60%;
      padding: 10px;
      position: relative;
      top: 56px;
      right: -5px;
  }
}


@media  (min-width:401px) and (max-width: 767px) {
  .price-tag {
      display: flex
;
      margin-top: 10px;
      justify-content: flex-end;
      top: -22px;
  }
}
@media  (min-width:401px) and (max-width: 450px) {
  .price-tag {
      display: flex
;
      margin-top: 10px;
      justify-content: flex-end;
  }
}


@media  (min-width:400px) and (max-width: 767px) {
  .mobile-text {
      display: inline-block;
      font-size: 0.6rem;
      font-weight: bold;
      color: #333;
      margin-right: -151px;
      margin-top: 14px;
      white-space: nowrap;
      position: relative;
      top: 28px;
  }
}
.lucide-badge-info-icon {
  position: relative;
  top: 5px;
}
/* Banner Icon Fix - Add this to your CSS file */
.summer-sale-banner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  position: relative !important;
}

/* Banner Icon Fix - With icons on opposite sides of text */
.summer-sale-banner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  position: relative !important;
  padding: 10px 15px !important;
  width: 100% !important;
}

/* Container for the banner content with proper positioning */
.summer-sale-banner .banner-text,
.summer-sale-banner > div {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  position: relative !important;
}

/* Fix for the sun icon - position to the left */
.summer-sale-banner .lucide-sun,
.summer-sale-banner svg.lucide-sun,
.summer-sale-banner .lucide-sun-icon {
  display: inline-block !important;
  position: relative !important;
  vertical-align: middle !important;
  margin-right: 15px !important;
  font-size: 18px !important;
  color: #000 !important;
  order: 0 !important;
}

/* Fix for the text in the middle */
.summer-sale-banner span:not([class*="lucide"]),
.summer-sale-banner p,
.summer-sale-banner div:not(.banner-text) > span {
  display: inline-block !important;
  text-align: center !important;
  flex: 1 !important;
  order: 2 !important;
}

/* Fix for the clock icon - position to the right */
.summer-sale-banner .lucide-alarm-clock,
.summer-sale-banner svg.lucide-alarm-clock,
.summer-sale-banner .lucide-alarm-clock-icon {
  display: inline-block !important;
  position: relative !important;
  vertical-align: middle !important;
  font-size: 18px !important;
  color: #000 !important;
  order: 3 !important;
}

/* Fix for mobile specifically */
@media (max-width: 500px) {
  .summer-sale-banner {
    margin: 0 auto 20px !important;
    width: 90% !important; /* Reduced width to prevent touching sides */
    padding: 5px 15px !important;
  }
}
  
  .summer-sale-banner .lucide-sun,
  .summer-sale-banner svg.lucide-sun,
  .summer-sale-banner .lucide-sun-icon {
    margin-right: 10px !important;
    width: 25px !important;
    height: 25px !important;
  }
  
  .summer-sale-banner .lucide-alarm-clock,
  .summer-sale-banner svg.lucide-alarm-clock,
  .summer-sale-banner .lucide-alarm-clock-icon {
    width: 25px !important;
    height: 25px !important;
    /* margin-right: -15px; */
    /* margin-right: 10px; */
    position: relative;
  }


/* Desktop media query for the clock icon */
@media (min-width: 768px) {
  .summer-sale-banner .lucide-alarm-clock,
  .summer-sale-banner svg.lucide-alarm-clock,
  .summer-sale-banner .lucide-alarm-clock-icon {
    position: relative !important;
    display: inline-block !important;
    order: 3 !important;
    flex-shrink: 0 !important;
    right: calc(7vw + 20px);
  }
}

/* Desktop media query for the sun icon */
@media (min-width: 768px) {
  .summer-sale-banner .lucide-sun,
  .summer-sale-banner svg.lucide-sun,
  .summer-sale-banner .lucide-sun-icon {
    position: relative !important;
    display: inline-block !important;
    margin-right: 10px !important;
    order: 0 !important;
    flex-shrink: 0 !important;
    left: calc(7vw + 30px);
  }
}
.tour-feature span {
position: relative;
left:6px;
}
@media (min-width:401px) and (max-width:767px){
.card-content {
  width: 60%;
  flex: 0 0 60%;
  padding: 20px;
  position: relative;
  top:25px;
}}
@media (min-width:501px){
.discount-tag {
  position: absolute;
  top: 10px;
  right: 15px !important;
  background-color: #1F1F1F !important;
  color: white !important;
  font-size: clamp(0.7rem, 0.8vw, 1rem) !important;
  padding: 5px 14px !important;
  border-radius: 40px !important;
  z-index: 5;
  font-weight: bold;
  border:none !important;
}}
/* Target the "Any Destination" card specifically */
@media (min-width: 430px) and (max-width: 500px) {

.card-content[data-id="any-destination"] {
  top:25px
  /* Your general styles for this card */
}}
@media (min-width: 400px) and (max-width: 430px) {

  .card-details {
    height:140px;

    /* Your general styles for this card */
  }}

/* Add 30px top margin specifically at 430px viewport width */
@media (min-width: 501px) {
  .banner-text br {
    display: none;
  }
}
@media (max-width:500px){
.sale-details {
  font-size: 0.8rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}}

@media (min-width:768px){
  .sale-details {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
  }}
  @media (max-width: 400px) {

    .card-details {
      height:140px;
  
      /* Your general styles for this card */
    }}
    @media (max-width: 400px) {
      .destination-card {
          cursor: pointer;
          height: 330px;
      }
  }
  @media (max-width: 400px) {
    .slider-image {
        min-height: 330px !important;
    }
}
@media (max-width: 400px) {
  .card-image {
      width: 14%;
      flex: 0 0 42%;
      height: 330px;
  }
}
@media (min-width: 500px) and (max-width:768px) {

.card-header h3
{
  font-size:1.4rem !important;

}}
@media (max-width: 400px) {

  .price-tag
  {
    top: -15px;
  
  }}
  @media (min-width: 431px) and (max-width: 500px) {
    .price-tag {
        display: flex
;
        margin-top: 10px;
        justify-content: flex-end;
        top: -5px;
    }
    @media (min-width: 431px) and (max-width: 500px) {
      .card-content[data-id="any-destination"] {
          top: 35px /* Your general styles for this card */;
      }
  }
}

@media (min-width:768px){
  .duration{
    font-size:1.1rem !important;
  }
}
@media (min-width:400px) and (max-width:500px){
  .card-header h3{
    font-size:1.2rem !important;
  }
}
@media (min-width:300px) and (max-width:400px){
  .card-header h3{
    font-size:1.1rem !important;
  }
}
@media (min-width:430px)  and (max-width: 500px) {
  .summer-sale-banner {
    top:-10px !important;
  }
}
@media (min-width:767px) and (max-width:1024px){
.card-header h3{
  font-size:1.2rem !important;

}}
@media (max-width:400px){
h1 {
  font-size: 21px;
  margin-bottom:1rem;
}}
@media (min-width: 2000px) {
  .summer-sale-banner .lucide-alarm-clock,
  .summer-sale-banner svg.lucide-alarm-clock,
  .summer-sale-banner .lucide-alarm-clock-icon {
    position: relative !important;
    display: inline-block !important;
    order: 3 !important;
    flex-shrink: 0 !important;
    right: calc(7vw + 5px);
  }
}

/* Desktop media query for the sun icon */
@media (min-width: 2000px) {
  .summer-sale-banner .lucide-sun,
  .summer-sale-banner svg.lucide-sun,
  .summer-sale-banner .lucide-sun-icon {
    position: relative !important;
    display: inline-block !important;
    order: 0 !important;
    flex-shrink: 0 !important;
    left: calc(7vw + 5px);
  }
}
@media (min-width: 767px) {
  .per-night {
      position: relative;
      left: 128px;
      top: -37px;
  }
}

@media (min-width:767px){
  .card-price{
    position: relative;
    top:35px;
  
    right:5px;
  }}
  @media (min-width:767px){
  .amount {
    font-size: 4.6rem !important;
    font-weight: bold;
    color: black;
    line-height: 1;
    position: relative;
    display: inline-block;
}}
@media (max-width:500px){

.currency {
  font-size: 2.5rem;
  font-weight: bold;
  margin-right: 2px;
  color: black;
  top: -14px;
  position: relative;
}}
.phone-link{
  color:#0072ce !important;
}
@media (max-width:500px){
  h1 {
    color: var(--color-pink);
    text-align: center;
    font-size: 25px;
    margin-bottom: 2rem;
    font-weight: 800;
  }}