
#hero-9 {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
}
#hero-9 .parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
#hero-9 .container {
  position: relative;
  z-index: 2;
}
#hero-9 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-9 .hero-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}



#about-us-14 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#about-us-14 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#about-us-14 .split-container {
  display: flex;
  gap: 30px;
}
#about-us-14 .story-content,
#about-us-14 .vision-content {
  flex: 1;
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  white-space: pre-wrap;
}
@media (max-width: 768px) {
  #about-us-14 .split-container {
    flex-direction: column;
  }
}



#content-block-28 {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  color: var(--cb28-text-color, #343a40);
  text-align: center;
  z-index: 1;
}
#content-block-28.bg-image-mode {
  background-size: cover;
  background-position: center center;
}
#content-block-28.bg-image-mode::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--cb28-overlay-color, rgba(0, 0, 0, 0.5));
  z-index: -1;
}
#content-block-28 .cta-content-wrapper {
  position: relative;
  z-index: 2;
}
#content-block-28 .cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: inherit;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#content-block-28 .cta-text {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  color: inherit;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
#content-block-28 .cta-buttons .btn {
  margin: 0.5rem 0.5rem;
  padding: 0.75rem 1.75rem;
  font-weight: 600;
  min-width: 150px;
}
#content-block-28 .cta-buttons .btn i {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  #content-block-28 {
    padding: 4rem 0;
  }
  #content-block-28 .cta-title {
    font-size: 2rem;
  }
  #content-block-28 .cta-text {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #content-block-28 .cta-buttons .btn {
    display: block;
    width: 80%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}



#why-choose-us-29 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
#why-choose-us-29 .section-title-container {
  margin-bottom: 40px;
}
#why-choose-us-29 .section-main-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #1f3b64;
}
#why-choose-us-29 .section-main-subtitle {
  font-size: 1.1rem;
  color: #52667a;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  margin-bottom: 30px;
}
#why-choose-us-29 .case-studies-intro {
  font-size: 1.05rem;
  color: #495057;
  margin-bottom: 40px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#why-choose-us-29 .case-study-snippet-item {
  background-color: #f8faff;
  border: 1px solid #e0e9f5;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
#why-choose-us-29 .case-study-snippet-item:last-child {
  margin-bottom: 0;
}
#why-choose-us-29 .client-name-header {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0d6efd;
  display: inline-block;
}
#why-choose-us-29 .case-study-segment {
  margin-bottom: 20px;
}
#why-choose-us-29 .segment-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
}
#why-choose-us-29 .segment-title i {
  margin-right: 8px;
  opacity: 0.7;
}
#why-choose-us-29 .segment-description {
  font-size: 0.95rem;
  color: #495057;
  line-height: 1.8;
  text-align: justify;
}
#why-choose-us-29 .testimonial-quote-snippet {
  font-size: 1rem;
  font-style: italic;
  color: #0056b3;
  padding: 15px;
  background-color: #e7f3ff;
  border-left: 4px solid #0056b3;
  margin-top: 15px;
  margin-bottom: 20px;
  border-radius: 0 4px 4px 0;
}
#why-choose-us-29 .testimonial-quote-snippet::before {
  content: "\201C";
  font-size: 2em;
  line-height: 0;
  margin-right: 5px;
  vertical-align: -0.3em;
}
#why-choose-us-29 .case-study-link a {
  font-size: 0.95rem;
  font-weight: 500;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.2s ease;
}
#why-choose-us-29 .case-study-link a:hover {
  color: #0a58ca;
  text-decoration: underline;
}
#why-choose-us-29 .case-study-link a i {
  margin-left: 5px;
}



#content-block-8 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#content-block-8 .row {
  display: flex;
  gap: 30px;
}
#content-block-8 .column {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#content-block-8 .column h3 {
  margin-top: 0;
  color: #007bff;
}
#content-block-8 .column p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}
@media (max-width: 768px) {
  #content-block-8 .row {
    flex-direction: column;
  }
}



#counter-6 {
  padding: 80px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #ffffff;
  text-align: center;
}
#counter-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay-color, rgba(0, 0, 0, 0.7));
  z-index: 1;
}
#counter-6 .container {
  position: relative;
  z-index: 2;
}
/* Optional Section Header Styling (if added in template)
#counter-6 .section-header {
    margin-bottom: 50px;
}
#counter-6 .section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}
#counter-6 .section-header p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto;
}
*/
#counter-6 .counter-item-inline {
  padding: 20px 15px;
}
#counter-6 .counter-item-inline i {
  font-size: 3rem;
  margin-bottom: 15px;
  display: block;
  opacity: 0.9;
  transition: transform 0.3s ease;
}
#counter-6 .counter-item-inline:hover i {
  transform: scale(1.1);
}
#counter-6 .counter-value-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 10px;
}
#counter-6 .counter-number {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
#counter-6 .counter-suffix {
  font-size: 2rem;
  font-weight: 600;
  margin-left: 5px;
  line-height: 1;
}
#counter-6 .counter-title-inline {
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 991.98px) {
  #counter-6 .counter-item-inline {
    margin-bottom: 30px;
  }
  #counter-6 .counter-number {
    font-size: 2.5rem;
  }
  #counter-6 .counter-suffix {
    font-size: 1.8rem;
  }
  #counter-6 .counter-item-inline i {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  #counter-6 {
    padding: 60px 0;
    background-attachment: scroll;
  }
  #counter-6 .counter-item-inline {
    margin-bottom: 35px;
  }
  #counter-6 .counter-item-inline:last-child {
    margin-bottom: 0;
  }
  #counter-6 .counter-title-inline {
    font-size: 1rem;
  }
}



#call-to-action-1 {
  position: relative;

  background-size: cover;
  background-position: center;
  padding: 60px 15px;
  text-align: center;
  color: #fff;
}
#call-to-action-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#call-to-action-1 .content {
  position: relative;
  z-index: 2;
}
#call-to-action-1 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-1 p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#call-to-action-1 .btn {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-1 .btn:hover {
  background-color: #0056b3;
}


