/** @format */

.Contact-main {
  background-color: #def0de;
}

.solutionMain {
  /* background-color: #def0de; */
  display: flex;
  justify-content: center;
  width: 100%;
}

.solutionSub {
  width: 100%;
  max-width: 1920px;
}

.solutionHero {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.heroContent {
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding-top: 172px;
  max-width: 809px;
}

.heroTexts {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.heroHeading {
  color: #0fa9a4;
  font-family: "Anton";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 81px;
  letter-spacing: -1.236px;
}

.heroSubHeading {
  /* max-width: 520px; */
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.449px;
}

.heroCircle {
  padding-top: 120px;
  padding-right: 150px;
}

.heroCircleImg {
  max-width: 642.998px;
  object-fit: cover;
}

.getInTouchContainer {
  width: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  margin-top: 157px;
  overflow: hidden;
}

.desktop-bg {
  width: 100vw;
  position: absolute;
  height: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  /* opacity: 1; */
  display: block;
}

.mobile-bg {
  width: 100vw;
  position: absolute;
  height: 55%;
  /* bottom: 0; */
  right: 0;
  left: 0;
  /* opacity: 0; */
  display: none;
}

.getInTouchHeading {
  color: #0fa9a4;
  font-family: "Anton";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0.369px;
  margin: 0;
}

.getInTouchSubHeading {
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.449px;
  /* text-align: center; */
  /* max-width: 600px; */
  margin: 0 auto;
}

.formDemoWrapper {
  display: flex;
  gap: 120px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
}

.formColumn {
  flex: 1;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.arrowblack {
  position: absolute;
  bottom: 0;
  height: 16px;
  width: 16px;
}
.formColumn .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.formColumn .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.formInput,
.formInput[type="textarea"] {
  padding: 12px 0px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
  border-radius: 0;
  font-family: "Rethink Sans";
  font-size: 18px;
  background: transparent;

  color: rgba(0, 0, 0, 0.8);
}

.formInput:focus,
.formInput[type="textarea"]:focus {
  outline: none !important;
  box-shadow: none !important;
  border-bottom-color: #ccc;
}

.wpcf7-form-control-wrap > textarea {
  resize: none !important;
}

.formInput[type="textarea"] {
  min-height: 60px;
}

.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item > label {
  display: flex;
  align-items: start;
  gap: 10px;
}

.wpcf7-list-item > label input[type="radio"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  border: none !important;
  vertical-align: middle;
  margin-top: 6px;
}

.wpcf7-list-item > label input[type="radio"]:checked {
  background: #fff !important;
}

.wpcf7-list-item > label input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #0fa9a4;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wpcf7-list-item > label > span {
  color: #000;
  width: 90%;
}

.wpcf7-form-control-wrap.privacy label {
  color: #000;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  cursor: pointer;
}

.wpcf7-submit {
  background: transparent;
  border: 1px solid #0fa9a4;
  color: #000;
  padding: 10px 32px 10px 32px; /* Adjust left padding if needed for text */
  border-radius: 36px;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  align-self: flex-start;
  transition: background 0.3s ease;
  position: relative;
  overflow: visible;
  display: inline-flex; /* Ensure flex for icon alignment */
  align-items: center;
  justify-content: center;
  gap: 8px; /* Space between text and icon */
}

/* Add arrow icon using ::after pseudo-element */
.wpcf7-submit::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/themes/telesmart/assets/images/contact/arrowblack.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease; /* Smooth hover effect */
  flex-shrink: 0; /* Prevent icon from shrinking */
}

.demoColumn {
  flex: 1;
  padding: 50px;
  position: relative;
  color: black;
  margin: auto 0;
}

.demoContent {
  position: relative;
  z-index: 1;
}

.demoTitle {
  margin: 0 0 22px 0;
  color: #0a0a0a;
  font-family: "Anton";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.369px;
}

.demoSubtitle {
  font-family: "Rethink Sans";
  color: #717182;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 40px 0;
  line-height: 21px;
  letter-spacing: -0.449px;
}

.demoGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.demoBox {
  /* max-width: 300px; */
  background: #def0de;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 50px 30px;
  text-align: start;
  position: relative;
  z-index: 1;
}

.demoBoxTitle {
  margin: 0 0 5px 0;
  color: #3ddc97;
  font-family: "Anton";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.312px;
}

.demoBoxDesc {
  font-family: "Inter";
  font-size: 16px;
  opacity: 0.9;
  margin: 0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.15px;
  width: 179px;
}

/* FOOTER CTA */

.managementSections {
  margin: -60px auto 0px auto;
  padding: 80px 0 100px 0; /* Added padding top and bottom, removed fixed height */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.cta-bg {
  width: 100vw;
  position: absolute;
  top: 45%;
  right: 10%;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.cta-mobile-bg {
  width: 100vw;
  position: absolute;
  top: -65%;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
}

.managementMains {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 54px 67px 45px;
  border-radius: 25px;
  max-width: 850px;
  margin-top: 40px;

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.managementMains::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.managementMains::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}

.managementHeadings {
  color: #0fa9a4;
  text-align: center;
  font-family: "Anton";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: -1.236px;
}

.transforms {
  color: #3ddc97;
  font-family: "Anton";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: -1.236px;
}

.managementTexts {
  color: #0099a8;
  text-align: center;
  font-family: "Rethink Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.449px;
  margin: 41px 0;
}

.btnMain {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.requestBtn {
  width: 187px;
  padding: 5px 15px;
  border-radius: 33px;
  background: #3ddc97;
  box-shadow: 0 0 31px rgba(0, 153, 168, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: none;
  text-decoration: none;
  cursor: pointer;
}

.requestBtn span {
  color: #000;
  font-family: "Rethink Sans";
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.439px;
}

/* Changed from grid to flexbox with wrap for dynamic boxes */
.guarantee-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 70px;
  padding: 0 40px;
}

.featureBoxs {
  padding: 20px;
  background-color: #def0de;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  gap: 10px;
  flex: 1 1 calc(33.333% - 47px); /* Flexible width, ~3 columns with gap */
  min-width: 200px; /* Minimum width before wrapping */
}

.feature-titles {
  color: #3ddc97;
  text-align: center;
  font-family: "Anton";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.15px;
}

.feature-subtitles {
  color: #0fa9a4;
  font-family: "Rethink Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.15px;
  text-align: center;
}

.wpcf7-response-output {
  color: black;
  margin: 0 !important;
}

.formColumn {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #eff8ef !important;
  -webkit-backdrop-filter: blur(30px) !important;
  backdrop-filter: blur(30px) !important;
}

.gform_title {
  color: black !important;
  display: none !important;
}

.gform-theme--framework
  input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ) {
  color: rgba(0, 0, 0, 0.8) !important;
  font-family: "Rethink Sans" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  background: rgba(255, 255, 255, 0.5) !important;
  border-inline-end: none !important;
  border-inline-start: none !important;
  border-block-end: none !important;
  border-block-start: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.45) !important;
  background-color: transparent !important;
  padding: 15px 0px !important;
}

.gform-theme--framework
  input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8) !important;
  outline: none !important;
}

