@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100..900;1,100..900&display=swap");

html,body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  overflow-x:hidden;
}
.logo {
  padding-top: 23px !important;
}

.logo-container {
  display: flex;
  align-items: center;
}

.header-main {
  background-color: transparent;
}


.mobile-contact-button {
  text-decoration: none !important;
  align-items: center !important;
  justify-content: center !important;
  display: flex !important;
  margin-top: 0 !important;
  height: 42.478px !important;
}

/*******************************************************************************************/

/* main section */
/* .how-we_hero-section {
  margin-top: -121px;
} */
.how-we_hero-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 106vh;
  background: url("https://placehold.co/1731x833") no-repeat center center /
    cover;
  position: relative;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2rem;
}

.how-we_hero-text-container {
  max-width: 1532px;
  color: white;
  z-index: 2;
}

.how-we_hero-heading {
  color: #fff;
  font-family: Poppins, Sans-Serif;
  font-size: 71.148px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 78.263px */
  width: 102%;
  text-align: center;
}

.how-we_hero-subheading {
  font-family: Poppins, sans-serif;
  font-size: 74.798px;
  font-style: italic;
  font-weight: 700;
  line-height: 96.247%; /* 71.991px */
  display: inline-flex;

  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.how-we_hero-description-box {
  margin-top: 2rem;
  background: linear-gradient(
    329deg,
    rgba(232, 121, 205, 0.52),
    rgba(81, 75, 176, 0.52)
  );
  backdrop-filter: blur(50px);
  border-radius: 25px;
  padding: 2rem;
  width: 805px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1.8;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 50px;
  bottom: -100px;

}
/* 1440px and down */
@media (max-width: 1440px) {
  .how-we_hero-heading {
    font-size: clamp(54px, 5.5vw, 48px);
  }

  .how-we_hero-subheading {
    font-size: clamp(58px, 6vw, 48px);
  }

  .how-we_hero-description-box {
    width: 700px;
    font-size: 18px;
    padding: 2rem;
    position: absolute;
    right: 70px;
    bottom: -100px;
    height: auto;
  }
}
/* 1200px and down */
@media (max-width: 1200px) {
  .how-we_hero-section {
    align-items: center;
    text-align: center;
    padding: 2rem 1rem;
  }

  .how-we_hero-heading {
    font-size: clamp(46px, 5vw, 64px);
    padding-left: 60px;
    text-align: center;
  }

  .how-we_hero-subheading {
    font-size: clamp(48px, 5.5vw, 66px);
  }

  .how-we_hero-description-box {
    width: 50%;
    margin: auto;
    font-size: 14px;
    height: auto;
    padding: 1.8rem;
    position: absolute;
    right: 70px;
    bottom: -100px;
  }
}
@media (max-width: 1024px) {
  .how-we_hero-heading,
  .how-we_hero-subheading {
    font-size: 2.5rem;
    padding: 0;
  }
  .how-we_hero-section {
    text-align: center;
    align-items: center;
  }

  .how-we_hero-description-box {
    font-size: 12px;
    padding: 1.5rem;
    position: absolute;
    right: 20px;
    bottom: -60px;
  }
}
/* 992px and down */
@media (max-width: 992px) {
  .how-we_hero-heading {
    font-size: clamp(40px, 5.5vw, 56px);
    padding-left: 30px;
  }

  .how-we_hero-subheading {
    font-size: clamp(44px, 6vw, 60px);
  }

  .how-we_hero-description-box {
    font-size: 10px;
    width: 40%;
    padding: 1.5rem;
    position: absolute;
    right: 50px;
    bottom: -70px;
  }
}

@media (max-width: 768px) {
  .how-we_hero-heading,
  .how-we_hero-subheading {
    font-size: 2.5rem;
  }

  .how-we_hero-description-box {
    font-size: 10px;
    width: 75%;
    padding: 1.4rem;
    position: absolute;
    right: 70px;
    left: 70px;
    bottom: -40px;
  }
}

@media (max-width: 480px) {
  .how-we_hero-heading,
  .how-we_hero-subheading {
    font-size: 2.5rem;
  }

  .how-we_hero-description-box {
    font-size: 10px;
    padding: 1rem;
    left: 0;
    right: 0;
    width: 95%;
    bottom: -100px;
  }
}







/* 768px and down */
@media (max-width: 768px) {
  .how-we_hero-section {
    align-items: center;
    text-align: center;
    padding: 2rem 0.5rem;
  }

  .how-we_hero-heading {
    font-size: clamp(34px, 6.5vw, 48px);
    padding-left: 0;
  }

  .how-we_hero-subheading {
    font-size: clamp(36px, 7vw, 52px);
  }

}

/* 480px and down */
@media (max-width: 480px) {
  .how-we_hero-heading {
    font-size: clamp(28px, 8vw, 42px);
  }

  .how-we_hero-subheading {
    font-size: clamp(30px, 9vw, 46px);
  }
}

/* end main section */

/* section 2 */
.how_we_sec_2_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #d9d9d9;
  /* background-image: url('./a'); */
  padding: 100px 30px;
  gap: 7rem;
}

