
#hero-24 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 8rem 0;
  text-align: center;
}
#hero-24 .container {
  width: 100%;
}
#hero-24 .hero-content-wrapper-24 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#hero-24 .hero-title-24 {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}
#hero-24 .hero-subtitle-24 {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0;
  opacity: 0.85;
}
@media (max-width: 991.98px) {
  #hero-24 {
    padding: 7rem 0;
  }
  #hero-24 .hero-title-24 {
    font-size: 3.2rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  #hero-24 {
    padding: 5rem 0;
    min-height: 40vh;
  }
  #hero-24 .hero-title-24 {
    font-size: 2.6rem;
  }
  #hero-24 .hero-subtitle-24 {
    font-size: 1.1rem;
  }
}



#contact-8 {
  padding: 60px 0;
  background-color: #1a1a1a;
  color: #ccc;
  overflow: hidden;
}
#contact-8 .section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #e0a800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#contact-8 .section-description {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.1rem;
  color: #aaa;
}
#contact-8 .contact-info-block {
  margin-bottom: 30px;
}
#contact-8 .contact-info-title,
#contact-8 .contact-form-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #fff;
}
#contact-8 .contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
#contact-8 .contact-info-item .icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: #e0a800;
  color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-right: 15px;
  transition: background-color 0.3s ease;
}
#contact-8 .contact-info-item:hover .icon {
  background-color: #ffc107;
}
#contact-8 .contact-info-item .details h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #eee;
}
#contact-8 .contact-info-item .details p {
  font-size: 1rem;
  margin-bottom: 0;
  color: #bbb;
  line-height: 1.6;
}
#contact-8 .contact-info-item .details a {
  color: #ffc107;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
#contact-8 .contact-info-item .details a:hover {
  color: #fff;
  text-decoration: underline;
}
#contact-8 .contact-form-wrapper {
  background-color: #2a2a2a;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#contact-8 .form-description {
  margin-bottom: 20px;
  font-size: 0.95rem;
  color: #aaa;
}
#contact-8 .form-label {
  font-weight: 500;
  margin-bottom: 8px;
  color: #ddd;
}
#contact-8 .form-control {
  background-color: #333;
  border: 1px solid #555;
  border-radius: 4px;
  padding: 10px 15px;
  color: #eee;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#contact-8 .form-control::placeholder {
  color: #888;
}
#contact-8 .form-control:focus {
  background-color: #444;
  border-color: #e0a800;
  color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(224, 168, 0, 0.25);
}
#contact-8 .btn-submit-contact {
  background-color: #e0a800;
  border: none;
  color: #1a1a1a;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}
#contact-8 .btn-submit-contact:hover {
  background-color: #ffc107;
  transform: translateY(-2px);
}
#contact-8 .contact-alert {
  display: none;
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 5px;
}
#contact-8 .contact-alert.success {
  background-color: #198754;
  color: #fff;
  border: 1px solid #198754;
}
#contact-8 .contact-alert.error {
  background-color: #dc3545;
  color: #fff;
  border: 1px solid #dc3545;
}
@media (max-width: 991.98px) {
  #contact-8 .section-title {
    font-size: 2rem;
  }
  #contact-8 .section-description {
    font-size: 1rem;
  }
  #contact-8 .contact-info-block {
    margin-bottom: 40px;
  }
  #contact-8 .contact-form-wrapper {
    padding: 25px;
  }
}
@media (max-width: 767.98px) {
  #contact-8 {
    padding: 40px 0;
  }
  #contact-8 .section-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  #contact-8 .section-description {
    margin-bottom: 30px;
  }
  #contact-8 .contact-info-title,
  #contact-8 .contact-form-title {
    font-size: 1.5rem;
  }
  #contact-8 .contact-info-item .icon {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }
  #contact-8 .contact-info-item .details h5 {
    font-size: 1rem;
  }
  #contact-8 .contact-info-item .details p {
    font-size: 0.95rem;
  }
  #contact-8 .contact-form-wrapper {
    padding: 20px;
  }
  #contact-8 .btn-submit-contact {
    width: 100%;
    padding: 10px 20px;
  }
}



#overview-10 {
  overflow: hidden;
  background-color: var(--section-bg-color, #0a183d);
  color: var(--section-text-color, #ffffff);
  position: relative;
}
#overview-10 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 2;
}
#overview-10 .section-heading {
  color: inherit;
  margin-bottom: 1rem;
}
#overview-10 .lead {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3rem;
}
#overview-10 .stat-item {
  text-align: center;
  margin-bottom: 2rem;
  padding: 1rem;
}
#overview-10 .stat-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: var(--bs-primary);
  display: block;
}
#overview-10 .stat-number {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  color: inherit;
}
#overview-10 .stat-label {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: inherit;
}
#overview-10 .stat-description {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #overview-10 .stat-item {
    margin-bottom: 0;
  }
}



#call-to-action-4 {
  position: relative;

  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  text-align: center;
  color: #fff;
}
#call-to-action-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
#call-to-action-4 .content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}
#call-to-action-4 h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-4 p {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
#call-to-action-4 .btn {
  display: inline-block;
  margin: 10px;
  padding: 12px 25px;
  font-size: 1.2rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s;
}
#call-to-action-4 .btn-primary {
  background-color: #ff5722;
  color: #fff;
  border: none;
}
#call-to-action-4 .btn-primary:hover {
  background-color: #e64a19;
}
#call-to-action-4 .btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
#call-to-action-4 .btn-secondary:hover {
  background-color: #fff;
  color: #ff5722;
}


