.veba-body p {
  margin-bottom: 0px;
}

.header {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 6rem;
  color: #fff;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 2.5rem;
}

.nav-links li a {
  text-decoration: none;
  color: #1b1b1e;
  transition: color 0.3s;
  font-weight: 400;
  font-size: 18px;
}
.contact-us-button {
  border-radius: 4px;
  padding: 13px 26px;
  background-color: #4a7ebf;
  text-decoration: none;
  color: white;
  font-weight: 700;
  font-size: 18px;
}

.hamburger {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

.advertising-area {
  background-color: #357336;
  padding: 6px 0px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.advertising-area-text {
  gap: 1.5rem;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  animation: none;
}

.home-section {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.event-name {
  font-weight: 600;
}

.sections-wrapper {
  padding: 4rem 6rem;
}

.regiastration {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(/images/bg1.png);
  background-color: #4a7ebf;
  background-repeat: no-repeat;
  background-size: 100% auto;
  object-fit: contain;
  background-position: center;
  padding: 1.5rem 0rem;
  border-radius: 8px;
  color: #fff;
}

.event-header {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
}

.event-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.event-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.event-info {
  gap: 1rem;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

.event-date {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
}

.event-location {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
}

.event-location a {
  text-decoration: underline;
  color: #fff;
}

.registration-btn {
  padding: 13px 26px;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 700;
  font-size: 18px;
  color: #4a7ebf;
  text-decoration: none;
  cursor: pointer;
}

.registration-btn:hover {
  color: #4a7ebf;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2.5rem;
}

.grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grid-container .accordion-item {
  margin-top: 0.5rem;
}
.grid-container .accordion-button {
  color: #212529;
  border: 1px solid #212529;
  font-size: 16px;
  padding: 6px 14px;
}

.facility-name {
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 1px;
  text-align: center;
}

.facility-description {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
}

.facility-sub-description {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
}

.grid-container .facility-sub-description {
  margin-bottom: 0.6rem;
}

.facility-sub-description-link {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
}

.facility-sub-description-link:hover {
  color: #000000;
}

.facility-image {
  aspect-ratio: 1.6;
  border-radius: 8px;
  border: 0.6px solid #4a7ebf;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.winner-image {
  border-radius: 8px;
  border: 0.6px solid #4a7ebf;
  width: 100%;
  margin-bottom: 1rem;
}

.section-heading {
  font-weight: 500;
  font-size: 40px;
  text-align: center;
}

.purpose-details {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  background-position: center;
  gap: 2.31rem;
}

.purpose-content {
  font-weight: 400;
  font-size: 16px;
}

.purpose-content-heading {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #4a7ebf;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 10px;
  padding: 20px;
}

.company-logo {
  height: 70px;
}

.teams-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
}

.download-team-list-btn {
  display: flex;
  border-radius: 4px;
  border: 1px solid #4a7ebf;
  padding: 13px 26px;
  font-weight: 700;
  font-size: 18px;
  color: #4a7ebf;
  text-decoration: none;
  gap: 0.5rem;
}

.primary-table tr:nth-child(even) {
  background-color: #f1f9f1;
}

.primary-table tr td:first-child {
  text-align: center;
}

.primary-table tr td:nth-child(2) {
  font-weight: 600;
}

.captains {
  font-weight: 500;
}

.await-icon {
  vertical-align: middle;
}

.primary-table {
  font-size: 18px;
}

.primary-table th {
  background-color: #357336;
  color: #fff;
  font-weight: 600;
}

.teams-list .card-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 14px;
}

/* schedule css */

.schedule-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
}

.share-schedule-btn {
  border-radius: 4px;
  border: 1px solid #4a7ebf;
  padding: 13px 26px;
  padding-top: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #4a7ebf;
}

.share-schedule-btn:hover {
  color: #4a7ebf;
}

.accordion-button {
  color: #2e7d32;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 16px;
  border: 1px solid #357336;
}

.accordion-button:not(.collapsed) {
  background-color: #f1f9f1;
  color: #2e7d32;
  border: 1px solid #357336;
  box-shadow: none;
}

.accordion-item {
  border-radius: 4px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border: none;
}

.schedule-table {
  border: none;
  margin-top: 0.5rem;
  font-size: 18px;
}

.schedule-table tr td:first-child {
  padding-left: 15px;
}

.schedule-table th {
  background-color: #2e7d32;
  color: white;
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.schedule-table td {
  vertical-align: middle;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.schedule-table .match-time {
  font-weight: bold;
  white-space: nowrap;
}

.vs {
  font-weight: bold;
  color: #1976d2;
  margin: 0 4px;
}

.schedule-list .card-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 14px;
}

.leaderboard-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  border: 2px solid #357336;
  border-radius: 8px;
  padding: 2.5rem;
  margin-top: 6rem;
}

.leaderboard-title {
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 8px 24px;
  gap: 24px;
  background-color: #357336;
  position: absolute;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  top: -2.5rem;
}

/* Gallery Section */

.gallery-section-header {
  margin-top: 5.5rem;
  margin-bottom: 3rem;
}

.carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.carousel-button {
  background-color: #357336;
  color: white;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-button:hover {
  background-color: #256428;
}

.carousel-container {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.carousel-item-custom {
  flex: 0 0 25%;
  padding: 10px;
}

.carousel-item-custom img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 16 / 12;
}

.dashed-line {
  border-style: dashed;
  border-width: 1px;
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.transport-details {
  margin-top: 3.62rem;
  margin-bottom: 2.5rem;
  background-color: #e1eaf4;
  padding: 0.5rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  color: #2b4d79;
  flex-wrap: wrap;
  padding: 10px;
}

.transport-details a {
  font-weight: 700;
  color: #2b4d79;
}

.shuttle-service {
  background-color: #e1eaf4;
  padding: 0.5rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  color: #2b4d79;
  flex-wrap: wrap;
  padding: 10px;
  margin-top: 10px;
  flex-direction: column;
}

.stream-service {
  background-color: #e1eaf4;
  padding: 0.5rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  color: #2b4d79;
  flex-wrap: wrap;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.purpose-image {
  border-radius: 8px;
}

.page-footer-wrapper {
  padding: 3rem 6rem;
  background-color: #f1f9f1;
}

.page-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.intro,
.social-media,
.contact-us,
.quick-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.intro {
  max-width: 20%;
}

.quick-links a {
  text-decoration: none;
  color: black;
  font-weight: 400;
}

.contact-us a {
  text-decoration: none;
  color: black;
  font-weight: 400;
}

.social-media a {
  text-decoration: none;
  color: black;
  font-weight: 400;
}

.time-venue-title {
  margin-top: 5.5rem;
  margin-bottom: 2.5rem;
}

.logo-name {
  text-decoration: none;
  color: black;
}

.logo-name:hover {
  text-decoration: none;
  color: black;
}

.time-venue-details {
  display: flex;
  align-items: center;
  background-image: url(/images/bg3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  object-fit: contain;
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
}

.event-name-venue {
  font-weight: 500;
  font-size: 27px;
  vertical-align: middle;
}

.event-name-place {
  font-weight: 600;
  font-size: 21px;
}

.event-name-place a {
  color: black;
}

.event-name-time {
  font-weight: 600;
  font-size: 21px;
}

.event-name-date {
  font-weight: 600;
  font-size: 21px;
}

.hosted-by-logo {
  display: flex;
  align-items: end;
  gap: 10px;
  color: #000000;
  text-decoration: none;
}

.registration-text {
  font-weight: 500;
  font-size: 31px;
  vertical-align: middle;
}

.fee-details-wrapper {
  gap: 50px;
}

.fee-details {
  background-color: white;
  padding: 5px 12px;
}

.fee-details div {
  height: 23px;
  border: 0.2px solid #626262;
}

@media (max-width: 1503px) {
  .time-venue-details {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 1322px) {
  .fee-details-wrapper {
    gap: 35px;
  }

  .fee-details {
    background-color: white;
    padding: 3px 9px;
  }

  .fee-details div {
    height: 20px;
    border: 0.2px solid #626262;
  }

  .fee-details p {
    font-size: 14px;
  }
}

/* Laptop View (1024px to 1200px) */
@media (max-width: 1200px) {
  .navbar {
    padding: 1rem 4rem;
  }

  .nav-links {
    gap: 2.5rem;
  }

  .contact-us-button {
    font-size: 18px;
    padding: 12px 24px;
  }

  .sections-wrapper {
    padding: 4rem 3rem;
  }

  .advertising-area {
    padding: 10px 2rem;
  }

  .advertising-area-text {
    animation: marquee-slide 10s linear infinite;
    font-size: 18px;
    will-change: transform;
  }

  .event-title {
    font-size: 30px;
  }

  .event-description {
    font-size: 15px;
  }

  .grid-container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 5rem;
  }

  .facility-name {
    font-size: 20px;
  }

  .facility-description,
  .facility-sub-description {
    font-size: 15px;
  }

  .time-venue-details {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .event-name-venue {
    font-size: 26px;
  }

  .event-name-place {
    font-weight: 600;
    font-size: 18px;
  }

  .event-name-place a {
    color: black;
  }

  .event-name-time {
    font-weight: 600;
    font-size: 18px;
  }

  .event-name-date {
    font-weight: 600;
    font-size: 18px;
  }

  .pool-img {
    height: 110px;
  }

  .fee-details-wrapper {
    gap: 28px;
  }

  .registration-text {
    font-size: 28px;
  }
}

/* Tablet View (768px to 1024px) */
@media (max-width: 1024px) {
  .navbar {
    padding: 1rem 3rem;
  }

  .nav-links {
    gap: 2rem;
  }

  .contact-us-button {
    font-size: 16px;
    padding: 10px 20px;
  }

  .sections-wrapper {
    padding: 3rem 2rem;
  }

  .advertising-area {
    padding: 8px 1rem;
  }

  .advertising-area-text {
    animation: marquee-slide 10s linear infinite;
    font-size: 16px;
    will-change: transform;
  }

  .event-title {
    font-size: 28px;
  }

  .event-description {
    font-size: 14px;
  }

  .grid-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
  }

  .facility-name {
    font-size: 14px;
  }

  .facility-description,
  .facility-sub-description {
    font-size: 14px;
  }

  .purpose-details {
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
  }

  .carousel-item-custom {
    flex: 0 0 33.3333%; /* 3 items on tablet */
  }

  .event-name-venue {
    font-size: 20px;
  }

  .event-name-place {
    font-weight: 600;
    font-size: 14px;
  }

  .event-name-place a {
    color: black;
  }

  .event-name-time {
    font-weight: 600;
    font-size: 14px;
  }

  .event-name-date {
    font-weight: 600;
    font-size: 14px;
  }

  .pool-img {
    height: 90px;
  }

  .fee-details-wrapper {
    gap: 20px;
    padding-left: 25px !important;
  }

  .fee-details {
    background-color: white;
    padding: 2px 7px;
  }

  .fee-details div {
    height: 15px;
    border: 0.2px solid #626262;
  }

  .fee-details p {
    font-size: 9px;
  }

  .registration-text {
    font-size: 22px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 2rem;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #333;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
  }

  .nav-links.show {
    display: flex;
  }

  .hamburger {
    display: block;
  }

  .sections-wrapper {
    padding: 2rem 1rem;
  }

  .advertising-area-text {
    animation: marquee-slide 10s linear infinite;
    will-change: transform;
  }

  .event-title {
    font-size: 24px;
  }

  .event-description {
    font-size: 14px;
  }

  .event-info {
    flex-direction: column;
    gap: 0.5rem;
  }

  .registration-btn {
    font-size: 16px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .grid-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .facility-name {
    font-size: 18px;
  }

  .facility-description,
  .facility-sub-description {
    font-size: 15px;
  }

  .purpose-details {
    flex-direction: column;
    align-items: center;
    margin-top: 1.5rem;
  }

  .section-heading {
    font-size: 33px;
  }

  .company-logo {
    height: 45px;
  }

  .schedule-table thead {
    display: none;
  }

  .schedule-table tbody,
  .schedule-table tr,
  .schedule-table td {
    display: block;
    width: 100%;
  }

  .schedule-table td {
    padding: 8px;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .schedule-table td::before {
    content: attr(data-label);
    font-weight: 600;
    display: inline-block;
    width: 90px;
  }

  .schedule-table tr:last-child td {
    border-bottom: none;
  }

  .leaderboard-title {
    gap: 9px;
    font-size: 25px;
    letter-spacing: 0px;
    top: -1.7rem;
  }

  .carousel-item-custom {
    flex: 0 0 100%;
  }

  .intro,
  .social-media,
  .contact-us,
  .quick-links {
    align-items: center;
    text-align: center;
  }

  .intro div,
  .social-media div,
  .contact-us div,
  .quick-links div {
    align-items: center;
    text-align: center;
  }

  .intro {
    max-width: 100%;
  }

  .page-footer {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }

  .page-footer-wrapper {
    padding: 3rem 0.5rem;
    background-color: #f1f9f1;
  }

  .time-venue-details {
    display: flex;
    align-items: center;
    flex-direction: column !important;
    background-image: url(/images/bg4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    object-fit: contain;
    padding-bottom: 0.5rem;
    width: 100%;
  }

  .time-venue-details div {
    text-align: center;
    align-items: center !important;
  }

  .pool-img {
    height: 100px;
  }

  .fee-details-wrapper {
    gap: 5px;
    padding: 0 !important;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    width: 100%;
  }

  .fee-details {
    background-color: white;
    padding: 2px 7px;
  }

  .fee-details div {
    height: 15px;
    border: 0.2px solid #626262;
  }

  .fee-details p {
    font-size: 16px;
  }

  .registration-text {
    font-size: 18px;
  }

  .hosted-by-logo img {
    height: 30px;
  }

  .carousel-item-custom {
    padding: 0px;
  }

  .carousel-button {
    width: 30px;
    height: 30px;
  }
}

@keyframes marquee-slide {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(-150%);
  }
}


.main-section-cta{
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

@media screen and (max-width:769px) {

  .main-section-cta{
flex-direction: column;
  }
  
}

.winners {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.winner-card {
  background: white;
  padding: 1rem 1rem;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  width: 250px;
  color: black;
  text-align: center;
}

@media screen and (max-width:769px) {
  .winners {
    flex-direction: column;
  }

  .winner-card {
    width: 300px;
  }
}

@media screen and (max-width:425px) {
  .winners {
    flex-direction: column;
  }

  .winner-card {
    width: 250px;
  }
}

.split-winners {
  padding: 3rem 1rem;
  width: 100%;
  background: transparent;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.main-title {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.split-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.winner-column {
  background: white;
  color: #4A7EBF;
  font-weight: bold;
  border-radius: 12px;
  padding: 1rem;
  flex: 1 1 200px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.08);
}

.winner-column h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.winner-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  color: #333;
}

.winner-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
}

.winner-list li:last-child {
  border-bottom: none;
}

@media (max-width: 600px) {
  .split-container {
    flex-direction: column;
  }
}

.center{
  display: flex;
  justify-self: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.win-rate {
  font-size: 0.95rem;
  color: #666;
}

.team-name{
  font-size: 14px;
  color: #1976d2;
}