/**
 * OSS — Global custom styles (redesign)
 * - Bootstrap 4 only; supplement with this file when needed.
 * - BEM-like naming: .block__element, .block--modifier
 * - Mobile first: base = default, then min-width: 768px, 992px, 1200px
 * - Do not use Bootstrap 5 classes or ms-* / me-* / g-* utilities.
 */

/* ===== Typography: Inter ===== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

html {
  font-family: "Inter", sans-serif;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #E2E2E2;
}

.owl-carousel .owl-stage {
  transition-timing-function: linear !important;
}

/* ===== Base (mobile first) ===== */
/* Add component/section overrides below, grouped by section. */

/* ===== Navigation ===== */
.nav-primary {
  background-color: #ffffff !important;
  border-radius: 24px;
  padding: 1rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  border: 1px solid #e5e7eb;
  margin: 0 auto 1rem;
  height: 4.75rem !important;
  font-family: "Inter", sans-serif;
}

.nav-primary__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.nav-primary__logo img {
  height: 32px;
  width: auto;
}

.nav-primary__links {
  margin-left: 0;
}

.nav-primary__link {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #777A82 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}

.nav-primary__link--active {
  font-weight: 600;
  color: #0A0A10 !important;
}

.nav-primary__link-arrow {
  font-size: 0.75rem;
}

.nav-primary__cta {
  background-color: #0A0A10;
  color: #ffffff !important;
  border-radius: 999px;
  padding: 1rem 0.75rem !important;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
}

.nav-primary__cta:hover,
.nav-primary__cta:focus {
  color: #ffffff !important;
  background-color: #000000;
}

.navbar-collapse .nav-link .nav-primary__cta {
  color: #ffffff !important;
}

.nav-primary .navbar-toggler {
  border: 0;
  padding-right: 0;
}

.nav-primary .navbar-toggler-icon {
  background-image: none;
}

.nav-primary__links--center .nav-item {
  margin: 0 1.5rem;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.nav-primary .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M7 7L23 23M23 7L7 23'/%3e%3c/svg%3e") !important;
}

.nav-primary__actions .nav-item+.nav-item {
  margin-left: 0.75rem;
}

/* Navbar collapse when expanded: white bg + 1rem padding (class added on show.bs.collapse = no delay) */
.nav-primary .navbar-collapse.nav-collapse-open,
.nav-primary .navbar-collapse.show,
.nav-primary .navbar-collapse.collapsing {
  background-color: #ffffff !important;
  padding: 1rem !important;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
  transition: none;
}

.nav-primary .dropdown-menu {
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  padding: 1rem 1.25rem;
  margin-top: 0.75rem;
}

.nav-primary .dropdown-item {
  font-size: 0.8125rem;
  color: #111827;
}

.nav-primary .dropdown-item:hover,
.nav-primary .dropdown-item:focus {
  background-color: #f3f4f6;
}

.nav-primary--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 24px 24px;
  margin-bottom: 0;
  z-index: 1030;
}

/* ====================== */
#mySidenav {
  background-color: #F5F5F5;
  border-radius: 1.5rem;
  padding: 1rem;
  height: fit-content;
  z-index: 999999999999999;
}
  #mySidenav.sidenav-menu {
    /* global.css sets top: 5rem; account for it so bottom isn't cut off */
    max-height: calc(100vh - 6rem);
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }


/* Overlay + body scroll lock when sidenav is open */
body.sidenav-open {
  overflow: hidden !important;
  touch-action: none;
}

.sidenav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 16, 0.1);
  /* backdrop-filter: blur(2px); */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
  z-index: 999999999999998;
}

body.sidenav-open .sidenav-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.2s ease;
}
.sidenav-menu {
  font-family: "Inter", sans-serif;
  padding: 2.5rem;
  height: 100%;
  width: calc(100vw - 2rem);
  position: fixed;
  z-index: 1;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  text-align: center;
}

.sidenav-menu .wrapper {
  background-color: #ffffff;
  border-radius: 1.5rem;
}

.sidenav-menu .wrapper-card {
  padding: 1rem;
  border: 1px solid #F5F5F5;
}

.sidenav-menu .sub-title {
  font-size: 1rem;
  font-weight: 600;
  color: #0A0A10;
  font-family: "Inter", sans-serif;

}

.sidenav-menu .wrapper-card .list-title {
  font-size: 0.75rem;
  font-weight: 500;
  color: #777A82;
  font-family: "Inter", sans-serif;
  margin-bottom: 1.25rem;

}

.sidenav-menu .wrapper-card ul {
  gap: 0.625rem;
}

.sidenav-menu .wrapper-card .list-item {
  font-size: 0.875rem;
  font-weight: 400;
  color: #1B1D24;
  font-family: "Inter", sans-serif;
}
.sidenav-menu .wrapper-card .list-item a {
  font-size: 0.875rem;
  font-weight: 400;
  color: #1B1D24;
  font-family: "Inter", sans-serif;
}
.sidenav-menu .wrapper-card .list-item .view-all-services {
  font-size: 0.875rem;
  font-weight: 400;
  color: #004FD3;
  font-family: "Inter", sans-serif;
  margin-top: auto;
  text-decoration: underline;
}


.footer-fixed-wrapper{
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  #mySidenav {
    padding: 2rem;

  }
  .sidenav-menu .sub-title{
    font-size: 1.125rem;
  }
  .sidenav-menu .wrapper-card {
    padding: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  #mySidenav {
    padding: 2.5rem;

  }
  .sidenav-menu .wrapper-card {
    padding: 1.25rem;
  }
   .sidenav-menu .sub-title{
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
   .sidenav-menu .wrapper-card {
    padding: 1.5rem;
  }
   .sidenav-menu .sub-title{
    font-size: 1.5rem;
  }
}
/* ===== Mega Panels (Services, Case Studies) ===== */
/* .mega-panel {

  padding: 1.5rem 1.25rem;
  color: #111827;
}

.mega-panel a {
  color: #111827;
}

.mega-panel a.text-white {
  color: #111827 !important;
}

.mega-panel a:hover,
.mega-panel a:focus {
  text-decoration: none;
}

.mega-panel h5 {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  color: #6b7280;
} */

/* .mega-panel--services .row + .row,
.mega-panel--case-studies .row + .row {
  border-top: 1px solid #e5e7eb;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}

.mega-panel--services .col-lg-4 + .col-lg-4,
.mega-panel--case-studies .col-md-4 + .col-md-4,
.mega-panel--case-studies .col-md-6 + .col-md-6 {
  border-left: 1px solid #e5e7eb;
}

.mega-panel--services a.aa,
.mega-panel--case-studies h5 a {
  display: block;
  font-size: 0.875rem;
  padding: 0.25rem 0;
}

.mega-panel--case-studies p {
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #6b7280;
}

.mega-panel--case-studies .row {
  margin-bottom: 0.75rem;
} */

/* Center mega panels within the side navigation */
/* .sidenav .mega-panel {
  margin: 2rem auto;
} */

/* Hide Case Studies section when Services panel is shown (toggled via JS) */
#sidenavCaseStudiesSection.sidenav__case-studies-hidden {
  display: none !important;
}



/* ===== Hero Section ===== */
.hero {
  font-family: "Inter", sans-serif;

}

.hero__inner {
  border-radius: 1rem;
  overflow: hidden;
  background-color: #e5e5e5;
}

.hero__bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 420px;
  padding: 1.75rem;
  display: flex;
  align-items: flex-end;
}

.hero__bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  z-index: 0;
}

.hero__bg .video-js {
  width: 100%;
  height: 100%;
}

.hero__bg .vjs-tech {
  object-fit: cover;
}

.hero__bg .vjs-control-bar,
.hero__bg .vjs-big-play-button,
.hero__bg .vjs-loading-spinner,
.hero__bg .vjs-error-display,
.hero__bg .vjs-modal-dialog,
.hero__bg .vjs-text-track-display,
.hero__bg .vjs-poster {
  display: none !important;
}

.hero__bg .video-js {
  background: transparent !important;
}

.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(45, 42, 38, 0.85) 0%, rgba(60, 55, 50, 0.75) 50%, rgba(45, 42, 38, 0.5) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
}

.hero__title {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 0.75rem;
  max-width: 33.25rem;
}

.hero__desc {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  max-width: 33.25rem;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #0A0A10;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.75rem 1.25rem;
  border-radius: 0.75rem;
  text-decoration: none;
  margin-bottom: 1.5rem;
  transition: background-color 0.2s, color 0.2s;
}

.hero__cta:hover {
  background-color: #f0f0f0;
  color: #1a1a1a;
  text-decoration: none;
}

.hero__cta-icon {
  margin-left: 0.625rem;
  /* transform: rotate(45deg); */
}

