:root {
      --primary: #e63946;
      --primary-dark: #b32d38;
      --light: #f1faee;
      --dark: #000;
      --gray: #457b9d;
--page-bg: #ffffff;
  --card-bg: #d1d1d1;
  --text-main: #0d0d0d;
  --border-color: #e5e5e5;
  --radius: 16px;
  --padding: 24px;
  --transition: 0.22s ease-out;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.6;
    background: #fff;
    /* height: 100vh; */
    /* overflow-y: scroll; */
    
    }
    .marg-t80{ margin-top:80px; }
    .marg-t40{ margin-top:40px; }
     .marg-t20{ margin-top:20px; }

@media (max-width: 768px) {
  .hero-content .marg-t20 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* Townscript button and fixed CTA styling */
.tsbutton, .fixed-cta {
  background: #ffe200;
  color: #000;
  padding: 12px 28px;
  border: none;
  border-radius: 28px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition);
}

.tsbutton:hover, .fixed-cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.18);
}

@media (max-width: 768px) {
  .hero-content .tsbutton,
  .hero-content .fixed-cta {
    display: block !important;
    margin: 20px auto 0 auto !important;
    width: fit-content !important;
    text-align: center;
    position: relative;
    left: 0 !important;
    right: 0 !important;
    transform: translateX(0) !important;
  }
}

@media (max-width: 480px) {
  .hero-content .tsbutton,
  .hero-content .fixed-cta {
    padding: 10px 24px;
    font-size: 14px;
  }
}

/* Registration Form Responsive Styling */
@media (max-width: 768px) {
  #ts-iframe {
    height: 800px !important;
  }
}

@media (max-width: 480px) {
  #ts-iframe {
    height: 600px !important;
  }
}
    .mhead {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-items: center;
        width: 100%;
    }

    a.regnow-btn, .regnow-btn {
        background: #ffe200;
        padding: 10px 16px;
        box-shadow: 0 0 0 rgba(198,255,0,0.6);
      animation: pulseCTA 2s infinite;
      text-decoration: none;
      color: #000;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      border-radius: 20px;
      border: none;
      cursor: pointer;
      font-weight: 700;
      font-size: 0.95rem;
      line-height: 1;
      -webkit-appearance: none;
      -moz-appearance: none;
      white-space: nowrap;
      flex-shrink: 0;
    }

    a.regnow-btn:hover, .regnow-btn:hover {
      transform: translateY(-2px);
    }

    @media (max-width: 768px) {
      a.regnow-btn, .regnow-btn {
        padding: 8px 12px;
        font-size: 0.85rem;
      }

      .nav .regnow-btn {
        width: calc(100% - 40px);
        margin: 10px 20px;
        padding: 10px 16px;
      }
    }

    @media (max-width: 480px) {
      a.regnow-btn, .regnow-btn {
        padding: 8px 12px;
        font-size: 0.8rem;
      }
    }

