@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Sakana";
  src: url("Sakana-Regular.woff") format("woff");
}
body {
  background-image: url("../img/bg-body.webp");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}

.head {
  font-family: "Work Sans";
  font-size: 48px;
  font-weight: 700;
  color: #171717;
  line-height: 55px;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 32px;
    line-height: 40px;
  }
}

.text {
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 400;
  color: #171717;
  line-height: 33px;
}
@media (max-width: 575.98px) {
  .text {
    font-size: 16px;
    line-height: 24px;
  }
}

.btn.btn-white {
  display: inline-flex;
  align-items: center;
  padding: 7px 7px 7px 14px;
  background: #ffffff;
  border-radius: 80px;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 500;
  color: #171717;
  transition: all 0.5s ease-in-out;
}
.btn.btn-white:hover img {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.btn.btn-black {
  display: inline-flex;
  align-items: center;
  padding: 7px 7px 7px 14px;
  background: #171717;
  border-radius: 80px;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.btn.btn-black:hover img {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

header {
  position: relative;
}
header .navbar-brand {
  position: absolute;
  left: 50px;
  top: 30px;
  z-index: 2000 !important;
}
@media (max-width: 575.98px) {
  header .navbar-brand {
    left: 20px;
    top: 15px;
  }
}
header .navbar-brand img {
  width: 207px;
}
@media (max-width: 575.98px) {
  header .navbar-brand img {
    width: 200px;
  }
}

.navbar .navbar-toggler {
  background: #00acd3;
  border-radius: 0px;
  padding: 3px;
}

.navbar-nav {
  padding: 0px 28px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 0px 10.7px rgba(42, 42, 42, 0.1);
  border-radius: 102px;
}
@media (max-width: 575.98px) {
  .navbar-nav {
    margin-left: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
  }
}

.hero {
  background-image: url("../img/hero-bg.webp");
  background-size: 100vw 680px;
  background-position: top;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
  }
}
.hero h1 {
  font-family: "Sakana";
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}
.hero h1 span.blue {
  color: #00acd3;
  font-size: 60px;
}
@media (max-width: 575.98px) {
  .hero h1 {
    font-size: 32px;
  }
}
.hero p {
  font-size: 18px;
}
.hero .event-card {
  background: #f6f6f6;
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: relative;
}
.hero .event-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: -9px;
  width: 9px;
  height: 100%;
  background: #00acd3;
  border-radius: 0 5px 5px 0;
  transition: background 0.3s ease;
}
.hero .event-card p {
  font-family: "Work Sans";
  font-size: 12px;
  font-weight: 400;
  color: #4a4949;
}
.hero .event-card .text {
  font-size: 13px;
}
.hero .event-card .btn-hero {
  padding: 4px 16px;
  background: #dae3e5;
  border-radius: 100px;
  font-family: "Work Sans";
  font-size: 12px;
  font-weight: 500;
  color: #171717;
}
.hero .event-card .distance {
  font-family: "Sakana";
  font-size: 26px;
  font-weight: 400;
  color: #dfdfdf;
}
.hero .sponsor {
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.94);
}

.mission-vision .title {
  font-family: "Work Sans";
  font-size: 24px;
  font-weight: 500;
  color: #cccccc;
  border-left: 4px solid #00acd3;
}
@media (max-width: 575.98px) {
  .mission-vision .title {
    font-size: 20px;
  }
}

