
#hero-8 {
  padding: 100px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-8 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
#hero-8 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.registration-form {
  max-width: 500px;
  margin: 0 auto;
}
.registration-form input {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.registration-form button {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  background-color: #2575fc;
  color: #fff;
  border: none;
  border-radius: 4px;
}



#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;
  }
}



#content-block-1 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#content-block-1 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#content-block-1 .section-hero h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#content-block-1 .section-hero p {
  font-size: 1.1rem;
}
#content-block-1 .content-body {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
}



#overview-6 {
  overflow: hidden;
}
#overview-6 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-6 .section-heading {
  margin-bottom: 1rem;
}
#overview-6 .lead {
  margin-bottom: 2rem;
}
#overview-6 .feature-tabs .nav-link {
  border: none;
  border-left: 3px solid transparent;
  border-radius: 0;
  padding: 1rem 1.5rem;
  color: #6c757d;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
  text-align: left;
  font-weight: 500;
}
#overview-6 .feature-tabs .nav-link i {
  margin-right: 0.75rem;
  width: 1.5em;
  text-align: center;
  color: var(--bs-primary);
  opacity: 0.7;
  transition: all 0.3s ease;
}
#overview-6 .feature-tabs .nav-link.active,
#overview-6 .feature-tabs .nav-link:hover {
  background-color: rgba(var(--bs-primary-rgb), 0.05);
  border-left-color: var(--bs-primary);
  color: var(--bs-primary);
}
#overview-6 .feature-tabs .nav-link.active i,
#overview-6 .feature-tabs .nav-link:hover i {
  opacity: 1;
}
#overview-6 .tab-content {
  padding: 1.5rem;
  background-color: rgba(var(--bs-primary-rgb), 0.02);
  border-radius: 0.5rem;
  min-height: 150px;
}
#overview-6 .tab-content p {
  margin-bottom: 0;
  line-height: 1.7;
}
#overview-6 .overview-image {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
  aspect-ratio: 3/4;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  #overview-6 .overview-image {
    margin-top: 2rem;
    aspect-ratio: 16/9;
  }
  #overview-6 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  #overview-6 .feature-tabs .nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #overview-6 .feature-tabs .nav-link {
    border-bottom: 3px solid transparent;
    border-left: none;
    flex-grow: 1;
    text-align: center;
  }
  #overview-6 .feature-tabs .nav-link.active,
  #overview-6 .feature-tabs .nav-link:hover {
    border-left-color: transparent;
    border-bottom-color: var(--bs-primary);
  }
  #overview-6 .tab-content {
    margin-top: 1rem;
  }
}



#call-to-action-15 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}
#call-to-action-15 .left-side,
#call-to-action-15 .right-side {
  flex: 1 1 50%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 40px;
}
#call-to-action-15 .left-side {
  background-color: #007bff;
}
#call-to-action-15 .right-side {
  background-color: #28a745;
}
#call-to-action-15 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-15 p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}
#call-to-action-15 .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-15 .left-side .btn {
  background-color: #fff;
  color: #007bff;
}
#call-to-action-15 .left-side .btn:hover {
  background-color: #e0f2f7;
}
#call-to-action-15 .right-side .btn {
  background-color: #fff;
  color: #28a745;
}
#call-to-action-15 .right-side .btn:hover {
  background-color: #e3f2fd;
}
#call-to-action-15::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #007bff 50%, #28a745 50%);
  z-index: -1;
}
@media (max-width: 768px) {
  #call-to-action-15::before {
    background: linear-gradient(to bottom, #007bff 50%, #28a745 50%);
  }
}


