/* Base Styles */
/* body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.6;
} */
/* Global */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

section {
  padding: 40px 20px;
  /* max-width: 1200px; */
  margin: auto;
}

h1,
h2,
h3 {
  margin-bottom: 20px;
}

/* Hero Section */
.hero {
  text-align: center;
  background: #fff;
  padding: 60px 20px;
}

.hero-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.hero-icons img {
  height: 100px;
  max-width: 100%;
}

/* Vision & Mission */
.vm-section {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card {
  flex: 1 1 45%;
  padding: 20px;
  border-radius: 10px;
  /* color: #fff; */
  text-align: center;
  box-sizing: border-box;
}

.mission {
  background-color: #ff7f7f;
}

.vision {
  background-color: #7fdd7f;
}

/* Our Products */
.products .product-grid,
.books .book-grid,
.clan-members,
.benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.product-card,
.book-card,
.member-card,
.benefit-card {
  background: #e0e0e0;
  padding: 20px;
  border-radius: 10px;
  flex: 1 1 200px;
  text-align: center;
  box-sizing: border-box;
}

/* Why Choose Us */
.why-us {
  background: #fff0b3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.why-us img {
  height: 80px;
  max-width: 100%;
}

.why-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Clan Section */
.clan {
  background: #111;
  color: #fff;
}

footer {
  text-align: center;
  padding: 20px;
  background: #222;
  color: #fff;
}

/* ========================= */
/* 📱 Mobile Responsiveness  */
/* ========================= */
@media (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }

  .vm-section {
    flex-direction: column;
  }

  .card {
    flex: 1 1 100%;
  }

  .why-us {
    flex-direction: column;
    text-align: center;
  }

  .why-content {
    flex-direction: column;
  }

  .product-card,
  .book-card,
  .member-card,
  .benefit-card {
    flex: 1 1 100%;
  }

  .hero-icons img {
    height: 80px;
  }
}
.top-images {
  display: flex;
  justify-content: center;
  gap: 10px;
  /* padding-top: 10px; */
}
.Innovative {
  color: #111219;
  font-weight: 800;
  font-size: 48px;
  font-family: Inter, sans-serif;
  text-align: left;
}
.padding-innvoative {
  padding: 10px 0px 0 140px;
}
.sub-innvoative {
  color: #111219;
  font-weight: 400;
  font-size: 14px;
  font-family: Inter, sans-serif;
  text-align: left;
}
/* Primary CTA: Login Now — match Figma (override vars from Inspect) */
.login-now-btn {
  --login-bg: #f7da30;
  --login-color: #111219;
  --login-radius: 9999px;
  --login-padding-y: 16px;
  --login-padding-x: 32px;
  --login-font-size: 16px;
  --login-font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--login-bg);
  color: var(--login-color);
  font-weight: var(--login-font-weight);
  font-size: var(--login-font-size);
  font-family: Inter, sans-serif;
  text-decoration: none;
  border: none;
  border-radius: var(--login-radius);
  padding: var(--login-padding-y) var(--login-padding-x);
  margin-bottom: 20px;
  transition: background 0.2s ease, transform 0.2s ease;
  letter-spacing: 0;
  line-height: 1.25;
}
.login-now-btn:hover {
  background: #e5c828;
  color: var(--login-color);
  transform: translateY(-1px);
}
.login-now-arrow {
  font-size: 1.125em;
  line-height: 1;
  margin-left: 2px;
}