.about {
  background: #000;
  background-image: url("../img/bg-about.svg");
  border-radius: 16px;
  margin: auto 10px;
}
.about .head {
  font-family: "Sakana";
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 575.98px) {
  .about .head {
    font-size: 28px;
  }
}
.about .nav-pills .nav-link {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin-bottom: 60px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.about .nav-pills .nav-link h2 {
  font-family: "Work Sans";
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}
.about .nav-pills .nav-link h2 small {
  font-family: "Work Sans";
  font-size: 20px;
  font-weight: 500;
  color: #00acd3;
  line-height: 30px;
}
@media (max-width: 575.98px) {
  .about .nav-pills .nav-link h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .about .nav-pills .nav-link h2 small {
    font-size: 16px;
    line-height: 24px;
  }
}
.about .nav-pills .nav-link p {
  display: none;
}
.about .nav-pills .nav-link.active {
  border-bottom: 1px solid #fff;
}
.about .nav-pills .nav-link.active p {
  display: block;
}
.about .nav-pills .nav-link:hover {
  background: transparent;
  color: #fff;
}

.card-event .card-img {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.card-event .card-img-overlay {
  background: rgba(255, 255, 255, 0.27);
  border: 1px solid rgba(255, 255, 255, 0.29);
  backdrop-filter: blur(8.1px);
  border-radius: 10px;
  top: auto;
  padding: 10px 15px;
  bottom: 0;
  margin: 10px;
}
.card-event .card-img-overlay .tag {
  font-family: "Work Sans";
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.card-event .card-img-overlay .title {
  font-family: "Work Sans";
  font-size: 27px;
  font-weight: 600;
  color: #fff;
}

.shinka {
  background: #093c22;
  background-image: url("../img/bg-shinka.svg");
  border-radius: 16px;
  margin: auto 10px;
}

.altitrax {
  background: #e1b524;
  background-image: url("../img/bg-alt.svg");
  border-radius: 16px;
  margin: auto 10px;
}

.test-card {
  background: #e5f4f9;
  border: 1px solid #69daff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 311px;
}
@media (max-width: 575.98px) {
  .test-card {
    flex-direction: column;
    height: auto;
  }
}
.test-card .testimonial-content {
  width: 0;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.test-card .testimonial-image {
  width: 100%;
  flex-shrink: 0;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.test-card .testimonial-image .card-img-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15)) !important;
  top: auto;
  bottom: 0;
}
.test-card .testimonial-image .card-img-overlay p {
  color: #e35d43;
}
.test-card .testimonial-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.test-card .name {
  font-family: "Work Sans";
  font-size: 22px;
  font-weight: 600;
  color: #171717;
}

.testimonial-carousel .item {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonial-carousel .item .test-card {
  margin-right: 442px !important;
}
.testimonial-carousel .item.active-testimonial .test-card {
  margin-right: 0 !important;
}
.testimonial-carousel .item.active-testimonial .test-card .testimonial-content {
  width: 100%;
  opacity: 1;
  padding: 2rem 2rem 2rem 3rem;
}
@media (max-width: 575.98px) {
  .testimonial-carousel .item.active-testimonial .test-card .testimonial-content {
    padding: 0.5rem 1rem 2rem 1rem;
  }
}
.testimonial-carousel .item.active-testimonial .test-card .testimonial-image {
  width: 50%;
}
@media (max-width: 575.98px) {
  .testimonial-carousel .item.active-testimonial .test-card .testimonial-image {
    width: 100%;
  }
}
.testimonial-carousel .owl-item:not(.active) .item .test-card .testimonial-content {
  display: none;
}

.owl-nav {
  top: -110px;
  position: absolute;
  right: 0;
}
@media (max-width: 575.98px) {
  .owl-nav {
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    margin: 20px 0 20px 0;
  }
}
.owl-nav button:hover {
  background: transparent !important;
  border: none;
  box-shadow: none !important;
}

.footer {
  background-color: #22242a;
}
.footer .form-card {
  background: #17181c;
  border-radius: 16px;
}
.footer .form-card h5 {
  font-family: "Work Sans";
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}
.footer .form-card h5 span {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 575.98px) {
  .footer .form-card h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
.footer .form-card p {
  font-family: "Work Sans";
  font-size: 30px;
  font-weight: 500;
  color: #e35d43;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .footer .form-card p {
    font-size: 20px;
  }
}
.footer .form-card form .form-control {
  border: 1px solid rgb(163, 163, 163);
  border-radius: 12px;
  background: transparent;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.footer .form-card form .form-control:focus {
  box-shadow: none;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  opacity: 1;
}
.footer .form-card form .form-control::placeholder {
  font-family: "Work Sans";
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.4;
}
.footer .form-card form .form-control::placeholder:focus {
  box-shadow: none;
  background: #fff;
  color: #fff;
}
.footer .cta p {
  font-family: "Work Sans";
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.footer .cta img {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.15);
  border-radius: 12px;
}
.footer h6 {
  font-family: "Work Sans";
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.04em;
}
.footer a {
  font-family: "Work Sans";
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.footer .tm {
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 0.4;
}
.footer .tm a {
  font-size: 14px;
}

.event-header {
  background-image: url("../img/event-header.webp");
  background-size: cover;
  background-position: center;
}
.event-header .event-name {
  font-family: "Sakana";
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  padding: 150px 0;
}
@media (max-width: 575.98px) {
  .event-header .event-name {
    font-size: 32px;
    padding: 90px 0;
  }
}
.event-header .event-name .event-hero {
  width: 100px;
  height: 100px;
  background-image: url("../img/hero-card.webp");
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  .event-header .event-name .event-hero {
    height: 80px;
    width: 80px;
  }
}

.details .card {
  background: #ffffff;
  border: 1px solid #c3c3c3;
  border-radius: 8px;
}
.details .card-title {
  font-family: "Work Sans";
  font-size: 32px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 575.98px) {
  .details .card-title {
    font-size: 24px;
  }
}
.details .title {
  font-family: "Work Sans";
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 575.98px) {
  .details .title {
    font-size: 20px;
  }
}
.details .form-control {
  padding: 9px 12px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 12px;
}
.details .form-control:focus {
  border: 1px solid rgba(0, 0, 0, 0.6);
  box-shadow: none;
}
.details .form-control::placeholder {
  font-family: "Work Sans";
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  opacity: 0.4;
}
.details .btn-main {
  padding: 13px 10px;
  background: #04a3c7;
  border-radius: 10px;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.details .btn-black {
  padding: 13px 10px;
}
.details .nav-scroll-container {
  display: flex;
  overflow-x: auto;
  gap: 12px;
  padding-bottom: 10px;
  scroll-behavior: smooth;
}
.details .nav-scroll-container::-webkit-scrollbar {
  height: 6px;
}
.details .nav-scroll-container::-webkit-scrollbar-track {
  background: transparent;
}
.details .nav-scroll-container::-webkit-scrollbar-thumb {
  background: #0d5466;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.details .nav-scroll-container::-webkit-scrollbar-thumb:hover {
  background: #0388a8;
}
.details .nav-scroll-container .nav-scroll-item {
  white-space: nowrap;
  flex-shrink: 0;
  padding: 10px 16px;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 500;
  color: #171717;
  transition: all 0.3s ease;
  cursor: pointer;
}
.details .nav-scroll-container .nav-scroll-item:hover {
  background: #e8f8fc;
  border-color: #04a3c7;
}
.details .nav-scroll-container .nav-scroll-item.active {
  background: #04a3c7;
  color: #ffffff;
  border-color: #04a3c7;
}
@media (max-width: 575.98px) {
  .details .nav-scroll-container {
    display: none !important;
  }
}
/* Vertical Sidebar Tab Layout */
.details .sidebar-tab-layout {
  min-height: 400px;
}
.details .nav-sidebar-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: sticky;
  top: 100px;
  padding-right: 16px;
  border-right: 1px solid #e8e8e8;
}
.details .nav-sidebar-container .nav-sidebar-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 16px;
  background: transparent;
  border: none;
  border-left: 3px solid transparent;
  border-radius: 0 8px 8px 0;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 500;
  color: #555;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: normal;
  line-height: 1.4;
}
.details .nav-sidebar-container .nav-sidebar-item:hover {
  background: #f0f8fc;
  color: #04a3c7;
  border-left-color: #b8e5f0;
}
.details .nav-sidebar-container .nav-sidebar-item.active {
  background: #e8f8fc;
  color: #04a3c7;
  border-left-color: #04a3c7;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .details .nav-sidebar-container {
    display: none !important;
  }
}

.about-hero {
  background-image: url("../img/about-hero.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.about-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.about-hero .container {
  position: relative;
  z-index: 2;
}
.about-hero .hero-title {
  font-family: "Sakana";
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  line-height: 70px;
}
@media (max-width: 575.98px) {
  .about-hero .hero-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-hero .hero-subtitle {
  font-family: "Work Sans";
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 36px;
  max-width: 600px;
}
@media (max-width: 575.98px) {
  .about-hero .hero-subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}

.team-section .team-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}
.team-section .team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
  border-color: #04a3c7;
}
.team-section .team-card .team-avatar {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg, #04a3c7, #00acd3);
}
.team-section .team-card .team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-section .team-card .card-title {
  font-family: "Work Sans";
  font-size: 22px;
  font-weight: 600;
  color: #171717;
  text-align: center;
}
.team-section .team-card .text-muted {
  text-align: center;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 500;
  color: #999;
}
.team-section .team-card .text {
  text-align: justify;
  line-height: 26px;
}

.bg-light-blue {
  background-color: #f0f8fc;
  border-radius: 16px;
  margin-left: 10px;
  margin-right: 10px;
}

.values-section .value-card {
  background: linear-gradient(135deg, #e5f4f9, #f0f8fc);
  border: 1px solid #b8e5f0;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.values-section .value-card:hover {
  transform: translateY(-8px);
  border-color: #04a3c7;
  box-shadow: 0px 12px 24px rgba(4, 163, 199, 0.15);
}
.values-section .value-card .value-icon {
  font-size: 48px;
  color: #04a3c7;
}
.values-section .value-card h5 {
  color: #171717;
  font-size: 20px;
}
.values-section .value-card .text {
  color: #555;
  line-height: 24px;
}

@media (max-width: 575.98px) {
  .team-section .team-card .team-avatar {
    width: 100px;
    height: 100px;
  }
  .team-section .team-card .card-title {
    font-size: 18px;
  }
  .bg-light-blue {
    margin-left: 0;
    margin-right: 0;
  }
}
.race-director-section {
  background: linear-gradient(135deg, #f9f9f9, #ffffff);
  border-radius: 16px;
  padding: 2rem 1rem;
}
.race-director-section .rd-content .head {
  font-family: "Sakana";
  font-size: 48px;
  font-weight: 700;
  color: #171717;
  line-height: 55px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .race-director-section .rd-content .head {
    font-size: 36px;
    line-height: 44px;
  }
}
.race-director-section .rd-content .rd-section .rd-subtitle {
  font-family: "Work Sans";
  font-size: 20px;
  font-weight: 700;
  color: #171717;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #04a3c7;
}
.race-director-section .rd-content .rd-section .text {
  line-height: 28px;
  color: #555;
  margin-bottom: 0;
  font-size: 16px;
}
.race-director-section .rd-content .rd-section .rd-achievements {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
}
.race-director-section .rd-content .rd-section .rd-achievements li {
  font-family: "Work Sans";
  font-size: 15px;
  font-weight: 400;
  color: #555;
  padding-left: 1.8rem;
  position: relative;
  line-height: 24px;
}
.race-director-section .rd-content .rd-section .rd-achievements li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #04a3c7;
  font-weight: 700;
  font-size: 18px;
}
.race-director-section .rd-content .rd-section .rd-achievements li strong {
  color: #171717;
  font-weight: 600;
}
.race-director-section .rd-content .rd-section .rd-quote {
  font-style: italic;
  color: #04a3c7;
  font-size: 18px;
  padding-left: 1.5rem;
  border-left: 4px solid #04a3c7;
  line-height: 28px;
}
@media (max-width: 575.98px) {
  .race-director-section {
    padding: 1.5rem 1rem;
    border-radius: 12px;
    margin: 2rem 0;
  }
  .race-director-section .rd-image {
    max-height: 300px;
  }
  .race-director-section .rd-content .head {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 1.2rem;
  }
  .race-director-section .rd-content .rd-section {
    margin-bottom: 1.5rem !important;
  }
  .race-director-section .rd-content .rd-section .rd-subtitle {
    font-size: 16px;
    margin-bottom: 0.8rem;
  }
  .race-director-section .rd-content .rd-section .text {
    font-size: 14px;
    line-height: 24px;
  }
  .race-director-section .rd-content .rd-section .rd-achievements {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
  .race-director-section .rd-content .rd-section .rd-achievements li {
    font-size: 13px;
    padding-left: 1.3rem;
    line-height: 20px;
  }
  .race-director-section .rd-content .rd-section .rd-quote {
    font-size: 14px;
    padding-left: 1rem;
    line-height: 24px;
  }
}

.star-participants-section .section-header {
  text-align: center;
  position: relative;
  padding-bottom: 2rem;
}
.star-participants-section .section-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #04a3c7, #00acd3);
  border-radius: 2px;
}
.star-participants-section .star-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.star-participants-section .star-card:hover {
  transform: translateY(-16px);
  border-color: #04a3c7;
  box-shadow: 0px 20px 40px rgba(4, 163, 199, 0.15);
}
.star-participants-section .star-card:hover .star-card-image .star-badge {
  opacity: 1;
  transform: translateY(0);
}
.star-participants-section .star-card:hover .star-card-image img {
  transform: scale(1.12);
}
.star-participants-section .star-card .star-card-image {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: linear-gradient(135deg, #04a3c7, #00acd3);
}
.star-participants-section .star-card .star-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.star-participants-section .star-card .star-card-image .star-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, #e35d43, #d93f24);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease;
  box-shadow: 0px 4px 12px rgba(227, 93, 67, 0.3);
}
.star-participants-section .star-card .star-card-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  transition: background 0.4s ease;
}
.star-participants-section .star-card .star-card-content .star-name {
  font-family: "Work Sans";
  font-size: 22px;
  font-weight: 700;
  color: #171717;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.star-participants-section .star-card .star-card-content .star-achievement {
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 500;
  color: #04a3c7;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.star-participants-section .star-card .star-card-content .star-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.star-participants-section .star-card .star-card-content .star-highlights .highlight {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  color: #555555;
  padding: 0.4rem 0.9rem;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
}
.star-participants-section .star-card .star-card-content .star-highlights .highlight:hover {
  background: #04a3c7;
  color: #fff;
  border-color: #04a3c7;
}
@media (max-width: 575.98px) {
  .star-participants-section .star-card:hover {
    transform: translateY(-10px);
  }
  .star-participants-section .star-card .star-card-image {
    height: 300px;
  }
  .star-participants-section .star-card .star-card-content {
    padding: 1rem;
  }
  .star-participants-section .star-card .star-card-content .star-name {
    font-size: 18px;
  }
  .star-participants-section .star-card .star-card-content .star-achievement {
    font-size: 12px;
    margin-bottom: 0.8rem;
  }
  .star-participants-section .star-card .star-card-content .star-highlights {
    gap: 0.4rem;
  }
  .star-participants-section .star-card .star-card-content .star-highlights .highlight {
    font-size: 9px;
    padding: 0.3rem 0.6rem;
  }
}

.upcoming-hero {
  background: linear-gradient(135deg, #0d5466 0%, #04a3c7 100%);
  padding: 160px 0 80px;
}

.upcoming-hero .hero-title {
  font-family: "Sakana";
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 55px;
}

.upcoming-hero .hero-subtitle {
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 30px;
}

@media (max-width: 575.98px) {
  .upcoming-hero {
    padding: 120px 0 50px;
  }
  .upcoming-hero .hero-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.upcoming-events-section {
  padding: 60px 0;
}

.upcoming-event-card {
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
}

.upcoming-event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.1);
}

.upcoming-event-card .event-banner {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  .upcoming-event-card .event-banner {
    height: 200px;
  }
}
.upcoming-event-card .event-content {
  padding: 24px;
}

.upcoming-event-card .event-name {
  font-family: "Work Sans";
  font-size: 22px;
  font-weight: 600;
  color: #171717;
  margin-bottom: 12px;
}

.upcoming-event-card .event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.upcoming-event-card .event-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Work Sans";
  font-size: 14px;
  font-weight: 500;
  color: #555;
}

.upcoming-event-card .event-meta-item img {
  width: 18px;
  height: 18px;
}

.upcoming-event-card .event-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}

.badge-upcoming {
  display: inline-block;
  padding: 4px 14px;
  background: #e5f4f9;
  color: #04a3c7;
  border-radius: 100px;
  font-family: "Work Sans";
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.no-events-card {
  text-align: center;
  padding: 80px 20px;
  background: #f9f9f9;
  border-radius: 12px;
}

.no-events-card h3 {
  font-family: "Work Sans";
  font-size: 24px;
  font-weight: 600;
  color: #171717;
  margin-bottom: 12px;
}

.no-events-card p {
  font-family: "Work Sans";
  font-size: 16px;
  color: #777;
}