/* Smooth background transition for Why Choose Us main div */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* Local Uncut Sans font faces - All variants */
@font-face {
  font-family: "Uncut Sans";
  src: url("/staticfiles/uncut-sans-fonts/Uncut-Sans-Regular.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uncut Sans";
  src: url("/staticfiles/uncut-sans-fonts/Uncut-Sans-RegularOblique.otf")
    format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Uncut Sans";
  src: url("/staticfiles/uncut-sans-fonts/Uncut-Sans-Medium.otf")
    format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uncut Sans";
  src: url("/staticfiles/uncut-sans-fonts/Uncut-Sans-MediumOblique.otf")
    format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Uncut Sans";
  src: url("/staticfiles/uncut-sans-fonts/Uncut-Sans-Semibold.otf")
    format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uncut Sans";
  src: url("/staticfiles/uncut-sans-fonts/Uncut-Sans-SemiboldOblique.otf")
    format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Uncut Sans";
  src: url("/staticfiles/uncut-sans-fonts/Uncut-Sans-Bold.otf")
    format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uncut Sans";
  src: url("/staticfiles/uncut-sans-fonts/Uncut-Sans-BoldOblique.otf")
    format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

body,
html {
  font-family: "Uncut Sans", sans-serif;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 15px;
}

.all-main h1,
.all-main h2,
.all-main h3,
.all-main h4,
.all-main h5,
.all-main h6,
.all-main p,
.all-main ul,
.all-main li {
  margin: 0;
  padding: 0;
}

.all-main h1,
.all-main h2,
.all-main h3,
.all-main h4,
.all-main h5,
.all-main h6 {
  font-family: "Uncut Sans", sans-serif;
  font-weight: 600;
  /* Semibold for headings by default */
}

.all-main h1 {
  font-weight: 700;
  /* Bold for h1 */
}

.all-main p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  /* Regular for paragraphs */
}

.all-main ul {
  list-style: none;
}

.all-main h2 {
  color: #004a61;
}

.all-main a {
  cursor: pointer;
  text-decoration: none;
}

.all-main img {
  width: 100%;
}

.all-main .failure-message {
  color: red;
  font-size: 1rem;
}

.all-main .success-message {
  color: #004a61;
  font-size: 1rem;
}

/* Reusable highlighted heading class */
.highlighted-heading h2 span {
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 4.1494rem;
  letter-spacing: -0.1125rem;
  display: inline-block;
  background: url("/staticfiles/images/heading-background-image.svg") no-repeat
    center center;
  background-size: cover;
  padding: 0.125rem 0.5rem;
  color: white;
}

.our-services-column-inner h3 span {
  font-weight: 600;
  letter-spacing: -0.0125rem;
  display: inline-block;
  background: url("/staticfiles/images/heading-background-image.svg") no-repeat
    center center;
  background-size: cover;
  padding: 0.125rem 0.5rem;
  color: white;
}

/* Variant for underlined style */
.highlighted-heading.underline h2 .underline-span {
  background-color: transparent;
  color: #004a61;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-skip-ink: none;
  text-decoration-color: #ae64bb;
  text-decoration-thickness: 11%;
  text-underline-offset: auto;
  text-underline-position: from-font;
  padding: 0;
  background: none;
  font-weight: 500;
}

/* Variant for italic style */
.highlighted-heading.italic h2 span {
  font-style: italic;
  padding: 0;
}

.custom-container {
  max-width: 85.75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Banner Section Start */
.mindcare-banner-sec {
  position: relative;
}

.mindcare-banner-sec::before {
  content: "";
  position: absolute;
  left: 0;
  height: 19.6875rem;
  background-repeat: no-repeat;
  background-image: url(/staticfiles/images/banner-butterfly-background.svg);
  width: 20.1875rem;
  bottom: 0;
  background-size: contain;
}

.mindace-banner-background {
  background-image: url(/staticfiles/images/mind-care-banner-image.webp);
  height: 43.0625rem;
  display: flex;
  align-items: center;
  background-size: cover;
}

.mindcare-banner-heading h2 {
  color: #daffed;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.9375rem;
  padding-bottom: 0.875rem;
}

.mindcare-banner-heading h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.125rem;
  letter-spacing: -0.063rem;
}

.mindcare-banner-heading p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.9375rem;
  padding: 2.75rem 0;
}