@keyframes pulseCTA {
  0% { box-shadow: 0 0 0 0 rgba(198,255,0,0.6); }
  70% { box-shadow: 0 0 0 25px rgba(198,255,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(198,255,0,0); }
}

.emilbsg{ text-decoration:underline; color:#0064ff;  }

.earlybird-marathon {
  background: linear-gradient(120deg, #0c1736, #0a6afe);
    padding: 20px 20px;
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.innerb-o {
    display: flex;
}
.banner-inner {
  max-width: 760px;
  margin: auto;
  position: relative;
  z-index: 2;
  text-align: left;
  margin:0;
}

.badge {
  display: inline-block;
  background: #fff;
  color: #dd2476;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.earlybird-marathon h1 {
  font-size: 28px;
  font-weight: 800;
  margin: 10px 0;
  margin-top: 0;
}

.subtitle {
  font-size: 18px;
  opacity: 0.95;
  margin-bottom: 12px;
}

.limited {
  font-size: 16px;
  font-weight: 600;
  color: #ffe082;
  margin-bottom: 30px;
  animation: pulse 1.5s infinite;
}

.cta-btn {
  display: inline-block;
  padding: 14px 36px;
  background: #fff;
  color: #dd2476;
  font-weight: 700;
  border-radius: 30px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.3);
}

/* Speed lines for marathon energy */
.race-splitwr {
    display: flex;
    flex-wrap: wrap;
}

.race-splitleft {
        width: 50%;
    background: #fff;
    padding: 30px 30px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 21%);
}
.race-splitr {
    width: 50%;box-shadow: 0 10px 30px rgb(0 0 0 / 21%);
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

/* Responsive */
@media (max-width: 600px) {
  .earlybird-marathon h1 {
    font-size: 30px;
  }
  .subtitle {
    font-size: 16px;
  }
}
.race-cardimg {
    position: relative;
}
.elr{
  font-size: 12px;
    font-weight: 400;
    color: #0064ff;
}
.offer-sticker {
            width: 98px;
    height: 92px;
        border-radius: 33px 0px;
    background: radial-gradient(circle at top, #ffffff, #ffffff);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #0c1e48;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    position: relative;
    animation: pulse 2s infinite ease-in-out;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: absolute;
    bottom: 0;
    right: 5px;
}

.offer-sticker:hover {
  transform: scale(1.1) rotate(-6deg);
  box-shadow: 0 25px 50px rgba(0,0,0,0.35);
}

.offer-sticker .off {
  font-size: 32px;
  line-height: 1;
}

.offer-sticker .text {
  font-size: 16px;
    letter-spacing: 2px;
    color: #2b7eff;
    margin-top: -4px;
}

/* Pulse Animation */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}
    /* ====================== HERO SLIDER ====================== */
    .hero {
      position: relative;
      height: 100vh;
      min-height: 620px;
      overflow: hidden;
    }

    .slide {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 1.2s ease;
    }

    .slide.active {
      opacity: 1;
    }

    .slide::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(29,53,87,0.35) 0%, rgba(29,53,87,0.75) 100%);
    }

    .hero-content {
      position: relative;
      z-index: 2;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: white;
      padding: 0px;
    }

    .hero-content h1 {
         font-size: 55px;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 0;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
    color: #fff;
    }

    .hero-content h2 {
          font-size: 50px;
    font-weight: 500;
    margin-bottom: 25px;
    opacity: 1;
    color: #ffe200;
    text-shadow: 0 4px 12px rgb(0 0 0);
    font-style: italic;
    line-height: 56px;
    }

    
h2.runfoh {
        background: #1771fd;
    width: 100%;
    margin-top: 17px;
    font-size: 40px;
    color: #fff;
    text-shadow: 0 -5px 12px rgb(0 0 0);
    position: unset;
    bottom: 0;
    text-align: center;
    margin-top: 0;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .hero-content h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }

  h2.runfoh {
    font-size: 24px;
  }
}
h2.runfoh:before{
  content: '';
}
    /* Slider controls */
    .slider-controls {
      position: absolute;
      bottom: 35px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      display: flex;
      gap: 14px;
    }

    .dot {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: rgba(255,255,255,0.4);
      cursor: pointer;
      transition: all 0.3s;
    }

    .dot.active {
      background: white;
      transform: scale(1.3);
    }
.wavy {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #111;
}

.wavy span {
  display: inline-block;
  animation: wave 1.9s ease-in-out infinite;
}

.wavy span:nth-child(1) { animation-delay: 0s; }
.wavy span:nth-child(2) { animation-delay: 0.1s; }
.wavy span:nth-child(3) { animation-delay: 0.2s; }
.wavy span:nth-child(4) { animation-delay: 0.3s; }
.wavy span:nth-child(5) { animation-delay: 0.4s; }
.wavy span:nth-child(6) { animation-delay: 0.5s; }
.wavy span:nth-child(7) { animation-delay: 0.6s; }
.wavy span:nth-child(8) { animation-delay: 0.7s; }
.wavy span:nth-child(9) { animation-delay: 0.8s; }

@keyframes wave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

    /* ====================== OTHER SECTIONS ====================== */
    section {
      padding: 100px 5%;
    }

    @media (max-width: 768px) {
      section {
        padding: 60px 5%;
      }
    }

    @media (max-width: 480px) {
      section {
        padding: 40px 3%;
      }
    }

    h2.section-title {
             text-align: center;
    font-size: 2.8rem;
    margin-bottom: 1rem;
    color: var(--dark);
    line-height: 2.8rem;
    font-weight: 700;
    }
