<style>
    * {
      box-sizing: border-box;
      
    }
html {
  scroll-behavior: smooth;
}

   html, body {
     margin: 0;
     padding: 0;
     width: 100%;
     overflow-x: hidden;
     box-sizing: border-box;   
     font-family: "Inter", "Poppins", system-ui, sans-serif;
     background: #0b0b0b;
     background-image: url('../images/bg.png');
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     background-attachment: fixed;  /* Optional: creates a parallax effect */
     color: #fff;
    }
*, *::before, *::after {
  box-sizing: inherit;
}

.container {
      max-width: 1270px;
      margin: 0 auto;
      padding: 0 16px;
    }

header {
      background: #c30b51;
      padding: 10px 5px;
    }
/* Welcome Banner */
.welcome-banner {
  background: #e81ebc;
  background: linear-gradient(90deg,rgba(232, 30, 188, 1) 0%, rgba(11, 136, 189, 1) 50%, rgba(252, 69, 139, 1) 100%);
  padding: 12px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 8px;    
  border-radius: 6px;
}

.welcome-banner h2 {
  margin: 0 0 5px 0;
  font-size: 20px;
  color: #fff;
}

.welcome-banner p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;    
  color: #cccccc;
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.menu-toggle div {
  width: 25px;
  height: 3px;
  background: deeppink;
}

    .logo {
     width: 100%;
     max-width: 265px;
     height: auto;
     display: block;
    }
 .nav-links {
  display: flex;
  flex-wrap: wrap;          /* KEY */
  justify-content: center;  /* or space-between */
  gap: 1rem;  
}

.nav-links a {
  padding-top: 22px;    
  color: whitesmoke;
  font-family: "Inter", "Poppins", system-ui, sans-serif; 
  position: relative;
  transition: color 0.3s ease;    
  text-transform: uppercase;    
  text-decoration: none;
  font-size: 19px;
  white-space: nowrap;    
}

.nav-links a:not(.join-btn)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background-color: #ff4d4d;
  transition: width 0.3s ease;
}
.nav-links .join-btn {
    color:azure;
    padding: 16px 24px 16px 24px;
}

.nav-links a:not(.join-btn):hover {
  color: #ff4d4d;
}

.nav-links a:not(.join-btn):hover::after {
  width: 100%;
}

/* Buffering Overlay */
#buffer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Spinner Style */
.spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #ff4d4d;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
/* ===== Promo Join Section ===== */
.join-banner {
  background: #1ee8e5;
  background: linear-gradient(90deg,rgba(30, 232, 229, 1) 0%, rgba(11, 136, 189, 1) 42%, rgba(252, 69, 246, 1) 100%);
  padding: 10px 5px;
  text-align: center;
  margin: 50px auto;
  border-radius: 10px;
  border: 5px; 
  border-color: #f864a6; 
  border-style: solid;    
}
.join-banner {
  background: #10c8e0;
  background: linear-gradient(90deg,rgba(16, 200, 224, 1) 0%, rgba(199, 87, 186, 1) 50%, rgba(242, 7, 86, 1) 100%);
  margin: 20px 0 10px 0;    
}

.join-banner .join-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1px 0 1px 0;    
  gap: 15px;
  border-radius: 6px;  
  
}

.join-banner .join-text {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.join-banner .join-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .2em;
  font-family: inherit;
  font-weight: 800;
  font-size: 17px;
  padding: .5em 1.5em;
  color: white;
  background: #f5be25;
  background: linear-gradient(86deg,rgba(245, 190, 37, 1) 0%, rgba(242, 70, 176, 1) 100%);
  border: none;
  outline: none;
  text-decoration: none;  
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);    
  border-bottom: 3px solid rgb(237, 90, 21);
  box-shadow: 0 .5em .5em -.4em rgb(0, 0, 0, .5);
  letter-spacing: 0.08em;
  border-radius: 20em;
  cursor: pointer;
  transition: .5s;
  padding:5px 50px 5px 50px;     
} 

.join-banner .join-button:hover {
   filter: brightness(1.2);
  color: rgb(0, 0, 0, .5);
}

  
.join-btn {
  background: deeppink;
  color: #000;
  margin-top: 5px;    
  padding: 12px 24px 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.join-btn:hover {
  background-color:deepskyblue;     /* darker red on hover */
  color: black;    
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}
/* ===== Promo Join2 Bottom ===== */
.join-banner2 {
background: #99E1F8;
background: linear-gradient(90deg,rgba(153, 225, 248, 1) 0%, rgba(197, 145, 211, 1) 50%, rgba(245, 62, 174, 1) 100%);
  padding: 10px 5px;
  text-align: center;
  margin: 50px auto;
  border-radius: 10px;
  border: 5px; 
  font-weight: 300;    
  border-color: #f864a6; 
  border-style: solid;    
}
.join-banner {
  background: #99E1F8;
background: linear-gradient(90deg,rgba(153, 225, 248, 1) 0%, rgba(197, 145, 211, 1) 50%, rgba(234, 90, 167, 1) 100%);
  margin: 20px 0 10px 0;    
}

.join-banner2 .join-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1px 0 1px 0;    
  gap: 15px;
  border-radius: 6px;  
  
}

