.sports-activities-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f8f5f0;
}

.sports-activities-main {
  flex: 1;
  padding-bottom: 60px;
  background-color: #f8f5f0;
}

.sports-activities-header {
  background-color: #f8f5f0;
  padding: 60px 20px 40px;
  text-align: center;
}

.sports-activities-header h1 {
  font-size: 2.5rem;
  font-weight: 300;
  color: #2c3e50;
  margin: 0;
  letter-spacing: 1px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-xs-12 {
  width: 100%;
  padding: 0 15px;
}

.col-sm-6 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }
}

.activity-section {
  padding: 60px 0;
}

.custom-text-left-image-right .row,
.custom-image-left-text-right .row {
  align-items: center;
}

.custom-text-left-image-right .col-image {
  width: 100%;
  padding: 0 15px;
}

.custom-text-left-image-right .col-text {
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-image-left-text-right .col-image {
  width: 100%;
  padding: 0 15px;
}

.custom-image-left-text-right .col-text {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .custom-text-left-image-right .col-image {
    width: 66.666%;
    order: 2;
  }

  .custom-text-left-image-right .col-text {
    width: 33.333%;
    order: 1;
  }

  .custom-image-left-text-right .col-image {
    width: 66.666%;
  }

  .custom-image-left-text-right .col-text {
    width: 33.333%;
  }
}

.carousel-container {
  position: relative;
  width: 100%;
  padding: 0;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  height: auto;
  display: flex;
}

.carousel-item {
  display: none;
  width: 100%;
  flex-shrink: 0;
}

.carousel-item.active {
  display: block;
  width: 100%;
}

.carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff !important;
  border: none;
  color: #2c2c2c;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0 !important;
  font-weight: 300;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  padding: 0 0 8px 0;
}

.carousel-control:hover {
  background-color: #00bcd4 !important;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 163, 198, 0.4) !important;
}

.carousel-control.left {
  left: 15px;
}

.carousel-control.right {
  right: 15px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
}

.image-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 15px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(170, 166, 166, 0.429);
  border-radius: 20px;
  backdrop-filter: blur(5px);
  width: fit-content;
  z-index: 10;
}

.image-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.image-indicator:hover {
  background-color: rgba(0, 0, 0, 0.5);
  transform: scale(1.2);
}

.image-indicator.active {
  background-color: #00bcd4;
  width: 30px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .carousel-control {
    width: 38px;
    height: 38px;
    font-size: 1.8rem;
  }

  .carousel-control.left {
    left: 10px;
  }

  .carousel-control.right {
    right: 10px;
  }

  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    font-size: 30px;
  }

  .image-indicators {
    bottom: 12px;
    gap: 8px;
    padding: 8px 12px;
  }

  .image-indicator {
    width: 8px;
    height: 8px;
  }

  .image-indicator.active {
    width: 24px;
  }
}

.custom-image-left-text-right img {
  width: 100%;
  height: auto;
  display: block;
}

.custom-image-left-image-right img {
  width: 555px;
  height: 422.08px;
  object-fit: cover;
  display: block;
}

.custom-html {
  padding: 20px 0;
}

.custom-html hr {
  border: 0;
  height: 1px;
  background: #e0e0e0;
  margin: 0;
}

.activity-section h2 {
  font-size: 1.8rem;
  font-weight: 300;
  color: #2c3e50;
  margin-bottom: 20px;
  line-height: 1.4;
}

.activity-section h2 strong {
  font-weight: 600;
}

.activity-section p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

.regional-activities-intro {
  padding: 60px 0 40px;
  text-align: center;
}

.regional-activities-intro h2 {
  font-size: 2rem;
  font-weight: 300;
  color: #2c3e50;
  margin-bottom: 20px;
}

.regional-activities-intro h2 strong {
  font-weight: 600;
}

.regional-activities-intro p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  max-width: 900px;
  margin: 0 auto;
}

.regional-activities-grid {
  padding-bottom: 40px;
}

.regional-activity-item {
  margin-bottom: 40px;
}

.regional-activity-item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 12px;
}

.regional-activity-text h2 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #2c3e50;
  margin-bottom: 15px;
  text-align: center;
}

.regional-activity-text h2 strong {
  font-weight: 600;
}

.regional-activity-text p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}

.custom-image-left-image-right {
  padding: 20px 0;
}

.custom-text-left-text-right {
  padding: 20px 0 40px;
}

.custom-text-left-text-right h2 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #2c3e50;
  margin-bottom: 15px;
  text-align: center;
}

.custom-text-left-text-right h2 strong {
  font-weight: 600;
}

.custom-text-left-text-right p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}

@media (max-width: 767px) {
  .sports-activities-header h1 {
    font-size: 2rem;
  }

  .activity-section {
    padding: 40px 0;
  }

  .activity-section h2 {
    font-size: 1.5rem;
  }

  .regional-activities-intro h2 {
    font-size: 1.6rem;
  }

  .custom-text-left-text-right h2 {
    font-size: 1.4rem;
  }

  .custom-text-left-text-right {
    padding: 20px 0 30px;
  }

  .col-xs-12.col-sm-6 {
    margin-bottom: 20px;
  }

  .col-xs-12.col-sm-6:last-child {
    margin-bottom: 0;
  }

  .regional-activity-item {
    margin-bottom: 30px;
  }

  .regional-activity-item:last-child {
    margin-bottom: 0;
  }

  .regional-activity-text h2 {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .carousel-control {
    width: 32px;
    height: 32px;
    font-size: 1.5rem;
  }

  .carousel-control.left {
    left: 8px;
  }

  .carousel-control.right {
    right: 8px;
  }

  .image-indicators {
    bottom: 10px;
    gap: 6px;
    padding: 6px 10px;
  }

  .image-indicator {
    width: 7px;
    height: 7px;
  }

  .image-indicator.active {
    width: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.col-sm-push {
  order: 2;
}

.col-sm-pull {
  order: 1;
}

@media (max-width: 767px) {
  .col-sm-push {
    order: 1;
  }

  .col-sm-pull {
    order: 2;
  }
}


/*# sourceMappingURL=392.6a3848cf.chunk.css.map*/