@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --color-primary: #016c51;
  --color-primary-light: #f6faf9;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-text-primary: #000000;
  --color-text-secondary: #273035;
  --color-text-muted: #535353;
  --color-text-light: #6e6e6e;
  --color-text-accent: #0d383e;
  --color-bg-primary: #ffffff;
  --color-bg-light: #f6faf9;
  --color-bg-dark: #016c51;
  --color-bg-light-secondary: #a7cac2;
  --color-slider-background: #ede9e6;
}

.text-body-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: var(--color-text-muted);
}
@media only screen and (max-width: 1200px) {
  .text-body-regular {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-body-regular {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .text-body-regular {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .text-body-regular {
    font-size: 13px;
    line-height: 20px;
  }
}

.text-body-medium {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--color-text-secondary);
}
@media only screen and (max-width: 1024px) {
  .text-body-medium {
    font-size: 13px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 768px) {
  .text-body-medium {
    font-size: 13px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .text-body-medium {
    font-size: 12px;
    line-height: 18px;
  }
}

.text-body-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--color-white);
}
@media only screen and (max-width: 1200px) {
  .text-body-bold {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-body-bold {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .text-body-bold {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .text-body-bold {
    font-size: 13px;
    line-height: 20px;
  }
}

.text-body-medium-white {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--color-white);
}
@media only screen and (max-width: 1200px) {
  .text-body-medium-white {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-body-medium-white {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .text-body-medium-white {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .text-body-medium-white {
    font-size: 13px;
    line-height: 20px;
  }
}

.text-body-large {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 28px;
  letter-spacing: 0%;
  color: var(--color-text-secondary);
}
@media only screen and (max-width: 1400px) {
  .text-body-large {
    font-size: 17px !important;
    line-height: 27px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-body-large {
    font-size: 16px !important;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-body-large {
    font-size: 15px !important;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .text-body-large {
    font-size: 15px !important;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .text-body-large {
    font-size: 14px !important;
    line-height: 22px;
  }
}

.text-body-large-medium {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: var(--color-white);
}
@media only screen and (max-width: 1400px) {
  .text-body-large-medium {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-body-large-medium {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-body-large-medium {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .text-body-large-medium {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .text-body-large-medium {
    font-size: 14px;
    line-height: 22px;
  }
}

.text-body-center {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: var(--color-text-light);
}
@media only screen and (max-width: 1400px) {
  .text-body-center {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-body-center {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .text-body-center {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .text-body-center {
    font-size: 14px;
    line-height: 20px;
  }
}

.text-body-center-small {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: var(--color-text-light);
}
@media only screen and (max-width: 1400px) {
  .text-body-center-small {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-body-center-small {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .text-body-center-small {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .text-body-center-small {
    font-size: 13px;
    line-height: 20px;
  }
}

.heading-large-light {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 45px;
  letter-spacing: -4%;
  color: var(--color-text-primary);
}
@media only screen and (max-width: 1400px) {
  .heading-large-light {
    font-size: 56px;
    line-height: 66px;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-large-light {
    font-size: 52px;
    line-height: 62px;
  }
}
@media only screen and (max-width: 1024px) {
  .heading-large-light {
    font-size: 46px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 768px) {
  .heading-large-light {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .heading-large-light {
    font-size: 32px;
    line-height: 42px;
  }
}

.heading-large-bold {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -4%;
  color: var(--color-text-primary);
}
@media only screen and (max-width: 1400px) {
  .heading-large-bold {
    font-size: 56px;
    line-height: 66px;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-large-bold {
    font-size: 52px;
    line-height: 62px;
  }
}
@media only screen and (max-width: 1024px) {
  .heading-large-bold {
    font-size: 46px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 768px) {
  .heading-large-bold {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .heading-large-bold {
    font-size: 32px;
    line-height: 42px;
  }
}

.heading-medium-primary {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  vertical-align: middle;
  color: var(--color-primary);
}
@media only screen and (max-width: 1400px) {
  .heading-medium-primary {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-medium-primary {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .heading-medium-primary {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .heading-medium-primary {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .heading-medium-primary {
    font-size: 24px;
  }
}

.heading-medium-accent {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: 0%;
  color: var(--color-text-accent);
}
@media only screen and (max-width: 1400px) {
  .heading-medium-accent {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-medium-accent {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .heading-medium-accent {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .heading-medium-accent {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .heading-medium-accent {
    font-size: 18px;
  }
}

.heading-small-bold {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--color-primary);
}
@media only screen and (max-width: 1400px) {
  .heading-small-bold {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-small-bold {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .heading-small-bold {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .heading-small-bold {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .heading-small-bold {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1400px) {
  .heading-large-light,
  .heading-large-bold {
    font-size: 56px !important;
    line-height: 66px !important;
  }
  .heading-medium-primary {
    font-size: 40px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-large-light,
  .heading-large-bold {
    font-size: 52px !important;
    line-height: 62px !important;
  }
  .heading-medium-primary {
    font-size: 36px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .heading-large-light,
  .heading-large-bold {
    font-size: 46px !important;
    line-height: 56px !important;
  }
  .heading-medium-primary {
    font-size: 32px !important;
  }
}
@media only screen and (max-width: 768px) {
  .heading-large-light,
  .heading-large-bold {
    font-size: 38px !important;
    line-height: 48px !important;
  }
  .heading-medium-primary {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 480px) {
  .heading-large-light,
  .heading-large-bold {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .heading-medium-primary {
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 1400px) {
  .text-body-regular {
    font-size: 15px;
    line-height: 24px;
  }
  .text-body-large {
    font-size: 17px !important;
    line-height: 27px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .text-body-regular {
    font-size: 14px;
    line-height: 22px;
  }
  .text-body-large {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .text-body-regular {
    font-size: 14px;
    line-height: 22px;
  }
  .text-body-large {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .text-body-regular {
    font-size: 13px;
    line-height: 20px;
  }
  .text-body-large {
    font-size: 14px;
    line-height: 22px;
  }
}
.heading-small-black {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 49px;
  letter-spacing: 0%;
  color: var(--color-text-primary);
}
@media only screen and (max-width: 1400px) {
  .heading-small-black {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-small-black {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .heading-small-black {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .heading-small-black {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .heading-small-black {
    font-size: 14px;
  }
}

.heading-small-white {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0%;
  color: var(--color-white);
}
@media only screen and (max-width: 1400px) {
  .heading-small-white {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  .heading-small-white {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .heading-small-white {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .heading-small-white {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .heading-small-white {
    font-size: 15px;
  }
}

.text-display-thin {
  font-family: "Montserrat", sans-serif;
  font-weight: 250;
  font-size: 56px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--color-primary);
}

.text-poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  color: var(--color-text-primary);
}

.text-primary {
  color: var(--color-primary) !important;
}

.text-white {
  color: var(--color-white) !important;
}

.text-black {
  color: var(--color-black) !important;
}

.text-muted {
  color: var(--color-text-muted) !important;
}

.text-light {
  color: var(--color-text-light) !important;
}

.text-secondary {
  color: var(--color-text-secondary) !important;
}

.text-accent {
  color: var(--color-text-accent) !important;
}

.bg-primary {
  background-color: var(--color-primary) !important;
}

.bg-primary-light {
  background-color: var(--color-primary-light) !important;
}

.bg-white {
  background-color: var(--color-white) !important;
}

.bg-dark {
  background-color: var(--color-bg-dark) !important;
}

.bg-off-white {
  background-color: #cfcfcf !important;
}

.bg-off-black {
  background-color: #263036 !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}
@media (max-width: 1500px) {
  html {
    font-size: 89%;
  }
}

ul,
ol,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.mt_default {
  margin-top: 58px;
}
@media (max-width: 820px) {
  .mt_default {
    margin-top: 89px;
  }
}

input,
textarea {
  width: 100% !important;
  border: 1px solid #bebebe !important;
  border-radius: 30px !important;
  font-size: 12px !important;
  background: white !important;
  display: flex !important;
  align-items: center !important;
}

input {
  height: 46px;
  padding: 0 19px 0 19px;
}

textarea {
  padding: 17px 19px;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

/* For all input + textarea placeholders */
input::placeholder,
textarea::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: rgba(39, 48, 53, 0.4);
}

.date-time-picker {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: 50px;
  height: 46px;
  padding: 0 20px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.date-time-picker:hover {
  border-color: #999;
}

.date-time-picker input {
  border: none;
  width: 100%;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: rgba(39, 48, 53, 0.7);
  cursor: pointer;
}

.date-time-picker input::placeholder {
  color: rgba(39, 48, 53, 0.4);
}

.date-time-picker input:focus {
  outline: none;
}

.date-time-picker .dropdown-arrow {
  pointer-events: none;
  transition: transform 0.2s ease;
}

/* Optional: rotate arrow when input is focused */
.date-time-picker input:focus + .dropdown-arrow {
  transform: rotate(180deg);
}

/* Customize Flatpickr popup */
.flatpickr-calendar {
  font-family: "Montserrat", sans-serif;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #007c69;
  border-color: #007c69;
}

.flatpickr-time input {
  font-size: 14px;
}

.flatpickr-current-month {
  font-weight: 600;
  font-size: 14px;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  width: calc(100% - 20px);
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .container {
    width: 98% !important;
  }
}
@media (max-width: 820px) {
  .container {
    width: 96% !important;
  }
}
@media (max-width: 700px) {
  .container {
    width: 95% !important;
  }
}

.wrap {
  max-width: calc(1400px + 6%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.trans,
.button {
  transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
}

.border_none {
  border: none !important;
}

.h_auto {
  height: auto !important;
}

.w_auto {
  width: auto !important;
}

.w_50 {
  width: 50%;
}
@media (max-width: 700px) {
  .w_50 {
    width: 100%;
  }
}

.w_100 {
  width: 100% !important;
}

.h_100 {
  height: 100%;
}

.h_100vh {
  height: 100vh;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_d_none {
  text-decoration: none;
}

.list_none {
  list-style: none;
}

.z_10 {
  z-index: 10;
}

.p_relative {
  position: relative !important;
}

.p_absolute {
  position: absolute;
}

.pos_t_0 {
  top: 0;
}

.pos_b_0 {
  bottom: 0;
}

.pos_l_0 {
  left: 0;
}

.pos_r_0 {
  right: 0;
}

.img_mx_fluid {
  width: 100%;
  height: auto;
  display: block;
}

.img_fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.d_none {
  display: none;
}

.d_flex {
  display: flex;
}

.d_flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex_end {
  align-items: flex-end;
}

.flex_center {
  align-items: center;
}

.flex_start {
  align-items: flex-start;
}

.flex_col {
  display: flex;
  flex-direction: column;
}

.justify_center {
  justify-content: center;
}

.justify_space_bet {
  justify-content: space-between;
}

.g_1 {
  gap: 10px;
}

.overflow_hide {
  overflow: hidden;
}

.overflow_x_hide {
  overflow-x: hidden;
}

.overflow_y_hide {
  overflow-y: hidden;
}

.radius_5 {
  border-radius: 5px;
  overflow: hidden;
}

.radius_10 {
  border-radius: 10px;
  overflow: hidden;
}

.radius_20 {
  border-radius: 20px;
  overflow: hidden;
}

.radius_30 {
  border-radius: 30px;
  overflow: hidden;
}

.image_res {
  max-width: 100%;
  display: block;
}

.w_90 {
  width: 90% !important;
}
@media only screen and (max-width: 600px) {
  .w_90 {
    width: 100%;
  }
}

.w_80 {
  width: 80% !important;
}
@media only screen and (max-width: 600px) {
  .w_80 {
    width: 100%;
  }
}

.w_70 {
  width: 70% !important;
}
@media only screen and (max-width: 600px) {
  .w_70 {
    width: 100%;
  }
}

.w_60 {
  width: 60% !important;
}
@media only screen and (max-width: 600px) {
  .w_60 {
    width: 100%;
  }
}

.w_40 {
  width: 40% !important;
}
@media only screen and (max-width: 600px) {
  .w_40 {
    width: 100%;
  }
}

.pl_0 {
  padding-left: 0 !important;
}

.pt_0 {
  padding-top: 0 !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pt_5 {
  padding-top: 5px;
}
@media only screen and (max-width: 600px) {
  .pt_5 {
    padding-top: 0px;
  }
}

.pb_5 {
  padding-bottom: 5px;
}
@media only screen and (max-width: 600px) {
  .pb_5 {
    padding-bottom: 0px;
  }
}

.pt_10 {
  padding-top: 10px;
}
@media only screen and (max-width: 600px) {
  .pt_10 {
    padding-top: 5px;
  }
}

.pr_10 {
  padding-right: 10px;
}
@media only screen and (max-width: 600px) {
  .pr_10 {
    padding-right: 5px;
  }
}

.pb_10 {
  padding-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .pb_10 {
    padding-bottom: 5px;
  }
}

.pt_15 {
  padding-top: 15px;
}
@media only screen and (max-width: 600px) {
  .pt_15 {
    padding-top: 10px;
  }
}

.pb_15 {
  padding-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .pb_15 {
    padding-bottom: 10px;
  }
}

.pt_20 {
  padding-top: 20px;
}
@media only screen and (max-width: 600px) {
  .pt_20 {
    padding-top: 10px;
  }
}

.pb_20 {
  padding-bottom: 20px !important;
}
@media only screen and (max-width: 600px) {
  .pb_20 {
    padding-bottom: 10px;
  }
}

.pt_25 {
  padding-top: 25px;
}
@media only screen and (max-width: 600px) {
  .pt_25 {
    padding-top: 15px;
  }
}

.pb_25 {
  padding-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .pb_25 {
    padding-bottom: 15px;
  }
}

.pt_30 {
  padding-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .pt_30 {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_30 {
    padding-top: 10px;
  }
}

.pb_30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .pb_30 {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_30 {
    padding-bottom: 10px;
  }
}

.pt_35 {
  padding-top: 35px;
}
@media only screen and (max-width: 1440px) {
  .pt_35 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_35 {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_35 {
    padding-top: 17px;
  }
}

.pb_35 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 1440px) {
  .pb_35 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_35 {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_35 {
    padding-bottom: 17px;
  }
}

.pt_40 {
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .pt_40 {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_40 {
    padding-top: 10px;
  }
}

.pb_40 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .pb_40 {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_40 {
    padding-bottom: 10px;
  }
}

.pt_45 {
  padding-top: 45px;
}
@media only screen and (max-width: 600px) {
  .pt_45 {
    padding-top: 22px;
  }
}

.pb_45 {
  padding-bottom: 45px;
}
@media only screen and (max-width: 600px) {
  .pb_45 {
    padding-bottom: 22px;
  }
}

.pt_50 {
  padding-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .pt_50 {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_50 {
    padding-top: 25px;
  }
}

.pb_50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .pb_50 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_50 {
    padding-bottom: 25px;
  }
}

.pt_55 {
  padding-top: 55px;
}
@media only screen and (max-width: 1024px) {
  .pt_55 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_55 {
    padding-top: 27px;
  }
}

.pb_55 {
  padding-bottom: 55px;
}
@media only screen and (max-width: 1024px) {
  .pb_55 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_55 {
    padding-bottom: 27px;
  }
}

.pb_60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .pb_60 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_60 {
    padding-bottom: 30px;
  }
}

.pt_60 {
  padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .pt_60 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_60 {
    padding-top: 30px;
  }
}

.pb_65 {
  padding-bottom: 65px;
}
@media only screen and (max-width: 600px) {
  .pb_65 {
    padding-bottom: 32px !important;
  }
}

.pt_65 {
  padding-top: 65px;
}
@media only screen and (max-width: 1024px) {
  .pt_65 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_65 {
    padding-top: 32px;
  }
}

.pb_70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  .pb_70 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_70 {
    padding-bottom: 25px;
  }
}

.pt_70 {
  padding-top: 70px;
}
@media only screen and (max-width: 1024px) {
  .pt_70 {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_70 {
    padding-top: 25px;
  }
}

.pb_75 {
  padding-bottom: 75px;
}
@media only screen and (max-width: 1024px) {
  .pb_75 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_75 {
    padding-bottom: 25px;
  }
}

.pt_75 {
  padding-top: 75px;
}
@media only screen and (max-width: 600px) {
  .pt_75 {
    padding-top: 36px;
  }
}

.pt_80 {
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .pt_80 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_80 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_80 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_80 {
    padding-top: 30px;
  }
}

.pb_80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .pb_80 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_80 {
    padding-bottom: 30px;
  }
}

.pt_85 {
  padding-top: 85px;
}
@media only screen and (max-width: 1024px) {
  .pt_85 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_85 {
    padding-top: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_85 {
    padding-top: 42px;
  }
}

.pb_85 {
  padding-bottom: 85px;
}
@media only screen and (max-width: 1024px) {
  .pb_85 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_85 {
    padding-bottom: 42px;
  }
}

.pt_90 {
  padding-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .pt_90 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_90 {
    padding-top: 46px;
  }
}

.pb_90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 1024px) {
  .pb_90 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_90 {
    padding-bottom: 46px;
  }
}

.pt_95 {
  padding-top: 95px;
}
@media only screen and (max-width: 1024px) {
  .pt_95 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_95 {
    padding-top: 46px;
  }
}

.pb_95 {
  padding-bottom: 95px;
}
@media only screen and (max-width: 1024px) {
  .pb_95 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_95 {
    padding-bottom: 46px;
  }
}

.pt_105 {
  padding-top: 105px;
}
@media only screen and (max-width: 1024px) {
  .pt_105 {
    padding-top: 85px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_105 {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_105 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_105 {
    padding-top: 45px;
  }
}

.pb_105 {
  padding-bottom: 105px;
}
@media only screen and (max-width: 1024px) {
  .pb_105 {
    padding-bottom: 85px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_105 {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_105 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_105 {
    padding-bottom: 45px;
  }
}

.pt_100 {
  padding-top: 100px;
}
@media only screen and (max-width: 1400px) {
  .pt_100 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_100 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_100 {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_100 {
    padding-top: 40px;
  }
}

.pb_100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .pb_100 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_100 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_100 {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_100 {
    padding-bottom: 40px;
  }
}

.pt_110 {
  padding-top: 110px;
}
@media only screen and (max-width: 1024px) {
  .pt_110 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_110 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_110 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_110 {
    padding-top: 30px;
  }
}

.pb_110 {
  padding-bottom: 110px;
}
@media only screen and (max-width: 1024px) {
  .pb_110 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_110 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_110 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_110 {
    padding-bottom: 30px;
  }
}

.pt_115 {
  padding-top: 115px;
}
@media only screen and (max-width: 1024px) {
  .pt_115 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_115 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_115 {
    padding-top: 57px;
  }
}

.pb_115 {
  padding-bottom: 115px;
}
@media only screen and (max-width: 1024px) {
  .pb_115 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_115 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_115 {
    padding-bottom: 57px;
  }
}

.pb_120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1366px) {
  .pb_120 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_120 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_120 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_120 {
    padding-bottom: 50px;
  }
}

.pt_120 {
  padding-top: 120px;
}
@media only screen and (max-width: 1366px) {
  .pt_120 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_120 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_120 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_120 {
    padding-top: 50px;
  }
}

.pt_125 {
  padding-top: 125px;
}
@media only screen and (max-width: 1200px) {
  .pt_125 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 992px) {
  .pt_125 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .pt_125 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_125 {
    padding-top: 62px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_125 {
    padding-top: 50px;
  }
}

.pb_125 {
  padding-bottom: 125px;
}
@media only screen and (max-width: 1200px) {
  .pb_125 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 992px) {
  .pb_125 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .pb_125 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_125 {
    padding-bottom: 62px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_125 {
    padding-bottom: 50px;
  }
}

.pt_130 {
  padding-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .pt_130 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_130 {
    padding-top: 65px;
  }
}

.pb_130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  .pb_130 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_130 {
    padding-bottom: 65px;
  }
}

.pt_135 {
  padding-top: 135px;
}
@media only screen and (max-width: 1024px) {
  .pt_135 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_135 {
    padding-top: 67px;
  }
}

.pb_135 {
  padding-bottom: 135px;
}
@media only screen and (max-width: 1024px) {
  .pb_135 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_135 {
    padding-bottom: 67px;
  }
}

.pb_140 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 1024px) {
  .pb_140 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_140 {
    padding-bottom: 50px;
  }
}

.pt_140 {
  padding-top: 140px;
}
@media only screen and (max-width: 600px) {
  .pt_140 {
    padding-top: 70px;
  }
}

.pt_145 {
  padding-top: 145px;
}
@media only screen and (max-width: 1024px) {
  .pt_145 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_145 {
    padding-top: 72px;
  }
}

.pb_145 {
  padding-bottom: 145px;
}
@media only screen and (max-width: 1024px) {
  .pb_145 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_145 {
    padding-bottom: 25px;
  }
}

.pt_150 {
  padding-top: 150px;
}
@media only screen and (max-width: 1024px) {
  .pt_150 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_150 {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_150 {
    padding-top: 45px;
  }
}

.pb_150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 1024px) {
  .pb_150 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_150 {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_150 {
    padding-bottom: 45px;
  }
}

.pt_155 {
  padding-top: 155px;
}
@media only screen and (max-width: 600px) {
  .pt_155 {
    padding-top: 77px;
  }
}

@media only screen and (max-width: 600px) {
  .pb_155 {
    padding-bottom: 77px;
  }
}

.pt_160 {
  padding-top: 160px;
}
@media only screen and (max-width: 1024px) {
  .pt_160 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_160 {
    padding-top: 80px;
  }
}

.pb_160 {
  padding-bottom: 160px;
}
@media only screen and (max-width: 600px) {
  .pb_160 {
    padding-bottom: 80px;
  }
}

.pt_165 {
  padding-top: 165px;
}
@media only screen and (max-width: 600px) {
  .pt_165 {
    padding-top: 82px;
  }
}

.pb_165 {
  padding-bottom: 165px;
}
@media only screen and (max-width: 600px) {
  .pb_165 {
    padding-bottom: 82px;
  }
}

.pt_170 {
  padding-top: 170px;
}
@media only screen and (max-width: 600px) {
  .pt_170 {
    padding-top: 85px;
  }
}

.pb_170 {
  padding-bottom: 170px;
}
@media only screen and (max-width: 600px) {
  .pb_170 {
    padding-bottom: 85px;
  }
}

.pb_175 {
  padding-bottom: 175px;
}
@media only screen and (max-width: 1024px) {
  .pb_175 {
    padding-bottom: 87px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_175 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .pb_175 {
    padding-bottom: 40px;
  }
}

.pt_175 {
  padding-top: 175px;
}
@media only screen and (max-width: 600px) {
  .pt_175 {
    padding-top: 87px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_175 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .pt_175 {
    padding-top: 40px;
  }
}

.pb_180 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 600px) {
  .pb_180 {
    padding-bottom: 90px;
  }
}

.pt_180 {
  padding-top: 180px;
}
@media only screen and (max-width: 1024px) {
  .pt_180 {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_180 {
    padding-top: 51px;
  }
}

.pb_185 {
  padding-bottom: 185px;
}
@media only screen and (max-width: 1024px) {
  .pb_185 {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_185 {
    padding-bottom: 51px;
  }
}

.pt_185 {
  padding-top: 185px;
}
@media only screen and (max-width: 1024px) {
  .pt_185 {
    padding-top: 105px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_185 {
    padding-top: 92px;
  }
}

.pb_190 {
  padding-bottom: 190px;
}
@media only screen and (max-width: 1024px) {
  .pb_190 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .pb_190 {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_190 {
    padding-bottom: 95px;
  }
}

.pt_190 {
  padding-top: 190px;
}
@media only screen and (max-width: 1024px) {
  .pt_190 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .pt_190 {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_190 {
    padding-top: 95px;
  }
}

.pb_195 {
  padding-bottom: 195px;
}
@media only screen and (max-width: 1024px) {
  .pb_195 {
    padding-bottom: 115px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_195 {
    padding-bottom: 97px;
  }
}

.pt_195 {
  padding-top: 195px;
}
@media only screen and (max-width: 1024px) {
  .pt_195 {
    padding-top: 115px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_195 {
    padding-top: 97px;
  }
}

.pb_200 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 1024px) {
  .pb_200 {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_200 {
    padding-bottom: 100px;
  }
}

.pt_200 {
  padding-top: 200px;
}
@media only screen and (max-width: 1024px) {
  .pt_200 {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_200 {
    padding-top: 100px;
  }
}

.pt_220 {
  padding-top: 220px;
}
@media only screen and (max-width: 1024px) {
  .pt_220 {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_220 {
    padding-top: 100px;
  }
}

.pt_240 {
  padding-top: 240px;
}
@media only screen and (max-width: 1024px) {
  .pt_240 {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_240 {
    padding-top: 110px;
  }
}

.pb_240 {
  padding-bottom: 240px;
}
@media only screen and (max-width: 1024px) {
  .pb_240 {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_240 {
    padding-bottom: 110px;
  }
}

.max_0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.m_auto {
  margin: auto;
}

.mt_auto {
  margin-top: auto;
}

.mb_auto {
  margin-bottom: auto;
}

.ml_auto {
  margin-left: auto;
}

:global(body.rtl) .ml_auto {
  margin-left: 0;
  margin-right: auto;
}

.mr_auto {
  margin-right: auto;
}

.mt_5 {
  margin-top: 5px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mt_10 {
  margin-top: 10px;
}
@media only screen and (max-width: 600px) {
  .mt_10 {
    margin-top: 5px;
  }
}

.mb_10 {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 600px) {
  .mb_10 {
    margin-bottom: 5px;
  }
}

.mt_15 {
  margin-top: 15px;
}
@media only screen and (max-width: 600px) {
  .mt_15 {
    margin-top: 10px;
  }
}

.mb_15 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .mb_15 {
    margin-bottom: 10px;
  }
}

.mt_20 {
  margin-top: 20px !important;
}
@media only screen and (max-width: 600px) {
  .mt_20 {
    margin-top: 10px !important;
  }
}

.mb_20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .mb_20 {
    margin-bottom: 8px;
  }
}

.mt_25 {
  margin-top: 25px !important;
}
@media only screen and (max-width: 600px) {
  .mt_25 {
    margin-top: 15px !important;
  }
}

.mb_25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .mb_25 {
    margin-bottom: 15px;
  }
}

.mt_30 {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .mt_30 {
    margin-top: 15px;
  }
}

.mb_30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .mb_30 {
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_30 {
    margin-bottom: 15px;
  }
}

.mt_35 {
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  .mt_35 {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_35 {
    margin-top: 17px;
  }
}

.mb_35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 600px) {
  .mb_35 {
    margin-bottom: 17px;
  }
}

.mt_40 {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .mt_40 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_40 {
    margin-top: 20px;
  }
}

.mb_40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .mb_40 {
    margin-bottom: 20px;
  }
}

.mt_45 {
  margin-top: 45px;
}
@media only screen and (max-width: 600px) {
  .mt_45 {
    margin-top: 22px;
  }
}

.mb_45 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 600px) {
  .mb_45 {
    margin-bottom: 22px;
  }
}

.mt_50 {
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .mt_50 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt_50 {
    margin-top: 20px;
  }
}

.mb_50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .mb_50 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_50 {
    margin-bottom: 15px;
  }
}

.mt_55 {
  margin-top: 55px;
}
@media only screen and (max-width: 1024px) {
  .mt_55 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_55 {
    margin-top: 27px;
  }
}

.mb_55 {
  margin-bottom: 55px;
}
@media only screen and (max-width: 600px) {
  .mb_55 {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 1024px) {
  .mb_55 {
    margin-bottom: 40px;
  }
}

.mb_60 {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 1024px) {
  .mb_60 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_60 {
    margin-bottom: 30px;
  }
}

.mt_60 {
  margin-top: 60px;
}
@media only screen and (max-width: 600px) {
  .mt_60 {
    margin-top: 30px;
  }
}

.mb_65 {
  margin-bottom: 65px;
}
@media only screen and (max-width: 600px) {
  .mb_65 {
    margin-bottom: 32px;
  }
}

.mt_65 {
  margin-top: 65px;
}
@media only screen and (max-width: 600px) {
  .mt_65 {
    margin-top: 32px;
  }
}

.mb_70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 600px) {
  .mb_70 {
    margin-bottom: 35px;
  }
}

.mt_70 {
  margin-top: 70px;
}
@media only screen and (max-width: 600px) {
  .mt_70 {
    margin-top: 35px;
  }
}

.mb_75 {
  margin-bottom: 75px;
}
@media only screen and (max-width: 600px) {
  .mb_75 {
    margin-bottom: 36px;
  }
}

.mt_75 {
  margin-top: 75px;
}
@media only screen and (max-width: 600px) {
  .mt_75 {
    margin-top: 36px;
  }
}

.mt_80 {
  margin-top: 80px;
}
@media only screen and (max-width: 600px) {
  .mt_80 {
    margin-top: 40px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .mb_80 {
    margin-bottom: 40px;
  }
}

.mt_85 {
  margin-top: 85px;
}
@media only screen and (max-width: 600px) {
  .mt_85 {
    margin-top: 42px;
  }
}

.mb_85 {
  margin-bottom: 85px;
}
@media only screen and (max-width: 600px) {
  .mb_85 {
    margin-bottom: 42px;
  }
}

.mt_90 {
  margin-top: 90px;
}
@media only screen and (max-width: 600px) {
  .mt_90 {
    margin-top: 35px;
  }
}

.mb_90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 600px) {
  .mb_90 {
    margin-bottom: 35px;
  }
}

.mt_100 {
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .mt_100 {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_100 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .mt_100 {
    margin-top: 20px;
  }
}

.mb_100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .mb_100 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_100 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .mb_100 {
    margin-bottom: 20px;
  }
}

.mt_115 {
  margin-top: 115px;
}
@media only screen and (max-width: 600px) {
  .mt_115 {
    margin-top: 57px;
  }
}

.mb_115 {
  margin-bottom: 115px;
}
@media only screen and (max-width: 600px) {
  .mb_115 {
    margin-bottom: 57px;
  }
}

.mb_120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1200px) {
  .mb_120 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .mb_120 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_120 {
    margin-bottom: 60px;
  }
}

.mt_120 {
  margin-top: 120px;
}
@media only screen and (max-width: 1200px) {
  .mt_120 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt_120 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_120 {
    margin-top: 60px;
  }
}

.mt_125 {
  margin-top: 125px;
}
@media only screen and (max-width: 600px) {
  .mt_125 {
    margin-top: 62px;
  }
}

.mb_125 {
  margin-bottom: 125px;
}
@media only screen and (max-width: 600px) {
  .mb_125 {
    margin-bottom: 62px;
  }
}

.mt_130 {
  margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .mt_130 {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_130 {
    margin-top: 65px;
  }
}

.mb_130 {
  margin-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  .mb_130 {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_130 {
    margin-bottom: 65px;
  }
}

.mt_135 {
  margin-top: 135px;
}
@media only screen and (max-width: 600px) {
  .mt_135 {
    margin-top: 67px;
  }
}

.mb_135 {
  margin-bottom: 135px;
}
@media only screen and (max-width: 600px) {
  .mb_135 {
    margin-bottom: 67px;
  }
}

.mt_140 {
  margin-top: 140px;
}
@media only screen and (max-width: 600px) {
  .mt_140 {
    margin-top: 70px;
  }
}

.mb_140 {
  margin-bottom: 140px;
}
@media only screen and (max-width: 600px) {
  .mb_140 {
    margin-bottom: 70px;
  }
}

.mt_145 {
  margin-top: 145px;
}
@media only screen and (max-width: 600px) {
  .mt_145 {
    margin-top: 72px;
  }
}

.mb_145 {
  margin-bottom: 145px;
}
@media only screen and (max-width: 600px) {
  .mb_145 {
    margin-bottom: 72px;
  }
}

.mt_150 {
  margin-top: 150px;
}
@media only screen and (max-width: 1024px) {
  .mt_150 {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .mt_150 {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 700px) {
  .mt_150 {
    margin-top: 100px;
  }
}

.mb_150 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1024px) {
  .mb_150 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_150 {
    margin-bottom: 45px;
  }
}

.mt_155 {
  margin-top: 155px;
}
@media only screen and (max-width: 600px) {
  .mt_155 {
    margin-top: 77px;
  }
}

@media only screen and (max-width: 600px) {
  .mb_155 {
    margin-bottom: 77px;
  }
}

.mt_160 {
  margin-top: 160px;
}
@media only screen and (max-width: 600px) {
  .mt_160 {
    margin-top: 80px;
  }
}

.mb_160 {
  margin-bottom: 160px;
}
@media only screen and (max-width: 600px) {
  .mb_160 {
    margin-bottom: 80px;
  }
}

.mt_165 {
  margin-top: 165px;
}
@media only screen and (max-width: 600px) {
  .mt_165 {
    margin-top: 82px;
  }
}

.mb_165 {
  margin-bottom: 165px;
}
@media only screen and (max-width: 600px) {
  .mb_165 {
    margin-bottom: 82px;
  }
}

.mt_170 {
  margin-top: 170px;
}
@media only screen and (max-width: 600px) {
  .mt_170 {
    margin-top: 85px;
  }
}

.mb_170 {
  margin-bottom: 170px;
}
@media only screen and (max-width: 600px) {
  .mb_170 {
    margin-bottom: 85px;
  }
}

.mb_175 {
  margin-bottom: 175px;
}
@media only screen and (max-width: 1024px) {
  .mb_175 {
    margin-bottom: 87px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_175 {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .mb_175 {
    margin-bottom: 40px;
  }
}

.mt_175 {
  margin-top: 175px;
}
@media only screen and (max-width: 600px) {
  .mt_175 {
    margin-top: 87px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt_175 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .mt_175 {
    margin-top: 40px;
  }
}

.mb_180 {
  margin-bottom: 180px;
}
@media only screen and (max-width: 600px) {
  .mb_180 {
    margin-bottom: 90px;
  }
}

.mt_180 {
  margin-top: 180px;
}
@media only screen and (max-width: 600px) {
  .mt_180 {
    margin-top: 90px;
  }
}

.mb_185 {
  margin-bottom: 185px;
}
@media only screen and (max-width: 600px) {
  .mb_185 {
    margin-bottom: 92px;
  }
}

.mt_185 {
  margin-top: 185px;
}
@media only screen and (max-width: 600px) {
  .mt_185 {
    margin-top: 92px;
  }
}

.mb_190 {
  margin-bottom: 185px;
}
@media only screen and (max-width: 600px) {
  .mb_190 {
    margin-bottom: 95px;
  }
}

.mt_190 {
  margin-top: 185px;
}
@media only screen and (max-width: 600px) {
  .mt_190 {
    margin-top: 95px;
  }
}

.mb_195 {
  margin-bottom: 195px;
}
@media only screen and (max-width: 600px) {
  .mb_195 {
    margin-bottom: 97px;
  }
}

.mt_195 {
  margin-top: 195px;
}
@media only screen and (max-width: 600px) {
  .mt_195 {
    margin-top: 97px;
  }
}

.mb_200 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 1024px) {
  .mb_200 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_200 {
    margin-bottom: 100px;
  }
}

.mt_200 {
  margin-top: 200px;
}
@media only screen and (max-width: 600px) {
  .mt_200 {
    margin-top: 80px;
  }
}

.career-apply-modal {
  display: none;
}
.career-apply-modal.open {
  display: block;
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 9999;
}
.career-apply-modal .modal-backdrop.open {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
}
.career-apply-modal .modal-dialog {
  position: relative;
  width: min(1300px, 90%);
  background: var(--color-primary-light);
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  height: 734px;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 60px;
}
@media only screen and (max-width: 1200px) {
  .career-apply-modal .modal-dialog {
    flex-wrap: wrap;
  }
}
.career-apply-modal .modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: transparent;
  border: 1.5px solid #e6e6e6;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.career-apply-modal .modal-left {
  width: 33%;
  min-width: 260px;
}
.career-apply-modal .modal-right {
  width: 67%;
}
@media only screen and (max-width: 1024px) {
  .career-apply-modal .modal-right {
    width: 100%;
  }
}
.career-apply-modal .apply-heading {
  font-family: "Gotham", sans-serif;
  font-size: 44px;
  font-weight: 600;
  color: var(--color-primary);
  margin: 0 0 12px 0;
}
@media only screen and (max-width: 1400px) {
  .career-apply-modal .apply-heading {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .career-apply-modal .apply-heading {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .career-apply-modal .apply-heading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .career-apply-modal .apply-heading {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .career-apply-modal .apply-heading {
    font-size: 24px;
  }
}
.career-apply-modal .apply-heading span {
  color: var(--color-primary);
  font-weight: 300;
}
.career-apply-modal .apply-description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #273035;
  opacity: 0.9;
  max-width: 275px;
}
@media only screen and (max-width: 1400px) {
  .career-apply-modal .apply-description {
    font-size: 16px;
  }
}
.career-apply-modal .offer-form-container {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 14px 74px 10px rgba(0, 0, 0, 0.0509803922);
  padding: 22px;
}
.career-apply-modal .offer-form .city-group {
  width: 50% !important;
}
.career-apply-modal .offer-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.career-apply-modal .offer-form .form-group {
  width: 100%;
  margin-bottom: 25px;
}
.career-apply-modal .offer-form .full-width {
  grid-column: 1/-1;
}
.career-apply-modal .offer-form .full-width .default_upload_file {
  height: 46px;
}
.career-apply-modal .offer-form label {
  display: block;
  margin: 0 0 8px 0;
  font-weight: 500;
  color: #273035;
}
.career-apply-modal .offer-form .custom-dropdown {
  width: 100%;
}
.career-apply-modal .offer-form .phone-input-wrapper {
  display: flex;
  gap: 8px;
}
.career-apply-modal .offer-form .phone-input-wrapper .country-code {
  min-width: 100px;
}
.career-apply-modal .offer-form .submit-btn {
  outline: none;
  border: none;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  margin-top: 52px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  gap: 10px;
  margin-left: auto;
  position: relative;
}
@media (max-width: 992px) {
  .career-apply-modal .modal-dialog {
    gap: 24px;
    padding: 26px;
  }
  .career-apply-modal .modal-left,
  .career-apply-modal .modal-right {
    width: 100%;
  }
  .career-apply-modal .apply-heading {
    font-size: 32px;
  }
  .career-apply-modal .offer-form .form-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .career-apply-modal {
    padding: 16px;
  }
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.banner .page_top_content {
  position: relative;
  height: 100%;
}
.banner .page_top_content .page_top_title {
  position: absolute;
  height: fit-content;
  bottom: 70px;
  left: 90px;
  color: white !important;
  text-align: left;
  z-index: 10;
  line-height: 60px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 45px;
  letter-spacing: -4%;
  color: var(--color-text-primary);
  font-weight: 500;
}
@media only screen and (max-width: 1400px) {
  .banner .page_top_content .page_top_title {
    font-size: 56px;
    line-height: 66px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner .page_top_content .page_top_title {
    font-size: 52px;
    line-height: 62px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .page_top_content .page_top_title {
    font-size: 46px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 768px) {
  .banner .page_top_content .page_top_title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .banner .page_top_content .page_top_title {
    font-size: 32px;
    line-height: 42px;
  }
}
.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 11.75%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.02%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
@media (max-width: 820px) {
  .banner {
    height: 300px;
  }
}

.btn-primary {
  font-family: "Gotham", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  background-color: var(--color-primary);
  color: var(--color-white);
  border: none;
  border-radius: 50px;
  padding: 18px 30px;
  max-height: 48px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-transform: none;
}
.btn-primary:hover {
  background-color: #014a3c;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(1, 108, 81, 0.3);
}
.btn-primary:active {
  transform: translateY(0);
}
.btn-primary.btn-large {
  padding: 22px 45px;
  min-height: 72px;
  font-size: 18px;
}
.btn-primary.btn-small {
  padding: 12px 25px;
  min-height: 40px;
  font-size: 14px;
}

.btn-offer {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  background-color: var(--color-primary);
  color: var(--color-white);
  border: none;
  border-radius: 50px;
  padding: 18px 30px;
  max-height: 48px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-transform: none;
}
.btn-offer:hover {
  background-color: #014a3c;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(1, 108, 81, 0.3);
  color: var(--color-white);
  text-decoration: none;
}
.btn-offer:active {
  transform: translateY(0);
}
.btn-offer:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.btn-offer.btn-large {
  padding: 22px 45px;
  min-height: 72px;
  font-size: 18px;
}
.btn-offer.btn-small {
  padding: 12px 25px;
  min-height: 48px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .btn-offer {
    min-height: 50px;
    padding: 15px 25px;
  }
}
@media (max-width: 768px) {
  .btn-offer {
    min-height: 45px;
    padding: 12px 20px;
    font-size: 14px;
  }
}

.btn-secondary {
  background-color: transparent;
  border: 2px solid var(--color-primary);
  border-radius: 50px;
  padding: 16px 35px;
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  color: var(--color-primary);
}
.btn-secondary:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  transform: translateY(-2px);
}
@media (max-width: 1024px) {
  .btn-secondary {
    min-height: 50px;
    padding: 13px 25px;
  }
}
@media (max-width: 768px) {
  .btn-secondary {
    min-height: 45px;
    padding: 10px 20px;
    font-size: 14px;
  }
}

.btn-white {
  font-family: "Montserrat", sans-serif;
  background-color: var(--color-white);
  border: none;
  border-radius: 50px;
  padding-right: 30px;
  padding-left: 35px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
}
.btn-white:hover {
  background-color: var(--color-primary-light);
  transform: translateY(-2px);
}
@media (max-width: 1024px) {
  .btn-white {
    min-height: 50px;
    padding: 15px 25px;
  }
}
@media (max-width: 768px) {
  .btn-white {
    min-height: 45px;
    padding: 12px 20px;
    font-size: 14px;
  }
}

.card-primary, .card-feature {
  background-color: var(--color-white);
  border-radius: 25px;
  padding: 40px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.card-primary:hover, .card-feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.card-primary .card-title, .card-feature .card-title {
  margin-bottom: 15px;
}
.card-primary .card-text, .card-feature .card-text {
  margin-bottom: 20px;
}
.card-primary .card-subtitle, .card-feature .card-subtitle {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .card-primary, .card-feature {
    padding: 30px 20px;
    border-radius: 20px;
  }
}

.card-feature {
  text-align: center;
}
.card-feature .card-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background-color: var(--color-primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-feature .card-icon img, .card-feature .card-icon svg {
  width: 40px;
  height: 40px;
}

.card-testimonial {
  background-color: var(--color-white);
  border-radius: 25px;
  padding: 40px 30px;
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-testimonial .testimonial-text {
  font-style: italic;
  margin-bottom: 20px;
  flex-grow: 1;
}
.card-testimonial .testimonial-author .author-name {
  margin-bottom: 5px;
}
.card-testimonial .testimonial-author .author-title {
  color: var(--color-text-light);
}
.card-testimonial::before {
  content: '"';
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 60px;
  color: var(--color-primary-light);
  font-family: serif;
  line-height: 1;
}
@media (max-width: 768px) {
  .card-testimonial {
    padding: 30px 20px;
    min-height: 250px;
  }
  .card-testimonial::before {
    font-size: 40px;
    top: 15px;
    left: 20px;
  }
}

.input-field, .select-field, .textarea-field {
  width: 100%;
  border: 2px solid #E5E5E5;
  border-radius: 15px;
  padding: 18px 20px;
  background-color: var(--color-white);
  transition: all 0.3s ease;
}
.input-field:focus, .select-field:focus, .textarea-field:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(1, 108, 81, 0.1);
}
.input-field.error, .error.select-field, .error.textarea-field {
  border-color: #e74c3c;
}
.input-field.success, .success.select-field, .success.textarea-field {
  border-color: var(--color-primary);
}
@media (max-width: 768px) {
  .input-field, .select-field, .textarea-field {
    padding: 15px 18px;
    border-radius: 12px;
  }
}

.textarea-field {
  min-height: 120px;
  resize: vertical;
}

.select-field {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px;
  padding-right: 50px;
}

.section-container {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .section-container {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .section-container {
    padding: 60px 0;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}
.section-header .section-title {
  margin-bottom: 20px;
}
.section-header .section-subtitle {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section-header {
    margin-bottom: 40px;
  }
  .section-header .section-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.badge {
  color: #fff;
  padding: 0px 13px;
  border-radius: 60px;
  display: inline-block;
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
  margin: 40px 0;
}
.divider.primary {
  background-color: var(--color-primary);
  height: 2px;
}

.text-primary {
  color: var(--color-primary) !important;
}

.text-white {
  color: var(--color-white) !important;
}

.text-black {
  color: var(--color-black) !important;
}

.text-muted {
  color: var(--color-text-muted) !important;
}

.text-light {
  color: var(--color-text-light) !important;
}

.text-secondary {
  color: var(--color-text-secondary) !important;
}

.text-accent {
  color: var(--color-text-accent) !important;
}

.bg-primary {
  background-color: var(--color-primary) !important;
}

.bg-primary-light {
  background-color: var(--color-primary-light) !important;
}

.bg-white {
  background-color: var(--color-white) !important;
}

.bg-dark {
  background-color: var(--color-bg-dark) !important;
}

@media only screen and (max-width: 1400px) {
  .btn-primary {
    padding: 16px 26px;
    max-height: 46px;
  }
  .btn-secondary {
    padding: 14px 28px;
    min-height: 56px;
  }
  .btn-white {
    height: 48px;
    padding-right: 26px;
    padding-left: 30px;
  }
  .card-primary, .card-feature {
    padding: 35px 25px;
  }
  .card-testimonial {
    padding: 35px 25px;
  }
  .card-feature .card-icon {
    width: 72px;
    height: 72px;
  }
  .card-feature .card-icon img,
  .card-feature .card-icon svg {
    width: 36px;
    height: 36px;
  }
  .badge {
    font-size: 15px;
    height: 28px;
    padding: 0px 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .btn-primary {
    padding: 15px 24px;
    max-height: 44px;
    font-size: 15px;
  }
  .btn-secondary {
    padding: 12px 24px;
    min-height: 50px;
    font-size: 15px;
  }
  .btn-white {
    height: 46px;
    padding-right: 24px;
    padding-left: 28px;
    font-size: 15px;
  }
  .card-primary, .card-feature {
    padding: 32px 22px;
  }
  .card-testimonial {
    padding: 32px 22px;
    min-height: 280px;
  }
  .card-feature .card-icon {
    width: 68px;
    height: 68px;
  }
  .card-feature .card-icon img,
  .card-feature .card-icon svg {
    width: 32px;
    height: 32px;
  }
  .section-header {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-primary {
    padding: 12px 20px;
    max-height: 42px;
    font-size: 14px;
  }
  .btn-secondary {
    padding: 10px 20px;
    min-height: 45px;
    font-size: 14px;
  }
  .btn-white {
    height: 45px;
    padding-right: 20px;
    padding-left: 22px;
    font-size: 14px;
  }
  .btn-primary.btn-large, .btn-offer.btn-large {
    padding: 16px 28px;
    min-height: 56px;
    font-size: 16px;
  }
  .btn-primary.btn-small, .btn-offer.btn-small {
    padding: 10px 18px;
    min-height: 38px;
    font-size: 13px;
  }
  .card-primary, .card-feature {
    padding: 28px 20px;
    border-radius: 20px;
  }
  .card-testimonial {
    padding: 28px 20px;
    min-height: 240px;
  }
  .card-feature .card-icon {
    width: 60px;
    height: 60px;
  }
  .card-feature .card-icon img,
  .card-feature .card-icon svg {
    width: 28px;
    height: 28px;
  }
  .input-field, .textarea-field, .select-field {
    padding: 14px 16px;
  }
  .select-field {
    padding-right: 44px;
    background-position: right 16px center;
  }
  .badge {
    font-size: 14px;
    height: 28px;
    padding: 0px 11px;
  }
}
@media only screen and (max-width: 480px) {
  .btn-primary {
    padding: 10px 16px;
    max-height: 40px;
    font-size: 13px;
  }
  .btn-secondary {
    padding: 8px 16px;
    min-height: 40px;
    font-size: 13px;
  }
  .btn-white {
    height: 42px;
    padding-right: 16px;
    padding-left: 18px;
    font-size: 13px;
  }
  .card-primary, .card-feature {
    padding: 22px 16px;
  }
  .card-testimonial {
    padding: 22px 16px;
    min-height: 220px;
  }
  .card-feature .card-icon {
    width: 54px;
    height: 54px;
  }
  .card-feature .card-icon img,
  .card-feature .card-icon svg {
    width: 24px;
    height: 24px;
  }
  .input-field, .textarea-field, .select-field {
    padding: 12px 14px;
    border-radius: 10px;
  }
  .select-field {
    background-position: right 12px center;
    background-size: 14px;
    padding-right: 40px;
  }
  .badge {
    font-size: 13px;
    height: 26px;
    padding: 6px 10px;
  }
  .section-header {
    margin-bottom: 32px;
  }
}
.tab_show {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .tab_show {
    display: block !important;
  }
}

.tab_hide {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .tab_hide {
    display: none;
  }
}

.desk_hide {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .desk_hide {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .tab_sm_hide {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .tab_sm_show {
    display: none !important;
  }
}

@media only screen and (max-width: 700px) {
  .mob_hide {
    display: none !important;
  }
}

@media only screen and (min-width: 701px) {
  .mob_show {
    display: none !important;
  }
}

.input-default {
  border: 0;
  background-color: transparent;
}

.btn-default {
  border: 0;
  background-color: transparent;
}
.btn-default:focus {
  outline: none;
}
.btn-default:focus-visible {
  outline: none;
}

.common-list > li {
  position: relative;
  padding-left: 25px;
}
.common-list > li:before {
  content: "";
  position: absolute;
  background: url("../images/icon/tick-icon.svg") no-repeat center center;
  left: 0;
  top: 5px;
  background-size: 100%;
  height: auto;
  width: 15px;
  aspect-ratio: 1/1;
}
.common-list > li ul li {
  list-style: disc;
}
.common-list.tick_icon li {
  padding-left: 35px;
}
.common-list.tick_icon li:before {
  top: 13px;
  background: url(../images/icon/tick-icon1.svg) no-repeat center center;
  background-size: 100%;
  width: 25px;
}
@media only screen and (max-width: 700px) {
  .common-list.tick_icon li:before {
    width: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .common-list.tick_icon li {
    padding-left: 30px;
  }
}
.common-list.custom_list_text li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
}
.common-list.custom_list_text li:last-child {
  border-bottom: 0;
}

.bg_color {
  background-color: var(--color-bg);
}

.bg_primary {
  background-color: var(--color-primary);
}

.color_primary {
  color: var(--color-primary);
}

.color_white {
  color: white !important;
}

.weight_400 {
  font-weight: 400;
}

.padding_top_5 {
  padding-top: 5px !important;
}

.custom_title span {
  transform: rotate(-5deg);
  display: inline-block;
  font-family: inherit;
  padding: 0 10px;
  font-size: inherit;
}
@media only screen and (max-width: 768px) {
  .custom_title span {
    padding: 0 6px;
  }
}

.default_input {
  width: 100%;
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid #bababa;
  padding: 0 30px;
  font-size: 16px;
  height: 60px;
}
@media only screen and (max-width: 1024px) {
  .default_input {
    height: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .default_input {
    height: 45px;
    font-size: 15px;
    padding: 0 20px;
  }
}

.default_textarea {
  width: 100%;
  max-width: 100%;
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid #bababa;
  padding: 30px 30px;
  font-size: 16px;
}
.default_textarea.min_height_210 {
  min-height: 210px;
}
.default_textarea.border_radius_25 {
  border-radius: 25px;
}
@media only screen and (max-width: 1024px) {
  .default_textarea.border_radius_25 {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .default_textarea {
    font-size: 15px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .default_textarea {
    padding: 20px 20px;
  }
}

.default_select {
  width: 100%;
  border-radius: 30px;
  border: 1px solid #bababa;
  height: 100%;
  padding: 0 5%;
  font-family: inherit;
  appearance: none;
  background-image: url("../images/icon/down-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px;
  font-size: inherit;
  color: #9f9f9f;
  min-height: 45px;
}

.default_upload_file {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #bababa;
  height: 100%;
  padding: 2px;
  padding-left: 5%;
  cursor: pointer;
  min-height: 45px;
}
.default_upload_file input[type=file] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  padding-left: 0%;
}
.default_upload_file .file-label {
  flex: 1;
  color: #999;
  font-size: inherit;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.default_upload_file .browse-btn {
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 9%;
  height: 100%;
  border-radius: 50px;
  font-family: var(--font-heading);
  color: #fff;
}
.default_upload_file .browse-btn:hover {
  background-color: #014a3c;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.default_btn {
  background-color: var(--color-primary);
  min-height: 48px;
  border-radius: 50px;
  width: fit-content;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 35px;
  color: white;
  font-family: var(--font-heading);
  transition: all 0.3s ease;
  font-size: 16px;
}
.default_btn:hover, .default_btn:focus {
  background-color: #014a3c;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.default_btn.min_width_150 {
  min-width: 150px;
}
@media only screen and (max-width: 768px) {
  .default_btn.min_width_150 {
    min-width: 130px;
  }
}
@media only screen and (max-width: 700px) {
  .default_btn.min_width_150 {
    min-width: 110px;
  }
}
@media only screen and (max-width: 1024px) {
  .default_btn {
    min-height: 50px;
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .default_btn {
    min-height: 35px;
    min-width: 120px;
  }
}
@media only screen and (max-width: 700px) {
  .default_btn {
    min-height: 30px;
    padding: 10px 15px;
    min-width: 100px;
  }
}
.default_btn.default_btn_invert {
  background-color: white;
  color: var(--color-primary);
}

.primary_card_block .img_block {
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid hsla(344, 86%, 51%, 0.2);
  aspect-ratio: 370/430;
}
.primary_card_block .img_block.yellow_border {
  border: 4px solid #fdefe1;
}
.primary_card_block .img_block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.primary_card_block .img_block:hover img {
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  .primary_card_block .img_block {
    border-radius: 15px;
    border: 2px solid hsla(344, 86%, 51%, 0.2);
  }
}

.swiper_button_sec {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.swiper_button_sec .slider_btn {
  background: var(--color-primary);
  border-radius: 50%;
  height: auto;
  aspect-ratio: 1/1;
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.swiper_button_sec .slider_btn .btn_icon {
  width: 50%;
}
.swiper_button_sec .slider_btn:hover {
  transform: scale(1.02);
}
.swiper_button_sec .slider_btn.prev_btn {
  transform: scaleX(-1);
}
.swiper_button_sec .slider_btn.prev_btn:hover {
  transform: scaleX(-1) scale(1.02);
}
.swiper_button_sec .slider_btn.swiper-button-disabled {
  background: #a2a2a2;
  cursor: not-allowed;
}
.swiper_button_sec .slider_btn.swiper-button-disabled img {
  filter: contrast(0.8);
}
@media only screen and (max-width: 1024px) {
  .swiper_button_sec .slider_btn {
    width: 45px;
  }
}
@media only screen and (max-width: 700px) {
  .swiper_button_sec .slider_btn {
    width: 40px;
  }
}

.overview_max_675 {
  max-width: 675px;
  width: 95%;
}

.custom_radio_list {
  display: inline-flex;
  align-items: flex-start;
  cursor: pointer;
  margin-right: 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  position: relative;
}
.custom_radio_list input {
  position: absolute;
  opacity: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.custom_radio_list .radio-mark {
  height: auto;
  width: 20px;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  margin-top: 3px;
}
.custom_radio_list .radio-mark::before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  background: #6395ee;
}
.custom_radio_list .radio-mark::after {
  content: "";
  position: absolute;
  display: block;
  top: 45%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(319deg);
  width: 55%;
  height: 25%;
  z-index: 1;
  border-left: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media only screen and (max-width: 768px) {
  .custom_radio_list .radio-mark {
    width: 18px;
  }
}
.custom_radio_list input:checked ~ .radio-mark::after, .custom_radio_list input:checked ~ .radio-mark::before {
  opacity: 1;
}
.custom_radio_list p {
  margin: 0;
}

.overview_max_920 {
  max-width: 920px;
  width: 95%;
}

.custom_list_tab {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.custom_list_tab li {
  border-radius: 50px;
  border: 1px solid var(--color-primary);
  padding: 5px 20px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: rgba(253, 239, 225, 0.2549019608);
}
.custom_list_tab li * {
  font-family: inherit;
}
.custom_list_tab li .rating_sec {
  display: flex;
  gap: 3px;
}
.custom_list_tab li .rating_sec img {
  width: 15px;
}
@media only screen and (max-width: 768px) {
  .custom_list_tab li {
    padding: 5px 15px;
    height: 30px;
    font-size: 14px;
  }
}

.custom_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}
.custom_tabs li {
  flex-shrink: 0;
}
.custom_tabs li .tab_btn {
  background: hsla(30, 88%, 94%, 0.3);
  padding: 5px 20px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  border-radius: 50px;
  font-family: inherit;
  font-weight: 500;
  min-height: 35px;
  border: 1px solid var(--color-primary);
}
.custom_tabs li .tab_btn.active {
  background: var(--color-primary);
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .custom_tabs li .tab_btn {
    padding: 5px 10px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .custom_tabs li .tab_btn {
    padding: 5px 7px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .custom_tabs {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 700px) {
  .custom_tabs {
    gap: 7px;
  }
}

.custom_tab_content .tab_content {
  display: none;
}
.custom_tab_content .tab_content.active {
  display: block;
}

:lang(ar) .swiper_button_sec,
body.rtl .swiper_button_sec {
  flex-direction: row-reverse;
}
:lang(ar) .common-list li,
body.rtl .common-list li {
  padding-left: unset !important;
  padding-right: 25px;
}
:lang(ar) .common-list li:before,
body.rtl .common-list li:before {
  left: unset;
  right: 0;
}
:lang(ar) .default_btn,
body.rtl .default_btn {
  font-family: var(--font-arabic);
}
:lang(ar) .custom_title span,
body.rtl .custom_title span {
  transform: rotate(5deg);
}

.po-relative {
  position: relative;
}

.pagination_block {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.swiper.swiper-cards {
  position: relative;
}

.pagination_block .swiper-pagination {
  display: flex;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.site-header.scrolled {
  transition: all 0.3s ease;
}

.footer-section {
  padding: 18px 0 28px;
}
@media (max-width: 1024px) {
  .footer-section {
    padding: 60px 0 30px;
  }
}
@media (max-width: 768px) {
  .footer-section {
    padding: 50px 0 25px;
  }
}
.footer-section .wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 35px;
  align-items: start;
  width: 100%;
}
@media (max-width: 1400px) {
  .footer-main {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .footer-main {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media (max-width: 768px) {
  .footer-left {
    align-items: center;
    gap: 20px;
  }
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 135px;
  align-items: start;
  padding-top: 48px;
}
@media (max-width: 1024px) {
  .footer-top {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    gap: 40px;
    padding-top: 0;
    width: 100%;
  }
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: 300px;
}
@media (max-width: 1024px) {
  .footer-brand {
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  .footer-brand {
    align-items: center;
    gap: 25px;
    min-width: auto;
  }
}

.footer-logo .footer-brand-logo {
  max-width: 341px;
  height: auto;
  max-height: 109px;
}
@media (max-width: 1400px) {
  .footer-logo .footer-brand-logo {
    max-width: 180px;
  }
}
@media (max-width: 820px) {
  .footer-logo .footer-brand-logo {
    max-width: 160px;
  }
}

.footer-social {
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .footer-social {
    justify-content: center;
  }
}

.social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0.5px solid var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  transition: all 0.3s ease;
}
.social-link:hover {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .social-link {
    width: 32px;
    height: 32px;
  }
}

.footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 135px;
  justify-content: start;
}
@media (max-width: 1024px) {
  .footer-nav {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .footer-nav {
    grid-template-columns: 1fr;
    gap: 30px;
    justify-content: center;
  }
}
.footer-nav .footer-nav-column a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  color: var(--color-text-primary);
}

.mobile_sell {
  display: none !important;
}
@media (max-width: 768px) {
  .mobile_sell {
    display: block !important;
  }
}

.mobile_hide {
  display: block !important;
}
@media (max-width: 768px) {
  .mobile_hide {
    display: none !important;
  }
}

.footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 768px) {
  .footer-nav-list {
    gap: 15px;
    align-items: flex-start;
  }
}
.footer-nav-list li {
  margin: 0;
}
.footer-nav-list li a {
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-nav-list li a:hover {
  color: var(--color-primary);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(7, 85, 73, 0.2);
}
@media (max-width: 768px) {
  .footer-bottom {
    align-items: center;
    text-align: center;
  }
}

.footer-copyright p {
  margin: 0;
}

.footer-legal-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .footer-legal-list {
    gap: 20px;
    justify-content: center;
  }
}
.footer-legal-list .terms-link {
  padding-left: 24px;
  border-left: 1.5px solid rgb(110, 110, 110);
}
.footer-legal-list li {
  margin: 0;
}
.footer-legal-list li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: var(--color-text-muted);
  color: #535353;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 1200px) {
  .footer-legal-list li a {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-legal-list li a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-legal-list li a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-legal-list li a {
    font-size: 13px;
    line-height: 20px;
  }
}
.footer-legal-list li a:hover {
  color: var(--color-primary);
}

.footer-right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-self: end;
  width: 442px;
  height: 305px;
  padding: 67px 0 0 37px;
  background-color: rgba(167, 202, 194, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .footer-right {
    margin-bottom: 20px;
    width: 420px;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 992px) {
  .footer-right {
    width: 360px;
    height: 235px;
    padding: 40px 0 0 25px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .footer-right {
    margin-right: auto;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .footer-right {
    width: 98%;
  }
}
.footer-right .footer-cta-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  text-align: left;
  max-width: 280px;
  position: relative;
  z-index: 2;
}
.footer-right .footer-cta-content h3 {
  max-width: 212px;
}
@media (max-width: 768px) {
  .footer-right .footer-cta-content {
    gap: 20px;
    max-width: none;
  }
}
.footer-right .footer-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  max-width: 239px;
  aspect-ratio: 239/266;
}
@media only screen and (max-width: 768px) {
  .footer-right .footer-decor {
    max-width: 200px;
  }
}
.footer-right .footer-decor img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.footer-right :lang(ar) .footer-main,
.footer-right body.rtl .footer-main {
  direction: rtl;
  grid-template-columns: auto 1fr;
}
.footer-right :lang(ar) .footer-left,
.footer-right body.rtl .footer-left {
  order: 2;
}
.footer-right :lang(ar) .footer-right,
.footer-right body.rtl .footer-right {
  order: 1;
  align-items: flex-start;
  justify-self: start;
}
@media (max-width: 768px) {
  .footer-right :lang(ar) .footer-right,
  .footer-right body.rtl .footer-right {
    align-items: center;
    justify-self: center;
  }
}
.footer-right :lang(ar) .footer-cta-content,
.footer-right body.rtl .footer-cta-content {
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 768px) {
  .footer-right :lang(ar) .footer-cta-content,
  .footer-right body.rtl .footer-cta-content {
    align-items: center;
    text-align: center;
  }
}
.footer-right :lang(ar) .footer-social,
.footer-right body.rtl .footer-social {
  flex-direction: row-reverse;
}
.footer-right :lang(ar) .footer-legal-list,
.footer-right body.rtl .footer-legal-list {
  flex-direction: row-reverse;
}
.footer-right :lang(ar) .footer-cta-btn .btn-arrow,
.footer-right body.rtl .footer-cta-btn .btn-arrow {
  transform: scaleX(-1);
}
.footer-right :lang(ar) .footer-cta-btn:hover .btn-arrow,
.footer-right body.rtl .footer-cta-btn:hover .btn-arrow {
  transform: scaleX(-1) translateX(3px);
}

.mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 995;
  background: var(--color-bg-dark);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mobile-header .mobile-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px;
  width: 100%;
}
.mobile-header .mobile-header__logo img.logo {
  width: 180px;
  height: auto;
}
.mobile-header .menu-toggle {
  cursor: pointer;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.mobile-header .menu-toggle svg {
  height: 18px;
  width: 18px;
}

@media only screen and (max-width: 820px) {
  .mobile-header {
    display: block;
  }
  .site-header {
    display: none;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 990;
  transition: all 0.8s ease;
}
.site-header .container_header_top,
.site-header .container_header_bottom {
  width: 100%;
}
.site-header .container_header_top {
  background: #fff;
  width: 100vw;
  transition: transform 0.8s ease, height 0.8s ease, opacity 0.8s ease;
}
.site-header__top {
  font-size: 14px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
}
.site-header__top .site-header__contact {
  display: flex;
  gap: 45px;
}
.site-header__top .site-header__contact .contact-link {
  display: flex;
  align-items: center;
  color: #6d6d6d;
  text-decoration: none;
  gap: 5px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
.site-header__top .site-header__contact .contact-link:hover {
  text-decoration: underline;
}
.site-header__top .site-header__nav {
  display: flex;
  align-items: center;
  gap: 14px;
}
.site-header__top .site-header__nav a {
  color: #004d40;
  text-decoration: none;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.site-header__top .site-header__nav a:hover {
  text-decoration: underline;
}
.site-header__top .site-header__nav span {
  color: #016c51;
  font-weight: 900;
}
.site-header__bottom {
  background: transparent;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-top: 19px;
  transition: all 0.9s ease-in-out;
  opacity: 1;
  transform: translateY(0);
}
.site-header__bottom .site-header__logo img.logo {
  width: 212px;
  height: auto;
}
.site-header__bottom .site-header__actions {
  display: flex;
  gap: 15px;
  align-items: center;
}
.site-header__bottom .menu-toggle {
  cursor: pointer;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
.site-header__bottom .menu-toggle svg {
  height: 18px;
  width: 18px;
}
.site-header.scrolldown {
  background-color: #fff;
}
.site-header.scrolldown .container_header_top {
  transform: translateY(-100%);
  pointer-events: none;
  height: 0;
  overflow: hidden;
}
.site-header.scrolldown .btn-white {
  background: #016c51 !important;
  color: #fff !important;
  border-color: #016c51 !important;
  transition: all 0.3s ease;
}
.site-header.scrolldown .menu-toggle {
  background: #016c51 !important;
}
.site-header.scrolldown .menu-toggle svg {
  filter: brightness(0) invert(1);
}

.buymy-nav {
  background-color: #dceae7;
  padding: 20px;
  height: 100vh;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-220%);
  transition: transform 0.8s cubic-bezier(0.1, 0, 0.2, 0.6);
  display: flex;
  flex-direction: column;
}
.buymy-nav.active {
  transform: translateY(0);
}
.buymy-nav .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.buymy-nav .site-header .container_header_top {
  background: rgba(255, 255, 255, 0.2);
  width: 100vw;
}
.buymy-nav .site-header__top {
  font-size: 14px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
}
.buymy-nav .site-header__top .site-header__contact {
  display: flex;
  gap: 45px;
}
.buymy-nav .site-header__top .site-header__contact .contact-link {
  display: flex;
  align-items: center;
  color: #6d6d6d;
  text-decoration: none;
  gap: 4px;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.buymy-nav .site-header__top .site-header__contact .contact-link:hover {
  text-decoration: underline;
}
.buymy-nav .site-header__top .site-header__nav {
  display: flex;
  align-items: center;
  gap: 14px;
}
.buymy-nav .site-header__top .site-header__nav a {
  color: #004d40;
  text-decoration: none;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.buymy-nav .site-header__top .site-header__nav a:hover {
  text-decoration: underline;
}
.buymy-nav .site-header__top .site-header__nav span {
  color: #016c51;
  font-weight: 900;
}
.buymy-nav .site-header__bottom {
  background: transparent;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-top: 19px;
}
.buymy-nav .site-header__bottom .site-header__logo img.logo {
  width: 212px;
  height: auto;
}
.buymy-nav .site-header__bottom .site-header__actions {
  display: flex;
  gap: 15px;
  align-items: center;
}
.buymy-nav .site-header__bottom .menu-toggle {
  cursor: pointer;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
.buymy-nav .site-header__bottom .menu-toggle svg {
  height: 18px;
  width: 18px;
}
.buymy-nav .main-content {
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: auto;
  width: 100%;
}
.buymy-nav .main-content .logo img {
  width: 212px;
  height: 69px;
}
.buymy-nav .main-content .main-nav {
  list-style: none;
  margin-bottom: 204px;
}
@media only screen and (max-width: 1400px) {
  .buymy-nav .main-content .main-nav {
    margin-bottom: 50px;
  }
}
.buymy-nav .main-content .main-nav .nav-item {
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .buymy-nav .main-content .main-nav .nav-item {
    margin-bottom: 15px;
  }
}
.buymy-nav .main-content .main-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1c6a52;
  text-decoration: none;
  font-family: "Gotham", sans-serif;
  text-decoration: none;
  font-weight: 400;
  font-size: 38px;
  font-weight: 400;
  transition: all 0.3s ease;
  padding: 8px 0;
  position: relative;
  padding-right: 25px;
}
@media only screen and (max-width: 1400px) {
  .buymy-nav .main-content .main-nav .nav-item .nav-link {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .buymy-nav .main-content .main-nav .nav-item .nav-link {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .buymy-nav .main-content .main-nav .nav-item .nav-link {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .buymy-nav .main-content .main-nav .nav-item .nav-link {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .buymy-nav .main-content .main-nav .nav-item .nav-link {
    font-size: 20px;
  }
}
.buymy-nav .main-content .main-nav .nav-item .nav-link .nav-text {
  transition: transform 0.3s ease;
  position: relative;
  padding-right: 25px;
}
.buymy-nav .main-content .main-nav .nav-item .nav-link .nav-number {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #66a3a3;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.3s ease;
  font-weight: 300;
}
.buymy-nav .main-content .main-nav .nav-item .nav-link .arrow {
  position: relative;
}
.buymy-nav .main-content .main-nav .nav-item .nav-link .arrow::before {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  right: 0;
  background: url("../images/common/nav_arrow.svg") no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
  opacity: 1;
  transition: all 0.3s ease;
  color: #66a3a3;
  font-size: 20px;
}
.buymy-nav .main-content .main-nav .nav-item .nav-link:hover {
  color: #0f5555;
}
.buymy-nav .main-content .main-nav .nav-item .nav-link:hover .nav-text {
  transform: translateX(25px);
}
.buymy-nav .main-content .main-nav .nav-item .nav-link:hover .nav-number {
  opacity: 1;
  transform: translateY(-50%);
}
.buymy-nav .main-content .main-nav .nav-item .nav-link:hover + .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.buymy-nav .main-content .main-nav .nav-item .submenu {
  position: absolute;
  left: 420px;
  top: 0;
  backdrop-filter: blur(10px);
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
  transition: all 0.3s ease;
  z-index: 10;
  min-width: 160px;
}
@media only screen and (max-width: 1400px) {
  .buymy-nav .main-content .main-nav .nav-item .submenu {
    left: 360px;
    min-width: 150px;
  }
}
@media only screen and (max-width: 1200px) {
  .buymy-nav .main-content .main-nav .nav-item .submenu {
    left: 300px;
    min-width: 140px;
  }
}
@media only screen and (max-width: 1024px) {
  .buymy-nav .main-content .main-nav .nav-item .submenu {
    left: 240px;
    min-width: 130px;
  }
}
@media only screen and (max-width: 480px) {
  .buymy-nav .main-content .main-nav .nav-item .submenu {
    min-width: 100%;
    border-radius: 0;
  }
}
.buymy-nav .main-content .main-nav .nav-item .submenu .submenu-item {
  margin-bottom: 15px;
}
.buymy-nav .main-content .main-nav .nav-item .submenu .submenu-item:last-child {
  margin-bottom: 0;
}
.buymy-nav .main-content .main-nav .nav-item .submenu .submenu-item a {
  color: #1c6a52;
  font-family: "Gotham", sans-serif;
  text-decoration: none;
  font-size: 28px;
  font-weight: 400;
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.buymy-nav .main-content .main-nav .nav-item .submenu .submenu-item a:hover {
  transform: translateX(5px);
}
@media only screen and (max-width: 1400px) {
  .buymy-nav .main-content .main-nav .nav-item .submenu .submenu-item a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .buymy-nav .main-content .main-nav .nav-item .submenu .submenu-item a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .buymy-nav .main-content .main-nav .nav-item .submenu .submenu-item a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .buymy-nav .main-content .main-nav .nav-item .submenu .submenu-item a {
    font-size: 18px;
    padding: 6px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .buymy-nav .main-content .main-nav .nav-item .submenu .submenu-item a {
    font-size: 16px;
    padding: 5px 8px;
  }
}
.buymy-nav .main-content .main-nav .nav-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.buymy-nav .main-content .header-social {
  display: flex;
  gap: 15px;
  width: 100%;
}
.buymy-nav .right-section {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-self: end;
  height: 319px;
  width: 442px;
  padding-top: 67px;
  padding-left: 37px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  .buymy-nav .right-section {
    position: relative;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .buymy-nav .right-section {
    position: relative;
    margin-top: 30px;
  }
}
.buymy-nav .right-section .footer-cta-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  text-align: left;
  max-width: 280px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .buymy-nav .right-section .footer-cta-content {
    align-items: center;
    text-align: center;
    gap: 20px;
    max-width: none;
  }
}
.buymy-nav .right-section .footer-cta-content h3 {
  line-height: 1.3;
  margin: 0;
  max-width: 212px;
}
@media only screen and (max-width: 768px) {
  .buymy-nav .right-section .footer-cta-content h3 {
    max-width: none;
  }
}
.buymy-nav .right-section .nav-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 820px) {
  .buymy-nav .right-section .nav-decor {
    max-width: 60%;
  }
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Ultra.ttf") format("truetype");
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-gotham: "Gotham", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;
  --font-poppins: "Poppins", sans-serif;
  --font-heading: "Gotham", sans-serif;
  --font-default: "Montserrat", sans-serif;
  --font-secondary: "Poppins", sans-serif;
}

.font-gotham {
  font-family: var(--font-gotham) !important;
}

.font-montserrat {
  font-family: var(--font-montserrat) !important;
}

.font-poppins {
  font-family: var(--font-poppins) !important;
}

.font-thin {
  font-weight: 100 !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.font-italic {
  font-style: italic !important;
}

.font-normal-style {
  font-style: normal !important;
}

.gotham-100 {
  font-family: "Gotham", sans-serif !important;
  font-weight: 100 !important;
}

.gotham-200 {
  font-family: "Gotham", sans-serif !important;
  font-weight: 200 !important;
}

.gotham-300 {
  font-family: "Gotham", sans-serif !important;
  font-weight: 300 !important;
}

.gotham-400 {
  font-family: "Gotham", sans-serif !important;
  font-weight: 400 !important;
}

.gotham-500 {
  font-family: "Gotham", sans-serif !important;
  font-weight: 500 !important;
}

.gotham-600 {
  font-family: "Gotham", sans-serif !important;
  font-weight: 600 !important;
}

.gotham-700 {
  font-family: "Gotham", sans-serif !important;
  font-weight: 700 !important;
}

.gotham-900 {
  font-family: "Gotham", sans-serif !important;
  font-weight: 900 !important;
}

.gotham-950 {
  font-family: "Gotham", sans-serif !important;
  font-weight: 950 !important;
}

.font-debug {
  border: 2px solid red !important;
  padding: 10px !important;
  margin: 10px 0 !important;
  background: yellow !important;
  color: black !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
}

.font-debug::before {
  content: "Font Weight: " attr(data-weight) " | ";
  font-weight: bold !important;
  color: red !important;
}

/*
HTML Usage Examples:

<!-- Using Gotham font -->
<h1 class="font-gotham font-bold">Gotham Bold Heading</h1>
<p class="font-gotham font-light">Gotham Light Text</p>

<!-- Using Montserrat font -->
<h2 class="font-montserrat font-semibold">Montserrat Semibold</h2>
<p class="font-montserrat font-normal">Montserrat Regular Text</p>

<!-- Using Poppins font -->
<h3 class="font-poppins font-medium">Poppins Medium</h3>
<p class="font-poppins font-light font-italic">Poppins Light Italic</p>

CSS Usage Examples:

.my-heading {
    font-family: var(--font-gotham);
    font-weight: 700;
}

.my-body-text {
    font-family: var(--font-montserrat);
    font-weight: 400;
}

.my-accent-text {
    font-family: var(--font-poppins);
    font-weight: 500;
}
*/
.hero-section {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-height: 970px;
}
@media only screen and (max-width: 768px) {
  .hero-section {
    min-height: 100vh;
    padding: 100px 0 60px;
  }
}
.hero-section .hero-content {
  display: flex;
  align-items: stretch;
  gap: 2%;
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 900px;
}
@media only screen and (max-width: 1400px) {
  .hero-section .hero-content {
    min-height: 100vh;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 820px) {
  .hero-section .hero-content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .hero-section .hero-content {
    flex-direction: column;
    gap: 40px;
  }
}
.hero-section .hero-content .hero-left {
  flex: 0 0 60%;
  padding-right: 40px;
  position: relative;
  padding-top: 255px;
  padding-left: calc((100% - 1400px) / 2);
}
@media only screen and (max-width: 1400px) {
  .hero-section .hero-content .hero-left {
    padding-left: 2%;
    flex: 1;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-section .hero-content .hero-left {
    padding-right: 20px;
    padding-top: 0;
    flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  .hero-section .hero-content .hero-left {
    padding-top: 0;
    flex: 1;
    padding-right: auto;
    text-align: center;
    padding-left: unset;
  }
}
.hero-section .hero-content .hero-left .form-video {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 311px;
  width: 100%;
  overflow: visible;
  border-radius: 20px;
}
.hero-section .hero-content .hero-left .form-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 5.7%, rgba(0, 0, 0, 0) 100%);
  border-radius: inherit;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .hero-section .hero-content .hero-left .form-video {
    position: relative;
    margin-top: 40px;
    height: 460px;
  }
}
.hero-section .hero-content .hero-left .form-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.hero-section .hero-content .hero-left .form-video .property-form {
  z-index: 10;
  height: 311px;
  position: absolute;
  top: 50%;
  left: 55%;
  left: calc((100vw - 1400px) / 2 - 10px);
  transform: translateY(-55%);
  height: fit-content;
  width: 69.6%;
}
.hero-section .hero-content .hero-left .form-video .property-form .CaptionCont,
.hero-section .hero-content .hero-left .form-video .property-form button.btn-primary,
.hero-section .hero-content .hero-left .form-video .property-form input {
  height: 59px !important;
  max-height: unset !important;
}
.hero-section .hero-content .hero-left .form-video .property-form .dropdown-trigger {
  height: 56px !important;
}
@media only screen and (max-width: 1400px) {
  .hero-section .hero-content .hero-left .form-video .property-form {
    bottom: 200px;
    width: 90%;
    left: 20px;
  }
}
.hero-section .hero-content .hero-left .form-video .property-form .form-row-2,
.hero-section .hero-content .hero-left .form-video .property-form .form-row-1 {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .hero-section .hero-content .hero-left .form-video .property-form .form-row-2,
  .hero-section .hero-content .hero-left .form-video .property-form .form-row-1 {
    flex-direction: column;
    gap: 12px;
  }
}
.hero-section .hero-content .hero-left .form-video .property-form .form-row-2 .form-group,
.hero-section .hero-content .hero-left .form-video .property-form .form-row-1 .form-group {
  flex: 1;
}
.hero-section .hero-content .hero-left .form-video .property-form .form-row-3 {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 59px;
}
.hero-section .hero-content .hero-left .form-video .property-form .form-row-3 .form-group {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .hero-section .hero-content .hero-left .form-video .property-form .form-row-3 {
    flex-direction: column;
    gap: 12px;
  }
}
.hero-section .hero-content .hero-left .form-video .property-form .form-row-3 .upload-group {
  flex: 1;
  position: relative;
  height: 100%;
}
.hero-section .hero-content .hero-left .form-video .property-form .form-row-3 .upload-group input[type=file] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 5;
}
.hero-section .hero-content .hero-left .form-video .property-form .form-row-3 .upload-group input.active {
  z-index: 10;
}
.hero-section .hero-content .hero-left .form-video .property-form .form-row-3 .upload-group .upload-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  height: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: 50px;
  background: white;
  color: #333;
  font-size: 14px;
  font-family: var(--font-montserrat);
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.hero-section .hero-content .hero-left .form-video .property-form .form-row-3 .upload-group .upload-button:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}
.hero-section .hero-content .hero-left .form-video .property-form .form-row-3 .upload-group .upload-button .upload-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: var(--color-primary);
  border-radius: 50%;
}
.hero-section .hero-content .hero-left .form-video .property-form .form-row-3 .upload-group .upload-button .upload-icon svg {
  height: 14px;
  width: 14px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .hero-section .hero-content .hero-left .form-video .property-form .form-row-3 .upload-group .upload-button {
    padding: 12px 16px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-section .hero-content .hero-left .form-video .property-form .form-row-3 .upload-group {
    width: 70%;
    max-width: 250px;
  }
}
.hero-section .hero-content .hero-left .form-video .property-form .form-row-3 .submit-group {
  flex: 1;
  height: 59px;
}
.hero-section .hero-content .hero-left .form-video .property-form .form-row-3 .submit-group .submit-button {
  width: 100% !important;
  height: 100% !important;
  max-height: unset !important;
}
@media only screen and (max-width: 768px) {
  .hero-section .hero-content .hero-left .form-video .property-form .form-row-3 .submit-group {
    width: 70%;
    max-width: 250px;
  }
}
.hero-section .hero-content .overlay_form_div {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 311px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.hero-section .hero-content .hero-title {
  /* rely on .heading-large-light class for font sizing */
  margin-bottom: 20px;
}
.hero-section .hero-content .hero-title .highlight {
  font-family: "Gotham", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 110%;
  vertical-align: middle;
  color: var(--color-primary);
  display: block;
  margin-top: 8px;
  font-weight: 600 !important;
}
@media only screen and (max-width: 1400px) {
  .hero-section .hero-content .hero-title .highlight {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1200px) {
  .hero-section .hero-content .hero-title .highlight {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-section .hero-content .hero-title .highlight {
    font-size: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-section .hero-content .hero-title .highlight {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-section .hero-content .hero-title .highlight {
    font-size: 38px;
  }
}
.hero-section .hero-content .hero-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 28px;
  letter-spacing: 0%;
  color: var(--color-text-secondary);
  margin-bottom: 0;
  max-width: 516px;
  line-height: 1.6;
}
@media only screen and (max-width: 1400px) {
  .hero-section .hero-content .hero-description {
    font-size: 17px !important;
    line-height: 27px;
  }
}
@media only screen and (max-width: 1200px) {
  .hero-section .hero-content .hero-description {
    font-size: 16px !important;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-section .hero-content .hero-description {
    font-size: 15px !important;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-section .hero-content .hero-description {
    font-size: 15px !important;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-section .hero-content .hero-description {
    font-size: 14px !important;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-section .hero-content .hero-description {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .hero-section .hero-content .hero-description {
    font-size: 16px;
  }
}
.hero-section .hero-right {
  flex: 0 0 38%;
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border-radius: 25px;
}
.hero-section .hero-right .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 5.7%, rgba(0, 0, 0, 0) 100%);
  border-radius: 25px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .hero-section .hero-right {
    flex: 1;
    order: -1;
    min-height: 400px;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-section .hero-right {
    display: none;
  }
}
.hero-section .hero-right .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://images.unsplash.com/photo-1449824913935-59a10b8d2000?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80") center/cover no-repeat;
  border-radius: 20px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .hero-section .hero-right .hero-background {
    border-radius: 15px;
  }
}
.hero-section .hero-right .hero-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 20px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .hero-section .hero-right .hero-background::after {
    border-radius: 15px;
  }
}

.home_marquee_section {
  background: var(--color-primary);
  padding: 18px 0;
  overflow: hidden;
  position: relative;
  border-radius: 300px;
  overflow: hidden;
  margin-top: 10px;
}
.home_marquee_section .marquee-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.home_marquee_section .marquee-swiper {
  width: 100%;
  height: 100%;
}
.home_marquee_section .marquee-swiper .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
  will-change: transform;
}
.home_marquee_section .marquee-swiper .swiper-slide {
  width: auto;
  flex-shrink: 0;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.home_marquee_section .marquee-container {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.home_marquee_section .marquee-swiper.marquee-initialized .swiper-wrapper {
  animation-fill-mode: forwards;
}
.home_marquee_section .marquee-swiper {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.home_marquee_section .marquee-swiper.marquee-initialized {
  opacity: 1;
}
.home_marquee_section .marquee-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 20px;
}
.home_marquee_section .marquee-text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: white;
  white-space: nowrap;
  line-height: 26px;
}
.home_marquee_section .marquee-text.bold {
  font-weight: 700;
}
.home_marquee_section .marquee-separator {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 15px;
}
@media (max-width: 1400px) {
  .home_marquee_section {
    padding: 12px 0;
  }
  .home_marquee_section .marquee-text {
    font-size: 15px;
  }
  .home_marquee_section .marquee-separator {
    font-size: 15px;
    margin: 0 12px;
  }
  .home_marquee_section .marquee-content {
    gap: 25px;
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .home_marquee_section {
    padding: 10px 0;
  }
  .home_marquee_section .marquee-text {
    font-size: 14px;
  }
  .home_marquee_section .marquee-separator {
    font-size: 14px;
    margin: 0 10px;
  }
  .home_marquee_section .marquee-content {
    gap: 20px;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .home_marquee_section {
    padding: 8px 0;
  }
  .home_marquee_section .marquee-text {
    font-size: 13px;
  }
  .home_marquee_section .marquee-separator {
    font-size: 13px;
    margin: 0 8px;
  }
  .home_marquee_section .marquee-content {
    gap: 15px;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .home_marquee_section {
    padding: 6px 0;
  }
  .home_marquee_section .marquee-text {
    font-size: 12px;
  }
  .home_marquee_section .marquee-separator {
    font-size: 12px;
    margin: 0 6px;
  }
  .home_marquee_section .marquee-content {
    gap: 12px;
    padding: 0 12px;
  }
}

.three_step_process {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.three_step_process .swiper {
  overflow: visible !important;
}
.three_step_process .section-header {
  text-align: center;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1400px) {
  .three_step_process .section-header {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .three_step_process .section-header {
    margin-bottom: 20px;
  }
}
.three_step_process .section-header h2 {
  margin: 0 0 20px 0;
  color: var(--color-primary);
  font-size: 44px;
}
@media only screen and (max-width: 1400px) {
  .three_step_process .section-header h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .three_step_process .section-header h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .three_step_process .section-header h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .three_step_process .section-header h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .three_step_process .section-header h2 {
    font-size: 24px;
  }
}
.three_step_process .section-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text-light);
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1400px) {
  .three_step_process .section-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .three_step_process .section-subtitle {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .three_step_process .section-subtitle {
    font-size: 15px;
    line-height: 22px;
  }
}

.three-step-slider-container {
  position: relative;
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 20px;
}

.three-step-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.three-step-item {
  flex: 1 1 calc(33.333% - 20px);
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1400px) {
  .three-step-item {
    flex: 1 1 calc(50% - 20px);
  }
}
@media only screen and (max-width: 768px) {
  .three-step-item {
    flex: 1 1 100%;
  }
}
.three-step-swiper {
  padding: 40px 0 65px 0;
  overflow: visible;
}
.three-step-swiper .swiper-wrapper {
  align-items: stretch;
}
.three-step-swiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}

.step-card-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 340px;
  cursor: pointer;
  perspective: 1000px;
  opacity: 0;
  transform: translateY(50px);
  animation: cardEntrance 0.8s ease-out forwards;
}
.step-card-container:nth-child(1) {
  animation-delay: 0.1s;
}
.step-card-container:nth-child(2) {
  animation-delay: 0.2s;
}
.step-card-container:nth-child(3) {
  animation-delay: 0.3s;
}

.step-text-card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  padding: 17px 37px;
  z-index: 2;
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0) translateX(0);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  border: 1.3px solid rgba(1, 108, 81, 0.2);
  background: white;
  overflow: hidden;
}
.step-text-card .gradintent_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(177.37deg, rgba(255, 255, 255, 0) 59.4%, #c3ede2 116.25%), linear-gradient(0deg, #ffffff, #ffffff);
  z-index: 1;
}
.step-text-card .step-number {
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-weight: 250;
  color: var(--color-primary);
  margin-bottom: 40px;
  line-height: 140%;
  z-index: 3;
}
@media only screen and (max-width: 1400px) {
  .step-text-card .step-number {
    font-size: 70px;
  }
}

h3 {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0 0 15px 0;
  line-height: 1.3;
  z-index: 3;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin: 0;
  z-index: 3;
}
@media (max-width: 1400px) {
  p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.step-image-card {
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  background: var(--color-slider-background);
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0) translateX(0);
}
.step-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.step-card-container:hover .step-text-card,
.step-card-container.hover-active .step-text-card {
  transform: translateY(20px) translateX(20px);
  z-index: 1;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.step-card-container:hover .step-image-card,
.step-card-container.hover-active .step-image-card {
  transform: translateY(-20px) translateX(-20px);
  z-index: 2;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}
.step-card-container:hover .step-image-card img,
.step-card-container.hover-active .step-image-card img {
  transform: scale(1.05);
}

@media (hover: none) and (pointer: coarse) {
  .step-card-container .step-image-card {
    top: 15px;
    left: 15px;
    right: -15px;
    bottom: -15px;
  }
  .step-card-container.hover-active .step-text-card {
    transform: translateY(150px) translateX(-15px);
  }
  .step-card-container.hover-active .step-image-card {
    transform: translateY(-15px) translateX(-15px);
  }
}
.three-step-navigation {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}
.three-step-navigation .swiper-button-prev,
.three-step-navigation .swiper-button-next {
  position: static;
  width: 50px;
  height: 50px;
  background: var(--color-primary);
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
}
.three-step-navigation .swiper-button-prev:after,
.three-step-navigation .swiper-button-next:after {
  display: none;
}
.three-step-navigation .swiper-button-prev svg,
.three-step-navigation .swiper-button-next svg {
  width: 20px;
  height: 20px;
}
.three-step-navigation .swiper-button-prev:hover,
.three-step-navigation .swiper-button-next:hover {
  background: #014a3c;
  transform: scale(1.1);
}
.three-step-navigation .swiper-button-prev.swiper-button-disabled,
.three-step-navigation .swiper-button-next.swiper-button-disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}

.three-step-cta {
  text-align: center;
}
.three-step-cta .btn-primary {
  display: inline-flex;
  align-items: center;
  margin-top: 66px;
}
.three-step-cta .btn-primary svg {
  transition: transform 0.3s ease;
}
.three-step-cta .btn-primary:hover svg {
  transform: translateX(5px);
}

@keyframes cardEntrance {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.why_sell_to_us {
  background: #f8f9fa;
  position: relative;
  overflow: hidden;
}
.why_sell_to_us .decor_container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%; /* Make it responsive */
  max-width: 304px; /* Prevent it from exceeding original size */
  aspect-ratio: 304/501; /* Maintain aspect ratio */
  z-index: 1;
}
@media (max-width: 1400px) {
  .why_sell_to_us .decor_container {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .why_sell_to_us .decor_container {
    max-width: 100px;
  }
}
.why_sell_to_us .decor_container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.why_sell_to_us .section-header {
  text-align: center;
  margin-bottom: 46px;
}
@media only screen and (max-width: 1400px) {
  .why_sell_to_us .section-header {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .why_sell_to_us .section-header {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .why_sell_to_us .section-header {
    margin-bottom: 25px;
  }
}
.why_sell_to_us .section-header h2 {
  margin: 0;
  color: var(--color-primary);
}
.why_sell_to_us .why-sell-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 90px;
}
@media only screen and (max-width: 768px) {
  .why_sell_to_us .why-sell-content {
    gap: 75px;
  }
}
@media only screen and (max-width: 768px) {
  .why_sell_to_us .why-sell-content {
    gap: 60px;
  }
}
.why_sell_to_us .slide-indicator {
  position: relative;
  width: 4px;
  height: 348px;
  background: #e0e0e0;
  border-radius: 2px;
  flex-shrink: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .why_sell_to_us .slide-indicator {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .why_sell_to_us .slide-indicator {
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .why_sell_to_us .slide-indicator {
    height: 500px;
  }
}
.why_sell_to_us .slide-indicator .indicator-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: var(--color-primary);
  border-radius: 2px;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
}
@media only screen and (max-width: 992px) {
  .why_sell_to_us .slide-indicator .indicator-line {
    height: 75px;
  }
}
@media only screen and (max-width: 768px) {
  .why_sell_to_us .slide-indicator .indicator-line {
    height: 125px;
  }
}
.why_sell_to_us .why-sell-slider-container {
  flex: 1;
  height: 348px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .why_sell_to_us .why-sell-slider-container {
    height: 500px;
  }
}
.why_sell_to_us .why-sell-swiper {
  height: 100%;
}
.why_sell_to_us .why-sell-swiper .swiper-wrapper {
  height: 100%;
}
.why_sell_to_us .why-sell-swiper .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.why_sell_to_us .why-sell-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: translateY(0);
}
.why_sell_to_us .slide-content {
  display: flex;
  align-items: center;
  gap: 65px;
  width: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .why_sell_to_us .slide-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.why_sell_to_us .slide-image {
  flex-shrink: 0;
  width: 391px;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.why_sell_to_us .slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .why_sell_to_us .slide-image {
    width: 300px;
  }
}
.why_sell_to_us .slide-text {
  flex: 1;
  max-width: 413px;
}
.why_sell_to_us .slide-text h3 {
  font-family: "Gotham", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0 0 20px 0;
  line-height: 1.2;
}
@media only screen and (max-width: 1400px) {
  .why_sell_to_us .slide-text h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .why_sell_to_us .slide-text h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .why_sell_to_us .slide-text h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .why_sell_to_us .slide-text h3 {
    font-size: 20px;
  }
}
.why_sell_to_us .slide-text p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #6e6e6e;
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .why_sell_to_us .slide-text p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  .why_sell_to_us .slide-text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .why_sell_to_us .slide-text p {
    font-size: 15px;
    line-height: 1.4;
  }
}
.why_sell_to_us .why-sell-pagination {
  position: absolute;
  bottom: -30px;
  right: 150px;
  z-index: 10;
}
@media only screen and (max-width: 1400px) {
  .why_sell_to_us .why-sell-pagination {
    right: 5%;
  }
}
@media only screen and (max-width: 992px) {
  .why_sell_to_us .why-sell-pagination {
    bottom: -15px;
  }
}
@media only screen and (max-width: 768px) {
  .why_sell_to_us .why-sell-pagination {
    bottom: -60px;
  }
}
.why_sell_to_us .why-sell-pagination .pagination-numbers {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-height: 120px;
  align-items: center;
  justify-content: center;
}
.why_sell_to_us .why-sell-pagination .pagination-number {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .why_sell_to_us .why-sell-pagination .pagination-number {
    font-size: 36px;
  }
}
@media only screen and (max-width: 992px) {
  .why_sell_to_us .why-sell-pagination .pagination-number {
    font-size: 30px;
  }
}
.why_sell_to_us .why-sell-pagination .pagination-number sub {
  font-size: 16px;
  font-weight: 400;
  color: #717171 !important;
}
.why_sell_to_us .why-sell-pagination .pagination-number.active {
  color: var(--color-primary);
}
.why_sell_to_us .why-sell-pagination .pagination-number.active sub {
  color: var(--color-primary);
}
.why_sell_to_us .why-sell-pagination .pagination-number:hover {
  color: var(--color-primary);
  transform: scale(1.05);
}

.testimonials_section {
  position: relative;
}
.testimonials_section .testimonials_container {
  margin-left: 15px;
}
.testimonials_section .section-header {
  text-align: center;
  margin-bottom: 45px;
}
.testimonials_section .section-header h2 {
  margin: 0;
  color: var(--color-primary);
}
.testimonials_section .testimonials-swiper {
  padding: 20px 0 60px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .testimonials_section .testimonials-swiper {
    padding: 15px 0 30px 0;
  }
}
.testimonials_section .testimonials-swiper .swiper-wrapper {
  align-items: stretch;
}
.testimonials_section .testimonials-swiper .swiper-slide {
  display: flex;
}
.testimonials_section .testimonial-card {
  background: var(--color-slider-background);
  border-radius: 20px;
  padding: 39px 46px 46px 46px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.testimonials_section .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.testimonials_section .quote-icon {
  color: #3f6745;
  margin-bottom: 43px;
}
.testimonials_section .quote-icon svg {
  width: 51px;
  height: 47px;
}
@media only screen and (max-width: 1400px) {
  .testimonials_section .quote-icon {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .testimonials_section .quote-icon {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonials_section .quote-icon {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonials_section .quote-icon {
    margin-bottom: 10px;
  }
}
.testimonials_section .testimonial-content {
  flex-grow: 1;
  margin-bottom: 36px;
}
.testimonials_section .testimonial-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #273035;
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .testimonials_section .testimonial-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1400px) {
  .testimonials_section .testimonial-content {
    margin-bottom: 20px;
  }
}
.testimonials_section .testimonial-author {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: auto;
}
.testimonials_section .author-image {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.testimonials_section .author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials_section .author-info {
  flex-grow: 1;
}
.testimonials_section .author-name {
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0 0 5px 0;
  line-height: 20px;
}
.testimonials_section .author-title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #273035;
  margin: 0;
  line-height: 28px;
}
.testimonials_section .testimonials-navigation {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}
.testimonials_section .testimonials-navigation .swiper-button-prev,
.testimonials_section .testimonials-navigation .swiper-button-next {
  position: static;
  width: 50px;
  height: 50px;
  background: var(--color-primary);
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
}
.testimonials_section .testimonials-navigation .swiper-button-prev:after,
.testimonials_section .testimonials-navigation .swiper-button-next:after {
  display: none;
}
.testimonials_section .testimonials-navigation .swiper-button-prev svg,
.testimonials_section .testimonials-navigation .swiper-button-next svg {
  width: 20px;
  height: 20px;
}
.testimonials_section .testimonials-navigation .swiper-button-prev:hover,
.testimonials_section .testimonials-navigation .swiper-button-next:hover {
  background: #014a3c;
  transform: scale(1.1);
}
.testimonials_section .testimonials-navigation .swiper-button-prev.swiper-button-disabled,
.testimonials_section .testimonials-navigation .swiper-button-next.swiper-button-disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}
@media (max-width: 1400px) {
  .testimonials_section {
    padding: 100px 0;
  }
  .testimonials_section .section-header {
    margin-bottom: 60px;
  }
  .testimonials_section .testimonial-card {
    padding: 35px 25px;
  }
}
@media (max-width: 992px) {
  .testimonials_section {
    padding: 80px 0;
  }
  .testimonials_section .testimonial-card {
    padding: 30px 20px;
  }
  .testimonials_section .testimonial-content p {
    font-size: 15px;
  }
  .testimonials_section .author-name {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .testimonials_section {
    padding: 60px 0;
  }
  .testimonials_section .section-header {
    margin-bottom: 40px;
  }
  .testimonials_section .section-header h2 {
    font-size: 32px;
  }
  .testimonials_section .testimonial-card {
    padding: 25px 20px;
  }
  .testimonials_section .quote-icon svg {
    width: 30px;
    height: 24px;
  }
  .testimonials_section .testimonial-content {
    margin-bottom: 25px;
  }
  .testimonials_section .testimonial-content p {
    font-size: 14px;
  }
  .testimonials_section .author-image {
    width: 50px;
    height: 50px;
  }
  .testimonials_section .author-name {
    font-size: 15px;
  }
  .testimonials_section .author-title {
    font-size: 13px;
  }
  .testimonials_section .testimonials-navigation .swiper-button-prev,
  .testimonials_section .testimonials-navigation .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .testimonials_section .testimonials-navigation .swiper-button-prev svg,
  .testimonials_section .testimonials-navigation .swiper-button-next svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 480px) {
  .testimonials_section .testimonial-card {
    padding: 20px 15px;
  }
  .testimonials_section .testimonial-author {
    gap: 12px;
  }
  .testimonials_section .author-image {
    width: 45px;
    height: 45px;
  }
}

.recently-closed-deals-section {
  background: var(--color-primary-light);
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.recently-closed-deals-section .section-header {
  text-align: center;
  margin-bottom: 80px;
}
.recently-closed-deals-section .section-header h2 {
  margin: 0;
  color: var(--color-primary);
}
.recently-closed-deals-section .deals-slider-container {
  margin-left: 86px;
}
.recently-closed-deals-section .recently-closed-deals-swiper {
  padding: 20px 0 0 0;
  overflow: visible;
}
.recently-closed-deals-section .recently-closed-deals-swiper .swiper-wrapper {
  align-items: stretch;
  height: 629px;
}
@media (max-width: 1400px) {
  .recently-closed-deals-section .recently-closed-deals-swiper .swiper-wrapper {
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .recently-closed-deals-section .recently-closed-deals-swiper .swiper-wrapper {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .recently-closed-deals-section .recently-closed-deals-swiper .swiper-wrapper {
    height: 400px;
  }
}
.recently-closed-deals-section .recently-closed-deals-swiper .swiper-slide {
  height: 100%;
  border: 0.7px solid #ffffff;
}
.recently-closed-deals-section .deal-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.recently-closed-deals-section .deal-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(24, 18, 68, 0) 0%, rgba(0, 0, 0, 0.63) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
.recently-closed-deals-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.recently-closed-deals-section:hover img {
  transform: scale(1.05);
}
.recently-closed-deals-section .sold-badge {
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.4);
  color: white;
  padding: 3px 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  z-index: 5;
  border: 0.7px solid rgba(255, 255, 255, 0.2);
  max-height: 31px;
}
@media only screen and (max-width: 1400px) {
  .recently-closed-deals-section .sold-badge {
    max-height: 23px;
    font-size: 14px;
    padding: 3px 15px;
  }
}
.recently-closed-deals-section .deal-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: 90%;
  z-index: 5;
  max-width: 295px;
}
.recently-closed-deals-section .deal-title {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 30px;
}
.recently-closed-deals-section .deal-price {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
.recently-closed-deals-section .deal-location {
  background: var(--color-primary);
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  margin: 0;
}
.recently-closed-deals-section .deal-status {
  background: var(--color-primary);
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  margin: 0;
  margin-top: auto;
}
.recently-closed-deals-section .deals-navigation {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 41px;
}
.recently-closed-deals-section .deals-navigation .swiper-button-next {
  position: static;
  width: 52px;
  height: 52px;
  background: var(--color-white);
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  border: 1px solid #dadada;
}
.recently-closed-deals-section .deals-navigation .swiper-button-next:after {
  display: none;
}
.recently-closed-deals-section .deals-navigation .swiper-button-next svg {
  width: 20px;
  height: 20px;
}
.recently-closed-deals-section .deals-navigation .swiper-button-next:hover {
  background: var(--color-primary);
  transform: scale(1.1);
  color: #fff;
}
.recently-closed-deals-section .deals-navigation .swiper-button-next.swiper-button-disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}
.recently-closed-deals-section .deals-navigation .swiper-button-prev {
  position: static;
  width: 52px;
  height: 52px;
  background: var(--color-white);
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  border: 1px solid #dadada;
}
.recently-closed-deals-section .deals-navigation .swiper-button-prev:after {
  display: none;
}
.recently-closed-deals-section .deals-navigation .swiper-button-prev svg {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}
.recently-closed-deals-section .deals-navigation .swiper-button-prev:hover {
  background: var(--color-primary);
  transform: scale(1.1);
  color: #fff;
}
.recently-closed-deals-section .deals-navigation .swiper-button-prev.swiper-button-disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}
@media (max-width: 1400px) {
  .recently-closed-deals-section .deal-title {
    font-size: 21px;
  }
  .recently-closed-deals-section .deal-price {
    font-size: 14px;
  }
  .recently-closed-deals-section .deal-location {
    font-size: 14px;
  }
  .recently-closed-deals-section .deal-status {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .recently-closed-deals-section {
    padding: 100px 0;
  }
  .recently-closed-deals-section .section-header {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .recently-closed-deals-section {
    padding: 80px 0;
  }
  .recently-closed-deals-section .deal-image {
    height: 240px;
  }
  .recently-closed-deals-section .deal-content {
    padding: 20px;
  }
  .recently-closed-deals-section .deal-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .recently-closed-deals-section {
    padding: 60px 0;
  }
  .recently-closed-deals-section .section-header {
    margin-bottom: 40px;
  }
  .recently-closed-deals-section .section-header h2 {
    font-size: 32px;
  }
  .recently-closed-deals-section .deal-image {
    height: 200px;
  }
  .recently-closed-deals-section .deal-content {
    padding: 15px;
    gap: 10px;
  }
  .recently-closed-deals-section .deal-title {
    font-size: 16px;
  }
  .recently-closed-deals-section .deal-price {
    font-size: 14px;
  }
  .recently-closed-deals-section .deal-location,
  .recently-closed-deals-section .deal-status {
    font-size: 12px;
    padding: 6px 12px;
  }
  .recently-closed-deals-section .deals-navigation .swiper-button-prev,
  .recently-closed-deals-section .deals-navigation .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .recently-closed-deals-section .deals-navigation .swiper-button-prev svg,
  .recently-closed-deals-section .deals-navigation .swiper-button-next svg {
    width: 16px;
    height: 16px;
  }
}

.referral-banner {
  position: relative;
  min-height: 711px;
  background: url("../images/home/referral.png") no-repeat;
  background-size: cover;
  background-position: right;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 25px;
  margin-top: 10px;
}
.referral-banner .text-content {
  flex: 1;
  color: white;
  max-width: 527px;
  z-index: 10;
  margin-left: 90px;
}
.referral-banner .text-content .thin {
  font-weight: 300 !important;
}
.referral-banner .text-content .bold {
  font-weight: 700 !important;
}
.referral-banner .text-content .description {
  margin: 2rem 0;
  opacity: 0.9;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.referral-banner .text-content .description .tagline {
  font-weight: 600;
}
.referral-banner .text-content .description .details {
  font-weight: 500;
}
.referral-banner .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(13, 56, 62, 0) 0%, rgba(13, 56, 62, 0.9) 100%);
  z-index: 1;
}

.mission_section {
  position: relative;
}
.mission_section .mission_content {
  display: flex;
  align-items: flex-start;
  gap: 59px;
}
.mission_section .mission_text {
  flex: 0 0 34.42%;
  max-width: 34.42%;
}
.mission_section .mission_text .mission_title {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  vertical-align: middle;
  color: var(--color-primary);
  font-weight: 500;
  font-size: 44px;
  margin: 30px 0 30px 0;
}
@media only screen and (max-width: 1400px) {
  .mission_section .mission_text .mission_title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .mission_section .mission_text .mission_title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .mission_section .mission_text .mission_title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .mission_section .mission_text .mission_title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .mission_section .mission_text .mission_title {
    font-size: 24px;
  }
}
.mission_section .mission_text .mission_description p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text-light);
  margin-bottom: 25px;
}
@media only screen and (max-width: 1400px) {
  .mission_section .mission_text .mission_description p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .mission_section .mission_text .mission_description p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .mission_section .mission_text .mission_description p {
    font-size: 15px;
    line-height: 22px;
  }
}
.mission_section .mission_text .mission_description p:last-child {
  margin-bottom: 0;
}
.mission_section .mission_images {
  flex: 0 0 61.4%;
  max-width: 61.4%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mission_section .mission_images .mission_image_top {
  width: 100%;
  height: 225px;
  border-radius: 15px;
  overflow: hidden;
}
.mission_section .mission_images .mission_image_top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.mission_section .mission_images .mission_images_bottom {
  display: flex;
  gap: 10px;
  height: 406px;
}
.mission_section .mission_images .mission_images_bottom .mission_image_bottom_left,
.mission_section .mission_images .mission_images_bottom .mission_image_bottom_right {
  flex: 0 0 50%;
  max-width: 50%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.mission_section .mission_images .mission_images_bottom .mission_image_bottom_left img,
.mission_section .mission_images .mission_images_bottom .mission_image_bottom_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .mission_section {
    padding: 100px 0;
  }
  .mission_section .mission_content {
    gap: 40px;
  }
  .mission_section .mission_text .mission_title {
    font-size: 32px;
  }
  .mission_section .mission_text .mission_description p {
    font-size: 15px;
  }
  .mission_section .mission_images .mission_image_top {
    height: 200px;
  }
  .mission_section .mission_images .mission_images_bottom {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .mission_section {
    padding: 80px 0;
  }
  .mission_section .mission_content {
    flex-direction: column;
    gap: 50px;
  }
  .mission_section .mission_text,
  .mission_section .mission_images {
    flex: none;
    max-width: 100%;
  }
  .mission_section .mission_text {
    text-align: center;
  }
  .mission_section .mission_text .mission_title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .mission_section .mission_images .mission_image_top {
    height: 180px;
  }
  .mission_section .mission_images .mission_images_bottom {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .mission_section {
    padding: 60px 0;
  }
  .mission_section .mission_content {
    gap: 40px;
  }
  .mission_section .mission_text .mission_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .mission_section .mission_text .mission_description p {
    font-size: 14px;
  }
  .mission_section .mission_images .mission_image_top {
    height: 150px;
  }
  .mission_section .mission_images .mission_images_bottom {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .mission_section {
    padding: 50px 0;
  }
  .mission_section .mission_content {
    gap: 30px;
  }
  .mission_section .mission_text .mission_title {
    font-size: 22px;
    line-height: 1.3;
  }
  .mission_section .mission_text .mission_description p {
    font-size: 13px;
    line-height: 1.5;
  }
  .mission_section .mission_images .mission_image_top {
    height: 120px;
  }
  .mission_section .mission_images .mission_images_bottom {
    flex-direction: column;
    height: auto;
    gap: 10px;
  }
  .mission_section .mission_images .mission_images_bottom .mission_image_bottom_left,
  .mission_section .mission_images .mission_images_bottom .mission_image_bottom_right {
    flex: none;
    max-width: 100%;
    height: 150px;
  }
}

.behind_vision {
  background: var(--color-bg-light);
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border-radius: 25px;
}
.behind_vision .decor_container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 304px;
  height: 501px;
  z-index: 1;
}
.behind_vision .decor_container img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.behind_vision .vision_content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.behind_vision .vision_image {
  position: relative;
  max-width: 469px;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.behind_vision .vision_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.behind_vision .vision_text {
  background: white;
  border-radius: 20px;
  padding: 40px;
  max-width: 878px;
  height: 424px;
  z-index: 3;
  margin-left: -125px;
}
@media only screen and (max-width: 1400px) {
  .behind_vision .vision_text {
    margin-left: 10px;
  }
}
.behind_vision .vision_text .vision_title {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
  margin-bottom: 30px;
  max-width: 576px;
}
@media only screen and (max-width: 1400px) {
  .behind_vision .vision_text .vision_title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .behind_vision .vision_text .vision_title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .behind_vision .vision_text .vision_title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .behind_vision .vision_text .vision_title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .behind_vision .vision_text .vision_title {
    font-size: 20px;
    line-height: 28px;
  }
}
.behind_vision .vision_text .vision_description p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text-light);
  margin-bottom: 25px;
  text-align: left;
}
@media only screen and (max-width: 1400px) {
  .behind_vision .vision_text .vision_description p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .behind_vision .vision_text .vision_description p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .behind_vision .vision_text .vision_description p {
    font-size: 15px;
    line-height: 22px;
  }
}
.behind_vision .vision_text .vision_description p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .behind_vision .vision_text .vision_description p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 820px) {
  .behind_vision .vision_text .vision_description p {
    margin-bottom: 15px;
  }
}
@media (max-width: 1200px) {
  .behind_vision .vision_content {
    padding: 50px 0;
  }
  .behind_vision .vision_image {
    max-width: 420px;
    height: 320px;
  }
  .behind_vision .vision_text {
    padding: 35px;
    width: calc(100% - 180px);
  }
  .behind_vision .vision_text .vision_title {
    font-size: 26px;
  }
  .behind_vision .vision_text .vision_description p {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .behind_vision .vision_content {
    justify-content: center;
    padding: 40px 0;
  }
  .behind_vision .vision_image {
    max-width: 380px;
    height: 300px;
  }
  .behind_vision .vision_text {
    left: 40%;
    max-width: 500px;
    padding: 30px;
    width: calc(100% - 150px);
  }
  .behind_vision .vision_text .vision_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .behind_vision .vision_text .vision_description p {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .behind_vision {
    min-height: auto;
  }
  .behind_vision .vision_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
    padding: 30px 0;
  }
  .behind_vision .vision_image {
    max-width: 280px;
    height: 260px;
    margin: 0 auto;
  }
  .behind_vision .vision_text {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
  }
  .behind_vision .vision_text .vision_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .behind_vision .vision_text .vision_description p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .behind_vision .vision_content {
    padding: 25px 0;
    gap: 25px;
  }
  .behind_vision .vision_image {
    max-width: 240px;
    height: 220px;
  }
  .behind_vision .vision_text {
    padding: 25px 20px;
  }
  .behind_vision .vision_text .vision_title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 18px;
  }
  .behind_vision .vision_text .vision_description p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}

.interactive-slider-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.interactive-slider-section .wrap .section-header {
  text-align: left;
  margin-bottom: 80px;
}
.interactive-slider-section .wrap .section-header h2 {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  vertical-align: middle;
  color: var(--color-primary);
  margin: 0 0 20px 0;
  color: var(--color-primary);
}
@media only screen and (max-width: 1400px) {
  .interactive-slider-section .wrap .section-header h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .interactive-slider-section .wrap .section-header h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .interactive-slider-section .wrap .section-header h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .interactive-slider-section .wrap .section-header h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .interactive-slider-section .wrap .section-header h2 {
    font-size: 24px;
  }
}
.interactive-slider-section .wrap .section-header .section-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text-light);
  margin: 0;
  max-width: 842px;
  margin-right: auto;
}
@media only screen and (max-width: 1400px) {
  .interactive-slider-section .wrap .section-header .section-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .interactive-slider-section .wrap .section-header .section-subtitle {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .interactive-slider-section .wrap .section-header .section-subtitle {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1400px) {
  .interactive-slider-section .wrap .section-header {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 820px) {
  .interactive-slider-section .wrap .section-header {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .interactive-slider-section .wrap .section-header {
    margin-bottom: 30px;
  }
}
.interactive-slider-section .wrap .interactive-slider-container {
  display: flex;
  align-items: stretch;
  gap: 27px;
  min-height: 500px;
  position: relative;
}
.interactive-slider-section .wrap .slider-content-left {
  flex: 0 0 22%;
  display: flex;
  align-items: end;
  position: relative;
}
.interactive-slider-section .wrap .active-slide-content {
  width: 100%;
  position: relative;
}
.interactive-slider-section .wrap .active-slide-content .slide-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0 0 20px 0;
  line-height: 120%;
  transition: all 1s ease-in-out;
}
@media only screen and (max-width: 1280px) {
  .interactive-slider-section .wrap .active-slide-content .slide-title {
    font-size: 22px;
  }
}
.interactive-slider-section .wrap .active-slide-content .slide-description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 150%;
  color: #6e6e6e;
  margin: 0;
  transition: all 1s ease-in-out;
}
.interactive-slider-section .wrap .active-slide-content .slide-number-display {
  display: none;
  bottom: -40px;
  right: 0;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
  opacity: 0.7;
}
.interactive-slider-section .wrap .slider-content-right {
  flex: 0 0 76%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 521px;
  overflow: visible;
}
.interactive-slider-section .wrap .slides-stack {
  position: relative;
  width: 100%;
  height: 521px;
  margin: 0 auto;
  overflow: visible;
  display: flex;
}
.interactive-slider-section .wrap .slide-item {
  position: relative;
  top: 0;
  left: 0;
  height: 521px;
  border-radius: 20px;
  transition: all 1s ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.interactive-slider-section .wrap .slide-item .slide-left {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interactive-slider-section .wrap .slide-item .slide-left .slide-vertical-text {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  transform: translate(-50%, -50%) rotate(270deg);
  font-family: "Gotham", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  transition: all 1s ease-in-out;
  opacity: 0;
  pointer-events: none;
  border-bottom: 1px solid #ede9e6;
  z-index: 10;
  width: 521px;
  padding-left: 15px;
  padding-right: 15px;
}
.interactive-slider-section .wrap .slide-item .slide-left .slide-vertical-text .text_conatiner {
  display: flex;
  align-items: center;
  gap: 15px;
}
.interactive-slider-section .wrap .slide-item .slide-left .slide-vertical-text .text_conatiner .vt-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 250;
  font-size: 50px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.2);
}
.interactive-slider-section .wrap .slide-item .slide-left .slide-vertical-text .arrow_container svg {
  height: 15px;
  width: 17px;
  transform: rotate(90deg);
}
.interactive-slider-section .wrap .slide-item .slide-right {
  height: 521px;
  width: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: none;
  background: transparent;
  position: relative;
  transition: width 1s ease-in-out;
}
.interactive-slider-section .wrap .slide-item .slide-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.interactive-slider-section .wrap .slide-item .slide-right .slide-number-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(1, 108, 81, 0.9);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  display: none;
}
.interactive-slider-section .wrap .slide-item.active {
  z-index: 10;
}
.interactive-slider-section .wrap .slide-item.active .slide-right {
  width: 780px;
}
.interactive-slider-section .wrap .slide-item.active .slide-right img {
  opacity: 1;
}
.interactive-slider-section .wrap .slide-item.active .slide-right .slide-number-badge {
  display: inline-flex;
}
@media only screen and (max-width: 1400px) {
  .interactive-slider-section .wrap .slide-item.active .slide-right {
    width: 700px;
  }
}
.interactive-slider-section .wrap .slide-item.active .slide-left .slide-vertical-text {
  opacity: 0;
}
.interactive-slider-section .wrap .slide-item.active .slide-left {
  width: 0px;
}
.interactive-slider-section .wrap .slide-item.inactive {
  z-index: 5;
}
.interactive-slider-section .wrap .slide-item.inactive .slide-right {
  width: 0;
}
.interactive-slider-section .wrap .slide-item.inactive .slide-right img {
  opacity: 0;
}
@media only screen and (max-width: 1280px) {
  .interactive-slider-section .wrap .slide-item.inactive .slide-right img {
    opacity: 1;
  }
}
.interactive-slider-section .wrap .slide-item.inactive .slide-right .slide-number-badge {
  display: none;
}
.interactive-slider-section .wrap .slide-item.inactive .slide-left .slide-vertical-text {
  opacity: 1;
  pointer-events: auto;
}
.interactive-slider-section .wrap .slide-item.inactive .slide-left {
  width: 82px;
}
.interactive-slider-section .wrap .mobile-slide-content {
  display: none;
}
.interactive-slider-section .wrap .slide-item.transitioning-out {
  transform: scale(0.9) !important;
  opacity: 0.6;
  z-index: 3;
}
.interactive-slider-section .wrap .slide-item.transitioning-in {
  transform: scale(1.1) !important;
  opacity: 0.8;
  z-index: 12;
}
.interactive-slider-section .wrap .slide-item.transitioning-in.animate-complete {
  transform: translateX(0) scale(1) !important;
  opacity: 1;
}
.interactive-slider-section .wrap .active-slide-content {
  transition: all 0.6s ease-in-out;
}
.interactive-slider-section .wrap .active-slide-content.fade-out {
  opacity: 0;
  transform: translateY(30px);
}
.interactive-slider-section .wrap .active-slide-content.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.interactive-slider-section .wrap .slide-number-display {
  transition: all 0.4s ease;
}
.interactive-slider-section .wrap .slide-number-display.updating {
  transform: scale(1.2);
  color: var(--color-primary);
}
.interactive-slider-section .wrap .inactive-header.moving-left {
  transform: translateX(-220px) translateY(-50%);
  opacity: 0;
}
.interactive-slider-section .wrap .inactive-header.moving-right {
  transform: translateX(220px) translateY(-50%);
  opacity: 0;
}
.interactive-slider-section .wrap .inactive-header.appearing {
  animation: all 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes headerAppear {
  from {
    opacity: 0;
    transform: scale(0.8) translateY(-50%);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(-50%);
  }
}
@media (max-width: 1400px) {
  .interactive-slider-section .wrap .interactive-slider-container {
    flex-direction: column;
    gap: 40px;
    min-height: auto;
  }
  .interactive-slider-section .wrap .slider-content-left {
    display: none;
  }
  .interactive-slider-section .wrap .slider-content-right {
    flex: none;
    width: 100%;
    height: auto;
  }
  .interactive-slider-section .wrap .slides-stack {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .interactive-slider-section .wrap .slide-item {
    height: auto;
    display: block;
    cursor: default;
  }
  .interactive-slider-section .wrap .slide-item .slide-left {
    display: none;
  }
  .interactive-slider-section .wrap .slide-item .slide-right {
    width: 100% !important;
    height: auto;
  }
  .interactive-slider-section .wrap .slide-item.active .slide-right,
  .interactive-slider-section .wrap .slide-item.inactive .slide-right {
    width: 100% !important;
  }
  .interactive-slider-section .wrap .slide-item .slide-right img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    opacity: 1;
    object-position: bottom;
  }
  .interactive-slider-section .wrap .mobile-slide-content {
    display: block;
    margin-top: 16px;
  }
  .interactive-slider-section .wrap .mobile-slide-content .mobile-slide-title {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: var(--color-primary);
    margin: 10px 0 8px;
  }
  .interactive-slider-section .wrap .mobile-slide-content .mobile-slide-description {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #6e6e6e;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .interactive-slider-section .wrap .section-header {
    margin-bottom: 60px;
  }
  .interactive-slider-section .wrap .section-header .section-subtitle {
    font-size: 16px;
  }
  .interactive-slider-section .wrap .interactive-slider-container {
    gap: 40px;
    min-height: 450px;
  }
  .interactive-slider-section .wrap .active-slide-content .slide-title {
    font-size: 28px;
  }
  .interactive-slider-section .wrap .active-slide-image {
    height: 350px;
  }
  .interactive-slider-section .wrap .headers-left {
    left: -180px;
  }
  .interactive-slider-section .wrap .headers-right {
    right: -180px;
  }
}
@media (max-width: 992px) {
  .interactive-slider-section .wrap .interactive-slider-container {
    flex-direction: column;
    gap: 50px;
    min-height: auto;
  }
  .interactive-slider-section .wrap .slider-content-left,
  .interactive-slider-section .wrap .slider-content-right {
    flex: none;
    width: 100%;
  }
  .interactive-slider-section .wrap .slide-item .slide-right img {
    max-height: 400px;
  }
  .interactive-slider-section .wrap .slider-content-left {
    padding-right: 0;
    text-align: center;
  }
  .interactive-slider-section .wrap .active-slide-content .slide-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .interactive-slider-section .wrap .active-slide-image {
    height: 300px;
  }
  .interactive-slider-section .wrap .headers-left,
  .interactive-slider-section .wrap .headers-right {
    position: static;
    transform: none;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
  }
  .interactive-slider-section .wrap .inactive-header {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    min-height: auto;
    padding: 15px 20px;
    min-width: 120px;
  }
  .interactive-slider-section .wrap .inactive-header .header-text {
    font-size: 13px;
  }
  .interactive-slider-section .wrap .inactive-header .header-number {
    margin-top: 5px;
  }
}

.trust_matter_section {
  padding: 100px 0;
  background-color: var(--color-bg-light);
}
.trust_matter_section .trust-content-container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 65px;
}
.trust_matter_section .trust-image-container {
  flex: 0 0 42.8%;
  position: relative;
}
.trust_matter_section .trust-image-container img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}
@media only screen and (max-width: 1400px) {
  .trust_matter_section .trust-image-container {
    flex: 0 0 38.8%;
    max-height: 450px;
  }
}
.trust_matter_section .trust-content {
  flex: 1;
  padding-left: 20px;
}
.trust_matter_section .trust-header {
  margin-bottom: 20px;
}
.trust_matter_section .trust-title {
  font-family: "Gotham", sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 110%;
  color: var(--color-primary);
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .trust_matter_section .trust-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .trust_matter_section .trust-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .trust_matter_section .trust-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .trust_matter_section .trust-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .trust_matter_section .trust-title {
    font-size: 24px;
  }
}
.trust_matter_section .trust-description {
  margin-bottom: 20px;
}
.trust_matter_section .trust-description p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text-light);
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .trust_matter_section .trust-description p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .trust_matter_section .trust-description p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .trust_matter_section .trust-description p {
    font-size: 15px;
    line-height: 22px;
  }
}
.trust_matter_section .trust-features .trust-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.trust_matter_section .trust-features .trust-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.trust_matter_section .trust-features .trust-item:last-child {
  margin-bottom: 0;
}
.trust_matter_section .trust-features .trust-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--color-primary);
  border-radius: 50%;
  margin-right: 12px;
  margin-top: 8px;
  flex-shrink: 0;
}
.trust_matter_section .trust-features .trust-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text-light);
}
@media only screen and (max-width: 1400px) {
  .trust_matter_section .trust-features .trust-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .trust_matter_section .trust-features .trust-text {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .trust_matter_section .trust-features .trust-text {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 1400px) {
  .trust_matter_section {
    padding: 80px 0;
  }
  .trust_matter_section .trust-content-container {
    gap: 60px;
    padding: 0 40px;
  }
  .trust_matter_section .trust-title {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  .trust_matter_section {
    padding: 70px 0;
  }
  .trust_matter_section .trust-content-container {
    gap: 50px;
    padding: 0 30px;
  }
  .trust_matter_section .trust-title {
    font-size: 34px;
  }
  .trust_matter_section .trust-description p,
  .trust_matter_section .trust-text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .trust_matter_section {
    padding: 60px 0;
  }
  .trust_matter_section .trust-content-container {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }
  .trust_matter_section .trust-image-container {
    flex: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .trust_matter_section .trust-content {
    padding-left: 0;
    text-align: left;
  }
  .trust_matter_section .trust-title {
    font-size: 30px;
    text-align: left;
  }
  .trust_matter_section .trust-description {
    margin-bottom: 30px;
  }
  .trust_matter_section .trust-item {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .trust_matter_section {
    padding: 50px 0;
  }
  .trust_matter_section .trust-content-container {
    gap: 30px;
    padding: 0 15px;
  }
  .trust_matter_section .trust-title {
    font-size: 26px;
    line-height: 1.3;
  }
  .trust_matter_section .trust-description p,
  .trust_matter_section .trust-text {
    font-size: 14px;
  }
  .trust_matter_section .trust-bullet {
    width: 6px;
    height: 6px;
    margin-right: 12px;
    margin-top: 6px;
  }
}

.three_step_process_for_sellers {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.three_step_process_for_sellers .section-header {
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1400px) {
  .three_step_process_for_sellers .section-header {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .three_step_process_for_sellers .section-header {
    margin-bottom: 25px;
  }
}
.three_step_process_for_sellers .section-header .three_step_heading {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  vertical-align: middle;
  color: var(--color-primary);
  margin: 0 auto 0 auto;
  color: var(--color-primary);
  max-width: 625px;
}
@media only screen and (max-width: 1400px) {
  .three_step_process_for_sellers .section-header .three_step_heading {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .three_step_process_for_sellers .section-header .three_step_heading {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .three_step_process_for_sellers .section-header .three_step_heading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .three_step_process_for_sellers .section-header .three_step_heading {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .three_step_process_for_sellers .section-header .three_step_heading {
    font-size: 24px;
  }
}
.three_step_process_for_sellers .section-header .section-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text-light);
  max-width: 842px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media only screen and (max-width: 1400px) {
  .three_step_process_for_sellers .section-header .section-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .three_step_process_for_sellers .section-header .section-subtitle {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .three_step_process_for_sellers .section-header .section-subtitle {
    font-size: 15px;
    line-height: 22px;
  }
}
.three_step_process_for_sellers .how-it-works-cards-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.three_step_process_for_sellers .how-it-works-cards-container .how-it-works-card {
  width: 100%;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .three_step_process_for_sellers .how-it-works-cards-container .how-it-works-card {
    margin-top: 40px;
  }
}
.three_step_process_for_sellers .how-it-works-cards-container .card-top-section {
  padding: 3px 10px 0 32px;
  display: flex;
  align-items: end;
  gap: 5px;
}
.three_step_process_for_sellers .how-it-works-cards-container .card-top-section .step-number {
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-weight: 400;
  color: var(--color-primary);
  position: relative;
}
.three_step_process_for_sellers .how-it-works-cards-container .card-top-section .step-number::before {
  content: "STEP";
  position: absolute;
  top: 0;
  left: -31px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 120%;
}
@media only screen and (max-width: 1400px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-top-section .step-number {
    font-size: 60px;
  }
}
.three_step_process_for_sellers .how-it-works-cards-container .card-top-section .card-main-title {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  border-bottom: 1px solid #e0e0e0;
  flex: 1;
  color: #000000;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1400px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-top-section .card-main-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-top-section .card-main-title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-top-section .card-main-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-top-section .card-main-title {
    font-size: 14px;
    line-height: 22px;
  }
}
.three_step_process_for_sellers .how-it-works-cards-container .card-bottom-section {
  margin-top: 34px;
  display: flex;
  min-height: unset !important;
  height: 450px;
  gap: 80px;
  justify-content: end;
}
@media only screen and (max-width: 1400px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-bottom-section {
    height: 380px;
  }
}
@media only screen and (max-width: 768px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-bottom-section {
    margin-top: 15px;
    gap: 20px;
  }
}
.three_step_process_for_sellers .how-it-works-cards-container .how-it-works-card:nth-child(odd) .card-bottom-section {
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .three_step_process_for_sellers .how-it-works-cards-container .how-it-works-card:nth-child(odd) .card-bottom-section {
    flex-direction: column;
  }
}
.three_step_process_for_sellers .how-it-works-cards-container .how-it-works-card:nth-child(even) .card-bottom-section {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .three_step_process_for_sellers .how-it-works-cards-container .how-it-works-card:nth-child(even) .card-bottom-section {
    flex-direction: column;
  }
}
.three_step_process_for_sellers .how-it-works-cards-container .card-content {
  width: 50%;
  display: flex;
  max-width: 498px;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 820px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-content {
    width: 100%;
    max-width: none;
  }
}
.three_step_process_for_sellers .how-it-works-cards-container .card-content .card-title {
  font-family: "Gotham", sans-serif;
  font-size: 44px;
  font-weight: 600;
  color: var(--color-primary);
  margin: 0 0 30px 0;
  line-height: 120%;
}
@media only screen and (max-width: 1400px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-content .card-title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 1024px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-content .card-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 820px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-content .card-title {
    margin: 0 0 15px 0;
  }
}
@media only screen and (max-width: 768px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-content .card-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-content .card-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.three_step_process_for_sellers .how-it-works-cards-container .card-content .card-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: var(--color-white);
  line-height: 150%;
  color: var(--color-text-light);
  margin: 0 0 60px 0;
}
@media only screen and (max-width: 1400px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-content .card-description {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 1200px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-content .card-description {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-content .card-description {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-content .card-description {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-content .card-description {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1400px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-content .card-description {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 820px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-content .card-description {
    margin: 0 0 15px 0;
  }
}
.three_step_process_for_sellers .how-it-works-cards-container .card-content .card-cta-btn {
  align-self: flex-start;
}
.three_step_process_for_sellers .how-it-works-cards-container .card-image {
  width: 50%;
  height: 450px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  border-radius: 25px;
  overflow: hidden;
}
.three_step_process_for_sellers .how-it-works-cards-container .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-image {
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .three_step_process_for_sellers .how-it-works-cards-container .card-image {
    height: 100%;
  }
}
.three_step_process_for_sellers .how-it-works-cards-container .how-it-works-card:hover .card-image img {
  transform: scale(1.05);
}
.three_step_process_for_sellers .three_step_process_for_sellers.pinned .how-it-works-cards-container {
  transform-style: preserve-3d;
}
.three_step_process_for_sellers .three_step_process_for_sellers .how-it-works-card {
  transform: translateZ(0);
  backface-visibility: hidden;
  box-sizing: border-box;
}
.three_step_process_for_sellers .three_step_process_for_sellers .how-it-works-card.step1 {
  z-index: 1;
}
.three_step_process_for_sellers .three_step_process_for_sellers .how-it-works-card.step2 {
  z-index: 2;
}
.three_step_process_for_sellers .three_step_process_for_sellers .how-it-works-card.step3 {
  z-index: 3;
}
@media (max-width: 768px) {
  .three_step_process_for_sellers .three_step_process_for_sellers .how-it-works-card {
    max-width: 100%;
    margin: 0 20px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .how-it-works-card.step2, .three_step_process_for_sellers .three_step_process_for_sellers .how-it-works-card.step3 {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-top-section {
    padding: 20px 25px 15px 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-top-section .step-number {
    font-size: 36px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-top-section .step-number::before {
    top: -12px;
    font-size: 10px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-top-section .card-main-title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-bottom-section {
    flex-direction: column;
    min-height: auto;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-content {
    width: 100%;
    padding: 25px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-content .card-title {
    font-size: 20px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-content .card-description {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-image {
    width: 100%;
    height: 250px;
    order: -1;
  }
}
@media (max-width: 1400px) {
  .three_step_process_for_sellers .three_step_process_for_sellers {
    padding: 100px 0;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .how-it-works-card {
    max-width: 750px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-content {
    padding: 35px 30px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-content .step-number {
    font-size: 42px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-content .card-title {
    font-size: 24px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-content .card-description {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .three_step_process_for_sellers .three_step_process_for_sellers {
    padding: 80px 0;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .how-it-works-card {
    max-width: 700px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-image {
    height: 280px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-content {
    padding: 30px 25px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-content .step-number {
    font-size: 38px;
    margin-bottom: 15px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-content .card-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-content .card-description {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .three_step_process_for_sellers .three_step_process_for_sellers {
    padding: 60px 0;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .section-header h2 {
    font-size: 32px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .section-header .section-subtitle {
    font-size: 16px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .how-it-works-card {
    flex-direction: column;
    max-width: 500px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .how-it-works-card.step2, .three_step_process_for_sellers .three_step_process_for_sellers .how-it-works-card.step3 {
    margin-top: 40px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-image {
    width: 100%;
    height: 250px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-content {
    width: 100%;
    padding: 25px 20px;
    text-align: center;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-content .step-number {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-content .card-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-content .card-description {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-content .card-cta-btn {
    align-self: center;
  }
}
@media (max-width: 480px) {
  .three_step_process_for_sellers .three_step_process_for_sellers {
    padding: 50px 0;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .section-header {
    margin-bottom: 20px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .section-header h2 {
    font-size: 28px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .section-header .section-subtitle {
    font-size: 14px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .how-it-works-card {
    max-width: 350px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .how-it-works-card.step2, .three_step_process_for_sellers .three_step_process_for_sellers .how-it-works-card.step3 {
    margin-top: 30px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-image {
    height: 200px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-content {
    padding: 20px 15px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-content .step-number {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-content .card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .three_step_process_for_sellers .three_step_process_for_sellers .card-content .card-description {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 18px;
  }
}

.property_types_section {
  background: var(--color-primary-light);
  position: relative;
  overflow: hidden;
}
.property_types_section .section-header {
  text-align: center;
  margin-bottom: 80px;
}
.property_types_section .section-header h2 {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  vertical-align: middle;
  color: var(--color-primary);
  margin-top: 10px;
}
@media only screen and (max-width: 1400px) {
  .property_types_section .section-header h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .property_types_section .section-header h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .property_types_section .section-header h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .property_types_section .section-header h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .property_types_section .section-header h2 {
    font-size: 24px;
  }
}
.property_types_section .section-header .section-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text-light);
  font-weight: 500;
  max-width: 581px;
  margin: 0 auto 10px auto;
}
@media only screen and (max-width: 1400px) {
  .property_types_section .section-header .section-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .property_types_section .section-header .section-subtitle {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .property_types_section .section-header .section-subtitle {
    font-size: 15px;
    line-height: 22px;
  }
}
.property_types_section .property-types-slider-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.property_types_section .property-types-swiper {
  overflow: hidden;
  width: calc(100% - 194px);
  margin: 0 auto;
}
.property_types_section .property-types-swiper .swiper-wrapper {
  align-items: stretch;
}
.property_types_section .property-types-swiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}
.property_types_section .property-type-card {
  width: 100%;
  height: 450px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
.property_types_section .property-image {
  width: 100%;
  height: 60%;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.property_types_section .property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.property_types_section .property-type-card:hover .property-image img {
  transform: scale(1.05);
}
.property_types_section .property-content {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.property_types_section .property-content .property-title {
  font-family: "Gotham", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0 0 15px 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .property_types_section .property-content .property-title {
    margin-bottom: 5px;
  }
}
.property_types_section .property-content .property-description {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.property_types_section .swiper-button-prev {
  left: 0px;
  top: 150px;
  transform: rotate(180deg);
}
.property_types_section .swiper-button-prev svg {
  transform: rotate(0deg);
}
.property_types_section .swiper-button-next {
  right: 0px;
  top: 150px;
}
.property_types_section .swiper-button-prev,
.property_types_section .swiper-button-next {
  position: absolute;
  width: 52px;
  height: 52px;
  background: var(--color-white);
  border: 1px solid #dadada;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
}
.property_types_section .swiper-button-prev:after,
.property_types_section .swiper-button-next:after {
  display: none;
}
.property_types_section .swiper-button-prev svg,
.property_types_section .swiper-button-next svg {
  width: 15px;
  height: 15px;
}
.property_types_section .swiper-button-prev:hover,
.property_types_section .swiper-button-next:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: white;
}
.property_types_section .swiper-button-prev.swiper-button-disabled,
.property_types_section .swiper-button-next.swiper-button-disabled {
  background: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
  transform: none;
  color: #999;
}
@media (max-width: 1400px) {
  .property_types_section .section-header {
    margin-bottom: 50px;
  }
  .property_types_section .property-type-card {
    max-width: 320px;
  }
  .property_types_section .property-content {
    padding: 25px 20px;
  }
  .property_types_section .property-content .property-title {
    font-size: 20px;
  }
  .property_types_section .property-content .property-description {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .property_types_section .property-types-swiper {
    padding: 20px 0 50px 0;
  }
  .property_types_section .property-type-card {
    max-width: 300px;
    height: 400px;
  }
  .property_types_section .property-content {
    padding: 20px 18px;
  }
  .property_types_section .property-types-navigation .swiper-button-prev,
  .property_types_section .property-types-navigation .swiper-button-next {
    width: 45px;
    height: 45px;
  }
  .property_types_section .property-types-navigation .swiper-button-prev svg,
  .property_types_section .property-types-navigation .swiper-button-next svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .property_types_section .section-header {
    margin-bottom: 30px;
  }
  .property_types_section .section-header h2 {
    font-size: 32px;
  }
  .property_types_section .section-header .section-subtitle {
    font-size: 16px;
    margin-top: 10px;
  }
  .property_types_section .property-content {
    padding: 18px 15px;
  }
  .property_types_section .property-content .property-types-navigation .swiper-button-prev,
  .property_types_section .property-content .property-types-navigation .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .property_types_section .property-content .property-types-navigation .swiper-button-prev svg,
  .property_types_section .property-content .property-types-navigation .swiper-button-next svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .property_types_section .property-type-card {
    max-width: 250px;
    height: 350px;
  }
  .property_types_section .property-content {
    padding: 15px 12px;
  }
  .property_types_section .property-types-navigation .swiper-button-prev,
  .property_types_section .property-types-navigation .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  .property_types_section .property-types-navigation .swiper-button-prev svg,
  .property_types_section .property-types-navigation .swiper-button-next svg {
    width: 14px;
    height: 14px;
  }
}

.get-offer-section {
  background: var(--color-primary-light);
  position: relative;
}
.get-offer-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  max-width: 558px;
  aspect-ratio: 558/435;
  background: url("../images/common/get_offer_decor.png") no-repeat top left/contain;
  pointer-events: none;
}
@media only screen and (max-width: 1400px) {
  .get-offer-section::before {
    width: 40%;
    max-width: 350px;
    aspect-ratio: 400/300;
  }
}
@media only screen and (max-width: 992px) {
  .get-offer-section::before {
    width: 30%;
    max-width: 250px;
    aspect-ratio: 400/300;
  }
}
.get-offer-section .get-offer-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: space-between;
}
@media only screen and (max-width: 1400px) {
  .get-offer-section .get-offer-content {
    gap: 50px;
    justify-content: space-between;
  }
}
.get-offer-section .get-offer-left {
  width: 37.6%;
  margin-top: 173px;
}
@media only screen and (max-width: 1400px) {
  .get-offer-section .get-offer-left {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .get-offer-section .get-offer-left {
    width: 100%;
  }
}
.get-offer-section .get-offer-left .section-title {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  vertical-align: middle;
  color: var(--color-primary);
  margin: 0 0 30px 0;
  color: var(--color-primary);
}
@media only screen and (max-width: 1400px) {
  .get-offer-section .get-offer-left .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .get-offer-section .get-offer-left .section-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .get-offer-section .get-offer-left .section-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .get-offer-section .get-offer-left .section-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .get-offer-section .get-offer-left .section-title {
    font-size: 24px;
  }
}
.get-offer-section .get-offer-left .section-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text-light);
  margin: 0 0 40px 0;
  max-width: 440px;
}
@media only screen and (max-width: 1400px) {
  .get-offer-section .get-offer-left .section-description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .get-offer-section .get-offer-left .section-description {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .get-offer-section .get-offer-left .section-description {
    font-size: 15px;
    line-height: 22px;
  }
}
.get-offer-section .get-offer-right {
  width: 55.5%;
}
@media only screen and (max-width: 1200px) {
  .get-offer-section .get-offer-right {
    width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  .get-offer-section .get-offer-right {
    width: 100%;
  }
}
.get-offer-section .offer-form-container {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding: 20px 30px;
  box-shadow: 0px 14px 74px 10px rgba(0, 0, 0, 0.05);
}
.get-offer-section .offer-form .form-section {
  padding-bottom: 15px;
  margin-top: 40px;
  border-bottom: 1px solid #ede9e6;
}
.get-offer-section .offer-form .form-section .section-title {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: var(--color-primary);
  margin: 0 0 32px 0;
}
.get-offer-section .offer-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.get-offer-section .offer-form .form-row .form-group {
  flex: 1;
}
.get-offer-section .offer-form .form-group {
  margin-bottom: 25px;
}
.get-offer-section .offer-form .form-group.full-width {
  width: 100%;
}
.get-offer-section .offer-form .form-group.phone-group .phone-input-wrapper {
  display: flex;
  gap: 0;
}
.get-offer-section .offer-form .form-group.phone-group .phone-input-wrapper .phone-input {
  border-left: none !important;
  border-radius: 0 50px 50px 0 !important;
  padding-left: 0 !important;
}
.get-offer-section .offer-form .form-group.phone-group .phone-input-wrapper .country-code {
  width: 80px;
  border-right: none;
  background: #fff;
  border: 1px solid rgb(190, 190, 190);
  font-size: 14px;
  height: 46px !important;
  display: flex;
  align-items: center;
  border-radius: 50px 0 0 50px !important;
  border-right: none;
}
.get-offer-section .offer-form .form-group.phone-group .phone-input-wrapper .country-code .dropdown-trigger {
  border: none !important;
  background: white !important;
  padding-left: 0px !important;
  padding-right: 0 !important;
  height: 40px !important;
}
.get-offer-section .offer-form .form-group.phone-group .phone-input-wrapper input {
  flex: 1;
}
.get-offer-section .offer-form .form-group label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}
.get-offer-section .offer-form .upload-section {
  margin-bottom: 25px;
}
.get-offer-section .offer-form .upload-section #property-images {
  display: none; /* hide native file input completely */
}
.get-offer-section .offer-form .upload-section .upload-area {
  cursor: pointer;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  transition: background 0.3s ease;
}
.get-offer-section .offer-form .upload-section .upload-area {
  border: 1.5px dashed #016c51;
  border-radius: 30px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: white;
}
.get-offer-section .offer-form .upload-section .upload-area .upload-icon {
  width: 38px;
  height: 38px;
  background: var(--color-primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 15px auto;
}
.get-offer-section .offer-form .upload-section .upload-area .upload-text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #273035;
}
.get-offer-section .offer-form .submit-btn {
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  margin-left: auto;
  margin-top: 40px;
}
.get-offer-section .offer-form span {
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .get-offer-section {
    padding: 100px 0;
  }
  .get-offer-section .get-offer-content {
    gap: 40px;
  }
  .get-offer-section .offer-form-container {
    padding: 35px;
  }
  .get-offer-section .offer-form .form-section {
    margin-bottom: 35px;
  }
  .get-offer-section .offer-form .form-section .section-title {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .get-offer-section {
    padding: 80px 0;
  }
  .get-offer-section .get-offer-content {
    flex-direction: column;
    gap: 30px;
  }
  .get-offer-section .get-offer-left .section-title {
    font-size: 32px;
  }
  .get-offer-section .get-offer-left .section-description {
    font-size: 16px;
  }
  .get-offer-section .offer-form-container {
    padding: 30px;
  }
  .get-offer-section .offer-form .form-section {
    margin-bottom: 30px;
  }
  .get-offer-section .offer-form .form-section .section-title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .get-offer-section {
    padding: 60px 0;
  }
  .get-offer-section .get-offer-left .section-title {
    font-size: 28px;
    text-align: center;
  }
  .get-offer-section .get-offer-left .section-description {
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
  }
  .get-offer-section .get-offer-left .offer-benefits {
    max-width: 400px;
    margin: 0 auto;
  }
  .get-offer-section .offer-form-container {
    padding: 25px;
  }
  .get-offer-section .offer-form .form-section {
    margin-bottom: 25px;
  }
  .get-offer-section .offer-form .form-section .section-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .get-offer-section .offer-form .form-row {
    flex-direction: column;
    gap: 0;
  }
  .get-offer-section .offer-form .upload-section .upload-area {
    padding: 30px 15px;
  }
  .get-offer-section .offer-form .upload-section .upload-area .upload-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .get-offer-section .offer-form .upload-section .upload-area .upload-text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .get-offer-section {
    padding: 50px 0;
  }
  .get-offer-section .get-offer-left .section-title {
    font-size: 24px;
  }
  .get-offer-section .get-offer-left .section-description {
    font-size: 14px;
  }
  .get-offer-section .get-offer-left .offer-benefits .benefit-item span {
    font-size: 14px;
  }
  .get-offer-section .offer-form-container {
    padding: 20px;
  }
  .get-offer-section .offer-form .form-section {
    margin-bottom: 20px;
  }
  .get-offer-section .offer-form .form-section .section-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .get-offer-section .offer-form .upload-section .upload-area {
    padding: 25px 10px;
  }
  .get-offer-section .offer-form .upload-section .upload-area .upload-icon {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
  .get-offer-section .offer-form .upload-section .upload-area .upload-text {
    font-size: 13px;
  }
}
.get-offer-section .phone-group .phone-input-wrapper .custom-dropdown .dropdown-menu {
  margin-top: 27px !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  left: 14px !important;
  padding-top: 10px !important;
}

.blog_top_section {
  background: #fff;
  position: relative;
}
.blog_top_section .section-header {
  text-align: center;
  margin-bottom: 70px;
}
.blog_top_section .section-header h2 {
  margin: 0 0 30px 0;
  color: var(--color-primary);
}
.blog_top_section .section-header .section-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text-light);
  max-width: 933px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1400px) {
  .blog_top_section .section-header .section-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog_top_section .section-header .section-subtitle {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .blog_top_section .section-header .section-subtitle {
    font-size: 15px;
    line-height: 22px;
  }
}
.blog_top_section .blog-featured-card {
  overflow: hidden;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  padding: 14px 28px 15px 15px;
  border-radius: 25px;
  background-color: var(--color-bg-light);
}
.blog_top_section .blog-card-image {
  width: 47.7;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.blog_top_section .blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog_top_section .blog-card-image:hover img {
  transform: scale(1.05);
}
.blog_top_section .blog-card-content {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog_top_section .blog-card-meta {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 34px;
}
@media (max-width: 992px) {
  .blog_top_section .blog-card-meta {
    margin-bottom: 15px;
  }
}
.blog_top_section .blog-card-title {
  font-family: "Gotham", sans-serif;
  font-size: 42px;
  font-weight: 500;
  color: var(--color-primary);
  margin: 0 0 30px 0;
  line-height: 110%;
}
@media only screen and (max-width: 1400px) {
  .blog_top_section .blog-card-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 992px) {
  .blog_top_section .blog-card-title {
    margin-bottom: 15px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .blog_top_section .blog-card-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .blog_top_section .blog-card-title {
    font-size: 28px;
  }
}
.blog_top_section .blog-card-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text-light);
  max-width: 603px;
}
@media only screen and (max-width: 1400px) {
  .blog_top_section .blog-card-description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog_top_section .blog-card-description {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .blog_top_section .blog-card-description {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 1400px) {
  .blog_top_section .section-header {
    margin-bottom: 20px;
  }
  .blog_top_section .section-header .section-subtitle {
    font-size: 16px;
    max-width: 700px;
  }
  .blog_top_section .blog-card-content {
    padding: 50px 40px;
  }
}
@media (max-width: 992px) {
  .blog_top_section .blog-featured-card {
    flex-direction: column;
    margin: 0 auto;
  }
  .blog_top_section .blog-card-image,
  .blog_top_section .blog-card-content {
    width: 100%;
  }
  .blog_top_section .blog-card-image {
    height: 300px;
  }
  .blog_top_section .blog-card-content {
    padding: 25px;
  }
}
@media (max-width: 768px) {
  .blog_top_section .section-header {
    margin-bottom: 40px;
  }
  .blog_top_section .section-header h2 {
    font-size: 32px;
  }
  .blog_top_section .section-header .section-subtitle {
    font-size: 15px;
    max-width: 100%;
  }
  .blog_top_section .blog-card-content {
    padding: 30px 25px;
  }
  .blog_top_section .blog-card-description {
    font-size: 15px;
  }
  .blog_top_section .blog-card-meta {
    margin-bottom: 20px;
  }
  .blog_top_section .blog-card-meta .blog-category {
    font-size: 11px;
    padding: 6px 12px;
  }
  .blog_top_section .blog-card-meta .blog-date {
    font-size: 13px;
    padding: 5px 10px;
  }
}
@media (max-width: 480px) {
  .blog_top_section .blog-card-image {
    height: 250px;
  }
  .blog_top_section .blog-card-content {
    padding: 25px 20px;
  }
  .blog_top_section .blog-card-description {
    font-size: 14px;
  }
  .blog_top_section .blog-card-meta {
    gap: 10px;
    margin-bottom: 15px;
  }
}

.latest_articles_section {
  background: #fff;
  position: relative;
}
.latest_articles_section .section-header {
  text-align: center;
  margin-bottom: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1400px) {
  .latest_articles_section .section-header {
    margin-bottom: 46px;
  }
}
@media only screen and (max-width: 768px) {
  .latest_articles_section .section-header {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 992px) {
  .latest_articles_section .section-header {
    gap: 10px;
  }
}
.latest_articles_section .section-header h2 {
  color: var(--color-primary);
  margin-bottom: 0 !important;
}
.latest_articles_section a.view_all {
  height: 42px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.latest_articles_section .article-filter-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.latest_articles_section .article-filter-tabs .filter-tab {
  background-color: #a7cac2;
  color: var(--color-white);
  border: none;
  border-radius: 25px;
  padding: 12px 24px;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: none;
  height: 42px;
}
.latest_articles_section .article-filter-tabs .filter-tab.active {
  background-color: var(--color-primary);
}
.latest_articles_section .articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 22px;
  margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
  .latest_articles_section .articles-grid {
    gap: 60px 50px;
  }
}
@media only screen and (max-width: 992px) {
  .latest_articles_section .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .latest_articles_section .articles-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.article-card {
  background: var(--color-white);
  overflow: hidden;
  transition: all 0.3s ease;
}

.article-image {
  width: 100%;
  height: 291px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.article-image:hover img {
  transform: scale(1.05);
}

.article-content {
  padding: 40px 0 0 0;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
@media (max-width: 992) {
  .article-meta {
    margin-bottom: 10px;
  }
}

.article-title {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--color-primary);
  margin: 0 0 15px 0;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 150%;
  color: var(--color-text-light);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .section-header {
    margin-bottom: 60px;
  }
}
@media (max-width: 1400px) and (max-width: 992px) {
  .section-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 1400px) {
  .article-content {
    padding: 25px 0;
  }
}
@media (max-width: 992px) {
  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .article-filter-tabs {
    gap: 12px;
  }
  .article-filter-tabs .filter-tab {
    padding: 10px 20px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .section-header {
    margin-bottom: 40px;
  }
  .section-header h2 {
    font-size: 32px;
  }
  .article-filter-tabs {
    gap: 10px;
  }
  .article-filter-tabs .filter-tab {
    padding: 8px 16px;
    font-size: 12px;
  }
  .article-image {
    height: 250px;
  }
  .article-content {
    padding: 20px 18px;
  }
  .article-meta {
    margin-bottom: 15px;
    gap: 10px;
  }
  .article-meta .article-category {
    font-size: 10px;
    padding: 5px 10px;
  }
  .article-meta .article-date {
    font-size: 11px;
    padding: 3px 8px;
  }
}
@media (max-width: 480px) {
  .article-filter-tabs .filter-tab {
    padding: 6px 12px;
    font-size: 11px;
  }
  .article-content {
    padding: 18px 15px;
  }
  .article-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .article-description {
    font-size: 12px;
  }
}
.blog_detail_content {
  background: #fff;
  position: relative;
}
.blog_detail_content .blog-detail-container {
  width: 67%;
  max-width: 948px;
}
.blog_detail_content .blog-detail-article {
  background: var(--color-white);
}
.blog_detail_content .blog-detail-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.blog_detail_content .blog-detail-title {
  margin: 0 0 32px 0;
  color: var(--color-primary);
  line-height: 110%;
  font-size: 42px;
}
.blog_detail_content .blog-detail-body .blog-content {
  margin-bottom: 50px;
}
.blog_detail_content .blog-detail-body .blog-content p {
  margin: 0 0 25px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text-light);
}
@media only screen and (max-width: 1400px) {
  .blog_detail_content .blog-detail-body .blog-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog_detail_content .blog-detail-body .blog-content p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .blog_detail_content .blog-detail-body .blog-content p {
    font-size: 15px;
    line-height: 22px;
  }
}
.blog_detail_content .blog-detail-body .blog-content h2,
.blog_detail_content .blog-detail-body .blog-content h3 {
  margin: 40px 0 20px 0;
  color: var(--color-primary);
}
.blog_detail_content .blog-detail-body .blog-content h2 {
  font-size: 28px;
  border-bottom: 2px solid var(--color-primary-light);
  padding-bottom: 10px;
}
.blog_detail_content .blog-detail-body .blog-content h3 {
  font-size: 22px;
}
.blog_detail_content .blog-share-section {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}
.blog_detail_content .blog-share-section .share-label {
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}
.blog_detail_content .blog-share-section .share-buttons {
  display: flex;
  gap: 21px;
}
.blog_detail_content .blog-share-section .share-buttons svg {
  transition: all 0.6s ease;
}
.blog_detail_content .blog-share-section .share-buttons svg:hover {
  transform: scale(1.2);
}
@media (max-width: 1400px) {
  .blog_detail_content .blog-detail-container {
    width: 75%;
    max-width: 700px;
  }
  .blog_detail_content .blog-detail-title {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  .blog_detail_content .blog-detail-container {
    width: 85%;
  }
  .blog_detail_content .blog-detail-title {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .blog_detail_content .blog-detail-body .blog-content {
    margin-bottom: 40px;
  }
  .blog_detail_content .blog-detail-body .blog-content p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .blog_detail_content .blog-detail-container {
    width: 95%;
  }
  .blog_detail_content .blog-detail-meta {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
  }
  .blog_detail_content .blog-detail-meta .blog-category {
    font-size: 11px;
    padding: 6px 12px;
  }
  .blog_detail_content .blog-detail-meta .blog-date {
    font-size: 13px;
    padding: 5px 10px;
  }
  .blog_detail_content .blog-detail-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .blog_detail_content .blog-detail-body .blog-content {
    margin-bottom: 30px;
  }
  .blog_detail_content .blog-detail-body .blog-content p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
  }
  .blog_detail_content .blog-detail-body .blog-content h2 {
    font-size: 24px;
    margin: 30px 0 15px 0;
  }
  .blog_detail_content .blog-detail-body .blog-content h3 {
    font-size: 20px;
    margin: 25px 0 15px 0;
  }
  .blog_detail_content .blog-share-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding-top: 25px;
  }
  .blog_detail_content .blog-share-section .share-buttons {
    gap: 12px;
  }
  .blog_detail_content .blog-share-section .share-buttons .share-btn {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .blog_detail_content .blog-detail-container {
    width: 100%;
  }
  .blog_detail_content .blog-detail-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .blog_detail_content .blog-detail-body .blog-content p {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .blog_detail_content .blog-detail-body .blog-content h2 {
    font-size: 20px;
  }
  .blog_detail_content .blog-detail-body .blog-content h3 {
    font-size: 18px;
  }
  .blog_detail_content .blog-share-section .share-buttons {
    gap: 10px;
  }
  .blog_detail_content .blog-share-section .share-buttons .share-btn {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}

.contact_form_section {
  background: #fff;
  position: relative;
}
.contact_form_section .contact-container {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .contact_form_section .contact-container {
    padding: 15px;
  }
}
.contact_form_section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.contact_form_section .section-header h2 {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  vertical-align: middle;
  color: var(--color-primary);
  margin: 0 0 20px 0;
  color: var(--color-primary);
}
@media only screen and (max-width: 1400px) {
  .contact_form_section .section-header h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .contact_form_section .section-header h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact_form_section .section-header h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .contact_form_section .section-header h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .contact_form_section .section-header h2 {
    font-size: 24px;
  }
}
.contact_form_section .section-header .section-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text-light);
  margin-bottom: 60px;
  max-width: none;
  margin: none;
}
@media only screen and (max-width: 1400px) {
  .contact_form_section .section-header .section-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact_form_section .section-header .section-subtitle {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .contact_form_section .section-header .section-subtitle {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1400px) {
  .contact_form_section .section-header .section-subtitle {
    margin-bottom: 50px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .contact_form_section .section-header .section-subtitle {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .contact_form_section .section-header .section-subtitle {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .contact_form_section .section-header .section-subtitle {
    margin-bottom: 20px;
  }
}
.contact_form_section .contact-content {
  display: flex;
  gap: 100px;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  background: var(--color-bg-light);
  border-radius: 25px;
}
.contact_form_section .contact-info-section {
  width: 28%;
  max-width: 318px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1400px) {
  .contact_form_section .contact-info-section {
    width: 90%;
  }
}
.contact_form_section .contact-info-section .contact-info-title {
  font-family: "Gotham", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--color-primary);
  margin: 0 0 20px 0;
  line-height: 1.3;
}
@media only screen and (max-width: 1400px) {
  .contact_form_section .contact-info-section .contact-info-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .contact_form_section .contact-info-section .contact-info-title {
    font-size: 24px;
  }
}
.contact_form_section .contact-info-section .contact-info-description {
  color: var(--color-text-light);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 480px) {
  .contact_form_section .contact-info-section .contact-info-description {
    font-size: 14px;
  }
}
.contact_form_section .contact-info-section .contact-details {
  margin-bottom: 40px;
}
.contact_form_section .contact-info-section .contact-detail-item {
  margin-bottom: 30px;
}
.contact_form_section .contact-info-section .contact-detail-item:last-child {
  margin-bottom: 0;
}
.contact_form_section .contact-info-section .contact-detail-item .detail-label {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text-light);
  margin: 0 0 8px 0;
  letter-spacing: 0.5px;
  text-transform: none !important;
}
.contact_form_section .contact-info-section .contact-detail-item .detail-value {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text-primary);
  margin: 0;
  line-height: 1.5;
}
.contact_form_section .contact-info-section .contact-detail-item .detail-value.detail-highlight {
  color: var(--color-primary);
  font-weight: 600;
}
.contact_form_section .contact-info-section .social-media-links {
  display: flex;
  gap: 15px;
}
.contact_form_section .contact-info-section .social-media-links .social-link {
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-light);
  transition: all 0.3s ease;
}
.contact_form_section .contact-info-section .social-media-links .social-link:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  transform: translateY(-2px);
}
.contact_form_section .contact-info-section .social-media-links .social-link i {
  font-size: 16px;
}
.contact_form_section .contact-info-section .contact-social {
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .contact_form_section .contact-info-section .contact-social {
    justify-content: left;
  }
}
.contact_form_section .contact-form-section {
  width: 55.5%;
}
@media only screen and (max-width: 1200px) {
  .contact_form_section .contact-form-section {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .contact_form_section .contact-form-section {
    width: 100%;
  }
}
.contact_form_section .offer-form-container {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding: 60px 30px;
  box-shadow: 0px 14px 74px 10px rgba(0, 0, 0, 0.05);
}
.contact_form_section .offer-form .form-section {
  padding-bottom: 25px;
}
.contact_form_section .offer-form .form-section .section-title {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: var(--color-primary);
  margin: 0 0 32px 0;
}
.contact_form_section .offer-form .form-row {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .contact_form_section .offer-form .form-row {
    flex-direction: column;
  }
}
.contact_form_section .offer-form .form-row .form-group {
  flex: 1;
}
.contact_form_section .offer-form .form-group.full-width {
  width: 100%;
  margin-bottom: 25px;
}
.contact_form_section .offer-form .form-group.phone-group .phone-input-wrapper {
  display: flex;
  gap: 0;
}
.contact_form_section .offer-form .form-group.phone-group .phone-input-wrapper .phone-input {
  border-left: none !important;
  border-radius: 0 50px 50px 0 !important;
  padding-left: 0 !important;
}
.contact_form_section .offer-form .form-group.phone-group .phone-input-wrapper .country-code {
  width: 80px;
  border-right: none;
  background: #fff;
  border: 1px solid rgb(190, 190, 190);
  font-size: 14px;
  height: 46px !important;
  display: flex;
  align-items: center;
  border-radius: 50px 0 0 50px !important;
  border-right: none;
}
.contact_form_section .offer-form .form-group.phone-group .phone-input-wrapper .country-code .dropdown-trigger {
  border: none !important;
  background: white !important;
  padding-left: 19px !important;
  padding-right: 0 !important;
  height: 40px !important;
}
.contact_form_section .offer-form .form-group.phone-group .phone-input-wrapper input {
  flex: 1;
}
.contact_form_section .offer-form .form-group label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}
.contact_form_section .offer-form .submit-btn {
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  margin-left: auto;
  margin-top: 15px;
  max-height: 48px;
  min-height: unset;
}
.contact_form_section .offer-form span {
  margin-left: 10px;
}

.map_section {
  position: relative;
}
.map_section .map-container {
  margin: 0 auto;
  position: relative;
}
.map_section .google-map {
  position: relative;
  width: 100%;
  height: 683px;
}
.map_section .google-map .snazzy-map-container {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.map_section .google-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .map_section .map-container {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 992px) {
  .map_section .google-map {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .map_section .google-map {
    height: 350px;
  }
  .map_section .map-wrapper {
    border-radius: 15px;
  }
  .map_section .google-map iframe {
    border-radius: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .map_section .map-container {
    margin: 0 15px;
  }
  .map_section .google-map {
    height: 300px;
  }
  .map_section .map-wrapper {
    border-radius: 12px;
  }
  .map_section .google-map iframe {
    border-radius: 12px;
  }
}

.why_choose_top_stack {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  min-height: 750px !important;
}
@media (max-width: 1400px) {
  .why_choose_top_stack {
    height: 750 !important;
  }
}
.why_choose_top_stack.pinned .why_choose_header {
  position: relative;
  z-index: 100;
}
.why_choose_top_stack .why_choose_header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}
.why_choose_top_stack .why_choose_header .why_choose_title {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  vertical-align: middle;
  color: var(--color-primary);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1400px) {
  .why_choose_top_stack .why_choose_header .why_choose_title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .why_choose_top_stack .why_choose_header .why_choose_title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .why_choose_top_stack .why_choose_header .why_choose_title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .why_choose_top_stack .why_choose_header .why_choose_title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .why_choose_top_stack .why_choose_header .why_choose_title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .why_choose_top_stack .why_choose_header .why_choose_title {
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .why_choose_top_stack .why_choose_header .why_choose_title {
    margin-bottom: 20px;
  }
}
.why_choose_top_stack .why_choose_header .why_choose_description {
  max-width: 1036px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text-light);
}
@media only screen and (max-width: 1400px) {
  .why_choose_top_stack .why_choose_header .why_choose_description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .why_choose_top_stack .why_choose_header .why_choose_description {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .why_choose_top_stack .why_choose_header .why_choose_description {
    font-size: 15px;
    line-height: 22px;
  }
}
.why_choose_top_stack .why_choose_header .why_choose_description:last-child {
  margin-bottom: 0;
}
.why_choose_top_stack .why_choose_header .why_choose_description .why_choose_tagline {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text-light);
  margin-top: 30px;
}
@media only screen and (max-width: 1400px) {
  .why_choose_top_stack .why_choose_header .why_choose_description .why_choose_tagline {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .why_choose_top_stack .why_choose_header .why_choose_description .why_choose_tagline {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .why_choose_top_stack .why_choose_header .why_choose_description .why_choose_tagline {
    font-size: 15px;
    line-height: 22px;
  }
}
.why_choose_top_stack .why_choose_card {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 460px;
  transform-style: preserve-3d;
}
@media only screen and (max-width: 1400px) {
  .why_choose_top_stack .why_choose_card {
    height: 400px;
  }
}
@media only screen and (max-width: 1200px) {
  .why_choose_top_stack .why_choose_card {
    height: 380px;
  }
}
.why_choose_top_stack .why_choose_card .card_content {
  display: flex;
  align-items: center;
  gap: 31px;
  padding: 25px 25px 25px 40px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: space-between;
  height: 460px;
  will-change: transform, z-index;
  backface-visibility: hidden;
}
.why_choose_top_stack .why_choose_card .card_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #f6faf9, #f6faf9), linear-gradient(177.37deg, rgba(255, 255, 255, 0) 59.4%, #c3ede2 116.25%);
  background-blend-mode: multiply;
  border-radius: 25px;
  z-index: 1;
}
@media (max-width: 968px) {
  .why_choose_top_stack .why_choose_card .card_content {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .why_choose_top_stack .why_choose_card .card_content {
    gap: 30px;
  }
}
.why_choose_top_stack .why_choose_card .card_text_section {
  width: 43.1%;
  z-index: 2;
}
@media (max-width: 968px) {
  .why_choose_top_stack .why_choose_card .card_text_section {
    max-width: 100%;
  }
}
.why_choose_top_stack .why_choose_card .card_text_section .card_inner_text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: var(--color-text-light);
}
@media only screen and (max-width: 1400px) {
  .why_choose_top_stack .why_choose_card .card_text_section .card_inner_text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .why_choose_top_stack .why_choose_card .card_text_section .card_inner_text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .why_choose_top_stack .why_choose_card .card_text_section .card_inner_text {
    font-size: 14px;
  }
}
.why_choose_top_stack .why_choose_card .card_text_section .card_title {
  font-family: "Gotham", sans-serif;
  font-size: 44px;
  font-weight: 600;
  color: var(--color-primary);
  line-height: 120%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1400px) {
  .why_choose_top_stack .why_choose_card .card_text_section .card_title {
    font-size: 40px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .why_choose_top_stack .why_choose_card .card_text_section .card_title {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .why_choose_top_stack .why_choose_card .card_text_section .card_title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .why_choose_top_stack .why_choose_card .card_text_section .card_title {
    font-size: 24px;
  }
}
.why_choose_top_stack .why_choose_card .card_text_section .card_subtitle {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .why_choose_top_stack .why_choose_card .card_text_section .card_subtitle {
    margin-bottom: 18px;
  }
}
@media (max-width: 480px) {
  .why_choose_top_stack .why_choose_card .card_text_section .card_subtitle {
    margin-bottom: 16px;
  }
}
.why_choose_top_stack .why_choose_card .card_text_section .card_benefits_list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
@media (max-width: 968px) {
  .why_choose_top_stack .why_choose_card .card_text_section .card_benefits_list {
    text-align: left;
    display: inline-block;
  }
}
.why_choose_top_stack .why_choose_card .card_text_section .card_benefits_list li {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .why_choose_top_stack .why_choose_card .card_text_section .card_benefits_list li {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .why_choose_top_stack .why_choose_card .card_text_section .card_benefits_list li {
    font-size: 14px;
  }
}
.why_choose_top_stack .why_choose_card .card_text_section .card_benefits_list li:last-child {
  margin-bottom: 0;
}
.why_choose_top_stack .why_choose_card .card_text_section .card_description {
  margin: 0;
}
@media (max-width: 768px) {
  .why_choose_top_stack .why_choose_card .card_text_section .card_description {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .why_choose_top_stack .why_choose_card .card_text_section .card_description {
    font-size: 14px;
  }
}
.why_choose_top_stack .why_choose_card .card_image_section {
  max-width: 700px;
  z-index: 2;
  width: 50%;
}
@media (max-width: 968px) {
  .why_choose_top_stack .why_choose_card .card_image_section {
    max-width: 100%;
    width: 100%;
  }
}
.why_choose_top_stack .why_choose_card .card_image_section .card_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .why_choose_top_stack .why_choose_card .card_image_section .card_image {
    height: 280px;
    border-radius: 8px;
  }
}
@media (max-width: 480px) {
  .why_choose_top_stack .why_choose_card .card_image_section .card_image {
    height: 220px;
  }
}
@media only screen and (max-width: 1400px) {
  .why_choose_top_stack .why_choose_header {
    margin-bottom: 45px;
  }
  .why_choose_top_stack .why_choose_card {
    height: 420px;
  }
}
@media only screen and (max-width: 1024px) {
  .why_choose_top_stack .why_choose_card {
    height: 400px;
  }
}
@media (max-width: 968px) {
  .why_choose_top_stack .why_choose_header {
    margin-bottom: 30px;
  }
  .why_choose_top_stack .why_choose_card {
    height: auto;
  }
  .why_choose_top_stack .why_choose_card .card_content {
    position: relative;
    min-height: auto;
    height: auto;
    padding: 20px;
    gap: 20px;
    justify-content: flex-start;
  }
  .why_choose_top_stack .why_choose_card .card_content + .card_content {
    margin-top: 20px;
  }
  .why_choose_top_stack .why_choose_card .card_text_section {
    width: 100%;
    text-align: left;
  }
  .why_choose_top_stack .why_choose_card .card_image_section {
    width: 100%;
    max-width: 700px;
  }
}
@media only screen and (max-width: 768px) {
  .why_choose_top_stack .why_choose_header {
    margin-bottom: 25px;
  }
}

.made_difference {
  background-color: var(--color-bg-primary);
}
.made_difference .made_difference_header {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .made_difference .made_difference_header {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .made_difference .made_difference_header {
    margin-bottom: 30px;
  }
}
.made_difference .made_difference_header .made_difference_title {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  vertical-align: middle;
  color: var(--color-primary);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1400px) {
  .made_difference .made_difference_header .made_difference_title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .made_difference .made_difference_header .made_difference_title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .made_difference .made_difference_header .made_difference_title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .made_difference .made_difference_header .made_difference_title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .made_difference .made_difference_header .made_difference_title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .made_difference .made_difference_header .made_difference_title {
    margin-bottom: 8px;
  }
}
.made_difference .made_difference_header .made_difference_description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: var(--color-text-light);
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
  .made_difference .made_difference_header .made_difference_description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .made_difference .made_difference_header .made_difference_description {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .made_difference .made_difference_header .made_difference_description {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .made_difference .made_difference_header .made_difference_description {
    font-size: 14px;
    line-height: 20px;
  }
}
.made_difference .made_difference_swiper_wrapper {
  position: relative;
}
.made_difference .made_difference_swiper_wrapper .made-difference-swiper {
  overflow: hidden;
}
.made_difference .made_difference_swiper_wrapper .made-difference-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.made_difference .made_difference_swiper_wrapper .made-difference-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}
.made_difference .difference_card {
  background-color: var(--color-white);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.made_difference .difference_card .card_image_container {
  width: 100%;
  height: 255px;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .made_difference .difference_card .card_image_container {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .made_difference .difference_card .card_image_container {
    height: 180px;
  }
}
.made_difference .difference_card .card_image_container .card_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.made_difference .difference_card:hover .card_image {
  transform: scale(1.05);
}
.made_difference .difference_card .card_content {
  padding: 20px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.made_difference .difference_card .card_content .card_title {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--color-primary);
  margin-bottom: 25px;
  color: var(--color-primary);
}
@media only screen and (max-width: 1400px) {
  .made_difference .difference_card .card_content .card_title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  .made_difference .difference_card .card_content .card_title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .made_difference .difference_card .card_content .card_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .made_difference .difference_card .card_content .card_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .made_difference .difference_card .card_content .card_title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .made_difference .difference_card .card_content .card_title {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .made_difference .difference_card .card_content .card_title {
    margin-bottom: 12px;
  }
}
.made_difference .difference_card .card_content .card_description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: var(--color-text-light);
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .made_difference .difference_card .card_content .card_description {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .made_difference .difference_card .card_content .card_description {
    font-size: 14px;
    line-height: 22px;
  }
}

.built_on_trust {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: var(--color-bg-primary);
}
.built_on_trust .built_on_trust_container {
  position: relative;
  height: 100vh;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .built_on_trust .built_on_trust_container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .built_on_trust .built_on_trust_container {
    padding: 0 10px;
  }
}
.built_on_trust .trust_background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.built_on_trust .trust_background_image .background_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.built_on_trust .trust_background_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.built_on_trust .trust_content_overlay {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .built_on_trust .trust_content_overlay {
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .built_on_trust .trust_content_overlay {
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 480px) {
  .built_on_trust .trust_content_overlay {
    gap: 40px;
    padding: 40px 0;
  }
}
.built_on_trust .trust_left_content {
  flex: 1;
  max-width: 453px;
}
@media only screen and (max-width: 768px) {
  .built_on_trust .trust_left_content {
    max-width: 100%;
    text-align: center;
  }
}
.built_on_trust .trust_left_content .trust_text_block {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 768px) {
  .built_on_trust .trust_left_content .trust_text_block {
    padding-top: 80px;
  }
}
.built_on_trust .trust_left_content .trust_text_block .trust_main_title {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  vertical-align: middle;
  color: var(--color-primary);
  color: var(--color-white);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1400px) {
  .built_on_trust .trust_left_content .trust_text_block .trust_main_title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .built_on_trust .trust_left_content .trust_text_block .trust_main_title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .built_on_trust .trust_left_content .trust_text_block .trust_main_title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .built_on_trust .trust_left_content .trust_text_block .trust_main_title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .built_on_trust .trust_left_content .trust_text_block .trust_main_title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .built_on_trust .trust_left_content .trust_text_block .trust_main_title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .built_on_trust .trust_left_content .trust_text_block .trust_main_title {
    margin-bottom: 16px;
  }
}
.built_on_trust .trust_left_content .trust_text_block .trust_description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-white);
}
@media only screen and (max-width: 1200px) {
  .built_on_trust .trust_left_content .trust_text_block .trust_description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .built_on_trust .trust_left_content .trust_text_block .trust_description {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .built_on_trust .trust_left_content .trust_text_block .trust_description {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .built_on_trust .trust_left_content .trust_text_block .trust_description {
    font-size: 14px;
    line-height: 20px;
  }
}
.built_on_trust .trust_right_content {
  flex: 1;
  max-width: 542px;
  display: flex;
  flex-direction: column;
  gap: 67px;
}
@media only screen and (max-width: 992px) {
  .built_on_trust .trust_right_content {
    gap: 35;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .built_on_trust .trust_right_content {
    gap: 25;
  }
}
.built_on_trust .trust_right_content .trust_stat_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  opacity: 1;
}
@media only screen and (max-width: 1400px) {
  .built_on_trust .trust_right_content .trust_stat_item {
    gap: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .built_on_trust .trust_right_content .trust_stat_item {
    gap: 25px;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .built_on_trust .trust_right_content .trust_stat_item {
    gap: 20px;
    flex-direction: column;
    text-align: left;
  }
}
.built_on_trust .trust_right_content .trust_stat_item .stat_number_container {
  flex-shrink: 0;
  min-width: 120px;
}
@media only screen and (max-width: 480px) {
  .built_on_trust .trust_right_content .trust_stat_item .stat_number_container {
    min-width: auto;
  }
}
.built_on_trust .trust_right_content .trust_stat_item .stat_number_container .stat_number {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 140%;
  color: var(--color-white);
}
@media only screen and (max-width: 1400px) {
  .built_on_trust .trust_right_content .trust_stat_item .stat_number_container .stat_number {
    font-size: 75px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 1200px) {
  .built_on_trust .trust_right_content .trust_stat_item .stat_number_container .stat_number {
    font-size: 65px;
    line-height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .built_on_trust .trust_right_content .trust_stat_item .stat_number_container .stat_number {
    font-size: 56px;
  }
}
@media only screen and (max-width: 480px) {
  .built_on_trust .trust_right_content .trust_stat_item .stat_number_container .stat_number {
    font-size: 48px;
  }
}
.built_on_trust .trust_right_content .trust_stat_item .stat_description {
  flex: 1;
  padding-top: 8px;
}
@media only screen and (max-width: 480px) {
  .built_on_trust .trust_right_content .trust_stat_item .stat_description {
    padding-top: 0;
  }
}
.built_on_trust .trust_right_content .trust_stat_item .stat_description p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--color-white);
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .built_on_trust .trust_right_content .trust_stat_item .stat_description p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1200px) {
  .built_on_trust .trust_right_content .trust_stat_item .stat_description p {
    font-size: 15px;
    line-height: 1.4;
  }
}
.built_on_trust .trust_text_block,
.built_on_trust .trust_stat_item {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .built_on_trust {
    min-height: auto;
  }
  .built_on_trust .built_on_trust_container {
    height: auto;
    min-height: 100vh;
  }
}

.comparison_section .comparison_header {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .comparison_section .comparison_header {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .comparison_section .comparison_header {
    margin-bottom: 40px;
  }
}
.comparison_section .comparison_header .comparison_title {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  vertical-align: middle;
  color: var(--color-primary);
  color: var(--color-primary);
}
@media only screen and (max-width: 1400px) {
  .comparison_section .comparison_header .comparison_title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .comparison_section .comparison_header .comparison_title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .comparison_section .comparison_header .comparison_title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .comparison_section .comparison_header .comparison_title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .comparison_section .comparison_header .comparison_title {
    font-size: 24px;
  }
}
.comparison_section .comparison_table {
  background: linear-gradient(0deg, #f6faf9, #f6faf9), linear-gradient(177.37deg, rgba(255, 255, 255, 0) 59.4%, #c3ede2 116.25%);
  border-radius: 25px;
  padding: 10px 30px;
  display: grid;
  grid-template-columns: 1fr 420px 1fr;
  gap: 0;
  background-blend-mode: multiply;
}
@media only screen and (max-width: 1400px) {
  .comparison_section .comparison_table {
    overflow: scroll;
  }
}
.comparison_section .comparison_column {
  display: flex;
  flex-direction: column;
  min-width: 300px;
}
.comparison_section .comparison_column.buy_my_property_column {
  background: var(--color-primary);
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.comparison_section .comparison_column.buy_my_property_column::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: url("../images/common/white_decor.svg") no-repeat;
  background-size: cover;
  background-position: right;
  height: 266px;
  width: 239px;
}
@media only screen and (max-width: 768px) {
  .comparison_section .comparison_column.buy_my_property_column {
    border-radius: 15px;
  }
}
.comparison_section .comparison_column.buy_my_property_column .table_head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.comparison_section .comparison_column.traditional_agent_column {
  padding-left: 30px;
}
.comparison_section .comparison_column.features_column {
  padding-right: 30px;
}
.comparison_section .comparison_column.features_column .table_head, .comparison_section .comparison_column.traditional_agent_column .table_head {
  border-bottom: 1px solid #d4d4d4;
}
.comparison_section .table_head {
  padding-bottom: 20px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 0;
  margin-bottom: 33px;
}
@media only screen and (max-width: 768px) {
  .comparison_section .table_head {
    padding: 18px 25px;
  }
}
@media only screen and (max-width: 480px) {
  .comparison_section .table_head {
    padding: 16px 20px;
  }
}
.comparison_section .table_head .service_label {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .comparison_section .table_head .service_label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .comparison_section .table_head .service_label {
    font-size: 15px;
  }
}
.comparison_section .table_head .service_label.text-black {
  color: var(--color-text-dark);
}
.comparison_section .table_head .service_label.text-white {
  color: var(--color-white);
}
.comparison_section .table_data {
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (max-width: 1400px) {
  .comparison_section .table_data {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .comparison_section .table_data {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .comparison_section .table_data {
    padding-bottom: 20px;
  }
}
.comparison_section .table_data .feature_text {
  color: #6e6e6e;
}
.comparison_section .table_data .benefit_text {
  color: var(--color-white);
}
.comparison_section .table_data .drawback_text {
  color: #6e6e6e;
}
.comparison_section .comparison_cta {
  text-align: center;
  margin-top: 47px;
}
@media only screen and (max-width: 768px) {
  .comparison_section .comparison_cta {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .comparison_section .comparison_cta {
    margin-top: 35px;
  }
}

.after_submit .section_header {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .after_submit .section_header {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .after_submit .section_header {
    margin-bottom: 30px;
  }
}
.after_submit .section_header .section_title {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  vertical-align: middle;
  color: var(--color-primary);
  margin-bottom: 15px;
}
@media only screen and (max-width: 1400px) {
  .after_submit .section_header .section_title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .after_submit .section_header .section_title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .after_submit .section_header .section_title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .after_submit .section_header .section_title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .after_submit .section_header .section_title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .after_submit .section_header .section_title {
    margin-bottom: 13px;
  }
}
@media (max-width: 480px) {
  .after_submit .section_header .section_title {
    margin-bottom: 11px;
  }
}
.after_submit .section_header .section_subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: var(--color-text-light);
  max-width: 469px;
  margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
  .after_submit .section_header .section_subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .after_submit .section_header .section_subtitle {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .after_submit .section_header .section_subtitle {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .after_submit .section_header .section_subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .after_submit .section_header .section_subtitle {
    max-width: 500px;
  }
}
@media (max-width: 480px) {
  .after_submit .section_header .section_subtitle {
    font-size: 14px;
    max-width: 100%;
    padding: 0 20px;
  }
}
.after_submit .property-consultation-section {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  overflow: hidden;
  width: calc(100vw - 20px);
  margin: 0 auto;
}
.after_submit .property-consultation-section::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/book_meeting_decor.svg") no-repeat center/contain;
  height: 435px;
  width: 566px;
  z-index: 3;
}
.after_submit .property-consultation-section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #f6faf9, #f6faf9), linear-gradient(177.37deg, rgba(255, 255, 255, 0) 59.4%, #c3ede2 116.25%);
  z-index: 2;
  background-blend-mode: multiply;
}
.after_submit .property-consultation-section .wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
.after_submit .property-consultation-section .left-content {
  z-index: 3;
  max-width: 527px;
  margin-top: 154px;
}
.after_submit .property-consultation-section .book_header {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  vertical-align: middle;
  color: var(--color-primary);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1400px) {
  .after_submit .property-consultation-section .book_header {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .after_submit .property-consultation-section .book_header {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .after_submit .property-consultation-section .book_header {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .after_submit .property-consultation-section .book_header {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .after_submit .property-consultation-section .book_header {
    font-size: 24px;
  }
}
.after_submit .property-consultation-section .book_description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text-light);
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .after_submit .property-consultation-section .book_description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .after_submit .property-consultation-section .book_description {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .after_submit .property-consultation-section .book_description {
    font-size: 15px;
    line-height: 22px;
  }
}
.after_submit .property-consultation-section .form-container-book-meeting {
  position: relative;
  z-index: 3;
  width: 55.5%;
}
.after_submit .property-consultation-section .offer-form-container {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding: 60px 30px;
  box-shadow: 0px 14px 74px 10px rgba(0, 0, 0, 0.05);
}
.after_submit .property-consultation-section .offer-form-container .phone-group .phone-input-wrapper .custom-dropdown .dropdown-menu {
  margin-top: 27px !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  left: 14px !important;
  padding-top: 10px !important;
}
@media only screen and (max-width: 1400px) {
  .after_submit .property-consultation-section .wrap {
    gap: 40px;
  }
  .after_submit .property-consultation-section .left-content {
    margin-top: 120px;
  }
  .after_submit .property-consultation-section .form-container-book-meeting {
    width: 80%;
  }
  .after_submit .property-consultation-section::before {
    width: 420px;
    height: 320px;
  }
}
@media only screen and (max-width: 1024px) {
  .after_submit .property-consultation-section .wrap {
    align-items: flex-start;
    gap: 30px;
  }
  .after_submit .property-consultation-section .left-content {
    width: 100%;
    margin-top: 40px;
  }
  .after_submit .property-consultation-section .book_header {
    margin-bottom: 20px;
  }
  .after_submit .property-consultation-section .book_description {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--color-text-light);
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1400px) {
  .after_submit .property-consultation-section .book_description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .after_submit .property-consultation-section .book_description {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .after_submit .property-consultation-section .book_description {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .after_submit .property-consultation-section .book_description {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .after_submit .property-consultation-section::before {
    width: 320px;
    height: 250px;
    opacity: 0.6;
  }
  .after_submit .property-consultation-section .offer-form .form-row {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .after_submit .property-consultation-section .wrap {
    flex-direction: column;
    gap: 24px;
  }
  .after_submit .property-consultation-section .left-content {
    margin-top: 20px;
  }
  .after_submit .property-consultation-section .form-container-book-meeting {
    width: 100%;
  }
  .after_submit .property-consultation-section .offer-form-container {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .after_submit .property-consultation-section .offer-form .form-row {
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
  }
  .after_submit .property-consultation-section .offer-form .form-group {
    width: 100%;
  }
  .after_submit .property-consultation-section .offer-form .form-group.phone-group .phone-input-wrapper {
    gap: 0;
  }
  .after_submit .property-consultation-section::before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .after_submit .property-consultation-section .offer-form-container {
    padding: 22px 16px;
    border-radius: 16px;
  }
  .after_submit .property-consultation-section .offer-form label {
    font-size: 13px;
  }
  .after_submit .property-consultation-section .offer-form .submit-btn {
    width: 100%;
  }
}
.after_submit .property-consultation-section .offer-form .form-section {
  padding-bottom: 25px;
}
.after_submit .property-consultation-section .offer-form .form-section .section-title {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: var(--color-primary);
  margin: 0 0 32px 0;
}
.after_submit .property-consultation-section .offer-form .form-row {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}
.after_submit .property-consultation-section .offer-form .form-row .form-group {
  flex: 1;
}
.after_submit .property-consultation-section .offer-form .form-group.full-width {
  width: 100%;
}
.after_submit .property-consultation-section .offer-form .form-group.phone-group .phone-input-wrapper {
  display: flex;
  gap: 0;
}
.after_submit .property-consultation-section .offer-form .form-group.phone-group .phone-input-wrapper .phone-input {
  border-left: none !important;
  border-radius: 0 50px 50px 0 !important;
  padding-left: 0 !important;
}
.after_submit .property-consultation-section .offer-form .form-group.phone-group .phone-input-wrapper .country-code {
  width: 80px;
  border-right: none;
  background: #fff;
  border: 1px solid rgb(190, 190, 190);
  font-size: 14px;
  height: 46px !important;
  display: flex;
  align-items: center;
  border-radius: 50px 0 0 50px !important;
  border-right: none;
}
.after_submit .property-consultation-section .offer-form .form-group.phone-group .phone-input-wrapper .country-code .dropdown-trigger {
  border: none !important;
  background: white !important;
  padding-left: 19px !important;
  padding-right: 0 !important;
  height: 40px !important;
}
.after_submit .property-consultation-section .offer-form .form-group.phone-group .phone-input-wrapper input {
  flex: 1;
}
.after_submit .property-consultation-section .offer-form .form-group label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}
.after_submit .property-consultation-section .offer-form .submit-btn {
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  margin-left: auto;
  margin-top: 15px;
}
.after_submit .property-consultation-section .offer-form span {
  color: #273035;
}
@media (max-width: 768px) {
  .after_submit .property-consultation-section .property-consultation-section {
    padding: 1rem;
  }
  .after_submit .property-consultation-section .left-content h1 {
    font-size: 2rem;
  }
  .after_submit .property-consultation-section .form-container {
    padding: 1.5rem;
  }
}

.process_steps_grid_section .section_header {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .process_steps_grid_section .section_header {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .process_steps_grid_section .section_header {
    margin-bottom: 30px;
  }
}
.process_steps_grid_section .section_header .section_title {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  vertical-align: middle;
  color: var(--color-primary);
  margin-bottom: 15px;
}
@media only screen and (max-width: 1400px) {
  .process_steps_grid_section .section_header .section_title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .process_steps_grid_section .section_header .section_title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .process_steps_grid_section .section_header .section_title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .process_steps_grid_section .section_header .section_title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .process_steps_grid_section .section_header .section_title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .process_steps_grid_section .section_header .section_title {
    margin-bottom: 13px;
  }
}
@media (max-width: 480px) {
  .process_steps_grid_section .section_header .section_title {
    margin-bottom: 11px;
  }
}
.process_steps_grid_section .section_header .section_subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: var(--color-text-light);
  max-width: 469px;
  margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
  .process_steps_grid_section .section_header .section_subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .process_steps_grid_section .section_header .section_subtitle {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .process_steps_grid_section .section_header .section_subtitle {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .process_steps_grid_section .section_header .section_subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .process_steps_grid_section .section_header .section_subtitle {
    max-width: 500px;
  }
}
@media (max-width: 480px) {
  .process_steps_grid_section .section_header .section_subtitle {
    font-size: 14px;
    max-width: 100%;
    padding: 0 20px;
  }
}
.process_steps_grid_section .process_steps_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1200px) {
  .process_steps_grid_section .process_steps_grid {
    gap: 13;
  }
}
@media (max-width: 992px) {
  .process_steps_grid_section .process_steps_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .process_steps_grid_section .process_steps_grid {
    gap: 25px;
  }
}
@media (max-width: 480px) {
  .process_steps_grid_section .process_steps_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.process_steps_grid_section .process_steps_grid .process_step_card {
  border-radius: 25px;
  padding: 40px 26px 18px 20px;
  transition: all 0.3s ease;
  border: 1.3px solid rgba(1, 108, 81, 0.2);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: left;
  position: relative;
  background: transparent;
}
.process_steps_grid_section .process_steps_grid .process_step_card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background: linear-gradient(0deg, #ffffff, #ffffff), linear-gradient(177.37deg, rgba(255, 255, 255, 0) 59.4%, #c3ede2 116.25%);
  z-index: 0;
  background-blend-mode: multiply;
}
.process_steps_grid_section .process_steps_grid .process_step_card > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .process_steps_grid_section .process_steps_grid .process_step_card {
    padding: 35px 25px;
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .process_steps_grid_section .process_steps_grid .process_step_card {
    padding: 30px 20px;
    border-radius: 12px;
  }
}
.process_steps_grid_section .process_steps_grid .process_step_card:hover {
  transform: translateY(-8px);
}
.process_steps_grid_section .process_steps_grid .process_step_card .step_icon {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .process_steps_grid_section .process_steps_grid .process_step_card .step_icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .process_steps_grid_section .process_steps_grid .process_step_card .step_icon {
    margin-bottom: 18px;
  }
}
.process_steps_grid_section .process_steps_grid .process_step_card .step_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
}
.process_steps_grid_section .process_steps_grid .process_step_card .step_title {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #016c51;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .process_steps_grid_section .process_steps_grid .process_step_card .step_title {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 1.1;
  }
}
@media (max-width: 480px) {
  .process_steps_grid_section .process_steps_grid .process_step_card .step_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.process_steps_grid_section .process_steps_grid .process_step_card .step_description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #6e6e6e;
  margin: 0;
}
@media (max-width: 1400px) {
  .process_steps_grid_section .process_steps_grid .process_step_card .step_description {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .process_steps_grid_section .process_steps_grid .process_step_card .step_description {
    font-size: 14px;
    line-height: 1.5;
  }
}

.faq_content .faq_container {
  max-width: 1006px;
  width: 71%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .faq_content .faq_container {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .faq_content .faq_container {
    width: 95%;
  }
}
.faq_content .faq_header {
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .faq_content .faq_header {
    margin-bottom: 40px;
  }
}
.faq_content .faq_title {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  vertical-align: middle;
  color: var(--color-primary);
  margin-bottom: 16px;
}
@media only screen and (max-width: 1400px) {
  .faq_content .faq_title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .faq_content .faq_title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .faq_content .faq_title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .faq_content .faq_title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .faq_content .faq_title {
    font-size: 24px;
  }
}
.faq_content .faq_subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text-light);
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .faq_content .faq_subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .faq_content .faq_subtitle {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .faq_content .faq_subtitle {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .faq_content .faq_subtitle {
    font-size: 14px;
  }
  .faq_content .faq_subtitle br {
    display: none;
  }
}
.faq_content .faq_accordion {
  display: flex;
  flex-direction: column;
  background-color: var(--color-bg-light);
  padding-left: 33px;
  padding-right: 30px;
  border-radius: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .faq_content .faq_accordion {
    padding-left: 25px;
    padding-right: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .faq_content .faq_accordion {
    padding-left: 20px;
    padding-right: 18px;
  }
}
.faq_content .faq_item {
  overflow: hidden;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ede9e6;
  padding-bottom: 37px;
  padding-top: 33px;
}
@media only screen and (max-width: 1400px) {
  .faq_content .faq_item {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .faq_content .faq_item {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.faq_content .faq_item.active .faq_arrow {
  transform: rotate(0deg);
}
.faq_content .faq_item.active .faq_answer {
  max-height: 200px;
  opacity: 1;
}
.faq_content .faq_item:last-child {
  border-bottom: none;
}
.faq_content .faq_question {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s ease;
  gap: 5px;
}
.faq_content .faq_number {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  vertical-align: middle;
  color: #6e6e6e;
  margin-right: 23px;
  min-width: 19px;
}
@media (max-width: 768px) {
  .faq_content .faq_number {
    margin-right: 12px;
    min-width: 20px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .faq_content .faq_number {
    margin-right: 10px;
    min-width: 18px;
    font-size: 13px;
  }
}
.faq_content .faq_question_text {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-transform: capitalize;
  color: var(--color-primary);
  margin: 0;
  flex: 1;
}
@media only screen and (max-width: 1400px) {
  .faq_content .faq_question_text {
    line-height: 30px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .faq_content .faq_question_text {
    line-height: 23px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .faq_content .faq_question_text {
    font-size: 15px;
  }
}
.faq_content .faq_arrow {
  transition: transform 0.6s ease;
  transform: rotate(-45deg);
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .faq_content .faq_arrow {
    margin-left: 12px;
  }
}
@media (max-width: 480px) {
  .faq_content .faq_arrow {
    margin-left: 8px;
  }
}
.faq_content .faq_arrow svg {
  width: 22px;
  height: 22px;
}
@media only screen and (max-width: 1400px) {
  .faq_content .faq_arrow svg {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .faq_content .faq_arrow svg {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .faq_content .faq_arrow svg {
    width: 14px;
    height: 14px;
  }
}
.faq_content .faq_answer {
  max-height: 0;
  overflow: hidden;
  opacity: 1;
  transition: all 0.6s ease-in-out;
  padding-left: 42px;
}
@media only screen and (max-width: 768px) {
  .faq_content .faq_answer {
    padding-left: 30px;
  }
}
.faq_content .faq_answer p {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #273035;
  line-height: 120%;
  margin: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 1400px) {
  .faq_content .faq_answer p {
    font-size: 16px;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .faq_content .faq_answer p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .faq_content .faq_answer p {
    font-size: 13px;
  }
}

.careers_content .careers_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
.careers_content .careers_header .careers_title {
  font-family: "Gotham", sans-serif;
  font-size: 44px;
  font-weight: 500;
  color: var(--color-primary);
  line-height: 110%;
  margin: 0;
}
.careers_content .careers_header .careers_filter {
  width: 253px;
}
.careers_content .careers_header .careers_filter select {
  height: 46px;
}
.careers_content .careers_header .careers_filter .filter_dropdown {
  all: revert;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  width: 100%;
}
.careers_content .careers_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1400px) {
  .careers_content .careers_grid {
    gap: 30px;
  }
}
.careers_content .career_card {
  border: 1px solid rgba(1, 108, 81, 0.2);
  height: 220px;
  border-radius: 26px;
  padding: 20px 20px 30px 20px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media only screen and (max-width: 1400px) {
  .careers_content .career_card {
    height: 200px;
    padding: 15px 15px 20px 15px;
  }
}
.careers_content .career_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #ffffff, #ffffff), linear-gradient(177.37deg, rgba(255, 255, 255, 0) 59.4%, #c3ede2 116.25%);
  background-blend-mode: multiply;
  border-radius: 26px;
  z-index: -1;
}
.careers_content .career_card .card_header {
  margin-bottom: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.careers_content .career_card .card_header .time_posted {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 27px;
  font-size: 14px;
  padding: 10px 15px;
  display: inline-block;
  color: var(--color-primary);
}
@media only screen and (max-width: 1400px) {
  .careers_content .career_card .card_header .time_posted {
    font-size: 13px;
  }
}
.careers_content .career_card .card_content .job_title {
  font-family: "Gotham", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--color-primary);
  margin: 0 0 20px 0;
  line-height: 100%;
}
@media only screen and (max-width: 1400px) {
  .careers_content .career_card .card_content .job_title {
    font-size: 20px;
  }
}
.careers_content .career_card .card_content .job_location {
  display: flex;
  align-items: center;
  gap: 12px;
}
.careers_content .career_card .card_content .job_location .location_icon {
  color: rgb(63, 103, 69);
  flex-shrink: 0;
}
.careers_content .career_card .card_content .job_location span {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  color: #000000;
  line-height: 120%;
  font-weight: 400;
}
@media only screen and (max-width: 1400px) {
  .careers_content .career_card .card_content .job_location span {
    font-size: 16px;
  }
}
.careers_content .career_card .card_content .apply_btn {
  height: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.careers_content .career_card .card_content .apply_btn:hover {
  transform: translateY(-1px);
}
.careers_content .career_card .card_content .apply_btn:active {
  transform: translateY(0);
}
@media (max-width: 1200px) {
  .careers_content .careers_grid {
    gap: 25px;
  }
  .careers_content .career_card {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .careers_content .careers_header {
    margin-bottom: 40px;
  }
  .careers_content .careers_header .careers_title {
    font-size: 28px;
  }
  .careers_content .careers_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .careers_content .career_card {
    padding: 18px;
  }
  .careers_content .career_card .card_content .job_title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .careers_content .careers_header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
  }
  .careers_content .careers_header .careers_title {
    font-size: 24px;
  }
  .careers_content .careers_header .careers_filter {
    width: 100%;
  }
  .careers_content .careers_header .careers_filter .filter_dropdown {
    width: 100%;
  }
  .careers_content .careers_grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .careers_content .career_card {
    padding: 15px;
  }
  .careers_content .career_card .card_header {
    margin-bottom: 15px;
  }
  .careers_content .career_card .card_content .job_title {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .careers_content .career_card .card_content .job_location {
    margin-bottom: 15px;
  }
  .careers_content .career_card .card_content .job_location span {
    font-size: 13px;
  }
  .careers_content .career_card .card_content .apply_btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}
.careers_content .careers_content {
  /* Header */
  /* Grid */
  /* Card */
}
.careers_content .careers_content .careers_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
.careers_content .careers_content .careers_header .careers_title {
  font-family: "Gotham", sans-serif;
  font-size: 44px;
  font-weight: 500;
  color: var(--color-primary);
  line-height: 110%;
  margin: 0;
}
.careers_content .careers_content .careers_header .careers_filter {
  width: 253px;
}
.careers_content .careers_content .careers_header .careers_filter select {
  height: 46px;
}
.careers_content .careers_content .careers_header .careers_filter .filter_dropdown {
  all: revert;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  width: 100%;
}
.careers_content .careers_content .careers_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.careers_content .careers_content .career_card {
  border: 1px solid rgba(1, 108, 81, 0.2);
  height: 220px;
  border-radius: 26px;
  padding: 20px 20px 30px 20px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.careers_content .careers_content .career_card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #ffffff, #ffffff), linear-gradient(177.37deg, rgba(255, 255, 255, 0) 59.4%, #c3ede2 116.25%);
  background-blend-mode: multiply;
  border-radius: 26px;
  z-index: -1;
}
.careers_content .careers_content .career_card .card_header {
  margin-bottom: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.careers_content .careers_content .career_card .card_header .time_posted {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 27px;
  font-size: 14px;
  padding: 10px 15px;
  display: inline-block;
  color: var(--color-primary);
}
.careers_content .careers_content .career_card .card_content .job_title {
  font-family: "Gotham", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--color-primary);
  margin: 0 0 20px 0;
  line-height: 100%;
}
.careers_content .careers_content .career_card .card_content .job_location {
  display: flex;
  align-items: center;
  gap: 12px;
}
.careers_content .careers_content .career_card .card_content .job_location .location_icon {
  color: rgb(63, 103, 69);
  flex-shrink: 0;
}
.careers_content .careers_content .career_card .card_content .job_location span {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  color: #000000;
  line-height: 120%;
  font-weight: 400;
}
.careers_content .careers_content .career_card .card_content .apply_btn {
  height: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.careers_content .careers_content .career_card .card_content .apply_btn:hover {
  transform: translateY(-1px);
}
.careers_content .careers_content .career_card .card_content .apply_btn:active {
  transform: translateY(0);
}
@media only screen and (max-width: 1200px) {
  .careers_content .careers_content .careers_grid {
    gap: 25px;
  }
  .careers_content .careers_content .career_card {
    padding: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .careers_content .careers_content .careers_header {
    margin-bottom: 40px;
  }
  .careers_content .careers_content .careers_header .careers_title {
    font-size: 28px;
  }
  .careers_content .careers_content .careers_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .careers_content .careers_content .career_card {
    padding: 18px;
  }
  .careers_content .careers_content .career_card .card_content .job_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .careers_content .careers_content .careers_header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
  }
  .careers_content .careers_content .careers_header .careers_title {
    font-size: 24px;
  }
  .careers_content .careers_content .careers_header .careers_filter {
    width: 100%;
  }
  .careers_content .careers_content .careers_header .careers_filter .filter_dropdown {
    width: 100%;
  }
  .careers_content .careers_content .careers_grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .careers_content .careers_content .career_card {
    padding: 15px;
  }
  .careers_content .careers_content .career_card .card_header {
    margin-bottom: 15px;
  }
  .careers_content .careers_content .career_card .card_content .job_title {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .careers_content .careers_content .career_card .card_content .job_location {
    margin-bottom: 15px;
  }
  .careers_content .careers_content .career_card .card_content .job_location span {
    font-size: 13px;
  }
  .careers_content .careers_content .career_card .card_content .apply_btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .careers_content .careers_content .careers_header .careers_title {
    font-size: 22px;
  }
  .careers_content .careers_content .career_card {
    padding: 12px;
  }
  .careers_content .careers_content .career_card .card_header {
    margin-bottom: 12px;
  }
  .careers_content .careers_content .career_card .card_header .time_posted {
    font-size: 11px;
    padding: 4px 10px;
  }
  .careers_content .careers_content .career_card .card_content .job_title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .careers_content .careers_content .career_card .card_content .job_location {
    margin-bottom: 12px;
  }
  .careers_content .careers_content .career_card .card_content .job_location .location_icon {
    width: 14px;
    height: 14px;
  }
  .careers_content .careers_content .career_card .card_content .job_location span {
    font-size: 12px;
  }
  .careers_content .careers_content .career_card .card_content .apply_btn {
    padding: 8px 16px;
    font-size: 12px;
  }
}

.site-main {
  /* Ensures the main content area has a clean white background */
  background-color: #ffffff;
}

.error-404 {
  /* Basic centering of the main content block */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  min-height: 70vh;
}

.error-container {
  text-align: center;
  padding: 40px;
  max-width: 600px;
  width: 100%;
  animation: fadeIn 1s ease-out;
}
.error-container .error-code {
  font-size: 8rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  .error-container .error-code {
    font-size: 6rem;
  }
}
.error-container .error-title {
  font-size: 2.25rem;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .error-container .error-title {
    font-size: 1.75rem;
  }
}
.error-container .error-message {
  font-size: 1rem;
  margin-bottom: 40px;
  line-height: 1.6;
}

.home-button {
  display: inline-block;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 128, 96, 0.3);
}
.home-button:hover {
  background-color: #006b52; /* Darkened by 8% */
}

.error-404 .page-content {
  max-width: 900px; /* Wider area for widgets */
  width: 100%;
  margin: 40px auto;
  padding: 0 20px;
  border-top: 1px solid #f0f0f0; /* Subtle divider */
  padding-top: 40px;
  /* Ensure the grid structure is applied */
  /* General Widget Styling */
}
.error-404 .page-content .widget-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .error-404 .page-content .widget-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.error-404 .page-content .widget {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
}
.error-404 .page-content .widget .widget-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.error-404 .page-content .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.error-404 .page-content .widget li {
  padding: 5px 0;
  border-bottom: 1px dashed #e0e0e0;
}
.error-404 .page-content .widget li:last-child {
  border-bottom: none;
}/*# sourceMappingURL=main.css.map */