.gform-theme--framework
  input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8) !important;
  outline: none !important;
}

.gform-theme--framework
  .field_description_below
  .gfield_description:where(
    :not(.gfield_creditcard_warning_message):not(
        .field_validation_above .gfield_validation_message
      ):not(.ginput_counter_tinymce):not(.gfield_choice_limit_message)
  ) {
  display: none !important;
}

#validation_message_1_1 {
  display: block !important;
}

#validation_message_1_3 {
  display: block !important;
}

#validation_message_1_5 {
  display: block !important;
}

#validation_message_1_6 {
  display: block !important;
}

.gform-theme--foundation .gform_fields {
  gap: 22px !important;
}

.gform-theme--framework
  textarea:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ) {
  color: rgba(0, 0, 0, 0.8) !important;
  font-family: "Rethink Sans" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  border-inline-end: none !important;
  border-inline-start: none !important;
  border-block-end: none !important;
  border-block-start: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.45) !important;
  background-color: transparent !important;
  padding: 0px 0px !important;
}

.gform-theme--foundation .gfield textarea.large {
  min-height: 30px !important;
}

.gform-theme--framework
  textarea:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8) !important;
  outline: none !important;
}

.gform-theme--framework
  textarea:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8) !important;
  outline: none !important;
}

.gchoice_1_9_1 {
  margin-top: 15px !important;
}

