
#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-8 {
  background-color: #fff;
  overflow: hidden;
}
#overview-8 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-8 .content-column .section-heading {
  margin-bottom: 0.5rem;
}
#overview-8 .content-column .section-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  color: #6c757d;
  margin-bottom: 2rem;
}
#overview-8 .content-column p {
  font-size: 1rem;
  line-height: 1.8;
  color: #343a40;
  margin-bottom: 1.5rem;
}
#overview-8 .content-column p:last-of-type {
  margin-bottom: 0;
}
#overview-8 .image-column .overview-image {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
#overview-8 .image-column .image-caption {
  font-size: 0.85rem;
  color: #6c757d;
  text-align: center;
  display: block;
}
#overview-8 .content-column .btn {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  #overview-8 .image-column {
    margin-top: 2.5rem;
  }
  #overview-8 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}



#text-block-30 {
  padding: 150px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--text-color, #e0e0e0);
}
#text-block-30::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay-color, rgba(0, 0, 0, 0.3));
  z-index: 1;
}
#text-block-30 .container {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
#text-block-30 .text-cutout {
  font-size: 7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  line-height: 1;
  color: var(--fallback-heading-color, #fff);
  background-image: var(--section-bg-image);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#text-block-30 .text-paragraph {
  font-size: 1.15rem;
  line-height: 1.7;
  color: inherit;
  opacity: 0.9;
  margin-bottom: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
#text-block-30 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-30 {
    padding: 120px 0;
  }
  #text-block-30 .text-cutout {
    font-size: 5.5rem;
  }
  #text-block-30 .text-paragraph {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  #text-block-30 {
    padding: 100px 15px;
    background-attachment: scroll;
  }
  #text-block-30 .text-cutout {
    font-size: 4rem;
  }
  #text-block-30 .text-paragraph {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  #text-block-30 .text-cutout {
    font-size: 3rem;
  }
}
@supports not (-webkit-background-clip: text) and (not (background-clip: text)) {
  #text-block-30 .text-cutout {
    background-image: none !important;
    color: var(--fallback-heading-color, #fff) !important;
    -webkit-text-fill-color: initial !important;
  }
}



#content-block-10 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#content-block-10 .header {
  text-align: center;
  margin-bottom: 40px;
}
#content-block-10 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#content-block-10 .header p {
  font-size: 1.1rem;
  color: #777;
}
#content-block-10 .content-body {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  column-count: 2;
  column-gap: 30px;
}
@media (max-width: 768px) {
  #content-block-10 .content-body {
    column-count: 1;
  }
}



#our-services-23 {
  padding: 80px 0;
  background-color: #f8f9fa;
}
#our-services-23 .services-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2.2rem;
}
#our-services-23 .service-tabs-nav {
  margin-bottom: 3rem;
  border-bottom-color: #dee2e6;
}
#our-services-23 .service-tabs-nav .nav-link {
  color: #495057;
  background-color: transparent;
  border-color: transparent transparent #dee2e6;
  border-bottom-width: 3px;
  padding: 0.8rem 1.5rem;
  font-weight: 500;
  transition: color 0.2s ease, border-color 0.2s ease;
}
#our-services-23 .service-tabs-nav .nav-link:hover {
  color: #0d6efd;
  border-color: transparent transparent #adb5bd;
}
#our-services-23 .service-tabs-nav .nav-link.active {
  color: #0d6efd;
  font-weight: 600;
  background-color: transparent;
  border-color: transparent transparent #0d6efd;
}
#our-services-23 .service-pills-nav {
  margin-bottom: 3rem;
}
#our-services-23 .service-pills-nav .nav-link {
  color: #495057;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 50rem;
  padding: 0.7rem 1.5rem;
  font-weight: 500;
  margin: 0 0.3rem;
  transition: color 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#our-services-23 .service-pills-nav .nav-link:hover {
  border-color: #adb5bd;
  background-color: #f8f9fa;
}
#our-services-23 .service-pills-nav .nav-link.active {
  color: #fff;
  font-weight: 600;
  background-color: #0d6efd;
  border-color: #0d6efd;
  box-shadow: none;
}
#our-services-23 .tab-content {
  padding-top: 1rem;
}
#our-services-23 .tab-pane-content h4 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #212529;
}
#our-services-23 .tab-pane-content p {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#our-services-23 .tab-pane-features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
#our-services-23 .tab-pane-features li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  color: #343a40;
  font-size: 0.95rem;
}
#our-services-23 .tab-pane-features li i {
  color: #198754;
  margin-right: 10px;
  font-size: 1.1em;
}
#our-services-23 .tab-pane-image {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#our-services-23 .tab-pane-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  #our-services-23 .tab-pane-image {
    margin-top: 2rem;
  }
}



#call-to-action-21 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.cta-multi-image-content h2 {
  font-weight: 700;
  color: #1e293b;
}
.cta-multi-image-content p {
  color: #475569;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.cta-multi-image-content .btn {
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.cta-multi-image-content .btn i {
  margin-right: 8px;
}
.cta-multi-image-grid {
}
.cta-multi-image-item {
  transition: transform 0.3s ease;
}
.cta-multi-image-item:hover {
  transform: translateY(-5px);
}
.cta-multi-image-img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 5px;
}
@media (max-width: 991.98px) {
  .cta-multi-image-content {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .cta-multi-image-grid .row {
    justify-content: center !important;
  }
}
@media (max-width: 575.98px) {
  .cta-multi-image-img {
    max-height: 60px;
  }
}


