
#hero-25 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 6rem 0;
  text-align: center;
}
#hero-25 .hero-overlay-25 {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-25 .container {
  position: relative;
  z-index: 2;
}
#hero-25 .hero-content-wrapper-25 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
#hero-25 .hero-title-25 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-25 .hero-subtitle-25 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-25 .event-details-wrapper-25 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
#hero-25 .event-detail-item-25 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  opacity: 0.85;
}
#hero-25 .event-detail-item-25 i {
  font-size: 0.9em;
}
#hero-25 .hero-cta-button-25 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
  background-color: #0d6efd;
  color: #ffffff;
}
#hero-25 .hero-cta-button-25:hover {
  transform: translateY(-2px);
}
@media (max-width: 767.98px) {
  #hero-25 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-25 .hero-title-25 {
    font-size: 2.3rem;
  }
  #hero-25 .hero-subtitle-25 {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  #hero-25 .event-details-wrapper-25 {
    justify-content: center;
    margin-bottom: 2rem;
    gap: 0.5rem 1rem;
  }
  #hero-25 .event-detail-item-25 {
    font-size: 0.9rem;
  }
}



#overview-11 {
  background-color: #fff;
  overflow: hidden;
}
#overview-11 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-11 .section-intro {
  margin-bottom: 2.5rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#overview-11 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-11 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 1rem;
}
#overview-11 .section-intro img {
  max-height: 80px;
  width: auto;
  margin-top: 1rem;
}
#overview-11 .multi-column-content {
  text-align: justify;
  line-height: 1.8;
  color: #343a40;
}
@media (min-width: 768px) {
  #overview-11 .multi-column-content {
    column-count: var(--column-count, 2);
    column-gap: 2.5rem;
  }
  #overview-11 .multi-column-content p,
  #overview-11 .multi-column-content strong,
  #overview-11 .multi-column-content br {
    break-inside: avoid;
  }
}
#overview-11 .multi-column-content p {
  margin-top: 0;
}
#overview-11 .multi-column-content strong {
  color: #000;
}



#text-block-14 {
  padding: 120px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#text-block-14 .container {
  position: relative;
  z-index: 2;
}
#text-block-14 .frosted-glass-box {
  background-color: var(--text-container-bg, rgba(255, 255, 255, 0.15));
  backdrop-filter: blur(var(--blur-amount, 10px));
  -webkit-backdrop-filter: blur(var(--blur-amount, 10px));
  padding: 45px 50px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--text-color, #ffffff);
  text-align: center;
}
#text-block-14 .text-heading {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--text-color, #ffffff);
  margin-bottom: 25px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#text-block-14 .text-paragraph {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--text-color, #ffffff);
  opacity: 0.9;
  margin-bottom: 1rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-14 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-14 {
    padding: 100px 0;
  }
  #text-block-14 .text-heading {
    font-size: 2.4rem;
  }
  #text-block-14 .text-paragraph {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  #text-block-14 {
    padding: 80px 15px;
    background-attachment: scroll;
  }
  #text-block-14 .frosted-glass-box {
    padding: 35px 30px;
  }
  #text-block-14 .text-heading {
    font-size: 2rem;
  }
  #text-block-14 .text-paragraph {
    font-size: 1rem;
  }
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #fff;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.post-section .section-header p {
  color: #666;
  margin-top: 8px;
}

/* === Grid & Cards === */
.post-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1,1fr);
}
@media (min-width: 576px) {
  .post-grid { grid-template-columns: repeat(2,1fr); }
}
@media (min-width: 992px) {
  .post-grid { grid-template-columns: repeat(4,1fr); }
}
.post-card {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: transform 0.3s;
}
.post-card:hover {
  transform: translateY(-5px);
}
.post-card img {
  width: 100%;
  display: block;
  height: auto;
}

/* === Overlay Icon === */
.post-card .overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: rgba(255,255,255,0.9);
  opacity: 0;
  transition: opacity 0.3s;
}
.post-card:hover .overlay-icon {
  opacity: 1;
}

/* === Modal Content === */
.modal-content {
  border-radius: 0.5rem;
}
.modal-body img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.modal-body h5 {
  margin-bottom: 0.75rem;
}
.modal-body p {
  color: #555;
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin: 40px 0;
}




#content-block-15 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 100%;
  background: #f9f9f9;
}
#content-block-15 .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}
#content-block-15 .content-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#content-block-15 .content-wrapper p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}



