@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Anton&family=Archivo+Black&family=Bangers&family=Bayon&family=Bebas+Neue&family=Changa+One:ital@0;1&family=Dangrek&family=Denk+One&family=Flow+Circular&family=Francois+One&family=Great+Vibes&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Koulen&family=Lexend:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Khmer:wght@100..900&family=Oswald:wght@200..700&family=Paytone+One&family=Playwrite+AU+SA:wght@100..400&family=Playwrite+FR+Moderne+Guides&family=Preahvihear&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Russo+One&family=Sriracha&family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Anton&family=Archivo+Black&family=Bangers&family=Bayon&family=Bebas+Neue&family=Changa+One:ital@0;1&family=Dangrek&family=Denk+One&family=Flow+Circular&family=Francois+One&family=Great+Vibes&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Koulen&family=Lexend:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Khmer:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Paytone+One&family=Playwrite+AU+SA:wght@100..400&family=Playwrite+FR+Moderne+Guides&family=Preahvihear&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Russo+One&family=Sriracha&family=Teko:wght@300..700&display=swap');

:root {
  --primary-color: #100e17;
  --primary-color-dark: #0c0b12;
  --white: #ffffff;
  --max-width: 1200px;
  --background-gradient-1: linear-gradient(to right, #cfa12d, #ffb700);
  --background-gradient-2: linear-gradient(to right, #0d1003, #242304);
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #010977;
  border-radius: 6px;
  border: 3px solid #ffffff;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #06048a;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.site-wrapper {
  overflow-x: hidden;
  position: relative;
}

[data-aos='fade-left'] {
  transform: translate3d(-100px, 0, 0);
  /* This is the AOS animation */
}

/* Add this to compensate for the overflow */
.site-wrapper [data-aos='fade-left'] {}

p {
  line-height: 1.5rem;
}

#russu-font {
  font-family: "Russo One", sans-serif;
}

#noto-serif {
  font-family: "Noto Serif", serif;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  /* background color while loading */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#preloader img {
  width: 120px;
  animation: fade 1.5s infinite alternate;
}

.topbar {
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 6px 24px;
}