.store-buttons {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.store-btn {
  display: flex;
  align-items: center;
  border: 1.5px solid #000;
  border-radius: 30px;
  padding: 0px 16px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-family: sans-serif;
  transition: all 0.3s ease;
  border-right: 1.5px solid #000;
  font-size: 14px;
}

.store-btn img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.icon-wrapper {
  display: flex;
  align-items: center;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1.5px solid #000;
  height: 36px;
}

.icon-wrapper img {
  width: 20px;
  height: 20px;
}
/* Mobile responsiveness */
@media (max-width: 600px) {
  .login-now-btn {
    width: 100%;
    max-width: 300px;
  }
  .store-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .store-btn {
    width: 100%; /* take full width on mobile */
    max-width: 300px;
    /* justify-content: center; */
    height: 40px;
  }

  .icon-wrapper {
    margin-right: 8px;
    padding-right: 8px;
  }
}
.decorator {
  position: absolute;
  top: -20%;
  left: 0%;
  width: 100px;
}

.decorator img {
  width: 100%;
  height: auto;
}
.brand-logo-join img {
  width: 50px;
  height: 50px;
}
/* Responsive tweaks */
@media (max-width: 768px) {
  .decorator {
    top: 20px;
    left: 5%;
    width: 40px;
  }
  #clanModal .container {
    width: 110%;
    display: block !important;

    /* grid-template-columns: 1fr 1fr; */
    height: 100vh;
    background: white;
    overflow: auto;
  }
  .divisions {
    padding: 0px !important;
  }
  .form-section {
    height: auto !important;
    overflow: auto !important;
  }
  .hero h1 {
    font-size: 1.4rem !important;
  }
  .divisions h2 {
    font-size: 16px !important;
    text-align: center;
  }
  .brand-logo-join {
    left: 10px !important;
    top: 40px !important;
  }
  .form-section h2 {
    font-size: 18px !important;
    margin-top: 10px !important;
  }
  .brand-logo-join img {
    width: 40px;
    height: 40px;
  }
  #clan h2 {
    padding-left: 0 !important;
  }
  .hero p {
    font-size: 14px !important;
  }

  .logo {
    top: 60px !important;
    width: 40% !important;
  }
  .join-clan .logo {
    top: 60px !important;
    width: 20% !important;
  }
  .join-clan .hero-join {
    margin-top: 50px;
  }
  .padding-innvoative {
    padding: 0;
  }
}

.education-section {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.education-image {
  flex: 1 1 300px;
  max-width: 450px;
}

.education-image img {
  width: 70%;
  height: auto;
}

.education-content {
  flex: 1 1 400px;
  max-width: 600px;
}

.education-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.education-content p strong {
  font-weight: bold;
}

.grid-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.info-box {
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 16px;
  background: white;
  box-shadow: 6px 6px 0 #000000;
  transition: transform 0.2s ease;
}

.info-box:hover {
  transform: translateY(-4px);
}

.info-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.info-blue {
  color: #7b61ff;
}
.info-pink {
  color: #ff5f96;
}
.info-orange {
  color: #ff8c00;
}
.info-green {
  color: #00c774;
}

@media (max-width: 768px) {
  .education-section {
    flex-direction: column;
    padding: 20px;
  }

  .education-content p {
    font-size: 1rem;
    text-align: center;
  }
}
.mv-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

.mv-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}

.mv-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.mv-card {
  flex: 1 1 300px;
  padding: 30px;
  border-radius: 32px;
  background-color: #f5f5f5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.mv-card:hover {
  transform: translateY(-5px);
}

