@charset "UTF-8";
/* reset, root */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

:root {
  --primary: #189f71;
  --primary-light: #defff2;
  --primary-gradient: linear-gradient(93deg, #42b057 0%, #189f71 100%);
  --secondary-gradient: linear-gradient(93deg, #189f71 -1.86%, #007d7e 100%);
  --bg-color: #f5faf8;
  --dark-1: #1b2622;
  --dark-2: #32403b;
  --gray-1: #65736e;
  --gray-2: #98a6a1;
  --gray-3: #b4bfbb;
  --gray-4: #d9d9d9;
  --gray-5: #f2f2f2;
  --aliceblue: #e7efff;
  --dark-6: #f2f2f2;
  --red: #de0030;
}

/* fonts import */
.fs-normal {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fs-medium {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fs-semibold {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.fs-bold {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fs-normal {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fs-secondary {
  font-family: "Bowlby One SC", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px !important;
  }
}
@media (max-width: 390px) {
  .container-fluid {
    --bs-gutter-x: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.yellow {
  background-color: #fff2a2;
}

.dark {
  color: #000;
}

.gray-1 {
  color: #ccc;
}

.dark-3 {
  color: #4a4a4a;
}

.dark-4 {
  color: #6d6d6d;
}

.dark-6 {
  color: #f2f2f2;
}

.bg-dark-6 {
  background-color: #f2f2f2;
}

.dark-7 {
  color: #4b5973;
}

.text-red {
  color: #de0030;
}

.bg-red {
  background-color: #de0030;
}

.bg-secondary {
  background-color: #baef2e;
}

.gradient-1 {
  background: linear-gradient(189deg, #f2ffd2 18.25%, rgba(255, 255, 255, 0) 38.85%);
}

.gradient-2 {
  background: linear-gradient(180deg, #f0ffc7 0%, #fff 100%);
}

.gradient-3 {
  background: linear-gradient(204deg, #ffcfda 14.7%, rgba(254, 231, 236, 0) 85.25%);
}

.gradient-4 {
  background: linear-gradient(270deg, #ffccd7 0%, #f0ffc7 100%);
}

img {
  max-width: 100% !important;
  height: auto !important;
}

.fs-64 {
  font-size: 64px;
}

.fs-48 {
  font-size: 48px;
}

.fs-44 {
  font-size: 44px;
}

.fs-32 {
  font-size: 32px;
}

.fs-24 {
  font-size: 24px;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.fs-13 {
  font-size: 13px;
}

.fs-12 {
  font-size: 12px;
}

.lh-110 {
  line-height: 110%;
}

.lh-120 {
  line-height: 120%;
}

.lh-130 {
  line-height: 130%;
}

.lh-137 {
  line-height: 137.5%;
}

.lh-157 {
  line-height: 157.143%;
}

h1 {
  font-size: 64px;
  font-family: "Bowlby One SC", sans-serif;
}
@media (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 64px;
  font-family: "Bowlby One SC", sans-serif;
}
@media (max-width: 991px) {
  h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 48px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 44px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 32px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 24px;
}
@media (max-width: 991px) {
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 24px;
  }
}

header {
  position: relative;
  /* ====== Toggle animation (hamburger → X) ====== */
  /* ====== Custom close icon in offcanvas ====== */
}
header .navbar {
  padding-top: 19px;
  z-index: 999;
  /* Hamburger lines */
  /* Remove Bootstrap default spacing */
}
@media (max-width: 768px) {
  header .navbar .custom-logo-link img {
    max-width: 180px !important;
  }
}
@media (max-width: 768px) {
  header .navbar .nav-btn-mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-brand {
    order: 2;
  }
}
@media (max-width: 768px) {
  header .navbar .navbar-brand {
    display: none !important;
  }
}
@media (max-width: 310px) {
  header .navbar .navbar-brand {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  header .navbar .navbar-brand .site-logo {
    width: 209px;
  }
}
@media (max-width: 575px) {
  header .navbar .navbar-brand .site-logo {
    width: 200px;
  }
}
@media (max-width: 480px) {
  header .navbar .navbar-brand .site-logo {
    width: 150px;
  }
}
@media (max-width: 370px) {
  header .navbar .navbar-brand .site-logo {
    width: 150px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-toggler {
    order: 1;
  }
}
header .navbar .navbar-nav {
  gap: 82px;
  padding: 24px 62px;
  background: rgba(186, 239, 46, 0.2);
  border-radius: 50px;
}
@media (max-width: 1629px) {
  header .navbar .navbar-nav {
    padding: 15px 20px;
    gap: 50px;
  }
}
@media (max-width: 1399px) {
  header .navbar .navbar-nav {
    gap: 30px;
  }
}
@media (max-width: 1280px) {
  header .navbar .navbar-nav {
    gap: 20px;
    padding: 0;
    background-color: transparent;
  }
}
@media (max-width: 1060px) {
  header .navbar .navbar-nav {
    gap: 15px;
  }
}
header .navbar .navbar-nav .menu-item a {
  color: #000 !important;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
header .navbar .navbar-nav .menu-item a::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition: 0.3s all linear;
}
header .navbar .navbar-nav .menu-item a:hover::after {
  opacity: 1;
}
header .navbar .nav-link {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
@media (max-width: 1280px) {
  header .navbar .nav-link {
    font-size: 14px;
  }
}
header .navbar .nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
  transition: transform 0.3s ease;
}
header .navbar .nav-link:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
header .navbar .nav-btn {
  padding: 15px 30px;
  border-radius: 100px;
  transition: all 0.5s ease-in-out;
}
header .navbar .nav-btn:hover {
  background-color: #000;
  color: white;
}
@media (max-width: 1280px) {
  header .navbar .nav-btn {
    font-size: 16px;
    padding: 15px 20px;
  }
}
header .navbar .nav-btn-mobile {
  padding: 10px 24px;
  border-radius: 100px;
  font-size: 16px;
}
@media (max-width: 991px) {
  header .navbar .nav-btn-mobile {
    order: 3;
  }
}
@media (max-width: 575px) {
  header .navbar .nav-btn-mobile {
    padding: 9px 16px;
  }
}
@media (max-width: 480px) {
  header .navbar .nav-btn-mobile {
    font-size: 12px;
    padding: 9px 10px;
  }
}
@media (max-width: 310px) {
  header .navbar .nav-btn-mobile {
    font-size: 10px;
    padding: 9px 10px;
  }
}
header .navbar .nav-btn-mobile img {
  width: 16px;
}
header .navbar .toggler-icon {
  width: 28px;
  height: 22px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 390px) {
  header .navbar .toggler-icon {
    width: 18px;
    height: 16px;
  }
}
header .navbar .toggler-icon span {
  display: block;
  height: 3px;
  width: 100%;
  background: #000;
  transition: 0.35s ease;
  border-radius: 2px;
}
header .navbar .custom-toggler {
  border: none;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
header .navbar .custom-toggler:focus {
  outline: none;
  box-shadow: none;
}
header .offcanvas {
  background-color: #f0ffc7;
}
header .offcanvas .offcanvas-btn {
  padding: 20px 30px !important;
  border-radius: 100px !important;
  justify-content: center;
}
header .offcanvas .btn-close {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  header .offcanvas .custom-logo-link img {
    max-width: 180px !important;
  }
}
header .custom-toggler.active .toggler-icon span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
header .custom-toggler.active .toggler-icon span:nth-child(2) {
  opacity: 0;
}
header .custom-toggler.active .toggler-icon span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
header .custom-close-btn {
  border: none;
  background: transparent;
  padding: 0;
}
header .close-icon {
  width: 24px;
  height: 24px;
  position: relative;
}
header .close-icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  top: 50%;
  left: 0;
  transform-origin: center;
  transition: 0.35s ease;
  border-radius: 2px;
}
header .close-icon span:nth-child(1) {
  transform: rotate(45deg);
}
header .close-icon span:nth-child(2) {
  transform: rotate(-45deg);
}

.hero-section {
  margin-top: -115px;
  padding-top: 250px;
  padding-bottom: 200px;
  position: relative;
  overflow-x: hidden;
  margin-bottom: -90px;
  background-image: url(../images/hero-bg-image.webp);
  background-position: right bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .hero-section {
    background-image: none;
    padding-bottom: 0;
    padding-top: 150px;
  }
}
.hero-section::before {
  position: absolute;
  content: "";
  background-image: url(../images/hero-white-shade.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .hero-section::before {
    display: none;
  }
}
.hero-section::after {
  position: absolute;
  content: "";
  background-image: url(../images/hero-yello-shade.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
}
@media (max-width: 991px) {
  .hero-section .hero-subheading-wrapper {
    text-align: center;
  }
}
.hero-section .hero-subheading-wrapper .hero-subheading {
  padding: 9px 20px;
  border-radius: 100px;
  background: rgba(222, 0, 48, 0.1);
}
.hero-section .hero-left-block {
  position: relative;
  z-index: 9;
  padding-bottom: 60px;
}
.hero-section .hero-left-block::after {
  position: absolute;
  content: "";
  background-image: url(../images/hero-element-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  right: 76%;
  bottom: -15%;
  width: 100px;
  height: 100px;
}
@media (max-width: 991px) {
  .hero-section .hero-left-block::after {
    right: 0;
  }
}
@media (max-width: 420px) {
  .hero-section .hero-left-block::after {
    height: 70px;
    right: 30px;
  }
}
.hero-section .hero-left-block::before {
  position: absolute;
  content: "";
  background-image: url(../images/hero-cloud-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 621px;
  height: 277px;
  top: -55%;
  left: -18%;
  z-index: 9;
  pointer-events: none;
}
.hero-section .hero-left-block .hero-heading {
  max-width: 709px;
  position: relative;
}
@media (max-width: 991px) {
  .hero-section .hero-left-block .hero-heading {
    max-width: 538px;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-left-block .hero-heading {
    max-width: 358px;
  }
}
.hero-section .hero-left-block .hero-heading::before {
  position: absolute;
  content: "";
  background-image: url(../images/hero-text-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 561px;
  height: 92px;
  z-index: -9;
  left: -10px;
  top: -13px;
}
@media (max-width: 991px) {
  .hero-section .hero-left-block .hero-heading::before {
    background-image: url(../images/hero-heading-shade-mobile.svg);
    top: -25px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-left-block .hero-heading::before {
    background-image: url(../images/hero-heading-shade-mobile.svg);
    top: -9px;
    left: 16px;
    width: 320px;
    height: 54px;
  }
}
.hero-section .hero-left-block .hero-heading::after {
  position: absolute;
  content: "";
  background-image: url(../images/3dot.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 24px;
  height: 42px;
  left: -44px;
  top: 25px;
}
@media (max-width: 991px) {
  .hero-section .hero-left-block .hero-heading::after {
    top: 0px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-left-block .hero-heading::after {
    width: 13px;
    height: 27px;
    left: 0px;
    top: 8px;
  }
}
.hero-section .hero-left-block .hero-info-text {
  max-width: 551px;
}
@media (max-width: 991px) {
  .hero-section .hero-left-block .hero-info-text {
    text-align: center;
    margin: auto;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-left-block .hero-info-text {
    max-width: 358px;
  }
}
.hero-section .hero-mobile-bottom {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
@media (max-width: 991px) {
  .hero-section .hero-mobile-bottom {
    padding-top: 30px;
  }
}

.sell-section {
  z-index: 9;
}
@media (max-width: 991px) {
  .sell-section {
    z-index: 99;
  }
}
.sell-section .sell-section-wrapper {
  padding: 44px 60px;
  border-radius: 16px;
  border: 10px solid #fff;
}
@media (max-width: 1199px) {
  .sell-section .sell-section-wrapper {
    padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .sell-section .sell-section-wrapper {
    padding: 20px 30px;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .sell-section .sell-section-wrapper {
    padding: 20px 30px;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 575px) {
  .sell-section .sell-section-wrapper {
    gap: 16px;
  }
}
@media (max-width: 330px) {
  .sell-section .sell-section-wrapper {
    padding: 20px 20px;
  }
}
.sell-section .sell-section-wrapper::before {
  position: absolute;
  content: "";
  background-image: url(../images/sell-section-element.svg);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 31px;
  top: 20px;
  left: 20px;
}
@media (max-width: 1199px) {
  .sell-section .sell-section-wrapper::before {
    top: 10px;
    width: 18px;
  }
}
@media (max-width: 575px) {
  .sell-section .sell-section-wrapper::before {
    top: 8px;
    left: 0px;
  }
}
@media (max-width: 991px) {
  .sell-section .sell-section-wrapper .sell-section-heading {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .sell-section .sell-section-wrapper .sell-section-heading {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .sell-section .sell-section-wrapper .sell-section-heading {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .sell-section .sell-section-wrapper .sell-section-heading {
    text-align: center;
  }
}
.sell-section .sell-section-wrapper form {
  padding: 10px 10px 10px 30px;
  border-radius: 100px;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
  width: 728px;
}
.sell-section .sell-section-wrapper form::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  color: var(--dark-1);
}
.sell-section .sell-section-wrapper form::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  color: var(--dark-1);
}
.sell-section .sell-section-wrapper form .sell-form-btn {
  padding: 16px 24px;
  background-color: var(--red);
  border-radius: 100px;
  border: 0;
  color: white;
  transition: all 0.5s ease-in-out;
}
.sell-section .sell-section-wrapper form .sell-form-btn:hover {
  background-color: #000;
  color: white;
}
@media (max-width: 767px) {
  .sell-section .sell-section-wrapper form .sell-form-btn {
    padding: 9px 40px;
    width: 100%;
    line-height: 157.143%;
  }
}
@media (max-width: 575px) {
  .sell-section .sell-section-wrapper form .sell-form-btn {
    padding: 9px 40px;
    width: 100%;
    line-height: 157.143%;
  }
}
.sell-section .sell-section-wrapper form #sellemail:focus {
  outline: none;
}
.sell-section .sell-section-wrapper form #sellemail:focus::-moz-placeholder {
  color: transparent;
}
.sell-section .sell-section-wrapper form #sellemail:focus::placeholder {
  color: transparent;
}
.sell-section .sell-section-wrapper form #sellemail::-moz-placeholder {
  font-size: 14px;
}
.sell-section .sell-section-wrapper form #sellemail::placeholder {
  font-size: 14px;
}
@media (max-width: 767px) {
  .sell-section .sell-section-wrapper form #sellemail {
    padding: 8px 16px;
    width: 100%;
    border-radius: 100px;
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 575px) {
  .sell-section .sell-section-wrapper form #sellemail {
    padding: 8px 16px;
    width: 100%;
    border-radius: 100px;
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1199px) {
  .sell-section .sell-section-wrapper form {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .sell-section .sell-section-wrapper form {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .sell-section .sell-section-wrapper form {
    flex-direction: column;
    background-color: transparent !important;
    gap: 24px;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .sell-section .sell-section-wrapper form {
    flex-direction: column;
    background-color: transparent !important;
    gap: 24px;
    padding: 0;
  }
}
.step-section {
  padding: 200px 0 96px 0;
  margin-top: -100px;
}
@media (max-width: 991px) {
  .step-section {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .step-section .step-top-block {
    padding-bottom: 24px !important;
  }
}
@media (max-width: 575px) {
  .step-section .step-top-block {
    padding-bottom: 24px;
  }
}
.step-section .step-top-block .step-section-heading {
  max-width: 920px;
}
@media (max-width: 1199px) {
  .step-section .step-top-block .step-section-heading {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .step-section .step-top-block .step-section-heading {
    font-size: 36px;
    max-width: 400px;
  }
}
@media (max-width: 340px) {
  .step-section .step-top-block .step-section-heading {
    font-size: 28px;
  }
}
.step-section .step-top-block .step-sub-heading {
  max-width: 920px;
  margin-inline: auto;
}
@media (max-width: 991px) {
  .step-section .step-top-block .step-sub-heading {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .step-section .step-top-block .step-sub-heading {
    font-size: 16px;
  }
}
.step-section .step-card {
  padding: 44px;
  border-radius: 32px;
  box-shadow: 24px 24px 80px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
}
@media (max-width: 1199px) {
  .step-section .step-card {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .step-section .step-card {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .step-section .step-card {
    padding: 24px 16px;
  }
}
.step-section .step-card .step-card-icon {
  padding: 46px;
  border-radius: 100%;
  background: linear-gradient(150deg, #ffdfe6 -3.71%, #fff 88.62%);
  max-width: 148px;
}
@media (max-width: 1199px) {
  .step-section .step-card .step-card-icon {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .step-section .step-card .step-card-icon {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 1199px) {
  .step-section .step-card .step-card-icon svg {
    width: 40px;
    height: 40px;
  }
}
.step-section .step-card .step-card-heading {
  padding-bottom: 12px;
}
@media (max-width: 1439px) {
  .step-section .step-card .step-card-heading h5 {
    font-size: 24px;
  }
}
@media (max-width: 1399px) {
  .step-section .step-card .step-card-heading h5 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .step-section .step-card .step-card-heading h5 {
    font-size: 24px;
  }
}
@media (max-width: 1439px) {
  .step-section .step-card .step-card-heading .step-card-info {
    font-size: 18px;
  }
}
@media (max-width: 1399px) {
  .step-section .step-card .step-card-heading .step-card-info {
    font-size: 15px;
  }
}
@media (max-width: 1399px) {
  .step-section .step-card .step-card-heading .step-card-info {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .step-section .step-card .step-card-heading .step-card-info {
    max-width: 326px;
    margin: auto;
    font-weight: 400;
  }
}
.step-section .hero-cta {
  padding: 44px 60px;
  border-radius: 16px;
  border: 10px solid #fff;
  position: absolute;
  top: -10%;
  z-index: 999;
}
.step-section .hero-cta .cta-form {
  border-radius: 100px;
  padding: 12px 10px;
  width: 708px;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .step-section .hero-cta .cta-form {
    flex-direction: column;
    width: 326px;
    background-color: transparent !important;
    box-shadow: none;
    gap: 16px;
  }
}
.step-section .hero-cta .cta-form #homeemail {
  padding: 12px 30px 12px 30px;
  border-radius: 100px;
  border: 0;
}
.step-section .hero-cta .cta-form #homeemail::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.step-section .hero-cta .cta-form #homeemail::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.step-section .hero-cta .cta-form #homeemail:focus {
  outline: none;
  border: none;
}
.step-section .hero-cta .cta-form #homeemail:focus::-moz-placeholder {
  color: transparent;
}
.step-section .hero-cta .cta-form #homeemail:focus::placeholder {
  color: transparent;
}
.step-section .hero-cta .cta-form .cta-btn {
  padding: 16px 40px;
  border-radius: 100px;
  transition: all 0.5s ease-in-out;
}
.step-section .hero-cta .cta-form .cta-btn:hover {
  background-color: #000;
  color: white;
}
@media (max-width: 1199px) {
  .step-section .step-card-row {
    align-items: center;
  }
}

.award-section {
  padding-top: 90px;
  background: #f2f2f2;
  background-image: url(../images/chris-section-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991px) {
  .award-section {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .award-section .award-row {
    gap: 50px;
  }
}
@media (max-width: 1399px) {
  .award-section .award-row {
    align-items: end;
  }
}
.award-section .award-row .award-left-block .award-image-wrapper {
  z-index: 9;
  margin-left: -10vw;
}
.award-section .award-row .award-left-block .chris-voice {
  padding: 24px;
  border-radius: 24px;
  box-shadow: 24px 24px 80px 0 rgba(0, 0, 0, 0.1);
  width: 380px;
  top: -25px;
  right: 60px;
}
@media (max-width: 575px) {
  .award-section .award-row .award-left-block .chris-voice {
    width: 190px;
    padding: 12px;
    right: 0px;
  }
}
@media (max-width: 1439px) {
  .award-section .award-row .award-left-block .chris-voice {
    right: 0px;
  }
}
@media (max-width: 1399px) {
  .award-section .award-row .award-left-block .chris-voice {
    width: 320px;
  }
}
@media (max-width: 1199px) {
  .award-section .award-row .award-left-block .chris-voice {
    width: 280px;
  }
}
@media (max-width: 575px) {
  .award-section .award-row .award-left-block .chris-voice {
    width: 190px;
  }
}
@media (max-width: 575px) {
  .award-section .award-row .award-left-block .chris-voice .chris-voice-text {
    font-size: 14px;
  }
}
@media (max-width: 1399px) {
  .award-section .award-row .award-left-block .chris-voice .chris-voice-text {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .award-section .award-row .award-left-block .chris-voice .chris-voice-text {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .award-section .award-row .award-left-block .chris-voice .chris-voice-text {
    font-size: 14px;
  }
}
.award-section .award-row .award-left-block .chris-voice img {
  bottom: -25px;
}
@media (max-width: 350px) {
  .award-section .award-row .award-right-block .award-info {
    font-size: 16px;
    font-weight: 400;
  }
}
@media (max-width: 575px) {
  .award-section .award-row .award-right-block .award-info {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .award-section .award-row .award-right-block .award-logo-wrap {
    padding-bottom: 24px !important;
  }
}
@media (max-width: 350px) {
  .award-section .award-row .award-right-block .award-logo-wrap {
    padding-bottom: 24px !important;
  }
}
@media (max-width: 991px) {
  .award-section .award-row .award-right-block .award-logo-wrap .award-logo {
    width: 118px;
  }
}
@media (max-width: 767px) {
  .award-section .award-row .award-right-block .award-logo-wrap .award-logo {
    width: 85px;
  }
}
@media (max-width: 575px) {
  .award-section .award-row .award-right-block .award-logo-wrap .award-logo {
    width: 85px;
  }
}
@media (max-width: 1399px) {
  .award-section .award-row .award-right-block {
    padding-bottom: 50px;
  }
}

.client-section {
  padding: 96px 0;
  position: relative;
}
@media (max-width: 991px) {
  .client-section {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .client-section .client-section-wrapper .client-section-heading {
    padding-bottom: 24px !important;
  }
}
.client-section .client-section-wrapper .client-card {
  padding: 16px;
  border-radius: 16px;
  gap: 12px;
  background-image: url(../images/ReasonItem.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1399px) {
  .client-section .client-section-wrapper .client-card {
    padding: 15px;
  }
}
@media (max-width: 400px) {
  .client-section .client-section-wrapper .client-card {
    padding: 12px;
  }
}
@media (max-width: 575px) {
  .client-section .client-section-wrapper .client-card .client-card-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .client-section .client-section-wrapper .client-card .client-card-text {
    font-size: 16px;
  }
}
@media (max-width: 402px) {
  .client-section .client-section-wrapper .client-card .client-card-text {
    font-size: 13px;
  }
}
.client-section .client-overlay {
  width: 1158px;
  height: 196px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--Secondary-Secondary, #baef2e);
  opacity: 0.25;
  filter: blur(112px);
}
@media (max-width: 1199px) {
  .client-section .client-overlay {
    width: 1000px;
  }
}
@media (max-width: 991px) {
  .client-section .client-overlay {
    width: 800px;
  }
}
@media (max-width: 767px) {
  .client-section .client-overlay {
    width: 600px;
  }
}
@media (max-width: 575px) {
  .client-section .client-overlay {
    width: 450px;
  }
}
@media (max-width: 420px) {
  .client-section .client-overlay {
    width: 300px;
  }
}

.contact-section {
  padding: 96px 0;
  background-color: #1c1c1c;
  background-image: url('data:image/svg+xml,%3Csvg width="1920" height="903" viewBox="0 0 1920 903" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath opacity="0.02" d="M-120.89 828.496C-16.451 840.338 223.472 796.292 347.651 525.372C502.876 186.721 816.322 22.7027 1190.32 73.0696C1564.31 123.437 1645.47 177.832 1869.02 68.0152C2047.86 -19.8383 2248.01 -61.5917 2325.73 -71.4867L2221.09 179.369C2118.16 179.409 1895.87 223.863 1830.1 401.36C1747.9 623.23 1438.56 87.19 934.977 213.062C431.399 338.935 479.976 846.416 120.617 934.33C-166.871 1004.66 -550.042 1198.46 -705.692 1286.57C-596.377 1268.29 -274.252 1202.3 139.737 1084.51C657.223 937.272 697.895 445.15 1044.79 436.614C1391.69 428.078 1401.05 781.406 1713.84 812.842C1964.08 837.991 2477.45 607.149 2702.86 488.584L2547.82 40.3831" stroke="white" stroke-width="30"/%3E%3C/svg%3E');
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .contact-section {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .contact-section {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .contact-section .contact-section-wrapper {
    gap: 48px;
  }
}
@media (max-width: 575px) {
  .contact-section .contact-section-wrapper {
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-section-wrapper {
    gap: 48px;
  }
}
@media (max-width: 991px) {
  .contact-section .contact-section-wrapper {
    gap: 48px;
  }
}
.contact-section .contact-section-wrapper .contact-right-block .contect-right-block-top,
.contact-section .contact-section-wrapper .contact-right-block .contect-right-block-bottom {
  padding-bottom: 78px;
}
@media (max-width: 575px) {
  .contact-section .contact-section-wrapper .contact-right-block .contect-right-block-top,
  .contact-section .contact-section-wrapper .contact-right-block .contect-right-block-bottom {
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-section-wrapper .contact-right-block .contect-right-block-top,
  .contact-section .contact-section-wrapper .contact-right-block .contect-right-block-bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .contact-section .contact-section-wrapper .contact-right-block .contect-right-block-top,
  .contact-section .contact-section-wrapper .contact-right-block .contect-right-block-bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .contact-section .contact-section-wrapper .contact-right-block .contect-right-block-top .contact-right-heading,
  .contact-section .contact-section-wrapper .contact-right-block .contect-right-block-bottom .contact-right-heading {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .contact-section .contact-section-wrapper .contact-right-block .contect-right-block-top .contact-right-subheading,
  .contact-section .contact-section-wrapper .contact-right-block .contect-right-block-bottom .contact-right-subheading {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .contact-section .contact-section-wrapper .contact-right-block .contect-right-block-top .contact-right-subheading,
  .contact-section .contact-section-wrapper .contact-right-block .contect-right-block-bottom .contact-right-subheading {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .contact-section .contact-section-wrapper .contact-right-block .contect-right-block-top .contact-text,
  .contact-section .contact-section-wrapper .contact-right-block .contect-right-block-bottom .contact-text {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .contact-section .contact-section-wrapper .contact-right-block .contect-right-block-top .contact-number,
  .contact-section .contact-section-wrapper .contact-right-block .contect-right-block-bottom .contact-number {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .contact-section .contact-section-wrapper .contact-right-block .contect-right-block-top .contact-number,
  .contact-section .contact-section-wrapper .contact-right-block .contect-right-block-bottom .contact-number {
    font-size: 40px;
  }
}
.contact-section .contact-section-wrapper .contact-right-block .cash-logo {
  padding: 16px;
  background-image: url(../images/ReasonItem.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 309px;
  height: 100px;
}
@media (max-width: 991px) {
  .contact-section .contact-section-wrapper .contact-right-block .cash-logo {
    margin: auto;
  }
}

.accordion-section {
  padding: 96px 0;
}
@media (max-width: 991px) {
  .accordion-section {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .accordion-section .accordion-section-wrapper .accordion-section-heading {
    max-width: 340px;
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .accordion-section .accordion-section-wrapper .accordion-section-heading {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .accordion-section .accordion-section-wrapper {
    gap: 54px;
  }
}
@media (max-width: 1199px) {
  .accordion-section .accordion-section-wrapper .accordion-right-block {
    justify-content: center !important;
  }
}
.accordion-section .accordion-section-wrapper .accordion-right-block #home-accordion {
  width: 708px;
  gap: 32px;
}
.accordion-section .accordion-section-wrapper .accordion-right-block #home-accordion .accordion-item {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  border: none;
}
.accordion-section .accordion-section-wrapper .accordion-right-block #home-accordion .accordion-item .accordion-body {
  border-top: 1px solid #f2f2f2;
}
.accordion-section .accordion-section-wrapper .accordion-right-block #home-accordion .accordion-item .accordion-body .accordion-body-text {
  padding: 16px 24px 24px 24px;
}
@media (max-width: 575px) {
  .accordion-section .accordion-section-wrapper .accordion-right-block #home-accordion .accordion-item .accordion-body .accordion-body-text {
    text-align: start;
    font-size: 18px;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .accordion-section .accordion-section-wrapper .accordion-right-block #home-accordion .accordion-item .accordion-body .accordion-body-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .accordion-section .accordion-section-wrapper .accordion-right-block #home-accordion .accordion-item .accordion-body .accordion-body-text {
    font-weight: 400;
  }
}
.accordion-section .accordion-section-wrapper .accordion-right-block #home-accordion .accordion-item .accordion-button {
  padding: 0;
}
.accordion-section .accordion-section-wrapper .accordion-right-block #home-accordion .accordion-item .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
@media (max-width: 575px) {
  .accordion-section .accordion-section-wrapper .accordion-right-block #home-accordion .accordion-item .accordion-button {
    font-size: 18px;
    display: flex;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .accordion-section .accordion-section-wrapper .accordion-right-block #home-accordion .accordion-item .accordion-button {
    font-size: 18px;
    display: flex;
    gap: 40px;
  }
}
.accordion-section .accordion-section-wrapper .accordion-right-block #home-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}
.accordion-section .accordion-section-wrapper .accordion-right-block #home-accordion .accordion-item .accordion-body {
  padding: 0;
}
.accordion-section .accordion-section-wrapper .accordion-right-block #home-accordion .accordion-item .accordion-tag {
  padding: 5px 8px;
  border-radius: 16px;
  border: 4px solid #f0e5a3;
  top: -15px;
  z-index: 22;
  left: 20px;
}

.purchase-section {
  padding-top: 96px;
}
@media (max-width: 991px) {
  .purchase-section {
    padding: 50px 0;
  }
}
.purchase-section .purchase-section-heading {
  max-width: 780px;
}
.purchase-section .map-location-wrapper .location-card {
  width: 178px;
  height: 186px;
  padding: 4px 4px 16px 4px;
  border-radius: 16px;
  box-shadow: 24px 24px 80px 0 rgba(0, 0, 0, 0.1);
  animation: showHide 4s ease-in-out infinite;
}
@media (max-width: 1399px) {
  .purchase-section .map-location-wrapper .location-card {
    width: 160px;
    height: 175px;
  }
}
@media (max-width: 1199px) {
  .purchase-section .map-location-wrapper .location-card {
    width: 120px;
    height: 126px;
  }
}
@media (max-width: 575px) {
  .purchase-section .map-location-wrapper .location-card {
    width: 75px;
    height: 95px;
  }
}
.purchase-section .map-location-wrapper .location-card .location-card-info {
  padding: 12px 12px 0px 12px;
}
@media (max-width: 1199px) {
  .purchase-section .map-location-wrapper .location-card .location-card-info {
    padding: 8px 8px 0 8px;
  }
}
.purchase-section .map-location-wrapper .location-card .location-card-info .location-card-heading {
  padding-top: 6px;
}
@media (max-width: 1199px) {
  .purchase-section .map-location-wrapper .location-card .location-card-info .location-card-heading {
    font-size: 16px;
    padding-top: 4px;
  }
}
@media (max-width: 575px) {
  .purchase-section .map-location-wrapper .location-card .location-card-info .location-card-heading {
    font-size: 10px;
  }
}
@media (max-width: 1199px) {
  .purchase-section .map-location-wrapper .location-card .location-card-info .location-card-subheading {
    font-size: 10px;
  }
}
.purchase-section .map-location-wrapper .location-card .location-card-marker {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -20px;
}
@media (max-width: 575px) {
  .purchase-section .map-location-wrapper .location-card .location-card-marker {
    margin-bottom: -15px;
  }
}
@media (max-width: 575px) {
  .purchase-section .map-location-wrapper .location-card .location-card-marker svg {
    width: 18px;
    height: 13px;
  }
}
@keyframes showHide {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  20%, 80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
.purchase-section .map-location-wrapper .card-1 {
  top: 250px;
  left: 20px;
}
@media (max-width: 991px) {
  .purchase-section .map-location-wrapper .card-1 {
    top: 100px;
  }
}
@media (max-width: 575px) {
  .purchase-section .map-location-wrapper .card-1 {
    display: none;
  }
}
.purchase-section .map-location-wrapper .card-2 {
  left: 13%;
  bottom: 15%;
  animation: showHide 3s ease-in-out infinite;
}
@media (max-width: 1499px) {
  .purchase-section .map-location-wrapper .card-2 {
    display: none;
  }
}
.purchase-section .map-location-wrapper .card-3 {
  left: 13%;
  top: 10%;
  animation: showHide 5s ease-in-out infinite;
}
.purchase-section .map-location-wrapper .card-4 {
  left: 27%;
  bottom: 20%;
  animation: showHide 7s ease-in-out infinite;
}
@media (max-width: 575px) {
  .purchase-section .map-location-wrapper .card-4 {
    display: none;
  }
}
.purchase-section .map-location-wrapper .card-5 {
  left: 35%;
  top: 15%;
  animation: showHide 9s ease-in-out infinite;
}
@media (max-width: 1399px) {
  .purchase-section .map-location-wrapper .card-5 {
    display: none;
  }
}
.purchase-section .map-location-wrapper .card-6 {
  left: 42%;
  bottom: 28%;
  animation: showHide 11s ease-in-out infinite;
  z-index: 9;
}
.purchase-section .map-location-wrapper .card-7 {
  left: 47%;
  bottom: 50%;
  animation: showHide 9s ease-in-out infinite;
}
@media (max-width: 1499px) {
  .purchase-section .map-location-wrapper .card-7 {
    display: none;
  }
}
.purchase-section .map-location-wrapper .card-8 {
  left: 58%;
  bottom: 60%;
  animation: showHide 10s ease-in-out infinite;
}
@media (max-width: 767px) {
  .purchase-section .map-location-wrapper .card-8 {
    display: none;
  }
}
.purchase-section .map-location-wrapper .card-9 {
  left: 70%;
  bottom: 45%;
  animation: showHide 5s ease-in-out infinite;
}
@media (max-width: 575px) {
  .purchase-section .map-location-wrapper .card-9 {
    bottom: 30%;
  }
}
.purchase-section .map-location-wrapper .card-10 {
  left: 83%;
  bottom: 64%;
  animation: showHide 7.5s ease-in-out infinite;
}
@media (max-width: 991px) {
  .purchase-section .map-location-wrapper .card-10 {
    display: none;
  }
}
@media (max-width: 767px) {
  .purchase-section .map-location-wrapper .card-10 {
    display: none;
  }
}

.cta-section {
  padding: 96px 0;
}
@media (max-width: 991px) {
  .cta-section {
    padding: 50px 0;
  }
}
.cta-section .cta-section-wrapper {
  padding: 96px 0;
  border-radius: 48px;
  background: linear-gradient(154deg, #8cff93 10.63%, #f4ffd7 103.1%);
  position: relative;
}
@media (max-width: 575px) {
  .cta-section .cta-section-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 991px) {
  .cta-section .cta-section-wrapper {
    padding: 32px 24px;
  }
}
.cta-section .cta-section-wrapper::before {
  position: absolute;
  content: "";
  background-image: url(../images/XMLID_1_.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  bottom: 0;
  left: 10px;
  width: 225px;
  height: 269px;
}
@media (max-width: 575px) {
  .cta-section .cta-section-wrapper::before {
    width: 76.022px;
    height: 89.648px;
    top: 0;
  }
}
@media (max-width: 1399px) {
  .cta-section .cta-section-wrapper::before {
    width: 150px;
  }
}
@media (max-width: 1199px) {
  .cta-section .cta-section-wrapper::before {
    display: none;
  }
}
.cta-section .cta-section-wrapper .cta-section-heading {
  max-width: 884px;
}
@media (max-width: 991px) {
  .cta-section .cta-section-wrapper .cta-section-heading {
    padding-bottom: 32px !important;
  }
}
@media (max-width: 575px) {
  .cta-section .cta-section-wrapper .cta-section-heading {
    max-width: 326px;
    padding-bottom: 24px;
  }
}
.cta-section .cta-section-wrapper .cta-form {
  border-radius: 100px;
  padding: 12px 10px;
  width: 708px;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .cta-section .cta-section-wrapper .cta-form {
    flex-direction: column;
    background-color: transparent !important;
    box-shadow: none;
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .cta-section .cta-section-wrapper .cta-form {
    width: 100%;
  }
}
.cta-section .cta-section-wrapper .cta-form #homeemail {
  padding: 12px 30px 12px 30px;
  border-radius: 100px;
  border: 0;
}
.cta-section .cta-section-wrapper .cta-form #homeemail::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.cta-section .cta-section-wrapper .cta-form #homeemail::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.cta-section .cta-section-wrapper .cta-form #homeemail:focus {
  outline: none;
  border: none;
}
.cta-section .cta-section-wrapper .cta-form .cta-btn {
  padding: 16px 40px;
  border-radius: 100px;
  transition: all 0.5s ease-in-out;
}
.cta-section .cta-section-wrapper .cta-form .cta-btn:hover {
  background-color: #000;
  color: white;
}

.communities-hero {
  background-image: url(../images/community-hero-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 400px;
}
@media (max-width: 991px) {
  .communities-hero {
    background-image: none;
    background: linear-gradient(188deg, #f2ffd2 15.51%, rgba(255, 255, 255, 0) 30.47%);
    padding-top: 200px;
    padding-bottom: 0 !important;
  }
}
.communities-hero::after {
  position: absolute;
  content: "";
  background-image: url(../images/about-banner-shade.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .communities-hero::after {
    left: -250px;
  }
}
@media (max-width: 1199px) {
  .communities-hero::after {
    left: -350px;
  }
}
@media (max-width: 991px) {
  .communities-hero::after {
    display: none;
  }
}
.communities-hero::before {
  position: absolute;
  content: "";
  background-image: url(../images/hero-yello-shade.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: 9;
  pointer-events: none;
}
.communities-hero .communities-hero-heading {
  max-width: 709px;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .communities-hero .communities-hero-heading {
    max-width: 538px;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .communities-hero .communities-hero-heading {
    max-width: 358px;
  }
}
.communities-hero .communities-hero-heading .communities-heading-highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.communities-hero .communities-hero-heading .communities-heading-highlight::before {
  content: "";
  position: absolute;
  left: -0.35em;
  top: 0;
  width: 60%;
  height: 1em;
  background: #baef2e;
  transform: skew(8deg);
  z-index: -1;
  border-radius: 0;
}
.communities-hero .communities-hero-heading .communities-heading-highlight::after {
  content: "";
  position: absolute;
  right: -0.35em;
  top: 0;
  width: 60%;
  height: 1em;
  background: #baef2e;
  transform: skew(-8deg);
  z-index: -1;
  border-radius: 0;
}
.communities-hero .communities-hero-left:before {
  position: absolute;
  content: "";
  display: none;
}
.communities-hero .communities-hero-left::after {
  position: absolute;
  content: "";
  background-image: url(../images/hero-element-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  right: 76%;
  bottom: -42%;
  width: 162px;
  height: 143px;
}
@media (max-width: 991px) {
  .communities-hero .communities-hero-left::after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .communities-hero .communities-hero-left::after {
    right: 0;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .communities-hero .communities-hero-left::after {
    bottom: -100px;
  }
}

.community-section {
  padding: 96px 0;
  background: linear-gradient(180deg, #d4ffcf -0.04%, #fff 67.53%);
}
@media (max-width: 991px) {
  .community-section {
    padding: 50px 0;
  }
}
.community-section .community-section-wrapper .community-location-wrap {
  padding-bottom: 85px;
}
.community-section .community-section-wrapper .community-location-wrap .community-location a {
  transition: color 0.3s ease;
  position: relative;
}
.community-section .community-section-wrapper .community-location-wrap .community-location a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: red;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.community-section .community-section-wrapper .community-location-wrap .community-location a:hover::after {
  transform: scaleX(1);
}
@media (max-width: 575px) {
  .community-section .community-section-wrapper .community-location-wrap .community-location a {
    font-size: 12px;
  }
}
.community-section .community-section-wrapper .community-location-wrap .community-location a p:hover {
  color: red;
}
.community-section .community-section-wrapper .community-bottom-heading {
  max-width: 581px;
}
.community-section .community-section-wrapper .community-bottom-block {
  padding-bottom: 70px;
}
@media (max-width: 1199px) {
  .community-section .community-section-wrapper .community-bottom-block img {
    width: 500px;
  }
}
.community-section .community-section-wrapper .cta-form {
  border-radius: 100px;
  padding: 12px 10px;
  width: 708px;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .community-section .community-section-wrapper .cta-form {
    flex-direction: column;
    width: 326px;
    background-color: transparent !important;
    box-shadow: none;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .community-section .community-section-wrapper .cta-form {
    width: 100%;
  }
}
.community-section .community-section-wrapper .cta-form #homeemail {
  padding: 12px 30px 12px 30px;
  border-radius: 100px;
  border: 0;
}
.community-section .community-section-wrapper .cta-form #homeemail::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.community-section .community-section-wrapper .cta-form #homeemail::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.community-section .community-section-wrapper .cta-form #homeemail:focus {
  outline: none;
  border: none;
}
@media (max-width: 575px) {
  .community-section .community-section-wrapper .cta-form #homeemail {
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
  }
}
.community-section .community-section-wrapper .cta-form .cta-btn {
  padding: 16px 40px;
  border-radius: 100px;
  transition: all 0.5s ease-in-out;
}
.community-section .community-section-wrapper .cta-form .cta-btn:hover {
  background-color: #000;
  color: white;
}
@media (max-width: 991px) {
  .community-section .community-section-wrapper .cta-form .cta-btn {
    padding: 10px 24px;
  }
}
@media (max-width: 575px) {
  .community-section .community-section-wrapper .cta-form .cta-btn {
    padding: 10px 24px;
    justify-content: center;
  }
}

.why-section {
  background-color: #f2f2f2;
  padding: 96px 0;
}
@media (max-width: 991px) {
  .why-section {
    padding: 50px 0;
  }
}
.why-section .why-section-heading {
  max-width: 858px;
  margin: auto;
}
.why-section .why-card {
  padding: 24px;
  border-radius: 32px;
  box-shadow: 24px 24px 80px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
}
@media (max-width: 1399px) {
  .why-section .why-card {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .why-section .why-card {
    padding: 24px;
  }
}
.why-section .why-card .why-card-icon {
  padding: 46px;
  border-radius: 50%;
  width: 148px;
  height: 148px;
}
@media (max-width: 991px) {
  .why-section .why-card .why-card-icon {
    width: 112px;
    height: 112px;
    padding: 32px;
  }
}
@media (max-width: 991px) {
  .why-section .why-card .why-card-icon svg {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 1399px) {
  .why-section .why-card .why-card-info {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .why-section .why-card .why-card-info {
    font-size: 18px;
  }
}
.why-section .why-card .why-card-heading {
  padding-bottom: 12px;
}
@media (max-width: 1399px) {
  .why-section .why-card .why-card-heading {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .why-section .why-card .why-card-heading {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .why-section .why-section-bottom {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .why-section .why-section-bottom .why-bottom-text {
    font-size: 20px;
  }
}
.why-section .why-section-bottom .why-section-btn {
  padding: 15px 30px;
  background-color: #baef2e;
  border-radius: 100px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .why-section .why-section-bottom .why-section-btn {
    font-size: 16px;
  }
}
.why-section .why-section-bottom .why-section-btn:hover {
  background-color: #000;
  color: #fff;
}

.three-step-section {
  padding: 96px 0;
}
@media (max-width: 991px) {
  .three-step-section {
    padding: 50px 0;
  }
}
.three-step-section .three-step-heading {
  max-width: 1030px;
}
.three-step-section .three-step-wrapper .step-timeline .step-number {
  padding: 34px;
  border-radius: 50%;
  background: #fce5ea;
  width: 128px;
  height: 128px;
}
@media (max-width: 991px) {
  .three-step-section .three-step-wrapper .step-timeline .step-number {
    padding: 24px;
    width: 86px;
    height: 86px;
  }
}
@media (max-width: 767px) {
  .three-step-section .three-step-wrapper .step-timeline .step-number {
    padding: 16px;
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 991px) {
  .three-step-section .three-step-wrapper .step-timeline .step-number h3 {
    font-size: 18px;
  }
}
.three-step-section .three-step-wrapper .step-timeline .step-line {
  width: 2px;
  height: 420px !important;
}
@media (max-width: 991px) {
  .three-step-section .three-step-wrapper .step-timeline .step-line {
    height: 400px !important;
  }
}
@media (max-width: 767px) {
  .three-step-section .three-step-wrapper .step-timeline .step-line {
    height: 400px !important;
  }
}
@media (max-width: 575px) {
  .three-step-section .three-step-wrapper .step-timeline .step-line {
    height: 187px !important;
  }
}
.three-step-section .three-step-wrapper .step-item-wrapper {
  gap: 96px;
}
@media (max-width: 991px) {
  .three-step-section .three-step-wrapper .step-item-wrapper {
    gap: 48px;
  }
}
@media (max-width: 991px) {
  .three-step-section .three-step-wrapper .step-item-wrapper .three-step-card {
    gap: 32px !important;
  }
}
@media (max-width: 767px) {
  .three-step-section .three-step-wrapper .step-item-wrapper .three-step-card {
    gap: 16px !important;
  }
}
@media (max-width: 575px) {
  .three-step-section .three-step-wrapper .step-item-wrapper .three-step-card {
    align-items: start !important;
  }
}
.three-step-section .three-step-wrapper .step-item-wrapper .three-step-card .step-card-img {
  border-radius: 35px;
  border: 4px solid #fff;
}
@media (max-width: 991px) {
  .three-step-section .three-step-wrapper .step-item-wrapper .three-step-card .step-card-img {
    width: 500px;
  }
}
.three-step-section .three-step-wrapper .step-item-wrapper .step-card-info .step-card-text {
  padding: 9px 16px;
  border-radius: 16px;
  border: 2px solid red;
}
.three-step-section .three-step-wrapper .step-item-wrapper .step-card-info .step-card-heading {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  .three-step-section .three-step-wrapper .step-item-wrapper .step-card-info .step-card-heading {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .three-step-section .three-step-wrapper .step-item-wrapper .step-card-info .step-card-subheading {
    font-size: 18px;
  }
}

.offer-section {
  padding: 96px 0;
  background: linear-gradient(204deg, #ffcfda 14.7%, rgba(254, 231, 236, 0) 85.25%);
}
@media (max-width: 991px) {
  .offer-section {
    padding: 50px 0;
  }
}
.offer-section .offer-img {
  border-radius: 40px;
  border: 5px solid #fff;
}
@media (max-width: 991px) {
  .offer-section .offer-subheading {
    font-size: 18px;
  }
}
.offer-section .offer-btn {
  border-radius: 100px;
  background: #de0030;
  padding: 15px 40px;
  transition: all 0.5s ease-in-out;
}
.offer-section .offer-btn:hover {
  background-color: #000;
  color: white;
}

.detail-section {
  padding: 96px 0;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .detail-section {
    padding: 50px 0;
  }
}
.detail-section .detail-wrap {
  padding: 24px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 24px 24px 80px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
}
@media (max-width: 991px) {
  .detail-section .detail-wrap .detail-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .detail-section .detail-wrap .detail-text {
    font-size: 14px;
  }
}

.town-section {
  padding: 96px 0;
}
@media (max-width: 991px) {
  .town-section {
    padding: 50px 0;
  }
}
.town-section .town-section-heading {
  max-width: 930px;
  margin: auto;
}
.town-section .town-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.town-section .town-card-wrapper .help-item {
  overflow: hidden;
  border-radius: 16px;
  width: calc((100% - 72px) / 4);
}
@media (max-width: 1399px) {
  .town-section .town-card-wrapper .help-item {
    width: calc((100% - 72px) / 3);
  }
}
@media (max-width: 991px) {
  .town-section .town-card-wrapper .help-item {
    width: calc((100% - 72px) / 2);
  }
}
@media (max-width: 767px) {
  .town-section .town-card-wrapper .help-item {
    width: calc((100% - 72px) / 1);
  }
}
.town-section .town-card-wrapper .help-item:hover .help-item-image {
  transform: scale(1.08);
}
.town-section .town-card-wrapper .help-item:hover .help-item-btn {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}
.town-section .town-card-wrapper .help-item .help-item-image {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}
.town-section .town-card-wrapper .help-item .overlay-svg {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 16px;
}
.town-section .town-card-wrapper .help-item .help-item-btn {
  padding: 12px 16px;
  border-radius: 50px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(3.5px);
          backdrop-filter: blur(3.5px);
  left: 16px;
  right: 16px;
  bottom: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
@media (max-width: 767px) {
  .town-section .town-card-wrapper .help-item .help-item-btn {
    padding: 10px 16px;
  }
}
@media (max-width: 991px) {
  .town-section .town-card-wrapper .help-item .help-item-heading {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .town-section .town-card-wrapper .help-item .help-item-heading {
    font-size: 16px;
  }
}

.ny-section {
  padding: 96px 0;
}
@media (max-width: 991px) {
  .ny-section {
    padding: 50px 0;
  }
}
@media (max-width: 1399px) {
  .ny-section .ny-heading {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .ny-section .ny-heading {
    font-size: 36px;
  }
}
@media (max-width: 1399px) {
  .ny-section .ny-subheading {
    font-size: 16px;
  }
}

.prefer-section {
  padding: 96px 0;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .prefer-section {
    padding: 50px 0;
  }
}
.prefer-section .prefer-heading {
  max-width: 976px;
  margin: auto;
}
.prefer-section .prefer-card {
  padding: 24px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 24px 24px 80px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
}
.prefer-section .prefer-card .prefer-card-icon {
  padding: 46px;
  width: 148px;
  height: 148px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .prefer-section .prefer-card .prefer-card-icon {
    width: 112px;
    height: 112px;
    padding: 32px;
  }
}
.prefer-section .prefer-card .prefer-card-heading {
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  .prefer-section .prefer-card .prefer-card-heading {
    font-size: 24px;
  }
}
@media (max-width: 1399px) {
  .prefer-section .prefer-card .prefer-card-subheading {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .prefer-section .prefer-card .prefer-card-subheading {
    font-size: 16px;
  }
}
.prefer-section .prefer-btn {
  border-radius: 100px;
  background: #de0030;
  padding: 15px 40px;
  transition: all 0.5s ease-in-out;
}
.prefer-section .prefer-btn:hover {
  background-color: #000;
  color: #fff;
}

.estate-section {
  padding: 96px 0;
}
@media (max-width: 991px) {
  .estate-section {
    padding: 50px 0;
  }
}
.estate-section .estate-heading {
  max-width: 900px;
  margin: auto;
}
.estate-section .blog-card-wrapper {
  border-radius: 12px;
  border: 1px solid #f2f2f2;
  box-shadow: 4px 15px 60px 0 rgba(7, 35, 41, 0.07);
  overflow: hidden;
  height: 100%;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  /* ================= IMAGE ================= */
  /* ================= INFO ================= */
  /* ================= CARD HOVER ================= */
}
.estate-section .blog-card-wrapper .blog-card-image {
  overflow: hidden;
}
.estate-section .blog-card-wrapper .blog-card-image img {
  width: 100%;
  transition: transform 0.4s ease;
}
.estate-section .blog-card-wrapper .blog-info-wrapper {
  padding: 16px 16px 24px 16px;
  background-image: url(../images/blog-bg-img.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  /* ================= READ MORE ================= */
}
@media (max-width: 575px) {
  .estate-section .blog-card-wrapper .blog-info-wrapper {
    padding: 14px 10px 18px 10px;
  }
}
.estate-section .blog-card-wrapper .blog-info-wrapper .blog-author-wrapper {
  gap: 20px;
}
.estate-section .blog-card-wrapper .blog-info-wrapper .blog-author-wrapper * {
  line-height: 1;
}
@media (max-width: 991px) {
  .estate-section .blog-card-wrapper .blog-info-wrapper .blog-author-wrapper {
    padding-bottom: 11px !important;
  }
}
.estate-section .blog-card-wrapper .blog-info-wrapper .blog-author-wrapper .author-info {
  gap: 7px;
}
.estate-section .blog-card-wrapper .blog-info-wrapper .blog-author-wrapper .author-info .blog-author-img {
  border-radius: 50%;
}
@media (max-width: 991px) {
  .estate-section .blog-card-wrapper .blog-info-wrapper .blog-author-wrapper .author-info .author-name {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .estate-section .blog-card-wrapper .blog-info-wrapper .blog-author-wrapper .author-info .author-name {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .estate-section .blog-card-wrapper .blog-info-wrapper .blog-author-wrapper .author-info .author-name {
    font-size: 10px;
  }
}
.estate-section .blog-card-wrapper .blog-info-wrapper .blog-date-wrapper {
  gap: 8px;
}
@media (max-width: 991px) {
  .estate-section .blog-card-wrapper .blog-info-wrapper .blog-date-text {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .estate-section .blog-card-wrapper .blog-info-wrapper .blog-date-text {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .estate-section .blog-card-wrapper .blog-info-wrapper .blog-date-text {
    font-size: 10px;
  }
}
.estate-section .blog-card-wrapper .blog-info-wrapper .blog-divider {
  width: 100%;
  height: 1px;
  background: #fce5ea;
}
@media (max-width: 1399px) {
  .estate-section .blog-card-wrapper .blog-info-wrapper .blog-heading {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .estate-section .blog-card-wrapper .blog-info-wrapper .blog-heading {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .estate-section .blog-card-wrapper .blog-info-wrapper .blog-heading {
    font-size: 20px;
  }
}
.estate-section .blog-card-wrapper .blog-info-wrapper .blog-info-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .estate-section .blog-card-wrapper .blog-info-wrapper .blog-info-text {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .estate-section .blog-card-wrapper .blog-info-wrapper .blog-info-text {
    font-size: 14px;
  }
}
.estate-section .blog-card-wrapper .blog-info-wrapper .blog-btn {
  transition: color 0.3s ease;
}
.estate-section .blog-card-wrapper .blog-info-wrapper .blog-btn svg {
  transition: transform 0.3s ease;
}
@media (max-width: 991px) {
  .estate-section .blog-card-wrapper .blog-info-wrapper .blog-btn {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .estate-section .blog-card-wrapper .blog-info-wrapper .blog-btn {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .estate-section .blog-card-wrapper .blog-info-wrapper .blog-btn svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .estate-section .blog-card-wrapper .blog-info-wrapper .blog-btn svg {
    width: 20px;
    height: 20px;
  }
}
.estate-section .blog-card-wrapper:hover {
  box-shadow: none;
}
.estate-section .blog-card-wrapper:hover .blog-card-image img {
  transform: scale(1.08);
}
.estate-section .blog-card-wrapper:hover .blog-btn {
  color: red;
}
.estate-section .blog-card-wrapper:hover .blog-btn svg {
  transform: translateX(6px);
}

footer {
  padding-top: 96px;
}
footer .footer-section-wrapper {
  /* 1. Wrapper Styling */
  /* 2. Accordion Overrides */
}
footer .footer-section-wrapper .footer-top-block {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--dark-4);
}
@media (max-width: 767px) {
  footer .footer-section-wrapper .footer-top-block {
    gap: 22px;
  }
}
footer .footer-section-wrapper .footer-top-block .footer-social {
  gap: 33px;
}
footer .footer-section-wrapper .footer-top-block .nav-btn {
  padding: 15px 30px;
  border-radius: 100px;
  transition: all 0.5s ease-in-out;
}
footer .footer-section-wrapper .footer-top-block .nav-btn:hover {
  background-color: #000;
  color: white;
}
@media (max-width: 991px) {
  footer .footer-section-wrapper .footer-top-block .nav-btn {
    padding: 10px 24px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  footer .footer-section-wrapper .footer-top-block .footer-logo img {
    width: 214px;
  }
}
footer .footer-section-wrapper .footer-middle-block {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  footer .footer-section-wrapper .footer-middle-block {
    row-gap: 35px;
  }
}
footer .footer-section-wrapper .footer-middle-block .footer-link-heading {
  font-size: 18px;
}
footer .footer-section-wrapper .footer-middle-block .footer-link-Wrapper .footer-link-container {
  gap: 13px;
}
@media (max-width: 1199px) {
  footer .footer-section-wrapper .footer-middle-block .footer-link-Wrapper .footer-link-container .footer-link {
    font-size: 14px;
  }
}
footer .footer-section-wrapper .footer-middle-block .footer-link-Wrapper .footer-link-container a {
  display: flex;
  text-align: start;
}
footer .footer-section-wrapper .footer-middle-block .footer-link-Wrapper .footer-link-container .footer-link .footer-hover-arrow {
  opacity: 0;
  width: 0;
  margin-right: 0;
  transition: opacity 0.3s ease, width 0.3s ease, margin-right 0.3s ease;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 23px;
}
footer .footer-section-wrapper .footer-middle-block .footer-link-Wrapper .footer-link-container .footer-link:hover .footer-hover-arrow {
  opacity: 1;
  width: 8px;
  margin-right: 5px;
}
footer .footer-section-wrapper .footer-middle-block .footer-link-Wrapper .footer-link-container .footer-link:hover {
  color: var(--red);
}
footer .footer-section-wrapper .footer-bottom-block {
  padding: 22px 32px;
  border-radius: 32px 32px 0 0;
  background: #d9d9d9;
}
@media (max-width: 575px) {
  footer .footer-section-wrapper .footer-bottom-block p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  footer .footer-section-wrapper .footer-bottom-block {
    margin-top: 17px;
  }
}
@media (max-width: 575px) {
  footer .footer-section-wrapper .footer-bottom-block {
    padding: 11px 26px;
    border-radius: 16px 16px 0 0;
  }
}
footer .footer-section-wrapper .mobile-footer-wrapper {
  color: #ffffff;
}
footer .footer-section-wrapper .custom-accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 0;
}
footer .footer-section-wrapper .custom-accordion .accordion-item:last-child {
  border-bottom: none;
}
footer .footer-section-wrapper .custom-accordion .accordion-button {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  padding: 12px 0;
  box-shadow: none;
  border-radius: 16px;
}
footer .footer-section-wrapper .custom-accordion .accordion-button::after {
  filter: invert(1) grayscale(100%) brightness(200%);
}
footer .footer-section-wrapper .mobile-accordion-link {
  gap: 12px;
}

.behind-section {
  padding: 120px 0 96px 0;
  position: relative;
  z-index: 9;
}
.behind-section::after {
  position: absolute;
  content: "";
  background-image: url(../images/hero-yello-shade.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: -120px;
  left: 0;
  z-index: -9;
}
@media (max-width: 991px) {
  .behind-section {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .behind-section {
    padding: 50px;
  }
}
.behind-section .row {
  --bs-gutter-x: 94px;
}
@media (max-width: 991px) {
  .behind-section .row .behind-info-text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .behind-section .row .behind-img img {
    width: 400px;
  }
}
.behind-section .row .behind-img .behind-experiance {
  padding: 40px 50px;
  border-radius: 24px;
  background: #baef2e;
  width: 232px;
  height: 232px;
  bottom: 0;
  left: -15px;
}
@media (max-width: 1399px) {
  .behind-section .row .behind-img .behind-experiance {
    bottom: 0;
    width: 200px;
    height: auto;
    padding: 30px 30px;
    left: -28px;
  }
}
@media (max-width: 1199px) {
  .behind-section .row .behind-img .behind-experiance {
    left: -60px;
  }
}
@media (max-width: 991px) {
  .behind-section .row .behind-img .behind-experiance {
    left: 0;
    padding: 25px 20px;
    width: 135px;
  }
}
@media (max-width: 500px) {
  .behind-section .row .behind-img .behind-experiance {
    left: 0;
    padding: 20px 15px;
    width: 100px;
  }
}
.behind-section .row .behind-img .behind-experiance .behind-experiance-subheading {
  padding-bottom: 12px;
}
@media (max-width: 1399px) {
  .behind-section .row .behind-img .behind-experiance .behind-experiance-subheading {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .behind-section .row .behind-img .behind-experiance .behind-experiance-subheading {
    font-size: 12px;
  }
}
.behind-section .row .behind-img .behind-experiance .years-text {
  font-size: 88px;
}
@media (max-width: 1399px) {
  .behind-section .row .behind-img .behind-experiance .years-text {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .behind-section .row .behind-img .behind-experiance .years-text {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .behind-section .row .behind-img .behind-experiance .years-text {
    font-size: 30px;
  }
}
.behind-section .row .behind-quote-wrapper .behind-quote {
  padding: 12px 16px;
  border-radius: 16px;
  background: #f2f2f2;
}

.simple-section {
  padding: 96px 0 0 0;
  background-color: #f2f2f2;
  background-image: url(../images/simple-section-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991px) {
  .simple-section {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .simple-section .simple-info-text {
    font-size: 16px;
  }
}
.simple-section .map-wrapper {
  padding-top: 126px;
}
@media (max-width: 991px) {
  .simple-section .map-wrapper {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .simple-section {
    padding-top: 50px;
  }
}

.founder-section {
  padding-top: 171px;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .founder-section {
    padding-top: 184px;
  }
}
@media (max-width: 767px) {
  .founder-section {
    padding-top: 138px;
  }
}
@media (max-width: 575px) {
  .founder-section {
    padding-top: 130px;
  }
}
@media (max-width: 991px) {
  .founder-section .founder-heading {
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .founder-section .founder-heading {
    max-width: 358px;
  }
}
.founder-section .founder-section-image {
  margin-left: -12vw;
}
@media (max-width: 1199px) {
  .founder-section .founder-section-image {
    margin-left: 0;
  }
}
.founder-section .founder-subheading {
  padding: 9px 20px;
  border-radius: 100px;
  background: rgba(222, 0, 48, 0.1);
}
.founder-section .founder-info-wrapper {
  padding-bottom: 96px;
}
@media (max-width: 991px) {
  .founder-section .founder-info-wrapper {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .founder-section .founder-info-wrapper {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .founder-section .founder-info-wrapper .founder-info-text-wrapper p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .founder-section .founder-info-wrapper .founder-quote-wrap p {
    font-size: 16px;
  }
}

.accordion-button::after {
  background-image: none !important;
  content: "+";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  transform: none !important;
}

.accordion-button {
  padding: 24px !important;
  border-radius: 16px;
}

/* Change + to – when expanded */
.accordion-button:not(.collapsed)::after {
  content: "–";
}

/* Initially collapsed items should show + */
.accordion-button.collapsed::after {
  content: "+";
}

.faq-hero {
  background-image: url(../images/faq-bg-image.webp);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 400px;
}
@media (max-width: 991px) {
  .faq-hero {
    background-image: none;
    padding-top: 200px;
  }
}
.faq-hero::after {
  position: absolute;
  content: "";
  background-image: url(../images/about-banner-shade.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  left: 30px;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .faq-hero::after {
    left: -250px;
  }
}
@media (max-width: 1199px) {
  .faq-hero::after {
    left: -350px;
  }
}
@media (max-width: 991px) {
  .faq-hero::after {
    display: none;
  }
}
.faq-hero::before {
  position: absolute;
  content: "";
  background-image: url(../images/hero-yello-shade.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: 9;
  pointer-events: none;
}
.faq-hero .faq-hero-heading {
  max-width: 709px;
  position: relative;
}
@media (max-width: 991px) {
  .faq-hero .faq-hero-heading {
    max-width: 538px;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .faq-hero .faq-hero-heading {
    max-width: 358px;
  }
}
.faq-hero .faq-hero-heading .faq-heading-highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.faq-hero .faq-hero-heading .faq-heading-highlight::before {
  content: "";
  position: absolute;
  left: -0.35em;
  top: 0;
  width: 60%;
  height: 1em;
  background: #baef2e;
  transform: skew(8deg);
  z-index: -1;
  border-radius: 0;
}
.faq-hero .faq-hero-heading .faq-heading-highlight::after {
  content: "";
  position: absolute;
  right: -0.35em;
  top: 0;
  width: 60%;
  height: 1em;
  background: #baef2e;
  transform: skew(-8deg);
  z-index: -1;
  border-radius: 0;
}
.faq-hero .faq-hero-left:before {
  position: absolute;
  content: "";
  display: none;
}
.faq-hero .faq-hero-left::after {
  position: absolute;
  content: "";
  background-image: url(../images/hero-element-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  right: 76%;
  bottom: -40%;
  width: 162px;
  height: 143px;
}
@media (max-width: 991px) {
  .faq-hero .faq-hero-left::after {
    right: 50%;
    bottom: -50%;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .faq-hero .faq-hero-left::after {
    left: 30px;
  }
}

.faq-section {
  padding: 176px 0 96px 0;
  margin-top: -100px;
}
@media (max-width: 991px) {
  .faq-section .faq-top-block .faq-top-block-subheading {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-section .faq-top-block .faq-top-block-subheading {
    font-size: 14px;
  }
}
.faq-section .accordion-item-wrapper {
  gap: 32px;
}
.faq-section .accordion-item {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  border: none;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #f2f2f2;
}
.faq-section .accordion-item .accordion-body {
  border-top: 1px solid #f2f2f2;
}
@media (max-width: 575px) {
  .faq-section .accordion-item .accordion-body .accordion-body-text {
    text-align: start;
    font-size: 18px;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .faq-section .accordion-item .accordion-body .accordion-body-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .faq-section .accordion-item .accordion-body .accordion-body-text {
    font-weight: 400;
  }
}
.faq-section .accordion-item .accordion-button {
  padding: 0;
  border-radius: 16px;
}
.faq-section .accordion-item .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
@media (max-width: 991px) {
  .faq-section .accordion-item .accordion-button {
    font-size: 18px;
    display: flex;
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .faq-section .accordion-item .accordion-button {
    font-size: 16px;
    display: flex;
    gap: 40px;
  }
}
.faq-section .accordion-item .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}
.faq-section .accordion-item .accordion-body {
  padding: 0;
}
.faq-section .accordion-item .accordion-tag {
  padding: 5px 8px;
  border-radius: 16px;
  border: 4px solid #fffadb;
  top: -15px;
}

.blog-hero {
  background-image: url(../images/blog-hero-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .blog-hero {
    background-image: none;
  }
}
.blog-hero .blog-hero-heading {
  max-width: 709px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-hero .blog-hero-heading {
    text-align: center;
  }
}
.blog-hero .blog-hero-heading::before {
  position: absolute;
  content: "";
  background-image: url(../images/3dot.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 24px;
  height: 42px;
  left: -53px;
  top: 16px;
}
@media (max-width: 991px) {
  .blog-hero .blog-hero-heading::before {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .blog-hero .blog-hero-heading::before {
    width: 15px;
    left: -25px;
    top: 0;
  }
}
@media (max-width: 363px) {
  .blog-hero .blog-hero-heading::before {
    left: 0;
  }
}
.blog-hero .blog-hero-heading .blog-heading-highlight {
  display: inline-block;
  z-index: 1;
}
.blog-hero .blog-hero-heading .blog-heading-highlight::before {
  content: "";
  position: absolute;
  left: -0.35em;
  top: 0;
  width: 60%;
  height: 1em;
  background: #baef2e;
  transform: skew(8deg);
  z-index: -1;
  border-radius: 0;
}
.blog-hero .blog-hero-heading .blog-heading-highlight::after {
  content: "";
  position: absolute;
  right: -0.35em;
  top: 0;
  width: 60%;
  height: 1em;
  background: #baef2e;
  transform: skew(-8deg);
  z-index: -1;
  border-radius: 0;
}

.blog-section {
  padding: 200px 0 96px 0;
  margin-top: -100px;
}
.blog-section .blog-main-wrapper .blog-card-wrapper {
  border-radius: 12px;
  border: 1px solid #f2f2f2;
  box-shadow: 4px 15px 60px 0 rgba(7, 35, 41, 0.07);
  overflow: hidden;
  height: 100%;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  /* ================= IMAGE ================= */
  /* ================= INFO ================= */
  /* ================= CARD HOVER ================= */
}
.blog-section .blog-main-wrapper .blog-card-wrapper .blog-card-image {
  overflow: hidden;
}
.blog-section .blog-main-wrapper .blog-card-wrapper .blog-card-image img {
  width: 100%;
  transition: transform 0.4s ease;
}
.blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper {
  padding: 16px 16px 24px 16px;
  background-image: url(../images/blog-bg-img.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  /* ================= READ MORE ================= */
}
@media (max-width: 575px) {
  .blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper {
    padding: 14px 10px 18px 10px;
  }
}
.blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-author-wrapper {
  gap: 20px;
}
.blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-author-wrapper * {
  line-height: 1;
}
@media (max-width: 991px) {
  .blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-author-wrapper {
    padding-bottom: 11px !important;
  }
}
.blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-author-wrapper .author-info {
  gap: 7px;
}
.blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-author-wrapper .author-info .blog-author-img {
  border-radius: 50%;
}
@media (max-width: 991px) {
  .blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-author-wrapper .author-info .author-name {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-author-wrapper .author-info .author-name {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-author-wrapper .author-info .author-name {
    font-size: 10px;
  }
}
.blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-date-wrapper {
  gap: 8px;
}
@media (max-width: 991px) {
  .blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-date-text {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-date-text {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-date-text {
    font-size: 10px;
  }
}
.blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-divider {
  width: 100%;
  height: 1px;
  background: #fce5ea;
}
@media (max-width: 1399px) {
  .blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-heading {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-heading {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-heading {
    font-size: 20px;
  }
}
.blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-info-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-info-text {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-info-text {
    font-size: 14px;
  }
}
.blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-btn {
  transition: color 0.3s ease;
}
.blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-btn svg {
  transition: transform 0.3s ease;
}
@media (max-width: 991px) {
  .blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-btn {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-btn {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-btn svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-main-wrapper .blog-card-wrapper .blog-info-wrapper .blog-btn svg {
    width: 20px;
    height: 20px;
  }
}
.blog-section .blog-main-wrapper .blog-card-wrapper:hover {
  box-shadow: none;
}
.blog-section .blog-main-wrapper .blog-card-wrapper:hover .blog-card-image img {
  transform: scale(1.08);
}
.blog-section .blog-main-wrapper .blog-card-wrapper:hover .blog-btn {
  color: red;
}
.blog-section .blog-main-wrapper .blog-card-wrapper:hover .blog-btn svg {
  transform: translateX(6px);
}

.blog-detail {
  padding: 120px 0;
}
.blog-detail .blog-details-heading {
  padding-bottom: 40px;
}
.blog-detail .blog-main-img {
  padding-bottom: 40px;
}

.contact-hero {
  background-image: url(../images/contact-hero-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .contact-hero {
    background-image: none;
  }
}
.contact-hero .contact-hero-heading {
  max-width: 709px;
  position: relative;
}
@media (max-width: 991px) {
  .contact-hero .contact-hero-heading {
    max-width: 538px;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contact-hero .contact-hero-heading {
    max-width: 358px;
  }
}
.contact-hero .contact-hero-heading::before {
  position: absolute;
  content: "";
  background-image: url(../images/3dot.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 24px;
  height: 42px;
  left: -55px;
  top: 16px;
}
@media (max-width: 991px) {
  .contact-hero .contact-hero-heading::before {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .contact-hero .contact-hero-heading::before {
    width: 15px;
    left: -25px;
    top: 0;
  }
}
@media (max-width: 363px) {
  .contact-hero .contact-hero-heading::before {
    left: 0;
  }
}
.contact-hero .contact-hero-heading .contact-heading-highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.contact-hero .contact-hero-heading .contact-heading-highlight::before {
  content: "";
  position: absolute;
  left: -0.35em;
  top: 0;
  width: 60%;
  height: 1em;
  background: #baef2e;
  transform: skew(8deg);
  z-index: -1;
  border-radius: 0;
}
.contact-hero .contact-hero-heading .contact-heading-highlight::after {
  content: "";
  position: absolute;
  right: -0.35em;
  top: 0;
  width: 60%;
  height: 1em;
  background: #baef2e;
  transform: skew(-8deg);
  z-index: -1;
  border-radius: 0;
}

.get-an-offer-hero {
  background-image: url(../images/get-an-offer-banner-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .get-an-offer-hero {
    background-image: none;
  }
}

.main-contact-section {
  padding: 200px 0 96px 0;
  margin-top: -100px;
}
@media (max-width: 576px) {
  .main-contact-section {
    padding: 150px 0 96px 0;
  }
}
.main-contact-section .main-contact-top-block .main-contact-heading {
  max-width: 1022px;
  margin: auto;
}
.main-contact-section .contact-form-wrapper-block {
  padding: 24px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 24px 24px 80px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .main-contact-section .contact-form-wrapper-block {
    padding: 12px;
  }
}
@media (max-width: 1399px) {
  .main-contact-section .contact-form-wrapper-block .form-submit-text {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .main-contact-section .contact-form-wrapper-block .form-submit-text {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .main-contact-section .contact-form-wrapper-block .form-submit-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .main-contact-section .contact-form-wrapper-block .form-submit-text {
    font-size: 12px;
  }
}
.main-contact-section .contact-form-wrapper-block .main-contact-block .contact-form-heading {
  padding-bottom: 12px;
}
.main-contact-section .contact-form-wrapper-block .main-contact-block .contact-form-info {
  padding-bottom: 32px;
}
@media (max-width: 1399px) {
  .main-contact-section .contact-form-wrapper-block .main-contact-block .contact-form-info {
    padding-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .main-contact-section .contact-form-wrapper-block .main-contact-block .contact-form-info {
    font-size: 14px;
  }
}
.main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-label {
  padding-bottom: 12px;
}
@media (max-width: 1399px) {
  .main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-label {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-label {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-label {
    font-size: 12px;
  }
}
.main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-wrapper {
  padding: 17px 10px 14px 20px;
  border-radius: 8px;
  border: 1px solid #ccc;
  gap: 12px;
}
@media (max-width: 1399px) {
  .main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-wrapper {
    padding: 10px;
  }
}
.main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-wrapper .form-input {
  width: 100%;
}
.main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-wrapper .form-input::-moz-placeholder {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-wrapper .form-input::placeholder {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1399px) {
  .main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-wrapper .form-input::-moz-placeholder {
    font-size: 12px;
  }
  .main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-wrapper .form-input::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-wrapper .form-input::-moz-placeholder {
    font-size: 16px;
  }
  .main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-wrapper .form-input::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-wrapper .form-input::-moz-placeholder {
    font-size: 12px;
  }
  .main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-wrapper .form-input::placeholder {
    font-size: 12px;
  }
}
.main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-wrapper .form-input:focus {
  outline: none;
}
.main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-message-wrapper {
  padding: 16px 0 0 20px;
  border-radius: 8px;
  border: 1px solid #ccc;
}
.main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-message-wrapper textarea.form-message {
  height: 63px;
}
.main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-message-wrapper .form-message::-moz-placeholder {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-message-wrapper .form-message::placeholder {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1399px) {
  .main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-message-wrapper .form-message::-moz-placeholder {
    font-size: 12px;
  }
  .main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-message-wrapper .form-message::placeholder {
    font-size: 12px;
  }
}
.main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-group .input-message-wrapper .form-message:focus {
  outline: none;
}
.main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-check {
  gap: 12px;
  padding-bottom: 12px;
}
.main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-check .form-check-input {
  width: 24px;
  height: 24px;
}
@media (max-width: 1399px) {
  .main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-check .form-check-input {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1399px) {
  .main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-check .form-check-label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-check .form-check-label {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .main-contact-section .contact-form-wrapper-block .main-contact-block .main-contact-form .form-check {
    font-size: 12px;
  }
}
.main-contact-section .contact-form-wrapper-block .main-contact-block .contact-submit-btn {
  padding: 16px 40px;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .main-contact-section .contact-form-wrapper-block .main-contact-block .contact-submit-btn {
    padding: 10px 40px;
  }
}
.main-contact-section .contact-form-wrapper-block .main-contact-block .g-recaptcha {
  padding-bottom: 32px;
}
.main-contact-section .contact-left-block {
  padding: 24px;
  border-radius: 32px;
  box-shadow: 24px 24px 80px 0 rgba(0, 0, 0, 0.1);
}
.main-contact-section .contact-left-block .contact-info-heading {
  padding-bottom: 32px;
}
.main-contact-section .contact-left-block .contact-block {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #ccc;
  gap: 12px;
  height: 100%;
}
.main-contact-section .contact-left-block .contact-block .contact-block-icon {
  padding: 18px;
  border-radius: 50%;
  background-color: #fce5ea;
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .main-contact-section .contact-left-block .contact-block .contact-block-icon {
    padding: 14px;
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 1199px) {
  .main-contact-section .contact-left-block .contact-block .contact-block-heading {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .main-contact-section .contact-left-block .contact-block .contact-block-heading {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .main-contact-section .contact-left-block .contact-block .contact-block-heading {
    font-size: 14px;
  }
}
.main-contact-section .contact-left-block .contact-block .contact-block-subheading {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .main-contact-section .contact-left-block .contact-block .contact-block-subheading {
    font-size: 12px;
  }
}
.main-contact-section .contact-info-right-block {
  border-radius: 32px;
  box-shadow: 24px 24px 80px 0 rgba(0, 0, 0, 0.1);
  padding: 24px;
}
@media (max-width: 991px) {
  .main-contact-section .contact-info-right-block img {
    width: 100%;
  }
}
.main-contact-section .contact-info-right-block .contact-info-heading-2 {
  padding-bottom: 24px;
}
.main-contact-section .contact-info-right-block .contact-social-wrapper {
  gap: 12px;
  padding-bottom: 24px;
}
.main-contact-section .contact-info-right-block .contact-social-wrapper .social-block {
  padding: 12px;
  border-radius: 16px;
  background-color: #fce5ea;
}
.main-contact-section .contact-info-right-block .contact-social-wrapper .social-block:hover {
  background-color: var(--red);
}
.main-contact-section .contact-info-right-block .contact-social-wrapper .social-block:hover svg * {
  fill: white;
}
.main-contact-section .contact-block {
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.main-contact-section .contact-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.guide-hero {
  background-image: url(../images/guide-bg-image.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  padding-top: 400px;
}
@media (max-width: 991px) {
  .guide-hero {
    background-image: none;
    padding-top: 200px;
  }
}
.guide-hero .guide-hero-heading {
  max-width: 806px !important;
}
@media (max-width: 991px) {
  .guide-hero .guide-hero-heading {
    text-align: center;
    max-width: 538px !important;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .guide-hero .guide-hero-heading {
    max-width: 358px !important;
  }
}
.guide-hero .guide-hero-heading::before {
  position: absolute;
  content: "";
  background-image: url(../images/3dot.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 24px;
  height: 42px;
  left: -53px;
  top: 16px;
}
@media (max-width: 991px) {
  .guide-hero .guide-hero-heading::before {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .guide-hero .guide-hero-heading::before {
    width: 15px;
    left: -25px;
    top: 0;
  }
}
@media (max-width: 363px) {
  .guide-hero .guide-hero-heading::before {
    left: 0;
  }
}
.guide-hero .guide-hero-heading .guide-heading-highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.guide-hero .guide-hero-heading .guide-heading-highlight::before {
  content: "";
  position: absolute;
  left: -0.35em;
  top: 0;
  width: 60%;
  height: 1em;
  background: #baef2e;
  transform: skew(8deg);
  z-index: -1;
  border-radius: 0;
}
.guide-hero .guide-hero-heading .guide-heading-highlight::after {
  content: "";
  position: absolute;
  right: -0.35em;
  top: 0;
  width: 60%;
  height: 1em;
  background: #baef2e;
  transform: skew(-8deg);
  z-index: -1;
  border-radius: 0;
}

.ibuyer-section {
  padding: 200px 0 96px 0;
  margin-top: -100px;
}
@media (max-width: 991px) {
  .ibuyer-section {
    padding-bottom: 50px;
  }
}
.ibuyer-section .ibuyer-section-wrapper .ibuyer-info-wrapper {
  max-width: 1196px;
  margin: auto;
  border-radius: 36px;
  border: 10px solid #fff;
  box-shadow: 0 40px 60px 0 rgba(0, 20, 33, 0.07);
  padding: 48px;
  margin-top: -230px;
  z-index: 9;
}
@media (max-width: 991px) {
  .ibuyer-section .ibuyer-section-wrapper .ibuyer-info-wrapper {
    padding: 32px;
    max-width: 632px;
  }
}
@media (max-width: 767px) {
  .ibuyer-section .ibuyer-section-wrapper .ibuyer-info-wrapper {
    padding: 24px;
    max-width: 400px;
    margin-top: -100px;
  }
}
@media (max-width: 575px) {
  .ibuyer-section .ibuyer-section-wrapper .ibuyer-info-wrapper {
    max-width: 326px;
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .ibuyer-section .ibuyer-section-wrapper .ibuyer-info-wrapper .ibuyer-section-heading {
    font-size: 24px;
    padding-bottom: 16px !important;
  }
}
@media (max-width: 991px) {
  .ibuyer-section .ibuyer-section-wrapper .ibuyer-info-wrapper .ibuter-info-1 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ibuyer-section .ibuyer-section-wrapper .ibuyer-info-wrapper .ibuter-info-1 {
    font-size: 16px;
    padding-bottom: 16px !important;
  }
}
@media (max-width: 991px) {
  .ibuyer-section .ibuyer-section-wrapper .ibuyer-info-wrapper .ibuter-info-2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ibuyer-section .ibuyer-section-wrapper .ibuyer-info-wrapper .ibuter-info-2 {
    font-size: 14px;
  }
}

.choose-section {
  padding: 96px 0;
}
@media (max-width: 991px) {
  .choose-section {
    padding: 50px 0;
  }
}
.choose-section .choose-section-top-block {
  padding-bottom: 64px;
}
@media (max-width: 991px) {
  .choose-section .choose-section-top-block {
    padding-bottom: 0;
  }
}
.choose-section .choose-section-top-block .choose-section-heading {
  max-width: 1196px;
  margin: auto;
  padding-bottom: 64px;
}
@media (max-width: 991px) {
  .choose-section .choose-section-top-block .choose-section-heading {
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .choose-section .choose-section-top-block .choose-section-heading {
    padding-bottom: 24px;
  }
}
.choose-section .choose-section-main {
  max-width: 1096px;
  margin: auto;
}
@media (max-width: 991px) {
  .choose-section .choose-section-main .pro-card {
    padding-bottom: 32px !important;
  }
}
.choose-section .choose-section-main .pro-card .pro-card-heading {
  max-width: 1096px;
}
@media (max-width: 991px) {
  .choose-section .choose-section-main .pro-card .pro-card-heading {
    font-size: 24px;
    padding-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .choose-section .choose-section-main .pro-card .pro-card-heading {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .choose-section .choose-section-main .pro-card .pro-card-heading {
    padding-bottom: 12px !important;
  }
}
.choose-section .choose-section-main .pro-card .pro-card-subheading {
  max-width: 1068px;
}
@media (max-width: 991px) {
  .choose-section .choose-section-main .pro-card .pro-card-subheading {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .choose-section .choose-section-main .pro-card .pro-card-subheading {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .choose-section .choose-section-main .pro-card .pro-card-subheading-2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .choose-section .choose-section-main .pro-card .pro-card-subheading-2 {
    font-size: 14px;
    padding-top: 12px !important;
  }
}
.choose-section .choose-section-main .pro-card .pro-card-icon {
  width: 76px;
  height: 76px;
  padding: 20px;
  background-color: #fce5ea;
  border-radius: 76px;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .choose-section .choose-section-main .pro-card .pro-card-icon {
    width: 48px;
    height: 48px;
    padding: 13px;
  }
}
.choose-section .choose-section-main .checklist-wrapper {
  border-radius: 36px !important;
  border: 3px solid #fff;
  gap: 1px;
}
.choose-section .choose-section-main .checklist-wrapper .checklist-top-block {
  padding: 36px;
  border-radius: 36px 36px 0 0;
}
@media (max-width: 991px) {
  .choose-section .choose-section-main .checklist-wrapper .checklist-top-block {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .choose-section .choose-section-main .checklist-wrapper .checklist-top-block {
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .choose-section .choose-section-main .checklist-wrapper .checklist-top-block .checklist-block-heading {
    font-size: 18px;
  }
}
.choose-section .choose-section-main .checklist-wrapper .checklist-item-wrapper {
  gap: 1px;
}
.choose-section .choose-section-main .checklist-wrapper .checklist-item-wrapper .checklist-item {
  gap: 12px;
  padding: 24px 36px;
  background-color: var(--dark-6);
}
@media (max-width: 991px) {
  .choose-section .choose-section-main .checklist-wrapper .checklist-item-wrapper .checklist-item {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .choose-section .choose-section-main .checklist-wrapper .checklist-item-wrapper .checklist-item {
    padding: 16px 12px;
  }
}
@media (max-width: 991px) {
  .choose-section .choose-section-main .checklist-wrapper .checklist-item-wrapper .checklist-item .checklist-item-heading {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .choose-section .choose-section-main .checklist-wrapper .checklist-item-wrapper .checklist-item .checklist-item-heading {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .choose-section .choose-section-main .checklist-info-text {
    font-size: 18px;
    padding-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .choose-section .choose-section-main .checklist-info-text {
    padding: 12px 0 24px 0 !important;
    font-size: 14px;
  }
}
.choose-section .choose-section-main .pro-card-2 {
  background: #ffedec;
  padding: 48px 36px;
  border-radius: 36px;
  margin-bottom: 96px;
}
@media (max-width: 991px) {
  .choose-section .choose-section-main .pro-card-2 {
    padding: 32px 24px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .choose-section .choose-section-main .pro-card-2 {
    padding: 12px;
    margin-bottom: 48px;
  }
}
@media (max-width: 991px) {
  .choose-section .choose-section-main .pro-card-2 .pro-card-heading-2 {
    max-width: 528px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .choose-section .choose-section-main .pro-card-2 .pro-card-heading-2 {
    font-size: 18px;
    padding-bottom: 12px !important;
  }
}
@media (max-width: 991px) {
  .choose-section .choose-section-main .pro-card-2 .pro-card-subheading-2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .choose-section .choose-section-main .pro-card-2 .pro-card-subheading-2 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .choose-section .choose-section-main .pro-card-info-wrapper-2 {
    padding-bottom: 0 !important;
  }
}
.choose-section .choose-section-main .pro-item-1 {
  border-radius: 36px;
  background: linear-gradient(180deg, #f0fcc7 0%, #fff 100%);
  padding: 36px 36px 0 36px;
  position: relative;
}
@media (max-width: 991px) {
  .choose-section .choose-section-main .pro-item-1 {
    padding: 24px 24px 0 24px;
  }
}
@media (max-width: 767px) {
  .choose-section .choose-section-main .pro-item-1 {
    padding: 16px 12px 0 12px;
  }
}
@media (max-width: 991px) {
  .choose-section .choose-section-main .pro-item-1 .pro-item-1-heading {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .choose-section .choose-section-main .pro-item-1 .pro-item-1-heading {
    font-size: 18px;
  }
}
.choose-section .choose-section-main .pro-item-1:after {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: 36px;
  border-right: 2px solid #b6e75d;
  border-bottom: 2px solid #b6e75d;
  pointer-events: none;
}
.choose-section .choose-section-main .pro-item-1 .pro-card-icon-2-wrapper {
  gap: 24px;
}
.choose-section .choose-section-main .pro-item-1 .pro-card-icon-2-wrapper .pro-card-icon-2 {
  width: 76px;
  height: 76px;
  padding: 20px;
  border-radius: 76px;
  padding-bottom: 36px;
}
@media (max-width: 767px) {
  .choose-section .choose-section-main .pro-item-1 .pro-card-icon-2-wrapper .pro-card-icon-2 {
    width: 48px;
    height: 48px;
    padding: 13px;
  }
}
.choose-section .choose-section-main .pro-item-1 .pro-card-checklist {
  gap: 12px;
  padding: 24px 0px 24px 0;
}
@media (max-width: 991px) {
  .choose-section .choose-section-main .pro-item-1 .pro-card-checklist {
    padding: 16px 0px;
  }
}
@media (max-width: 767px) {
  .choose-section .choose-section-main .pro-item-1 .pro-card-checklist {
    padding: 14px 0px;
  }
}
@media (max-width: 991px) {
  .choose-section .choose-section-main .pro-item-1 .pro-card-checklist .pro-checklist-heading {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .choose-section .choose-section-main .pro-item-1 .pro-card-checklist .pro-checklist-heading {
    font-size: 12px;
  }
}
.choose-section .choose-section-main .pro-item-2 {
  border-radius: 36px;
  background: linear-gradient(180deg, #ffd9d8 0%, #fff 100%);
  position: relative;
}
.choose-section .choose-section-main .pro-item-2:after {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: 36px;
  border-right: 2px solid #de0030;
  border-bottom: 2px solid #de0030;
  pointer-events: none;
}

.sell-section-2 {
  padding: 96px 0;
}
@media (max-width: 991px) {
  .sell-section-2 {
    padding: 50px 0;
  }
}
.sell-section-2 .sell-top-block-2 {
  padding-bottom: 64px;
}
@media (max-width: 991px) {
  .sell-section-2 .sell-top-block-2 {
    padding-bottom: 48px;
  }
}
.sell-section-2 .sell-top-block-2 .sell-section-heading-2,
.sell-section-2 .sell-top-block-2 .sell-section-info-2 {
  max-width: 1166px;
  margin: auto;
}
@media (max-width: 991px) {
  .sell-section-2 .sell-top-block-2 .sell-section-info-2 {
    font-size: 16px;
  }
}
.sell-section-2 .sell-item-wrapper-2 {
  gap: 96px;
}
.sell-section-2 .sell-item-wrapper-2 .sell-item-logo-2 {
  bottom: 32px;
  right: 32px;
}
@media (max-width: 991px) {
  .sell-section-2 .sell-item-wrapper-2 .sell-item-logo-2 {
    width: 216px;
  }
}
@media (max-width: 767px) {
  .sell-section-2 .sell-item-wrapper-2 .sell-item-logo-2 {
    width: 120px;
  }
}
@media (max-width: 991px) {
  .sell-section-2 .sell-item-wrapper-2 .sell-item-heading-2 {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 991px) {
  .sell-section-2 .sell-item-wrapper-2 .sell-item-info-2 {
    font-size: 18px;
    padding-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .sell-section-2 .sell-item-wrapper-2 .sell-item-info-2 {
    font-size: 14px;
  }
}

.pick-section {
  padding: 96px 0;
}
@media (max-width: 991px) {
  .pick-section {
    padding: 50px 0;
  }
}
.pick-section .pick-top-block .pick-section-heading {
  max-width: 1064px;
  margin: auto;
}
.pick-section .pick-top-block .pick-section-info {
  max-width: 1064px;
  margin: auto;
}
@media (max-width: 991px) {
  .pick-section .pick-top-block .pick-section-info {
    font-size: 18px;
  }
}
.pick-section .pick-item-box {
  padding: 44px;
  border-radius: 32px;
  box-shadow: 24px 24px 80px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
}
@media (max-width: 1199px) {
  .pick-section .pick-item-box {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .pick-section .pick-item-box {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .pick-section .pick-item-box {
    padding: 24px 16px;
  }
}
.pick-section .pick-item-box .pick-item-icon {
  width: 148px;
  padding: 46px;
  border-radius: 74px;
  background: linear-gradient(150deg, #ffdfe6 -3.71%, #fff 88.62%);
  margin: auto;
}
@media (max-width: 991px) {
  .pick-section .pick-item-box .pick-item-icon {
    width: 112px;
    padding: 28px;
    border-radius: 50%;
  }
}
.pick-section .pick-item-box .pick-item-box-heading {
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  .pick-section .pick-item-box .pick-item-info {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .pick-section .pick-subtext-1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pick-section .pick-subtext-1 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .pick-section .pick-subtext-2 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .pick-section .pick-subtext-2 {
    font-size: 14px;
  }
}

.contact-section-2 {
  padding: 96px 0;
  margin-top: 0;
}
@media (max-width: 991px) {
  .contact-section-2 {
    padding: 50px 0;
  }
}
.contact-section-2 .contact-top-block-2 {
  padding-bottom: 64px;
}
@media (max-width: 991px) {
  .contact-section-2 .contact-top-block-2 {
    padding-bottom: 48px;
  }
}
.contact-section-2 .contact-top-block-2 .contact-heading-2 {
  max-width: 850px !important;
  margin: auto;
}
.contact-section-2 .contact-top-block-2 .contact-subheading-2 {
  max-width: 1128px;
  margin: auto;
}
@media (max-width: 991px) {
  .contact-section-2 .contact-top-block-2 .contact-subheading-2 {
    font-size: 18px;
  }
}
.contact-section-2 .contact-heading-2 {
  padding-top: 32px;
}
@media (max-width: 991px) {
  .contact-section-2 .contact-heading-2 {
    font-size: 48px;
  }
}

.agent-section {
  padding: 96px 0;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .agent-section {
    padding: 50px 0;
  }
}
.agent-section .agent-wrapper {
  border-radius: 32px;
  box-shadow: 24px 24px 80px 0 rgba(0, 0, 0, 0.1);
  max-width: 940px;
  margin: auto;
}
.agent-section .agent-wrapper .agent-image {
  flex-shrink: 0;
}
.agent-section .agent-wrapper .agent-image img {
  width: 296px;
  border-radius: 0 32px 0 32px;
}
@media (max-width: 991px) {
  .agent-section .agent-wrapper .agent-image img {
    width: 100%;
    border-radius: 0 32px 0 0px;
  }
}
.agent-section .agent-wrapper .agent-info-wrapper {
  padding: 24px;
  border-radius: 0 32px 32px 0;
}
@media (max-width: 991px) {
  .agent-section .agent-wrapper .agent-info-wrapper {
    border-radius: 0px 0px 32px 32px;
  }
}
@media (max-width: 767px) {
  .agent-section .agent-wrapper .agent-info-wrapper .agent-heading {
    font-size: 18px;
    padding-bottom: 12px !important;
  }
}
@media (max-width: 991px) {
  .agent-section .agent-wrapper .agent-info-wrapper .agent-info-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .agent-section .agent-wrapper .agent-info-wrapper .agent-info-text {
    font-size: 16px;
  }
}

.vendor-hero-section {
  background-image: url(../images/vendor-hero-bg.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  padding-top: 400px;
  margin-top: -115px;
  padding-bottom: 200px;
  position: relative;
  overflow-x: hidden;
  margin-bottom: -90px;
}
@media (max-width: 991px) {
  .vendor-hero-section {
    background-image: none;
    padding-top: 200px;
  }
}
.vendor-hero-section::before {
  position: absolute;
  content: "";
  background-image: url(../images/hero-white-shade.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 270px;
}
.vendor-hero-section::after {
  position: absolute;
  content: "";
  background-image: url(../images/hero-yello-shade.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: -50px;
}
.vendor-hero-section .vendor-left-block {
  padding-bottom: 70px;
  position: relative;
  z-index: 9;
}
.vendor-hero-section .vendor-left-block .vendor-hero-heading {
  max-width: 806px;
  position: relative;
}
@media (max-width: 991px) {
  .vendor-hero-section .vendor-left-block .vendor-hero-heading {
    text-align: center;
    max-width: 538px !important;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .vendor-hero-section .vendor-left-block .vendor-hero-heading {
    max-width: 358px !important;
  }
}
.vendor-hero-section .vendor-left-block .vendor-hero-heading::before {
  position: absolute;
  content: "";
  background-image: url(../images/3dot.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 24px;
  height: 42px;
  left: -53px;
  top: 16px;
  pointer-events: none;
}
@media (max-width: 991px) {
  .vendor-hero-section .vendor-left-block .vendor-hero-heading::before {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .vendor-hero-section .vendor-left-block .vendor-hero-heading::before {
    width: 15px;
    left: -25px;
    top: 0;
  }
}
@media (max-width: 363px) {
  .vendor-hero-section .vendor-left-block .vendor-hero-heading::before {
    left: 0;
  }
}
.vendor-hero-section .vendor-left-block .vendor-hero-heading::after {
  position: absolute;
  content: "";
  background-image: url(./assets/images/hero-element-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  right: 76%;
  bottom: -220px;
  width: 162px;
  height: 143px;
  pointer-events: none;
}
@media (max-width: 991px) {
  .vendor-hero-section .vendor-left-block .vendor-hero-heading::after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .vendor-hero-section .vendor-left-block .vendor-hero-heading::after {
    right: 0;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .vendor-hero-section .vendor-left-block .vendor-hero-heading::after {
    bottom: -100px;
  }
}
.vendor-hero-section .vendor-left-block .vendor-hero-heading .vendor-heading-highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.vendor-hero-section .vendor-left-block .vendor-hero-heading .vendor-heading-highlight::before {
  content: "";
  position: absolute;
  left: -0.35em;
  top: 0;
  width: 60%;
  height: 1em;
  background: #baef2e;
  transform: skew(8deg);
  z-index: -1;
  border-radius: 0;
}
.vendor-hero-section .vendor-left-block .vendor-hero-heading .vendor-heading-highlight::after {
  content: "";
  position: absolute;
  right: -0.35em;
  top: 0;
  width: 60%;
  height: 1em;
  background: #baef2e;
  transform: skew(-8deg);
  z-index: -1;
  border-radius: 0;
}
.vendor-hero-section .vendor-left-block .hero-info-text {
  max-width: 551px;
}
@media (max-width: 991px) {
  .vendor-hero-section .vendor-left-block .hero-info-text {
    text-align: center;
    margin: auto;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .vendor-hero-section .vendor-left-block .hero-info-text {
    max-width: 358px;
  }
}

.sell-house {
  padding: 200px 0 96px 0;
  margin-top: -100px;
}
.sell-house .sell-house-heading {
  max-width: 628px;
}
@media (max-width: 991px) {
  .sell-house .sell-house-heading {
    padding-bottom: 18px !important;
  }
}
@media (max-width: 991px) {
  .sell-house .sell-house-subheading {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sell-house .sell-house-subheading {
    font-size: 14px;
  }
}

.realtor-hero {
  background-image: url(../images/realtor-bg-image.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .realtor-hero {
    background-image: none;
  }
}
.realtor-hero .realtor-hero-heading {
  max-width: 750px;
  position: relative;
}
@media (max-width: 991px) {
  .realtor-hero .realtor-hero-heading {
    max-width: 538px;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .realtor-hero .realtor-hero-heading {
    max-width: 358px;
  }
}
.realtor-hero .realtor-hero-heading::before {
  position: absolute;
  content: "";
  background-image: url(../images/3dot.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 24px;
  height: 42px;
  left: -53px;
  top: 16px;
}
@media (max-width: 991px) {
  .realtor-hero .realtor-hero-heading::before {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .realtor-hero .realtor-hero-heading::before {
    width: 15px;
    left: -25px;
    top: 0;
  }
}
@media (max-width: 363px) {
  .realtor-hero .realtor-hero-heading::before {
    left: 0;
  }
}
.realtor-hero .realtor-hero-heading .realtor-heading-highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.realtor-hero .realtor-hero-heading .realtor-heading-highlight::before {
  content: "";
  position: absolute;
  left: -0.35em;
  top: 0;
  width: 60%;
  height: 1em;
  background: #baef2e;
  transform: skew(8deg);
  z-index: -1;
  border-radius: 0;
}
.realtor-hero .realtor-hero-heading .realtor-heading-highlight::after {
  content: "";
  position: absolute;
  right: -0.35em;
  top: 0;
  width: 60%;
  height: 1em;
  background: #baef2e;
  transform: skew(-8deg);
  z-index: -1;
  border-radius: 0;
}

.Opportunities-section {
  padding: 96px 0;
}
@media (max-width: 991px) {
  .Opportunities-section {
    padding: 50px 0;
  }
}
.Opportunities-section .Opportunities-top-block .Opportunities-heading {
  max-width: 780px;
}
@media (max-width: 991px) {
  .Opportunities-section .Opportunities-top-block .Opportunities-subheading {
    font-size: 16px;
  }
}
.Opportunities-section .Opportunities-card {
  padding: 44px;
  border-radius: 32px;
  box-shadow: 24px 24px 80px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
}
@media (max-width: 991px) {
  .Opportunities-section .Opportunities-card {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .Opportunities-section .Opportunities-card {
    padding: 24px 16px;
  }
}
.Opportunities-section .Opportunities-card .Opportunities-card-icon {
  padding: 46px;
  width: 148px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .Opportunities-section .Opportunities-card .Opportunities-card-icon {
    width: 112px;
    padding: 32px;
  }
}
@media (max-width: 991px) {
  .Opportunities-section .Opportunities-card .Opportunities-card-icon svg {
    width: 48px;
    height: 48px;
  }
}
.Opportunities-section .Opportunities-card .Opportunities-card-heading {
  max-width: 350px;
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  .Opportunities-section .Opportunities-card .Opportunities-card-heading {
    padding-top: 32px !important;
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .Opportunities-section .Opportunities-card .Opportunities-card-info {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .Opportunities-section .Opportunities-contact-block .Opportunities-contact-heading {
    font-size: 20px;
  }
}
.Opportunities-section .Opportunities-contact-block .Opportunities-button {
  padding: 15px 30px;
  background-color: #baef2e !important;
  border-radius: 100px;
}
@media (max-width: 991px) {
  .Opportunities-section .Opportunities-contact-block .Opportunities-button {
    font-size: 14px;
    width: 100%;
  }
}

.term-hero-section {
  background-image: url(../images/terms-banner-bg.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  padding-top: 400px;
}
@media (max-width: 991px) {
  .term-hero-section {
    background-image: none;
    padding-top: 200px;
  }
}
.term-hero-section .term-hero-heading {
  max-width: 806px !important;
}
@media (max-width: 991px) {
  .term-hero-section .term-hero-heading {
    text-align: center;
    max-width: 538px !important;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .term-hero-section .term-hero-heading {
    max-width: 358px !important;
  }
}
.term-hero-section .term-hero-heading::before {
  position: absolute;
  content: "";
  background-image: url(../images/3dot.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 24px;
  height: 42px;
  left: -53px;
  top: 16px;
}
@media (max-width: 991px) {
  .term-hero-section .term-hero-heading::before {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .term-hero-section .term-hero-heading::before {
    width: 15px;
    left: -25px;
    top: 0;
  }
}
@media (max-width: 363px) {
  .term-hero-section .term-hero-heading::before {
    left: 0;
  }
}
.term-hero-section .term-hero-heading .term-heading-highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.term-hero-section .term-hero-heading .term-heading-highlight::before {
  content: "";
  position: absolute;
  left: -0.35em;
  top: 0;
  width: 60%;
  height: 1em;
  background: #baef2e;
  transform: skew(8deg);
  z-index: -1;
  border-radius: 0;
}
.term-hero-section .term-hero-heading .term-heading-highlight::after {
  content: "";
  position: absolute;
  right: -0.35em;
  top: 0;
  width: 60%;
  height: 1em;
  background: #baef2e;
  transform: skew(-8deg);
  z-index: -1;
  border-radius: 0;
}

.terms-section {
  margin-top: 0;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .terms-section {
    padding: 50px 0;
  }
}
.terms-section .terms-section-heading {
  max-width: 650px;
}
@media (max-width: 767px) {
  .terms-section .terms-section-heading {
    padding-bottom: 24px !important;
  }
}
.terms-section .terms-top-info .terms-block-heading {
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  .terms-section .terms-block-wrapper .terms-top-info .terms-block-heading {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .terms-section .terms-block-wrapper .terms-top-info .terms-info-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .terms-section .terms-block-wrapper .terms-top-info .terms-info-text {
    font-size: 12px;
  }
}

.help-hero {
  background-image: url(../images/help-hero-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 400px;
}
@media (max-width: 991px) {
  .help-hero {
    background-image: none;
    background: linear-gradient(188deg, #f2ffd2 15.51%, rgba(255, 255, 255, 0) 30.47%);
    padding-top: 200px;
    padding-bottom: 0 !important;
  }
}
.help-hero::after {
  position: absolute;
  content: "";
  background-image: url(../images/about-banner-shade.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .help-hero::after {
    left: -250px;
  }
}
@media (max-width: 1199px) {
  .help-hero::after {
    left: -350px;
  }
}
@media (max-width: 991px) {
  .help-hero::after {
    display: none;
  }
}
.help-hero::before {
  position: absolute;
  content: "";
  background-image: url(../images/hero-yello-shade.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: 9;
  pointer-events: none;
}
.help-hero .help-hero-heading {
  max-width: 806px;
  position: relative;
}
@media (max-width: 991px) {
  .help-hero .help-hero-heading {
    max-width: 538px;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .help-hero .help-hero-heading {
    max-width: 358px;
  }
}
.help-hero .help-hero-heading::before {
  position: absolute;
  content: "";
  background-image: url(../images/3dot.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 24px;
  height: 42px;
  left: -53px;
  top: 16px;
}
@media (max-width: 991px) {
  .help-hero .help-hero-heading::before {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .help-hero .help-hero-heading::before {
    width: 15px;
    left: -25px;
    top: 0;
  }
}
@media (max-width: 363px) {
  .help-hero .help-hero-heading::before {
    left: 0;
  }
}
.help-hero .help-hero-heading .help-heading-highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.help-hero .help-hero-heading .help-heading-highlight::before {
  content: "";
  position: absolute;
  left: -0.35em;
  top: 0;
  width: 60%;
  height: 1em;
  background: #baef2e;
  transform: skew(8deg);
  z-index: -1;
  border-radius: 0;
}
.help-hero .help-hero-heading .help-heading-highlight::after {
  content: "";
  position: absolute;
  right: -0.35em;
  top: 0;
  width: 60%;
  height: 1em;
  background: #baef2e;
  transform: skew(-8deg);
  z-index: -1;
  border-radius: 0;
}
.help-hero .about-hero-left:before {
  position: absolute;
  content: "";
  display: none;
}
.help-hero .about-hero-left::after {
  position: absolute;
  content: "";
  background-image: url(../images/hero-element-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  right: 76%;
  bottom: -32%;
  width: 162px;
  height: 143px;
}
@media (max-width: 991px) {
  .help-hero .about-hero-left::after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .help-hero .about-hero-left::after {
    right: 0;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .help-hero .about-hero-left::after {
    bottom: -100px;
  }
}

.help-hero-section {
  background-image: url(../images/help-hero-bg.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  padding-top: 400px;
}
@media (max-width: 991px) {
  .help-hero-section {
    background-image: none;
    padding-top: 200px;
  }
}
.help-hero-section .help-hero-heading {
  max-width: 806px !important;
}
@media (max-width: 991px) {
  .help-hero-section .help-hero-heading {
    text-align: center;
    max-width: 538px !important;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .help-hero-section .help-hero-heading {
    max-width: 358px !important;
  }
}
.help-hero-section .help-hero-heading::after {
  position: absolute;
  content: "";
  background-image: url(../images/about-heading-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 800px;
  height: 85px;
  top: -18px;
  left: -8px;
  z-index: -9;
}
@media (max-width: 991px) {
  .help-hero-section .help-hero-heading::after {
    width: 556px;
    height: 80px;
    left: 50px;
  }
}
@media (max-width: 767px) {
  .help-hero-section .help-hero-heading::after {
    width: 359px;
    height: 64px;
    left: 70px;
  }
}
@media (max-width: 450px) {
  .help-hero-section .help-hero-heading::after {
    width: 324px;
    left: 50px;
  }
}
@media (max-width: 375px) {
  .help-hero-section .help-hero-heading::after {
    width: 272px;
    left: 38px;
  }
}

.help-section {
  padding: 200px 0 96px 0;
  margin-top: -100px;
}
.help-section .help-top-block {
  padding-bottom: 35px;
}
.help-section .help-top-block .help-section-heading {
  max-width: 781px;
}
.help-section .help-item {
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  border-radius: 16px;
}
.help-section .help-item:hover .help-item-image {
  transform: scale(1.08);
}
.help-section .help-item:hover .help-item-btn {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}
.help-section .help-item .help-item-image {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}
.help-section .help-item .overlay-svg {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 16px;
}
.help-section .help-item .help-item-btn {
  padding: 12px 16px;
  border-radius: 50px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(3.5px);
          backdrop-filter: blur(3.5px);
  left: 16px;
  right: 16px;
  bottom: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
@media (max-width: 767px) {
  .help-section .help-item .help-item-btn {
    padding: 10px 16px;
  }
}
@media (max-width: 991px) {
  .help-section .help-item .help-item-heading {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .help-section .help-item .help-item-heading {
    font-size: 16px;
  }
}

/* Main Contact Form 7 - Unique Wrapper */
.cf7-main-contact-form {
  width: 100%;
}

.cf7-main-contact-form .input-wrapper p {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cf7-main-contact-form .form-group legend {
  margin-bottom: 12px !important;
}

.cf7-main-contact-form .form-group input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6d6d6d;
}

.cf7-main-contact-form .form-group input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #6d6d6d;
}

/* Remove CF7 Default Spacing & BR tags */
.cf7-main-contact-form p {
  margin: 0 !important;
}

.cf7-main-contact-form br {
  display: none !important;
}

.cf7-main-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Form Group */
.cf7-main-contact-form .form-group {
  width: 100%;
}

/* Input Label */
.cf7-main-contact-form .input-label {
  display: block;
  margin-bottom: 8px;
}

/* Input Wrapper with Icon */
.cf7-main-contact-form .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background-color: #f9fdff;
  border: 1px solid #eaf4fa;
  border-radius: 8px;
}

.cf7-main-contact-form .input-wrapper svg {
  flex-shrink: 0;
}

/* Input Fields */
.cf7-main-contact-form .form-input {
  flex: 1;
  width: 100%;
  padding: 0;
  background: transparent !important;
  border: none !important;
  outline: none;
  font-size: 16px;
  color: #000;
  box-shadow: none !important;
}

.cf7-main-contact-form .form-input::-moz-placeholder {
  color: #1f2937;
}

.cf7-main-contact-form .form-input::placeholder {
  color: #1f2937;
}

.cf7-main-contact-form .form-input:focus {
  outline: none;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .cf7-main-contact-form .form-input {
    font-size: 14px;
  }
  .cf7-main-contact-form .form-input::-moz-placeholder {
    font-size: 14px;
  }
  .cf7-main-contact-form .form-input::placeholder {
    font-size: 14px;
  }
}
/* Message Wrapper */
.cf7-main-contact-form .input-message-wrapper {
  padding: 12px 16px;
  background-color: #f9fdff;
  border: 1px solid #eaf4fa;
  border-radius: 8px;
}

/* Textarea */
.cf7-main-contact-form .form-message {
  width: 100%;
  min-height: 150px;
  max-height: 160px;
  padding: 0;
  background: transparent !important;
  border: none !important;
  outline: none;
  resize: none;
  font-size: 16px;
  color: #000;
  box-shadow: none !important;
}

.cf7-main-contact-form .form-message::-moz-placeholder {
  color: #1f2937;
}

.cf7-main-contact-form .form-message::placeholder {
  color: #1f2937;
}

.cf7-main-contact-form .form-message:focus {
  outline: none;
  box-shadow: none !important;
}

/* Privacy Checkbox */
.cf7-main-contact-form .form-check {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  padding-top: 1rem;
}

@media (max-width: 576px) {
  .cf7-main-contact-form .form-check {
    font-size: 14px;
  }
}
.cf7-main-contact-form .form-check-input {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  cursor: pointer;
}

.cf7-main-contact-form .form-check label {
  flex: 1;
  cursor: pointer;
}

/* Submit Text */
.cf7-main-contact-form .form-submit-text {
  margin-top: 1rem;
  padding-bottom: 1rem;
}

/* reCAPTCHA */
.cf7-main-contact-form .g-recaptcha {
  margin-bottom: 1rem;
}

/* Submit Button */
.cf7-main-contact-form .contact-submit-btn {
  width: 100% !important;
  padding: 16px 32px !important;
  background-color: #dc2626 !important;
  color: white !important;
  border: none !important;
  border-radius: 100px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
}

.cf7-main-contact-form .contact-submit-btn:hover {
  opacity: 0.9;
  transform: scale(1.02);
}

/* Validation Error */
.cf7-main-contact-form .wpcf7-not-valid-tip {
  color: #dc2626 !important;
  font-size: 14px !important;
  margin-top: 4px !important;
  display: block !important;
}

.cf7-main-contact-form .wpcf7-not-valid {
  border-color: #dc2626 !important;
}

.cf7-main-contact-form .input-wrapper.wpcf7-not-valid {
  border-color: #dc2626 !important;
}

/* Response Messages */
.cf7-main-contact-form .wpcf7-response-output {
  margin: 1.25rem 0 0 0 !important;
  padding: 0.75rem 1rem !important;
  border-radius: 0.5rem !important;
  border: none !important;
}

.cf7-main-contact-form .wpcf7-mail-sent-ok {
  background-color: #dcfce7 !important;
  color: #166534 !important;
}

.cf7-main-contact-form .wpcf7-validation-errors,
.cf7-main-contact-form .wpcf7-acceptance-missing {
  background-color: #fee2e2 !important;
  color: #991b1b !important;
}

/* Loading Spinner */
.cf7-main-contact-form .wpcf7-spinner {
  display: none !important;
}

/* Utility Classes */
.cf7-main-contact-form .fs-16 {
  font-size: 16px;
}

.cf7-main-contact-form .fs-18 {
  font-size: 18px;
}

.cf7-main-contact-form .fs-normal {
  font-weight: 400;
}

.cf7-main-contact-form .fs-bold {
  font-weight: 700;
}

.cf7-main-contact-form .lh-130 {
  line-height: 1.3;
}

.cf7-main-contact-form .dark-3 {
  color: #1f2937;
}

.cf7-main-contact-form .text-red {
  color: #dc2626;
}

.cf7-main-contact-form .text-white {
  color: white;
}

.cf7-main-contact-form .bg-red {
  background-color: #dc2626;
}

.cf7-main-contact-form .border-0 {
  border: 0;
}

.cf7-main-contact-form .w-100 {
  width: 100%;
}

.cf7-main-contact-form .m-0 {
  margin: 0;
}

.cf7-main-contact-form .pt-4 {
  padding-top: 1rem;
}

.cf7-main-contact-form .pb-4 {
  padding-bottom: 1rem;
}

.cf7-main-contact-form .d-flex {
  display: flex;
}

.cf7-main-contact-form .align-items-center {
  align-items: center;
}

/* Responsive Grid */
.cf7-main-contact-form .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .cf7-main-contact-form .row {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .cf7-main-contact-form .gy-lg-2 {
    row-gap: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .cf7-main-contact-form .gy-xl-4 {
    row-gap: 1rem;
  }
}
@media (max-width: 767px) {
  .cf7-main-contact-form .row {
    gap: 0rem;
  }
  .cf7-main-contact-form .gy-lg-2 {
    row-gap: 0rem;
  }
}
.cf7-main-contact-form .col-lg-12 {
  grid-column: 1/-1;
}

.cf7-main-contact-form .col-lg-6,
.cf7-main-contact-form .col-md-6 {
  width: 100%;
}

@media (max-width: 576px) {
  .contact-map iframe {
    height: 400px;
  }
}
/* 

* Slider JS - start

*/
/* Section */
.why-choose-section {
  padding: 4rem 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Container */
.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}

/* Main Slider Wrapper */
.slider-wrapper {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 3rem;
  align-items: center;
  position: relative;
}

@media (max-width: 624px) {
  .slider-wrapper {
    display: block;
  }
}
@media (max-width: 1024px) {
  .slider-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
/* ========================================
   LEFT CONTENT AREA
======================================== */
.content-area {
  padding-right: 2rem;
  position: relative;
  min-height: 600px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .content-area {
    padding-right: 0;
    order: 2;
    min-height: auto;
  }
}
/* Content Slider */
#content-slider {
  flex: 1;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  #content-slider {
    padding-bottom: 90px;
  }
}
/* Title */
.main-title {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: #000;
  letter-spacing: -0.02em;
}

@media (max-width: 1024px) {
  .main-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1670px) {
  .splide__list {
    padding-right: 50px !important;
  }
}
@media (max-width: 640px) {
  .main-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .splide__list {
    padding-right: 0px !important;
  }
}
/* Description */
.main-description {
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* Feature List */
.feature-list {
  list-style: none;
  margin-bottom: 2rem;
}

.feature-list li {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #000;
}

.check-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
  color: #000;
}

/* Navigation Bar - ALWAYS BOTTOM FIXED */
.navigation-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 0;
}

@media (max-width: 768px) {
  .navigation-bar {
    gap: 1rem;
    padding: 1rem 0;
  }
}
/* Step Bar Container */
.step-bar-container {
  max-width: 350px;
  width: 100%;
  height: 4px;
  background-color: #f2f2f2;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

/* Step Bar Fill - Animated with Initial 10% */
.step-bar-fill {
  height: 100%;
  background-color: #000000;
  width: 10%;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Page Number */
.page-number {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}

/* Navigation Arrows Container */
.nav-arrows {
  display: flex;
  gap: 1rem;
  margin-left: auto;
}

@media (max-width: 640px) {
  .nav-arrows {
    margin-left: 16px;
  }
  .page-number {
    font-size: 1rem;
  }
}
/* Arrow Buttons */
.arrow-btn {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 0;
}

.arrow-btn {
  position: relative;
}

.arrow-btn svg {
  position: relative;
  z-index: 11;
}

.arrow-btn::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 100px;
  background-color: #f0e5a3;
  left: 20px;
  z-index: 2;
  opacity: 0;
}

.arrow-btn:hover::after {
  opacity: 1;
}

.arrow-btn:hover svg {
  stroke: 0;
  fill: #de0030;
}

.arrow-btn:hover svg path {
  fill: #de0030;
}

/* ========================================
   RIGHT IMAGES AREA
======================================== */
.images-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  .images-area {
    order: 1;
    justify-content: center;
  }
}
/* Main Image Container */
#image-slider {
  width: 100%;
}

@media (max-width: 1024px) {
  #image-slider {
    max-width: 100%;
  }
}
.main-image {
  border: 5px solid #ffffff;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  aspect-ratio: 4/3;
}

.main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Logo Badge */
.logo-badge {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 10;
}

.logo-badge span {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}

@media (max-width: 768px) {
  .logo-badge {
    bottom: 1rem;
    right: 1rem;
    padding: 0.4rem 0.8rem;
  }
  .logo-badge span {
    font-size: 0.875rem;
  }
}
/* Next Image Preview - 24px gap exactly */
.next-preview {
  position: absolute;
  left: calc(100% + 24px);
  top: 50%;
  transform: translateY(-50%) scale(1.75);
  width: 320px;
  z-index: 1;
  transition: all 0.6s ease;
  pointer-events: none;
}

/* Large Desktop (1600px+) */
@media (min-width: 1600px) {
  .next-preview {
    left: calc(100% + 24px);
    width: 560px;
    transform: translateY(-50%) scale(1);
  }
}
/* Desktop (1400px - 1599px) */
@media (min-width: 1400px) and (max-width: 1599px) {
  .next-preview {
    left: calc(100% + 24px);
    width: 340px;
    transform: translateY(-50%) scale(0.75);
  }
}
/* Laptop (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
  .next-preview {
    left: calc(100% + 24px);
    width: 300px;
    transform: translateY(-50%) scale(0.7);
  }
}
/* Small Laptop (1024px - 1199px) */
@media (min-width: 1024px) and (max-width: 1199px) {
  .next-preview {
    left: calc(100% + 24px);
    width: 280px;
    transform: translateY(-50%) scale(0.68);
  }
}
/* Hide on tablet and mobile */
@media (max-width: 1023px) {
  .next-preview {
    display: none;
  }
}
.next-image {
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
  aspect-ratio: 4/3;
  border: 5px solid #ffffff;
}

.next-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* ========================================
   SPLIDE CUSTOMIZATION
======================================== */
/* Hide default arrows and pagination */
.splide__arrows,
.splide__pagination {
  display: none !important;
}

/* Content Slider */
#content-slider .splide__track {
  overflow: visible;
}

#content-slider .splide__slide {
  opacity: 0;
  transition: opacity 0.8s ease;
}

#content-slider .splide__slide.is-active {
  opacity: 1;
}

/* Image Slider */
#image-slider .splide__track {
  overflow: visible;
}

#image-slider .splide__slide {
  opacity: 0;
  transition: opacity 0.8s ease;
}

#image-slider .splide__slide.is-active {
  opacity: 1;
  z-index: 2;
}

/* Fade Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.splide__slide.is-active .main-title,
.splide__slide.is-active .main-description,
.splide__slide.is-active .feature-list {
  animation: fadeIn 0.8s ease;
}

/* ========================================
   MOBILE RESPONSIVE
======================================== */
@media (max-width: 768px) {
  .why-choose-section {
    padding: 2rem 0;
  }
  .container {
    padding: 0 1rem;
  }
  .content-area {
    min-height: auto;
  }
  .main-title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  .main-description {
    font-size: 0.9375rem;
    margin-bottom: 1.5rem;
  }
  .feature-list {
    margin-bottom: 1.5rem;
  }
  .feature-list li {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  .check-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .step-bar-container {
    max-width: 300px;
    width: 100%;
    height: 3px;
  }
}
@media (max-width: 768px) and (max-width: 640px) {
  .step-bar-container {
    max-width: 200px;
    width: 100%;
    height: 3px;
  }
}
@media (max-width: 768px) and (max-width: 440px) {
  .step-bar-container {
    max-width: 150px;
    width: 100%;
    height: 3px;
  }
}
@media (max-width: 768px) {
  .page-number {
    font-size: 1.5rem;
  }
  .main-image {
    border-radius: 1.5rem;
  }
}
/* ========================================
   UTILITIES
======================================== */
/* Prevent text selection on interactive elements */
.arrow-btn,
.navigation-bar {
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* Smooth transitions */
* {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Slider JS - end*/
/* Review Section -start */
.review-section {
  padding: 96px 0;
  position: relative;
}
@media (max-width: 991px) {
  .review-section {
    padding: 50px 0;
  }
}
.review-section .section-heading {
  max-width: 1030px;
  margin-inline: auto;
}
.review-section .review-card-wrap {
  margin-top: 48px;
}
.review-section .review-card-wrap .row {
  --bs-gutter-y: 24px;
}
.review-section .review-card-wrap .review-card {
  background: #f2f2f2;
  border-radius: 16px;
  padding: 24px;
}
.review-section .review-card-wrap .review-card .review-content {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.3;
  padding-block: 24px 48px;
}
.review-section .review-card-wrap .review-card .review-author {
  gap: 12px;
  display: flex;
  align-items: center;
}
.review-section .review-card-wrap .review-card .review-author .author-info .author-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}
.review-section .review-card-wrap .review-card .review-author .author-info span {
  font-size: 14px;
  line-height: 1.3;
  color: #6d6d6d;
}

/* Review Section -end */
ul.mobile-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 66px;
}
ul.mobile-menu li a {
  font-family: "Bowlby One SC";
  font-size: 24px;
  color: #2e2e2e;
  transition: all 230ms ease-in-out;
  display: block;
}
ul.mobile-menu li:hover a {
  color: #de0030;
}

.map-embed {
  border: 5px solid #ffffff;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.map-embed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.99%, rgba(0, 0, 0, 0.81) 85.67%, rgba(0, 0, 0, 0.9) 91.85%, rgba(0, 0, 0, 0.9) 97.61%);
  border-radius: 40px;
  z-index: 2;
}
.map-embed .logo-icon-for-map {
  position: absolute;
  bottom: 32px;
  right: 32px;
  z-index: 3;
}

/* Footer menu start */
.footer-menu-wrap li {
  position: relative;
  overflow: hidden;
}
.footer-menu-wrap li::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 13px;
  border-radius: 50%;
  background: url('data:image/svg+xml,<svg width="8" height="13" viewBox="0 0 8 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 13V0L8 6.5L0 13Z" fill="%23DE0030"/></svg>') no-repeat;
  background-size: cover;
  transition: all 230ms ease-in-out;
  overflow: hidden;
}
.footer-menu-wrap li:hover::before {
  left: 0;
}
.footer-menu-wrap li a {
  color: var(--Dark-Dark-5, #ccc);
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  transition: all 230ms ease-in-out;
  position: relative;
}
.footer-menu-wrap li a:hover {
  color: var(--Primary-Primary, #de0030);
  padding-left: 14px;
}

/* Footer menu end *//*# sourceMappingURL=style.css.map */