
#hero-4 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#hero-4 .container {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
#hero-4 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-4 .hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}



#content-block-26 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#content-block-26 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#content-block-26 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#content-block-26 .map-column .ratio iframe {
  border: 0;
  border-radius: 0.375rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
#content-block-26 .map-column .ratio {
  min-height: 350px;
}
#content-block-26 .info-column {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content-block-26 .info-column h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 1rem;
}
#content-block-26 .info-column address {
  font-style: normal;
  line-height: 1.6;
  color: #555;
  margin-bottom: 1.5rem;
}
#content-block-26 .contact-info p {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #555;
  display: flex;
  align-items: center;
}
#content-block-26 .contact-info p i {
  color: var(--bs-primary, #0d6efd);
  margin-right: 0.75rem;
  width: 1.5em;
  text-align: center;
}
#content-block-26 .contact-info p a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
#content-block-26 .contact-info p a:hover {
  color: var(--bs-primary, #0d6efd);
}
#content-block-26 .opening-hours {
  margin-top: 1.5rem;
  border-top: 1px solid #e9ecef;
  padding-top: 1.5rem;
}
#content-block-26 .opening-hours h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.75rem;
}
#content-block-26 .opening-hours ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#content-block-26 .opening-hours ul li {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px dotted #e9ecef;
}
#content-block-26 .opening-hours ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#content-block-26 .opening-hours ul li .day {
  font-weight: 500;
}
#content-block-26 .opening-hours ul li .time {
  color: #6c757d;
}
@media (max-width: 767.98px) {
  #content-block-26 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #content-block-26 .map-column {
    margin-bottom: 2rem;
  }
  #content-block-26 .info-column {
    text-align: center;
  }
  #content-block-26 .info-column address {
    margin-left: auto;
    margin-right: auto;
  }
  #content-block-26 .contact-info p {
    justify-content: center;
  }
  #content-block-26 .opening-hours ul li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #content-block-26 .opening-hours ul li .time {
    margin-top: 0.2rem;
  }
}



#overview-8 {
  background-color: #fff;
  overflow: hidden;
}
#overview-8 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-8 .content-column .section-heading {
  margin-bottom: 0.5rem;
}
#overview-8 .content-column .section-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  color: #6c757d;
  margin-bottom: 2rem;
}
#overview-8 .content-column p {
  font-size: 1rem;
  line-height: 1.8;
  color: #343a40;
  margin-bottom: 1.5rem;
}
#overview-8 .content-column p:last-of-type {
  margin-bottom: 0;
}
#overview-8 .image-column .overview-image {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
#overview-8 .image-column .image-caption {
  font-size: 0.85rem;
  color: #6c757d;
  text-align: center;
  display: block;
}
#overview-8 .content-column .btn {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  #overview-8 .image-column {
    margin-top: 2.5rem;
  }
  #overview-8 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}



#why-choose-us-1 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#why-choose-us-1 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#why-choose-us-1 .section-hero h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#why-choose-us-1 .section-hero p {
  font-size: 1.1rem;
}
#why-choose-us-1 .reasons-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#why-choose-us-1 .reason-card {
  flex: 1 1 calc(25% - 20px);
  background: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#why-choose-us-1 .reason-card:hover {
  transform: translateY(-5px);
}
#why-choose-us-1 .reason-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 15px;
}
#why-choose-us-1 .reason-card h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#why-choose-us-1 .reason-card p {
  font-size: 0.95rem;
  color: #555;
}
@media (max-width: 992px) {
  #why-choose-us-1 .reason-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #why-choose-us-1 .reason-card {
    flex: 1 1 100%;
  }
}



#timeline-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#timeline-5 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#timeline-5 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#timeline-5 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#timeline-5 .period-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#timeline-5 .period-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
#timeline-5 .period-header {
  padding: 1.25rem 1.5rem;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#timeline-5 .period-icon i {
  font-size: 1.5rem;
  color: var(--bs-primary);
}
#timeline-5 .period-label {
  font-size: 1.3rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0;
  line-height: 1.2;
}
#timeline-5 .period-title {
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.2;
}
#timeline-5 .period-events-list {
  list-style: none;
  padding: 1.5rem;
  margin-bottom: 0;
  flex-grow: 1;
}
#timeline-5 .period-events-list li {
  font-size: 0.95rem;
  color: #495057;
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
#timeline-5 .period-events-list li:last-child {
  margin-bottom: 0;
}
#timeline-5 .period-events-list li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.4em;
  color: var(--bs-primary);
  font-size: 0.5em;
  opacity: 0.7;
}
@media (max-width: 991.98px) {
  #timeline-5 .period-label {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #timeline-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #timeline-5 .section-title {
    font-size: 2.1rem;
  }
  #timeline-5 .period-header {
    padding: 1rem 1.25rem;
  }
  #timeline-5 .period-label {
    font-size: 1.1rem;
  }
  #timeline-5 .period-events-list {
    padding: 1.25rem;
  }
  #timeline-5 .period-events-list li {
    font-size: 0.9rem;
  }
}



#text-block-9 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f0f2f5);
}
#text-block-9 .container {
  max-width: 800px;
}
#text-block-9 .section-title-main {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 40px;
}
#text-block-9 .text-card {
  background-color: var(--card-bg-color, #ffffff);
  color: var(--text-color, #333333);
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  border: var(--border-width, 4px) solid transparent;
  background-clip: padding-box;
}
#text-block-9 .text-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: calc(-1 * var(--border-width, 4px));
  border-radius: inherit;
  background: linear-gradient(
    to right,
    var(--grad-color-1, #833ab4),
    var(--grad-color-2, #fd1d1d),
    var(--grad-color-3, #fcb045)
  );
}
#text-block-9 .text-card .text-heading {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: inherit;
}
#text-block-9 .text-card .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.75;
  color: inherit;
  opacity: 0.85;
  margin-bottom: 1rem;
}
#text-block-9 .text-card .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-9 {
    padding: 60px 0;
  }
  #text-block-9 .text-card {
    padding: 30px;
  }
  #text-block-9 .text-card .text-heading {
    font-size: 1.8rem;
  }
  #text-block-9 .text-card .text-paragraph {
    font-size: 1rem;
  }
}