.gform-theme--framework
  input[type="checkbox"]:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  )::before {
  color: #3ddc97 !important;
  border-radius: 50% !important;
}

.gform-theme--framework
  .gform-field-label--type-inline:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ) {
  color: #000 !important;
  font-family: "Rethink Sans" !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 15px !important;
  margin-left: 10px !important;
  margin-top: 5px !important;
  vertical-align: middle !important;
}

.gform-theme--framework
  input[type="checkbox"]:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  )::before {
  border-radius: 50% !important;
  background-color: #ffffff !important;
}

/* #gform_submit_button_1 {
  width: 187px !important;
  padding: 5px 15px !important;
  color: #181a1b !important;
  font-family: 'Rethink Sans' !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  letter-spacing: -0.439px !important;
  border-radius: 33px !important;
  border: 1px solid #0fa9a4 !important;
  margin-top: 40px !important;
} */

html
  body
  .gform-theme.gform-theme--framework.gform_wrapper
  .button:where(
    :not(.gform-theme-no-framework):not(.gform-theme__disable):not(
        .gform-theme__disable *
      ):not(.gform-theme__disable-framework):not(
        .gform-theme__disable-framework *
      )
  ),
.gform-theme.gform-theme--framework.gform_wrapper
  :where(:not(.mce-splitbtn))
  > button:not([id*="mceu_"]):not(.mce-open):where(
    :not(.gform-theme-no-framework):not(.gform-theme__disable):not(
        .gform-theme__disable *
      ):not(.gform-theme__disable-framework):not(
        .gform-theme__disable-framework *
      )
  ),
.gform-theme.gform-theme--framework.gform_wrapper
  button.button:where(
    :not(.gform-theme-no-framework):not(.gform-theme__disable):not(
        .gform-theme__disable *
      ):not(.gform-theme__disable-framework):not(
        .gform-theme__disable-framework *
      )
  ) {
  width: 187px !important;
  padding: 5px 15px !important;
  color: #181a1b !important;
  font-family: "Rethink Sans" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  letter-spacing: -0.439px !important;
  border-radius: 33px !important;
  border: none !important;
  flex-shrink: 0 !important;
  margin-top: 40px !important;
  background: transparent !important;
  display: inline-flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 10px !important;
  position: relative !important;
  z-index: 1 !important;
  border: 1px solid #0fa9a4 !important;
}

/* html
  body
  .gform-theme.gform-theme--framework.gform_wrapper
  .button:where(
    :not(.gform-theme-no-framework):not(.gform-theme__disable):not(
        .gform-theme__disable *
      ):not(.gform-theme__disable-framework):not(
        .gform-theme__disable-framework *
      )
  ),
.gform-theme.gform-theme--framework.gform_wrapper
  :where(:not(.mce-splitbtn))
  > button:not([id*="mceu_"]):not(.mce-open):where(
    :not(.gform-theme-no-framework):not(.gform-theme__disable):not(
        .gform-theme__disable *
      ):not(.gform-theme__disable-framework):not(
        .gform-theme__disable-framework *
      )
  ),
.gform-theme.gform-theme--framework.gform_wrapper
  button.button:where(
    :not(.gform-theme-no-framework):not(.gform-theme__disable):not(
        .gform-theme__disable *
      ):not(.gform-theme__disable-framework):not(
        .gform-theme__disable-framework *
      )
  )::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(90deg, #0fa9a4 0%, #064341 100%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 33px !important;
  z-index: -1;
} */

.gfield-choice-input {
  border-radius: 50% !important;
  background-color: #ffffff !important;
  border: none !important;
  width: 24px !important;
  height: 24px !important;
  border-inline-end: none !important;
  border-inline-start: none !important;
  border-block-end: none !important;
  border-block-start: none !important;
  padding: 0% !important;
}

/* Custom Checkbox Styles */
.gform-theme--framework input[type="checkbox"]::before {
  content: "" !important;
  -webkit-mask: none !important;
  mask: none !important;

  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  background-color: #3ddc97 !important;

  border: none !important;
  display: block;
}

