
#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;
  }
}



#content-block-3 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#content-block-3 .row {
  display: flex;
  gap: 30px;
}
#content-block-3 .left-column {
  flex: 2;
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}
#content-block-3 .right-column {
  flex: 1;
  background: #f8f9fa;
  padding: 20px;
  border-left: 3px solid #007bff;
  font-style: italic;
  text-align: center;
}
#content-block-3 .right-column p {
  margin: 0;
}
#content-block-3 .right-column .author {
  margin-top: 10px;
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 768px) {
  #content-block-3 .row {
    flex-direction: column;
  }
  #content-block-3 .right-column {
    border-left: none;
    border-top: 3px solid #007bff;
  }
}



#text-block-3 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-3 .container {
  max-width: 900px;
}
#text-block-3 .section-title-optional {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#text-block-3 .text-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 35px;
}
#text-block-3 .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-color, #555e68);
  opacity: 0.95;
  margin-bottom: 1.5rem;
}
#text-block-3 .text-paragraph:last-of-type {
  margin-bottom: 2.5rem;
}
#text-block-3 .text-highlight {
  background-color: var(--highlight-bg-color, #e7f5ff);
  border-left: 5px solid var(--highlight-border-color, #0d6efd);
  padding: 25px 30px;
  margin: 30px 0;
  border-radius: 0 6px 6px 0;
  position: relative;
}
#text-block-3 .text-highlight::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 15px;
  left: -25px;
  font-size: 1.8rem;
  color: var(--highlight-border-color, #0d6efd);
  opacity: 0.3;
}
#text-block-3 .text-highlight p {
  font-size: 1.2rem;
  font-style: italic;
  color: #333;
  line-height: 1.7;
  margin-bottom: 15px;
}
#text-block-3 .text-highlight p:last-child {
  margin-bottom: 0;
}
#text-block-3 .text-highlight footer {
  text-align: right;
  font-size: 1rem;
  color: #555;
  font-style: normal;
}
#text-block-3 .text-highlight footer cite {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  #text-block-3 {
    padding: 60px 0;
  }
  #text-block-3 .text-heading {
    font-size: 2rem;
  }
  #text-block-3 .text-paragraph {
    font-size: 1rem;
  }
  #text-block-3 .text-highlight {
    padding: 20px 25px;
    margin-left: 10px;
  }
  #text-block-3 .text-highlight::before {
    left: -20px;
    font-size: 1.5rem;
  }
  #text-block-3 .text-highlight p {
    font-size: 1.1rem;
  }
}