.topbar-container {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbar {
  padding: 18px 12px;
  background: linear-gradient(45deg,
      white 50%,
      rgb(15, 0, 80) 50%);
  font-size: 14px;
}

@media (max-width: 767px) {
  .topbar span {
    display: none;
  }
}

.topbar-container {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 0 24px;
}

@media (max-width: 767px) {
  .logo {
    transform: none;
    margin: 24px 24px;
  }
}

.logo img {
  display: block;
  position: relative;
}


.hamburger-wrapper {
  padding-right: 24px;
  display: flex;
  align-items: center;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  cursor: pointer;
  position: relative;
  margin-left: 12px;
}

.hamburger div {
  height: 2px;
  background-color: #000;
  border-radius: 1px;
  /* optional: rounded bars */
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(211, 211, 211);
}

.nav-with-bg {
  background-color: white;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
  padding: 12px 24px;
  /* keep only side padding */
}

@media (max-width: 500px) {
  .navbar-container {
    max-width: 100%;
    padding: 0 0px;
  }

  .nav-menu {
    box-shadow: 0px 2px 8px rgb(0, 0, 0, 0.3);
  }
}

.nav-menu {
  position: absolute;
  top: 250%;
  right: 0;
  background: rgb(255, 255, 255);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 6px;
  padding: 12px;
  flex-direction: column;
  gap: 8px;
  min-width: 300px;
  margin-right: 18px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: flex;
}

@media (min-width: 768px) {
  .nav-menu {
    position: static;
    /* normal flow */
    top: auto;
    right: auto;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    padding: 0;
    min-width: auto;
    flex-direction: row;
    /* horizontal links */
    gap: 24px;
    opacity: 1;
    /* fully visible */
    transform: none;
    pointer-events: auto;
  }

  .nav-menu a {
    padding: 0;
    /* remove mobile dropdown padding */
    color: #000000;
  }

  .nav-menu a:hover {
    background: none;
    text-decoration: underline;
  }

  .hamburger {
    display: none;
    /* hide hamburger icon on desktop */
  }
}

.nav-menu.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-menu a {
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 4px;
}

.nav-menu a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.nav-menu.active {
  display: flex;
}


.section__container {
  max-width: var(--max-width);
  margin: auto;
  padding: 5rem 1rem;
}

.section__header {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}

.section__subheader {
  max-width: 600px;
  margin: auto;
  text-align: center;
  line-height: 1.5rem;
}

.gradient__header {
  background: var(--background-gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn {
  padding: 1rem 2rem;
  outline: none;
  border: none;
  font-size: 1rem;
  font-weight: 800;
  font-family: sans-serif;
  color: black;
  background: var(--background-gradient-1);
  border-radius: 5px;
  cursor: pointer;
}

img {
  width: 80%;
  display: flex;
}

a {
  text-decoration: none;
}

#paytone-one-regular {
  font-family: "Paytone One", sans-serif;
  font-weight: 100;
}

body {
  color: var(--white);
  font-family: sans-serif;
}

header {
  background-color: white;
  padding-top: 140px;
  height: 80vh;
  color: #000000;
  position: relative;
}

.hero-img {
  display: block;
  width: 100%;
  margin: 0;
  border-top: 2px solid white;
  background-color: transparent;
}

.hero-img-drip {
  display: block;
  width: 100%;
  margin: 0;
  background-color: transparent;
  filter: invert(1);
}

.about_us-img {
  display: block;
  width: 100%;
  margin: 0;
  border-top: 2px solid white;
  background-color: transparent;
  filter:
    brightness(0)
}



.tag_black h5 {
  display: inline-block;
  background: url("assets/brush_black.PNG") no-repeat center center;
  background-size: 100% auto;
  color: white;
  padding: 2em 50px;
}

.tag_white h5 {
  display: inline-block;
  background: url("assets/brush_white.PNG") no-repeat center center;
  background-size: 100% auto;
  color: rgb(0, 0, 0);
  padding: 2em 50px;
  font-weight: bolder;
  font-size: 20px;
}

.review-tag {
  justify-content: center;
  display: flex;
}

.review-tag h5 {
  font-size: 18px;
  display: inline-block;
  background: url("assets/brush_black.PNG") no-repeat center center;
  background-size: 100% auto;
  color: white;
  padding: 2em 50px;
}


/* Mobile: remove top padding */
@media (max-width: 767px) {
  header {
    padding-top: 6rem;
    height: auto;
  }
}

header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

header * {
  position: relative;
  z-index: 1;
}

.header__container {
  padding-top: 2rem;
  text-align: left;
}

/* Hero two-column layout */
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  /* makes it responsive */
}

/* Left side text */
.hero-text {
  flex: 1;
  min-width: 300px;
}

/* Right side image */
.hero-img {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
}

.hero-img img {
  width: 100%;
  max-width: 550px;
  border-radius: 8px;
  /* optional */
}

/* Mobile responsive */
@media (max-width: 768px) {
  .hero {
    flex-direction: column;
  }

  .hero-text {
    order: 1;
    /* text first */
  }

  .hero-img {
    display: none;
  }
}


.header__container h1 {
  font-family: "Russo One", sans-serif;
  max-width: 700px;
  margin-bottom: 1rem;
  font-size: clamp(24px, 8.5vw, 50px);
  line-height: 1.2;
}

.header__container p {
  max-width: 600px;
  margin-bottom: 4rem;
  color: rgb(54, 54, 54);
  font-size: clamp(14px, 2.5vw, 18px);
  line-height: 1.5;
}

.rewards {
  background:
    linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)),
    /* black at bottom */
    url("assets/banner.png") center/cover no-repeat;
  height: 100vh;
}

.service-icons {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  text-align: center;
  align-items: stretch;
  flex-wrap: nowrap;
  /* Keep items on one line */
}