.gform-theme--framework input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #3ddc97;
  border: none !important;
  vertical-align: middle;
  cursor: pointer;
}

.gform-theme--framework input[type="checkbox"]:not(:checked) {
  background-color: transparent !important;
  border: 2px solid #3ddc97 !important;
}

.gform-theme--framework input[type="checkbox"]:checked {
  background-color: #3ddc97 !important;
}

#choice_1_9_1 {
  border-radius: 50% !important;
  background-color: #ffffff !important;
  border-inline-end: none !important;
  border-inline-start: none !important;
  border-block-end: none !important;
  border-block-start: none !important;
  padding: 0% !important;
  cursor: pointer !important;
  width: 24px !important;
  height: 24px !important;
}

/* Consolidated Media Queries */
/* Base adjustments for large screens */
@media (max-width: 1599px) {
  .heroContent {
    gap: 60px;
    padding-top: 160px;
    max-width: 700px;
  }
  .heroTexts {
    gap: 18px;
  }
  .heroHeading {
    font-size: 60px;
    line-height: 70px;
  }
  .getInTouchHeading {
    font-size: 40px;
  }
  .highlightHeading {
    font-size: 60px;
    line-height: 70px;
  }
  .heroSubHeading {
    max-width: 486px;
    font-size: 18px;
  }
  .heroCircle {
    padding-top: 100px;
    padding-right: 50px;
  }
  .heroCircleImg {
    max-width: 500px;
    object-fit: cover;
  }
  .formDemoWrapper {
    gap: 80px;
  }
  .managementMains {
    padding: 35px 0px;
    max-width: 800px;
  }
  .managementHeadings {
    font-size: 56px;
    line-height: 58px;
    margin-bottom: 12px;
  }
  .transforms {
    font-size: 56px;
    line-height: 58px;
  }

  .cta-bg {
    top: 55%;
  }

  .managementSections {
    padding: 70px 0 90px 0;
  }
}

@media (max-width: 1366px) {
  .heroContent {
    gap: 50px;
    padding-top: 140px;
    max-width: 650px;
  }
  .heroTexts {
    gap: 16px;
  }
  .heroHeading {
    font-size: 50px;
    line-height: 50px;
  }
  .getInTouchHeading {
    font-size: 36px;
  }
  .highlightHeading {
    font-size: 60px;
    line-height: 50px;
  }
  .heroSubHeading {
    max-width: 400px;
    font-size: 16px;
  }
  .heroCircle {
    padding-top: 80px;
    padding-right: 30px;
  }
  .heroCircleImg {
    max-width: 450px;
    object-fit: cover;
  }
  .formDemoWrapper {
    gap: 0;
  }
  .demoBox {
    padding: 45px 20px;
    background-color: #def0de;
  }
}

@media (max-width: 1300px) {
  .managementSections {
    padding: 60px 0 80px 0;
    margin: -60px auto 0px auto;
  }
  .managementMains {
    padding: 35px 0px;
    max-width: 750px;
    margin-top: 0;
  }
  .managementHeadings {
    font-size: 44px;
    line-height: 54px;
    margin: 7px;
  }
  .transforms {
    font-size: 44px;
    line-height: 54px;
  }
  .managementTexts {
    font-size: 18px;
  }
  .requestBtn {
    width: 180px;
  }
  .requestBtn span {
    font-size: 17px;
  }
}

