
#hero-21 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  text-align: center;
}
#hero-21 .hero-overlay-21 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-21 .container {
  position: relative;
  z-index: 2;
}
#hero-21 .hero-content-wrapper-21 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#hero-21 .hero-title-21 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#hero-21 .hero-subtitle-21 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-21 .hero-cta-button-21 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#hero-21 .hero-cta-button-21:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  #hero-21 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-21 .hero-title-21 {
    font-size: 2.5rem;
  }
  #hero-21 .hero-subtitle-21 {
    font-size: 1.1rem;
  }
}



#overview-18 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  min-height: 70vh;
  display: flex;
  align-items: center;
}
#overview-18:not([style*="background-image"]) {
  background-color: #6c757d;
}
#overview-18 .container-fluid {
  padding: 0;
}
#overview-18 .content-panel-wrapper {
}
#overview-18 .scrollable-panel {
  background-color: var(--panel-bg-color, rgba(255, 255, 255, 0.95));
  color: var(--panel-text-color, #333);
  padding: 2rem;
  border-radius: 0.5rem;
  max-height: 75vh;
  overflow-y: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}
#overview-18 .scrollable-panel::-webkit-scrollbar {
  width: 8px;
}
#overview-18 .scrollable-panel::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
#overview-18 .scrollable-panel::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: content-box;
}
#overview-18 .scrollable-panel::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#overview-18 .scrollable-panel .panel-header .section-heading {
  margin-bottom: 0.5rem;
  color: inherit;
}
#overview-18 .scrollable-panel .panel-header .lead {
  color: inherit;
  opacity: 0.85;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
#overview-18 .scrollable-panel .content-detail-block {
  margin-bottom: 1.5rem;
}
#overview-18 .scrollable-panel .content-detail-block:last-child {
  margin-bottom: 0;
}
#overview-18 .scrollable-panel .content-detail-block h5 {
  font-weight: 600;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
#overview-18 .scrollable-panel .content-detail-block p {
  line-height: 1.7;
  color: inherit;
  opacity: 0.9;
  margin-bottom: 0;
  font-size: 0.95rem;
}
#overview-18 .scrollable-panel .cta-wrapper {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  #overview-18 {
    min-height: auto;
    background-attachment: scroll;
    padding: 4rem 0;
    display: block;
  }
  #overview-18 .container-fluid {
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
  #overview-18 .scrollable-panel {
    max-height: none;
    overflow-y: visible;
    margin-top: 0;
  }
  #overview-18 .content-panel-wrapper {
    margin: 0 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;
}



#our-services-13 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fff;
}
#our-services-13 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-13 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#our-services-13 .featured-service-row {
  margin-bottom: 4rem;
}
#our-services-13 .featured-service-row:last-child {
  margin-bottom: 1rem;
}
#our-services-13 .service-image-col img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#our-services-13 .service-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#our-services-13 .service-text-col h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--bs-primary, #0d6efd);
}
#our-services-13 .service-text-col .description {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#our-services-13 .key-features-list {
  list-style: none;
  padding-left: 0;
}
#our-services-13 .key-features-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  color: #6c757d;
}
#our-services-13 .key-features-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1em;
  color: var(--bs-success, #198754);
  font-size: 0.9em;
}
@media (max-width: 767.98px) {
  #our-services-13 {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
  #our-services-13 .featured-service-row {
    margin-bottom: 3rem;
  }
  #our-services-13 .service-image-col {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  #our-services-13 .service-text-col {
    text-align: center;
  }
  #our-services-13 .service-text-col h3 {
    font-size: 1.6rem;
  }
  #our-services-13 .key-features-list {
    display: inline-block;
    text-align: left;
  }
}



#features-10 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-10 .section-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
#features-10 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-10 .feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#features-10 .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
#features-10 .feature-icon {
  font-size: 50px;
  color: #17a2b8;
  margin-bottom: 15px;
}
#features-10 .feature-counter {
  font-size: 40px;
  font-weight: bold;
  color: #17a2b8;
  margin-bottom: 10px;
}
#features-10 .feature-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
#features-10 .feature-description {
  font-size: 16px;
  color: #666;
}