.mindcare-banner-button {
    border-radius: 0.375rem;
    background: #f7b2ad;
    display: inline-block;
    padding: 0.7294rem 0.9163rem;
    position: relative;
}

.mindcare-banner-button a {
  color: #503047;
  font-size: 1.1396rem;
  font-weight: 700;
  line-height: 1.6088rem;
  letter-spacing: 0.0101rem;
}

.mindcare-banner-button img {
  width: 0.8044rem;
  height: 0.8044rem;
  margin-left: 0.7887rem;
  transform: translate(0rem, 0.075rem);
}

.mindcare-all-banner {
  display: flex;
  align-items: center;
}

.mindecare-column {
  width: 50%;
}

/* Banner Section End */

/* Security Complaince Section Start */
.high-standards-box {
  border-radius: 0.875rem;
  border: 0.5733rem solid #eafff5;
  background: #004a61;
  width: 50.5629rem;
  margin: 0 auto;
  padding: 1.9625rem 1.9375rem;
}

.high-standards-box-all {
  display: flex;
  gap: 1rem;
}

.high-standards-box-column {
  width: 49%;
}

.high-standards-box-heading h2 {
  color: #fff;
  font-size: 1.7198rem;
  font-weight: 700;
  line-height: 2.0064rem;
  letter-spacing: 0.0238rem;
  position: relative;
}

.high-standards-box-heading h2::before {
  content: "";
  position: absolute;
  width: 13.9375rem;
  height: 1.3125rem;
  background: url(/staticfiles/images/high-standard-security-line.svg);
  bottom: -1.3rem;
  left: 0;
  right: 0;
}

.high-standards-box-image img {
  width: 21.375rem;
  height: auto;
}

.high-standards-box-image {
  text-align: center;
}

.security-complaince {
  position: relative;
}

/* Security Complaince Section End */

/* Our Services Section Start */

.our-services {
  background: #eafff5;
  padding: 11rem 0 5.125rem;
  margin-top: -15.5rem;
}

.our-services-heading h3 {
  color: #004a61;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 4.1494rem;
  letter-spacing: 0.0259rem;
}

.our-services-heading {
  text-align: center;
}

.our-services-heading h2 {
  color: #004a61;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 4.1494rem;
}

.our-services-heading {
  text-align: center;
  max-width: 56rem;
  margin: 0 auto;
  margin-top: 5rem;
}

.our-services-column {
  border-radius: 0.875rem;
  background: #fff;
  box-shadow: 0.0625rem 0.25rem 0.5375rem 0 rgba(0, 74, 97, 0.18);
  padding: 2.75rem 2.1875rem 3.2rem;
}

.our-services-column-inner h3 {
  color: #004a61;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 0.0259rem;
}

.our-services-column-inner p {
  color: #004a61;
  font-size: 1.066666rem;
  font-weight: 400;
  line-height: 1.675rem;
  padding: 1.775rem 0 1.775rem;
  text-align: center;
}

.our-services-column-inner ul {
  list-style: disc;
  margin-left: 1.0625rem;
}

.our-services-column ul li {
  color: #004a61;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: 0.0259rem;
  margin-bottom: 0.875rem;
  font-family: "Inter", sans-serif;
}

.our-services-column-inner ul li::marker {
  color: #ae64bb;
}

.our-services-all {
  display: flex;
  gap: 2.4rem;
  padding-top: 4.375rem;
}

.our-services-all .our-services-column {
  width: 33.3333333333%;
}

.learn-more-btn a {
  color: #004a61;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: 0.0094rem;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-skip-ink: none;
  text-decoration-color: #ae64bb;
  text-decoration-thickness: 16.5%;
  text-underline-position: from-font;
}

.learn-more-btn {
  padding-top: 1.275rem;
}

/* Our Services Section End */

/* Who we're for Section Start */
.who-we-are-for-sec {
  padding: 5.625rem 0 8rem;
}

.who-we-are-for-sec .who-we-are-heading h2 {
  color: #004a61;
  font-size: 1.085rem;
  font-weight: 600;
  line-height: 4.1494rem;
  letter-spacing: 0.0175rem;
  text-transform: uppercase;
}

.who-we-are-for-sec .highlighted-heading h2 span {
  font-size: 1.5rem;
  line-height: 2.6494rem;
  letter-spacing: -0.0825rem;
}

