/* Start industry Banner Code CSS */
body {
  font-family: "Poppins", sans-serif !important;
}

.who-we-are-banner {
  background-image: url(../images/case-studies/banner.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 19 / 10;
  padding-block: clamp(120px, 10vw, 160px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.case-study-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  padding: 1.5px;
  background: linear-gradient(185deg, #8fc0f4 0%, #2f6fb0 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.banner-heading h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: -2.48px;
}

.banner-heading p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  /* margin-bottom: 30px; */
  font-weight: 400;
  line-height: 29px;
  /* 152.632% */
}

.industry-banner h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 75px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: -2.48px;
}

.industry-banner p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  /* margin-bottom: 30px; */
  font-weight: 400;
  line-height: 29px;
  /* 152.632% */
}

.industry-banner .banner-bold {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  /* margin-bottom: 30px; */
  font-weight: 500;
  /* line-height: 29px; 152.632% */
}

.industry-banner span {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

/* End industry Banner Code CSS */
/*  Start industry Advancing Operations CSS */
.advance-operations h2 {
  color: #262626;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 65px;
  letter-spacing: -1.5px;
}

.advance-operations span {
  color: #262626;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}

.advance-operations p b {
  color: #494949;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.advance-operations p {
  color: #494949;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/*  End industry Advancing Operations CSS */
/* Start Front Office Functions COde CSS */
.front-office-section {
  padding: 30px 0 70px;
  position: relative;
  z-index: 99;
}

.sub-title {
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
}

.main-title {
  font-size: 42px;
  font-weight: 500;
  color: #222;
  line-height: 1.1;
}

.small-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  color: #222;
}

.description {
  max-width: 820px;
  margin: auto;
  font-size: 16px;
  line-height: 1.8;
  color: #7a7a7a;
}

.process-title {
  font-size: 24px;
  font-weight: 500;
  color: #222;
}

.custom-tabs {
  background: #dfe7ee;
  border-radius: 50px;
  padding: 4px 4px;
  display: flex;
  gap: 2px;
  overflow-x: auto;
  flex-wrap: nowrap;
  scrollbar-width: none;
}

.custom-tabs::-webkit-scrollbar {
  display: none;
}

.custom-tabs .nav-link {
  border: none;
  border-radius: 40px;
  padding: 14px 25px;
  color: #494949;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.custom-tabs .nav-link.active {
  background: #fff;
  color: #1d4f91;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.tab-banner {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  margin-top: 35px;
}

.tab-banner img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
}

.banner-btn {
  position: absolute;
  left: 35px;
  bottom: 35px;
  color: #fff;
  text-decoration: none;
  padding: 16px 34px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: 0.3s;
  border-radius: 74px;
  background: linear-gradient(180deg,
      rgba(27, 123, 203, 0.5) 4.29%,
      rgba(255, 255, 255, 0) 95%);
}

.banner-btn:hover {
  background: #fff;
  color: #000;
}

.tab-box {
  border-radius: 16px;
  background: #4b86ea;
  height: 95%;
  color: #fff;
  padding: 30px 30px 15px;
}

.tab-box h4 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 2px;
}

.tab-box p {
  margin-bottom: 4px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: -0.32px;
}

.tab-box span {
  font-size: 16px;
}

.dark-blue {
  background-color: #0c335a;
}

@media (max-width: 991px) {
  .main-title {
    font-size: 38px;
  }

  .small-title {
    font-size: 20px;
  }

  .process-title {
    font-size: 28px;
  }

  .tab-banner img {
    height: 450px;
  }

  .banner-btn {
    font-size: 18px;
    padding: 14px 26px;
  }
}

@media (max-width: 767px) {
  .front-office-section {
    padding: 60px 0;
  }

  .main-title {
    font-size: 30px;
  }

  .small-title {
    font-size: 18px;
  }

  .description {
    font-size: 15px;
  }

  .process-title {
    font-size: 24px;
  }

  .custom-tabs {
    padding: 8px;
    gap: 8px;
  }

  .custom-tabs .nav-link {
    font-size: 13px;
    padding: 12px 18px;
  }

  .tab-banner img {
    height: 300px;
  }

  .banner-btn {
    left: 20px;
    bottom: 20px;
    font-size: 15px;
    padding: 12px 20px;
  }
}

/* End Front Office Functions Code CSS */
/* Start Middle Office Operations Code CSS */
.middle-office {
  z-index: 9;
  position: relative;
  background: #f4f8fc;
  padding: 350px 0 70px;
  clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
  border-radius: 5%;
  margin-top: -27%;
}

.section-subtitle {
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 10px;
}

.section-title-platforms {
  font-size: 50px;
  font-weight: 500 !important;
  line-height: 1.1;
  margin-bottom: 12px;
  color: #222;
}

.process-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 25px;
}

.middle-office .custom-accordion .accordion-item {
  border: none;
  border-radius: 18px !important;
  overflow: hidden;
  margin-bottom: 18px;
  background: #fff;
}

.middle-office .custom-accordion .accordion-button {
  background: #fff;
  border: none;
  box-shadow: none !important;
  padding: 20px 20px 20px;
  border-radius: 18px !important;
  display: flex;
  align-items: center;
}

.middle-office .custom-accordion .accordion-button:not(.collapsed) {
  background: #fff;
}

.middle-office .custom-accordion .accordion-button::after {
  display: none;
}

.middle-office .accordion-icon {
  width: 55px;
  height: 55px;
  min-width: 55px;
  border-radius: 50%;
  background: #123d70;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-right: 16px;
}

.middle-office .custom-accordion .accordion-button:not(.collapsed) .accordion-icon {
  background: #1976d2;
}

.middle-office .accordion-title {
  color: #262626;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.6px;
}

.middle-office .custom-accordion .accordion-button:not(.collapsed) .accordion-title {
  color: #1976d2;
}

.middle-office .accordion-body {
  padding: 20px 22px 25px 93px;
  border-radius: 20px;
  opacity: 0.8;
  background: linear-gradient(270deg,
      #e6f1f9 47.35%,
      rgba(255, 255, 255, 0) 100%);
}

.info-title {
  font-size: 17px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

.info-text {
  color: #2f2d2d;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  font-size: 15px;
}

.right-content-box {
  background: #eaf2fb;
  border-radius: 25px;
  padding: 35px;
  min-height: 620px;
  position: relative;
  overflow: hidden;
}

.right-content-box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: #1976d2;
}

.content-card {
  display: none;
  animation: fadeIn 0.4s ease;
}