/* === Wave Background === */
.wave-section {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.wave-wrapper {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 120px;
  overflow: hidden;
  z-index: 0;
}
.wave {
  position: absolute;
  bottom: 0; left: 0;
  width: 200%; height: 120px;
  opacity: var(--wave-opacity);
  animation: wave-animation var(--wave-speed) linear infinite;
}
.wave.wave2 {
  transform: translateX(50%);
  animation-duration: var(--wave-speed-alt);
  opacity: var(--wave-opacity-alt);
}
@keyframes wave-animation {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* === Content Above Waves === */
.wave-section .container {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}

/* === Section Header === */
.wave-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.wave-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.wave-section .section-header p {
  font-size: 1rem;
  color: #555;
}

/* === Posts Grid === */
.row-posts {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 576px) {
  .row-posts { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
  .row-posts { grid-template-columns: repeat(4, 1fr); }
}
.post-card {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
.post-card:hover {
  transform: translateY(-5px);
}
.post-card img {
  width: 100%;
  display: block;
}
.post-card .card-body {
  padding: 1rem;
}
.post-card .card-body h5 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}
.post-card .btn-readmore {
  font-size: 0.9rem;
  color: #fff;
  background-color: #007bff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: background 0.3s;
}
.post-card .btn-readmore:hover {
  background-color: #0056b3;
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin: 40px 0;
}




#awards-1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#awards-1 .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
#awards-1 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#awards-1 .section-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#awards-1 .award-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 2rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#awards-1 .award-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#awards-1 .award-visual {
  margin-bottom: 1.5rem;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#awards-1 .award-visual img {
  max-height: 55px;
  max-width: 150px;
  width: auto;
}
#awards-1 .award-visual i {
  font-size: 3rem;
  color: var(--bs-primary);
  opacity: 0.8;
}
#awards-1 .award-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.5rem;
  flex-grow: 1;
  min-height: 44px;
}
#awards-1 .award-body {
  flex-grow: 1;
}
#awards-1 .award-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 1rem;
  min-height: 50px;
}
#awards-1 .award-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f1f1f1;
}
#awards-1 .awarded-by {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
#awards-1 .award-year {
  font-size: 0.85rem;
  font-weight: 500;
  color: #495057;
}
@media (max-width: 991.98px) {
  #awards-1 .award-name {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  #awards-1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #awards-1 .section-title {
    font-size: 2.1rem;
  }
  #awards-1 .award-card {
    padding: 1.5rem;
  }
  #awards-1 .award-visual i {
    font-size: 2.5rem;
  }
  #awards-1 .award-visual img {
    max-height: 50px;
  }
}



#press-mentions-14 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
#press-mentions-14 .content-wrapper {
  display: flex;
  align-items: center;
}
#press-mentions-14 .image-column img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
#press-mentions-14 .logos-column {
  padding-left: 3rem;
}
#press-mentions-14 .section-title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #212529;
}
#press-mentions-14 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 2.5rem;
}
#press-mentions-14 .logos-list-title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #495057;
  margin-bottom: 1.5rem;
}
#press-mentions-14 .logos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
}
#press-mentions-14 .logo-item {
  text-align: center;
  flex: 0 0 calc(33.333% - 1.5rem);
  max-width: calc(33.333% - 1.5rem);
}
#press-mentions-14 .logo-item a {
  display: inline-block;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
#press-mentions-14 .logo-item a:hover {
  filter: grayscale(0%);
  opacity: 1;
}
#press-mentions-14 .logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 40px;
}
@media (max-width: 991.98px) {
  #press-mentions-14 .logos-column {
    padding-left: 1.5rem;
  }
  #press-mentions-14 .section-title {
    font-size: 2rem;
  }
  #press-mentions-14 .logo-item {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media (max-width: 767.98px) {
  #press-mentions-14 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #press-mentions-14 .image-column {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  #press-mentions-14 .image-column img {
    max-width: 90%;
  }
  #press-mentions-14 .logos-column {
    padding-left: 0;
    text-align: center;
  }
  #press-mentions-14 .logos-list-title {
    margin-bottom: 2rem;
  }
  #press-mentions-14 .logos-grid {
    justify-content: center;
    gap: 1.5rem 1.5rem;
  }
  #press-mentions-14 .logo-item {
    flex: 0 0 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
  }
}
@media (max-width: 575.98px) {
  #press-mentions-14 .logo-item {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}



#contact-30 {
  padding-top: 50px;
  padding-bottom: 50px;
}
#contact-30 .container {
  max-width: 800px;
}
#contact-30 .callout-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#contact-30 .callout-text {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
}
#contact-30 .social-links-title {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#contact-30 .social-media-list-inline {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
#contact-30 .social-media-list-inline li a {
  font-size: 1.8rem;
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
#contact-30 .social-media-list-inline li a:hover {
  opacity: 1;
  transform: scale(1.1);
}
#contact-30 .newsletter-signup-area {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#contact-30.light-text .newsletter-signup-area {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#contact-30 .newsletter-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
#contact-30 .newsletter-form .form-control {
  border-radius: 5px 0 0 5px;
  padding: 10px 15px;
  font-size: 0.95rem;
  border: 1px solid #ced4da;
  background-color: #fff;
  color: #333;
}
#contact-30 .newsletter-form .btn-newsletter {
  border-radius: 0 5px 5px 0;
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  padding: 10px 20px;
  font-size: 0.95rem;
}
#contact-30 .newsletter-form .btn-newsletter:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
#contact-30 .direct-contact-prompt {
  margin-top: 30px;
  font-size: 0.95rem;
}
#contact-30 .direct-contact-prompt a {
  font-weight: 500;
  color: inherit;
  text-decoration: underline;
  opacity: 0.9;
}
#contact-30 .direct-contact-prompt a:hover {
  opacity: 1;
  text-decoration-thickness: 2px;
}
#contact-30 .direct-contact-prompt a i {
  margin-left: 5px;
}