.how_we_sec_2_top-content {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  gap: 9rem;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1530px;
}

.how_we_sec_2_image {
  flex: 1;
  max-width: 508px;
  height: auto;
  border-radius: 31px;
}

.how_we_sec_2_text-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0 !important;
  max-width: 810px;
}

.how_we_sec_2_heading-main {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #5f6186;
  text-transform: capitalize;
  padding-top: 105px;
  background: linear-gradient(270deg, rgb(0, 0, 0) 54%, rgb(0, 0, 0) 95%)
    text !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.how_we_sec_2_heading-sub {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  color: #514bb0;
  text-transform: capitalize;
  text-align: left;
  padding-bottom: 30px;

  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.how_we_sec_2_paragraph {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  text-align: justify;
  font-weight: 400;
  line-height: 176%; /* 35.2px */
}

.how_we_sec_2_gradient-box {
  width: 100%;
  margin-top: 15px;
  background: linear-gradient(190deg, #e177d0 14.75%, #625ed1 75.04%);
  border-radius: 29.038px;
  border-radius: 29px;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 1530px;
  height: 322px;
  flex-shrink: 0;
}

.how_we_sec_2_quote {
  text-align: center;
  font-family: Poppins, Sans-Serif;
  font-size: 43.445px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  color: white !important;
}

@media (max-width: 1024px) {
  .how_we_sec_2_container {
    padding: 50px 30px;
  }
  .how_we_sec_2_gradient-box {
    width: 100%;
  }

  .how_we_sec_2_heading-main,
  .how_we_sec_2_heading-sub {
    font-size: 2rem;
  }
  .how_we_sec_2_heading-main {
    padding-top: 40px !important;
  }

  .how_we_sec_2_paragraph {
    font-size: 1.05rem;
  }

  .how_we_sec_2_quote {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  
  .how_we_sec_2_heading-main {
    padding-top: 40px !important;
  }

  .how_we_sec_2_image {
    max-width: 100%;
  }

  .how_we_sec_2_heading-main,
  .how_we_sec_2_heading-sub {
    text-align: center;
  }
  .how_we_sec_2_text-wrapper {
    align-items: center !important;
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  .how_we_sec_2_heading-main,
  .how_we_sec_2_heading-sub {
    font-size: 1.5rem;
  }
  .how_we_sec_2_heading-main {
    padding-top: 0 !important;
  }
  .how_we_sec_2_paragraph {
    font-size: 16px;
  }

  .how_we_sec_2_quote {
    font-size: 1.2rem;
  }
  .how_we_sec_2_text-wrapper {
    align-items: center !important;
    text-align: center !important;
    margin-top: 50px !important;
  }
}

/* section 2 end */

/* === Core Values Section Wrapper === */
.core-values-wrapper {
  padding: 20px 30px 60px 30px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f6f2ff 100%);
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* === Flex Container === */
.core-values-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 107px;
  max-width: 1530px;
  margin: 0 0;
  align-items: center;
  /*padding-left: 106px;*/
}

/* === Columns === */
.core-column {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.core-column-center {
  position: relative;
  top: 230px;
}

img.cricleimage-under-center-one {
  position: absolute;
  left: -208px;
  top: -126px;
  width: 212%;
}

/* === Individual Item === */

.core-item {
  width: 364.589px;
  margin-top: -12px;
}

.core-column-left .core-item:nth-child(2) {
  margin-left: -90px;
}
.core-column-right .core-item:nth-child(2) {
  margin-left: 90px;
}

.core-column-left {
  gap: 120px 24px;
  display: flex;
  flex-direction: column;
}
.core-column-right {
  gap: 120px 24px;
  display: flex;
  flex-direction: column;
}
.core-column-center {
  display: flex;
  align-items: end;
}
.core-item h3 {
  font-size: 22px;
  color: #7565df;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
  line-height: 1.3;
  background: linear-gradient(90deg, #7565df 0%, #dd77d2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.core-item p {
  color: #000;
  font-family: Poppins;
  font-size: 17.882px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.842px; /* 133.333% */
  margin: 0;
}

/* === Responsive Design === */
@media (max-width: 1024px) {
  .core-column {
    flex: 1 1 100%;
  }
}

@media (max-width: 600px) {
  .core-item h3 {
    font-size: 20px;
  }

  .core-item p {
    font-size: 16px;
  }
}

/* Existing styles remain unchanged above this */

/* === Tablet & Mobile View Responsive === */
@media (max-width: 1024px) {
  .core-values-container {
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding-left: 0;
  }

  .core-column-left,
  .core-column-right,
  .core-column-center {
    flex: 1 1 0%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    margin: 0 auto;
  }

  .core-column-center {
    order: -1; /* Move image + center item to top */
    top: 0;
  }

  img.cricleimage-under-center-one {
    position: static;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
    display: block;
  }

  .core-item {
    width: 100%;
    max-width: 364px;
  }

  /* Reset margins for stacked layout */
  .core-column-left .core-item:nth-child(2),
  .core-column-right .core-item:nth-child(2) {
    margin-left: 0;
  }
}

@media (max-width: 786px) {
  .core-item h3 {
    font-size: 20px;
    text-align: center;
  }

  .core-item p {
    font-size: 16px;
    text-align: center;
  }

  .core-values-wrapper {
    padding: 40px 20px 100px 20px;
  }
}

/* end */

/* === Section Wrapper === */
.cta-section {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1550px;
  width: 100%;
}

/* === Flex container === */
.cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1528px;
  width: 100%;
  border-radius: 31px;
  overflow: hidden;
  margin-top: 106px;
}

/* === Background image === */
.cta-image-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.cta-bg-img {
  width: 100%;
  height: auto;
  border-radius: 31px;
}

/* === Content stacked below image === */
.cta-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  max-width: 700px;
  padding: 20px;
  color: white;
}

/* === Title === */
.cta-title {
  font-size: 46px;
  color: #514bb0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* === Description === */
.cta-desc {
  font-family: "Poppins", sans-serif;
  line-height: 26px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 147%;
}

.cta-highlight {
  font-size: 30px;
  line-height: 44px;
  display: block;
  padding-bottom: 15px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 147%; /* 44.1px */
}
.cta-button {
  position: relative;
  display: inline-block;
  padding: 14px 32px;
  height: 54.606px;
  background: linear-gradient(
    68deg,
    #524db1 0%,
    #7c6ae8 23%,
    #9b68eb 54%,
    #c972db 82%,
    #e879cd 100%
  );
  border-radius: 114px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.3s ease;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

/* Gradient overlay */
.cta-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    68deg,
    #e879cd 0%,
    #c972db 23%,
    #9b68eb 54%,
    #7c6ae8 82%,
    #524db1 100%
  );
  opacity: 0;
  transition: opacity 1.6s ease;
  z-index: -1;
}

/* Hover effect */
.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(108, 114, 255, 0.4);
}

.cta-button:hover::before {
  opacity: 1;
}

/* === Responsive === */
@media (max-width: 768px) {
  .cta-content {
    margin-top: 0;
  }
  .cta-section {
    padding: 30px 0;
    width: 100% !important;
  }
  .cta-wrapper {
    margin-top: 0 !important;
  }

  .cta-title {
    font-size: 30px;
  }

  .cta-highlight {
    font-size: 22px;
    line-height: 34px;
  }

  .cta-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .cta-button {
    font-size: 16px;
    padding: 12px 24px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

/* animation */

.how_we_sec_2_container {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}

.how_we_sec_2_container.visible {
  opacity: 1;
  transform: translateY(0);
}

.how_we_sec_2_gradient-box {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}

.how_we_sec_2_gradient-box.visible {
  opacity: 1;
  transform: translateY(0);
}
.core-values-wrapper {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.core-values-wrapper.fade-in-visible {
  opacity: 1;
  transform: translateY(0);
}
.cta-wrapper {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.8s ease;
}

.cta-wrapper.slide-in-visible {
  opacity: 1;
  transform: translateX(0);
}
/* Hide default cursor */

.mainheadings {
  opacity: 0;
  transform: translateX(-50px); /* Start 50px left */
  transition: transform 1s ease, opacity 1s ease;
  width: 100%;
}

.mainheadings.visible {
  opacity: 1;
  transform: translateX(0); /* Final position */
}

/*
for font 
*/

/* Laptop Large - under 1400px (1440px & 1366px widths) */
@media (max-width: 1440px) {
  .how-we_hero-heading {
    font-size: 50px;
  }
  .how-we_hero-subheading {
    font-size: 50px;
  }
  .how_we_sec_2_heading-main {
    font-size: 36px;
  }
  .how_we_sec_2_heading-sub {
    font-size: 36px;
  }
  .how_we_sec_2_paragraph {
    font-size: 14px;
  }
  .how_we_sec_2_image {
    max-width: 428px;
  }
  .how_we_sec_2_image {
    max-width: 477px;
  }
  .how_we_sec_2_top-content {
    gap: 8rem;
    padding-left: 31px;
  }
  .how_we_sec_2_gradient-box {
    width: 93% !important;
    height: 256px;
  }
  .how_we_sec_2_quote {
    font-size: 36px;
  }
  .core-values-container img {
    width: 79%;
  }
  .core-values-container {
    justify-content: center;
  }
  .cta-section {
    width: 100%;
  }
  .cta-title {
    font-size: 36px;
  }
  .cta-highlight {
    font-size: 24px;
  }
  p.cta-desc {
    font-size: 14px;
  }
  .cta-wrapper.slide-in-visible {
    width: 90%;
  }
  .cta-button {
    font-size: 16px;
    height: 46.606px;
    line-height: 20px;
  }
  .cta-wrapper {
    height: 400px !important;
  }
}

/* Laptop Medium - under 1280px */
@media (max-width: 1280px) {
  .how-we_hero-text-container {
    width: 100%;
  }
  .how-we_hero-heading {
    font-size: 36px;
    width: 100%;
    text-align: start;
  }
  .how-we_hero-subheading {
    font-size: 36px;
  }
  .how-we_hero-heading {
    font-size: 36px;
    width: 100%;
    text-align: center;
  }

  .how_we_sec_2_image {
    max-width: 400px;
  }
  .how_we_sec_2_heading-sub {
    margin-top: -14px;
  }
  .how_we_sec_2_quote {
    font-size: 32px;
  }
  .how_we_sec_2_gradient-box.visible {
    height: 217px;
  }
  .how_we_sec_2_top-content {
    gap: 5rem;
    padding-left: 31px;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .how_we_sec_2_paragraph {
    font-size: 14px;
    width: 88%;
  }
  .how_we_sec_2_heading-main {
    font-size: 36px;
  }

  .how_we_sec_2_image {
    max-width: 400px;
    height: 400px;
  }
  .how_we_sec_2_heading-main {
    font-size: 36px;
    padding-top: 10px;
  }
  .core-values-container img {
    width: 90%;
  }
}

/* Laptop Small - under 1224px */
@media (max-width: 1224px) {
  .how_we_sec_2_heading-main {
    font-size: 31px;
    padding-top: 10px;
  }
  .how_we_sec_2_heading-sub {
    font-size: 31px;
  }
  section.how_we_sec_2_container.visible {
    gap: 46px;
  }
  .how_we_sec_2_quote {
    font-size: 30px;
  }
  .how_we_sec_2_gradient-box.visible {
    height: 202px;
  }
}
@media (max-width: 1020px) {
  .how_we_sec_2_quote {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .how_we_sec_2_top-content {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .how_we_sec_2_paragraph{
    text-align: center;
  }
}
/* Mobile Responsive (480px) */
@media (max-width: 480px) {
  .how-we_hero-section {
    min-height: 100vh;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .how-we_hero-text-container {
    max-width: 100%;
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
  }

  .how-we_hero-heading {
    font-size: 26px !important;
    line-height: 1.2;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .how-we_hero-subheading {
    font-size: 26px !important;
    display: inline-block;
    line-height: 1.2;
  }

  .how_we_sec_2_container {
    padding: 30px 15px;
    gap: 3rem;
  }

  .how_we_sec_2_top-content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .how_we_sec_2_image {
    max-width: 100%;
    border-radius: 20px;
  }

  .how_we_sec_2_text-wrapper {
    width: 95%;
    max-width: 95%;
    margin-top: 20px;
    align-items: center !important;
    text-align: center !important;
    gap: 1rem;
  }

  .how_we_sec_2_heading-main,
  .how_we_sec_2_heading-sub {
    font-size: 23px !important;
    text-align: center;
    padding-top: 0 !important;
    line-height: 1.2;
  }

  .how_we_sec_2_paragraph {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  .how_we_sec_2_heading-sub {
    padding-top: 23px !important;
  }

  .how_we_sec_2_gradient-box {
    width: 100%;
    max-width: 95%;
    height: auto;
    padding: 1.5rem;
    border-radius: 20px;
  }

  .how_we_sec_2_quote {
    font-size: 1rem;
    line-height: 1.4;
  }

  .how_we_sec_2_top-content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-left: 0;
  }
  .how_we_sec_2_top-content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-left: 0;
    padding-top: 90px;
  }

  .cta-section {
    padding: 20px 10px 0px 10px;
    width: 100% !important;
  }

  .cta-wrapper {
    margin-top: 30px !important;
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    height: auto;
    background-size: cover;
  }

  .cta-content {
    max-width: 95%;
    padding: 15px;
    text-align: center;
  }

  .cta-title {
    font-size: 26px !important;
    line-height: 1.2;
  }

  .cta-highlight {
    font-size: 18px !important;
    line-height: 28px !important;
    padding-bottom: 10px;
  }

  .cta-desc {
    font-size: 14px !important;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .cta-button {
    font-size: 14px !important;
    padding: 10px 20px;
    height: auto;
    white-space: normal;
    text-align: center;
  }
  .how_we_sec_2_image {
    height: 400px !important;
    max-height: 326px !important;
  }
  .cta-wrapper.slide-in-visible {
    width: 100% !important;
  }
}