.service-column {
  flex: 1;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.service-column p {
  color: rgb(54, 54, 54);
}

.service-column:first-child {
  padding-right: 16px;
}

.service-column:last-child {
  padding-left: 16px;
}

.service-column i {
  font-size: 40px;
  color: #010977;
  margin-bottom: 8px;
}

.res-com-text {
  white-space: nowrap;
  /* Desktop: one line */
  color: rgb(54, 54, 54);
}

.vertical-line {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #b1b1b1;
}

@media (max-width: 480px) {
  .res-com-text {
    white-space: normal;
    /* Mobile: allow wrap */
  }
}

@media (max-width: 900px) {
  .rewards {
    padding-top: 0;
    height: auto;
  }
}

.map {
  background-image: url('assets/banner3.jpg');
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.rewards__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: center;
}

.rewards__container :is(.section__header, .section__subheader) {
  text-align: left;
  max-width: 100%;
}

.rewards__container .section__header sup {
  font-size: 1rem;
  font-weight: 500;
}

.rewards__grid {
  padding: 2px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: var(--background-gradient-2);
}

.rewards__card {
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background-color: var(--primary-color);
}

.rewards__card img {
  max-width: 40px;
}

.rewards__card:hover {
  background: var(--background-gradient-2);
}

.rewards__details p {
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 500;
}

.rewards__details h4 {
  font-size: 2rem;
  font-weight: 500;
}

/* Banner container fixed at bottom */
.video-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 28px;
  z-index: 1000;
}

/* Left text with arrow background */
.video-text-left {
  position: relative;
  background: white;
  color: black;
  padding: 6.8px 15px;
  font-weight: bold;
  border-radius: 8px;
  font-size: 14px;
  white-space: nowrap;
}

/* Arrow shape pointing to right using :after */
.video-text-left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid rgb(255, 255, 255);
}

/* Video container (right) */
.video-container {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.4s ease, height 0.4s ease, border-radius 0.4s ease;
  background: black;
  position: relative;
}

/* Video inside the circle */
.about-us-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: width 0.4s ease, height 0.4s ease;
}

/* Click Me text on circle */
.video-text {
  position: absolute;
  bottom: -18px;
  font-size: 12px;
  color: white;
  font-weight: bold;
  transition: opacity 0.3s ease;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: white;
  color: black;
  font-size: 18px;
  display: none;
  cursor: pointer;
  z-index: 10;
}

/* Expanded video */
.video-container.expanded {
  width: 400px;
  height: 700px;
  border-radius: 12px;
}

/* Hide texts when expanded */
.video-container.expanded .video-text {
  opacity: 0;
}

.video-container.expanded~.video-text-left,
.video-container.expanded+.video-text-left {
  display: none;
}

/* Text below the circle */
.video-text {
  position: absolute;
  bottom: -18px;
  font-size: 12px;
  color: white;
  font-weight: bold;
  transition: opacity 0.3s ease;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: white;
  color: black;
  font-size: 18px;
  display: none;
  /* hidden by default */
  cursor: pointer;
  z-index: 10;
}

/* Expanded state */
.video-container.expanded {
  width: 400px;
  height: 700px;
  border-radius: 18px;
}

.video-container.expanded .video-text {
  opacity: 0;
  /* hide "Click Me" text when expanded */
}

.video-container.expanded .close-btn {
  display: block;
  /* show close button when expanded */
}

.video-wrapper {
  width: 450px;
  max-width: 100%;
  aspect-ratio: 5 / 7;
  border-radius: 18px;
  /* rounded corners */
  border: 2px solid white;
  margin: 0 auto;
}

.about-us-video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 18px;
  /* match wrapper corners */
  object-fit: cover;
  /* scale nicely */
}

.video-container.expanding video {
  pointer-events: none;
  /* disable interaction while expanding */
}

/* Mobile adjustments */
@media (max-width: 768px) {

  /* Center expanded video on mobile */
  .video-container.expanded {
    bottom: 50%;
    right: auto;
    width: 300px;
    /* optional smaller size on mobile */
    height: 525px;
    /* maintain 5:7 ratio */
  }


}