.hero__cards-wrap {
  width: 100%;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.hero__card {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  text-decoration: none;
  text-align: left;
  transition: background-color 0.2s;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}

.hero__card:hover {
  background-color: rgba(65, 62, 58, 0.95);
  color: #ffffff;
  text-decoration: none;
}

/* ----- Hero / Who min-width: 768px ----- */
@media (min-width: 768px) {

  .hero__bg {
    min-height: 480px;
    padding: 2rem;
  }

  .hero__title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }

  .hero__desc {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .hero__cta {
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
    margin-bottom: 0;
  }

  .hero__cards-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .hero__card {
    font-size: 0.875rem;
  }

}

/* ----- Hero min-width: 992px ----- */
@media (min-width: 992px) {
  .hero__inner {
    border-radius: 1.25rem;
  }

  .hero__bg {
    min-height: 520px;
    padding: 3rem;
  }

  .hero__title {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
  }

  .hero__desc {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }

  .hero__cta {
    padding: 1rem 1.25rem;
    font-size: 1.125rem;
  }
}

/* ----- Hero min-width: 1200px ----- */
@media (min-width: 1200px) {

  .hero__inner {
    border-radius: 1.5rem;
  }

  .hero__bg {
    min-height: 716px;
    padding: 4rem;
  }

  .hero__title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.25rem;
  }

  .hero__desc {
    margin-bottom: 2.75rem;
  }
}


/* ===== Who We Are Section ===== */
.who-we-are {
  font-family: "Inter", sans-serif;
}

.who-we-are__inner {
  background-color: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  padding: 1.5rem;
}

.who-we-are__left {
  margin-bottom: 1rem;
}

.who-we-are__eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #343741;
}

.who-we-are__title {
  font-size: 1.5rem;
  line-height: 1.25;
  color: #0A0A10;
  font-family: "Inter", sans-serif;
}

.who-we-are__desc {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #4D4F57;
  margin-bottom: 1.5rem;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.5px;
}

.who-we-are__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 1px solid #0A0A10;
  padding: 0.875rem 1.25rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #0A0A10;
  text-decoration: none;
  height: 48px;
  line-height: 1;
}

.who-we-are__cta:hover {
  background-color: #111827;
  color: #ffffff;
  text-decoration: none;
}

.who-we-are__cta-icon {
  margin-left: 0.625rem;
  /* transform: rotate(45deg); */
  /* font-size: 0.875rem; */
}

.who-we-are__stat-card {
  background-color: #F5F5F5;
  border-radius: 1rem;
  padding: 1.5rem;
  height: 100%;
}

.who-we-are__stat-accent {
  width: 32px;
  height: 4px;
  border-radius: 2rem;
}

.who-we-are__stat-accent--blue {
  background-color: #004FD3;
}

.who-we-are__stat-accent--green {
  background-color: #0C984E;
}

.who-we-are__stat-accent--orange {
  background-color: #F59E0B;
}

.who-we-are__stat-accent--red {
  background-color: #D91728;
}

.who-we-are__Stat-card-header {
  margin-bottom: 1rem;

}

.who-we-are__stat-value {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0A0A10;
  line-height: 1.5;
}

.who-we-are__stat-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1B1D24;
  margin-bottom: 0.375rem;
}

.who-we-are__stat-desc {
  font-size: 0.75rem;
  color: #4D4F57;
  margin-bottom: 0;
  line-height: 1.3;
}

/* control gap between stat columns (12px total) */
/* .who-we-are__right .row {
  margin-left: -6px;
  margin-right: -6px;
} */

.who-we-are__stat-col {
  padding: 6px;
}

/* ----- Who We Are min-width: 768px ----- */
@media (min-width: 768px) {

  .who-we-are__inner {
    padding: 2rem;
  }

  .who-we-are__eyebrow {
    font-size: 0.875rem;
  }

  .who-we-are__title {
    font-size: 2rem;
  }

  .who-we-are__desc {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .who-we-are__Stat-card-header {
    margin-bottom: 1.25rem;

  }

  .who-we-are__stat-value {
    font-size: 1.5rem;
  }
}

/* ----- Who We Are min-width: 992px ----- */
@media (min-width: 992px) {
  .who-we-are__left {
    margin-bottom: 0;
  }

  .who-we-are__inner {
    padding: 3rem;
    /* flex-wrap: nowrap; */
  }

  .who-we-are__eyebrow {
    font-size: 1rem;
  }

  .who-we-are__title {
    font-size: 2.25rem;
  }

  .who-we-are__desc {
    margin-bottom: 2.5rem;
  }

  .who-we-are__stat-value {
    font-size: 2rem;
  }
}

/* ----- Who We Are min-width: 1200px ----- */
@media (min-width: 1200px) {
  .who-we-are {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .who-we-are__inner {
    padding: 4rem;

  }

  .who-we-are__title {
    font-size: 2.5rem;
  }

  .who-we-are__stat-value {
    font-size: 2.25rem;
  }
}

/* ===== Our Clients Section (title + carousel on same line) ===== */
.clients {
  font-family: "Inter", sans-serif;
}

.clients__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  padding: 1.5rem 1rem;
  overflow: hidden;
}

.clients__title {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  color: #343741;
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 1rem;
  padding-right: 1rem;
}

.clients__carousel-wrap {
  width: 100%;
  flex: 1 1 100%;
  min-width: 0;
}

.clients__carousel.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.clients__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.clients__logo img {
  min-height: 44px;
  max-height: 44px;
  width: auto !important;
  max-width: 120px;
  object-fit: contain;
  object-position: center;
  /* filter: grayscale(100%); */
  /* opacity: 0.85; */
  transition: filter 0.2s, opacity 0.2s;
}

.clients__logo:hover img {
   
  opacity: 0.85;
}

/* ----- Clients min-width: 768px (title + logos same line) ----- */
@media (min-width: 768px) {
  .clients__inner {
    flex-wrap: nowrap;
    padding: 1rem;
    padding-left: 2rem;
  }

  .clients__title {
    width: auto;
    margin-bottom: 0;
  }

  .clients__carousel-wrap {
    flex: 1 1 auto;
    min-width: 0;
  }

  .clients__logo img {
    max-height: 36px;
    max-width: 140px;
  }
}

@media (min-width: 992px) {

  .clients__inner {
    padding-left: 3.25rem;
  }

  .clients__logo img {
    max-height: 40px;
  }

}

@media (min-width: 1200px) {
  .clients__inner {
    padding-left: 5.125rem;
  }
}

/* ===== Our Partners Section ===== */
.partners {
  font-family: "Inter", sans-serif;
}

.partners__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  padding: 1.5rem 1rem;
  overflow: hidden;
}

.partners__title {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  color: #343741;
  margin: 0;
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 1rem;
  padding-right: 1rem;
}

.partners__carousel-wrap {
  width: 100%;
  flex: 1 1 100%;
  min-width: 0;
}

.partners__carousel.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.partners__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.partners__logo img {
  max-height: 44px;
  min-height: 44px;
  width: auto !important;
  max-width: 120px;
  object-fit: contain;
  filter: grayscale(100%);
  /* opacity: 0.85; */
  transition: filter 0.2s, opacity 0.2s;
}

.partners__logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* ----- Clients min-width: 768px (title + logos same line) ----- */
@media (min-width: 768px) {
  .partners__inner {
    flex-wrap: nowrap;
    padding: 1rem;
    padding-left: 2rem;
  }

  .partners__title {
    width: auto;
    margin-bottom: 0;
  }

  .partners__carousel-wrap {
    flex: 1 1 auto;
    min-width: 0;
  }

  .partners__logo img {
    max-height: 36px;
    max-width: 140px;
  }
}

@media (min-width: 992px) {

  .partners__inner {
    padding-left: 3rem;
  }


  .partners__logo img {
    max-height: 40px;
  }
}

@media (min-width: 1200px) {
  .partners__inner {
    padding-left: 4rem;
  }
}

/* ===== FAQ Section ===== */
.faq {
  font-family: "Inter", sans-serif;
}

.faq__inner {
  background-color: #F5F5F5;
  border-radius: 1.5rem;
  padding: 1.5rem;
}

.faq__left {
  margin-bottom: 1.5rem;
}

.faq__eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #343741;
}

.faq__title {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #0A0A10;
  margin-bottom: 0.75rem;
}

.faq__title--muted {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #4D4F57;
}


.faq__accordion {
  background-color: transparent;
}

.faq__item+.faq__item {
  margin-top: 1rem;
}

.faq__question {
  font-family: "Inter", sans-serif;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid transparent;
  background-color: #ffffff;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1B1D24;
  cursor: pointer;
  gap: 0.5rem;
  line-height: 1.2;
}

.faq__question:focus {
  outline: none;
}

.faq__question-text {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1B1D24;
}

.faq__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1B1D24;
}

/* ----- FAQ accordion open: single white card, 1rem padding, border #E2E2E2 ----- */
.faq__item--open {
  background-color: #ffffff;
  border: 1px solid #E2E2E2;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.faq__item--open .faq__question {
  background-color: transparent;
  border: 0;
  padding: 0 0 0.75rem;
  border-radius: 0;
}

.faq__item--open .faq__icon {
  color: #1B1D24;
}

