/* Base (Mobile) Styles */

/* Regular weight */
@font-face {
  font-family: "santoshi";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

/* Bold weight */
@font-face {
  font-family: "santoshi";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

/* Light weight */
@font-face {
  font-family: "santoshi";
  src: url("../fonts/Satoshi-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

/* Italic style */
@font-face {
  font-family: "santoshi";
  src: url("../fonts/Satoshi-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

/* Bold Italic style */
@font-face {
  font-family: "santoshi";
  src: url("../fonts/Satoshi-BlackItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
body {
  font-family: "santoshi", sans-serif;
}
/* Add an active state class (optional if dynamic styling is done via JS) */
.active {
  color: #2e3d9b;
  font-weight: 700;
}

.hidden-date-1 {
  display: none;
}

.footer {
  background-color: #3c6bfa;
}
.hero_section {
  background: url("../Images/sakal-banner-mobile.svg");
  background-size: contain;

  background-position: bottom;
  background-repeat: no-repeat;
}
.race_section {
  background: url("../Images/Mid_banner_mobile.webp");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

/* For medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 1023px) {
  .hero_section {
    background: url("../Images/sakal-banner-desktop.svg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .footer {
    background: url("../Images/Sakal_footer_banner.webp");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .race_section {
    background: url("../Images/Mid_banner_web.webp");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}


.partner-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 3rem 4rem;
  margin-bottom: 3rem;
  border-radius: 20px;
  max-width: 1089px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 54px;
}


.container {
  max-width: 600px;
  text-align: center;
  padding: 2rem;
}

.heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 700; /* Bold */
  font-style: normal;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #2563eb;
  margin-bottom: 1rem;
}


.description {
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-weight: 400; 
}

.cta-text {
  font-size: 0.9rem;
  color: #374151;
  margin-bottom: 1.5rem;
}


.partner-section-mobile {
  border-radius: 24px;
  padding: 2rem 1.5rem;
  text-align: center;
  max-width: 90%;
  margin: 1.5rem auto;
}

.heading-mobile {
  font-family: 'Poppins', sans-serif;
  font-weight: 700; /* Bold */
  font-style: normal;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #2563eb;
  margin-bottom: 1rem;
}


.description-mobile {
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.cta-text-mobile {
  font-size: 0.9rem;
  color: #374151;
  margin-bottom: 1.5rem;
}

.collaborate-btn,
.collaborate-btn-mobile {
  background-color: #fff;
  color: #2563eb;
  border: 1px solid #3D6CFA;
  width: 214px;
  height: 48px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.collaborate-btn:hover,
.collaborate-btn-mobile:hover {
  background-color: #2563eb;
  color: #fff;
}



.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}

/* Mobile section hidden on large screens */
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}


/* For large devices (desktops, 1024px and up) */
@media (min-width: 1024px) {
  .hero_section {
    background: url("../Images/sakal-banner-desktop.svg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .footer {
    background: url("../Images/Sakal_footer_banner.webp");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .race_section {
    background: url("../Images/Mid_banner_web.webp");
    background-size: cover;
    /* background-position: bottom; */
    background-repeat: no-repeat;
  }
}