.holders1 {
  background-image: url('assets/ye1jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem;
  color: rgb(0, 0, 0);
}

.holders {
  background-color: rgb(255, 255, 255);
  background-image: url('assets/banner2jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem;
  color: black;
}

@media (max-width: 768px) {
  .holders img {
    width: 100%;
  }
}

.transform {
  background-color: #000;
  background-image: url('assets/yellow.png');
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 2rem;
}


@media (max-width: 768px) {
  .transform {

    background-position: bottom center;
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .transform {
    background-size: contain;
    background-position: bottom center;
    padding: 0.5rem;
  }
}


.holders__grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--background-gradient-2);
}

.holders__card {
  padding: 2rem;
  text-align: center;
  background-color: var(--primary-color-dark);
}

.holders__card span {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 100%;
}

.holders__card span img {
  max-width: 50px;
}

.holders__card h4 {
  font-size: 1.5rem;
  font-weight: 400;
}

.holders__content {
  max-width: 700px;
  margin: auto;
  margin-top: 2rem;
  padding: 2rem;
  text-align: center;
  background: var(--background-gradient-2);
  border-radius: 10px;
}

.work {
  /* Background image */
  background-image: url('assets/banner2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Default (desktop/tablet) */
.split-container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.split-container>div:last-child {
  display: flex;
  justify-content: flex-end;
}

.right-content img {
  width: 550px;
  display: block;
  height: auto;
  border-radius: 18px;
  border: 2px solid white;
}

.right-content1 img {
  width: 550px;
  height: auto;
  aspect-ratio: 16 / 9;
  /* keeps YouTube style 16:9 */
  object-fit: cover;
  /* crops image instead of squishing */
  border-radius: 18px;
  border: 2px solid white;
  display: block;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 2rem;
  margin-top: 1rem;
}

.why-grid1 {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: relative;
}

.why-grid1 .icon {
  position: relative;
  font-size: 2rem;
  color: #1f3c88;
  margin-bottom: 0.5rem;
}

.mission-section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 500px;
  color: black;
}

/* Text on the left */
.mission-left {
  max-width: 600px;
  margin: 0;
  padding: 0;
  position: relative;
  /* keep text above image */
}

.mission-left h1 {
  font-weight: bold;
  font-size: clamp(20px, 5vw, 44px);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.mission-left .highlight {
  color: rgb(255, 208, 0);
}

.mission-content p {
  margin-bottom: 1rem;
}

.mission1 {
  max-width: var(--max-width);
  margin: auto;
  padding: 5rem 1rem;
}

.mission1 h1 {
  max-width: 600px
}

.mission1 p {
  max-width: 600px
}

/* Image at very bottom-right of section */
.mission-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  /* desktop size */
  max-width: 50%;
  /* prevents huge image on wide screens */
  height: auto;
  z-index: 0;
  margin: 0;
}

.mission-right img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mission-right1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  /* adjust size */
}

.mission-right1 img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .mission-right1 {
    position: static;
    /* move below text on mobile */
    width: 100%;
    margin-top: 1.5rem;
  }
}

/* Mobile: move image below text */
@media (max-width: 768px) {
  .mission-right {
    position: static;
    /* remove absolute positioning */
    width: 100%;
    /* full width under text */
    margin-top: 1rem;
    /* spacing from text */
    max-width: 100%;
  }

  .mission-right img {
    width: 100%;
    height: auto;
  }
}


/* vertical connecting line for all icons except the last .why-item */
.why-grid1 .why-item:not(:last-child) .icon::after {
  content: "";
  position: absolute;
  top: 100%;
  /* start from bottom of icon */
  left: 50%;
  /* center under icon */
  transform: translateX(-50%);
  width: 2px;
  height: 8rem;
  /* length of line */
  background-color: #ccc;
  /* line color */
}

.why-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.process-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.icon {
  background-color: white;
  font-size: 2rem;
  padding: 6px 12px 6px;
  color: #050b61;
  border-radius: 8px;
  flex-shrink: 0;
}

.why-text h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: bold;
}

.why-text p {
  margin: 0.2rem 0 0;
  font-size: 0.9rem;
  color: #ffffff;
}

/* --- MOBILE STYLES --- */
@media (max-width: 900px) {
  .split-container {
    flex-direction: column;
    /* stack them */
  }

  /* Move image block above text */
  .split-container .right-content {
    order: -1;
  }

  /* Make the image span full width */
  .split-container img {
    width: 100%;
    max-width: 100%;
  }

  /* Stack why-us items */
  .why-grid {
    grid-template-columns: 1fr;
  }

  .right-content1 img {
    display: none;
  }

}