h2.section-title span {
        display: block;
    font-weight: 400;
    color: #795c00;
    margin-top: 10px;
    font-style: italic;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
  h2.section-title {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

@media (max-width: 480px) {
  h2.section-title {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
    .about-grid, .race-categories {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      gap: 40px;
    }

    @media (min-width: 900px) {
      .about-grid { grid-template-columns: 1fr 1fr; }
      .race-categories { grid-template-columns: repeat(3, 1fr); }
    }

    @media (max-width: 900px) {
      .about-grid { grid-template-columns: 1fr; }
      .race-categories { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 600px) {
      .about-grid { grid-template-columns: 1fr; }
      .race-categories { grid-template-columns: 1fr; }
    }

    .card {
      background: white;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
      transition: transform 0.3s ease;
    }

    .card:hover {
      transform: translateY(-12px);
    }

    .card-img {
      height: 260px;
      background-size: cover;
      background-position: center;
    }

    .card-content {
      padding: 28px;
      text-align: center;
    }

    .card h3 {
      color: var(--dark);
      margin-bottom: 12px;
    }

    

    .countdown {
      font-size: 3rem;
      margin: 0;
      font-weight: 700;
      margin-bottom: 30px;
    }
#countdown {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

#countdown .time-box {
  text-align: center;
  background: color(srgb 0 0 0 / 0.51);
  padding: 8px 12px;
  border-radius: 8px;
}

#countdown .num {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

#countdown .label {
  display: block;
  font-size: 15px;
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 768px) {
  #countdown .num {
    font-size: 28px;
    line-height: 28px;
  }

  #countdown .label {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  #countdown {
    gap: 6px;
  }

  #countdown .time-box {
    padding: 6px 10px;
  }

  #countdown .num {
    font-size: 20px;
    line-height: 20px;
  }

  #countdown .label {
    font-size: 10px;
  }
}




    * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.site-header {
  background: #fff;
  color: #333;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.site-header .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  height: auto;
}

.mhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 20px;
  gap: 20px;
  flex-wrap: nowrap;
}

.logo {
  font-size: 22px;
  font-weight: bold;
  flex-shrink: 0;
  min-width: 100px;
}

.logo img {
  max-width: 200px;
  height: auto;
  display: block;
}

.logo2 {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
}

.logo2 img { 
  width: 70px;
  height: auto;
  display: block;
}
.nav {
  display: flex;
  gap: 24px;
  align-items: center;
  flex: 1;
  justify-content: center;
}

.nav a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  white-space: nowrap;
  padding: 8px 0;
}

.nav a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #0064ff;
  left: 0;
  bottom: -6px;
  transition: 0.3s;
}

.nav a:hover::after {
  width: 100%;
}

.menu-toggle {
  display: none;
  font-size: 26px;
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  padding: 8px 12px;
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* 🔽 Desktop Default */
@media (min-width: 769px) {
  .nav {
    position: static;
    background: transparent;
    flex-direction: row;
    max-height: unset;
    padding: 0;
    margin: 0;
  }

  .nav.active {
    max-height: unset;
  }

  .logo2 {
    display: flex !important;
  }
}

/* 🔽 Tablet & Mobile */
@media (max-width: 768px) {
  .mhead {
    padding: 10px 15px;
  }

  .logo {
    max-width: 80px;
    min-width: 60px;
  }

  .logo2 {
    display: none;
  }

  .menu-toggle {
    display: block;
    order: 10;
  }

  .nav {
    order: 11;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: #1a1a1a;
    flex-direction: column;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0;
    margin: 0;
    justify-content: flex-start;
  }

  .nav a {
    padding: 14px 20px;
    border-top: 1px solid #333;
    color: #fff;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
  }

  .nav a::after {
    display: none;
  }

  .nav.active {
    max-height: 500px;
  }
}

@media (max-width: 480px) {
  .mhead {
    padding: 8px 12px;
  }

  .logo {
    font-size: 18px;
    max-width: 70px;
  }

  .menu-toggle {
    font-size: 22px;
    padding: 6px 10px;
  }

  .nav a {
    padding: 12px 16px;
    font-size: 14px;
  }
}




.tab-list {
      list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tab-item {
  font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
    cursor: pointer;
    transition: color 0.3s;
    background: #fff;
    margin: 0px 10px 0px 0px;
    padding: 14px 10px;
    text-align: center;
    line-height: 24px;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 110px;
}

@media (max-width: 768px) {
  .tab-list {
    overflow-x: auto;
    gap: 8px;
    margin-bottom: 20px;
  }

  .tab-item {
    font-size: 14px;
    padding: 12px 10px;
    line-height: 18px;
    min-width: 100px;
  }
}

@media (max-width: 480px) {
  .tab-item {
    font-size: 11px;
    padding: 10px 8px;
    min-width: 80px;
    line-height: 16px;
  }
}
.tab-item:last-child{ margin-right:0; }
.tab-item.active {
      color: #080808;
    background: #ffd03d;
}

.tab-panel {
  display: none;
  margin-top: 20px;
  color: #555;
}

.tab-panel.active {
  display: block;
}
.image-wrap img {
      display: none;
}

.fade-out {
  opacity: 0;
}

.info-card {
  transition: transform 0.3s ease, opacity 0.3s ease;
}


/*---2nd slide---*/
.race-split {
      background: url(../images/bg-1.jpg);
    color: #fff;
    padding: 80px 0px;
}

@media (max-width: 768px) {
  .race-split {
    padding: 50px 0px;
  }
}

@media (max-width: 480px) {
  .race-split {
    padding: 30px 0px;
  }
}
.race-split p{
  color: #000;
}
.race-wrapper {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  margin-top: 20px;
}

@media (max-width: 900px) {
  .race-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .race-wrapper {
    gap: 30px;
    padding: 0 15px;
  }
}

/* LEFT */
.race-left h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #000;
}

@media (max-width: 768px) {
  .race-left h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .race-left h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.race-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;width: 100%;
}

@media (max-width: 768px) {
  .race-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .race-grid {
    gap: 15px;
  }
}

.race-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transform: translateY(40px);
  opacity: 0;
  transition: 0.4s;
}

