/* Default CSS Code */

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

:focus * {
  outline: 0;
}

button {
  cursor: pointer;
  border: 0;
  padding: 0;
  background: transparent;
}

button:focus {
  outline: 0;
}

ul,
p {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img,
svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

video {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #003e56;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #003e56;
}

a:hover {
  text-decoration: none;
}

input {
  width: 100%;
  height: 100%;
  background: #fff;
  border: transparent;
}

::-webkit-input-placeholder {
  color: #b6b6b6;
}
::-moz-placeholder {
  color: #b6b6b6;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #b6b6b6;
}
:-moz-placeholder {
  color: #b6b6b6;
}

/* Default CSS Code */

/* Reusable CSS Code */

.container {
  max-width: 1232px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.custom__shadow {
  -webkit-box-shadow: 0px 24px 160px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 24px 160px rgba(0, 0, 0, 0.1);
}

.custom__shadow--lg {
  -webkit-box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.4);
  box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.4);
}

.round--24 {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.font--12 {
  font-size: 12px;
  line-height: 24px;
}

.font--14 {
  font-size: 14px;
  line-height: 24px;
}

.font--16 {
  font-size: 16px;
  line-height: 24px;
}

.font--20 {
  font-size: 20px;
  line-height: 32px;
}

.font--24 {
  font-size: 24px;
  line-height: 32px;
}

.font--30 {
  font-size: 30px;
  line-height: 40px;
  font-family: "Kantumruy Pro", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}

.font--32 {
  font-size: 32px;
  line-height: 48px;
}

.font--36 {
  font-size: 36px;
  line-height: 34px;
  font-family: "Kantumruy Pro", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

.font--40 {
  font-size: 40px;
  line-height: 54px;
  font-family: "Kantumruy Pro", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

.font--48 {
  font-size: 48px;
  line-height: 64px;
  font-family: "Kantumruy Pro", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

.font--60 {
  font-size: 60px;
  line-height: 70px;
  font-family: "Kantumruy Pro", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

.font--64 {
  font-size: 64px;
  line-height: 88px;
  font-family: "Kantumruy Pro", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

.font--70 {
  font-size: 70px;
  line-height: 88px;
  font-family: "Kantumruy Pro", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

.leading--32 {
  line-height: 32px;
}

.text-shadow {
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

.hidden {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.text--mute {
  color: #808080 !important;
}

.custom__btn {
  width: fit-content;
  min-width: 160px;
  height: 56px;
  background: #0073bf;
  color: #ffffff;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid transparent;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.custom__btn:hover {
  background: #003e56;
}

.custom__btn img {
  object-fit: contain;
  width: 24px;
  height: auto;
}

.custom__btn--secondary {
  background: #fff6ed;
  color: #c66900;
}

.custom__btn--secondary:hover {
  background: #f9c784;
  color: #000000;
}

.custom__btn--secondary-outline {
  border: 2px solid #f9c784;
  background: transparent;
  color: #c66900;
}

.custom__btn--secondary-outline:hover {
  background: #f9c784;
  color: #000000;
  border: 2px solid transparent;
}

.custom__btn--supporting {
  background: #f9c784;
  color: #000000;
}

.custom__btn--supporting:hover {
  background: #003e56;
  color: #fff;
}

.custom__btn--white {
  background: #fff;
  color: #003e56;
}

.custom__btn--white:hover {
  background: rgba(237, 177, 99, 0.9);
  color: #000000;
}

.custom__btn--form {
  width: 100%;
  height: 48px;
  font-weight: 600;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.custom__btn--sm {
  height: 49px;
}

.custom__btn--px-26 {
  padding: 12px 26px;
}

.custom__btn--px-31 {
  padding: 12px 31px;
}

.custom__btn--px-41 {
  padding: 12px 41px;
}

.custom__btn-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.custom__btn-link img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.custom__btn-link:hover {
  opacity: 0.7;
}

.custom__btn-link--secondary {
  color: #c66900;
}

.custom__btn-link--secondary:hover {
  color: rgba(198, 106, 0, 0.8);
}

.section__heading {
  position: relative;
}

.section__heading span {
  font-size: 32px;
  line-height: 48px;
  font-style: italic;
}

.section__heading::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100px;
  height: 5px;
  background: #f9c784;
}

.section__heading .short-text {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  top: -15px;
}

.section__heading--center {
  text-align: center;
}

.section__heading--center::after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.section__heading--right {
  text-align: right;
}

.section__heading--right::after {
  left: auto;
  right: 0;
}

.basic__intro {
  display: flex;
  align-items: flex-start;
  gap: 34px;
}

.basic__intro--reverse {
  flex-direction: row-reverse;
}

.basic__intro--right-align .basic__intro-content {
  text-align: right;
}

.basic__intro-image {
  width: 100%;
  max-width: 400px;
}

.basic__intro-content {
  flex: 1;
}

.basic__intro-content h3 {
  color: #0073bf;
  font-weight: 400;
}

.basic__intro-content > p {
  margin-top: 62px;
  width: 100%;
  max-width: 768px;
  color: #808080;
  line-height: 32px;
}

.basic__intro--right-align .basic__intro-content p {
  margin-left: auto;
}

.basic__intro-content .custom__btn {
  margin-top: 26px;
}

.basic__intro--right-align .basic__intro-content .custom__btn {
  margin-left: auto;
}

.basic__intro-list-area {
  display: flex;
  align-items: flex-start;
  gap: 35px;
  margin-top: 40px;
}

.basic__intro-list {
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.basic__intro-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333948;
  font-size: 16px;
  line-height: 32px;
}

.basic__intro-list li img {
  width: 32px;
  height: auto;
  object-fit: contain;
}

.section__heading-area .section__heading::after {
  width: 100px;
}

.section__heading-area h3 {
  color: #0073bf;
  font-weight: 400;
  text-align: center;
}

.section__heading-area p {
  margin-top: 60px;
  line-height: 32px;
}

.input__style--footer.input__style {
  width: 100%;
  height: 48px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: transparent;
  padding: 12px 16px;
  border: 1px solid #c66900;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.input__style--footer.input__style--text-area {
  height: 89px;
}

.input__style::-webkit-input-placeholder {
  color: #a7a7a7;
}

.input__style::-moz-placeholder {
  color: #a7a7a7;
  opacity: 1;
}

.input__style:-ms-input-placeholder {
  color: #a7a7a7;
}

.input__style:-moz-placeholder {
  color: #a7a7a7;
}

.custom__accodion {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.accordion__item {
  padding-bottom: 40px;
  border-bottom: 1px solid #333948;
}

.accordion__button {
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  background-color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
  color: #333948;
  position: relative;
}

.accordion__button--active {
  font-weight: 600;
  color: #333948;
}

.accordion__icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  transition: transform 0.3s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}

.accordion__button--active .accordion__icon {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.accordion__content h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.accordion__content-info {
  padding-left: 42px;
  padding-top: 24px;
}

.accordion__content-descs {
  margin-top: 15px;
}

.accordion__content-descs p {
  margin-bottom: 15px;
}

.accordion__content-descs p:last-of-type {
  margin-bottom: 0;
}

.radio-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 45px;
}

.radio-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.radio-input {
  display: none;
}

.radio-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.radio-label {
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  flex: 1;
}

.radio-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.check {
  display: none;
}

.radio-input:checked + .radio-content .radio-icon .check {
  display: block;
}

.radio-input:checked + .radio-content .radio-icon .uncheck {
  display: none;
}

.radio-input:checked + .radio-content .radio-label {
  font-weight: 700;
}

.input__style {
  width: 100%;
  height: 45px;
  border: 1px solid #0073bf;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  padding: 10px 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.input__items {
  display: flex;
  flex-direction: column;
  gap: 31px;
  margin-top: 40px;
}

.input__items-col {
  display: flex;
  gap: 16px;
}

.input__style--6 {
  flex: 1 1 62%;
}

.input__style--4 {
  flex: 1 1 38%;
}

.input__style--5 {
  flex: 1 1 50%;
}

.input__style--full {
  flex: 1 1 100%;
}

.input__style--small {
  min-width: 110px;
  width: 110px;
}

.input__style--small .custom__select-icon {
  right: 10px;
}

.custom__select-area {
  position: relative;
}

.custom__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  background: #fff;
}

.custom__select-icon {
  position: absolute;
  display: block;
  width: 24px;
  height: auto;
  pointer-events: none;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.custom__select-icon img {
  object-fit: contain;
}

.input__style--text-area {
  height: auto;
  min-height: 188px;
  padding: 15px;
  resize: none;
  color: #000;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.upload-container {
  font-family: sans-serif;
}

.upload-title {
  display: block;
  margin-bottom: 12px;
  color: #808080;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  margin-left: 15px;
}

.upload-dropzone {
  /* border: 1px dashed #0073bf; */
  background-image: repeating-linear-gradient(
      -53deg,
      #0073bf,
      #0073bf 8px,
      transparent 8px,
      transparent 11px,
      #0073bf 11px
    ),
    repeating-linear-gradient(
      37deg,
      #0073bf,
      #0073bf 8px,
      transparent 8px,
      transparent 11px,
      #0073bf 11px
    ),
    repeating-linear-gradient(
      127deg,
      #0073bf,
      #0073bf 8px,
      transparent 8px,
      transparent 11px,
      #0073bf 11px
    ),
    repeating-linear-gradient(
      217deg,
      #0073bf,
      #0073bf 8px,
      transparent 8px,
      transparent 11px,
      #0073bf 11px
    );
  background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  padding: 40px 20px;
  text-align: center;
  color: #b6b6b6;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  transition: background 0.3s;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.upload-dropzone.dragover {
  background-color: #f0f8ff;
  border-color: #0073bf;
}

.upload-browse-btn {
  border: 1px solid #b6b6b6;
  color: #b6b6b6;
  margin-left: 5px;
  padding: 4px 12px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.upload-browse-btn:hover {
  background: #e6e6e6;
  color: #003e56;
}

.preview-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.preview-area p {
  font-size: 14px;
  color: #333;
  background: #f5f5f5;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Reusable CSS Code */

/* 

font-family: "Inter", sans-serif;
font-family: "Kantumruy Pro", sans-serif;

*/

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: #fff;
  color: #808080;
}

main {
  margin-top: 156px;
}

section {
  overflow: hidden;
}

/* Header Area */

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99999;
}

.header__top-area {
  padding: 10px 0;
  background: #003e56;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.header__top-item {
  display: flex;
  align-items: center;
  gap: 35px;
}

.version--mobile {
  display: none;
}

.header__top-icon-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.header__top-icon-link img {
  width: 20px;
  height: auto;
  object-fit: contain;
}

.offer-code-input-area {
  width: 183px;
  height: 24px;
  position: relative;
}

.offer-code-input-area input {
  padding: 3px 8px;
  padding-right: 72px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.offer-code__btn {
  position: absolute;
  top: 50%;
  right: 4px;
  width: fit-content;
  height: 18px;
  padding: 2px 13px;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #003e56;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.border-divider {
  width: 2px;
  height: 28px;
  background: rgba(255, 255, 255, 0.51);
}

.navbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: fit-content;
  height: 80px;
}

.logo img {
  object-fit: contain;
}

.header__nav-area {
  padding: 14px 0;
  background: #fff;
}

.navbar__links {
  display: flex;
  align-items: center;
  gap: 48px;
}

.navbar__links li a {
  color: #808080;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}

.navbar__links li a:hover,
.navbar__links .navbar__link--active {
  color: #003e56;
}

.navbar__links .navbar__link--active {
  font-weight: 700;
}

.navbar__right {
  display: flex;
  align-items: center;
  gap: 115px;
}

.header__sticky {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  will-change: transform;
  transform: translateY(-110%);
  -webkit-transform: translateY(-110%);
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
}

/* Navbar Toggler */

.navbar__toggler {
  position: absolute;
  top: 22px;
  right: 0;
  width: 22px;
  height: 17px;
  display: none;
}

.toggle-bar {
  margin-bottom: 4px;
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  border-radius: 1.5px;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  -ms-border-radius: 1.5px;
  -o-border-radius: 1.5px;
}

.toggle-bar:last-of-type {
  margin-bottom: 0;
}

.navbar__toggler.change .bar1 {
  margin-bottom: 0;
  transform: rotate(-40deg) translate(-3px, 3px);
  -webkit-transform: rotate(-40deg) translate(-3px, 3px);
  -moz-transform: rotate(-40deg) translate(-3px, 3px);
  -ms-transform: rotate(-40deg) translate(-3px, 3px);
  -o-transform: rotate(-40deg) translate(-3px, 3px);
}

.navbar__toggler.change .bar2 {
  margin-bottom: 0;
  opacity: 0;
}

.navbar__toggler.change .bar3 {
  margin-bottom: 0;
  transform: rotate(40deg) translate(-1px, -1px);
  -webkit-transform: rotate(40deg) translate(-1px, -1px);
  -moz-transform: rotate(40deg) translate(-1px, -1px);
  -ms-transform: rotate(40deg) translate(-1px, -1px);
  -o-transform: rotate(40deg) translate(-1px, -1px);
}

/* Navbar Toggler */

/* Header Area */

/* Hero Area */
.hero__area {
  padding-top: 90px;
  padding-bottom: 97px;
  width: 100%;
  overflow: visible;
  min-height: 838px;
  background: linear-gradient(
      to left,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8) 66%
    ),
    url("../images/home-hero.jpg") no-repeat center center/cover;
}

.hero__home-content {
  max-width: 584px;
}

.hero__home-content h1 {
  position: relative;
}

.hero__home-content h1::after {
  content: "";
  position: absolute;
  bottom: -41px;
  left: 0;
  width: 184px;
  height: 5px;
  background: #f9c784;
}

.hero__home-content h1 span {
  display: block;
  margin-bottom: 30px;
}

.hero__home-content h1 span:last-of-type {
  margin-bottom: 0;
}

.hero__home-content p {
  color: #003e56;
  max-width: 460px;
  margin-top: 90px;
}

.hero__home .custom__btns {
  margin-top: 57px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero__home {
  position: relative;
}

.hero__home-owners-area {
  position: absolute;
  bottom: -150px;
  right: 0;
  width: 100%;
  max-width: 436px;
}

.hero__home-owners {
  position: relative;
  background: #fff;
  padding: 32px 38px;
  padding-top: 37px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.hero__home-owners-img {
  position: absolute;
  top: -165px;
  left: 50%;
  width: 363px;
  height: 194px;
  object-fit: contain;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  filter: drop-shadow(0px 12px 16.7px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(0px 12px 16.7px rgba(0, 0, 0, 0.5));
}

.hero__home-owners h5 {
  color: #333948;
  margin-top: 15px;
}

/* Hero Area */

/* Trust Us Area */
.trust-area {
  padding-top: 133px;
  padding-bottom: 80px;
}

.title__intro {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.title__intro-heading {
  max-width: 416px;
  width: 100%;
}

.title__intro-heading h3 {
  color: #0073bf;
  font-weight: 400;
}

.title__intro-content {
  flex: 1;
}

.title__intro-content .custom__btn {
  margin-top: 16px;
}

.title__intro--reverse {
  flex-direction: row-reverse;
}

.trust__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.trust__item {
  padding: 24px;
}

.trust__item img {
  width: fit-content;
  height: 60px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.trust__item h3 {
  text-align: center;
  padding: 0 28px;
  margin-top: 28px;
}

.trust__item p {
  margin-top: 15px;
}

/* Trust Us Area */

/* Let's Talk Area */
.talk-area {
  background: #fff6ed;
  padding: 32px 0;
}

.talk {
  display: flex;
  align-items: center;
  gap: 72px;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.talk__content {
  flex: 1;
}

.talk h3 {
  font-style: italic;
  margin-top: 8px;
}

/* Let's Talk Area */

/* Service Area */

.service-area {
  padding-top: 100px;
  padding-bottom: 60px;
}

.service .basic__intro-content p {
  color: #333948;
}

.service__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
  row-gap: 60px;
  margin-top: 40px;
}

.service__item {
  padding: 24px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  transition: box-shadow 0.4s ease, background-color 0.4s ease;
  -webkit-transition: box-shadow 0.4s ease, background-color 0.4s ease;
  -moz-transition: box-shadow 0.4s ease, background-color 0.4s ease;
  -ms-transition: box-shadow 0.4s ease, background-color 0.4s ease;
  -o-transition: box-shadow 0.4s ease, background-color 0.4s ease;
}

.service__item:hover {
  background: #fff;
  -webkit-box-shadow: 0px 24px 100px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 24px 100px rgba(0, 0, 0, 0.08);
}

.service__item-icon {
  width: 68px;
  height: 68px;
}

.service__item h3 {
  color: #333948;
  margin-top: 24px;
}

.service__item p {
  margin-top: 8px;
  min-height: 128px;
}

.service__item .custom__btn-link {
  margin-top: 11px;
}

/* Service Area */

/* Property Management Area */
.property-management-area {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #eaf7ff;
}

.property-management h2 {
  text-align: center;
  font-weight: 700;
}

.property-management__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 112px;
  margin-top: 64px;
}

.property-management__item {
  background: #fff;
  height: 144px;
  padding: 32px 33px;
  border: 2px solid #0073bf;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  position: relative;
}

.property-management__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 32px);
  width: 48px;
  height: 48px;
  background-image: url("../images/property-circle-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.property-management__item:last-of-type:after {
  display: none;
}

.property-management__item h4 {
  color: rgba(0, 115, 191, 0.5);
  position: absolute;
  bottom: 20px;
  right: 20px;
  line-height: 0.8;
}

.property-management .custom__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 76px;
}

/* Property Management Area */

/* Explore Properties Area  */
.explore-properties-area {
  padding: 100px 0;
}

.explore-properties .basic__intro-image {
  max-width: 576px;
}

.explore-properties .basic__intro-content .custom__btn {
  margin-top: 40px;
}

/* Explore Properties Area  */

.highlight-section {
  box-shadow: 10px -25px 30px -13px rgba(0, 0, 0, 0.2),
    10px 10px 17px 0px rgba(0, 0, 0, 0.2);
}

/* Testimonial Area */

.testimonial-area {
  padding: 80px 0;
  margin-bottom: 80px;
}

.testimonial .title__intro-heading {
  max-width: 550px;
}

.testimonial__items-area {
  position: relative;
  margin-top: 48px;
}

.testimonial__arrows {
  display: flex;
  align-items: center;
  gap: 40px;
  position: absolute;
  bottom: calc(100% + 45px);
  right: 48px;
}

.testimonial__arrow {
  width: 40px;
  height: 40px;
}

.testimonial__arrow img {
  object-fit: contain;
}

.swiper-button-disabled {
  opacity: 0.7;
}

.testimonial__item {
  height: 216px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: #0073bf;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.testimonial__item > p {
  color: #fff;
  line-height: 32px;
}

.testimonial__client {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 24px;
}

.testimonial__client img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.testimonial__client-info h3,
.testimonial__client-info p {
  color: #fff;
}

/* Testimonial Area */

/* Ready Deal Area */
.ready-deal-area {
  padding: 72px 0;
  height: auto;
  aspect-ratio: 2/0.92;
  background-image: url("../images/ready-deal.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ready-deal {
  color: #fff;
  width: 100%;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ready-deal h2 {
  color: #fff;
}

.ready-deal .custom__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 37px;
}

/* Ready Deal Area */

/* Footer Area */
.footer-area {
  background: linear-gradient(to bottom, #003e56 0%, #001c26 100%);
  padding-top: 68px;
}

.footer-area h2 {
  color: #fff;
}

.footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer p {
  color: #a7a7a7;
}

.footer__left {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  flex: 1;
}

.footer__content {
  width: 100%;
  max-width: 330px;
}

.footer__content p {
  margin-top: 16px;
}

.logo__footer {
  width: 101px;
  height: auto;
}

.logo__footer img {
  object-fit: contain;
}

.social__items {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 33px;
}

.social__items li a {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.social__items li a:hover {
  background: #0073bf;
  border: transparent;
}

.social__items li a img {
  width: fit-content;
  height: 20px;
  object-fit: contain;
}

.footer__nav {
  width: 100%;
  max-width: 258px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.footer__nav-links {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer__nav-links li a {
  color: #a7a7a7;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.footer__nav-links li a:hover,
.footer__nav-links li a.footer__nav-link--active {
  color: #fff;
}

.footer__form-area {
  width: 100%;
  max-width: 300px;
}

.footer__form-area h2 {
  font-weight: 600;
}

.footer__form-area p {
  margin-top: 8px;
}

.footer__form-inputs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}

.footer__form .custom__btn {
  margin-top: 8px;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid #a7a7a7;
  padding: 24px;
  margin-top: 62px;
}

.footer__bottom-rights p {
  color: #a7a7a7;
}

.footer__bottom-links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer__bottom-links li a {
  color: #a7a7a7;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.footer__bottom-links li a:hover {
  color: #fff;
}

/* Footer Area */

/* About Page */

/* About Hero */
.hero__area--about {
  padding-top: 90px;
  padding-bottom: 97px;
  width: 100%;
  min-height: 611px;
  background: linear-gradient(
      to top,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.95) 66%
    ),
    url("../images/about-hero.jpg") no-repeat center center/cover;
}

.hero__other-content {
  text-align: center;
}

.hero__other-content h1 {
  display: inline-block;
}

.hero__other-content p {
  color: #003e56;
  margin-top: 40px;
  max-width: 960px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hero__other-content .custom__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.hero__other-content .section__heading::after {
  width: 184px;
  bottom: -10px;
}
/* About Hero */

/* About Area */

.about-area {
  padding-top: 80px;
  padding-bottom: 100px;
}

.about__items {
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 70px;
}

.about__item {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

.about__item img {
  width: 100%;
  max-width: 352px;
  height: 432px;
}

.about__item-content {
  flex: 1;
}

.about__item-content h4 {
  color: #808080;
  font-weight: 400;
  margin-top: 8px;
}

.about__item-descs {
  margin-top: 35px;
}

.about__item-descs p {
  line-height: 32px;
  margin-bottom: 18px;
}

.about__item-descs p:last-of-type {
  margin-bottom: 0;
}

.about__item--reverse {
  flex-direction: row-reverse;
}

.about__item--reverse .about__item-content {
  text-align: right;
}

/* About Area */

/* Grow Investment Area */
.grow-investment-area {
  padding-top: 80px;
  padding-bottom: 90px;
  background: #fff6ed;
}

.grow-investment h2 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.grow-investment .section__heading::after {
  bottom: -30px;
}

.grow-investment .grow-investment__descs {
  margin-top: 80px;
}

.grow-investment__descs p {
  line-height: 32px;
  margin-bottom: 18px;
}

.grow-investment__descs p:last-of-type {
  margin-bottom: 0;
}

.grow-investment .custom__btn {
  margin-top: 57px;
  margin-left: auto;
  margin-right: auto;
}

.grow-investment img {
  margin-top: 56px;
  height: 400px;
}

/* Grow Investment Area */

/* About Mission Area */
.about-mission-area {
  padding: 80px 0;
}

.about-mission {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 150px;
}

.about-mission .basic__intro {
  gap: 80px;
}

.about-mission .basic__intro-image {
  max-width: 504px;
}

.about-mission .basic__intro-list-area {
  margin-left: 60px;
}

.about-mission .basic__intro p {
  max-width: 630px;
}

/* About Mission Area */

/* About Page */

/* Service Page */

/* Service Hero */

.hero__area--service {
  padding-top: 90px;
  padding-bottom: 97px;
  width: 100%;
  min-height: 611px;
  background: linear-gradient(
      to top,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.95) 66%
    ),
    url("../images/service-hero.jpg") no-repeat center center/cover;
}

/* Service Hero */

/* Market Analytics Area */
.market-analytics-area {
  padding: 110px 0;
}

.market-analytics .basic__intro {
  gap: 76px;
}

.market-analytics .basic__intro-image {
  position: relative;
  max-width: 500px;
  height: auto;
  aspect-ratio: 1/1.5;
  margin-right: 34px;
  z-index: 10;
}

.market-analytics .basic__intro-image::before {
  content: "";
  position: absolute;
  top: -32px;
  right: -34px;
  width: 100%;
  height: 100%;
  background: #0073bf;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  z-index: -10;
}

.market-analytics__list {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-top: 34px;
}

.market-analytics__list li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.market-analytics__list li img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-top: 10px;
}

.market-analytics__list-content h4 {
  color: #333948;
  font-weight: 400;
}

.market-analytics .basic__intro-content .custom__btn {
  margin-top: 54px;
}

/* Market Analytics Area */

/* Lease Area */
.lease-area {
  padding: 90px 0;
  background: #eaf7ff;
}

.lease .basic__intro {
  gap: 80px;
}

.lease .basic__intro-image {
  max-width: 576px;
}

.lease__list {
  margin-top: 24px;
}

.lease__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lease__list li {
  display: flex;
  align-items: center;
  gap: 32px;
}

.lease__list h4 {
  color: rgba(0, 115, 191, 0.5);
}

/* Lease Area */

/* Property Marketing Area */

.trust-area--marketing {
  min-height: auto;
  padding: 110px 0;
}

.trust-area--marketing h3 {
  font-weight: 400;
  color: #0073bf;
}

.trust-area--marketing .title__intro-heading {
  max-width: 512px;
}

.trust-area--marketing .title__intro {
  gap: 80px;
}

.trust-area--marketing .custom__btn {
  margin-top: 32px;
}

.trust__items--marketing {
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin-top: 64px;
}

.trust__items--marketing .trust__item h3 {
  padding: 0;
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  color: #333948;
  font-weight: 700;
}

.trust__items--marketing .trust__item {
  padding: 18px;
  padding-bottom: 0;
}

/* Property Marketing Area */

/* Manage Property Area */
.manage-property-area {
  min-height: 840px;
  background-image: url("../images/manage-property-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 40px;
}

.manage-property__content {
  max-width: 1213px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 56px 61px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.manage-property .custom__btn {
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
}

/* Manage Property Area */

/* Legal Compliance Area */
.legal-compliance-area {
  padding: 110px 0;
  position: relative;
}

.gavel-bg-icon {
  width: 534px;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 54px;
  left: 55px;
  transform: rotate(22deg);
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  z-index: 10;
}

.legal-compliance {
  position: relative;
  z-index: 50;
}

.legal-compliance .custom__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 62px;
}

.legal-compliance__content {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  margin-top: 54px;
}

.legal-compliance__content .basic__intro-list-area {
  width: 100%;
  max-width: 522px;
  margin-top: 0;
}

.legal-compliance__content {
}

.legal-compliance__content > p {
  flex: 1;
  margin-top: 0;
}

/* Legal Compliance Area */

/* Rent Collection Area */
.rent-collection-area {
  padding: 110px 0;
  background: #fff6ed;
}

.rent-collection .basic__intro {
  gap: 50px;
}

.rent-collection h2 {
  max-width: 510px;
}

.rent-collection .basic__intro-image {
  max-width: 568px;
  height: 458px;
}

.rent-collection__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 27px;
  margin-top: 64px;
}

.rent-collection__item {
  padding: 20px;
  text-align: center;
  background: #0073bf;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.rent-collection__item img {
  width: fit-content;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
}

.rent-collection__item h4 {
  color: #fff;
  margin-top: 15px;
}

.rent-collection__item p {
  color: #e6e6e6;
  margin-top: 10px;
}

/* Rent Collection Area */

/* Maintenance Area */
.trust-area--maintenance .title__intro-heading {
  max-width: 544px;
}

.trust-area--maintenance .custom__btn {
  margin-top: 62px;
}

.trust-area--maintenance .title__intro {
  gap: 122px;
}

.maintenance-hero {
  width: 100%;
  max-width: 1136px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 88px;
}

/* Maintenance Area */

/* Resident Portals Area */
.resident-portals-area {
  padding-top: 80px;
  padding-bottom: 23px;
  background: linear-gradient(to bottom, #003e56 0%, #0073bf 100%);
}

.resident-portals {
  max-width: 968px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.resident-portals h3 {
  color: #e6e6e6;
}

.resident-portals h2 {
  color: #ffffff;
}

.resident-portals .section__heading-area p {
  color: #e6e6e6;
}

.resident-portals__items {
  display: flex;
  align-items: flex-start;
  gap: 227px;
  margin-top: 60px;
}

.resident-portals__item-heading {
  width: 370px;
  height: 180px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.resident-portals__item-heading img {
  width: fit-content;
  height: 68px;
  object-fit: contain;
}

.resident-portals__item-heading span {
  width: min-content;
}

.resident-portals__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 48px;
  margin-left: 34px;
  max-width: 325px;
}

.resident-portals__list li {
  color: #fff;
  font-weight: 400;
  list-style: disc;
  line-height: 45px;
}

/* Resident Portals Area */

/* Service Page */

/* Available Rentals Page */

/* Rentals Hero Area */
.hero__area--rentals {
  padding-top: 90px;
  padding-bottom: 97px;
  width: 100%;
  min-height: 611px;
  background: linear-gradient(
      to top,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.95) 66%
    ),
    url("../images/rentals-hero.jpg") no-repeat center center/cover;
}
/* Rentals Hero Area */

/* Why Rent Area */
.why-rent-area {
  padding: 100px 0;
}

.basic__intro-list-area--why-rent {
  gap: 98px;
  justify-content: center;
  margin-top: 80px;
}

.basic__intro-list-area--why-rent .basic__intro-list li {
  font-size: 24px;
  gap: 16px;
}

.basic__intro-list-area--why-rent .basic__intro-list {
  max-width: 510px;
  gap: 15px;
}

/* Why Rent Area */

/* Schedule Area */
.schedule-area {
  padding: 32px 0;
  background: #fff6ed;
}

.schedule h2 {
  line-height: 54px;
  text-transform: none;
  font-style: italic;
  text-align: center;
}

.schedule .custom__btn {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
/* Schedule Area */

/* Property Iframe Area */
.property-iframe-area {
  padding: 100px 0;
}

.property-iframe {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Property Iframe Area */

/* Available Rentals Page */

/* FAQ Page */

/* FAQ Hero Area */
.hero__area--faq {
  padding-top: 90px;
  padding-bottom: 97px;
  width: 100%;
  min-height: 611px;
  background: linear-gradient(
      to top,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.95) 66%
    ),
    url("../images/faq-hero.jpg") no-repeat center center/cover;
}
/* FAQ Hero Area */

/* Trust Us Area | Help */
.trust-area--faq-help {
  padding-top: 105px;
  padding-bottom: 65px;
}

.trust-area--faq-help .title__intro {
  gap: 56px;
}

.trust-area--faq-help .title__intro-heading {
  max-width: 464px;
}

/* Trust Us Area | Help */

/* Property Owner Area */

.property-owner-area {
  padding-bottom: 105px;
}

.property-owner__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.property-owner__btn {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding: 10px 30px;
  color: #003e56;
  background: #eaf7ff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.property-owner__search {
  margin-top: 56px;
  width: 100%;
  max-width: 704px;
  height: 53px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 4px solid #0073bf;
  position: relative;
}

.property-owner__search input {
  padding-left: 56px;
  width: 100%;
  height: 100%;
  background: transparent;
  border: transparent;
  font-size: 24px;
  line-height: 32px;
}

.search__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}

.faq-area {
  margin-top: 95px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.faq h2 {
  font-family: "Inter", sans-serif;
  color: #333948;
  display: inline-block;
  border-bottom: 3px solid #333948;
}

.back-top-btn {
  text-decoration: underline;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-top: 60px;
  font-size: 18px;
}

.back-top-btn:hover {
  text-decoration: underline;
}

/* Property Owner Area */

/* FAQ Page */

/* Resources Page */

/* Resources Hero Area */
.hero__area--resources {
  padding-top: 90px;
  padding-bottom: 97px;
  width: 100%;
  min-height: 611px;
  background: linear-gradient(
      to top,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.95) 66%
    ),
    url("../images/resources-hero.jpg") no-repeat center center/cover;
}

.hero__area--resources p {
  text-align: center;
}

/* Resources Hero Area */

/* Resources guide area */
.resources-guide-area {
  padding: 110px 0;
}

.resources-guide .basic__intro {
  gap: 116px;
}

.resources-guide .basic__intro-image {
  max-width: 408px;
}

.resources-guide h2 span {
  display: block;
}

.resources-guide p {
  max-width: 657px;
}

.resources-guide .custom__btn {
  margin-top: 63px;
  min-width: 256px;
}

/* Resources guide area */

/* Resources Expertise Area */
.resources-expertise-area {
  padding-top: 100px;
  padding-bottom: 80px;
  background: #eaf7ff;
}

.resources-expertise .section__heading-area p {
  color: #333948;
  text-align: center;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.resources-expertise__logos {
  margin-top: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.resources-expertise__logo {
  width: fit-content;
  height: 60px;
  object-fit: contain;
}

.resources-expertise p {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.resources-expertise .custom__btn {
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
}

/* Resources Expertise Area */

/* Resources Page */

/* Contact Page */

/* Contact Hero Area */
.hero__area--contact {
  padding-top: 90px;
  padding-bottom: 97px;
  width: 100%;
  min-height: 611px;
  background: linear-gradient(
      to top,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.95) 66%
    ),
    url("../images/contact-hero.jpg") no-repeat center center/cover;
}

.hero__area--contact p {
  text-align: center;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

/* Contact Hero Area */

/* Contact Area */
.contact-area {
  padding: 110px 0;
}

.contact {
  display: flex;
  align-items: flex-start;
  gap: 98px;
}

.contact__content {
  flex: 1;
}

.contact__content > p {
  margin-top: 55px;
}

.contact__map {
  width: 100%;
  max-width: 504px;
}

.contact__map-main {
  width: 100%;
  height: 516px;
  border-radius: 10px;
}

.contact__map-main iframe {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.contact__map-info {
  display: block;
  text-align: right;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  padding-top: 22px;
  border-top: 3px solid #0073bf;
  margin-top: 42px;
}

.contact__map-info h3 {
  color: #808080;
}

.contact__map-info p {
  max-width: 180px;
  margin-left: auto;
  margin-top: 10px;
}

.contact__map-info p span {
  display: block;
}

.contact__map-items {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.contact__map-items a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #0073bf;
}

.contact__map-items a:hover {
  text-decoration: underline;
}

/* .input__items {
  display: grid;
  grid-template-columns: repeat(2);
} */

.contact__form .custom__btn {
  min-width: 200px;
  margin-left: auto;
  margin-top: 44px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.form__step {
  display: none;
}

.form__step--active {
  display: block;
}

.custom__radio-area {
  display: flex;
  align-items: center;
  gap: 39px;
  padding: 2px 0;
}

.custom__radio-area p {
  font-style: italic;
}

.custom__radio {
  display: flex;
  align-items: center;
  gap: 32px;
}

.success__message {
  max-width: 462px;
  margin-top: 32px;
}

.success__message h3 {
  color: #0073bf;
}

.success__message p {
  color: #003e56;
  margin-top: 10px;
  font-weight: 600;
}

/* Contact Area */

/* Contact Page */

/* Dropdown */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  text-align: left;
}

.dropdown-panel {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 10;
  width: 100%;
}

.dropdown-panel label {
  display: block;
  margin-bottom: 8px;
  cursor: pointer;
}

.dropdown.open .dropdown-panel {
  display: block;
}

/* Dropdown */

/* Modal Area */

.overflow-hidden {
  overflow: hidden;
}

.modal-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999999;
  padding: 50px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.modal-area--show {
  opacity: 1;
  visibility: visible;
}

.modal {
  position: relative;
  background: #fff;
  max-width: 828px;
  width: 100%;
  min-height: 500px;
  padding: 46px 100px;
  padding-bottom: 72px;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
}

.modal-body {
  overflow: hidden;
}

.modal-body header,
.modal-body main,
.modal-body footer {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  transition: filter 0.3s ease;
}

main,
footer {
  filter: none;
  -webkit-filter: none;
}

.modal__close-btn {
  position: absolute;
  top: 56px;
  right: 78px;
  width: 23px;
  height: auto;
}

.modal__close-btn img {
  object-fit: contain;
}

.modal__heading {
  text-align: center;
}

.modal__heading h2 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.modal__heading p {
  margin-top: 10px;
  color: #333948;
}

.modal__form {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.modal__form-item h3 {
  color: #333948;
  margin-bottom: 6px;
}

.modal__form .input__items {
  gap: 16px;
  margin-top: 0;
}

.modal__form-item p {
  margin-top: 6px;
}

.modal__form-note {
  color: #333948;
  letter-spacing: 1px;
  text-align: justify;
}

.modal__form .custom__btn {
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.other-input__content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}

.radio-other-text {
  width: 227px;
  height: 27px;
  padding: 4px 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.modal__form .radio-label {
  color: #333948;
}

.modal__form .radio-input:checked + .radio-content .radio-label {
  font-weight: 400;
}

/* Modal Area */

/* Community Pages */
.hero__area--la-jolla {
  background: 
    linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 100%),
    url("../images/la-jolla-cove-hero.jpg") no-repeat center center/cover;
}


/* Community Pages */