.work__subheader {
  font-size: 1.2rem;
  text-align: center;
}

.work__subheader span {
  margin: 2rem;
}

.work__grid {
  margin-top: 4rem;
  padding-bottom: 2px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--background-gradient-2);
}

.work__card {
  padding: 2rem;
  text-align: center;
  background-color: black;
}

.work__card span {
  display: inline-block;
  margin-bottom: 1rem;
}

.work__card span img {
  max-width: 50px;
}

.work__card h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.work__card p {
  font-size: 0.9rem;
}

.work1 {
  background-image: url('assets/banner2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 120vh;
}

@media (max-width: 768px) {

  .work1 {
    background-image: url('assets/banner2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
  }

}

.mission {
  background-image: url('assets/banner2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}


.mission__grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.mission__list {
  display: grid;
  gap: 2px;
  background: var(--background-gradient-2);
}

.mission__list h4 {
  font-size: 1.2rem;
  font-weight: 500;
  background-color: var(--primary-color);
}

.mission__list h4:hover {
  background: var(--background-gradient-2);
}

.mission__content {
  align-items: center;
  gap: 4rem;
  color: white;
  text-align: center;
  max-width: 700px;
  margin: auto;
}

.mission__content img {
  max-width: 150px;
}

/* FAQ Section */
.faq {
  width: 100%;
  padding: 2rem 0;
}

/* Accordion container full width */
.question__accordian {
  position: relative;
  isolation: isolate;
  width: 100%;
  /* make full width */
  max-width: none;
  /* remove previous 900px limit */
  margin: 0 auto;
  /* center optional */
  display: grid;
  gap: 14px;
}

/* Decorative pseudo element */
.question__accordian::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

/* Individual accordion box */
.question__box {
  border: 2px solid rgb(0, 0, 0);
  color: black;
  width: 100%;
  /* make full width */
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.1s ease-in;
}

.question__box:hover {
  border: 2px solid rgb(0, 17, 114);
  background-color: rgb(0, 17, 114, 0.2);
}

/* Accordion title */
.question__box .title {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

/* Number/label circle inside title */
.question__box .title p span {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 1rem;
  border: 1px solid rgba(8, 10, 148, 0.05);
  border-radius: 100%;
}

/* Title text */
.question__box .title p {
  font-size: 1.1rem;
  font-weight: 600;
}

/* Expand/collapse icon */
.question__box .title .icon {
  cursor: pointer;
}

/* Accordion content */
.question__box .content {
  height: 0;
  padding: 0 2rem;
  transition: 0.5s;
  overflow: hidden;
}

/* Expanded content */
.question__box.active .content {
  height: 130px;
  /* adjust if content taller */
}

/* Optional responsive tweaks */
@media (max-width: 768px) {

  /* Title text */
  .question__box .title p {
    font-size: 1rem;
    font-weight: 600;
  }


}


/* Footer base styles */
.footer {
  position: relative;
  background: rgb(255, 255, 255);
  isolation: isolate;
  padding: 3rem 1rem;
  color: #000000;
}

.footer::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.footer__container {
  display: grid;
  grid-template-columns: 2fr repeat(2, 1fr) 2fr;
  gap: 2rem;
}

.footer__col h3 {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.footer__col p {
  margin-bottom: 2rem;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__socials a {
  padding: 6px 11px;
  font-size: 1.25rem;
  background: #010977;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
}

.footer__socials span:hover {
  opacity: 80%;
}

.footer__col h4 {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.footer__col a {
  display: block;
  margin-bottom: 1rem;
}

.footer__col form {
  padding: 5px;
  width: 100%;
  max-width: 350px;
  display: flex;
  align-items: center;
  background: var(--background-gradient-2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.footer__col input {
  width: 100%;
  padding: 0 1rem;
  outline: none;
  border: none;
  font-size: 1rem;
  color: var(--white);
  background-color: transparent;
}

.footer__col input::placeholder {
  color: var(--white);
}

.footer__col .submit__btn {
  padding: 10px 12px;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .footer__container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .footer__socials {
    justify-content: center;
  }
}

html,
body {
  height: 100%;
  margin: 0;
}

.page-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1;
}

@media (width < 900px) {
  .header__banner__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .header__banner__grid .col:nth-child(3) {
    grid-area: 2/1/2/3;
  }

  .rewards__container {
    grid-template-columns: repeat(1, 1fr);
  }

  .question__box.active .content {
    height: 175px;
  }
}

@media (width < 750px) {
  .holders__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .work__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .mission__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (width < 600px) {
  .header__banner__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .header__banner__grid .col:nth-child(3) {
    grid-area: unset;
  }

  .mission__content {
    gap: 2rem;
  }

  .question__box.active .content {
    height: 250px;
  }
}



/* Carousel base styles */
.carousel-wrapper-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-wrapper {

  display: flex;
  transition: transform 0.5s ease;
}

.card {
  flex: 0 0 calc(50% - 20px);
  margin-right: 20px;
  color: #000000;
  padding: 20px;
  border-radius: 12px;
  text-align: left;
  position: relative;
  border: 2px solid #0d0c75;
}

.card p {
  color: #494949;
}

.card:last-child {
  margin-right: 0;
}

.carousel-button {
  background: rgba(2, 15, 134, 1);
  color: #fff;
  border: none;
  padding: 2px 6px 2px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 8px;
  flex-shrink: 0;
}

.google-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: auto;
}

.review-profile {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 15px;
}

.review-profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.review-name {
  display: flex;
  align-items: center;
  gap: 5px;
}

.verified {
  color: #1a73e8;
  font-size: 14px;
}

.review-text {
  font-size: 14px;
  color: #000000;
  margin-top: 5px;
}

/* Stars */
.review-stars {
  color: #ffc400;
  margin-top: 5px;
  font-size: 14px;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .card {
    flex: 0 0 45%;
    /* 2 cards per slide */
    margin-right: 10px;
  }

  .card:last-child {
    margin-right: 0;
  }
}

@media (max-width: 700px) {
  .carousel-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .carousel-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .card {
    flex: 0 0 100%;
    scroll-snap-align: start;
    margin-right: 0;
  }

  .carousel-button {
    display: none;
  }
}

.ticker {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  border-top: 0.5px solid rgb(0, 0, 0);
  border-bottom: 2px solid rgb(8, 26, 129);
  background: #ffffff;
  background: linear-gradient(322deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 51%, rgb(255, 255, 255) 100%);
  padding: 12px 0;
  font-family: "Russo One", sans-serif;
}

.ticker-track {
  display: inline-flex;
}

.ticker-item {
  flex: none;
  margin-right: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #030969;
  white-space: nowrap;
}


.reviews-container {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.review-card {
  padding: 16px;
  display: flex;
  gap: 12px;
  flex: 1 1 calc(50% - 9px);
  max-width: 200px;
  border-radius: 18px;
  box-sizing: border-box;
}

.review-card .img img {
  width: 40px;
  border-radius: 50%;
}

.review-card .txt {
  font-size: 14px;
}

.review-card .star {
  display: flex;
  gap: 5px;
  align-items: center;
}

.review-card .star span {
  color: rgb(255, 174, 0);
  font-size: 12px;
  display: flex;
  gap: 4px;
  margin-top: -2px;
}

.cta {
  display: flex;
  gap: 24px;
  font-size: 16px;
}

.cta a {
  position: relative;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 0.5px solid rgb(175, 175, 175);
  border-radius: 18px;
  color: #000;
  padding: 20px 60px 0px 24px;
  box-sizing: border-box;
  height: 66px;
  min-width: 150px;
  transition: all .1s ease-in;
  font-size: 20px;
}

#sec-cta {
  background: linear-gradient(356deg, rgb(0, 0, 0) 0%, rgb(28, 0, 153) 100%);
  color: #fff;
}

#sec-cta:hover {
  opacity: 80%;
}

#ph-cta {
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.cta .f-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  transition: all .1s ease-in;
}

@media (max-width: 767px) {
  .cta {
    gap: 8px;
    font-size: 14px;
  }

  .cta a {
    font-size: 12px;
    padding: 24px 16px 14px;
  }

  .cta .f-icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
}




@media (max-width: 800px) {
  #web {
    font-size: 10px;
  }

  .reviews-container {
    justify-content: center;
  }

  .review-card {
    flex: 1 1 100%;
    max-width: 170px;
  }

  .review-card .img img {
    width: 30px;
  }

  .review-card .txt {
    font-size: 12px;
  }

  .review-card .star span {
    font-size: 10px;
    margin-top: -2px;
  }
}

@media (max-width: 500px) {

  .cta a {
    width: 100%;
    justify-content: center;
  }
}

.highlight {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
  color: #fff;
  font-size: 18px;
}

.highlight::before,
.highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, transparent, #fff, transparent);
}

.highlight::before {
  top: 0;
}

.highlight::after {
  bottom: 0;
}

/* Mobile adjustments */
@media (max-width: 500px) {
  .highlight {
    justify-content: center;
    width: 100%;
    font-size: 12px;
  }

  .mobile-center-text {
    padding-left: 0;
  }
}

.map {
  background-image: url('assets/banner3.jpg');
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem 0;
}

.map-section {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  /* for responsiveness */
}

.map-left {
  flex: 1;
  min-width: 300px;
}

.map-right {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.map-right h2 {
  font-size: clamp(18px, 6vw, 46px);
  margin-bottom: 1rem;
}

.map-right p {
  font-size: 1rem;
  line-height: 1.5;
}

.map-container {
  position: relative;
  width: 100%;
  /* full width on mobile */
  max-width: 500px;
  /* limit width on desktop */
  aspect-ratio: 5 / 7;
  /* 5:7 aspect ratio */
  overflow: hidden;
  border-radius: 16px;
  /* rounded edges like a phone */
  border: 2px solid #fff;
  /* phone frame border */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 14px;
  /* match container for smooth edges */
}

.usa {
  margin-top: 4rem;
  text-align: left;
}

.state {
  display: flex;
  align-items: center;
  /* vertically center text and image */
  border: 1px solid white;
  max-width: 170px;
  padding: 6px 12px;
  border-radius: 4px;
  gap: 8px;
  /* spacing between image and text */
}

.state img {
  width: 30px;
  /* smaller like an icon */
  height: auto;
  border-radius: 6px;
  margin: 0;
  /* remove left margin */
}

.usa-tag {
  margin: 0;
  /* remove default paragraph margin */
}

.usa p {
  max-width: 750px;
  margin: auto;
  font-size: clamp(14px, 2vw, 18px);
  /* scales with screen size */
}

.usa h2 {
  max-width: 900px;
  font-size: clamp(20px, 5vw, 40px);
  /* responsive font size */
  margin: auto;
}

.usa-map {
  margin: auto;
  width: 100%;
  /* full width on mobile */
  max-width: 1200px;
  /* limit size on large screens */
  filter: invert(1);
}

.area-tag-container {
  display: flex;
  flex-wrap: wrap;
  /* wrap to next line on small screens */
  gap: 1rem;
  /* spacing between tags */
}

.area-tag {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border: 2px solid #fff;
  /* white border */
  border-radius: 12px;
  /* rounded corners */
  background-color: transparent;
  /* transparent background */
  color: #fff;
  /* white text */
  font-size: 1.4rem;
  cursor: default;
  transition: all 0.2s ease;
}

/* Smaller font size on mobile */
@media (max-width: 768px) {
  .area-tag {
    font-size: 1rem;
    padding: 0.3rem 0.6rem;
    /* also reduce padding for balance */
  }
}


/* Optional hover effect */
.area-tag:hover {
  background-color: rgba(255, 255, 255, 0.1);
}


/* Responsive: stack on mobile */
@media (max-width: 768px) {
  .map-section {
    flex-direction: column;
  }

  .map-left,
  .map-right {
    min-width: 100%;
  }
}


@media (max-width: 768px) {
  .rewards__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}