.who-we-are-all {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.who-we-are-column-inner ul li {
  color: rgba(0, 74, 97, 0.7);
  font-size: 3.15rem;
  font-weight: 400;
  line-height: 2.6768rem;
  letter-spacing: 0.0318rem;
  margin-bottom: 3rem;
}

.who-we-are-column {
  width: 60%;
}

.who-we-are-column.hash-image-column {
  width: 40%;
}

.who-we-are-column-paragraph p {
  color: #004a61;
  font-size: 1.066666rem;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.0259rem;
  padding-top: 1.875rem;
}

/* Specialty items interactive styling */
.specialty-item {
  cursor: pointer;
  /* Removed transition here to avoid conflict with JS/CSS transitions */
  position: relative;
  padding-left: 1rem;
}

.specialty-item:hover {
  color: #004a61;
  font-weight: 400;
  transition: all 0.3s ease;
}

.specialty-item.active {
  color: #004a61;
  font-weight: 400;
}

.specialty-item.active::after {
  content: url(/staticfiles/images/who-we-for-arrow-icon.svg);
  position: absolute;
  right: -1.5rem;
  top: 31%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.specialty-item {
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 1rem;
  padding-right: 2rem;
  display: block;
  margin-bottom: 0.5rem;
  width: fit-content;
}

#specialty-list {
  display: block;
}

#specialty-list li {
  display: block;
  width: fit-content;
}

/* Smooth transitions for image and text changes */
.who-we-are-column-image {
  position: relative;
  overflow: hidden;
}

.hash-image-column {
  position: relative;
}

/* .hash-image-column::before {
  content: "";
  position: absolute;
  top: 17rem;
  left: -3.2875rem;
  width: 5.0625rem;
  height: 4.875rem;
  background-image: url(/staticfiles/images/who-we-are-hash-image.svg);
  background-size: cover;
  background-position: center;
} */