.content-card.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.floating-title {
  background: #fff;
  display: inline-block;
  padding: 15px 28px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.content-image {
  width: 100%;
  border-radius: 20px;
  height: 340px;
  object-fit: cover;
}

.flow-wrapper {
  background: #fff;
  border-radius: 18px;
  margin-top: 22px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.flow-item {
  flex: 1;
  text-align: center;
  position: relative;
}

.flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: -12px;
  width: 100%;
  height: 2px;
  background: #d6d6d6;
}

.flow-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: auto auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.blue {
  background: #1976d2;
}

.gray {
  background: #999;
}

.green {
  background: #19b35b;
}

.flow-text {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .section-title {
    font-size: 38px;
  }

  .right-content-box {
    margin-top: 40px;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .middle-office {
    padding: 60px 0;
  }

  .section-title {
    font-size: 30px;
  }

  .process-title {
    font-size: 24px;
  }

  .middle-office .accordion-title {
    font-size: 16px;
  }

  .middle-office .accordion-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    font-size: 18px;
  }

  .middle-office .accordion-body {
    padding: 0 18px 20px 18px;
  }

  .middle-office .custom-accordion .accordion-button {
    padding: 18px;
  }

  .floating-title {
    font-size: 16px;
    padding: 12px 20px;
  }

  .content-image {
    height: 240px;
  }

  .flow-wrapper {
    flex-direction: column;
  }

  .flow-item:not(:last-child)::after {
    display: none;
  }
}

/* End Middle Office Operations Code CSS */
/*  Start Front Office Operations Code CSS */
.front-office-accordian h2 {
  line-height: normal;
}

.front-office-box {
  border-radius: 30px;
  padding: 25px;
  height: 95%;
  margin-bottom: 30px;
}

.black {
  background: radial-gradient(71.4% 71.4% at 50% 50%, #3a3434 0%, #000 100%);
}

.light-blue1 {
  background: radial-gradient(71.4% 71.4% at 50% 50%, #264f89 0%, #1055b7 100%);
}

.dark-blue1 {
  background: radial-gradient(71.4% 71.4% at 50% 50%, #407197 0%, #0f5287 100%);
}

.front-office-accordian .accordion-body {
  padding: 14px 0;
  font-family: "Poppins", sans-serif !important;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.3px;
}

.front-office-accordian .accordion-item {
  color: #ffffff;
  background-color: transparent;
  border: transparent;
}

.front-office-accordian .accordion-button:not(.collapsed) {
  color: #ffffff;
  font-weight: 600;
  background-color: transparent;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.front-office-accordian .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  color: #afafaf;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

.front-office-box h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}

.front-office-operations h2 {
  color: #262626;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -1.5px;
}

.front-office-operations {
  padding-top: 70px;
  padding-bottom: 50px;
}

/*  End Front Office Operations Code CSS */
/* Start Bring Operational Code CSS */
.bring-operational {
  padding: 70px 0;
}

.bring-operational h2 {
  color: #262626;
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 65px;
  letter-spacing: -1.5px;
  margin: 20px 0px;
}

.bring-operational span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding-bottom: 30px;
}

.bring-operational p {
  color: #494949;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.bring-operational p b {
  color: #494949;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 176.471% */
}

/* End Bring Operational Code CSS */
/* Start FAQS Code CSS */
.custom-faq-header {
  line-height: 50px;
}

.custom-faq-section {
  position: relative;
  overflow: hidden;
  /* background: #f4f8fc; */
  padding: 90px 0 180px;
  border-radius: 0;
}

.custom-faq-section1 {
  background-color: #fff;
  padding: 80px 0;
}

.custom-faq-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 217px;
  background: #fff;
  clip-path: polygon(0 100%, 100% 34%, 111% 100%);
}

.custom-faq-wrapper {
  position: relative;
  z-index: 2;
}

.custom-faq-mini-title {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 600;
  color: #222;
  text-align: center;
  margin-bottom: 8px;
}

.custom-faq-title {
  text-align: center;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 600;
  color: #222;
  margin-bottom: 30px;
}

.custom-faq-accordion {
  max-width: 1050px;
  margin: auto;
}

.custom-faq-accordion .custom-faq-item {
  border: none;
  border-bottom: 1px solid #d6d6d6;
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
}

.custom-faq-accordion .custom-faq-item.custom-active-faq-item {
  border: 1px solid #4b95e8;
  border-radius: 14px;
  background: #fff;
  margin: 10px 0;
  overflow: hidden;
}

.custom-faq-accordion .custom-faq-button {
  background: transparent;
  box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  color: #1f1f1f;
  padding: 5px 25px;
  border-radius: 0 !important;
}

.custom-faq-accordion .custom-faq-button:not(.collapsed) {
  background: #fff;
  color: #111;
  box-shadow: none;
  padding: 22px 25px 1px;
}

.custom-faq-accordion .custom-faq-button::after {
  display: none;
}

.custom-faq-icon {
  margin-left: auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #7c7c7c;
  transition: 0.3s;
}

.custom-faq-button:not(.collapsed) .custom-faq-icon {
  background: #2d8cff;
  color: #fff;
}

.custom-faq-accordion .custom-faq-body {
  padding: 0 25px 28px;
  color: #767676;
  font-size: 15px;
  line-height: 1.8;
  background: #fff;
  font-family: "poppins", sans-serif !important;
}

@media (max-width: 991px) {
  .custom-faq-section {
    padding: 70px 20px 120px;
  }

  .custom-faq-title {
    font-size: 40px;
  }

  .custom-faq-accordion .custom-faq-button {
    font-size: 16px;
    padding: 18px 18px;
  }

  .custom-faq-accordion .custom-faq-body {
    padding: 0 18px 24px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .custom-faq-title {
    font-size: 32px;
  }

  .custom-faq-section::after {
    height: 110px;
    clip-path: polygon(0 100%, 100% 55%, 100% 100%);
  }

  .custom-faq-accordion .custom-faq-button {
    font-size: 15px;
    line-height: 1.5;
  }

  .custom-faq-mini-title {
    font-size: 11px;
  }
}

/* End FAQS Code CSS */
/*  Start Other Industries Code CSS */
/* SECTION */
.industry-section {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 80px 0 90px;
}

/* Content */
.industry-section .container {
  position: relative;
  z-index: 2;
}

/* Subtitle */
.industry-subtitle {
  text-align: center;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
}

.industry-title {
  text-align: center;
  font-size: 43px;
  line-height: 1;
  font-weight: 600;
  color: #222;
  margin-bottom: 40px;
}

/* Slider Wrap */
.industry-slider-wrapper {
  position: relative;
  padding: 0 70px;
}

/* Card */
.industry-card {
  background: #eef2f6;
  border: 1px solid #d9e1ea;
  border-radius: 16px;
  padding: 40px 20px;
  text-align: center;
  height: 400px;
  transition: 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-5px);
}

/* Icon */
.industry-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.dark-icon {
  background: #0e3767;
}

.blue-icon {
  background: #2583eb;
}

.industry-card h3 {
  margin-bottom: 11px;
  color: #262626;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: -0.75px;
}

.industry-card p {
  font-size: 15px;
  margin-bottom: 26px;
  color: #494949;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

/* Link */
.industry-card a {
  text-decoration: none;
  color: #222;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
}

.industry-card a.active-link {
  color: #2583eb;
}

/* Arrows */
.industry-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transition: 0.3s;
}

.industry-arrow:hover {
  transform: translateY(-50%) scale(1.05);
}

.industry-prev {
  left: 0;
}

.industry-next {
  right: 0;
}

.industry-arrow i {
  color: #2583eb;
  font-size: 14px;
}

/* Pagination */
.industry-pagination {
  position: relative;
  margin-top: 40px;
  text-align: center;
  bottom: var(--swiper-pagination-bottom, -51px) !important;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.industry-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #c2c2c2;
  opacity: 1;
}

.industry-pagination .swiper-pagination-bullet-active {
  background: #2583eb;
  outline: 2px dashed #2583eb;
  outline-offset: 4px;
}

/* Responsive */
@media (max-width: 1200px) {
  .industry-card h3 {
    font-size: 26px;
  }

  .industry-title {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .industry-slider-wrapper {
    padding: 0;
  }

  .industry-arrow {
    display: none;
  }

  .industry-section {
    padding: 70px 0 80px;
  }

  .industry-title {
    font-size: 40px;
  }

  .industry-card {
    min-height: auto;
  }
}

@media (max-width: 576px) {
  .industry-title {
    font-size: 32px;
  }

  .industry-card {
    padding: 35px 24px;
  }

  .industry-card h3 {
    font-size: 24px;
  }

  .industry-card p {
    font-size: 14px;
  }

  .industry-top-shape {
    width: 140px;
    height: 50px;
  }

  .industry-bottom-shape {
    width: 140px;
    height: 50px;
  }
}

/*  End Other Industries Code CSS */
/*  Start Agentic Power AI Code CSS */
.agentic-operations {
  padding: 60px 0;
  background: radial-gradient(circle at center,
      rgba(43, 123, 255, 0.55) 0%,
      rgba(31, 99, 232, 0.35) 22%,
      rgba(11, 53, 100, 0) 55%),
    linear-gradient(180deg, #0b3564 0%, #0b3564 100%);
}

.agentic-operations h2 {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: -1.5px;
}

.agentic-operations span {
  color: #fff;
}

.agentic-box p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 166.667% */
  letter-spacing: -0.3px;
}

.agentic-box-two {
  text-align: right;
  margin-top: 12%;
  margin-right: -7%;
}

.agentic-box-three {
  text-align: right;
  margin-top: 10%;
  margin-right: 2%;
}

.agentic-box-four {
  text-align: left;
  margin-top: 11%;
  margin-left: -7%;
}

.agentic-box-five {
  text-align: left;
  margin-top: 9%;
  margin-left: 2%;
}

/*  End Agentic Power AI Code CSS*/
/* Start Animation Button CSS */
.contact-btn-wrap {
  display: flex;
  align-items: center;
}

.contact-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  background: linear-gradient(90deg, #123f6f 0%, #1f74d8 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 25px 13px 25px;
  border-radius: 70px 0 0 70px;
  overflow: visible;
  transition: all 0.3s ease;
}

.contact-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 32px;
  height: 100%;
  background: linear-gradient(90deg, #2b71c4 0%, #1a61b5 100%);
  clip-path: polygon(0 0, 100% 0, 45% 100%, 0% 100%);
}

/* ICON */
.contact-icon {
    position: absolute;
    right: -56px;
    width: 46px;
    height: 46px;
    z-index: 2;
    transform: rotate(358deg);
}

/* HOVER */
.contact-btn:hover {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}

@media (max-width: 480px) {
  .contact-btn {
    font-size: 15px !important;
    padding: 16px 41px 16px 20px !important;
    min-height: auto !important;
  }

  .contact-btn::before {
    right: -30px;
    width: 60px;
  }

  .contact-icon {
    width: 65px;
    height: 65px;
    right: -77px !important;
  }

  .why-msuite .section-title {
    font-size: 28px;
  }
}

/* End Animation Button CSS */
/*  Start MSuite's Cutting-Edge Capabilities CSS */
.black-blue {
  background-color: #192a3a;
}

.sky-blue {
  background-color: #1760bc;
}

.dark-green {
  background-color: #234547;
}

.dark-green p {
  font-size: 15px;
}

.sky-blue p {
  font-size: 15px;
}

.black-blue p {
  font-size: 15px;
}

.pad-shape-gray {
  z-index: 9;
  position: relative;
  background: #f4f8fc;
  padding: 400px 0 70px;
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
  border-radius: 5%;
  margin-top: -26%;
}

.advance-operations {
  position: relative;
  z-index: 99;
  margin: 60px 0px;
}

/*  End MSuite's Cutting-Edge Capabilities CSS */
/* Start Game Changer Code CSS */
.game-changer {
  position: relative;
  z-index: 99;
  padding-top: 80px !important;
}

.game-changer h2 {
  color: #262626;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  /* 116% */
  letter-spacing: -1.5px;
}

.game-changer span {
  font-weight: 500;
}

.game-changer-box {
  background: linear-gradient(180deg, #fff 0%, #f4f8fc 100%);
  padding: 20px 20px 10px;
  height: 95%;
  margin-bottom: 20px;
  border: 6px solid #ecf1f6bd;
  border-radius: 10px;
}

.game-changer-box img {
  margin-left: -10%;
}

.game-changer-box h3 {
  color: #262626;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.46px;
}

.game-changer-box p {
  color: #494949;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 162.5% */
}

/* End Game Changer Code CSS */
/* Start Why MSuite is Your Ideal Mortgage Solution Code CSS */
.why-msuite {
  z-index: 9;
  position: relative;
  background: #0b3359;
  padding: 257px 0 70px;
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
  border-radius: 5%;
  border-top-right-radius: 100px;
  overflow: visible;
  margin-top: -20%;
}

.why-msuite .section-subtitle {
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

.why-msuite .section-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 12px;
  color: #fff !important;
}

.why-msuite .custom-accordion .accordion-item {
  border: none;
  border-radius: 18px !important;
  overflow: hidden;
  margin-bottom: 0px;
  background: #fff;
}

.why-msuite .custom-accordion .accordion-button {
  background: #fff;
  border: none;
  box-shadow: none !important;
  padding: 20px 20px 4px;
  border-radius: 18px !important;
  display: flex;
  align-items: center;
}

.why-msuite .custom-accordion .accordion-button:not(.collapsed) {
  background: #fff;
}

.why-msuite .custom-accordion .accordion-button::after {
  display: none;
}

.why-msuite .accordion-icon {
  width: 55px;
  height: 55px;
  min-width: 55px;
  border-radius: 50%;
  background: #123d70;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-right: 16px;
}

.why-msuite .custom-accordion .accordion-button:not(.collapsed) .accordion-icon {
  background: #1976d2;
}

.why-msuite .accordion-title {
  color: #262626;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.6px;
}

.why-msuite .custom-accordion .accordion-button:not(.collapsed) .accordion-title {
  color: #1976d2;
}

.why-msuite .accordion-body {
  padding: 20px 22px 25px 93px;
  border-radius: 20px;
  opacity: 0.8;
  background: linear-gradient(270deg,
      #e6f1f9 47.35%,
      rgba(255, 255, 255, 0) 100%);
}

.info-title {
  font-size: 17px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

.info-text {
  color: #2f2d2d;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  font-size: 15px;
}

.right-content-box1 {
  background: #eaf2fb;
  border-radius: 25px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.content-card {
  display: none;
  animation: fadeIn 0.4s ease;
}

.content-card.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.floating-title {
  background: #fff;
  display: inline-block;
  padding: 15px 28px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.why-msuite .content-image1 {
  width: 100%;
  border-radius: 20px;
}

.flow-wrapper {
  background: #fff;
  border-radius: 18px;
  margin-top: 22px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.flow-item {
  flex: 1;
  text-align: center;
  position: relative;
}

.flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 24px;
  right: -12px;
  width: 100%;
  height: 2px;
  background: #d6d6d6;
}

.flow-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: auto auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.blue {
  background: #1976d2;
}

.gray {
  background: #999;
}

.green {
  background: #19b35b;
}

.flow-text {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .section-title {
    font-size: 38px;
  }

  .right-content-box {
    margin-top: 40px;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .why-msuite {
    padding: 60px 0;
  }

  .section-title {
    font-size: 30px;
  }

  .process-title {
    font-size: 24px;
  }

  .why-msuite .accordion-title {
    font-size: 16px;
  }

  .why-msuite .accordion-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    font-size: 18px;
  }

  .why-msuite .accordion-body {
    padding: 0 18px 20px 18px;
  }

  .why-msuite .custom-accordion .accordion-button {
    padding: 18px;
  }

  .floating-title {
    font-size: 16px;
    padding: 12px 20px;
  }

  .content-image {
    height: 240px;
  }

  .flow-wrapper {
    flex-direction: column;
  }

  .flow-item:not(:last-child)::after {
    display: none;
  }
}

/* End Why MSuite is Your Ideal Mortgage Solution Code CSS */
/*  Start Typical Msuite Processing Code CSS */
.workflow-section {
  padding: 80px 0;
  overflow: hidden;
}

/* =========================
   TOP FLOW ROW
========================= */
.workflow-wrapper {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}

/* =========================
   CARD
========================= */
.workflow-card {
  width: 120px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
  transition: 0.3s;
}

.workflow-card:hover {
  transform: translateY(-6px);
}

/* =========================
   CARD TOP
========================= */
.workflow-top {
  padding: 22px 15px 60px;
  text-align: center;
  color: #fff;
  min-height: 120px;
  border-radius: 0 0 30px 30px;
  position: relative;
}

.workflow-top h4 {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  font-weight: 500;
}

/* DIFFERENT COLORS */
.bg-dark-blue {
  background: #0d3d73;
}

.bg-blue {
  background: #3e7be8;
}

.bg-light-blue {
  background: #c9daf5;
  color: #111;
}

.bg-soft {
  background: #dce7f8;
  color: #111;
}

/* =========================
   ICON CIRCLE
========================= */
.icon-circle {
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  border: 6px solid #edf2fb;
}

.icon-circle i {
  font-size: 24px;
  color: #3e7be8;
}

/* =========================
   ARROW
========================= */
.arrow {
  text-align: center;
  margin: 36px 0 7px;
}

.arrow i {
  color: #7aa5ea;
  font-size: 26px;
}

/* =========================
   FILE BOXES
========================= */
.file-list {
  padding: 0 8px;
}

.file-item {
  background: #edf2f7;
  border-radius: 8px;
  padding: 7px 7px;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  font-weight: 500;
  color: #222;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================
   BOTTOM DATABASE
========================= */
.database-wrapper {
  margin-top: -5%;
  text-align: center;
  position: relative;
  z-index: 99;
}

.database-wrapper img {
  width: 175px;
}

.line-shape {
  position: relative;
  z-index: 99;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px) {
  .workflow-wrapper {
    justify-content: center;
  }

  .workflow-card {
    width: calc(50% - 12px);
  }
}

@media (max-width: 767px) {
  .workflow-card {
    width: 100%;
    max-width: 360px;
  }

  .workflow-top h4 {
    font-size: 16px;
  }

  .database-circle {
    width: 180px;
    height: 180px;
  }

  .database-circle h2 {
    font-size: 32px;
  }

  .database-circle h5 {
    font-size: 22px;
  }
}

/*  End Typical Msuite Processing Code CSS */
/* Start Other AI Products Code CSS */
.ai-products {
  padding: 350px 0 150px;
  overflow: hidden;
  background-color: #f4f8fc;
  clip-path: polygon(0 42%, 100% 0, 100% 100%, 0 100%);
  margin-top: -20%;
}

.section-subtitle {
  text-align: center;
  color: #555;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ai-products .section-title {
  color: #262626;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  /* 116% */
  letter-spacing: -1.5px;
}

/* =========================
   SWIPER
========================= */
.product-swiper {
  /* padding-bottom: 60px; */
  overflow: visible !important;
}

/* =========================
   CARD
========================= */
.product-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-6px);
}

.product-top {
  background: #eef2f7;
  padding: 50px 25px;
  text-align: center;
  position: relative;
  border: 7px solid #fff;
  border-radius: 20px;
  height: 140px;
}

.product-top.dark {
  background: linear-gradient(135deg, #0b3a69, #1563b8);
}

.product-top img {
  max-width: 180px;
  height: auto;
}

.product-tag {
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  background: #1f7be8;
  color: #fff;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* CONTENT */
.product-content {
  padding: 35px 28px 30px;
  text-align: center;
}

.product-content h3 {
  margin-bottom: 5px;
  color: #262626;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product-content p {
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1.6;
  height: 91px;
}

.car-blue {
  color: #1f7bca;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
}

.learn-btn {
  text-decoration: none;
  font-weight: 600;
  color: #222;
  transition: 0.3s;
}

.learn-btn:hover {
  color: #1f7be8;
}

/* =========================
   SWIPER PAGINATION
========================= */
.swiper-pagination {
  position: relative;
  margin-top: 50px;
}

.swiper-pagination-progressbar {
  background: #dce3ee;
  height: 4px !important;
  border-radius: 30px;
}

.swiper-pagination-progressbar-fill {
  background: #1f7be8 !important;
  border-radius: 30px;
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,
      rgba(0, 0, 0, 0.25));
  position: absolute;
  left: 0 !important;
  bottom: -51px !important;
  top: auto !important;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px) {
  .section-title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }

  .product-content h3 {
    font-size: 28px;
  }
}

/* End Other AI products Code CSS */
/*  Start Footer Code CSS */
.footer-cta-section {
  position: relative;
  padding: 420px 0 30px;
  overflow: hidden;
  clip-path: polygon(0 42%, 100% 0, 100% 100%, 0 100%);
  border-radius: 0%;
  border-top-right-radius: 100px;
  background: #e7edf6;
  margin-top: -32%;
  border-top-left-radius: 100px;
}

.cta-box {
  position: relative;
  z-index: 2;
  /* background-image: url("../images/industry-index/img-cta.png");
  border-radius: 22px;
  background-size: contain;
  background-position: left;
  overflow: hidden;
  padding: 110px 100px;
  background-repeat: no-repeat; */
}

/* LEFT CONTENT */
.cta-subtitle {
  color: #fff;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.cta-title {
  margin-bottom: 15px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: -1.8px;
}

.cta-text {
  color: #dbe5f2;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 580px;
}

/* BUTTON */
.workflow-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #144f8d;
  color: #fff;
  padding: 18px 34px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.workflow-btn:hover {
  color: #fff;
  transform: translateY(-3px);
}

.workflow-btn i {
  font-size: 22px;
}

/* LINK */
.architect-link {
  display: inline-block;
  margin-top: 24px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

/* =========================
   IMAGE SIDE
========================= */
.cta-image-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}

.cta-image {
  max-width: 100%;
  width: 450px;
}

/* CHAT BOX */
.chat-box {
  position: absolute;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 15px;
  width: 280px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  text-align: left;
}

.chat-box.top {
  top: 130px;
  right: -29px;
}

.chat-box.bottom {
  top: 250px;
  right: 33px;
}

.chat-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.chat-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0b3767;
}

.chat-name {
  font-size: 17px;
  font-weight: 600;
  color: #222;
}

.chat-msg {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

/* Keeps the raw HTML templates hidden on page load */
.chat-template-source {
  display: none !important;
}

/* =========================
   FOOTER
========================= */
.footer-main {
  position: relative;
  z-index: 2;
  padding: 70px 0 0px;
}

.footer-logo {
  width: 220px;
  margin-bottom: 22px;
}

.footer-desc {
  color: #6d6d6d;
  line-height: 1.6;
  font-size: 15px;
}

.footer-title {
  margin-bottom: 24px;
  color: #262626;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.footer-links li {
  margin-bottom: 5px;
}

.footer-links a {
  text-decoration: none;
  color: #6d6d6d;
  transition: 0.3s;
  font-size: 14px;
  line-height: 20px;
}

.footer-links a:hover {
  color: #0b5ed7;
}

/* COPYRIGHT */
.footer-bottom {
  border-top: 1px solid #c9cfd8;
  margin-top: 50px;
  padding-top: 24px;
  color: #777;
  font-size: 14px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1199px) {
  .cta-title {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  .cta-box {
    padding: 50px 40px;
  }

  .cta-title {
    font-size: 38px;
  }

  .cta-image-wrap {
    margin-top: 30px;
  }

  .chat-box {
    width: 210px;
  }
}

@media (max-width: 767px) {
  .cta-box {
    padding: 40px 25px;
    border-radius: 18px;
  }

  .cta-title {
    font-size: 32px;
    line-height: 37px;
  }

  .cta-text {
    font-size: 15px;
  }

  .workflow-btn {
    width: 100%;
    justify-content: center;
  }

  .chat-box {
    position: relative;
    width: 100%;
    margin-top: 0px;
    right: auto !important;
    top: auto !important;
  }

  .footer-main {
    text-align: center;
  }

  .footer-desc {
    margin: auto auto 40px;
  }

  .footer-col {
    margin-bottom: 35px;
  }

  .footer-bottom {
    text-align: center;
  }
}

.pad-row {
  margin: 0;
  background-color: #fff;
  border-radius: 30px;
}

.pad-right {
  padding-right: 0px;
  padding-left: 0;
}

.pad-left {
  padding-left: 0px;
}

/*  End Footer Code CSS */
/*  Start Msuite Banner */
.msuite-banner {
  position: relative;
  background-image: url(../images/msuite/banner-img.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  /* PERFECT RESPONSIVE HEIGHT */
  aspect-ratio: 16 / 8;
  /* RESPONSIVE SPACING */
  padding-block: clamp(120px, 10vw, 160px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.msuite-banner h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 62px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  /* 112.903% */
  letter-spacing: -2.48px;
}

.msuite-banner p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.msuite-banner span {
  color: #fff;
  font-weight: 500;
}

.pad-top-bottom {
  padding-top: 100px;
}

/* End Msuite Banner Code CSS */
/*  Start Mobile Responsive CSS */
@media only screen and (max-width: 575px) {
  .footer-cta-section {
    position: relative;
    padding: 0px 0 20px;
    overflow: hidden;
    text-align: left;
    clip-path: none;
    border-radius: 0%;
    border-top-right-radius: 0px;
    background: #e7edf6;
    margin-top: 10%;
    border-top-left-radius: 0px;
  }

  .footer-links li {
    margin-bottom: 5px;
  }

  .footer-title {
    margin-bottom: 10px;
  }

  .ai-products .section-title {
    font-size: 33px;
    line-height: 26px;
  }

  .contact-icon {
    width: 65px;
    height: 65px;
    right: -85px;
  }

  .custom-faq-icon {
    margin-left: auto;
    width: 23px;
    height: 19px;
  }

  .ai-products {
    padding: 40px 0 90px;
    overflow: hidden;
    background-color: #f4f8fc;
    clip-path: none;
    margin-top: 0%;
  }

  .why-msuite {
    z-index: 9;
    position: relative;
    background: #0b3359;
    padding: 40px 0 70px;
    clip-path: none;
    border-radius: 0;
    border-top-right-radius: 0;
    overflow: visible;
  }

  .why-msuite .section-title {
    font-size: 33px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 12px;
    color: #fff;
  }

  .game-changer h2 {
    color: #262626;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -1.5px;
  }

  .pad-shape-gray {
    z-index: 9;
    position: relative;
    background: #f4f8fc;
    padding: 60px 0 30px;
    clip-path: none;
    border-radius: 0;
    margin-top: 10%;
  }

  .front-office-operations h2 {
    color: #262626;
    font-family: "Poppins", sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -1.5px;
  }

  .advance-operations h2 {
    color: #262626;
    font-family: "Poppins", sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 40px;
    letter-spacing: -1.5px;
  }

  .msuite-banner {
    aspect-ratio: 22 / 28;
  }

  .pad-top-bottom {
    padding-top: 50px;
  }

  .game-changer {
    position: relative;
    z-index: 99;
    padding-top: 40px !important;
  }

  .workflow-section {
    padding: 80px 0 40px;
    overflow: hidden;
  }

  .database-wrapper img {
    width: 186px;
    margin-top: -13%;
  }

  .bottom {
    margin-top: 20px;
  }

  .footer-bottom {
    border-top: 1px solid #c9cfd8;
    margin-top: 0px;
    padding-top: 24px;
    color: #777;
    font-size: 14px;
  }

  .footer-col {
    margin-bottom: 1px;
  }

  .industry-banner {
    background-image: url(../images/industry-index/hero-banner.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 6 / 8 !important;
    padding-block: clamp(133px, 20vw, 172px);
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .industry-banner h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
  }

  .advance-operations h2 {
    font-size: 29px;
    line-height: 34px;
  }

  .middle-office {
    z-index: 9;
    position: relative;
    background: #f4f8fc;
    padding: 60px 0 !important;
    clip-path: none;
    border-radius: 0;
    margin-top: 0;
  }

  .middle-office .accordion-body {
    padding: 25px;
  }

  .right-content-box {
    margin-top: 0px;
    min-height: auto;
  }

  #accordionExample {
    padding-bottom: 7px !important;
  }

  .front-office-operations {
    padding-top: 70px;
    padding-bottom: 28px;
  }

  .agentic-operations h2 {
    color: #fff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -1.5px;
  }

  .agentic-box-two {
    text-align: left !important;
    margin-top: 0;
    margin-right: 0;
  }

  .agentic-box-three {
    text-align: left !important;
    margin-top: 0;
    margin-right: 0;
  }

  .agentic-box-four {
    text-align: left !important;
    margin-top: 35px !important;
    margin-left: 0;
  }

  .agentic-box-five {
    text-align: left !important;
    margin-top: 6%;
    margin-left: 0%;
  }

  .bring-operational h2 {
    color: #262626;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: -1.5px;
    margin: 20px 0px;
  }

  .bring-operational {
    padding: 70px 0 40px;
  }

  .industry-section {
    padding: 6px 0 80px;
  }
}

/*  End Mobile Responsive CSS */
/* Start Tab Responsive CSS */
@media only screen and (max-width: 768px) {
  .footer-cta-section {
    position: relative;
    padding: 0px 0 30px;
    overflow: hidden;
    clip-path: none;
    border-radius: 0%;
    border-top-right-radius: 0;
    background: #e7edf6;
    margin-top: 10%;
    border-top-left-radius: 0;
  }

  .contact-btn {
    font-size: 22px;
    padding: 10px 40px 13px 30px;
    min-height: 56px;
    border-radius: 50px 0 0 50px;
  }

  .contact-icon {
    position: absolute;
    right: -60px;
    width: 55px;
    height: 55px;
    z-index: 2;
    transform: rotate(-10deg);
  }

  .cta-box {
    padding: 50px 40px 0;
    position: relative;
    z-index: 2;
    background-color: #123d70;
    border-radius: 22px;
    background-size: contain;
    background-position: left;
    overflow: hidden;
    padding: 60px 30px;
    background-repeat: no-repeat;
    background-image: none !important;
  }

  .footer-main {
    position: relative;
    z-index: 2;
    padding: 30px 0 0px;
}

  .chat-box.bottom {
    top: 279px;
    right: 33px;
  }

  .cta-title br {
    display: none;
  }

  .ai-products {
    padding: 40px 0 90px;
    overflow: hidden;
    background-color: #f4f8fc;
    clip-path: none;
    margin-top: 0%;
  }

  .why-msuite {
    z-index: 9;
    position: relative;
    background: #0b3359;
    padding: 50px 0 70px;
    clip-path: none;
    border-radius: 0;
    border-top-right-radius: 0;
    overflow: visible;
    margin-top: 0;
  }

  #accordionExample {
    padding-bottom: 50px;
  }

  .pad-shape-gray {
    z-index: 9;
    position: relative;
    background: #f4f8fc;
    padding: 50px 0 70px;
    clip-path: none;
    border-radius: 0;
    margin-top: 5%;
  }

  .advance-operations h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .front-office-operations h2 {
    font-size: 34px;
  }

  .game-changer h2 {
    font-size: 34px;
  }

  .why-msuite .section-title {
    font-size: 34px;
  }

  .custom-faq-title {
    font-size: 34px;
  }

  .cta-title {
    font-size: 34px;
  }

  .pad-top-bottom {
    padding-top: 50px;
  }

  .agentic-box-four {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
  }

  .agentic-box-two {
    text-align: right;
    margin-top: 0;
    margin-right: 0;
  }

  .agentic-box-three {
    text-align: right;
    margin-top: 0;
    margin-right: 0;
  }

  .agentic-box-five {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
  }

  .middle-office {
    z-index: 9;
    position: relative;
    background: #f4f8fc;
    padding: 68px 0 70px;
    clip-path: none;
    border-radius: 0;
    margin-top: 0;
  }

  .industry-banner {
    aspect-ratio: 13 / 10;
  }

  .who-we-are-banner {
    background-image: url(../images/case-studies/banner.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: auto !important;
    padding-block: clamp(120px, 10vw, 160px);
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .banner-heading h1 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -1.48px;
  }
}

/* End Tab Responsive CSS */
/* Start Tab Responsive CSS */
@media only screen and (max-width: 820px) {
  .footer-cta-section {
    position: relative;
    padding: 0px 0 30px;
    overflow: hidden;
    clip-path: none;
    border-radius: 0%;
    border-top-right-radius: 0;
    background: #e7edf6;
    margin-top: 10%;
    border-top-left-radius: 0;
  }

  .agentic-box-four {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
  }

  .agentic-box-two {
    text-align: right;
    margin-top: 0;
    margin-right: 0;
  }

  .agentic-box-three {
    text-align: right;
    margin-top: 0;
    margin-right: 0;
  }

  .agentic-box-five {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
  }

  .industry-banner {
    aspect-ratio: 14 / 11;
  }

  .middle-office {
    z-index: 9;
    position: relative;
    background: #f4f8fc;
    padding: 68px 0 70px;
    clip-path: none;
    border-radius: 0;
    margin-top: 0;
  }

  .contact-btn {
    font-size: 22px;
    padding: 10px 40px 13px 30px;
    min-height: 56px;
    border-radius: 50px 0 0 50px;
  }

  .contact-icon {
    position: absolute;
    right: -60px;
    width: 55px;
    height: 55px;
    z-index: 2;
    transform: rotate(-10deg);
  }

  .cta-box {
    padding: 50px 40px 0;
    position: relative;
    z-index: 2;
    background-color: #123d70;
    border-radius: 22px;
    background-size: contain;
    background-position: left;
    overflow: hidden;
    padding: 60px 30px;
    background-repeat: no-repeat;
    background-image: none !important;
  }

  .chat-box.bottom {
    top: 279px;
    right: 33px;
  }

  .cta-title br {
    display: none;
  }

  .ai-products {
    padding: 40px 0 90px;
    overflow: hidden;
    background-color: #f4f8fc;
    clip-path: none;
    margin-top: 0%;
  }

  .why-msuite {
    z-index: 9;
    position: relative;
    background: #0b3359;
    padding: 50px 0 70px;
    clip-path: none;
    border-radius: 0;
    border-top-right-radius: 0;
    overflow: visible;
    margin-top: 0;
  }

  #accordionExample {
    padding-bottom: 50px;
  }

  .pad-shape-gray {
    z-index: 9;
    position: relative;
    background: #f4f8fc;
    padding: 50px 0 70px;
    clip-path: none;
    border-radius: 0;
    margin-top: 5%;
  }

  .advance-operations h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .front-office-operations h2 {
    font-size: 34px;
  }

  .game-changer h2 {
    font-size: 34px;
  }

  .why-msuite .section-title {
    font-size: 34px;
  }

  .custom-faq-title {
    font-size: 34px;
  }

  .cta-title {
    font-size: 34px;
  }

  .pad-top-bottom {
    padding-top: 50px;
  }

  .who-we-are-banner {
    background-image: url(../images/case-studies/banner.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: auto !important;
    padding-block: clamp(120px, 10vw, 160px);
    display: flex;
    align-items: center;
    overflow: hidden;
  }
}

/* End Tab Responsive CSS */
/*  Start Desktop ALignment CSS */
@media only screen and (min-width: 1600px) {
  .footer-cta-section {
    position: relative;
    padding: 420px 0 30px;
    overflow: hidden;
    clip-path: polygon(0 42%, 100% 0, 100% 100%, 0 100%);
    border-radius: 0%;
    border-top-right-radius: 100px;
    background: #e7edf6;
    margin-top: -25%;
    border-top-left-radius: 100px;
  }

  .pad-shape-gray {
    margin-top: -22%;
  }

  .ai-products {
    margin-top: -24%;
  }

  .why-msuite {
    z-index: 9;
    position: relative;
    background: #0b3359;
    padding: 257px 0 70px;
    clip-path: polygon(0 26%, 100% 0, 100% 100%, 0 100%);
    border-radius: 5%;
    border-top-right-radius: 100px;
    overflow: visible;
    margin-top: -15%;
  }
}

@media only screen and (min-width: 1600px) {
  .footer-cta-section {
    margin-top: -22%;
  }

  .ai-products {
    margin-top: -22%;
  }

  .pad-shape-gray {
    margin-top: -17%;
  }

  .why-msuite {
    z-index: 9;
    position: relative;
    background: #0b3359;
    padding: 320px 0 70px !important;
    clip-path: polygon(0 26%, 100% 0, 100% 100%, 0 100%) !important;
    border-radius: 5%;
    border-top-right-radius: 100px;
    overflow: visible;
    margin-top: -15% !important;
  }
}

/*  End Desktop Alignemnt CSS */
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .container {
    max-width: 1320px;
  }

  .why-msuite {
    z-index: 9;
    position: relative;
    background: #0b3359;
    padding: 297px 0 70px;
    clip-path: polygon(0 26%, 100% 0, 100% 100%, 0 100%);
    border-radius: 5%;
    border-top-right-radius: 100px;
    overflow: visible;
    margin-top: -15%;
  }

  .middle-office {
    z-index: 9;
    position: relative;
    background: #f4f8fc;
    padding: 334px 0 70px;
    clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
    border-radius: 5%;
    margin-top: -21%;
  }
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .container {
    max-width: 1480px;
  }

  .why-msuite {
    z-index: 9;
    position: relative;
    background: #0b3359;
    padding: 287px 0 70px !important;
    clip-path: polygon(0 26%, 100% 0, 100% 100%, 0 100%) !important;
    border-radius: 5%;
    border-top-right-radius: 100px;
    overflow: visible;
    margin-top: -15% !important;
  }

  .middle-office {
    z-index: 9;
    position: relative;
    background: #f4f8fc;
    padding: 372px 0 70px;
    clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
    border-radius: 5%;
    margin-top: -18%;
  }
}

@media (min-width: 1920px) and (max-width: 2559px) {
  .container {
    max-width: 1580px;
  }

  .middle-office {
    z-index: 9;
    position: relative;
    background: #f4f8fc;
    padding: 372px 0 70px;
    clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
    border-radius: 5%;
    margin-top: -18%;
  }
}

@media (min-width: 2560px) {
  .container {
    max-width: 1920px;
  }
}

.banner-bold {
  font-size: 20px;
  font-weight: 600;
}

/* Container Background Layout Wrapper */
.wc-outer-section {
  width: 100%;
  padding: 480px 20px 80px;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  background-image: url(/images/industry-index/blue-bg.png);
  background-size: cover;
  background-position: right;
  position: relative;
  z-index: 9;
  margin-top: -39%;
}

.wc-main-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header Typography Styles */
.wc-section-header {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 10%;
  padding-bottom: 40px;
}

.wc-top-tag {
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}

.wc-main-heading {
  font-size: 50px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}

/* White Dashboard Glass Panel */
.wc-dashboard-board {
  background: #f4f7fa;
  border-radius: 24px;
  padding: 35px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.wc-dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 35px;
  align-items: start;
}

/* Navigation Menu Button List Stack */
.wc-tabs-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wc-tab-row {
  background: #e4edf5;
  border: none;
  border-radius: 16px;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  text-align: left;
  transition: all 0.25s ease-in-out;
  width: 100%;
}

.wc-tab-number {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f2a4a;
  background: rgba(255, 255, 255, 0.6);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wc-tab-text {
  font-size: 1.05rem;
  font-weight: 600;
  color: #2c3e50;
}

/* Tab Hover & Selected Active States */
.wc-tab-row:hover {
  background: #dae5f0;
}

.wc-tab-row.wc-active-tab {
  background: #1e70cd;
  /* Vibrant blue row selector */
}

.wc-tab-row.wc-active-tab .wc-tab-number {
  background: #0d4b91;
  color: #ffffff;
}

.wc-tab-row.wc-active-tab .wc-tab-text {
  color: #ffffff;
}

/* Display Window & Inner Content Panel cards */
.wc-content-display-window {
  position: relative;
  width: 100%;
}

.wc-pane-view {
  display: none;
  /* Hide panels by default */
}

.wc-pane-view.wc-pane-active {
  display: block;
  /* Show current selected tab container row */
}

/* Dark Display Card Panel Design Graphics Graphic Mockups */
.wc-graphics-sub-card {
  background: #10345c;
  border-radius: 20px;
  /* padding: 30px; */
  color: #ffffff;
  margin-bottom: 30px;
  box-shadow: 0 10px 25px rgba(16, 52, 92, 0.15);
}

.wc-metrics-inner-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 25px;
}

.wc-chart-placeholder {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 180px;
}

.wc-chart-title {
  font-size: 0.85rem;
  color: #a4bcd4;
  font-weight: 600;
}

.wc-health-gauge-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.wc-mock-platform-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 0.75rem;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
}

.wc-gauge-subtitle {
  font-size: 0.7rem;
  letter-spacing: 1px;
  color: #8bb1d6;
  font-weight: 700;
}

/* Semi-circle scale dashboard design metric */
.wc-gauge-circle-wrap {
  width: 100px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid #1e70cd;
}

.wc-gauge-percentage {
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.wc-gauge-footnote {
  font-size: 0.7rem;
  color: #8bb1d6;
}

/* Bottom Text Copy Layout Elements */
.wc-pane-footer-details {
  padding: 0 10px;
}

.wc-footer-header-group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.wc-icon-badge-bubble {
  /* width: 44px;
    height: 44px; */
  background: #1e70cd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wc-gear-svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
}

.wc-pane-footer-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0f2a4a;
  margin: 0;
}

.wc-pane-footer-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #536475;
  margin: 0;
}

/* Responsive Structural Breakpoints Layout Overrides */
@media (max-width: 992px) {
  .wc-dashboard-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 576px) {
  .wc-dashboard-board {
    padding: 15px;
    border-radius: 16px;
  }

  .wc-metrics-inner-grid {
    grid-template-columns: 1fr;
  }

  .wc-main-heading {
    font-size: 2rem;
  }

  .wc-outer-section {
    width: 100%;
    padding: 150px 20px 80px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    background-image: url(/images/industry-index/blue-bg.png);
    background-size: cover;
    background-position: right;
    position: relative;
    z-index: 9;
    margin-top: -39%;
  }
}

/* Section Root Setup */
.ap-carousel-section {
  width: 100%;
  padding: 80px 0;
  background-color: #f7fafc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
  box-sizing: border-box;
  overflow: hidden;
}

.ap-main-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header Text Alignments */
.ap-section-header {
  text-align: center;
  margin-bottom: 45px;
}

.ap-tagline {
  font-size: 0.8rem;
  font-weight: 700;
  color: #4b5563;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 8px;
}

.ap-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}

/* Horizontal Card Window Track */
.ap-track-viewport {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px 5px 40px 5px;
  scrollbar-width: none;
  /* Hides default scrollbars on Firefox */
}

.ap-track-viewport::-webkit-scrollbar {
  display: none;
  /* Hides default scrollbars on Chrome/Safari */
}

/* Product Card Grid Item Elements */
.ap-product-card {
  flex: 0 0 calc(33.333% - 17px);
  /* Fits exactly 3 items per row view on desktop */
  min-width: 300px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  overflow: visible;
  /* Allows category badge overlay to hang slightly off border line */
}

/* Header Banner Configurations */
.ap-card-banner {
  height: 140px;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
}

/* Dynamic Asset Header Background Colors matching image profiles */
.ap-bg-darkblue {
  background: linear-gradient(135deg, #0f355c 0%, #092038 100%);
}

.ap-bg-lightblue {
  background: linear-gradient(135deg, #eef4fa 0%, #e1ecf7 100%);
}

.ap-bg-whiteborder {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-bottom: none;
}

.ap-bg-healthcare {
  background: linear-gradient(135deg, #f0f7ff 0%, #e0effe 100%);
}

.ap-brand-logo {
  max-width: 65%;
  max-height: 55px;
  object-fit: contain;
}

/* absolute badge layout tracking precisely over baseline boundaries */
.ap-category-badge {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1d72dd;
  /* Primary Blue from system pallet */
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(29, 114, 221, 0.2);
}

/* Card Content Typography Blocks */
.ap-card-body {
  padding: 40px 25px 30px 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ap-card-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 12px 0;
}

.ap-card-italic {
  font-size: 0.95rem;
  font-style: italic;
  color: #2563eb;
  /* Subtle slate blue for highlight statement entries */
  line-height: 1.4;
  margin: 0 0 15px 0;
  min-height: 44px;
  /* Fixes block layout alignment constraints across entries */
}

.ap-card-text {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 25px 0;
  flex-grow: 1;
}

.ap-link-cta {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-block;
  margin-top: auto;
}

.ap-link-cta:hover {
  color: #2563eb;
}

/* Full-Width Base Timeline Indicator components */
.ap-progress-container {
  width: 100%;
  height: 4px;
  background-color: #e5e7eb;
  border-radius: 2px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.ap-progress-indicator {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 25%;
  /* Initial baseline size scale calculation match */
  background-color: #1d72dd;
  border-radius: 2px;
  transition: left 0.15s ease-out, width 0.15s ease-out;
}

/* Viewport Scale Responsive Breakpoints code overrides */
@media (max-width: 1024px) {
  .ap-product-card {
    flex: 0 0 calc(50% - 13px);
    /* 2 items visible across viewports on tablet breakpoints */
  }
}

@media (max-width: 640px) {
  .ap-product-card {
    flex: 0 0 100%;
    /* Full screen standalone profile width allocations on device view */
  }

  .ap-heading {
    font-size: 1.8rem;
  }
}

/* Core Structural Canvas Background Layer Wrapper */
.px-framework-wrapper {
  width: 100%;
  padding: 90px 0;
  background-color: #f6f8fa;
  /* Matches the custom gray backdrop exactly */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.px-layout-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

/* Master Header Alignment Controls */
.px-layout-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 55px auto;
}

.px-main-title {
  font-size: 2.35rem;
  font-weight: 700;
  color: #11141a;
  line-height: 1.25;
  letter-spacing: -0.8px;
  /* High fidelity header letter-spacing */
  margin: 0 0 16px 0;
}

.px-sub-title {
  font-size: 0.95rem;
  color: #4e5766;
  line-height: 1.55;
  margin: 0;
}

/* High Fidelity 3-Column Landscape Matrix Layout */
.px-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  /* Generates exact layout card spatial borders */
  margin-bottom: 50px;
}

/* Wide-Form Landscape Card Components */
.px-grid-card {
  background-color: #ffffff;
  border-radius: 12px;
  /* Matches the rounding properties of the image */
  padding: 38px 32px;
  /* Large internal spacing for clean wrapping layout */
  border: 1px solid rgba(226, 232, 240, 0.8);
  /* Ultra-soft diffuse drop-shadow blueprint */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.005);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  min-height: 230px;
  /* Mandates the precise landscape layout footprint */
}

/* Clean Accent Blue Icon Square Blocks */
.px-blue-badge {
  width: 48px;
  height: 48px;
  background-color: #2563eb;
  /* True royal blue accent matching the design file */
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  /* Crisp distance buffer before copy wrap */
  flex-shrink: 0;
}

.px-vector-svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
}

/* Accurate Semi-Bold Descriptive Typography Blocks */
.px-card-description {
  font-size: 0.96rem;
  font-weight: 600;
  /* Replicates exact font weight profile */
  color: #22252a;
  /* Soft charcoal matching layout tones instead of harsh black */
  line-height: 1.45;
  letter-spacing: -0.15px;
  /* Tighter typography tracking controls */
  margin: 0;
  text-align: left;
}

/* Footer Section Alignment Styles */
.px-layout-footer {
  text-align: center;
  margin-top: 25px;
}

.px-footnote-copy {
  font-size: 0.86rem;
  color: #5c6470;
  letter-spacing: -0.05px;
  margin: 0;
}

/* Fluid Responsive Breakpoints Overrides */
@media (max-width: 1024px) {
  .px-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .px-grid-card {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .px-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .px-main-title {
    font-size: 1.8rem;
  }

  .px-grid-card {
    padding: 30px 24px;
  }
}

/* Section Background Angle / Gradient Effect */
.trusted-brands-section {
  /* background: linear-gradient(165deg, #ffffff 70%, #f1f4f8 100%); */
  min-height: 500px;
  position: relative;
  z-index: 99;
}

/* Typography Enhancements */
.small-heading {
  letter-spacing: 2px;
  font-size: 0.85rem;
  font-weight: 600;
}

.section-title {
  color: #1a1a1a !important;
  letter-spacing: -0.5px;
}

.description-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #6c757d;
}

/* Brand Grid Custom Dynamic Column for 5 elements on large screens */
@media (min-width: 992px) {
  .col-lg-2-custom {
    flex: 0 0 auto;
    width: 20%;
    /* Distributes 5 items evenly across the row */
  }
}

/* Logo Card Styling */
.brand-card {
  /* background-color: #f3f6fa; */
  border-radius: 12px;
  padding: 24px 15px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Active/Highlighted Blue Card Styling */
.brand-card.active-card {
  /* background: linear-gradient(135deg, #0f62ac 0%, #174276 100%); */
  /* box-shadow: 0 10px 20px rgba(15, 98, 172, 0.2); */
}

/* Simple hover effect for polished feel */
.brand-card:hover {
  transform: translateY(-3px);
  /* box-shadow: 0 8px 15px rgba(0,0,0,0.05); */
}

.brand-card.active-card:hover {
  box-shadow: 0 12px 25px rgba(15, 98, 172, 0.3);
}

/* Utility Helpers */
.tracking-tight {
  letter-spacing: -1px;
}

.fw-black {
  font-weight: 900;
}

/* Section Main Styling */
.ai-products-section {
  background-color: #f4f7f9;
  font-family: "Poppins", sans-serif;
  user-select: none;
  /* Prevents text highlighting when dragging */
}

/* Header Adjustments */
.small-heading {
  letter-spacing: 2px;
  font-size: 0.85rem;
  font-weight: 700;
}

.section-title-brands {
  font-size: 2.5rem;
  color: #1c2024;
  font-weight: 500 !important;
  font-size: 50px;
}

/* Horizontal slider container setup */
.product-slider-container {
  position: relative;
  width: 100%;
}

.product-row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.product-row.active-drag {
  cursor: grabbing;
}

.slider-item {
  scroll-snap-align: start;
  flex: 0 0 auto;
  /* Forces them to stay side-by-side instead of shrinking */
}

/* Hides native browser scrollbars completely */
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Card Container Master Setup */
.product-card {
  background-color: #ffffff;
  border-radius: 24px;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  overflow: visible;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.img-opacity-muted {
  opacity: 0.75;
}

/* Card Header Image Areas */
.card-image-wrapper {
  position: relative;
  height: 160px;
  border-radius: 20px;
  margin: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.card-image-wrapper.dark-bg {
  background: linear-gradient(145deg, #0d385f 0%, #114c81 50%, #0d3a63 100%);
}

.card-image-wrapper.light-bg {
  background-color: #f1f5f9;
}

.logo-placeholder {
  text-align: center;
}

.logo-placeholder img {
  /* text-align: center; */
  width: 230px;
}

.sub-logo {
  font-size: 0.6rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 2px;
}

/* Overlapping Pill Badges */
.category-badge {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1976d2;
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 6px 18px;
  border-radius: 50px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(25, 118, 210, 0.2);
}

/* Card Body Typography */
.card-product-title {
  font-size: 1.4rem;
  color: #1a1d20;
  margin-top: 5px;
  margin-bottom: 12px;
}

.italic-blue {
  color: #2b84df;
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 500;
}

.tagline-text {
  margin-bottom: 14px;
}

.description-text {
  color: #656e7b;
  font-size: 0.88rem;
  line-height: 1.5;
}

.learn-more-btn {
  color: #1c2024;
  font-weight: 500 !important;
  text-decoration: none;
  font-size: 0.95rem;
}

/* Progress Indicator Track Setup */
.custom-scroll-track-container {
  width: 100%;
  padding: 0 12px;
  margin-top: 15px;
}

.custom-scroll-track {
  width: 100%;
  height: 6px;
  background-color: #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}

.custom-scroll-bar {
  width: 25%;
  height: 100%;
  background-color: #1976d2;
  border-radius: 10px;
}

/* Global Helpers */
.tracking-wider {
  letter-spacing: 1.5px;
}

.tracking-wide {
  letter-spacing: 0.5px;
}

.tracking-tight {
  letter-spacing: -0.5px;
}

/* Industry Section */
.industries-section {
  /* padding-bottom: 140px !important; */
  position: relative;
  z-index: 99;
}

/* Typography Enhancements */
.small-heading {
  letter-spacing: 2.5px;
  font-size: 0.85rem;
  color: #6c757d !important;
}

.section-title-industries {
  color: #1a1a1a !important;
  font-weight: 500 !important;
  font-size: 50px;
}

.lead-text {
  font-size: 0.95rem;
  line-height: 1.65;
}

.z-1 {
  z-index: 1;
}

/* Asymmetrical Navy Background Vector Shape base decoration */
@media (max-width: 991px) {
  .navy-wave-bg {
    width: 100%;
    height: 250px;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 20% 60%);
  }
}

/* 
======================================================
OUTER POD CONTAINER:
Matches the exact light blue radial wash background
======================================================
*/
.industry-card-outer {
  background: linear-gradient(180deg, #e5effa 0%, #f7faff 100%);
  border-radius: 28px;
  padding: 120px 18px 18px 18px;
  /* Room left perfectly for floating nested elements */
  position: relative;
  box-shadow: 0 10px 30px rgba(229, 239, 250, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.industry-card-outer:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(11, 45, 82, 0.1);
}

/* 
======================================================
TWIN-LAYER FLOATING ICON COMPONENT:
Matches image_3a8356.png overlap perfectly
======================================================
*/
.icon-halo-ring {
  position: absolute;
  top: 125px;
  /* Centers the sphere exactly over the lip of the inner card */
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  /* background: radial-gradient(circle, rgba(43,112,185,0.4) 0%, rgba(43,112,185,0.05) 70%, transparent 100%); */
  background: linear-gradient(179.64deg,
      #3589d0 15.64%,
      rgba(254, 254, 255, 0) 66.43%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.icon-inner-sphere {
  width: 82px;
  height: 82px;
  background: linear-gradient(135deg, #235fa3 0%, #061e38 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2rem;
  box-shadow: 0 6px 15px rgba(6, 30, 56, 0.3),
    inset 0 2px 4px rgba(255, 255, 255, 0.2);
}

/* 
======================================================
INNER CARD BOX CONTAINERS:
Matches heavy roundness and drop-shadow definitions
======================================================
*/
.industry-card-inner {
  background-color: #ffffff;
  border-radius: 22px;
  padding: 70px 24px 30px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 10px 25px rgba(11, 45, 82, 0.04);
}

.card-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 12px;
  color: #222222;
}

.card-description {
  font-size: 0.88rem;
  line-height: 1.65;
  color: #6c757d;
  margin-bottom: 30px;
  flex-grow: 1;
}

/* Learn More CTA text styling matching target file colors */
.btn-learn-more {
  color: #3b82f6;
  font-weight: 500;
  font-size: 1.05rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.btn-learn-more:hover {
  color: #0b2d52;
}

.bg-light {
  background-image: url("/images/industry-index/blue-bg.png");
  background-size: cover;
}

*/ .nextpreneurs-profile-card {
  background: linear-gradient(135deg, #f3f8fe 0%, #ffffff 60%);
  border: 1px solid #dce9f8;
  border-radius: 18px;
  padding: 24px 32px;
  width: 100%;
  max-width: 820px;
  /* Limits scale desktop viewports width constraint */
  box-shadow: 0 4px 20px rgba(220, 233, 248, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Polished Hover Interactive Scale Accents */
.nextpreneurs-profile-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(200, 220, 245, 0.4);
}

/* ======================================================
GLOWING DUAL-HALO LOGO ARCHITECTURE:
Replicates the translucent blue outer rings
======================================================
*/
.logo-halo-outer-ring {
  width: 76px;
  height: 76px;
  background: radial-gradient(circle,
      rgba(43, 112, 185, 0.25) 0%,
      rgba(43, 112, 185, 0.05) 65%,
      transparent 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.logo-inner-sphere {
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, #1b60aa 0%, #082950 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(8, 41, 80, 0.2);
  position: relative;
}

/* ======================================================
CUSTOM VECTOR LOGO DESIGN GRAPHIC:
CSS-drawn approximation of the lettermark shape
======================================================
*/
.nextpreneurs-vector-logo {
  position: relative;
  width: 22px;
  height: 22px;
}

.nextpreneurs-vector-logo .left-leg {
  position: absolute;
  width: 3px;
  height: 18px;
  background-color: #ffffff;
  left: 2px;
  bottom: 2px;
  transform: rotate(15deg);
  border-radius: 2px;
}

.nextpreneurs-vector-logo .right-leg {
  position: absolute;
  width: 3px;
  height: 18px;
  background-color: #ffffff;
  right: 2px;
  bottom: 2px;
  transform: rotate(-15deg);
  border-radius: 2px;
}

.nextpreneurs-vector-logo .cross-bar {
  position: absolute;
  width: 10px;
  height: 3px;
  background-color: #ffffff;
  left: 6px;
  bottom: 7px;
  border-radius: 2px;
}

/* ======================================================
TYPOGRAPHY WRAPPERS:
Adjusts text flows properly across platforms
======================================================
*/
.profile-description-text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #555c66;
  letter-spacing: -0.1px;
}

/* Responsive breakpoint alterations for mobile rendering configurations */
@media (max-width: 767.98px) {
  .nextpreneurs-profile-card {
    padding: 30px 20px;
    margin: 0 15px;
  }

  .profile-description-text {
    font-size: 0.98rem;
  }
}

.apart-section {
  padding-bottom: 100px !important;
}

/* Structural Layers Control */
.z-2 {
  z-index: 2;
}

/* Typography Hierarchy Styling */
.small-pretitle {
  letter-spacing: 2px;
  font-size: 0.85rem;
  color: #555555 !important;
}

.section-main-title {
  color: #1e293b !important;
  font-weight: 700;
}

.section-sub-text,
.footer-summary-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #64748b !important;
}

/* 
======================================================
ASYMMETRICAL DARK NAVY BACKGROUND CORNER COMPONENT:
Slices clean across the bottom right corner of the row
======================================================
*/
.navy-diagonal-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 380px;
  background-color: #0b2d52;
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 55% 55%);
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .navy-diagonal-bg {
    width: 100%;
    height: 220px;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 30% 65%);
  }
}

/* 
======================================================
SPLIT PILLAR CARD ARCHITECTURE:
Splits header gradient from clean text body areas
======================================================
*/
.pillar-card {
  background-color: #ffffff;
  border-radius: 20px;
  border: none;
  overflow: visible;
  /* Allows the center circular hub to break boundaries */
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.pillar-card:hover {
  transform: translateY(-6px);
}

/* Upper Half Section */
.pillar-top-header {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(31, 123, 202, 0.12) 121.93%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 2px solid;
  border-image-source: linear-gradient(180deg, #dfecf7 0%, #ffffff 100%);
  padding: 40px 24px 50px 24px;
  /* Leaves appropriate padding baseline for icons */
  text-align: center;
  min-height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pillar-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  line-height: 1.3;
}

/* Lower Half Section */
.pillar-body-content {
  background-color: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 55px 30px 40px 30px;
  /* Top padding isolates textual element down past icon */
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.pillar-description {
  font-size: 0.88rem;
  line-height: 1.65;
  color: #64748b;
  margin: 0;
}

/* 
======================================================
FLOATING CENTER PILLAR ICON HUBS:
Positions perfectly bridging the top and bottom panels
======================================================
*/
.pillar-icon-hub {
  position: absolute;
  top: 145px;
  /* Directly locks onto the boundary edge of top header container */
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.65rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  z-index: 3;
}

/* Target color variances extracted directly from image_a1d7ff.png icons */
.bg-primary-blue {
  background: linear-gradient(135deg, #2575fc 0%, #1a56c3 100%);
}

.bg-dark-navy {
  background: linear-gradient(135deg, #102a45 0%, #061524 100%);
}

.bg-royal-blue {
  background: linear-gradient(135deg, #3a86f1 0%, #1b5cc2 100%);
}

.section-wrapper-Why {
  background-color: #ffffff;
  padding: 70px 20px;
}

.section-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 12px;
}

.section-title-Why {
  font-size: 42px;
  font-weight: 500;
  color: #1a1a2e;
  margin-bottom: 14px;
}

.section-subtitle-Why {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 10px;
}

.section-tagline-Why {
  font-size: 1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 40px;
}

.feature-card {
  background: linear-gradient(145deg, #eef4fb 0%, #f8fafd 60%, #ffffff 100%);
  border: 1px solid #dde8f5;
  border-radius: 18px;
  padding: 32px 28px 36px;
  height: 100%;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.feature-card:hover {
  box-shadow: 0 10px 32px rgba(40, 100, 200, 0.1);
  transform: translateY(-4px);
}

.icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.icon-circle.light-blue {
  background-color: #3a8fe8;
}

.icon-circle.dark-blue {
  background-color: #1a3a5c;
}

.icon-circle.medium-blue {
  background-color: #2b7fd4;
}

.icon-circle svg {
  width: 44px;
  height: 44px;
}

.feature-card p {
  font-size: 1rem;
  color: #6b7a90;
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.8rem;
  }

  .feature-card {
    margin-bottom: 20px;
  }

  .info-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}

.info-banner {
  background: linear-gradient(135deg, #e8f0fb 0%, #f5f8fe 50%, #eef4fc 100%);
  border: 1px solid #d6e4f5;
  border-radius: 16px;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.info-banner .banner-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  background-color: #2b7fd4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-banner .banner-icon svg {
  width: 28px;
  height: 28px;
}

.info-banner p {
  font-size: 0.95rem;
  color: #5a6a80;
  line-height: 1.7;
  margin: 0;
}

/* Custom Styles for Case Studies Section */
.section-title-case-studies {
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 2rem;
  font-size: 42px;
}

/* Filter Navigation styling */
.filter-nav .nav-link {
  color: #6c757d;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  border-radius: 0;
}

.filter-nav .nav-link.active {
  background: linear-gradient(90deg, #1A4975 0%, #1B7CCE 100%);
  color: #fff !important;
}

/* Mobile: turn filter tabs into a horizontal scroll carousel */
@media (max-width: 767.98px) {
  .filter-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100%;
    -webkit-mask-image: linear-gradient(to right, #000 88%, transparent 100%);
    mask-image: linear-gradient(to right, #000 88%, transparent 100%);
  }

  .filter-nav::-webkit-scrollbar {
    display: none;
  }

  .filter-nav .nav-item {
    flex: 0 0 auto;
  }

  .filter-nav .nav-link {
    white-space: nowrap;
  }
}

/* Search Bar styling */
.search-container {
  position: relative;
  max-width: 300px;
}

.search-container .form-control {
  font-size: 0.85rem;
  padding-left: 2rem;
  border-radius: 4px;
  border: 1px solid #dee2e6;
}

.search-container::before {
  content: "🔍";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.85rem;
  color: #6c757d;
}

/* Case Study Cards styling */
.case-study-card {
  position: relative;
  border: none;
  /* Border handled by gradient ::before overlay */
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.case-study-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(29, 92, 163, 0.1);
}

.card-img-wrapper {
  /* height: 200px; */
  overflow: hidden;
}

.card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 10px
}

.case-study-card .card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.case-study-card .card-title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  color: #2b2b2b;
  margin-bottom: 1.5rem;
}

.case-study-card .btn-know-more {
  font-size: 1rem;
  font-weight: 700;
  color: #1d5ca3;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0;
  text-transform: none;
}

.case-study-card .btn-know-more:hover {
  color: #113661;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .footer-cta-section {
        margin-top: -29%;
    }
}
/* Keeps the raw HTML templates hidden on page load */
.chat-template-source {
  display: none !important;
}