.race-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  filter: grayscale(100%);
  transition: 0.4s;
  display: block;
}

@media (max-width: 768px) {
  .race-item img {
    height: 160px;
  }
}

@media (max-width: 480px) {
  .race-item img {
    height: 140px;
  }
}

.race-item span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #0064ff;
  color: #fff;
  padding: 10px 20px;
  font-weight: 900;
  font-size: 18px;
}

@media (max-width: 768px) {
  .race-item span {
    font-size: 16px;
    padding: 8px 16px;
    bottom: 15px;
    left: 15px;
  }
}

@media (max-width: 480px) {
  .race-item span {
    font-size: 14px;
    padding: 6px 12px;
    bottom: 10px;
    left: 10px;
  }
}


.race-item:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
}

/* RIGHT */
.race-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
   margin-top: 87px;
}

@media (max-width: 900px) {
  .race-right {
    margin-top: 0;
  }
}

.info-box {
  background: #0064ff url(../images/who-can.jpg);
    padding: 40px;
    margin-bottom: 40px;
    border-left: 6px solid #0064ff;
    transform: translateX(40px);
    opacity: 0;
    transition: 0.5s;
    background-size: cover;
}

@media (max-width: 768px) {
  .info-box {
    padding: 30px 20px;
    margin-bottom: 30px;
    border-left: 4px solid #0064ff;
  }
}

@media (max-width: 480px) {
  .info-box {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}

.info-box h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .info-box h3 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .info-box h3 {
    font-size: 22px;
  }
}

.info-box p {
  color: #fff;
  line-height: 1.6; font-weight: 500;
}

.highlight {
  background: #0064ff url(../images/prize.jpg);
  color: #fff; background-size: cover; margin-bottom: 0;
}
.info-box..highlight{ margin-bottom:0; }
.fixed-cta {
  /*position: relative;
  bottom: 30px;
  right: 30px;*/
  background: #ffc81b;
  color: #000;
  padding: 18px 30px;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  z-index: 999;
  box-shadow: 0 0 0 rgba(198,255,0,0.6);
  animation: pulseCTA 2s infinite;
}

@keyframes pulseCTA {
  0% { box-shadow: 0 0 0 0 rgba(198,255,0,0.6); }
  70% { box-shadow: 0 0 0 25px rgba(198,255,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(198,255,0,0); }
}

/* Mobile */
@media (max-width: 768px) {
  .fixed-cta {
    right: 50%;
    transform: translateX(50%);
    bottom: 20px;
  }
}
.fixed-ctabox {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 90px;
}

.info-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
/* Base icon animation setup */
.info-icon {
  animation: glow 2.5s infinite ease-in-out;
  transition: transform 0.4s ease;
}

/* Bounce on scroll */
.icon-animate {
  animation: bounce 0.8s ease forwards, glow 2.5s infinite ease-in-out;
}

/* Rotate on hover */
.info-box:hover .info-icon {
  transform: rotate(15deg) scale(1.1);
}

/* Animations */
@keyframes bounce {
  0%   { transform: translateY(30px) scale(0.8); opacity: 0; }
  60%  { transform: translateY(-8px) scale(1.05); opacity: 1; }
  100% { transform: translateY(0) scale(1); }
}

@keyframes glow {
  0%   { box-shadow: 0 0 0 rgba(198,255,0,0.4); }
  50%  { box-shadow: 0 0 20px rgba(198,255,0,0.8); }
  100% { box-shadow: 0 0 0 rgba(198,255,0,0.4); }
}

/*---- marquee ---*/

.ticker-wrap {
      width: 100%;
    overflow: hidden;
    background: #ebebeb;
    color: #0064ff;
    padding: 14px 0;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: marqueeMove 18s linear infinite;
}

.ticker-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 500;
  font-size: 17px;
  padding-right: 60px;
}