.who-we-are-column-image img {
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.who-we-are-column-image img.fade-out {
  opacity: 0;
  transform: scale(0.95);
}

.who-we-are-column-image img.fade-in {
  opacity: 1;
  transform: scale(1);
}

.who-we-are-column-paragraph {
  position: relative;
  overflow: hidden;
}

.who-we-are-column-paragraph p {
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.who-we-are-column-paragraph p.fade-out {
  opacity: 0;
  transform: translateY(-0.625rem);
}

.who-we-are-column-paragraph p.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.view-all-specialities-btn a {
  border-radius: 62.5rem;
  background: white;
  color: #004a61;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.0094rem;
  padding: 1rem 1.5rem;
  border: 1.5px solid #004a61;
}

.view-all-specialities-btn a:hover {
  background: #004a61;
  color: white;
  transition: all 0.3s ease;
}

.view-all-specialities-btn {
  display: flex;
  /* padding-top: 2.125rem; */
}

.who-we-are-column-inner {
  padding-top: 3rem;
}

#specialty-image {
  transition: opacity 1s ease, transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

#specialty-description {
  transition: opacity 1s ease, transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-out {
  opacity: 0 !important;
  transform: scale(0.98);
}

.fade-in {
  opacity: 1 !important;
  transform: scale(1);
}

/* Who we're for Section End */

/* Why Choose Us Section Start */
/* .why-choose-us-sec {
  padding: 4.375rem 0;
} */
.why-choose-us-main-div {
  background-color: rgb(255, 245, 244);
  border-radius: 4.5rem;
  padding: 4.25rem 5.6875rem 5.9375rem;
}

.why-choose-us-heading {
  text-align: center;
  max-width: 56rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-choose-us-heading h3 {
  color: #503047;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.0259rem;
  margin-bottom: 1rem;
}

.why-choose-us-heading h2 {
  color: #004a61;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 4.1494rem;
  /* letter-spacing: -0.1125rem; */
  max-width: 50rem;
}

.why-choose-us-sec .view-all-specialities-btn {
  padding-top: 1.6875rem;
}

.why-choose-us-main-div {
  transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-choose-us-sec .view-all-specialities-btn a {
  display: flex;
  gap: 0.75rem;
  border-radius: 0.5rem;
  background-color: #ae64bb;
  align-items: center;
  border: none;
  color: white;
  font-weight: 400;
}

.why-choose-us-sec .view-all-specialities-btn img {
  height: 1.3319rem;
  width: 1.3319rem;
}

.why-choose-us-tabs {
  display: flex;
  justify-content: space-between;
  gap: 2.2rem;
  margin-bottom: 3rem;
  border-radius: 3.75rem;
  background: #fff;
  max-width: 50.25rem;
  padding: 0.6rem 0.8375rem;
  margin: 3.4375rem auto 5.3125rem;
  transition: all 0.1s ease-in-out;
}

.tab-item {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.0219rem;
  padding: 0.85rem 1.25rem;
  color: #004a61;
  line-height: 1.4;
  border-radius: 3.75rem;
  cursor: pointer;
  transition: all 0.25s ease;
}

.tab-item.active {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.0219rem;
  background-size: cover;
  padding: 0.75rem 1.25rem;
  color: #fff;
  line-height: 1.4;
  cursor: pointer;
  box-shadow: 0 4px 24px 0 rgba(247, 178, 173, 0.15);
}

.why-choose-us-tabs .tab-item.active:nth-child(1) {
  background-color: #ae64bb;
}

.why-choose-us-tabs .tab-item.active:nth-child(2) {
  background-color: #ae64bb;
}

.why-choose-us-tabs .tab-item.active:nth-child(3) {
  background-color: #ae64bb;
}

.why-choose-us-content {
  display: flex;
  gap: 5.3125rem;
  max-width: 63.625rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.why-choose-us-text {
  width: 53%;
}

.content-item {
  display: block;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(0.75rem);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease, max-height 0.35s ease;
  will-change: opacity, transform, max-height;
}

.content-item.active {
  opacity: 1;
  max-height: 100rem;
  transform: translateY(0);
  pointer-events: auto;
}

.content-item h3 {
  color: #004a61;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.3125rem;
  letter-spacing: 0.0259rem;
  padding-bottom: 0.575rem;
}

.content-item h3 span {
  letter-spacing: -0.1125rem;
  display: inline-block;
  background: url("/staticfiles/images/heading-background-image.svg") no-repeat
    center center;
  background-size: cover;
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 0.1875rem;
}

.content-item h4 {
  color: #004a61;
  font-size: 0.975rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.0259rem;
  max-width: 30rem;
  padding-bottom: 1.8625rem;
}

.content-item ul {
  list-style: none;
}

.content-item ul li {
  color: #004a61;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.4625rem;
  letter-spacing: 0.0259rem;
  max-width: 30rem;
  padding-bottom: 1.3125rem;
  display: flex;
  align-items: center;
  gap: 0.6875rem;
}

.content-item ul li img {
  width: 1.32rem;
  height: 1.32rem;
  filter: brightness(0) saturate(100%) invert(19%) sepia(99%) saturate(747%)
    hue-rotate(164deg) brightness(97%) contrast(101%);
}

.why-choose-us-image {
  width: 48%;
  position: relative;
  z-index: 1;
}

.why-choose-us-image img {
  width: 100%;
  display: block;
  transition: opacity 0.35s ease, transform 0.35s ease;
  will-change: opacity, transform;
  height: 29.3s75rem;
  object-fit: cover;
  border-radius: 1.25rem;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }

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

/* Why Choose Us Section End */

/* Our Partners Section Start */
.our-partners-logos {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  white-space: nowrap;
  height: 5rem;
}

.our-partners-logos-inner {
  display: flex;
  align-items: center;
  will-change: transform;
  animation: marquee 20s linear infinite;
  min-width: max-content;
}

.our-partners-logos-inner img {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  width: auto;
  display: block;
  margin: 0 2rem;
  object-fit: contain;
}

/* .our-partners-logos-inner img:hover {
  opacity: 1;
} */

.opacity-logo img {
  opacity: unset;
}

.our-partners-sec {
  padding: 6.3125rem 0 8rem;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Pause animation on hover */
.our-partners-logos:hover .our-partners-logos-inner {
  animation-play-state: paused;
}

/* Our Partners Section End */

/* Case Studies Section Start */
.case-studies-sec {
  background: #fff;
  padding: 5rem 0;
}

.case-studies-heading {
  text-align: center;
  max-width: 54rem;
  margin: 0 auto 0;
}

.case-studies-heading h2 {
  color: #004a61;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.4875rem;
  letter-spacing: -0.1125rem;
  padding-bottom: 1.1875rem;
}

.case-studies-heading p {
  color: #136683;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
}

.case-studies-cards {
  display: flex;
  gap: 2rem;
  justify-content: center;
  padding-top: 3.75rem;
}

.case-study-card {
  flex: 1;
  width: 33.3333333333%;
  border-radius: 1rem;
  padding: 2rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.card-1 {
  border-radius: 0 0 0.5rem 0.5rem;
  border-top: 0.25rem solid #f7b2ad;
  background: #fff5f4;
}

.card-2 {
  border-radius: 0 0 0.5rem 0.5rem;
  border-top: 0.25rem solid #004a61;
  background: #e8f2fc;
}

.card-3 {
  border-radius: 0 0 0.5rem 0.5rem;
  background: #136683;
}

.card-3 .case-study-button a img {
  filter: invert(1) brightness(2);
}

.case-study-header {
  margin-bottom: 0.3125rem;
}

.case-study-header span {
  color: #003b5c;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

.card-3 .case-study-header span {
  color: #fff;
}

.case-study-content h3 {
  color: #003b5c;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.0625rem;
  padding-bottom: 1.5625rem;
  min-height: 6.2rem;
}

.card-3 .case-study-content h3 {
  color: #fff;
}

.case-study-content p {
  color: #003b5c;
  font-size: 0.9766rem;
  font-weight: 400;
  line-height: 1.6rem;
  min-height: 9.6rem;
}

.card-3 .case-study-content p {
  color: #e5e7eb;
}

.case-study-button {
  padding-top: 3.125rem;
}

.case-study-button a {
  transition: all 0.3s ease;
  border-radius: 0.25rem;
  border: 0.125rem solid #003b5c;
  color: #003b5c;
  display: flex;
  gap: 0.6375rem;
  justify-content: center;
  align-items: center;
  width: 13.75rem;
  height: 2.8125rem;
}

.case-study-button a img {
  width: 1.0844rem;
  height: 0.8662rem;
  transform: translate(0rem, 0.0625rem);
}

.card-1 .case-study-button a:hover,
.card-2 .case-study-button a:hover {
  background: #004a61;
  color: #fff;
}

.card-3 .case-study-button a {
  background: #ae64bb;
  color: #fff;
  border: 0.125rem solid #ae64bb;
}

.card-3 .case-study-button a:hover {
  background: #9f5bb0;
  border-color: #9f5bb0;
}

.case-study-button a:hover img {
  filter: invert(1) brightness(2);
}

/* Case Studies Section End */

/* Let's Work Together Section Start */
.work-together-sec {
  background: #fff;
  padding: 7rem 0;
}

.work-together-content {
  display: flex;
  gap: 10.4rem;
  align-items: center;
}

.work-together-left {
  width: 50%;
}

.work-together-left-border {
  border-left: 0.2813rem solid rgba(77, 97, 108, 0.2);
  padding: 1.55rem 0 1.55rem;
  padding-left: 1.25rem;
}

.work-together-right {
  width: 35.4%;
  position: relative;
  z-index: 1;
}

/* .work-together-right::before {
  content: "";
  position: absolute;
  width: 27.79rem;
  height: 48.2512rem;
  background-image: url(/staticfiles/images/who-are-sec-borders.svg);
  background-size: cover;
  z-index: -1;
  opacity: 20%;
  top: -3.125rem;
  left: 10.625rem;
  right: 0;
} */
/* .work-together-left-border {
  border-left: 0.25rem solid rgba(77, 97, 108, 0.2);
  padding-left: 0.875rem;
} */
.work-together-right::after {
  content: "";
  position: absolute;
  bottom: -6.3rem;
  left: -15.8rem;
  background: url(/staticfiles/images/work-together-butterfly-img.webp);
  background-repeat: no-repeat;
  width: 26.5625rem;
  height: 17.1875rem;
  z-index: -1;
  background-size: contain;
}

.work-together-heading h2 {
  color: #004a61;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.375rem;
  letter-spacing: -0.1125rem;
}

.work-together-heading p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: 0.0256rem;
  color: #004a61;
  max-width: 80%;
  margin: 1rem 0 4rem;
}

.our-stats-div {
  display: flex;
  gap: 2.8rem;
}

.percentage-increase {
  display: flex;
  gap: 0.7rem;
  align-items: start;
}

.percentage-increase p {
  font-weight: 700;
  font-size: 1.5625rem;
  letter-spacing: -0.1125rem;
  text-align: center;
  color: #004a61;
}

.percentage-increase img {
  height: 1.5rem;
  width: 1.5rem;
}

.stats-percentage span {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0rem;
  color: #004a61;
}

.faq-header {
  display: flex;
  gap: 1.75rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.faq-header h3 {
  color: #004a61;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4.1494rem;
  letter-spacing: -0.1125rem;
}

.view-all-faqs {
  border-radius: 0.2721rem;
  background: #ae64bb;
  color: #fff;
  font-size: 0.6611rem;
  font-weight: 700;
  line-height: 0.8164rem;
  letter-spacing: 0.0051rem;
  padding: 0.7444rem 0.8163rem;
  margin-top: 0.625rem;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 0 1.25rem;
  background: rgba(247, 178, 173, 0.1);
}

.faq-item.active {
  background: rgba(247, 178, 173, 0.5);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question span {
  color: #004a61;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
}

.faq-icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.3s ease;
  position: relative;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: #004a61;
  transition: all 0.3s ease;
}

.faq-icon::before {
  width: 100%;
  height: 0.125rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.faq-icon::after {
  width: 0.125rem;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.faq-item.active .faq-icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 12.5rem;
}

.faq-answer p {
  color: #003b5c;
  font-size: 0.9766rem;
  font-weight: 400;
  line-height: 1.3rem;
  padding: 0 1.5rem 1rem;
  max-width: 30rem;
}

.contact-form-container {
  background: #ffffff;
  border-top-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  padding: 2.5rem;
  box-shadow: 0rem 1rem 2rem -0.25rem rgba(12, 12, 13, 0.1);
}

.contact-form-container h3 {
  color: #004a61;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.0281rem;
  margin-bottom: 0.625rem;
}

.contact-form-container .form-intro {
  color: #004a61;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: -0.0169rem;
  margin-bottom: 1.5rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  color: #004a61;
  margin-bottom: 0.5rem;
  display: flex;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0%;
}

.form-group label p {
  color: #ae64bb;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
  width: calc(100% - 1.25rem);
  padding: 1rem 1rem;
  border: none;
  outline: none;
  margin-bottom: 1rem;
  background-color: rgba(19, 102, 131, 0.1);
  position: relative;
}

.form-group input::placeholder {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgba(0, 74, 97, 0.5);
}

/* .form-group input{
  position: relative;
}
.form-group input::after{
  content: "*";
  color: #9f5bb0;
  position: absolute;
  height: 1rem;
  width: 1rem;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
} */
.form-group input:focus {
  outline: none;
  border: none;
  /* box-shadow: 0 0 0 0.1875rem rgba(174, 100, 187, 0.1); */
}

.form-row {
  display: flex;
  gap: 3rem;
}

.form-row .form-group {
  flex: 1;
}

.checkbox-group {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding-top: 0.625rem;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 48.1%;
}

.checkbox-item input[type="checkbox"] {
  width: 0.95rem;
  height: 0.95rem;
  accent-color: #004a61;
}

.confirm-terms {
  margin-top: 1.3rem;
  width: 100%;
}

.checkbox-item label {
  color: #004a61;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
}

.submit-btn {
  background: #ae64bb;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  padding: 1rem 2rem;
  font-size: 1.1875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
  display: block;
  width: 100%;
}

.submit-btn:hover {
  background: #9f5bb0;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 1.25rem rgba(174, 100, 187, 0.3);
}

/* Let's Work Together Section End */

/* Ready To Simplify Your Billing? Section Start */
.ready-to-simplify-sec {
  background: #004a61;
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
}

.ready-to-simplify-all {
  display: flex;
}

.ready-to-simplify-column {
  width: 56%;
  padding: 5.625rem 0;
}

.ready-to-simplify-column:nth-child(2) {
  width: 40%;
  padding: 0;
  position: absolute;
  right: 0;
}

.ready-to-simplify-heading h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4.1494rem;
  letter-spacing: -0.1125rem;
}

.ready-to-simplify-heading p {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.0259rem;
  margin: 1.1875rem 0 2.1875rem;
}

.let-get-started-btn a {
  color: #503047;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.0094rem;
  border-radius: 0.5rem;
  background: #f7b2ad;
  padding: 1rem 1.5rem;
}

.let-get-started-btn {
  display: flex;
}

/* Ready To Simplify Your Billing? Section End */

/* faqs */
.faqs-section .want-learn-heading {
  text-align: center;
  padding: 0 1.25rem;
}

.faqs-section {
  padding: 0.625rem 0rem 5.625rem;
}

.faqs-section .want-learn-heading p {
  margin: 0 auto;
  font-size: 1rem;
  max-width: 60rem;
  padding-top: 0.625rem;
}

.frequently-column {
  display: flex;
}

.all-frequently {
  display: flex;
  gap: 3.2062rem;
  padding-top: 2.5625rem;
  align-items: center;
}

.faq-section {
  width: 51%;
}

.frequently-column {
  width: 48%;
}

.faq-heading {
  display: flex;
  gap: 1.8125rem;
  align-items: center;
}

.faq-heading h2 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 4.1494rem;
  letter-spacing: -0.1125rem;
  color: #004a61;
}

/* clickable-buttons start */
.why-choose-us-sec {
  padding: 1rem 0 3rem;
}
.clickable-buttons .our-services-heading {
  margin-top: unset;
  max-width: 50%;
}

.why-choose-us-main-div.clickable-buttons {
  padding: unset;
  background-color: unset;
}
.why-choose-us-main-div.clickable-buttons .why-choose-us-content {
  background-color: #fff;
  padding: 3.75rem;
  border-radius: 1.5rem;
  box-shadow: 0px 5px 50px -12px #00000040;
  max-width: unset;
  margin: unset;
}

.clickable-buttons .why-choose-us-tabs {
  margin-bottom: 2.1875rem;
}

.clickable-buttons .why-choose-us-text {
  width: 48%;
  position: relative;
}

.clickable-buttons .content-item {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.clickable-buttons .why-choose-us-image-main {
  width: 52%;
}

.clickable-buttons .why-choose-us-image {
  width: unset;
  display: flex;
  justify-content: center;
}

.clickable-buttons .why-choose-us-image::before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #46ecd5 0%, rgba(94, 233, 181, 0.3) 100%);
  z-index: -1;
  width: 130.437255859375px;
  height: 130.437255859375px;
  opacity: 0.22;
  border-radius: 33554400px;
  bottom: 0;
  left: 0;
  margin: -3rem;
  filter: blur(20px);
}
.clickable-buttons .why-choose-us-image::after {
  content: "";
  position: absolute;
  background: linear-gradient(
    135deg,
    rgba(218, 178, 255, 0.4) 0%,
    rgba(253, 165, 213, 0.4) 100%
  );
  z-index: -1;
  width: 130.437255859375px;
  height: 130.437255859375px;
  opacity: 0.72;
  border-radius: 33554400px;
  top: 0;
  right: 0;
  margin: -3rem;
  filter: blur(20px);
}

.clickable-buttons .decorative-element-card {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  background-color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  margin-bottom: -1.5625rem;
  box-shadow: 0px 20px 25px -5px #0000001a;
}

.clickable-buttons .decorative-element-text {
  color: #004a61;
  font-weight: 400;
}

.clickable-buttons .decorative-element-text span {
  font-size: 1rem;
}

.clickable-buttons .decorative-element-text p {
  margin-top: 0.25rem;
  font-size: 0.75rem;
}

.clickable-buttons .decorative-element-icon img {
  width: 48px;
  height: 48px;
}

.clickable-buttons .content-item h3 {
  margin-bottom: 1.1875rem;
  padding-bottom: unset;
  font-weight: 500;
  font-size: 1.4375rem;
}

.clickable-buttons .content-item h4 {
  max-width: unset;
  padding-bottom: unset;
  margin-bottom: 2.625rem;
}

.green-gradient {
  width: 60px;
  height: 4px;
  border-radius: 0.625rem;
  margin-bottom: 0.625rem;
  background: linear-gradient(90deg, #009689 0%, #00bc7d 100%);
}

.coding-service-box-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.coding-service-box {
  border: 1px solid #93b7c3;
  padding: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 50%;
  border-radius: 0.875rem;
}

.coding-service-box p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #0b4f4a;
}

.coding-service-box img {
  width: 20px;
  height: 20px;
  padding: 0.625rem;
  background-color: #e9faff;
  border-radius: 0.625rem;
}

.claim-cards-main {
  display: flex;
  margin-top: 4.375rem;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.claim-card {
  padding: 1.5rem 2.5rem;
  box-shadow: 0px 10px 15px -3px #0000001a;
  border-radius: 1rem;
}

.claim-card h4 {
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  color: #004a61;
  margin-bottom: 0.375rem;
}

.claim-card p {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #005f5ab2;
}
/* clickable-buttons end */
@media screen and (max-width: 1439px) {
  html {
    font-size: 13px;
  }
}

@media screen and (max-width: 1139px) {
  html {
    font-size: 12px;
  }

  .custom-container {
    max-width: 68.75rem;
  }

  .work-together-right {
    width: 39.4%;
  }

  .hash-image-column::before {
    top: 18rem;
    left: -4.5875rem;
    width: 5.0625rem;
    height: 4.875rem;
  }
}

@media screen and (max-width: 899px) {
  .custom-container {
    max-width: 65.75rem;
  }

  html {
    font-size: 11px;
  }

  .work-together-content {
    gap: 7.4rem;
  }

  .why-choose-us-content::after {
    top: -71px;
    right: -78px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }

  .custom-container {
    padding: 0 2.3rem;
  }

  .mindcare-all-banner,
  .high-standards-box-all,
  .our-services-all,
  .who-we-are-all,
  .why-choose-us-content,
  .case-studies-cards,
  .work-together-content,
  .all-frequently {
    flex-direction: column;
  }

  .mindecare-column,
  .high-standards-box-column,
  .work-together-left,
  .faq-section,
  .ready-to-simplify-column {
    width: 100%;
  }

  .work-together-right,
  .frequently-column {
    width: 80%;
  }

  .mindcare-banner-heading,
  .high-standards-box-all,
  .who-we-are-heading h2 {
    text-align: center;
  }

  .mindcare-banner-heading p {
    padding: 1.95rem 0 2.35rem;
  }

  .mindace-banner-background {
    height: unset;
    padding: 5rem 0 9rem;
    background-image: unset;
    background-color: #004a61;
  }

  .high-standards-box {
    width: unset;
  }
  .who-we-are-column.hash-image-column {
    width: unset;
  }
  .high-standards-box-all {
    gap: 4rem;
  }

  .high-standards-box-image img {
    width: 25.375rem;
  }

  .our-services-all {
    align-items: center;
  }

  .our-services-all .our-services-column {
    width: 70%;
  }

  .who-we-are-column-inner ul li {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }

  .why-choose-us-main-div {
    padding: 4.25rem 2.6875rem 5.9375rem;
  }

  .tab-item {
    text-align: center;
    font-size: 0.9459rem;
    width: 15rem;
  }

  .why-choose-us-text,
  .why-choose-us-image,
  .who-we-are-column {
    width: 100%;
  }

  .case-study-card {
    width: 89%;
  }

  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="tel"] {
    width: calc(100% - 1.95rem);
  }

  .who-we-are-all {
    gap: 3rem;
  }

  .ready-to-simplify-all {
    position: relative;
  }

  .ready-to-simplify-column:nth-child(2) {
    width: 50%;
  }

  .why-choose-us-tabs {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 5rem;
    padding: 1rem;
  }

  .work-together-content {
    gap: 3rem;
  }

  .ready-to-simplify-column {
    padding: 3.625rem 0;
  }

  .hash-image-column::before {
    display: none;
  }

  .high-standards-box-column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .why-choose-us-content::after {
    top: -51px;
    right: -78px;
    transform: translate(-50%);
  }

  .our-partners-logos-inner img {
    height: 2.5625rem;
  }

  .clickable-buttons .why-choose-us-text,
  .clickable-buttons .why-choose-us-image-main {
    width: 100%;
  }
  .clickable-buttons .our-services-heading {
    max-width: 90%;
}

.who-we-are-for-sec .who-we-are-heading h2{
  font-size: 2.5rem;
}
.specialty-item.active::after{
  top: 16%;
}
}

@media screen and (max-width: 457px) {
  .high-standards-box-heading h2::before {
    left: 55%;
    transform: translateX(-50%);
    bottom: -1.7rem;
  }

  .custom-container {
    padding: 0 2.6rem;
  }

  .why-choose-us-content::after {
    top: -50px;
    right: -100px;
    transform: translateX(-50%);
  }

  .work-together-left-border {
    padding-left: 2.8rem;
  }
}

@media screen and (max-width: 424px) {
  .our-services-heading h2 {
    font-size: 2.6rem;
  }

  .our-services-all .our-services-column {
    width: 66%;
  }

  .high-standards-box-image img {
    width: 20.375rem;
  }
}