.faq__answer {
  font-size: 0.875rem;
  color: #343741;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  padding: 0;
  border: 0;
  margin-top: 0;
}

.faq__item--open .faq__answer {
  padding: 0;
}

.faq__answer p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .faq__inner {
    padding: 2rem;
  }

  .faq__eyebrow {
    font-size: 0.875rem;
  }

  .faq__title {
    font-size: 2rem;
  }

  .faq__question {
    font-size: 1rem;
  }

  .faq__question-text {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .faq__inner {
    padding: 3rem;
  }

  .faq__eyebrow {
    font-size: 1rem;
  }

  .faq__left {
    margin-bottom: 0;
    padding-right: 2.5rem;
  }

  .faq__title {
    font-size: 2.25rem;
  }

  .faq__question {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .faq__inner {
    padding: 4rem;
  }

  .faq__title {
    font-size: 2.5rem;
  }
}

/* ===== Ready to Transform CTA ===== */
.cta-transform {
  font-family: "Inter", sans-serif;
}

.cta-transform__inner {
  background-color: #0A0A10;
  border-radius: 1.5rem;
  padding: 1.5rem;
  color: #ffffff;
  text-align: left;
}

.cta-transform__eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #B7B9BA;
}

.cta-transform__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  font-family: "Inter", sans-serif;
}

.cta-transform__subtitle {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #B7B9BA;
  margin-bottom: 1.5rem;
}

.cta-transform__actions {
  gap: 1rem;
}

.cta-transform__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.25rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
}

.cta-transform__btn--primary {
  background-color: #ffffff;
  color: #0A0A10;
}

.cta-transform__btn--primary:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #0A0A10;
}

.cta-transform__btn--secondary {
  background-color: transparent;
  color: #ffffff;
  border-color: #fff;
}

.cta-transform__btn--secondary:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #ffffff;
}

@media (min-width: 768px) {
  .cta-transform__eyebrow {
    font-size: 0.875rem;
  }

  .cta-transform__inner {
    padding: 2rem;
  }

  .cta-transform__title {
    font-size: 2rem;
  }

  .cta-transform__subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .cta-transform__inner {
    padding: 3rem;
  }

  .cta-transform__eyebrow {
    font-size: 1rem;
  }

  .cta-transform__title {
    font-size: 2.25rem;
  }

  .cta-transform__subtitle {
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .cta-transform__inner {
    padding: 4rem;
  }

  .cta-transform__title {
    font-size: 2.5rem;
  }
}

/* ===== Services Spotlight (dark two-column: card + services list) ===== */
.services-spotlight {
  font-family: "Inter", sans-serif;
}

.services-spotlight__inner {
  background-color: #0A0A10;
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 1.5rem;
  gap: 1.5rem;
}


.services-spotlight__card {
  border-radius: 1.5rem;
  background-color: #1B1D24;
  overflow: hidden;
}

.services-spotlight__img-wrap {
  overflow: hidden;
  height: 254px;
}

.services-spotlight__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.services-spotlight__content {
  position: relative;
  padding: 1.25rem;
  padding-left: 1.5rem;
}

.services-spotlight__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 106px;
  background-color: #343741;
  border-radius: 0 0 8px 0;
}

.services-spotlight__title {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
}

.services-spotlight__desc {
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  line-height: 1.55;
  color: #B7B9BA;
  margin-bottom: 1.25rem;
}

/* Badge row: horizontal overflow scroll */
.services-spotlight__badges {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 0.5rem;

  margin-bottom: 1.25rem;
  -webkit-overflow-scrolling: touch;
}

.services-spotlight__badges::-webkit-scrollbar {
  height: 4px;

}

.services-spotlight__badges::-webkit-scrollbar-thumb {
  visibility: hidden;
}

.services-spotlight__badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  background-color: rgba(162, 166, 169, 0.10);
  color: #F5F5F5;
  font-size: 0.875rem;
  padding: 0.5rem 0.875rem 0.5rem 0.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  white-space: nowrap;
}

.services-spotlight__badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.services-spotlight__badge:hover {
  text-decoration: underline;
  color: #ffffff;
}

.services-spotlight__cta {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 0.875rem;
  text-decoration: underline;
}

.services-spotlight__cta:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}

.services-spotlight__cta-icon {
  margin-left: 0.375rem;
  /* transform: rotate(45deg);
  font-size: 0.875rem; */
}


.services-spotlight__eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #ffffff;
}

.services-spotlight__list-title {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.services-spotlight__list {
  margin-bottom: 0;
}

.services-spotlight__list li {
  margin-bottom: 0.5rem;
}

/* List link: default no bullet; hover = filled circle left + underline + arrow right */
.services-spotlight__link {
  display: inline-flex;
  align-items: center;
  color: #B7B9BA;
  font-size: 0.875rem;
  text-decoration: none;
  transition: text-decoration 0.2s;
}

.services-spotlight__link-circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0A0A10;
  flex-shrink: 0;
  transition: width 0.2s, height 0.2s, margin-right 0.2s;
  margin-right: 0.5rem;
}

/* .services-spotlight__link::before {
  content: "";
  width: 0;
  height: 0;
  margin-right: 0;
  border-radius: 50%;
  background-color: #000000;
  flex-shrink: 0;
  transition: width 0.2s, height 0.2s, margin-right 0.2s;
} */

.services-spotlight__link:hover .services-spotlight__link-circle {
  background-color: #fff;
}

.services-spotlight__link::after {
  content: "";
  margin-left: 0.35rem;
  opacity: 0;
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17L17 7'/%3E%3Cpath d='M7 7h10v10'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
  transition: all ease-in-out 0.2s;
}

.services-spotlight__link:hover {
  text-decoration: underline;
  color: #ffffff;
  font-weight: 600;
}

.services-spotlight__link:hover::after {
  opacity: 1;
}

@media (min-width: 768px) {
  .services-spotlight__inner {
    padding: 2rem;
    gap: 2rem;
  }

  .services-spotlight__eyebrow {
    font-size: 0.875rem;
  }

  .services-spotlight__img {
    max-height: 260px;
  }

  .services-spotlight__title {
    font-size: 1.125rem;
  }



  .services-spotlight__list-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .services-spotlight__inner {
    padding: 3rem;
    gap: 3rem;
  }

  .services-spotlight__eyebrow {
    font-size: 1rem;
  }


  .services-spotlight__list-title {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .services-spotlight__inner {
    padding: 4rem;
  }

  .services-spotlight__img {
    max-height: 280px;
  }

  .services-spotlight__list-title {
    font-size: 2.25rem;
  }
}

/* ===== Event Gallery Section ===== */
.event-gallery {
  font-family: "Inter", sans-serif;
}

.event-gallery__inner {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem 0;
}

.event-gallery__header {
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 0 1.5rem;
}

.event-gallery__eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #343741;
  font-weight: 500;
}

.event-gallery__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0A0A10;
  font-family: "Inter", sans-serif;
}

.event-gallery__title--muted {
  font-weight: 500;
  color: #4D4F57;
}

.event-gallery__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.25rem;
  border-radius: 0.75rem;
  background-color: #0A0A10;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  gap: 0.5rem;
}

.event-gallery__cta:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}



.event-gallery__rows {
  margin-top: 1.5rem;
}

.event-gallery__row+.event-gallery__row {
  margin-top: 0.75rem;
}

.event-gallery__item {
  padding: 0;
  min-width: 250px;
  max-width: 250px;
}

.event-gallery__row .owl-carousel.owl-drag .owl-item {
  max-width: 250px;
  min-width: 250px;

}

.event-gallery__img {
  border-radius: 12px;
  display: block;
  width: 100%;
  height: 168px;
  object-fit: cover;
}

.owl-2 .owl-stage,
.owl-3 .owl-stage {
  display: flex;
  align-items: stretch;
}

.owl-2 .owl-item,
.owl-3 .owl-item {
  padding: 0.1rem 0.25rem;
}

/* Hide scroll / dots / nav for event gallery rows */
.owl-2 .owl-dots,
.owl-2 .owl-nav,
.owl-3 .owl-dots,
.owl-3 .owl-nav {
  display: none !important;
}

@media (min-width: 768px) {


  .event-gallery__inner {
    padding: 2rem 0;
  }

  .event-gallery__header {
    margin-bottom: 2rem;
    padding: 0 2rem;
  }

  .event-gallery__cta {
    font-size: 1rem;
  }

  .event-gallery__eyebrow {
    font-size: 0.875rem;

  }

  .event-gallery__title {
    font-size: 1.875rem;
  }
}