.mv-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ff7d7d; /* default red */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.mv-card h3 {
  margin-top: 0;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.mv-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

/* Specific background colors */
.mission {
  background-color: #f5ffa5;
}

.vision {
  background-color: #ccffe7;
}

.icon-red {
  background-color: #ff7d7d;
}

.icon-purple {
  background-color: #7b61ff;
}

@media (max-width: 768px) {
  .mv-title {
    font-size: 2rem;
    text-align: center;
  }

  .mv-cards {
    flex-direction: column;
  }

  .mv-card {
    width: 100%;
  }
}
.fueepz-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px;
  /* border: 1px solid #007bff; */
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.fueepz-image {
  flex: 1 1 300px;
  max-width: 450px;
}

.fueepz-image img {
  width: 80%;
  height: auto;
}

.fueepz-content {
  flex: 1 1 500px;
  max-width: 600px;
}

.fueepz-content p {
  font-size: 1.2rem;
  margin-bottom: 24px;
  color: #000;
}

.fueepz-content strong {
  font-weight: bold;
}

.fueepz-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.fueepz-box {
  border: 1.5px solid #000;
  border-radius: 16px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 6px 6px 0 #000;
  transition: transform 0.2s ease;
}

.fueepz-box:hover {
  transform: translateY(-4px);
}

.box-title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.title-blue {
  color: #7b61ff;
}
.title-pink {
  color: #ff5f96;
}
.title-orange {
  color: #ff8c00;
}
.title-green {
  color: #00c774;
}

.fueepz-box p {
  margin: 0;
  font-size: 0.95rem;
  color: #333;
}

@media (max-width: 768px) {
  .fueepz-section {
    flex-direction: column;
    text-align: center;
  }

  .fueepz-content p {
    font-size: 1.1rem;
  }

  .fueepz-grid {
    grid-template-columns: 1fr;
  }

  .fueepz-box {
    box-shadow: 4px 4px 0 #000;
  }
}
.mv-section {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

.mv-title {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 40px;
}

.mv-cards {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.mv-card {
  flex: 1 1 auto;
  background-color: #f5ffa5; /* Mission */
  padding: 30px;
  border-radius: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mv-card.vision {
  background-color: #ccffe7;
}

.mv-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #ff7d7d; /* Icon red for mission */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.mv-card.vision .mv-icon {
  background-color: #7b61ff;
}

.mv-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
}

.mv-card p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .mv-title {
    font-size: 2rem;
    text-align: center;
  }

  .mv-cards {
    flex-direction: column;
  }

  .mv-card {
    padding: 24px;
  }

  .mv-icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}
hr:not([size]) {
  height: 0.2px;
}
.product-slider {
  /* border: 2px solid #0094FF; */
  padding: 24px;
  border-radius: 8px;
  position: relative;
}

.slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.slider-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.arrow-buttons {
  display: flex;
  gap: 12px;
}

.arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #0094ff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
}

.arrow-btn svg {
  width: 16px;
  height: 16px;
  fill: #0094ff;
}

.slider-container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 24px;
  scroll-behavior: smooth;
  padding: 8px 0;
}

.product-card {
  flex: 0 0 320px;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
  height: 320px;
}

.product-card:hover {
  transform: translateY(-4px);
}

.highlight {
  background: #e6f4ff;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.card-header img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.card-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
}

.card-desc {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .product-card {
    flex: 0 0 85%;
  }
  .arrow-buttons {
    display: none;
  }
}
.card-header {
  background: transparent;
  border-bottom: none;
}
.books-grid {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.book-card {
  display: flex;
  background-color: #fff;
  border-radius: 24px;
  padding: 32px;
  align-items: center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.book-card img {
  width: 96px;
  height: auto;
  margin-right: 32px;
}

.book-info {
  color: #333;
}

.book-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.book-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

@media (max-width: 768px) {
  .books-grid {
    grid-template-columns: 1fr;
  }

  .book-card {
    flex-direction: column;
    text-align: center;
  }

  .book-card img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tag.conceived,
  .tag.crafted {
    font-size: 1.2rem;
    margin: 10px;
  }
}
.books {
  background: #f3f8fa;
  position: relative;
  padding: 60px 20px;
  margin: 60px 0;
}
.tag {
  position: absolute;
  font-size: 1.5rem;
  font-weight: 700;
  color: #c3d1db;
}

.books .tag.conceived {
  top: -16px;
  right: 0;
  margin: 0 20px;
}

.books .tag.crafted {
  bottom: -16px;
  right: 0;
  margin: 0 20px;
}

.why-choose-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px;
  background-color: #fff3c4;
  border-radius: 40px;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.why-choose-image {
  flex: 1 1 300px;
  text-align: center;
}

.why-choose-image img {
  max-width: 100%;
  height: auto;
}

.why-choose-text {
  flex: 1 1 500px;
  color: #2f1d58;
}

.why-choose-text h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.why-choose-text p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #333;
}

.why-choose-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-choose-text li {
  display: block;
  align-items: center;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 16px;
  color: #2f1d58;
  position: relative;
}

.why-choose-text li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ff5977;
  border-radius: 50%;
  margin-right: 12px;
  display: flex;
  position: absolute;
  top: 6px;
  left: -7px;
}