.countdown-timer {
  color: #fff;
  margin: 0 6px;
}

/* CONTINUOUS movement */
@keyframes marqueeMove {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Pause on hover */
.ticker-wrap:hover .ticker-track {
  animation-play-state: paused;
}

/* Mobile */
@media (max-width: 768px) {
  .ticker-content {
    font-size: 14px;
  }
  .ticker-track {
    animation-duration: 26s;
  }
}

section#Registration-Form {
  padding-bottom: 30px;
}

section#about{
  padding-top: 40px;
  padding-bottom: 0;
}

/*--slide4---*/

/* Sticky Sections */
section.bhm-section {
       display: flex;
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
    padding: 0;
         background: #ffd03d;
    padding: 80px 0px;
}

@media (max-width: 768px) {
  section.bhm-section {
    padding: 50px 20px;
  }
}

@media (max-width: 480px) {
  section.bhm-section {
    padding: 30px 15px;
  }
}
section.bhm-section p{
  color: #000;
  font-size: 16px;
  line-height: 26px; text-align: center;
}
.bhm-section {
  width: 100%;
  scroll-snap-type: y mandatory; /* smooth snapping */
}

.bhm-sticky-section {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  width: 56%;
  margin-bottom: 50px;
  margin: 15px;
}

@media (max-width: 768px) {
  .bhm-sticky-section {
    width: 100%;
    margin: 10px 0;
  }
}

/* Cards */
.bhm-card {
  background: linear-gradient(135deg, color(srgb 1 1 1 / 0.11), #ffffff);
  color: #000;
  padding: 2rem 2rem;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.25);
  max-width: unset;
  text-align: center;
  /*opacity: 0;*/
  
  transition: all 1s ease-out;
  position: relative;
  overflow: hidden; width: 100%;
}
section.bhm-section .bhm-card p{ color:#000; font-size: 16px;
  line-height: 26px; }
/* Card headings */
.bhm-card h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
  letter-spacing: 1px;
  border-bottom: 2px solid rgba(255,255,255,0.5);
  padding-bottom: 0.5rem;
  margin-top: 0;
}
section.bhm-section .bhm-card .counter{ color:#0064ff; }
/* Lists */
.bhm-card ul {
  list-style: outside disc;
  line-height: 1.8;
  text-align: left;
  padding-left: 1rem;
}
.bhm-card ul li{
  font-size: 17px; color: #000;
}
/* Animate visible */
/*.animate-card.visible {
  opacity: 1;
  transform: translateY(0);
}*/

/* Hover effects for takeaways */
.interactive-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: transform 0.3s, color 0.3s;
}
.interactive-item:hover {
  transform: scale(1.05) rotate(-2deg);
  color: #ffd700;
}