.join-banner2 .join-text {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.join-banner2 .join-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .2em;
  font-family: inherit;
  font-weight: 600;
  font-size: 15px;
  padding: .5em 1.5em;
  color: white;
  background: #f5be25;
  background: linear-gradient(86deg,rgba(245, 190, 37, 1) 0%, rgba(242, 70, 176, 1) 100%);
  border: none;
  outline: none;
  text-decoration: none;  
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);    
  border-bottom: 3px solid rgb(237, 90, 21);
  box-shadow: 0 .5em .5em -.4em rgb(0, 0, 0, .5);
  letter-spacing: 0.08em;
  border-radius: 20em;
  cursor: pointer;
  transition: .5s;
  padding:5px 50px 5px 50px;     
} 

.join-banner2 .join-button:hover {
   filter: brightness(1.2);
  color: rgb(0, 0, 0, .5);
}

  
.join-btn {
  background: deeppink;
  color: #000;
  margin-top: 5px;    
  padding: 12px 24px 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.join-btn:hover {
  background-color:deepskyblue;     /* darker red on hover */
  color: black;    
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}
 
.section {
      padding: 0px 0;
    }

    .section h2 {
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;      
      font-size: 22px;
      letter-spacing: 1px;
    margin-top: 8px;    
      margin-bottom: 8px;
    }

    .highlight {
      color: deeppink;
    }

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px; /* 👈 lock row height */
  gap: 12px;
}


.box {
  position: relative;
  overflow: hidden;
 
}

/* Overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.box:hover .overlay {
  opacity: 1;
}


.play-button svg {
  transition: transform 0.3s ease;
}

.box:hover .play-button svg {
  transform: scale(1.1);
}
 .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.video-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Horizontal box: 307 x 230 */
.horizontal {
  width: 100%;
  height: 100%;
}

/* Vertical box: 307 x 470 (spans 2 rows) */

.box.vertical {
  position: relative;
  grid-row: span 2;
  width: 100%;
  height: 100%;               /* 👈 REQUIRED */
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}
.vertical {
  width: 100%;
  grid-row: span 2;
  height: 100%;
}
/* Wrapper to constrain width */
.peach-grid-wrapper {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 0px; /* Optional padding on smaller screens */
}

/* Grid setup for peach boxes */
.peach-grid {
  display: grid;
  grid-template-columns: repeat(4, 300px);
  grid-auto-rows: 468px;
  gap: 10px;
  justify-content: center;
}
.site-grid {
  display: grid;
  grid-template-columns: repeat(4, 300px);
  grid-auto-rows: 250px;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;    
}
.bonus-grid {
  display: grid;
  grid-template-columns: repeat(4, 300px);
  grid-auto-rows: 250px;
  gap: 0px;
  justify-content: center;
  margin-bottom: 30px;    
}

.box.site {
  background-color: #d7d7d7;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.site-wrapper {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #d7d7d7;
  border-radius: 8px;   
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);    
}

.site-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.site-link:hover .overlay {
  opacity: 1;
  pointer-events: auto;
}

.play-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Peach box styling */
.box.peach {
  background-color: #f7bfa0;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.centered-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px; /* optional spacing */
}

.responsive-centered-image {
  max-width: 100%;
  border-radius: 15px; 
  border: 4px solid black; /* Black outline */    
  height: auto;
  display: block;
}
.peach-link {
  position: relative;
  display: block;
  overflow: hidden;
border-radius: 8px;    
}

.peach-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Play Button */
.overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

/* New Hover Details */
.hover-details {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  pointer-events: none;
}

.hover-text-left {
  background: rgba(0, 0, 0, 0.6);
  padding: 4px 8px;
  border-radius: 4px;
}

.hover-timestamp {
  background: rgba(0, 0, 0, 0.6);
  padding: 4px 8px;
  border-radius: 4px;
}

/* Show on hover */
.peach-link:hover .hover-details {
  opacity: 1;
}
.thumb-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  z-index: 2; /* ensure it sits above the image */
}

.thumb-overlay .duration {
  font-size: 13px;
  color: #ffd54a; /* highlight duration */
  background: rgba(0, 0, 0, 0.75);  
  padding: 1px 4px 1px 4px;    
  border-radius: 5px;     
}
/* Wrapper keeps video centered and allows padding adjustments */
.video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start; /* Push left */
  align-items: center;
  overflow: hidden;
}
  .video-card {
  position: relative;
  width: 100%;
      /* vertical format */
  border-radius: 12px;
  overflow: hidden;
  display: block;
}

