
#text-block-6 {
  padding: 90px 0;
  background-color: var(--section-bg-color, #fdfdfe);
  color: var(--text-color, #343a40);
}
#text-block-6 .container {
  max-width: 850px;
}
#text-block-6 .section-title-optional {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: #888;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
#text-block-6 .text-heading {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 25px;
}
#text-block-6 .decorative-divider {
  height: 2px;
  width: 100px;
  background-color: var(--divider-color, #b0c4de);
  margin: 0 auto 40px auto;
  position: relative;
}
#text-block-6 .decorative-divider.divider-elegant::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: var(--divider-color, #b0c4de);
  border: 2px solid var(--section-bg-color, #fdfdfe);
  border-radius: 50%;
}
#text-block-6 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.85;
  color: var(--text-color, #495057);
  margin-bottom: 1.6rem;
  text-align: left;
}
#text-block-6 .text-paragraph:last-child {
  margin-bottom: 0;
}
#text-block-6 .text-paragraph.with-drop-cap::first-letter {
  float: left;
  font-size: 4.5em;
  line-height: 0.8;
  padding-top: 0.1em;
  padding-right: 0.15em;
  padding-left: 0;
  margin-bottom: -0.1em;
  font-weight: 600;
  color: var(--text-color, #343a40);
  font-family: Georgia, serif;
}
@media (max-width: 767.98px) {
  #text-block-6 {
    padding: 60px 0;
  }
  #text-block-6 .text-heading {
    font-size: 2.1rem;
  }
  #text-block-6 .text-paragraph {
    font-size: 1rem;
    line-height: 1.8;
  }
  #text-block-6 .text-paragraph.with-drop-cap::first-letter {
    font-size: 4em;
  }
  #text-block-6 .decorative-divider {
    margin-bottom: 30px;
  }
}



#content-block-30 {
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
  color: var(--cb30-text-color, #343a40);
  z-index: 1;
}
#content-block-30.bg-image-mode {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#content-block-30.bg-image-mode::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--cb30-overlay-color, rgba(0, 0, 0, 0.5));
  z-index: -1;
}
#content-block-30 .hero-content-wrapper {
  position: relative;
  z-index: 2;
}
#content-block-30 .hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: inherit;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}
#content-block-30 .hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  color: inherit;
  opacity: 0.9;
  font-weight: 300;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#content-block-30 .hero-buttons .btn {
  margin: 0.5rem 0.75rem;
  padding: 0.8rem 2rem;
  font-weight: 600;
  min-width: 160px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}
#content-block-30 .hero-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
#content-block-30 .hero-buttons .btn i {
  margin-right: 0.6rem;
}
#content-block-30 .text-align-center {
  text-align: center;
}
#content-block-30 .text-align-left {
  text-align: left;
}
#content-block-30 .text-align-right {
  text-align: right;
}
@media (max-width: 991.98px) {
  #content-block-30 {
    padding: 6rem 0;
  }
  #content-block-30 .hero-title {
    font-size: 2.5rem;
  }
  #content-block-30 .hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  #content-block-30 {
    padding: 5rem 0;
    background-attachment: scroll;
  }
  #content-block-30 .hero-title {
    font-size: 2rem;
  }
  #content-block-30 .hero-subtitle {
    font-size: 1rem;
  }
  #content-block-30 .hero-buttons .btn {
    display: block;
    width: 85%;
    max-width: 280px;
    margin: 1rem auto;
    padding: 0.7rem 1.5rem;
  }
  #content-block-30 .text-align-left,
  #content-block-30 .text-align-right {
    text-align: center;
  }
  #content-block-30 .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}



#why-choose-us-26 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #0d6efd;
  color: #ffffff;
}
#why-choose-us-26 .section-title-container {
  margin-bottom: 40px;
}
#why-choose-us-26 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#why-choose-us-26 .section-main-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
#why-choose-us-26 .vision-statement-block {
  margin-bottom: 50px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}
#why-choose-us-26 .vision-image-container img {
  max-width: 100%;
  border-radius: 10px;
}
#why-choose-us-26 .vision-content .vision-heading {
  font-size: 2rem;
  font-weight: 600;
  color: #ffc107;
  margin-bottom: 15px;
}
#why-choose-us-26 .vision-content .vision-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}
#why-choose-us-26 .innovation-pillars-main-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
}
#why-choose-us-26 .innovation-pillar-item {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  height: 100%;
}
#why-choose-us-26 .pillar-icon {
  font-size: 2.8rem;
  color: #ffc107;
  margin-bottom: 15px;
  display: block;
}
#why-choose-us-26 .pillar-name {
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 8px;
}
#why-choose-us-26 .pillar-description {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
#why-choose-us-26 .final-commitment-statement {
  margin-top: 40px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  #why-choose-us-26 .vision-image-container img {
    margin-bottom: 25px;
  }
  #why-choose-us-26 .vision-content,
  #why-choose-us-26 .innovation-pillar-item {
    text-align: center;
  }
}



#call-to-action-11 {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  min-height: 400px;
}
#call-to-action-11 .left-col,
#call-to-action-11 .right-col {
  flex: 1 1 50%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  text-align: left;
}
#call-to-action-11 .left-col {
  background-color: #f8f9fa;
  color: #333;
}
#call-to-action-11 .left-col h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-11 .left-col p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}
#call-to-action-11 .left-col .btn {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  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-11 .left-col .btn:hover {
  background-color: #0056b3;
  color: #fff;
}
#call-to-action-11 .right-col {
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  #call-to-action-11 {
    flex-direction: column;
  }
  #call-to-action-11 .left-col,
  #call-to-action-11 .right-col {
    flex: 1 1 100%;
    min-height: auto;
  }
  #call-to-action-11 .left-col {
    text-align: center;
  }
}


