.section1 {
  padding-top: clamp(60px, 12rem, 120px);
}

.section1:before {
  content: "";
  position: absolute;
  left: 0;
  top: clamp(150px, 33rem, 330px);
  width: clamp(125px, 25rem, 250px);
  height: 100%;
  background-image: url("https://akal.bananadesign.online/wp-content/uploads/2024/04/akal-vertical.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}

.section1 .heading1 {
  margin: clamp(20px, 4rem, 40px) 0;
}

.section1 .main-row {
  margin-top: clamp(60px, 12rem, 120px);
}

.section1 .wpcf7 input.wpcf7-validates-as-required,
.section1 .wpcf7 input.wpcf7-validates-as-required::placeholder,
body .section1 .message,
body .section1 .message::placeholder {
  color: var(--secondary-color);
  font-size: clamp(12px, 1.4rem, 14px);
  border-color: var(--secondary-color);
  outline: none;
  transition: 0.5s ease;
  opacity: 0.6;
}

.section1 .wpcf7 input.wpcf7-validates-as-required:focus,
.section1 .wpcf7 input.wpcf7-validates-as-required:visited,
.section1 .message:focus,
.section1 .message:visited {
  opacity: 1;
  border-color: var(--secondary-color);
}

.section1 .wpcf7-acceptance span,
.section1 .wpcf7-acceptance span a {
  color: var(--secondary-color);
}

.section1 .wpcf7-submit {
  font-size: var(--sm);
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

body .section1 input.wpcf7-text {
  width: calc(50% - 13px);
  margin: 5px;
}

body .section1 .wpcf7-form-control-wrap[data-name="Email"] {
  width: unset;
  float: unset;
  display: inline;
}

body .section1 .message {
  display: block;
  width: calc(100% - 10px);
  height: clamp(75px, 15.7rem, 157px);
  border-radius: 20px;
  padding-top: clamp(10px, 2rem, 20px);
  margin-top: 5px;
  resize: none;
}

.section1 .services-btns {
  display: flex;
  flex-wrap: wrap;
}

.section1 .services-btns span {
  color: var(--secondary-color);
  font-weight: 300;
  margin-right: 5px;
  font-size: var(--sm);
  font-weight: 300;
}

.section1 .services-btns > span {
  padding: clamp(8px, 1.5rem, 15px) clamp(8px, 1.5rem, 15px);
  background-color: var(--white);
  margin-top: 0;
  border-radius: 300px;
  position: relative;
  transition: 0.5s ease;
}

.section1 .services-btns > span.active {
  background-color: var(--primary-color);
}

.section1 .services-btns > span .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
}

.section1 .services-btns > span .wpcf7-list-item-label:before {
  content: "";
  position: relative;
  width: 0rem;
  height: 0rem;
  background-image: url("/wp-content/uploads/2024/04/check-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 300px;
  margin-right: 5px;
  transition: 0.5s ease;
}

.section1 .services-btns > span.active .wpcf7-list-item-label:before {
  width: clamp(18px, 2.3rem, 23px);
  height: clamp(18px, 2.3rem, 23px);
}

.section1 .services-btns > span input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}

.section1 .interested {
  margin: clamp(15px, 3rem, 30px) 0;
}

.section1 .services-btns > span.active span {
  color: var(--white);
}

.section1 .wpcf7-not-valid-tip {
  display: none;
}

.section1 .wpcf7-list-item label input {
  border-color: var(--secondary-color);
}

.section1 .wpcf7-acceptance {
  display: block;
  margin: clamp(10px, 2rem, 20px) 0;
}

.section1 .text {
  font-size: 12px;
  color: var(--text-color);
  font-weight: 300;
  font-family: var(--main-font);
  margin-bottom: clamp(10px, 2rem, 20px);
}

body .section1 .wpcf7 form.sent .wpcf7-response-output,
body .section1 .wpcf7 form.invalid .wpcf7-response-output,
body .section1 .wpcf7 form.unaccepted .wpcf7-response-output,
body .section1 .wpcf7 form.payment-required .wpcf7-response-output {
  color: var(--text-color);
}

.section1 .separator {
  background-color: #000;
  opacity: 0.1;
  margin: clamp(20px, 4rem, 40px) 0;
  height: 1px;
}

.section1 .sep2 {
  margin-bottom: 0;
}

.section1 .asset-holder {
  right: calc(var(--shape-width) * -0.5);
  top: calc(-1 * var(--shape-width) / 2);
}

.section1 .main-row {
  background-color: var(--white);
  border-radius: 40px;
  padding: clamp(60px, 12rem, 120px) clamp(120px, 24rem, 240px);
  max-width: clamp(700px, 140rem, 1400px);
}

.section1 .row-heading {
  font-size: clamp(22px, 2.8rem, 28px);
}

.section1 .recaptcha {
  display: block;
  margin-bottom: clamp(15px, 3rem, 30px);
}

@media (max-width: 1400px) {
  .section1 .main-row {
    padding: 12rem 15rem;
  }

  .section1 .asset-holder {
    right: 10rem;
    top: calc(var(--shape-width) * -0.5);
  }

  .section1:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .section1 .main-row {
    padding: 10rem 5rem;
  }

  .section1 .asset-holder {
    left: calc(50% - var(--shape-width) / 2);
    right: auto;
  }
}

/* section2 */

.section2 {
  padding: clamp(60px, 12rem, 120px) 0;
}

.section2 .heading1 {
  margin: clamp(10px, 2rem, 20px) 0;
}

.section2 .description {
  margin-bottom: clamp(25px, 5rem, 50px);
  line-height: 1.2;
}

.section2 .wpcf7-submit {
  font-size: var(--sm);
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.section2 .wpcf7 input.wpcf7-validates-as-required,
.section2 .wpcf7 input.wpcf7-validates-as-required::placeholder,
.section2 .wpcf7-select {
  color: var(--secondary-color);
  font-size: clamp(12px, 1.4rem, 14px);
  border-color: var(--secondary-color);
  outline: none;
  width: 100%;
  transition: 0.5s ease;
  opacity: 0.6;
}

.section2 .wpcf7 input.wpcf7-validates-as-required:focus,
.section2 .wpcf7 input.wpcf7-validates-as-required:visited,
.section2 .wpcf7-select:focus,
.section2 .wpcf7-select:visited {
  opacity: 1;
}

.section2 .wpcf7-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/wp-content/uploads/2024/04/dropdown-arrow.svg");
  background-size: clamp(10px, 2rem, 20px);
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.section2 .wpcf7-acceptance span,
.section2 .wpcf7-acceptance span a {
  color: var(--secondary-color);
}

.section2 .wpcf7-list-item label input {
  border-color: var(--secondary-color);
}

.section2 .wpcf7-form-control-wrap {
  width: 49.5%;
  display: inline-block;
  margin: 0;
}

.section2 .wpcf7-form-control-wrap:has(.wpcf7-acceptance) {
  display: block;
  width: 100%;
}

.section2 .wpcf7-not-valid-tip {
  display: none;
}

.section2 .form-row {
  margin-top: 10px;
}

.section2 .form-row > p:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section2 .wpcf7 form.sent .wpcf7-response-output,
.section2 .wpcf7 form.invalid .wpcf7-response-output,
.section2 .wpcf7 form.unaccepted .wpcf7-response-output,
.section2 .wpcf7 form.payment-required .wpcf7-response-output {
  color: var(--text-color);
}

.section2 form {
  max-width: 550px;
}

.section2 .row .column2 {
  justify-content: end;
}

.section2 .row .column2 img {
  width: clamp(125px, 25.8rem, 258px);
  height: clamp(175px, 35.3rem, 353px);
  object-fit: cover;
  border-radius: 20px;
}

.section2 .row .column2 .name {
  font-size: clamp(16px, 2.2rem, 22px);
  margin-top: clamp(14px, 2.5rem, 25px);
}

.section2 .row .column2 .profile1 {
  margin-right: clamp(22px, 4.4rem, 44px);
}

.section2 .profiles {
  border-radius: 20px 20px 0px 0px;
}

@media (min-width: 768px) {
  .section2 .row .column2 {
    padding-left: clamp(60px, 12rem, 120px);
  }
}

@media (max-width: 767px) {
  .section2 .row {
    display: block;
    max-width: 551px;
    margin: 0 auto;
  }

  .section2 .row .row-column {
    width: 100%;
  }

  .section2 .row .column1 {
    margin-bottom: 8rem;
  }

  .section2 .row .column2 .flex {
    justify-content: space-between;
  }
}

@media (max-width: 550px) {
  .section2 .row .column2 img {
    height: 27rem;
  }

  .section2 .wpcf7-form-control-wrap {
    width: 49%;
  }


  .section2 .wpcf7-form-control-wrap.recaptcha {
    width: 100%;
    margin-top: 1.5rem;
  }

  .section2 .form-row > p:first-child {
    display: block;
  }

  .section2 .wpcf7-submit {
    width: 100%;
  }
}

/* section3 */

.section3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  height: clamp(44px, 13.8rem, 138px);
  background-color: var(--body-bg);
  clip-path: ellipse(53% 93% at 50% 0%);
  pointer-events: none;
}

.section3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: clamp(44px, 13.8rem, 138px);
  background-color: var(--white);
  clip-path: ellipse(53% 93% at 50% 100%);
  pointer-events: none;
}

.section3 .bg-img {
  left: 50%;
  top: 50%;
  transform-origin: center center;
  transform-box: fill-box;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .section3:before,
  .section3:after {
    height: 6.8rem;
  }
}

@media (max-width: 550px) {
  .section3:before {
    clip-path: ellipse(66% 100% at 50% 0%);
  }

  .section3:after {
    clip-path: ellipse(66% 100% at 50% 100%);
  }
}

/* section4 */

.section4 {
  padding-bottom: clamp(50px, 10rem, 100px);
  background-color: var(--white);
}

.section4 .heading1 {
  margin-bottom: clamp(25px, 5rem, 50px);
}

.section4 .reasons {
  color: #000;
}

.section4 .holder {
  gap: clamp(25px, 5rem, 50px);
}

.section4 .holder > div {
  flex-basis: calc(25% - clamp(25px, 5rem, 50px));
}

@media (max-width: 991px) {
  .section4 .holder > div {
    flex-basis: calc(50% - clamp(25px, 5rem, 50px));
  }
}

@media (max-width: 767px) {
  .section4 {
    padding-top: 5rem;
  }
}

@media (max-width: 550px) {
  .section4 .holder > div {
    flex-basis: 100%;
  }

  .section4 .holder {
    gap: 4.5rem;
  }
}

/* section5 */

.section5 {
  padding: clamp(60px, 12rem, 120px) 0;
}

.section5 .container {
  max-width: 850px;
}

.section5 .faq-container {
  padding: clamp(12px, 2.4rem, 24px) clamp(15px, 3rem, 30px);
  background-color: var(--white);
  border-radius: 30px;
  margin-bottom: 5px;
  transition: 0.5s ease;
}

.section5 .faq-container.active {
  border-radius: 20px;
}

.section5 .faq-container .description-holder {
  height: 0px;
  transition: 0.5s ease;
}

.section5 .text {
  margin: clamp(10px, 2rem, 20px) 0 clamp(17px, 3.5rem, 35px) 0;
}

.section5 .faq-container.active .description-holder {
  margin-top: clamp(10px, 2rem, 20px);
}

.section5 .faq-container.active .description-holder {
  height: var(--height);
  /* overflow: visible; */
}

.section5 .faq-container .faq-title {
  transition: 0.5s;
  line-height: 1.35;
}

.section5 .faq-container.active .faq-title,
.section5 .faq-container .faq-title:hover {
  color: var(--primary-color);
}

.section5 .faq-container .description {
  font-size: clamp(13px, 1.6rem, 16px);
}

.section5 .faq-container svg,
.section5 .faq-container svg path {
  transition: 0.5s ease;
  margin-left: clamp(15px, 3rem, 30px);
}

.section5 .faq-container.active svg path {
  stroke: var(--primary-color);
}

.section5 .faq-container.active svg {
  transform: rotate(180deg);
}

@media (max-width: 550px) {
  .section5 .faq-container svg,
  .section5 .faq-container svg path {
    min-width: 22px;
    min-height: 22px;
    padding-left: 5px;
  }
}

/* profile */

body .profile-section:before {
  display: none;
}

body .profile-section {
  padding-top: 0;
  padding-bottom: clamp(60px, 12rem, 120px);
}