@media (min-width: 992px) {
  .event-gallery__inner {
    padding: 3rem 0;
  }

  .event-gallery__eyebrow {
    font-size: 1rem;
  }

  .event-gallery__title {
    font-size: 2.1rem;
  }

  .event-gallery__header {
    margin-bottom: 3rem;
    padding: 0 3rem;
  }


  .event-gallery__cta {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .event-gallery__inner {
    padding: 4rem 0;
  }

  .event-gallery__header {
    margin-bottom: 4rem;
    padding: 0 4rem;
  }
}

/* ===== Case Studies Section ===== */
.case-studies {
  font-family: "Inter", sans-serif;
}

.case-studies__inner {
  background-color: #ffffff;
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 1.5rem 0 1.5rem 1.5rem;
}

.case-studies__header {
  background-color: #ffffff;
  margin-bottom: 1.5rem;
  gap: 1rem;
  padding-right: 1.5rem;

}

.case-studies .owl-stage-outer {
  height: auto;
}

.case-studies__eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #343741;
}

.case-studies__title {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
  max-width: 36rem;
}

.case-studies__title--muted {
  color: #4D4F57;
  font-weight: 600;
}


.case-studies__actions {
  gap: 0.75rem;
}

.case-studies__view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid #E2E2E2;
  background-color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #343741;
  text-decoration: none;
  font-weight: 500;
  /* margin-right: 0.75rem; */
  white-space: nowrap;
  height: 44px;
}

.case-studies__view-all:hover {
  text-decoration: none;
  background-color: #f3f4f6;
}

.case-studies__arrows {
  display: inline-flex;
  gap: 0.75rem;
}

.case-studies__arrow {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
  border: 1px solid #E2E2E2;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.case-studies__arrow i {
  font-size: 0.875rem;
  color: #343741;
}

.case-studies__arrow:focus {
  outline: none;
}

.case-studies__scroller-wrap {

  overflow: hidden;
  /* hide any scrollbar track/line */
  -ms-overflow-style: none;
  /* IE/Edge */
  scrollbar-width: none;
  /* Firefox */
  padding: 0;
}

.case-studies__scroller-wrap::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

/* Ensure consistent card width inside Owl items for Case Studies */
.case-studies__scroller .owl-item {
  min-width: 0;
  max-width: none;
  display: flex;
}

.case-studies__scroller.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: nowrap;
}

.case-studies__content {
  padding: 0.875rem;
}

.case-studies__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: none;
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 1.5rem;
  overflow: hidden;
  text-decoration: none;
  padding: 0.5rem;
  color: #111827;
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.case-studies__card:last-child {
  margin-right: 0;
}

/* Hover fill: bottom-to-top black overlay */
.case-studies__card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: linear-gradient(0deg, #000000 0%, #111827 50%, rgba(0, 0, 0, 0.85) 100%);
  transition: height 0.35s ease;
  z-index: 0;
}

.case-studies__card:hover::before {
  height: 100%;
}

.case-studies__image-wrap,
.case-studies__meta,
.case-studies__card-title,
.case-studies__card-desc {
  position: relative;
  z-index: 1;
}

.case-studies__image-wrap {
  border-radius: 1rem;
  overflow: hidden;
}

.case-studies__image {
  width: 100%;
  height: 182px;
  object-fit: cover;
  display: block;
}

.case-studies__meta {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.case-studies__meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.375rem;
}

.case-studies__meta-icon i {
  font-size: 0.75rem;
  color: #777A82;
}

.case-studies__meta-text {
  white-space: nowrap;
  font-size: 0.75rem;
  color: #777A82;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.case-studies__card-title {
  font-size: 1rem;
  color: #0A0A10;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.case-studies__card-desc {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #4D4F57;
  font-family: "Inter", sans-serif;
}

.case-studies__card:hover {
  color: #ffffff;
  text-decoration: none;
}


.case-studies__card:hover .case-studies__card-title {
  color: #fff;
}


@media (min-width: 768px) {
  .case-studies__inner {
    padding: 2rem 0 2rem 2rem;
  }

  .case-studies__eyebrow {
    font-size: 0.875rem;
  }

  .case-studies__title {
    font-size: 2rem;
  }

  .case-studies__header {
    margin-bottom: 2rem;
    padding-right: 2rem;
  }


  .case-studies__view-all {
    font-size: 1rem;

  }

  .case-studies__arrow {
    width: 2.75rem;
    height: 2.75rem;
  }

  .case-studies__card-title {
    font-size: 1.125rem;
  }

}

@media (min-width: 992px) {
  .case-studies__inner {
    padding: 3rem 0 3rem 3rem;
  }

  .case-studies__eyebrow {
    font-size: 1rem;
  }

  .case-studies__header {
    margin-bottom: 3rem;
    padding-right: 3rem;
  }

  .case-studies__title {
    font-size: 2.25rem;
  }

  .case-studies__subtitle {
    font-size: 1.35rem;
  }

  .case-studies__card-title {
    font-size: 1.25rem;
  }

}

@media (min-width: 1200px) {
  .case-studies__inner {
    padding: 4rem 0 4rem 4rem;
  }

  .case-studies__header {
    margin-bottom: 4rem;
    padding-right: 4rem;
  }

  .case-studies__title {
    font-size: 2.5rem;
  }

}


/* ===== Testimonials Section ===== */
.testimonials {
  font-family: "Inter", sans-serif;


}

.testimonials__inner {
  padding: 1.5rem 0 1.5rem 1.5rem;
  background-color: #F5F5F5;
  border-radius: 1.5rem;
}

.testimonials__header {
  margin-bottom: 1.5rem;
  gap: 1rem;
  padding-right: 1.5rem;
}

.testimonials .owl-stage-outer {
  height: auto;
}


.testimonials__eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #343741;
}

.testimonials__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0A0A10;
  font-family: "Inter", sans-serif;
}


.testimonials__title--muted {
  color: #4D4F57;
  font-weight: 600;
}

.testimonials__actions {
  display: flex;
  align-items: center;
}

.testimonials__arrows {
  display: inline-flex;
  gap: 0.75rem;
}

.testimonials__arrow {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
  background-color: #ffffff;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.testimonials__arrow i {
  font-size: 0.8rem;
  color: #111827;
}

.testimonials__arrow:focus {
  outline: none;
}

.testimonials__carousel-wrap {
  overflow: hidden;
}

/* Ensure consistent card width inside Owl items for Testimonials */
.testimonials__carousel .owl-item {
  min-width: 0;
  max-width: none;
  display: flex;
}

.testimonials__carousel.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: nowrap;
}

.testimonials__card {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  max-width: none;
  min-width: 0;
  width: 100%;
}

.testimonials__logo-wrap {
  display: inline-flex;
  align-items: center;
  height: 68px;
  margin-bottom: 0.75rem;
}

.testimonials__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.testimonials__text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #343741;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.625rem;
}

.testimonials__read-more {
  font-size: 0.875rem;
  font-weight: 400;
  color: #004FD3;
  text-decoration: none;
  margin-bottom: 1rem;
  text-decoration: underline;
}

.testimonials__read-more:hover {
  text-decoration: none;
}

.testimonials__rating {
  margin-top: auto;
  color: #F59E0B;
  font-size: 0.875rem;
}

.testimonials__rating .fa-star+.fa-star {
  margin-left: 0.15rem;
}

@media (min-width: 768px) {
  .testimonials__inner {
    padding: 2rem 0 2rem 2rem;
  }

  .testimonials__header {
    margin-bottom: 2rem;
    padding-right: 2rem;
  }

  .testimonials__eyebrow {
    font-size: 0.875rem;
  }

  .testimonials__arrow {
    width: 2.75rem;
    height: 2.75rem;
  }

  .testimonials__card {
    padding: 1.5rem;
  }

  .testimonials__title {
    font-size: 2rem;
  }

  .testimonials__text {
    font-size: 1rem;
  }

}

@media (min-width: 992px) {
  .testimonials__inner {
    padding: 3rem 0 3rem 3rem;
  }

  .testimonials__header {
    margin-bottom: 3rem;
    padding-right: 3rem;
  }

  .testimonials__eyebrow {
    font-size: 1rem;
  }

  .testimonials__title {
    font-size: 2.25rem;
  }

  .testimonials__card {
    padding: 2rem;
  }
}

@media (min-width: 1200px) {
  .testimonials__inner {
    padding: 4rem 0 4rem 4rem;
  }

  .testimonials__header {
    margin-bottom: 4rem;
    padding-right: 4rem;
  }

  .testimonials__title {
    font-size: 2.5rem;
  }

}

/* ===== Testimonial Modal ===== */
.testimonial-modal .modal-content.testimonial-modal__content {
  border-radius: 1.5rem;
  background: #F5F5F5;
  border: 0;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}

.testimonial-modal__header {
  padding: 1.25rem 1.25rem 0 1.25rem;
  background: #F5F5F5;
}

.testimonial-modal__title {
  font-size: 1rem;
  font-weight: 600;
  color: #0A0A10;
  font-family: "Inter", sans-serif;
}

.testimonial-modal__close {
  margin: 0;
  padding: 0;
  opacity: 0.7;
  font-size: 1.5rem;
  line-height: 1;
}

.testimonial-modal__close:hover {
  opacity: 1;
}

.testimonial-modal__body {
  padding: 1.25rem;
}

.testimonial-modal__card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.25rem;
}

.testimonial-modal__card-logo-wrap {
  margin-bottom: 1.5rem;
}

