.programarchive-hero img {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.programarchive-hero .hero-banner {
  position: relative;
  margin-top: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.programarchive-hero .hero-banner svg {
  width: 100%;
}
.programarchive-hero .hero-banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-size: 2.5rem;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .programarchive-hero .hero-banner h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 610px) {
  .programarchive-hero .hero-banner h1 {
    background-color: #84A163;
    font-size: 1.5rem;
    position: relative;
    padding: 1rem;
    margin: 0 auto;
    text-align: center;
  }
  .programarchive-hero .hero-banner svg {
    display: none;
  }
}
@media (max-width: 610px) {
  .programarchive-hero .hero-banner {
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: block;
  }
}

.archive-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.archive-post {
  position: relative;
  border-radius: 10px;
  overflow: visible;
  margin-bottom: 2rem;
  margin: 0 auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .archive-post {
    width: 95%;
  }
}
.archive-post img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.archive-post-thumbnail {
  width: 80%;
  height: 500px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .archive-post-thumbnail {
    height: 350px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .archive-post-thumbnail {
    height: 300px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .archive-post-thumbnail {
    height: 250px;
  }
}
.archive-post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.archive-post-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.archive-post-info svg {
  width: 90%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .archive-post-info svg {
    width: 95%;
  }
}
@media (max-width: 480px) {
  .archive-post-info svg {
    width: 100%;
  }
}
.archive-post-info .archive-post-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 80%;
}
@media (max-width: 768px) {
  .archive-post-info .archive-post-content {
    width: 85%;
    gap: 0.5rem;
  }
}
@media (max-width: 480px) {
  .archive-post-info .archive-post-content {
    width: 90%;
  }
}
.archive-post-info .archive-post-content .archive-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: white;
  text-align: center;
}
@media (max-width: 768px) {
  .archive-post-info .archive-post-content .archive-text {
    gap: 0.5rem;
  }
}
.archive-post-info .archive-post-content .archive-text h2 {
  margin: 0;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .archive-post-info .archive-post-content .archive-text h2 {
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .archive-post-info .archive-post-content .archive-text h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .archive-post-info .archive-post-content .archive-text h2 {
    font-size: 1.2rem;
  }
}
.archive-post-info .archive-post-content .archive-text .archive-read-more {
  font-size: 1rem;
}
@media (max-width: 480px) {
  .archive-post-info .archive-post-content .archive-text .archive-read-more {
    font-size: 0.9rem;
  }
}

.archive-support-btn {
  background-color: #FFB200;
  color: #171C15;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .archive-support-btn {
    padding: 0.4rem 1.2rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .archive-support-btn {
    padding: 0.3rem 1rem;
    font-size: 0.8rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.slider-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
}
@media (max-width: 1000px) {
  .slider-container {
    max-width: 1000px;
    padding: 1.5rem 0;
  }
}
@media (max-width: 768px) {
  .slider-container {
    padding: 1rem 0;
  }
}
.slider-container .slick-slide {
  margin: 0 40px;
}
@media (max-width: 768px) {
  .slider-container .slick-slide {
    margin: 0 15px;
  }
}
@media (max-width: 400px) {
  .slider-container .slick-slide {
    margin: 0 5px;
  }
}
.slider-container .slick-list {
  overflow: visible;
}
.slider-container .slider-dots {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (max-width: 1000px) {
  .slider-container .slider-dots {
    margin-bottom: 30px;
  }
}
.slider-container .slider-dots li {
  display: inline-block;
  margin: 0 6px;
}
.slider-container .slider-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid #71826A;
  border-radius: 50%;
  background-color: #FFFFFF;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.slider-container .slider-dots li.slick-active button {
  background-color: #71826A;
}

.program-section {
  padding: 0rem 2rem 3rem 2rem;
}

.program-section.dark {
  background-color: #2b2a2a;
  color: #fdfcf9;
}

.program-image {
  text-align: center;
}

.program-image img {
  width: 100%;
  max-width: 800px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  margin: 0 auto 1.5rem;
}

.program-image.secondary-image {
  padding-top: 4rem;
}

.program-image.full img {
  width: 100vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
  border-radius: 0;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.program-section.full-width {
  padding: 0;
}

.program-text {
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 1.5rem;
  color: inherit;
  text-align: left;
}

.program-text.secondary-description {
  margin-bottom: 70px;
}

.program-text.third-description {
  padding: 50px 0;
}

.support-btn-wrapper {
  text-align: center;
}

.support-btn {
  display: inline-block;
  background-color: #FFB200;
  color: #4c5b47;
  padding: 0.75rem 2rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

@media (max-width: 1024px) {
  .program-image img {
    max-width: 90%;
    height: 350px;
  }
  .program-image.full img {
    height: 500px;
  }
  .program-text.third-description {
    padding: 2rem 2rem;
  }
  .program-text {
    padding: 0 1.5rem;
  }
}
@media (max-width: 768px) {
  .program-section {
    padding: 2rem 1.5rem;
  }
  .program-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  .program-image img {
    height: 300px;
  }
  .support-btn {
    padding: 0.6rem 1.5rem;
    font-size: 0.95rem;
  }
}
@media (max-width: 480px) {
  .program-section {
    padding: 0 1rem 1.5rem 1rem;
  }
  .program-text {
    font-size: 0.95rem;
  }
  .program-image img {
    max-width: 100%;
    height: 250px;
  }
  .program-image.full img {
    height: 220px;
  }
  .support-btn {
    padding: 0.5rem 1.2rem;
    font-size: 0.9rem;
  }
}