/* VIDEO WRAPPER FOR SIZE CONTROL */
.video-wrap {
  position: absolute;
  inset: 0;
}

/* VIDEO */
.video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;    
  object-fit: cover;   /* fills box perfectly */
}
    

/* Overlay */
.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.play-btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

/* Hide overlay when playing */
.video-card.playing .play-overlay {
  opacity: 0;
  pointer-events: none;
}
    
/* Play overlay */
.play-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumb-overlay {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 3;
}

/* Click layer (link) */
.click-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
}
/* End card */
.end-card {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
 
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  transition: opacity 0.3s ease;
}

.end-card.show {
  opacity: 1;
  pointer-events: auto;
}

/* Timestamp */

.box {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}
    .ratio-wrap {
  position: relative;
  width: 100%;
  padding-top: 177.77%; /* 9:16 vertical ratio */
}
/* -----Unlock-button---- */
.unlock-btn {
  display: inline-flex;
  align-items: center;
  text-align: center;    
  gap: 10px;

  padding: 5px 50px 5px 50px;
  border: none;
  border-radius: 999px;
  border-bottom: 3px solid rgb(230, 65, 91);
  font-family: "Inter", "Poppins", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;

  color: #fff;
  cursor: pointer;

  background: linear-gradient(
    138deg,
    #ffb347 0%,
    #ff5f6d 50%,
    #fb35bf 100%
  );

  box-shadow:
    0 5px 10px rgba(0, 0, 0, .5),
    inset 0 2px 0 rgba(255, 255, 255, 0.3);

  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.unlock-btn .arrow {
  font-size: 20px;
  transition: transform 0.2s ease;
}

.unlock-btn:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 28px rgba(255, 95, 109, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.unlock-btn:hover .arrow {
  transform: translateX(4px);
}

.unlock-btn:active {
  transform: translateY(0);
  box-shadow:
    0 6px 16px rgba(255, 95, 109, 0.5);
}
/* ----end-of UNLOCK----*/
/* Vertical video resized and positioned */
.video-wrapper video {
  height: 100%;
  width: auto;
  object-fit: cover;
  transform: translateX(-20px); /* Adjust to show right part of video */
}

/* Mobile-only caption */
.mobile-caption {
  display: none;
  font-size: 22px;
  font-family: "Oswald", sans-serif;      
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 4px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
.mobile-break {
  display: none;
}


 @media (max-width: 1280px) {
   .grid {
    grid-template-columns: repeat(auto-fit, minmax(307px, 1fr));
    grid-auto-rows: auto;
  }

  .horizontal,
  .vertical {
    aspect-ratio: 307 / 230;
  }

  .vertical {
    aspect-ratio: 307 / 470;
    grid-row: auto;
  }
    }

    .section-banner {
      font-family: "Oswald", sans-serif; 
      text-align: center;
      text-transform: uppercase;   
      line-height: 43px;    
      padding:20px 0 10px 0px;
      font-weight: bold; 
      color: yellow;
      font-size: 42px;
      margin: 10px 0 10px;    
    }

  .sites-banner {
      font-family: "Oswald", sans-serif; 
      text-align: center;
      text-transform: uppercase;    
      padding:5px 0 20px 0px;
      line-height: 40px; 
      font-weight: bold;
      color: yellow;
      font-size: 42px;
    }

    .banner-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 10px;
      padding: 20px 0;
    }

.carousel-container {
  position: relative;
  max-width: 1270px;
  margin: auto;
  overflow: hidden;
  padding: 20px;
}
.carousel-container *,
.carousel-container *:hover,
.carousel-container *:focus,
.carousel-container *:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
*:focus:not(:focus-visible) {
  outline: none;
}

.carousel-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.carousel-track {
  scroll-behavior: smooth;
  transition: scroll 0.3s ease-in-out;
}

.peach-box {
  flex: 0 0 auto;
  width: 307px;
  height: 468px;
  border-radius: 8px;
  scroll-snap-align: start;
     
}


.peach-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.peach-box a {
  position: relative;
  z-index: 2;
}

.peach-box img {
  display: block;
  width: 100%;
  height: 100%;
   object-fit: cover;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.peach-box img,
.peach-box a,
.peach-box a:focus,
.peach-box a:active,
.peach-box a:hover,
.peach-box:focus-within {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
 text-decoration: none;
}

.peach-box:hover img {
  transform: scale(1.05);
}

/* Optional dark hover overlay */
.peach-box::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  z-index: 1;
}

.peach-box:hover::after {
  background: rgba(0, 0, 0, 0.2);
}


.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  font-size: 28px;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
  border-radius: 4px;
}

.carousel-btn.prev {
  left: 10px;
}

.carousel-btn.next {
  right: 10px;
}

.carousel-track:hover {
  cursor: grab;
}

.carousel-btn:focus,
.carousel-btn:active,
.peach-box img:focus,
.peach-box img:active {
  outline: none;
  border: none;
  box-shadow: none;
}
 .peach-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: auto;
  }
 .site-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: auto;
  }
 .bonus-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: auto;
  }
  .box.peach {
    aspect-ratio: 300 / 468;
  }