.testimonial-modal__card-logo {
  max-height: 2.5rem;
  width: auto;
  display: block;
}

.testimonial-modal__card-text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 1rem;
}

.testimonial-modal__card-rating {
  color: #f59e0b;
  font-size: 0.875rem;
}

.testimonial-modal__card-rating .fa-star+.fa-star {
  margin-left: 0.15rem;
}

.testimonial-modal__footer {
  padding: 1.25rem;
  background: #F5F5F5;
}

.testimonial-modal__pagination {
  line-height: 1.2;
}

.testimonial-modal__counter {
  font-size: 1rem;
  color: #343741;
}

.testimonial-modal__label {
  font-size: 0.875rem;
  color: #777A82;
  margin-top: 0.15rem;
}

.testimonial-modal__nav {
  display: flex;
  gap: 0.5rem;
}

.testimonial-modal__nav-btn {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 0;
  border-radius: 0.75rem;
  background: #ffffff;
  color: #0A0A10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.75rem;
}

.testimonial-modal__nav-btn:hover {
  background: #f3f4f6;
  color: #1f2937;
}

.testimonial-modal__nav-btn:focus {
  outline: 0;
}

@media (min-width: 768px) {
  .testimonial-modal .modal-dialog {
    max-width: 520px;
  }

  .testimonial-modal__card {
    padding: 2rem;
  }

  .testimonial-modal__title {
    font-size: 1.5rem;
  }

  .testimonial-modal__card-text {
    font-size: 1rem;
  }

  .testimonial-modal__nav-btn {
    width: 2.75rem;
    height: 2.75rem;
  }

}

/* ===== Footer ===== */
.footer {
  background-color: #0A0A10;
  font-family: "Inter", sans-serif;
  border-radius: 1.5rem;
}

.footer__top {
  margin-left: 0;
  margin-right: 0;
}

.footer__logo img {
  height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer__tagline {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  color: #B7B9BA;
}

.footer__address {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #B7B9BA;
}



.footer__address-icon {
  margin-right: 0.25rem;
  color: #B7B9BA;
}

.footer__social-title {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  color: #B7B9BA;
}

.footer__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.footer__social-link {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
  background-color: #1B1D24;
  border: 1px solid #343741;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  transition: background-color 0.2s;
}

.footer__social-link:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  text-decoration: none;
}

.footer__divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-left: 0;
  margin-right: 0;
}

.footer__services-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  border-bottom: 0;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}

.footer__services-col {
  margin-bottom: 1.5rem;
}
.footer__services-col:last-child {
  margin-bottom: 0;
}

.footer__services-cat {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.footer__services-cat:first-child {
  margin-top: 0;
}

.footer__services-cat a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.95) !important;
}

.footer__services-list {
  margin-bottom: 0;
}

.footer__services-list li {
  margin-bottom: 0.25rem;
}

.footer__link {
  font-size: 0.875rem;
  color: #B7B9BA;
  font-weight: 400;
}

.footer__link:hover {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}

.footer__copyright {
  font-size: 0.875rem;
  color: #B7B9BA;
  font-weight: 400;
  white-space: nowrap;
}

.footer__copyright-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.footer__copyright-line {
  display: block;
  flex: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

/* .footer__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
} */

.footer__btn {
  background-color: #343741;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
  border: 0;
  text-decoration: none;
  transition: background-color 0.2s;
}

.footer__btn:hover {
  background-color: #3d3d3d;
  color: #fff;
  text-decoration: none;
}

.footer__btn--scroll .fa-angle-up {
  margin-right: 0.35rem;
}

.footer__btn--whatsapp .footer__btn-icon {
  margin-right: 0.35rem;
}

.footer__btn-text {
  white-space: nowrap;
}

.footer .col-lg-3 {
  margin-left: 0;
}


/* ----- min-width: 768px ----- */
@media (min-width: 768px) {
  .nav-primary {
    margin-top: 1rem;
  }

  .footer__tagline {
    font-size: 1rem;
  }

  .footer__services-title {
    font-size: 1.5rem;
  }

  .footer__services-cat {
    font-size: 1rem;
  }



  .footer__social {
    justify-content: flex-end;
  }

  .footer__actions {
    justify-content: flex-end;
  }
}


/* ----- min-width: 992px ----- */
@media (min-width: 992px) {
  .nav-primary__link {
    font-size: 1rem;
  }

  .nav-primary__cta {
    font-size: 1rem;
  }

  .footer__services-col {
    margin-bottom: 0;
  }
}


/* ----- min-width: 1200px ----- */
@media (min-width: 1200px) {}

/* ============================================ */


/* =============== Contact Page =============== */
.contact-page {
  overflow-x: hidden;
}

.contact-inner {
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 1.5rem;
}

.contact-inner__eyebrow {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #343741;
  font-family: "Inter", sans-serif;
}

.contact-inner__title {
  font-size: 1.5rem;
  line-height: 1.15;
  font-weight: 600;
  color: #0A0A10;
  font-family: "Inter", sans-serif;
}

.contact-inner__subtitle {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #777A82;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  max-width: 34rem;
}

.contact-grid {
  margin-top: 1.5rem;
}

.contact-card {
  font-family: "Inter", sans-serif;
  border-radius: 1.5rem;
  /* box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08); */
}

.contact-card__header {
  padding-bottom: 1.5rem;
}
.contact-card__divider {
  border-top: 1px solid #E2E2E2;
  padding-bottom: 1.5rem;
}
.contact-card__title {
  font-size: 1rem;
  font-weight: 600;
  color: #1B1D24;
  margin: 0;
  font-family: "Inter", sans-serif;
}

.contact-card__subtitle {
  font-size: 0.875rem;
  color: #4D4F57;
  margin: 0.375rem 0 0 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.contact-card--info {
  padding: 1.5rem;
  background-color: #F4F4F4;
}

.contact-info {
  padding: 0;
  gap: 1.5rem;
}

.contact-info__item {
  display: flex;
  align-items: flex-start;
}

/* 
.contact-info__item:first-child {
  border-top: 1px solid #F2F4F7;
} */

.contact-info__icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #ffffff;
  color: #0A0A10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-right: 1rem;
}

.contact-info__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #343741;
}

.contact-info__value {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #343741;
  font-weight: 400;
}

.contact-info__emphasis {
  font-weight: 600;
  color: #343741;
}

.contact-whatsapp {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  padding: 1.25rem;
  border-radius: 1.25rem;
  background: rgb(61, 217, 133, 0.10);
  text-decoration: none !important;
}

.contact-whatsapp__icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #0C984E;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-right: 0.75rem;
  font-size: 1.25rem;
}

.contact-whatsapp__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0A0A10;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
}

.contact-whatsapp__subtitle {
  font-size: 0.75rem;
  color: #4D4F57;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.contact-card--form {
  padding-left: 1.25rem;
}

.contact-form .form-group {
  display: block;
}

/* Slider script moves label after input inside .animated-label; restore label-above-field layout */
.contact-form .animated-label {
  display: flex;
  flex-direction: column;
}

.contact-form .animated-label > .contact-form__label {
  order: -1;
  margin-bottom: 0.5rem;
}

.contact-form .animated-label > .contact-form__control {
  order: 0;
}

.contact-form__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  color: #4D4F57;
  margin-bottom: 0.5rem;
}

.contact-form__required {
  color: #D91728;
}

.contact-form__control {
  height: 44px;
  border-radius: 0.75rem;
  border: 0;
  background: #F5F5F5;
  color: #777A82;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.contact-form__control:focus {
  background: #ffffff;
  border-color: #0A0A10;
  box-shadow: 0 0 0 0.2rem rgba(0, 79, 211, 0.12);
  color: #0A0A10;
}

.contact-form__control--textarea {
  height: auto;
  min-height: 120px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  resize: vertical;
}

.contact-form__message {
  position: relative;
}

.contact-form__message .contact-form__control--textarea {
  padding-right: 3.25rem;
  resize: none;
}

.contact-form__counter {
  position: absolute;
  right: 0.9rem;
  bottom: 0.75rem;
  font-size: 0.6875rem;
  color: #98A2B3;
  pointer-events: none;
}

.contact-form__submit {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 0.75rem;
  background: #0A0A10;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.875rem 1.25rem;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.contact-form__submit:hover {
  background: #11131A;
}

@media (min-width: 768px) {
  .contact-inner {
    padding: 2rem;
  }

  .contact-inner__eyebrow {
    font-size: 0.875rem;
  }

  .contact-hero__title {
    font-size: 2rem;
  }

  .contact-inner__subtitle {
    font-size: 1rem;
  }

  .contact-grid {
    margin-top: 2rem;
  }

  .contact-card__title {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .contact-inner {
    padding: 3rem;
  }

  .contact-hero__title {
    font-size: 2.25rem;
  }

  .contact-inner__eyebrow {
    font-size: 1rem;
  }

  .contact-grid {
    margin-top: 3rem;
  }

}

@media (min-width: 1200px) {
  .contact-inner {
    padding: 4rem;
  }

  .contact-inner__title {
    font-size: 2.5rem;
  }

  .contact-grid {
    margin-top: 4rem;
  }
}

/* ============================================ */
/* ============ Case Studies Page ============= */
.case-studies-page {
  overflow-x: hidden;
}

.case-studies-page__inner {
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 1.5rem;
}

.case-studies-page__eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #343741;
  font-family: "Inter", sans-serif;
}

