.hero-carousel-section {
  margin-top: 5px;
}

#mainCarousel {
  width: auto;
  height: auto;
}

#mainCarousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media (max-width: 768px) {
  #mainCarousel {
    width: auto;
    height: auto;
    margin: 50px 50px;
  }

  #mainCarousel .carousel-item img {
    height: auto;
    object-fit: contain;
  }

  .slide {
    margin: 1px 1px;
  }
}

@media (max-width: 1000px) {
  #mainCarousel {
    width: auto;
    /* Fixed width */
    height: auto;
    /* Fixed height */
  }

  #mainCarousel .carousel-item img {
    height: auto;
    object-fit: contain;
  }

  .slide {
    margin: 1px 20px;
  }
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  color: #f9a01b;
  text-transform: uppercase;
  text-decoration: underline;
}

.section-underline::after {
  content: "";
  display: block;
  margin: 8px auto 0;
  width: 60px;
  height: 3px;
  background-color: #f9a01b;
  border-radius: 3px;
}

.section-board a.btn {
  width: 140px;
  height: 40px;
  font-size: 15px;
  border-radius: 8px;
  background-color: #f9a01b;
  border: 2px solid #f9a01b;
  color: white;
  box-shadow: 0 8px 12px rgba(249, 160, 27, 0.24),
    0 12px 40px rgba(249, 160, 27, 0.19);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, transform 0.3s;
}

.section-board a.btn:hover {
  background-color: #d87f0b;
  color: #fff;
}

.section-board a.btn:active {
  background-color: #d87f0b !important;
  border-color: #d87f0b !important;
  transform: translateY(2px);
}

.section-board .badge {
  font-size: 18px;
  padding: 0.4em 0.6em;
  border-radius: 4px;
}

.section-board .row.no-gutters.align-items-center {
background-color: #eaeaea;
  border-radius: 5px;
  overflow: hidden;
}

.section-board .card {
  background-color:#eaeaea;
  border: none !important;
}

.section-board .card.h-100 {
  height: 266;
  border: 1px solid #f9a01b;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: none;
}

.section-board .card .row.no-gutters.align-items-center {
  height: 100%;
  margin: 0;
}

.section-board .card-img {
  max-height: 265px;
  width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.section-board .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 10px;
}

@media (max-width: 768px) {
  .news-section h2 {
    font-size: 20px;
  }

  .news-section p {
    font-size: 14px;
  }
}

.weather-box {
  background: #fff;
  border: 2px solid #f9a01b;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(249, 160, 27, 0.25);
}

.weather-box h5.section-title {
  font-size: 20px;
  font-weight: bold;
  color: #f9a01b;
  text-decoration: underline;
  margin-bottom: 10px;
}

.weather-box .row div {
  font-size: 18px;
  font-weight: 500;
  padding: 5px 0;
}

.weather-table {
  border: none;
}

.weather-table td {
  border: none !important;
  padding: 10px 15px;
  vertical-align: middle;
  font-size: 15px;
}

strong {
  font-size: 18px;
}

span {
  font-size: 20px;
}

h5 {
  font-size: 20px;
  font-weight: bold;
}

.section-board {
  margin-top: 20px;
}

.load-more-indexContainer {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 50px;
}

.btn-load-more-main {
  background: white;
  color: #f9a01b;
  border: 2px solid #f9a01b;
  padding: 2px 80px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s;
}

.shadow {
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
