
#hero-9 {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
}
#hero-9 .parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
#hero-9 .container {
  position: relative;
  z-index: 2;
}
#hero-9 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-9 .hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}



#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;
  }
}



#about-us-30 {
  padding: 80px 0;
  background-color: #222;
  color: #fff;
  text-align: center;
  position: relative;
}
#about-us-30 .section-title,
#about-us-30 .section-subtitle {
  margin-bottom: 60px;
}
#about-us-30 .circular-layout {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 0 auto;
}
#about-us-30 .central-element {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #ffc107;
  color: #222;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
#about-us-30 .central-element img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}
#about-us-30 .central-element h4 {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
#about-us-30 .point-of-interest {
  position: absolute;
  width: 120px;
  text-align: center;
  padding: 15px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#about-us-30 .point-of-interest i {
  font-size: 1.5rem;
  color: #00bfff;
  margin-bottom: 10px;
}
#about-us-30 .point-of-interest h5 {
  font-size: 1rem;
  margin-bottom: 5px;
}
#about-us-30 .point-of-interest p {
  font-size: 0.8rem;
  color: #ccc;
}
#about-us-30 .point-of-interest.top-left {
  top: 10px;
  left: 10px;
}
#about-us-30 .point-of-interest.top-right {
  top: 10px;
  right: 10px;
}
#about-us-30 .point-of-interest.bottom-left {
  bottom: 10px;
  left: 10px;
}
#about-us-30 .point-of-interest.bottom-right {
  bottom: 10px;
  right: 10px;
}
#about-us-30 .point-of-interest.center-left {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
#about-us-30 .point-of-interest.center-right {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #about-us-30 .circular-layout {
    width: 300px;
    height: 300px;
  }
  #about-us-30 .point-of-interest {
    width: 100px;
    font-size: 0.9rem;
  }
  #about-us-30 .point-of-interest i {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  #about-us-30 .central-element {
    width: 100px;
    height: 100px;
  }
  #about-us-30 .central-element img {
    width: 50px;
    height: 50px;
  }
}



#content-block-8 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#content-block-8 .row {
  display: flex;
  gap: 30px;
}
#content-block-8 .column {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#content-block-8 .column h3 {
  margin-top: 0;
  color: #007bff;
}
#content-block-8 .column p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}
@media (max-width: 768px) {
  #content-block-8 .row {
    flex-direction: column;
  }
}



#press-mentions-14 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-14 .content-wrapper {
  display: flex;
  align-items: center;
}
#press-mentions-14 .image-column img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
#press-mentions-14 .logos-column {
  padding-left: 3rem;
}
#press-mentions-14 .section-title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#press-mentions-14 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#press-mentions-14 .logos-list-title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #495057;
  margin-bottom: 1.5rem;
}
#press-mentions-14 .logos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
}
#press-mentions-14 .logo-item {
  text-align: center;
  flex: 0 0 calc(33.333% - 1.5rem);
  max-width: calc(33.333% - 1.5rem);
}
#press-mentions-14 .logo-item a {
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
#press-mentions-14 .logo-item a:hover {
  filter: grayscale(0%);
  opacity: 1;
}
#press-mentions-14 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 40px;
}
@media (max-width: 991.98px) {
  #press-mentions-14 .logos-column {
    padding-left: 1.5rem;
  }
  #press-mentions-14 .section-title {
    font-size: 2rem;
  }
  #press-mentions-14 .logo-item {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media (max-width: 767.98px) {
  #press-mentions-14 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-14 .image-column {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  #press-mentions-14 .image-column img {
    max-width: 90%;
  }
  #press-mentions-14 .logos-column {
    padding-left: 0;
    text-align: center;
  }
  #press-mentions-14 .logos-list-title {
    margin-bottom: 2rem;
  }
  #press-mentions-14 .logos-grid {
    justify-content: center;
    gap: 1.5rem 1.5rem;
  }
  #press-mentions-14 .logo-item {
    flex: 0 0 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
  }
}
@media (max-width: 575.98px) {
  #press-mentions-14 .logo-item {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}



#awards-15 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
#awards-15 .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2rem;
}
#awards-15 .logo-item {
  text-align: center;
  flex-shrink: 0;
}
#awards-15 .logo-item a {
  display: inline-block;
  line-height: 1;
  filter: grayscale(90%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
#awards-15 .logo-item a:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}
#awards-15 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 45px;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  #awards-15 .logo-grid {
    gap: 1.5rem 1.8rem;
  }
  #awards-15 .logo-item img {
    max-height: 40px;
  }
}
@media (max-width: 767.98px) {
  #awards-15 .logo-grid {
    gap: 1rem 1.5rem;
  }
  #awards-15 .logo-item img {
    max-height: 35px;
  }
}



#call-to-action-14 {
  padding: 80px 0;
  background-color: #343a40;
  color: #fff;
}
#call-to-action-14 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#call-to-action-14 .col {
  flex: 1;
  padding: 30px;
  text-align: center;
}
#call-to-action-14 .left-col,
#call-to-action-14 .right-col {
  max-width: 30%;
}
#call-to-action-14 .center-col {
  max-width: 35%;
}
#call-to-action-14 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
#call-to-action-14 p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
#call-to-action-14 .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#call-to-action-14 .left-col .btn,
#call-to-action-14 .right-col .btn {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
#call-to-action-14 .left-col .btn:hover,
#call-to-action-14 .right-col .btn:hover {
  background-color: #fff;
  color: #343a40;
}
#call-to-action-14 .center-col .btn {
  background-color: #ffc107;
  color: #343a40;
}
#call-to-action-14 .center-col .btn:hover {
  background-color: #e0a800;
}
@media (max-width: 992px) {
  #call-to-action-14 .left-col,
  #call-to-action-14 .right-col {
    max-width: 45%;
  }
  #call-to-action-14 .center-col {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  #call-to-action-14 .col {
    max-width: 100%;
    margin-bottom: 30px;
  }
}


