
#hero-3 {
  padding: 100px 0;
}
#hero-3 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
}
#hero-3 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
}
#hero-3 .hero-image {
  max-width: 100%;
  border-radius: 8px;
}



#overview-20 {
  background-color: var(--section-bg-color, #f8f9fa);
  overflow: hidden;
}
#overview-20 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-20 .section-intro {
  margin-bottom: 3rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#overview-20 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-20 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 0;
}
#overview-20 .content-detail-section {
  margin-bottom: 2rem;
}
#overview-20 .content-detail-section h4.sub-heading {
  font-weight: 600;
  font-size: 1.3rem;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#overview-20 .content-detail-section p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 0;
}
#overview-20 .integrated-quote {
  margin: 2.5rem 0;
  padding: 2rem;
  background-color: #ffffff;
  border-left: 5px solid var(--bs-primary);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  border-radius: 0 0.375rem 0.375rem 0;
  position: relative;
}
#overview-20 .integrated-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2.5rem;
  color: var(--bs-primary);
  opacity: 0.2;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  line-height: 1;
}
#overview-20 .blockquote-text {
  font-size: 1.15rem;
  font-style: italic;
  color: #495057;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
#overview-20 .blockquote-footer {
  font-size: 0.95rem;
  color: #6c757d;
  text-align: right;
  position: relative;
  z-index: 1;
}
#overview-20 .blockquote-footer cite {
  font-weight: 600;
  color: #343a40;
  font-style: normal;
}
#overview-20 .blockquote-footer .author-title {
  display: block;
  font-size: 0.85rem;
}
@media (max-width: 767px) {
  #overview-20 .integrated-quote {
    margin: 2rem 0;
    padding: 1.5rem;
  }
  #overview-20 .blockquote-text {
    font-size: 1.05rem;
  }
  #overview-20 .content-detail-section h4.sub-heading {
    font-size: 1.2rem;
  }
}



#our-services-11 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#our-services-11 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-11 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#our-services-11 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#our-services-11 .service-card {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#our-services-11 .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#our-services-11 .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#our-services-11 .card-body {
  padding: 1.5rem;
  flex-grow: 1;
}
#our-services-11 .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #495057;
}
#our-services-11 .card-text {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 1rem;
}
#our-services-11 .card-footer {
  background-color: transparent;
  border-top: none;
  padding: 0 1.5rem 1.5rem;
  margin-top: auto;
}
#our-services-11 .btn-service-link {
}



#call-to-action-24 {
  position: relative;
  padding: 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  color: #ffffff;
}
.cta-portrait-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#call-to-action-24 .container {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cta-portrait-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cta-portrait-content-col h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3;
}
.cta-portrait-content-col p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 500px;
}
.cta-portrait-content-col .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
  width: fit-content;
}
.cta-portrait-image-col {
  position: relative;
  text-align: center;
}
.cta-portrait-img {
  max-width: 100%;
  height: auto;
  max-height: 550px;
  position: relative;
  bottom: -5rem;
  margin-bottom: -5rem;
}
@media (max-width: 991.98px) {
  .cta-portrait-content-col {
    text-align: center;
    margin-bottom: 0;
  }
  .cta-portrait-content-col p {
    margin-left: auto;
    margin-right: auto;
  }
  .cta-portrait-content-col .btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  .cta-portrait-img {
    max-height: 450px;
    bottom: -4rem;
    margin-bottom: -4rem;
  }
  #call-to-action-24 .container {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .cta-portrait-content-col h2 {
    font-size: 2rem;
  }
  .cta-portrait-img {
    max-height: 350px;
    bottom: -3rem;
    margin-bottom: -3rem;
  }
}



#features-3 {
  padding: 60px 0;
  background-color: #ffffff;
}
#features-3 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#features-3 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
  text-align: center;
}
#features-3 .feature-item {
  text-align: center;
  padding: 20px;
  transition: transform 0.3s, background-color 0.3s;
  border-radius: 8px;
  cursor: pointer;
}
#features-3 .feature-item:hover {
  transform: translateY(-10px);
  background-color: #e2f0f1;
}
#features-3 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
  transition: transform 0.3s, color 0.3s;
}
#features-3 .feature-item:hover .feature-icon {
  transform: scale(1.2);
  color: #138496;
}
#features-3 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-3 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#text-block-20 {
  padding: 100px 0;
  min-height: 60vh;
  background: linear-gradient(
    135deg,
    var(--grad-color-1, #6a11cb),
    var(--grad-color-2, #2575fc)
  );
  display: flex;
  align-items: center;
  justify-content: center;
}
#text-block-20 .container {
  max-width: 800px;
}
#text-block-20 .content-box-on-gradient {
  background-color: var(--box-bg, #ffffff);
  color: var(--box-text-color, #212529);
  padding: 50px 55px;
  border-radius: var(--box-radius, 10px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  text-align: center;
}
#text-block-20 .text-heading {
  font-size: 2.6rem;
  font-weight: 700;
  color: inherit;
  margin-bottom: 25px;
}
#text-block-20 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: inherit;
  opacity: 0.85;
  margin-bottom: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-20 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-20 {
    padding: 70px 15px;
    min-height: auto;
  }
  #text-block-20 .content-box-on-gradient {
    padding: 40px 30px;
  }
  #text-block-20 .text-heading {
    font-size: 2.1rem;
  }
  #text-block-20 .text-paragraph {
    font-size: 1rem;
  }
}



#call-to-action-20 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.cta-boxed-content {
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.cta-boxed-headline {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
.cta-boxed-subtext {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  opacity: 0.9;
}
.cta-boxed-button .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.cta-boxed-button .btn i {
  margin-right: 8px;
}
#call-to-action-20 .btn-warning {
}
@media (max-width: 767.98px) {
  #call-to-action-20 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 350px;
  }
  .cta-boxed-content {
    padding: 1.5rem;
  }
  .cta-boxed-headline {
    font-size: 1.8rem;
  }
  .cta-boxed-subtext {
    font-size: 1rem;
  }
}



#faq-4 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-4 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-4 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-4 .accordion-button {
  background-color: #ffffff;
  color: #17a2b8;
  border: 1px solid #17a2b8;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
#faq-4 .accordion-button.collapsed {
  background-color: #ffffff;
  color: #17a2b8;
}
#faq-4 .accordion-button:not(.collapsed) {
  background-color: #17a2b8;
  color: #ffffff;
}
#faq-4 .accordion-body {
  padding: 20px;
  background-color: #e9ecef;
  border-left: 2px solid #17a2b8;
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