/* Medal bounce */
.medal {
  display: inline-block;
  animation: bounce 1s infinite alternate;
}
@keyframes bounce {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

/* Flying T-shirt */
.tshirt {
  display: inline-block;
  position: relative;
  animation: fly 2s ease-in-out infinite alternate;
}
@keyframes fly {
  0% { transform: translateX(0) rotate(0deg); }
  100% { transform: translateX(20px) rotate(15deg); }
}

/* Counters */
.counter {
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
}

.bhm-sticky-sectionwrp{ display:flex; flex-wrap:wrap; margin-top:50px; }
.bhm-sticky-section2nd{ width:38%; }
.bhm-sticky-section2nd p{ margin-bottom:10px; }
.bhm-sticky-section3re{ width:38%; }
.bhm-sticky-section3re .bhm-card ul{    display: flex;
    flex-wrap: wrap;
    justify-content: center;}
.bhm-sticky-section3re .bhm-card ul li{ width:50%; }

@media (max-width: 768px) {
  .bhm-sticky-section2nd,
  .bhm-sticky-section3re {
    width: 100%;
    margin: 10px 0;
  }
  
  .bhm-sticky-section3re .bhm-card ul li {
    width: 100%;
  }
}

.bg-animate{
  font-size: 24px;
  font-weight: 600;
  padding: 14px 24px;
  color: #111;
  border-radius: 40px;
  background: linear-gradient(120deg, #ffe259, #ffa751, #ffe259);
  background-size: 300% 300%;
  animation: bgMove 4s ease-in-out infinite;
  display: inline-block;
}

@keyframes bgMove{
  0%{ background-position: 0% 50%; }
  50%{ background-position: 100% 50%; }
  100%{ background-position: 0% 50%; }
}
/* Responsive */
@media(max-width: 768px){
  .bhm-card {
    padding: 1.5rem 2rem;
  }
}
.cash-priz {
    position: relative;
    width:auto;
    display: flex;
    margin-top: 45px;
    background: #fff;
    box-shadow: 0px 0px 6px #00000080;
    text-align: center;
    border-radius: 6px;
    padding: 0px 30px;
}
.cash-priz .text-prize {
    position: unset;
    top: 35%;
    left: 30%;
    width: 100%;
    text-transform: capitalize;
    background: linear-gradient(90deg, #ff0000, #ffff00, #002147, #0033ff, #002147, #ff0000);
    background-size: 400%;
    font-size: 26px;
    font-family: "Arial", sans-serif;
    word-spacing: 5px;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    animation: animate 10s linear infinite;
    margin-bottom: 0;
    text-align: center;
}

@media (max-width: 768px) {
  .cash-priz {
    padding: 0px 15px;
    margin-top: 30px;
  }
  
  .cash-priz .text-prize {
    font-size: 18px;
    word-spacing: 3px;
  }
}

@media (max-width: 480px) {
  .cash-priz .text-prize {
    font-size: 14px;
    word-spacing: 2px;
  }
}
  
  @keyframes animate {
    0% {
      background-position: 0%;
    }
    100% {
      background-position: 400%;
    }
  }
/*----slide5------*/

.about-section {
  padding: 80px 0;
}

@media (max-width: 768px) {
  .about-section {
    padding: 50px 0;
  }
}

@media (max-width: 480px) {
  .about-section {
    padding: 30px 0;
  }
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* IMAGE */
.about-image {
  position: relative;
}

.about-image img {
  width: 100%;
  border-radius: 6px;
}


/* CONTENT */
.banner-inner .subtitle {
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 12px;
}

.about-content h2 {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .about-content h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .about-content h2 {
    font-size: 22px;
  }
}

.highlight {
  font-weight: 600;
  margin-bottom: 0;
}

.description {
  color: #555;
  margin-bottom: 30px;
  line-height: 1.7;
}

.btn {
  display: inline-block;
  background: #0064ff;
  color: #fff;
  padding: 14px 28px;
  border-radius: 0px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
box-shadow: 0 0 0 rgb(0 186 255 / 60%);
  animation: pulseCTA 2s infinite;
}

@media (max-width: 768px) {
  .btn {
    padding: 12px 24px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

@keyframes pulseCTA {
  0% { box-shadow: 0 0 0 0 rgb(0 122 255 / 60%); }
  70% { box-shadow: 0 0 0 25px rgba(198,255,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(198,255,0,0); }
}

.btn:hover {
  background: #0045af;
}

/* RUNNER INFO */
.runner-info {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .runner-info {
    justify-content: center;
    gap: 15px;
  }
}

.avatars img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
}

.avatars img:first-child {
  margin-left: 0;
}

.runner-text strong {
  display: block;
  font-size: 18px;
}

.runner-text span {
  font-size: 14px;
  color: #777;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-content h2 {
    font-size: 30px;
  }
}

/*-----slid6-----*/

.race-section {
  padding: 80px 0;
  padding-top: 50px;
}

@media (max-width: 768px) {
  .race-section {
    padding: 50px 0;
    padding-top: 30px;
  }
}

@media (max-width: 480px) {
  .race-section {
    padding: 30px 0;
    padding-top: 20px;
  }
}

.race-section h2{ color:#000; margin-bottom:50px; }

.section-title {
  text-align: center;
  font-size: 42px;
  margin-bottom: 50px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 32px;
    margin-bottom: 35px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 26px;
    margin-bottom: 25px;
  }
}

.section-title span {
  color: #f7a400;
}

.race-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
}

.race-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgb(0 0 0 / 21%);
  transition: transform 0.3s ease;
}

.race-card:hover {
  transform: translateY(-10px);
}

.race-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .race-card img {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .race-card {
    border-radius: 8px;
  }

  .race-card img {
    height: 150px;
  }
}

.race-content {
  padding: 20px;
}

.race-content h3 {
  font-size: 36px;
  color: #f7a400;
  margin-bottom: 5px; margin-top: 0;
}

@media (max-width: 768px) {
  .race-content h3 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .race-content {
    padding: 15px;
  }

  .race-content h3 {
    font-size: 24px;
  }
}
.race-content span.abtrc {
        color: #525252;
    font-style: italic;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 17px;
    display: block;
    min-height: 73px;
}
.race-type {
  font-size: 14px;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 20px;
}

.race-info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
  font-size: 14px;
}

.race-info strong {
  font-weight: 600;
}

.price-label {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}

.price {
  font-size: 26px;
  font-weight: 700;
  color: #0064ff; margin-top: 0;
}

.price del {
  font-size: 16px;
  color: #999;
  margin-left: 8px;
}


section.ecv-feature {
    background: #0064ff;
}
.feature-container {
        display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.image-wrap {
        width: 100%;
    background: #fff;
    border-radius: 9px;
    padding: 30px;
        order: 2;
        margin-top: -7px;
}
.content-wrap {
    padding-left: 0px;
}

p#cardText {
    font-size: 17px;
    line-height: 32px;
}
p#cardText ul{     list-style-position: outside;
    padding-left: 20px;
    line-height: 20px;
    font-size: 16px; margin-top: 30px;}
    p#cardText ul li{ margin-bottom:15px; }


/*  ----- slide 13 and 14-----*/

 .sponsors-section {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  padding: 100px 0;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 768px) {
  .sponsors-section {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .sponsors-section {
    padding: 40px 0;
  }
}

.section-title {
  color: #fff;
  font-size: 40px;
  margin-bottom: 50px;
}

.sponsor-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .sponsor-marquee {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}

@media (max-width: 480px) {
  .sponsor-marquee {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 18s linear infinite;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .marquee-track {
    margin-top: 30px;
    animation-duration: 25s;
  }
}

@media (max-width: 480px) {
  .marquee-track {
    margin-top: 20px;
    animation-duration: 30s;
  }
}

.sponsor-card {
  min-width: 140px;
    height: 120px;
    margin: 0 15px;
    background: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border: 2px solid #ddd;
}
.sponsor-card img{ width:70px; }

@media (max-width: 768px) {
  .sponsor-card {
    min-width: 100px;
    height: 90px;
    margin: 0 10px;
    border-radius: 10px;
  }
  
  .sponsor-card img {
    width: 50px;
  }
}

@media (max-width: 480px) {
  .sponsor-card {
    min-width: 80px;
    height: 70px;
    margin: 0 8px;
    border-radius: 8px;
  }
  
  .sponsor-card img {
    width: 40px;
  }
}
.sponsor-card:hover {
  transform: scale(1.12);
  box-shadow: 0 15px 40px rgba(0, 255, 200, 0.45);
}

/* KEY FIX: move exactly half the track */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.training-section {
  background: #f8f9fa;
  padding: 50px 0px 120px 0px;
  text-align: center;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .training-section {
    padding: 40px 15px 80px 15px;
  }
}

@media (max-width: 480px) {
  .training-section {
    padding: 30px 10px 60px 10px;
  }
}

.section-title.dark {
  color: #111;
}

.training-wrapper {
  max-width: unset;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  padding: 0;
}

@media (max-width: 768px) {
  .training-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .training-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 5px;
  }
}

.training-card {
  background: #fff;
  padding: 40px 25px;
  border-radius: 20px;
  position: relative;
  transform: translateY(40px);
  opacity: 0.9;
  transition: all 0.6s ease;
  cursor: pointer;    box-shadow: 0px 0px 4px #000;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .training-card {
    padding: 30px 20px;
  }
  
  .training-card:nth-child(1) {
    order: 1;
  }
  
  .training-card:nth-child(2) {
    order: 2;
  }
}

@media (max-width: 480px) {
  .training-card {
    padding: 20px 15px;
  }
  
  .training-card:nth-child(1) {
    order: 1;
  }
  
  .training-card:nth-child(2) {
    order: 2;
  }
}
.training-card h2{     font-size: 28px;
    margin-bottom: 20px; color:#000; }

@media (max-width: 768px) {
  .training-card h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .training-card h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.training-card:hover {
  transform: translateY(0) scale(1.05);
  opacity: 1;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.training-card h3 {
  margin: 20px 0 10px;
  font-size: 22px;
}

.training-card p {
  color: #555;
  font-size: 15px;
}

@media (max-width: 768px) {
  .training-card h3 {
    font-size: 20px;
  }
  
  .training-card p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .training-card h3 {
    font-size: 18px;
  }
  
  .training-card p {
    font-size: 13px;
  }
}
.trul{     list-style-position: outside;
    text-align: left;
    padding-left: 30px;
    display: flex;
    flex-direction: column; }
  ul.trul li{ margin-bottom:20px; }  

@media (max-width: 768px) {
  .trul {
    padding-left: 20px;
    font-size: 14px;
  }
  
  ul.trul li {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .trul {
    padding-left: 15px;
    font-size: 13px;
  }
  
  ul.trul li {
    margin-bottom: 12px;
  }
}

.step {
  position: absolute;
  top: -18px;
  right: 20px;
  background: #ff3b3b;
  color: #fff;
  padding: 8px 14px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 14px;
  transition: background 0.4s ease;
}

.training-card:hover .step {
  background: #00c853;
}



.site-footer {
  background: #282828;
  color: #ddd;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

@media (max-width: 768px) {
  .footer-container {
    padding: 40px 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .footer-container {
    padding: 30px 15px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.footer-col h4 {
  font-size: 18px;
  margin-bottom: 16px;
  color: #fff;
  position: relative;
  text-align: left;
}

.footer-col h4::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #0064ff;
  display: block;
  margin-top: 6px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.footer-link {
  display: block;
  color: #ffd03d;
  text-decoration: none;
  margin-top: 8px;
  transition: color 0.3s ease;
  text-align: left;
  opacity: 0.9;
}

.footer-link:hover {
  color: #ffd03d;

}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease;
}

.social-icons a:hover {
  transform: translateY(-5px) scale(1.1);
  
}

/* Policy Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links a span {
  font-size: 12px;
  opacity: 0.7;
}

.footer-links a:hover {
  color: #ffd03d;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid #222;
  text-align: center;
  padding: 15px;
  font-size: 13px;
  background: #282828;
}

/* Responsive */
@media (max-width: 600px) {
  .footer-container {
    padding: 40px 20px;
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }
}


.faq-section {
  padding: 0px 0px 80px 0px;
}

.faq-container {
  max-width: 960px;
  margin: 0 auto;
}

/* Title */
.faq-title {
  margin: 0 0 32px;
  text-align: center;
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--text-main);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 80%;
}

@media (max-width: 768px) {
  .faq-list {
    width: 95%;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .faq-list {
    width: 100%;
    gap: 8px;
  }
}

/* Card */
.faq-item {
  background: var(--card-bg);
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: border-color var(--transition), background-color var(--transition);
}

/* Optional slight border when open for clarity */
.faq-item.is-open {
  border-color: var(--border-color);
}

.faq-header {
  width: 100%;
  padding: var(--padding);
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-main);
  text-align: left;
}

@media (max-width: 768px) {
  .faq-header {
    padding: 16px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .faq-header {
    padding: 12px;
    font-size: 13px;
  }
}

.faq-header:hover {
  background: rgba(0, 0, 0, 0.02);
}

.faq-header:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.faq-question {
  flex: 1;
}

/* Icon base */
.faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Horizontal line */
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: var(--text-main);
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform-origin: center;
}

/* Horizontal line (before) */
.faq-icon::before {
  transform: translate(-50%, -50%);
}

/* Vertical line (after) */
.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* WHEN OPEN → X ICON */
.faq-item.is-open .faq-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-item.is-open .faq-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Body */
.faq-body {
  padding: 0 var(--padding);
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition), padding-bottom var(--transition),
    padding-top var(--transition);
  will-change: max-height;
  color: var(--text-main);
}

.faq-item.is-open .faq-body {
  padding-top:20px;
  padding-bottom: 40px;
}

/* Text inside body */
.faq-body p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--text-main);
  max-width: unset;
}

/* Responsive */
@media (max-width: 640px) {
  .faq-section {
    padding: 40px 12px 56px;
  }

  .faq-header {
    padding: 20px;
    font-size: 15px;
  }

  .faq-body {
    padding: 0 20px;
  }

  .faq-item.is-open .faq-body {
    padding-bottom: 20px;
  }
}

/* Code of Conduct Modal */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.modal.is-open {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal-dialog {
  position: relative;
  background: #fff;
  max-width: 720px;
  width: calc(100% - 40px);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.modal-dialog h3 {
  margin-bottom: 12px;
  font-size: 26px;
  color: #000;
}

.modal-dialog p {
  margin-bottom: 16px;
  color: #333;
}

.modal-dialog ul {
  list-style: outside disc;
  padding-left: 20px;
  color: #333;
}

.modal-dialog ul li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #000;
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}

.modal-open {
  overflow: hidden;
}

@media (max-width: 600px) {
  .modal-dialog {
    padding: 22px 20px;
  }

  .modal-dialog h3 {
    font-size: 22px;
  }
}
.register-btn {
  margin-top: 20px;
  width: 100%;
}