.case-studies-page__title {
  font-size: 1.5rem;
  line-height: 1.15;
  font-weight: 700;
  color: #0A0A10;
  font-family: "Inter", sans-serif;
}

.case-studies-page__subtitle {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #777A82;
  margin-bottom: 0;
  max-width: 34rem;
  font-family: "Inter", sans-serif;
}

.case-studies-page__section {
  margin-top: 1.5rem;
}

.case-studies-list {
  gap: 1rem;
}

.case-studies-list__item {
  display: flex;
  align-items: stretch;
  background: #F5F5F5;
  border-radius: 1.5rem;
  padding: 0.5rem;
  overflow: hidden;
  gap: 0.75rem;
  position: relative;
  text-decoration: none;
}

.case-studies-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: linear-gradient(0deg, #0A0A10 0%, #111827 55%, rgba(10, 10, 16, 0.9) 100%);
  transition: all 0.3s ease-in-out;
  z-index: 0;
}

.case-studies-list__image-link,
.case-studies-list__body,
.case-studies-list__meta,
.case-studies-list__title,
.case-studies-list__excerpt,
.case-studies-list__read {
  position: relative;
  z-index: 1;
}

.case-studies-list__item:hover::before {
  height: 100%;
}

.case-studies-list__item+.case-studies-list__item {
  margin-top: 0.75rem;
}

.case-studies-list__image-link {
  display: block;
  width: 100%;
  height: 242px;
  flex: 0 0 auto;
  border-radius: 1rem;
  overflow: hidden;
}

.case-studies-list__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.case-studies-list__body {
  flex: 1 1 auto;
  padding: 1rem;
}

.case-studies-list__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  color: #777A82;
  margin-bottom: 0.4rem;
  font-family: "Inter", sans-serif;
}

.case-studies-list__meta i {
  font-size: 0.875rem;
  color: #777A82;
}

.case-studies-list__title {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
  color: #0A0A10;
  font-family: "Inter", sans-serif;
}

.case-studies-list__title a {
  color: inherit;
  text-decoration: none;
}

.case-studies-list__title a:hover {
  text-decoration: none;
}

.case-studies-list__excerpt {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #4D4F57;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case-studies-list__read {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #4C7DFF;
  opacity: 0;
  transform: translateY(6px);
  text-decoration: underline;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* .case-studies-list__read::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  margin-left: 0.5rem;
  transform: rotate(-45deg);
  transform-origin: center;

} */

.case-studies-list__item:hover .case-studies-list__read {
  opacity: 1;
  transform: translateY(0);
}

.case-studies-list__item:hover .case-studies-list__meta,
.case-studies-list__item:hover .case-studies-list__meta i,
.case-studies-list__item:hover .case-studies-list__title,
.case-studies-list__item:hover .case-studies-list__excerpt {
  color: #ffffff;
}

.case-studies-list__item:hover .case-studies-list__title a {
  color: #ffffff;
}

.case-studies-list__item:hover .case-studies-list__read:hover {
  text-decoration: none;
  opacity: 1;
  color: #8FB0FF;
}


@media (min-width: 768px) {
  .case-studies-page__inner {
    padding: 2rem;
  }

  .case-studies-page__eyebrow {
    font-size: 0.875rem;
  }

  .case-studies-page__title {
    font-size: 2rem;
  }

  .case-studies-page__subtitle {
    font-size: 1rem;
  }

  .case-studies-page__section {
    margin-top: 2rem;
  }

  .case-studies-list {
    gap: 1.25rem;
  }

  .case-studies-list__body {
    padding: 1.5rem;
  }

  .case-studies-list__title {
    font-size: 1.125rem;
  }

  .case-studies-list__excerpt {
    font-size: 1rem;
  }
      .case-studies-list__image-link {
      max-width: 440px;
      width: 50%;
      height: auto;

}

}

@media (min-width: 992px) {
  .case-studies-page__inner {
    padding: 3rem;
  }

  .case-studies-page__eyebrow {
    font-size: 1rem;
  }

  .case-studies-page__title {
    font-size: 2.25rem;
  }

  .case-studies-page__section {
    margin-top: 3rem;
  }
  .case-studies-list__title {
    font-size: 1.25rem;
  }
  .case-studies-list__item+.case-studies-list__item {
    margin-top: 0.9rem;
  }
        .case-studies-list__image-link {
      width: 100%;
  

}
  .case-studies-list__excerpt {
    font-size: 1.125rem;
  }

}

@media (min-width: 1200px) {
  .case-studies-page__inner {
    padding: 4rem;
  }
  .case-studies-list__title {
    font-size: 1.5rem;
  }
  .case-studies-page__title {
    font-size: 2.5rem;
  }

  .case-studies-page__section {
    margin-top: 4rem;
  }
}

/* =============== CASE STUDY- INNER PAGES =============== */
/* ============================================================== */
.case-study-inner-page-hero {
  position: relative;
  min-height: 280px;
  border-radius: 1.5rem;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.case-study-inner-page-hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: blur(8px); */
  /* transform: scale(1.08); */
}

.case-study-inner-page-hero__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.case-study-inner-page-hero .content-wrapper {
  position: relative;
  z-index: 1;
}

.case-study-inner-page-hero__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.case-study-inner-page-hero__meta i {
  color: #ffffff;
  font-size: 0.875rem;
}

.case-study-inner-page-hero__title {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  max-width: 42.5rem;
  font-family: "Inter", sans-serif;
}

.case-study-inner-page-hero--decoding-esg .case-study-inner-page-hero__bg {
  background-image: url('../assets/revamp/case-study/banner/decoding-esg-hero.jpg');
}

/* ----- Hero: digital transformation modifier (bg image) ----- */
.case-study-inner-page-hero--digital-transformation .case-study-inner-page-hero__bg {
  background-image: url('../assets/revamp/case-study/banner/digital-transformation-hero.jpg');
}
/* ----- Hero: healthcare modifier (bg image) ----- */
.case-study-inner-page-hero--healthcare .case-study-inner-page-hero__bg {
  background-image: url('../assets/revamp/case-study/banner/risk-management-hero.jpg');
}

.case-study-inner-page-body {
  padding: 0;

}

.case-study-inner-page-content {
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
  overflow: hidden;
}

.case-study-inner-page-content .case-study-inner-page-content-wrapper {
  padding: 1.5rem !important;
}

.case-study-inner-page-content-inner {
  margin-bottom: 1rem;
}

.case-study-inner-page-content-title {
  font-size: 1rem !important;
  line-height: 1.2;
  font-weight: 600;
  color: #0A0A10;
  font-family: "Inter", sans-serif;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}