.box.site {
    aspect-ratio: 300 / 223;
  }

    .cta-bar {
      text-align: center;
      padding: 30px;
    }

    .cta-button {
      font-family: "Oswald", sans-serif;     
      background: linear-gradient(to bottom, #00274d, #00aaff);
      color: white;
      font-size: 40px;
      font-weight: bold;
      padding: 15px 30px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    .cta-button span {
      color: yellow;
    }

    .background-image {
      background: #52ccf2;
      text-align: center;
      padding: 100px 20px;
      font-size: 24px;
      font-weight: bold;
      color: #000;
      font-style: italic;
    }

    footer {
      background: #83225b;
      padding: 30px 20px;
      text-align: center;
      font-size: 12px;
      color: #aaa;
    margin-top:30px;
    }

    footer .logo {
      font-size: 20px;
      margin-bottom: 10px;
      color: #000;
      padding: 10px 20px;
      display: inline-block;
      font-style: italic;
    }
@media screen and (min-width: 1070px) and (max-width: 1188px) {
    .nav-links a {
     font-size: 16px;     
      display: flex;
  flex-wrap: wrap;          /* KEY */
  justify-content: center;  /* or space-between */
  gap: 1rem;
    }
}
@media (max-width: 965px) {
  .nav-links a {
    font-size: 13px;     
    display: flex;
    flex-wrap: wrap;          /* KEY */
    justify-content: center;  /* or space-between */
    
    }
    .video-preview {
aspect-ratio: 307 / 470;
}

@media (max-width: 768px) {
    .welcome-banner {
        padding: 8px;
    } 
  .join-banner2 {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        margin: 0px;
     }
   .mobile-break {
    display: inline;
  }    
  .nav-container {
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
  }

  .menu-toggle {
    display: flex;
    position: absolute;
    right: 20px;
    top: 20px;
  }
.overlay {
  opacity: 1 !important;
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}
.play-overlay {
  opacity: 1 !important;
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}    
    

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background:#42acf3;
    padding: 10px 0;
    margin-top: 20px; /* Push below the logo and toggle */
    text-align: left;
  }

  .nav-links.active {
    display: flex;
    gap: 5px;  
  }

  .nav-links a {
    padding: 10px 20px;
    color: white;
    text-decoration: none;
  }

 .carousel-container {
    padding: 0 10px;
  }
.peach-box {
    min-width: calc(100% - 20px); /* allow for padding/gap */
  }

  .box.image-with-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile-caption {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-top: 12px; /* Moves caption lower */
    text-align: center;
    padding: 0 15px;
    line-height: 1.4;
  }

  .hover-details {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    pointer-events: none;
  }
     
}@media (max-width: 476px) {
    .join-banner2 .join-text {
        margin: 0  auto; 
        font-size: 15px;
        font-weight: 600;
        align-items: center;
        text-align: center;
    }
    }
@media (max-width: 430px) {
    .join-banner2 .join-text {
        margin: 0  auto; 
        font-size: 15px;
        font-weight: 600;
        align-items: center;
        text-align: center;
    }
    .join-banner2 .join-button {
       text-align: center; 
       margin: 0  auto; 
       padding: 5px 50px 5px 50px;    
    }
    .join-banner {
        display: none;
    }
}
@media (max-width: 412px) {
    .unlock-btn {
    text-align: center; 
    margin: 0  auto;
    align-items: center;}
    
    .join-banner2 {
        margin: 0  auto; 
        font-size: 15px;
        font-weight: 600;
        align-items: center;
        text-align: center;
        padding: 10px 0px 10px 0px;
    }
    .join-button {
       text-align: center; 
       margin: 0  auto; 
        padding: 5px 50px 5px 50px;
    }
    .join-banner {
        display: none;
    }
}
@media (max-width: 375px) {
 .unlock-btn {
    text-align: center; 
    margin: 0  auto;
    align-items: center;}
    
    .join-banner2 {
        margin: 0  auto; 
        font-size: 15px;
        font-weight: 600;
        align-items: center;
        text-align: center;
        padding: 3px 0px 5px 0px;
    }
    .join-banner2 .join-button {
       text-align: center; 
    margin: 0  auto;    
    }
    .join-banner2 .join-content {
        gap:5px;
    }  
    .join-banner {
        display: none;
    }
}

}