.why-choose-section ul li strong {
  display: block;
  font-weight: bold;
  padding-left: 10px;
}
.why-choose-section ul li p {
  margin: 5px 0 0;
  color: #333;
  font-size: 12px;
  padding-left: 10px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .why-choose-section {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .why-choose-text {
    text-align: center;
  }

  .why-choose-text h2 {
    font-size: 2rem;
  }
  .why-choose-image img {
    max-width: 70%;
  }
  .why-choose-image {
    flex: 1 1 180px;
  }
}
.footer-container {
  padding: 80px 20px 30px;
  position: relative;
  color: white;
}

.join-section {
  text-align: center;
  padding: 80px 20px 40px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.join-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.join-section p {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 40px;
  color: #ccc;
}

.email-subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 40px;
  overflow: hidden;
}

.email-subscribe input {
  flex: 1;
  padding: 15px 20px;
  border: none;
  border-radius: 40px 0 0 40px;
  font-size: 1rem;
  outline: none;
}

.email-subscribe button {
  background-color: #ff728b;
  color: white;
  border: none;
  padding: 14px 30px;
  font-size: 1rem;
  border-radius: 40px;
  cursor: pointer;
  transition: #ff728b 0.3s ease;
}

.email-subscribe button:hover {
  background-color: #ff5a77;
}

/* Footer Bottom */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
}

.footer-logo {
  font-family: serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 0.95rem;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #fff;
}

/* Background Circles (Illustration Placeholders) */
.bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  z-index: 0;
}

.bg-left {
  width: 300px;
  height: 300px;
  background: #fff;
  bottom: 50px;
  left: 0;
}

.bg-right {
  width: 300px;
  height: 300px;
  background: #fff;
  top: 50px;
  right: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .join-section h2 {
    font-size: 2rem;
  }

  .email-subscribe {
    flex-direction: column;
    border-radius: 20px;
  }

  .email-subscribe input,
  .email-subscribe button {
    border-radius: 20px;
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }
  .hero .store-buttons img {
    margin: 2px 10px 3px 10px;
  }
}
.logo {
  position: absolute;
  top: 100px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.gradient-link {
  background: linear-gradient(90deg, #00c853, #9c27b0); /* Green to Purple */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.gradient-link-join {
  background: linear-gradient(90deg, #00c853, #9c27b0); /* Green to Purple */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-style: italic;
  font-size: 13px;
}
.gradient-link:hover {
  opacity: 0.8;
}
.nav-bar {
  text-align: center;
  padding: 16px 0;
}

.nav-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 32px;
}

.nav-menu li {
  display: inline-block;
}

.nav-menu a {
  text-decoration: none;
  color: white;
  font-weight: 400;
  padding: 6px 0;
  position: relative;
}

.nav-menu a.active {
  border-bottom: 2px solid #51c3e9;
  color: #51c3e9;
}

/* Gradient for 'Join Our Clan' only */
.nav-menu a.gradient-link {
  background: linear-gradient(90deg, #00c853, #9c27b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
html {
  scroll-behavior: smooth;
}
.unionsvgImg {
  position: absolute;
  bottom: -46px;
  right: -78px;
}
/* Scroll to Top Button Styles */
#scrollTopBtn {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  font-size: 24px;
  border: none;
  outline: none;
  background-color: #f7da30;
  color: #000;
  cursor: pointer;
  padding: 5px 14px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
}

#scrollTopBtn:hover {
  background-color: #f7da30;
}
.join-clan {
  background-color: #000;
}
.top-images-join {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 1px;
}
.hero-join {
  text-align: center;
  background: #000;
  padding: 60px 20px;
}
.join-gradiant {
  background: linear-gradient(90deg, #00c853, #9c27b0); /* Green to Purple */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-size: 48px;
  font-weight: 800;
  text-align: justify;
}
.sub-innvoative-join {
  font-size: 24px;
  font-weight: 500;
  color: white;
  font-style: italic;
  text-align: justify;
}
.sub-innvoative-join-p {
  font-size: 16px;
  font-weight: 300;
  color: white;
  text-align: justify;
}
#clan {
  margin: 0;
  font-family: Arial, sans-serif;
  background: radial-gradient(circle at center, #1b2130, #0f1218);
  color: #fff;
}

#clan {
  padding: 60px 20px;
  text-align: center;
}

#clan h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: justify;
  padding-left: 130px;
}

.clan-members {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 70px;
  max-width: 900px;
  margin: 0 auto;
}

.member-card {
  background: #fff;
  color: #000;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s;
}

.member-card:hover {
  transform: translateY(-8px);
}

.member-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
}