#how-it-works-21 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ffffff;
}
#how-it-works-21 .section-title-container {
  margin-bottom: 60px;
}
#how-it-works-21 .section-main-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #222;
}
#how-it-works-21 .section-main-subtitle {
  font-size: 1.15rem;
  color: #666;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#how-it-works-21 .minimal-step-item {
  text-align: center;
  padding: 20px;
  position: relative;
}
#how-it-works-21 .step-number-display {
  font-size: 6rem;
  font-weight: 800;
  color: #e9ecef;
  line-height: 1;
  margin-bottom: -20px;
  position: relative;
  z-index: 0;
}
#how-it-works-21 .step-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding-top: 10px;
  display: inline-block;
}
#how-it-works-21 .step-icon {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 15px;
  display: block;
}
#how-it-works-21 .step-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
#how-it-works-21 .step-short-description {
  font-size: 0.95rem;
  color: #777;
}
@media (min-width: 768px) {
  #how-it-works-21 .minimal-step-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: calc(2.5rem + 30px);
    right: -15%;
    width: 30%;
    height: 2px;
    background-color: #0d6efd;
    opacity: 0.3;
    z-index: 0;
  }
  #how-it-works-21 .row > div:nth-child(3)::after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #how-it-works-21 .step-number-display {
    font-size: 5rem;
    margin-bottom: -15px;
  }
  #how-it-works-21 .minimal-step-item {
    margin-bottom: 30px;
  }
  #how-it-works-21 .minimal-step-item:not(:last-child)::after {
    display: none;
  }
}



#faq-9 {
  padding: 60px 0;
  background-color: #ffffff;
}
#faq-9 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-9 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-9 .faq-item {
  margin-bottom: 30px;
}
#faq-9 .faq-question {
  font-size: 18px;
  font-weight: bold;
  color: #17a2b8;
  margin-bottom: 10px;
}
#faq-9 .faq-answer {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 10px;
}
#faq-9 .progress {
  height: 10px;
  background-color: #e9ecef;
  border-radius: 5px;
}
#faq-9 .progress-bar {
  width: 0%;
  height: 100%;
  background-color: #17a2b8;
  border-radius: 5px;
  transition: width 1s ease-in-out;
}



#why-choose-us-11 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#why-choose-us-11 .section-header {
  margin-bottom: 3rem;
}
#why-choose-us-11 .section-header h2 {
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #343a40;
}
#why-choose-us-11 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#why-choose-us-11 .feature-item-wrapper {
  height: 100%;
}
#why-choose-us-11 .feature-item {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#why-choose-us-11 .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#why-choose-us-11 .feature-icon {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: var(--bs-primary, #0d6efd);
  display: inline-block;
}
#why-choose-us-11 .feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #495057;
}
#why-choose-us-11 .feature-description {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  #why-choose-us-11 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #why-choose-us-11 .section-header {
    margin-bottom: 2rem;
  }
  #why-choose-us-11 .feature-item {
    padding: 1.5rem;
  }
}



#timeline-3 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#timeline-3 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-3 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-3 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-3 .timeline-event-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4rem;
  position: relative;
}
#timeline-3 .timeline-event-row:last-child {
  margin-bottom: 0;
}
#timeline-3 .timeline-event-row:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #dee2e6;
  top: 60px;
  bottom: -2rem;
  z-index: 1;
}
#timeline-3 .timeline-event-row.image-left::after {
  left: 50%;
  transform: translateX(-50%);
}
#timeline-3 .timeline-event-row.image-right::after {
  left: 50%;
  transform: translateX(-50%);
}
#timeline-3 .event-image-col {
  position: relative;
  z-index: 2;
}
#timeline-3 .event-image-col img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#timeline-3 .event-content-col {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  z-index: 2;
  background-color: #f8f9fa;
  position: relative;
}
#timeline-3 .timeline-event-row.image-right .event-content-col {
}
#timeline-3 .event-year {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
}
#timeline-3 .event-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#timeline-3 .event-description {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #timeline-3 {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }
  #timeline-3 .section-title {
    font-size: 2.1rem;
  }
  #timeline-3 .timeline-event-row {
    flex-direction: column;
    margin-bottom: 3rem;
  }
  #timeline-3 .timeline-event-row:not(:last-child)::after {
    display: none;
  }
  #timeline-3 .event-image-col {
    margin-bottom: 1.5rem;
  }
  #timeline-3 .event-content-col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
  }
  #timeline-3 .event-year {
    font-size: 1.5rem;
  }
  #timeline-3 .event-title {
    font-size: 1.2rem;
  }
  #timeline-3 .event-description {
    font-size: 0.95rem;
  }
}



#call-to-action-24 {
  position: relative;
  padding: 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  color: #ffffff;
}
.cta-portrait-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#call-to-action-24 .container {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cta-portrait-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cta-portrait-content-col h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3;
}
.cta-portrait-content-col p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 500px;
}
.cta-portrait-content-col .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
  width: fit-content;
}
.cta-portrait-image-col {
  position: relative;
  text-align: center;
}
.cta-portrait-img {
  max-width: 100%;
  height: auto;
  max-height: 550px;
  position: relative;
  bottom: -5rem;
  margin-bottom: -5rem;
}
@media (max-width: 991.98px) {
  .cta-portrait-content-col {
    text-align: center;
    margin-bottom: 0;
  }
  .cta-portrait-content-col p {
    margin-left: auto;
    margin-right: auto;
  }
  .cta-portrait-content-col .btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  .cta-portrait-img {
    max-height: 450px;
    bottom: -4rem;
    margin-bottom: -4rem;
  }
  #call-to-action-24 .container {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .cta-portrait-content-col h2 {
    font-size: 2rem;
  }
  .cta-portrait-img {
    max-height: 350px;
    bottom: -3rem;
    margin-bottom: -3rem;
  }
}