@media (max-width: 1280px) {
  .formDemoWrapper {
    flex-direction: column;
    box-shadow: none;
    background: none;
  }

  .formColumn {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
  }
  .demoColumn {
    color: #000;
  }

  .demoBox {
    max-width: 100%;
    background-color: #eef7ee;
  }
  .demoColumn {
    padding: 50px 0;
  }
  .wpcf7-form-control-wrap.privacy input[type="radio"].privacy {
    background-color: #def0de;
  }
  .getInTouchContainer {
    gap: 30px;
    margin-top: 140px;
  }

  .desktop-bg {
    /* opacity: 0; */
    display: none;
  }

  .mobile-bg {
    /* opacity: 1; */
    display: block;
  }

  .demoBoxDesc {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .heroContent {
    gap: 50px;
    padding-top: 100px;
    max-width: 500px;
  }
  .heroTexts {
    gap: 16px;
  }
  .heroHeading {
    font-size: 40px;
    line-height: 44px;
  }
  .getInTouchHeading {
    font-size: 34px;
  }
  .highlightHeading {
    font-size: 40px;
    line-height: 44px;
  }
  .heroSubHeading {
    max-width: 400px;
    font-size: 14px;
  }
  .heroCircle {
    padding-top: 60px;
    padding-right: 0px;
  }
  .heroCircleImg {
    max-width: 400px;
    object-fit: cover;
  }
}

@media (max-width: 1099px) {
  .managementMains {
    padding: 30px 0px;
    max-width: 750px;
  }
  .managementHeadings {
    font-size: 34px;
    line-height: 50px;
  }
  .transforms {
    font-size: 30px;
    line-height: 50px;
  }
  .managementTexts {
    font-size: 16px;
  }
  .requestBtn {
    width: 180px;
  }
  .requestBtn span {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .heroContent {
    gap: 40px;
    padding-top: 100px;
    max-width: 500px;
  }
  .heroTexts {
    gap: 16px;
  }
  .heroHeading {
    font-size: 36px;
    line-height: 40px;
  }
  .highlightHeading {
    font-size: 36px;
    line-height: 40px;
  }
  .heroSubHeading {
    max-width: 400px;
    font-size: 14px;
  }
  .heroCircle {
    padding-top: 60px;
    padding-right: 0px;
  }
  .heroCircleImg {
    max-width: 380px;
    object-fit: cover;
  }
  .getInTouchHeading {
    font-size: 30px;
    line-height: 40px;
  }
  .demoTitle {
    font-size: 30px;
    line-height: 40px;
  }
  .getInTouchSubHeading {
    font-size: 18px;
  }
  .demoGrid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    justify-items: center;
  }
}

@media (max-width: 900px) {
  .managementSections {
    padding: 50px 40px 60px 40px;
  }
  .managementMains {
    padding: 30px 0px;
    max-width: 600px;
  }
  .managementHeadings {
    font-size: 30px;
    line-height: 46px;
  }
  .transforms {
    font-size: 30px;
    line-height: 46px;
  }
  .managementTexts {
    font-size: 15px;
  }
  .requestBtn {
    width: 180px;
  }
  .requestBtn span {
    font-size: 15px;
  }

  .guarantee-features {
    gap: 30px;
    flex: 1 1 calc(50% - 15px); /* 2 columns on medium screens */
  }
}

@media (max-width: 767px) {
  .solutionHero {
    flex-direction: column-reverse;
    gap: 47px;
    margin-bottom: 30px;
  }
  .heroContent {
    gap: 36px;
    padding-top: 0px;
    max-width: 500px;
  }
  .heroTexts {
    gap: 16px;
  }
  .heroHeading {
    font-size: 36px;
    line-height: 40px;
  }
  .highlightHeading {
    font-size: 36px;
    line-height: 40px;
  }
  .heroSubHeading {
    max-width: 400px;
    font-size: 14px;
  }
  .heroCircle {
    display: flex;
    justify-content: center;
    padding-top: 60px;
    padding-right: 0px;
  }
  .heroCircleImg {
    max-width: 340px;
    object-fit: cover;
  }
  .getInTouchContainer {
    gap: 40px;
  }
  .getInTouchHeading {
    font-size: 28px;
    line-height: 38px;
  }
  .getInTouchSubHeading {
    font-size: 16px;
  }
  .formColumn {
    padding: 40px 30px;
  }
  .demoColumn {
    padding: 40px 0px;
  }
  .demoTitle {
    font-size: 28px;
    line-height: 34px;
  }
  .demoSubtitle {
    font-size: 14px;
    line-height: 16px;
  }
  .demoGrid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .demoBox {
    width: 100%;
    background: none;
    padding: 20px 0;
  }
  .wpcf7-submit {
    padding: 10px 30px;
  }

  .cta-bg {
    top: 65%;
  }

  .managementSections {
    padding: 40px 20px 50px 20px;
  }

  .cta-bg {
    display: none;
  }

  .cta-mobile-bg {
    opacity: 1;
  }
}

@media (max-width: 600px) {
  .managementSections {
    padding: 40px 15px 50px 15px;
    z-index: 1;
    margin-top: 60px;
  }
  .managementMains {
    padding: 20px 40px;
  }
  .managementHeadings {
    font-size: 26px;
    line-height: 36px;
    padding: 0px;
  }
  .transforms {
    font-size: 26px;
    line-height: 36px;
  }
  .managementTexts {
    font-size: 14px;
    line-height: 18px;
    padding: 0px 20px;
  }
  .btnMain {
    margin-bottom: 60px;
  }
  .requestBtn {
    width: 160px;
    padding: 8px 22px;
  }
  .requestBtn span {
    font-size: 14px;
  }

  .featureBoxs {
    width: 100%;
    flex: 1 1 100%; /* Single column on small screens */
  }

  .managementMains {
    position: relative;
    z-index: 2;
  }

  .feature-titles {
    font-size: 18px;
  }
  .guarantee-features {
    gap: 10px;
    align-items: stretch;
    padding: 0;
  }

  .feature-subtitles {
    white-space: normal !important;
    line-height: 16px;
  }

  .featureBoxs {
    height: 100%;
  }

  .getInTouchContainer {
    margin-top: 110px;
  }
}

@media (max-width: 479px) {
  .managementMains {
    padding: 20px 16px;
  }
  .solutionHero {
    flex-direction: column-reverse;
    align-items: center;
    gap: 67px;
  }
  .heroContent {
    gap: 36px;
    padding-top: 0px;
    max-width: 500px;
  }
  .heroTexts {
    gap: 16px;
  }
  .heroHeading {
    font-size: 26px;
    line-height: 30px;
  }
  .highlightHeading {
    font-size: 26px;
    line-height: 30px;
  }
  .heroSubHeading {
    max-width: 400px;
    font-size: 14px;
  }
  .heroCircle {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-right: 0px;
  }
  .heroCircleImg {
    max-width: 300px;
    object-fit: cover;
  }
  .getInTouchHeading {
    font-size: 21px;
    line-height: 28px;
  }
  .getInTouchSubHeading {
    font-size: 14px;
  }
  .formColumn {
    padding: 30px 20px;
  }
  .formInput,
  .formInput[type="textarea"] {
    font-size: 14px;
  }
  .demoTitle {
    font-size: 21px;
    line-height: 26px;
  }
  .demoBox {
    padding: 15px 0;
  }
  .demoBoxTitle {
    font-size: 16px;
  }
  .demoBoxDesc {
    font-size: 14px;
  }

  .featureBoxs {
    padding: 21px 12px;
    gap: 6px;
  }

  .feature-titles {
    font-size: 16px;
    line-height: 10px;
  }

  .feature-subtitles {
    font-size: 12px;
    line-height: 10px;
  }
  .managementHeadings {
    padding: 0;
    letter-spacing: -0.236;
  }

  .demoColumn {
    padding: 50px 0 0 0;
  }

  .cta-mobile-bg {
    top: -20%;
  }

  .managementSections {
    margin-top: 20px;
  }

  .managementTexts {
    margin: 20px 0 40px 0;
  }
}

@media (max-width: 375px) {
  .heroCircleImg {
    max-width: 280px;
    object-fit: cover;
  }
  .heroContent {
    gap: 28px;
  }

  .managementTexts {
    padding: 0;
  }
}

@media (max-width: 367px) {
  .managementSections {
    padding: 30px 15px 40px 15px;
  }
  .managementMains {
    padding: 20px 12px;
  }
  .managementHeadings {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .transforms {
    font-size: 24px;
    line-height: 36px;
  }
  .managementTexts {
    font-size: 12px;
    line-height: 18px;
  }
  .btnMain {
    margin-bottom: 60px;
  }
  .requestBtn {
    width: 160px;
    padding: 8px 22px;
  }
  .requestBtn span {
    font-size: 14px;
  }

  .featureBoxs {
    border-radius: 12px;
  }

  .getInTouchContainer {
    margin-top: 90px;
  }

  .feature-titles {
    font-size: 12px;
    line-height: 10px;
  }

  .feature-subtitles {
    font-size: 10px;
    line-height: 10px;
  }
}