.member-card h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

/* Special Join card */
.join-card h3 {
  background: linear-gradient(to right, #34c759, #ff2d55);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.mv-cards-join {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
.contact-tab {
  position: fixed;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
  background: #e6f6fb;
  padding: 12px 5px;
  border-radius: 0 12px 12px 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: bold;
  color: #2ab7ec;
  text-decoration: none;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  transition: background 0.3s;
}

.contact-tab:hover {
  background: #d0eff9;
}
.file-remove {
  cursor: pointer;
  font-weight: bold;
  margin-left: 8px;
  color: white;
  background: gray;
  padding: 3px 6px;
  font-size: 9px;
  border-radius: 10px;
}
.fileWraper {
  display: none;
  margin-left: 10px;
  font-size: 12px;
  color: #000;
  background: white;
  border-radius: 12px;
  padding: 4px 10px;
  align-items: center;
  gap: 8px;
}
/* Media Queries */
@media (min-width: 768px) {
  .fueepz-image,
  .fueepz-content {
    flex: 1;
    text-align: left;
  }

  .fueepz-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mv-card {
    flex: 1 1 calc(50% - 20px);
  }

  .why-choose-image,
  .why-choose-text {
    flex: 1;
    text-align: left;
  }
}
/* Hero section fix */
.hero .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hero .col-md-6 {
  flex: 1 1 100%; /* full width on mobile */
  text-align: center;
  padding: 10px;
}

/* Logo */
.hero img {
  max-width: 250px; /* prevent overlap */
  width: 100%;
  height: auto;
  margin: 0 auto 15px auto; /* center + spacing */
  display: block;
}

/* Heading text */
.hero h1 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 15px;
}

/* Paragraph */
.hero p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* Buttons layout */
.hero .btn-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

@media (min-width: 768px) {
  .hero .col-md-6 {
    flex: 1; /* side by side for larger screens */
    text-align: left;
  }

  .hero .btn-container {
    flex-direction: row;
    justify-content: flex-start;
  }
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-bottom-join {
    flex-direction: column; /* stack items */
    align-items: center;
    text-align: center;
  }

  .nav-menu {
    flex-direction: column; /* stack links */
    gap: 10px;
  }

  .footer-logo img {
    max-width: 120px;
  }
  .unionsvgImg {
    position: absolute;
    bottom: -66px !important;
    right: 0px !important;
  }
}
@media screen and (min-width: 607px) and (max-width: 1024px) {
  .unionsvgImg {
    position: absolute;
    bottom: -66px !important;
    right: 0px !important;
  }
  .padding-innvoative {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 607px) {
  .privacy .logo {
    width: 30% !important;
  }
  .padding-innvoative {
    padding: 0;
  }
  .join-clan .logo {
    width: 30% !important;
  }
}
/* Default (Desktop) → Your current styles work fine */
/* Tablet (<=1024px) */
@media (max-width: 1024px) {
  .modal-content {
    flex-direction: column; /* stack vertically */
    /* width: 95% !important; */
    margin: 20px auto;
    max-height: 90vh;
    overflow-y: auto;
  }

  .contact-info {
    width: 100%;
    /* padding: 0px !important;
        border-right: none !important; */
  }
  .info-box {
    /* display: inline-block !important; */
    margin-bottom: 0px !important;
    padding: 8px !important;
  }
  .info-box .icon {
    margin-bottom: 10px;
  }
  .contact-form {
    /* width: 100% !important;
    margin: 10px 0px !important; */
  }
  .brand-logo {
    position: static;
    display: block;
    margin: 0 auto 20px;
    align-items: normal !important;
    left: 44px !important;
  }
}

/* Mobile (<=600px) */
@media (max-width: 600px) {
  .modal-content {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    padding: 15px;
  }

  .contact-form {
    padding: 10px;
  }

  .contact-form h2 {
    font-size: 18px;
  }

  .form-group label {
    font-size: 13px;
  }

  .submit-btn {
    font-size: 14px;
    padding: 10px;
    width: 100%;
  }
  .info-box {
    padding: 5px !important;
  }

  .info-box h3 {
    font-size: 12px !important;
  }

  .info-box a,
  .info-box p {
    font-size: 12px !important;
    word-break: break-word;
  }
  .contact-form h2 {
    font-size: 14px !important;
  }
  .brand-logo {
    width: 40px !important;
    height: 40px !important;
    left: 14px !important;

    align-items: normal !important;
  }
}
/* Responsive Breakpoints */
@media (max-width: 768px) {
  .row {
    flex-direction: column; /* stack left & right sections */
  }

  .col-md-5,
  .col-md-7,
  .col-sm-6 {
    width: 100% !important; /* full width on mobile */
    max-width: 100%;
  }

  .contact-info,
  .contact-form {
    padding: 15px;
  }
  .mv-section {
    padding: 0 20px;
  }
  .mv-title {
    color: #000;
  }
  .hero {
    padding: 50px 20px 0;
  }
  .mv-fueepe-title {
    text-align: left;
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .brand-logo-join {
    left: 10px !important;
    top: 40px !important;
  }
  .join-clan .logo {
    width: 40% !important;
  }
}
.fueepz-scroll {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 16px;
  padding: 10px;
}

.fueepz-slide {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 250px; /* adjust card width */
  scroll-snap-align: start;
}

.fueepz-box-mobile {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 4px 4px 0px #000000;
  border: 1px solid #000;
  height: 180px;
}
.footer-container-mobile {
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}

.join-section-mobile {
  max-width: 600px;
  margin: 0 auto 40px;
}

.join-section-mobile h2 {
  font-size: 22px;
  font-weight: bold;
}

.join-section-mobile p {
  font-size: 14px;
  margin: 10px 0 20px;
  color: #ddd;
}

.email-subscribe-mobile {
  position: relative;
  width: 100%;
  max-width: 350px; /* optional: keep it narrow */
  margin: 0 auto;
}

.email-subscribe-mobile input {
  width: 100%;
  padding: 14px 110px 14px 16px; /* leave space for the button on right */
  border-radius: 30px;
  border: 1px solid #ccc;
  font-size: 12px;
  background: #fdfee9;
}

.email-subscribe-mobile input::placeholder {
  color: #111219;
}
.email-subscribe-mobile button {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #ff6aa2, #ff7eb9);
  border: none;
  color: #fff;
  padding: 10px 18px;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}
.footer-bottom-mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  border-bottom: 0.5px solid #b6b6b6;
  border-top: 0.5px solid #b6b6b6;
}

.footer-logo-mobile img {
  max-width: 120px;
}

.footer-links-mobile {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-links-mobile .left-links-mobile,
.footer-links-mobile .right-links-mobile {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-links-mobile a {
  text-decoration: none;
  font-size: 14px;
  color: #ccc;
}

.footer-links-mobile .nav-menu li a:hover {
  color: #fff;
}

.footer-copy-mobile {
  font-size: 13px;
  color: #aaa;
  margin-top: 10px;
}

input::placeholder {
  color: #ffffff66;
}
/* Modal background */
.modal-mobile {
  display: none; /* show via JS */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}

/* Modal content */
.modal-content-mobile {
  background: #fff;
  border-radius: 12px;
  max-width: 900px;
  width: 95%;
  margin: 30px auto;
  padding: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/* Close button */
.close-btn-mobile {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
}

/* Left side contact info */
.contact-info-mobile {
  padding: 20px;
  margin: 10px -10px;
  display: contents;
}
.brand-logo-mobile img {
  width: 40px;
  margin-bottom: 20px;
  position: absolute;
  top: -20px;
}
.info-box-mobile {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 20px 0px;
  font-size: 12px;
}
.info-box-mobile .icon-mobile img {
  width: 32px;
  height: 32px;
}
.info-box-mobile h3 {
  font-size: 14px;
  margin: 0 0 4px;
}

/* Right side form */
.contact-form-mobile {
  background: #726cff; /* purple background */
  color: #fff;
  border-radius: 16px;
  padding: 25px;
  flex: 1;
  margin: 13px;
}
.contact-form-mobile h2 {
  font-size: 16px;
  margin-bottom: 20px;
}
.form-group-mobile {
  margin-bottom: 15px;
}
.form-group-mobile label {
  font-size: 14px;
  font-weight: 500;
}
.contact-form-mobile input,
.contact-form-mobile select,
.contact-form-mobile textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
  color: #fff;
  padding: 8px 0;
  font-size: 12px;
}
.contact-form-mobile input::placeholder,
.contact-form-mobile textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

/* Button */
.submit-btn-mobile {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 24px;
  background: #f7da30;
  color: #000;
  font-weight: 600;
  cursor: pointer;
}
.submit-btn-mobile:hover {
  background: #f7da30;
}

/* Responsive */
@media (max-width: 768px) {
  .modal-content-mobile {
    flex-direction: column;
    padding: 15px;
  }
  .contact-info-mobile {
    order: 1;
    padding: 30px 20px 0;
  }
  .contact-form-mobile {
    order: 2;
    margin-top: 15px;
  }
  .card-join {
    margin-left: 5px;
    margin-right: 5px;
  }
  .card-title-join {
    font-size: 12px !important;
  }
  .tag-join {
    padding: 5px 9px;
    font-size: 9px !important;
  }
  .card-info-join {
    font-size: 11px !important;
  }
  .roles {
    font-size: 12px !important;
  }
  .form-section h2 {
    padding-top: 20px;
  }
  .form-section {
    padding: 0px 20px 20px 20px !important;
    margin: 0px auto !important;
  }
}
.modal,
.modal-mobile {
  display: none; /* hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center; /* centers horizontally */
  align-items: center; /* centers vertically */
  z-index: 1050;
}

.modal-content,
.modal-content-mobile {
  background: #fff;
  border-radius: 12px;
  max-width: 900px; /* control width for desktop */
  width: 90%; /* responsive */
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.join-scroll {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 16px;
  padding: 10px;
}
.join-content {
  flex: 1 1 500px;
  max-width: 600px;
}
.join-box-mobile {
  /* background: #fff; */
  border-radius: 12px;
  padding: 16px;
  box-shadow: 4px 4px 0px #000000;
  border: 1px solid #000;
  /* height: 180px; */
}
.join-slide {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 250px;
  scroll-snap-align: start;
}
.copyright-mobile {
  font-size: 10px;
  font-weight: 300;
  margin-top: 10px;
}
.contact-info-mobile a {
  color: #51c3e9;
}
.info-box-mobile .contact-modal h3 {
  font-size: 10px;
  font-weight: 600;
}
.info-box-mobile .contact-modal p {
  font-size: 8px;
}

/* Fullscreen Loader Overlay */
.bubble-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  z-index: 9999;
}

/* Each Bubble */
.bubble {
  width: 20px;
  height: 20px;
  background: #ec6a84; /* you can change color */
  border-radius: 50%;
  animation: bubbleJump 0.6s infinite alternate;
}

/* Delay each bubble */
.bubble:nth-child(2) {
  animation-delay: 0.2s;
}

.bubble:nth-child(3) {
  animation-delay: 0.4s;
}

/* Jumping animation */
@keyframes bubbleJump {
  from {
    transform: translateY(0);
    opacity: 0.6;
  }
  to {
    transform: translateY(-14px);
    opacity: 1;
  }
}

.custom-toast {
  position: fixed;
  left: 50%;
  top: 20px;
  transform: translateX(-50%) translateY(-40px);
  background: #111; /* deep black */
  color: #fff;
  padding: 18px 26px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 350px;
  max-width: 90%;
  font-size: 20px;
  font-weight: 600;
  opacity: 0;
  z-index: 9999;
  transition: opacity 0.35s ease, transform 0.35s ease;
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.4);
}

.custom-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0px);
}

.custom-toast img {
  width: 36px;
  height: 36px;
}