.case-study-inner-page-content-fig-text{
  font-size: 0.75rem;
  color: #343741;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
}
.case-study-inner-page-content-details {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #343741;
  margin-bottom: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.case-study-inner-page-content-link {
  color: #004FD3;
  text-decoration: underline;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

.case-study-inner-page-content-link:hover {
  text-decoration: underline;
}

.case-study-inner-page-content-reference-link {
  color: #004FD3;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

.case-study-inner-page-sidebar {
  background: #ffffff;
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 1rem;
}

.case-study-inner-page-sidebar-header {
  font-size: 1rem;
  font-weight: 600;
  color: #0A0A10;
  font-family: "Inter", sans-serif;
  margin-bottom: 1rem;
}

.case-study-inner-page-sidebar-body {
  padding: 0;
}

.case-study-inner-page-sidebar-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.75rem;
}

.case-study-inner-page-sidebar-body li {
  gap: 0.75rem;

}
.case-study-inner-page-sidebar-body li svg {
  padding: 1px;

}

.case-study-inner-page-sidebar-body li:hover svg path {
  color: #004FD3;
  fill: #004FD3;
  stroke: #004FD3;
}


.case-study-inner-page-sidebar-body a {
  position: relative;
  display: block;
  padding: 0;
  color: #1B1D24;
  font-size: 0.875rem;
  line-height: 1.2;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.case-study-inner-page-sidebar-body a:hover {
  color: #004FD3;
}

.case-study-inner-page-content-steps {
  margin: 0;
  padding-left: 1rem;
  border-left: 1px solid #B7B9BA;
}
.list-decimal{
  list-style: decimal;
  color: #004FD3;
}

.case-study-inner-page-content-steps__item {
  padding-left: 0.5rem;
  margin-bottom: 1.25rem;
  /* list-style: decimal; */
}

.case-study-inner-page-content-steps__title {
  font-weight: 600;
  color: #0A0A10;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  font-family: "Inter", sans-serif;
}

.case-study-inner-page-content-steps__details {
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #343741;
}

.case-study-inner-page-content-steps__link {
  color: #004FD3;
  text-decoration: underline;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}



/* ----- Hero: download button (white, below title) ----- */
.case-study-inner-page-hero__btn-download {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding: 0.75rem 1rem;
  background: #ffffff;
  color: #0A0A10;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 1rem;
  font-family: "Inter", sans-serif;
  border: 0;
}

.case-study-inner-page-hero__btn-download:hover {
  background: #f3f4f6;
  color: #0A0A10;
  text-decoration: none;
}

.case-study-inner-page-hero__btn-download i {
  font-size: 0.875rem;
}

/* ----- Content: quote / callout box ----- */
.case-study-inner-page-content-quote {
  background: #F5F5F5;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  margin: 0.75rem 0;
  gap: 0.75rem;
}

.case-study-inner-page-content-quote__body {
  flex: 1 1 auto;
  min-width: 0;
}

.case-study-inner-page-content-quote__text {
  font-size: 0.875rem;
  line-height: 1.35;
  color: #343741;
  margin: 0;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.case-study-inner-page-content-quote__author {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #4D4F57;
  font-family: "Inter", sans-serif;
  font-style: italic;
  text-align: right;
}

.case-study-inner-page-content-quote__text-link {
  font-size: 0.875rem;
  line-height: 1.35;
  color: #004FD3;
  margin: 0;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  text-decoration: underline;
}

.case-study-inner-page-content-quote .case-study-inner-page-content-link {
  font-style: normal;
}

/* ----- Content: figure image (responsive fixed height) ----- */
.case-study-inner-page-content-figure {
  border-radius: 1rem;
  overflow: hidden;
  margin: 0.75rem 0 1rem;
  background: #F5F5F5;
}

.case-study-inner-page-content-figure__img {
  width: 100%;
 height: 278px;
  object-fit: contain;
  display: block;
  min-height: 278px;
}


/* ----- Case study writers ----- */
.case-study-writers__card {
  gap: 0.875rem;
  padding: 1rem;
  border-radius: 1rem;
  background: #F5F5F5;
  margin-bottom: 1rem;
}

.case-study-writers__avatar {
  width: 44px;
  height: 44px;
  border-radius: 0.75rem;
  object-fit: cover;
  flex: 0 0 auto;
}

.case-study-writers__meta {
  min-width: 0;
}

.case-study-writers__name {
  display: inline-block;
  font-size: 0.875rem !important;
  font-weight: 600;
  color: #0A0A10;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}


.case-study-writers__role {
  font-size: 0.75rem;
  color: #4D4F57;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

/* ----- Content: download button (outlined, below reference) ----- */
.case-study-inner-page-content-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border: 1px solid #0A0A10;
  background: transparent;
  color: #0A0A10;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0.75rem;
  font-family: "Inter", sans-serif;
}

.case-study-inner-page-content-download-btn:hover {
  background: #0A0A10;
  color: #ffffff;
  text-decoration: none;
}

.case-study-inner-page-content-download-btn i {
  font-size: 1rem;
}

/* ----- Content: bottom banner (image wrapper) ----- */
.case-study-inner-page-banner {
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 0.75rem;
}

.case-study-inner-page-banner__img {
  display: block;
  width: 100%;
  height: auto;
}

.case-study-inner-page-banner a {
  display: block;
}


@media (min-width: 768px) {
  .case-study-inner-page-hero {
    min-height: 320px;
    padding: 2rem;
  }

  .case-study-inner-page-hero__meta {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .case-study-inner-page-content-fig-text{
    font-size: 0.875rem;
  }
  .case-study-inner-page-hero__title {
    font-size: 1.5rem;
  }

  .case-study-inner-page-content .case-study-inner-page-content-wrapper {
    padding: 2rem !important;
  }

  .case-study-inner-page-content-details {
    font-size: 1rem;
  }

  .case-study-inner-page-content-link {
    font-size: 1rem;
  }

  .case-study-inner-page-content-inner {
    margin-bottom: 2rem;
  }

  .case-study-inner-page-content-steps__title {
    font-size: 1rem;
  }

  .case-study-inner-page-content-steps__details {
    font-size: 1rem;
  }

  .case-study-inner-page-content-steps__link {
    font-size: 1rem;
  }

  .case-study-inner-page-sidebar {
    padding: 2rem;
  }

  .case-study-inner-page-sidebar-header {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }

  .case-study-inner-page-content-quote__text {
    font-size: 1rem;
  }

  .case-study-inner-page-content-quote__text-link {
    font-size: 1rem !important;
  }

  .case-study-inner-page-content-reference-link {
    font-size: 1rem !important;
  }
  .case-study-inner-page-content-download-btn{
    font-size: 1rem !important;
  }
  .case-study-inner-page-hero__btn-download{
    font-size: 1rem !important;
    margin-top: 2rem;
  }
  .case-study-inner-page-content-quote__author{
    font-size: 1rem ;
  }
  .case-study-writers__avatar{
    width: 72px;
    height: 72px;
  }
}

@media (min-width: 992px) {
  .case-study-inner-page-hero {
    min-height: 360px;
    padding: 3rem;
  }

  .case-study-inner-page-hero__meta {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .case-study-inner-page-hero__title {
    font-size: 2rem;
  }

  .case-study-inner-page-content .case-study-inner-page-content-wrapper {
    padding: 3rem !important;
  }

  .case-study-inner-page-content-title {
    font-size: 1.25rem !important;
  }

  .case-study-inner-page-content-details {
    font-size: 1.125rem;
  }

  .case-study-inner-page-content a {
    font-size: 1.125rem;
  }

  .case-study-inner-page-content-inner {
    margin-bottom: 2.25rem;
  }

  .case-study-inner-page-content-steps__title {
    font-size: 1.125rem;
  }


  .case-study-inner-page-sidebar-header {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }

  .case-study-inner-page-content-reference-link {
    font-size: 1.125rem !important;
  }
}
  @media (min-width: 1200px) {
    .case-study-inner-page-hero {
      min-height: 448px;
      padding: 4rem;
    }

    .case-study-inner-page-hero__title {
      font-size: 2.5rem;
        letter-spacing: -1.5px;
    }

    .case-study-inner-page-content .case-study-inner-page-content-wrapper {
      padding: 4rem !important;
    }

    .case-study-inner-page-content-title {
      font-size: 1.5rem !important;
    }

    .case-study-inner-page-sidebar-header {
      font-size: 1.5rem;
    }
  }

 /* ===== Services page (redesign) ===== */
.services-page {
  font-family: "Inter", sans-serif;
}
.service-page__inner {
  background-color: #ffffff;
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 1.5rem;
}
.services-page__header {
 margin-bottom: 1.5rem;
}

.services-page__eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #343741;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.services-page__title {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #0A0A10;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.services-page__subtitle {
  max-width: 34rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #777A82;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.services-page__list {
  gap: 1rem;
}

.services-page__group {
  background: #F5F5F5;
  border-radius: 2rem;
  padding: 1rem;
}

.services-page__group-head {
  gap: 1rem;
  margin-bottom: 1rem;
}

.services-page__num { 
  color: #777A82;
  font-weight: 600;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
}

.services-page__group-title {
  font-size: 1rem;
  font-weight: 600;
  color: #343741;
  font-family: "Inter", sans-serif;
  margin: 0;
}

.services-page__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem;
}

.services-page__item {
  display: flex;
  align-items: start;
  gap: 0.75rem;
  padding: 0.5rem;
  border-radius: 1.5rem;
  background: #ffffff;
  text-decoration: none;
  color: inherit;
  flex: 1 1 100%;
  min-width: 0;
}

.services-page__item:hover {
 box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
 transition: all 0.3s ease;
 text-decoration: none;
}

.services-page__item-img {
  width: 56px;
  height: 56px;
  border-radius: 1rem;
  object-fit: cover;
  flex: 0 0 auto;
}

.services-page__item-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #343741;
  line-height: 1.25;
  padding: 0.5rem;
  font-family: "Inter", sans-serif;
  text-decoration: none;
}

.services-page__legacy {
  display: none !important;
}

/* ===== Service Inner Page (Reusable) ===== */
.service-inner-page {
  font-family: "Inter", sans-serif;
  background: #E2E2E2;
}

.service-inner-page__legacy {
  display: none !important;
}

.service-inner-page__container {
  background: #F5F5F5;
  border-radius: 1.5rem;
  overflow: hidden;

}

.service-inner-page__hero {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  min-height: 240px;
}

.service-inner-page__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.service-inner-page__hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background:linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.service-inner-page__hero-content {
  position: relative;
  z-index: 1;
  min-height: 240px;
  padding: 1.5rem;
  display: flex;
  align-items: flex-end;
}

.service-inner-page__hero-title {
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  max-width: 48rem;
}

.service-inner-page__section {
  background: #ffffff;
  padding: 1.5rem;
}
.service-inner-page__section-bg-lite {
  background: #F5F5F5;
  padding: 1.5rem;

}
.service-inner-page__section-title {
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  color: #0A0A10;
  font-weight: 600;
  text-transform: capitalize;
}

.service-inner-page__text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #343741; 
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 0.75rem;
}
.service-inner-page__text-600{
  font-weight: 600;
}

.service-inner-page__diagram-image {
  width: 100%;
  object-fit: cover;
}

.service-inner-page__card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 1rem;
}

.service-inner-page__card-title {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #0A0A10;
}

.service-inner-page__list {
  margin: 0;
  padding-left: 2rem;
}

.service-inner-page__list li {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #343741;
  margin-bottom: 0.625rem;
  list-style: disc;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.service-inner-page__list-item{
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.service-inner-page__list i{
  color: #1B1D24;
  font-size: 0.75rem;
}
.service-inner-page__svg-icon{
  margin-bottom: 0.75rem;
}
.service-expertise-grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.75rem;
}
.service-inner-page__approach-card {
  background: #F5F5F5;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  height: 100%;
  position: relative;
  overflow: hidden;

}
.service-inner-page__approach-card::before
{
   content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #004FD3 0%, #ffffff 75%,  #ffffff 100%);
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.service-inner-page__approach-number {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #004FD3;
  font-weight: 500;
  margin-bottom: 0.375rem;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
}

.service-inner-page__approach-title {
  font-size: 1rem;
  line-height: 1.3;
  color: #0A0A10;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.service-inner-page__list-decimal{
  list-style: decimal;
  color: #1B1D24;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.service-inner-page__approach-text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #4D4F57;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.service-faq-list{
  margin: 0;
  padding-left: 1rem;
  }
  .service-faq-list-item{
    font-size: 0.875rem;
    line-height: 1.5;
    color: #343741;
    margin-bottom: 0.35rem;
    list-style: disc;
  }
.service-inner-page__qa-automation-text {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #343741;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 0.75rem;
}
.service-inner-page__qa-automation-box {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 1.5rem;
  height: 100%;
}
.service-inner-page__qa-automation-box-title {
  font-size: 1rem;
  line-height: 1.3;
  color: #0A0A10;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 0.75rem;
}
.service-inner-page__qa-automation-case-title {
  font-size: 1rem;
  line-height: 1.2;
  color: #0A0A10;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.service-inner-page__qa-automation-image {
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
}
.service-inner-page__section--qa-automation-dark {
  background: #0A0A10;
}

.service-inner-page__section--qa-automation-dark .service-inner-page__qa-automation-text,
.service-inner-page__section--qa-automation-dark .service-inner-page__text,
.service-inner-page__section--qa-automation-dark .service-inner-page__list li {
  color: #f5f5f5;
}
.service-inner-page__section--qa-automation-dark .service-inner-page__qa-automation-case-title{
  color: #ffffff;
}
/* .service-inner-page__stack > .service-inner-page__card + .service-inner-page__card {
  margin-top: 0.6rem;
} */
 /* ===== Service Inner Page: AIMS ===== */
.service-inner-page__hero-content--aims {
  align-items: center;
  justify-content: flex-start;
}

.service-inner-page__hero-subtitle {
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .service-inner-page__hero-subtitle {
    font-size: 1rem;
  }
}

.service-inner-page-demo-form {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid #e8e8e8;
}

.service-inner-page-demo-form__title {
  font-size: 1rem;
  font-weight: 600;
  color: #0a0a10;
  font-family: "Inter", sans-serif;
}

.service-inner-page-demo-form__label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #0a0a10;
  margin-bottom: 0.25rem;
}

.service-inner-page-demo-form__control {
  font-size: 0.875rem;
  border-radius: 0.5rem;
}

.service-inner-page-demo-form__submit {
  background: #0a0a10;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
}

.service-inner-page-demo-form__submit:hover {
  color: #ffffff;
  background: #1a1a22;
}

.service-inner-page--aims-workflow-img {
  border-radius: 1rem;
  max-height: 420px;
  width: 100%;
  object-fit: contain;
  background: #f5f5f5;
}

.service-inner-page--aims-table-wrap {
  border-radius: 1rem;
  border: 0;
  background: #ffffff;
  overflow: hidden;
}

.service-inner-page--aims-table {
  font-size: 0.875rem;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  border-radius: 1rem;
  overflow: hidden;
}

.service-inner-page--aims-table thead th {
  border-top: none;
  font-weight: 600;
  color: #0a0a10;
  background-color: #E2E2E2;
}

.service-inner-page--aims-table td {
  vertical-align: top;
  color: #343741;
  border: 1px solid #E2E2E2;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding: 0.75rem 1.5rem;
}

.service-inner-page--aims-table tfoot td {
  font-size: 0.875rem;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
    background-color: #F5F5F5;
     border: 1px solid #E2E2E2;
     font-weight: 600;
}

/* ================================= */

@media (min-width: 768px) {
  .service-page__inner {
    padding: 2rem;
  }
  .services-page__eyebrow{
    font-size: 0.875rem;
  }
  .services-page__title {
    font-size: 2rem;
  }
  .services-page__subtitle {
    font-size: 1rem;
  }
  .services-page__header {
   margin-bottom: 2rem;
  }
  .services-page__title {
    font-size: 2.25rem;
  }
  .services-page__list {
  gap: 1.5rem;
}
.services-page__group{
  padding: 1.5rem;
}
.services-page__group-head{
  margin-bottom: 1.5rem;
}
.services-page__num{
  font-size: 1rem;
}
.services-page__group-title {
  font-size: 1.125rem;
}
  .services-page__item-img {
    width: 80px;
    height: 80px;
  }
.services-page__item-title{
  font-size: 1rem;
  padding: 0.75rem;
}
 .services-page__items {
  grid-template-columns: repeat(2, 1fr);
}

  .service-inner-page__hero,
  .service-inner-page__hero-content {
    min-height: 300px;
  }

  .service-inner-page__hero-content {
    padding: 2rem;
  }

  .service-inner-page__hero-title {
    font-size: 2rem;
  }

  .service-inner-page__section {
    padding: 1.5rem;
  }
    .service-inner-page__section-title {
    font-size: 1.125rem;
  }
    .service-inner-page__text {
    font-size: 1rem;
  }
  .service-inner-page__card{
    padding: 1.5rem;
  }
  .service-inner-page__card-title{
    font-size: 1.125rem;
  }

   .service-inner-page__section, .service-inner-page__section-bg-lite{
    padding: 2rem;
  }
  .service-expertise-grid{
  grid-template-columns: repeat(2, 1fr);
}
.service-inner-page__qa-automation-text{
  font-size: 1rem;
}
.service-inner-page__qa-automation-case-title{
  font-size: 1.125rem;
}
.service-inner-page__list li{
  font-size: 1rem;
}
.service-inner-page__qa-automation-box-title{
  font-size: 1.125rem;
}
.service-inner-page__approach-title{
  font-size: 1.125rem;
}

}

@media (min-width: 992px) {
  .service-page__inner {
    padding: 3rem;
  }
  .services-page__eyebrow{
    font-size: 1rem;
  }
  .services-page__title {
    font-size: 2.5rem;
  }
  .services-page__header{
    margin-bottom: 3rem;
  }
   .service-inner-page__hero-title {
    font-size: 2.25rem;
  }
  .services-page__group-title {
  font-size: 1.25rem;
}
   .services-page__items {
  grid-template-columns: repeat(3, 1fr);
}
.service-inner-page__approach-text {
  line-height: 1.5;
}
  .services-page__item-img {
    width: 112px;
    height: 112px;
  }
  .services-page__item-title{
  font-size: 1.125rem;
  padding: 0.875rem;
}

  .service-inner-page__hero,
  .service-inner-page__hero-content {
    min-height: 300px;
  }
  .service-inner-page__hero-content{
    padding: 3rem;
  }
  .service-inner-page__section-title {
    font-size: 1.5rem;
  }

  .service-inner-page__text {
    font-size: 1.125rem;
  }
  .service-inner-page__card-title{
    font-size: 1.25rem;
  }

  .service-inner-page__section, .service-inner-page__section-bg-lite{
    padding: 3rem;
  }
  .service-expertise-grid{

  grid-template-columns: repeat(4, 1fr);
 
}
.service-inner-page__qa-automation-text{
  font-size: 1.125rem;
}
.service-inner-page__list li{
  font-size: 1.125rem;
}
.service-inner-page__qa-automation-box-title{
  font-size: 1.25rem;
}
}

@media (min-width: 1200px) {
  .service-page__inner {
    padding: 4rem;
  }
  .services-page__header{
    margin-bottom: 4rem;
  }
    .service-inner-page__hero,
  .service-inner-page__hero-content {
    min-height: 450px;
  }
  .service-inner-page__hero-content{
    padding: 4rem;
  }
    .service-inner-page__hero-title {
    font-size: 2.5rem;
  }
    .service-inner-page__section-title {
    font-size: 1.875rem;
  }
  .service-inner-page__section, .service-inner-page__section-bg-lite{
    padding: 4rem;
  }

}

