/* All Colours */
.property-price {
  font-size: 22px;
  color: #FF771C;
}

.property-hero {
  background-color: #1A4052;
  position: relative;
}

.height-adjuster {
  height: 700px;
}

.property-hero h1 {
  color: white;
  font-size: 42px;
  font-family: adobe-caslon-pro, serif !important;
  margin-bottom: 20px;
  font-weight: 400;
  margin-top: 30px;
}

.property-hero p {
  color: white;
  margin-top: 30px;
  font-size: 18px;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "wght" 300, "slnt" 0;
}

.ph-property-meta li {
  color: white;
  padding-right: 20px;
}

.ph-property-meta li i {
  padding-right: 10px;
}

.ph-property-meta {
  display: block;
  padding-left: 0px;
}

.property-hero {
  margin-bottom: 50px;
}

.image-gallery {
  position: absolute;
  width: 50%;
  right: 0;
  height: 700px;
  top: 0;
}

.buttons-bar {
  padding: 20px;
  background-color: #1A4052;
  margin-bottom: 30px;
  padding-left: 25px;
}

.buttons-bar button {
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0px;
  text-align: left;
  margin-right: 20px;
  color: white;
  font-weight: 300;
  padding-bottom: 3px;
  font-size: 16px;
}

.buttons-bar button.active {
  border-bottom: 2px solid #FF771C;
}

.property-thumb {
  border-radius: 4px;
  vertical-align: middle;
}

.page .similar-prop {
  background-color: #f2f2f2;
  padding-top: 90px;
  padding-bottom: 90px;
}
.page .similar-card {
  background-color: white;
  display: block;
}
.page .similar-prop h3 {
  font-size: 32px;
  font-family: adobe-caslon-pro, serif !important;
  margin-bottom: 10px;
  font-weight: 400;
}
.page .title-para {
  margin-bottom: 50px;
}
.page .property-details {
  padding: 30px;
  padding-bottom: 10px;
  padding-top: 15px;
}
.page .availability-terms {
  background-color: #FF771C;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 10px;
  color: white;
  font-family: adobe-caslon-pro, serif !important;
  padding-bottom: 3px;
}
.page .featuredimage-bloc {
  position: relative;
}
.page .similar-prop {
  position: relative;
}
.page .similar-prop .slick-slide {
  margin: 0 20px;
}
.page .similar-prop .slick-list {
  overflow: visible;
  margin: 0 -20px;
}
.page .prev1, .page .prev2, .page .prev3, .page .prev4, .page .prev5, .page .prev6, .page .prev7, .page .prev8, .page .prev9, .page .prev10 {
  position: absolute;
  left: 0;
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: #1A4052;
  color: white;
  top: 50%;
  border: none;
  outline: none;
}
.page .next1, .page .next2, .page .next3, .page .next4, .page .next5, .page .next6, .page .next7, .page .next8, .page .next9, .page .next10 {
  position: absolute;
  right: 0;
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: #1A4052;
  color: white;
  top: 50%;
  border: none;
  outline: none;
}
.page .ph-price {
  color: #FF771C;
}
.page .property-details h4 {
  font-family: adobe-caslon-pro, serif !important;
  color: #1A4052;
  padding-top: 10px;
}

.modal-header {
  background-color: #1A4052;
  border-radius: 0px;
  border-bottom: none;
  padding: 50px;
  padding-bottom: 20px;
}
.modal-header .btn-close {
  color: #fff;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.modal-header h3 {
  color: white;
  font-family: "Adobe Caslon Pro";
  font-size: 48px;
}

.modal-body {
  background-color: #1A4052;
  color: white;
  padding: 50px;
  padding-top: 0px;
}
.modal-body .select2-selection {
  background-color: #1A4052;
  color: white;
  border-radius: 0px;
  border-color: #FF771C;
}
.modal-body .wpcf7-submit {
  display: block;
  margin-top: 20px;
  background-color: #FF771C;
  width: 100%;
  padding: 15px;
}
.modal-body input {
  padding: 10px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  background-color: transparent;
  border: 1px solid #FF771C;
  color: white;
}
.modal-body .select2-selection__rendered {
  color: white !important;
}
.modal-body textarea {
  padding: 10px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  background-color: transparent;
  border: 1px solid #FF771C;
  color: white;
}
.modal-body label {
  bottom: -10px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 10px;
  background-color: #1A4052;
  position: relative;
  z-index: 2;
  display: inline-block;
  color: white;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ff771c transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 100%;
  width: 0;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 300;
  height: 34px;
  font-size: 20px;
  margin-right: -24px;
  padding-right: 0px;
  padding-top: 0px;
  background: #1A4052;
  width: 29px;
  z-index: 10;
  position: absolute;
  right: 28px;
  color: #FF771C;
}

.select2-container {
  display: block;
}
.select2-container .select2-results__option {
  display: block !important;
}
.select2-container .select2-selection {
  padding: 10px;
  display: block;
  height: 100%;
  padding-left: 2px;
}

/* HERO */
.internal-hero {
  min-height: 300px;
  background-color: #1A4052;
  padding-top: 200px;
  padding-bottom: 90px;
}
.internal-hero h1 {
  color: white;
  font-family: "Adobe Caslon Pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.internal-hero h1 .orange-text {
  color: #FF771C;
}
.internal-hero p {
  color: white;
  font-size: 18px;
}

.hero h1 {
  color: white;
  font-family: "Adobe Caslon Pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  padding-right: 490px;
}
.hero h1 .orange-text {
  color: #FF771C;
}
.hero p {
  color: #fff;
  font-size: 18px;
  padding-right: 510px;
  line-height: normal;
}
.hero.hero-home {
  min-height: 800px;
  overflow: hidden;
  position: relative;
}
.hero.hero-home .form-label {
  margin-bottom: 0px;
}
.hero.hero-home .card-search {
  margin-top: 60px;
}
.hero.hero-home .card-search .submit-btn {
  width: 60px;
  height: 60px;
  background-color: #1A4052;
  color: #FF771C;
  border: none;
  outline: none;
}
.hero.hero-home .card-search label {
  color: #1A4052;
}
.hero.hero-home .card-search input {
  border: none;
  padding-left: 0px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: url(images/pin.svg) no-repeat 100% 50%;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "wght" 300, "slnt" 0;
}
.hero.hero-home .card-search .property-search-form select {
  padding-left: 0px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px;
  border: none;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "wght" 300, "slnt" 0;
  color: #969696;
  background: url(images/arrow.svg) no-repeat 100% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.hero.hero-home .nav-tabs {
  border-bottom: 0px;
}
.hero.hero-home .nav-link {
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(2px);
  color: #FFF;
}
.hero.hero-home .nav-link:first-of-type {
  margin-right: 10px;
}
.hero.hero-home .nav-link.active {
  background-color: white;
  color: #FF771C;
}
.hero.hero-home .tab-content {
  background: #FFF;
  padding: 20px;
}
.hero.hero-home #background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.hero.hero-home .video-overlay {
  background: rgba(26, 64, 82, 0.75);
  backdrop-filter: blur(0px);
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.hero.hero-home .container {
  position: relative;
  z-index: 10;
}
.hero.hero-home .col-sm-10 {
  height: 70vh;
}

/* Quick Links */
.quick-links {
  margin-top: 90px;
  margin-bottom: 90px;
}
.quick-links h3 {
  font-family: "Adobe Caslon Pro";
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 20px;
}
.quick-links a {
  border: 1px solid #FF771C;
  font-family: "Adobe Caslon Pro";
  font-size: 21px;
  font-weight: 400;
  padding: 15px 20px 15px 20px;
  margin-top: 20px;
  display: inline-block;
  color: #1A4052;
}
.quick-links a i {
  margin-left: 10px;
}
.quick-links .quick-links-box {
  background-color: #FBFBFB;
  padding: 20px;
  padding-bottom: 10px;
}
.quick-links .quick-links-box h4 {
  font-family: "Adobe Caslon Pro";
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.quick-links .quick-links-box ul {
  list-style: none;
  padding-left: 0px;
}
.quick-links .quick-links-box ul li {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.quick-links .quick-links-box ul li a {
  font-size: 18px;
  color: #1A4052;
  padding: 0px;
  border: none;
  margin-right: 0px;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "wght" 300, "slnt" 0;
  position: relative;
  display: block;
  width: 100%;
}
.quick-links .quick-links-box ul li a i {
  position: absolute;
  right: 0px;
  top: 5px;
  color: #FF771C;
}

/* Two Col with BG Image */
.two-col-image {
  background-color: #1A4052;
  position: relative;
  min-height: 700px;
}
.two-col-image h3 {
  color: #fff;
  font-family: "Adobe Caslon Pro";
  font-size: 54px;
  font-weight: 400;
}
.two-col-image .block-image {
  width: 50%;
  position: absolute;
  right: 0px;
  height: 700px;
  top: 0px;
  background-position: center;
  background-size: cover;
}
.two-col-image .col-sm-6 {
  min-height: 700px;
  padding-right: 60px;
}
.two-col-image p {
  color: #fff;
}

/* Services List */
.services-list {
  margin-top: 110px;
  margin-bottom: 90px;
}
.services-list h3 {
  font-family: "Adobe Caslon Pro";
  font-size: 34px;
  font-weight: 400;
}
.services-list ul {
  list-style: none;
  padding-left: 0px;
}
.services-list ul li {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}
.services-list ul li a {
  display: block;
  width: 100%;
  color: #1A4052;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "wght" 300, "slnt" 0;
}
.services-list ul li a i {
  position: absolute;
  right: 0px;
  top: 5px;
  color: #FF771C;
}
.services-list .list-box {
  background-color: #FBFBFB;
  padding: 30px;
  margin-top: 40px;
}
.services-list .list-box h4 {
  font-family: "Adobe Caslon Pro";
  font-size: 24px;
  font-weight: 400;
}

/* Central Content Banner */
.central-content-banner {
  margin-top: 90px;
  margin-bottom: 90px;
}
.central-content-banner .grey-banner {
  background-color: #FBFBFB;
  padding: 30px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.central-content-banner .grey-banner h3 {
  color: #1A4052;
  font-family: "Adobe Caslon Pro";
  font-size: 24px;
  font-weight: 400;
  padding-top: 35px;
}
.central-content-banner .grey-banner p {
  padding-bottom: 15px;
}
.central-content-banner .grey-banner a {
  font-family: adobe-caslon-pro, serif !important;
  font-weight: 400;
  font-style: normal;
  background-color: #FF771C;
  padding: 16px;
  padding-right: 15px;
  padding-bottom: 7px;
  padding-left: 7px;
  font-size: 18px !important;
  line-height: 18px;
  color: white !important;
}
.central-content-banner .grey-banner a i {
  background-color: #1A4052;
  color: white !important;
  padding: 10px;
  margin-right: 10px;
}

/* Reviews Slider */
.reviews {
  background-color: #FBFBFB;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 90px;
  margin-bottom: 90px;
  position: relative;
}
.reviews .review-item {
  background-color: white;
  padding: 25px;
}
.reviews .review-item .rating {
  margin-bottom: 20px;
  color: #FF771C;
}
.reviews .review-item p {
  margin-bottom: 10px;
  min-height: 60px;
}
.reviews .review-item .date {
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "wght" 300, "slnt" 0;
}
.reviews .review-item .google-logo {
  width: 75px;
  display: inline-block;
}
.reviews .review-item h4 {
  font-family: "Adobe Caslon Pro";
  font-size: 18px;
  font-weight: 400;
}
.reviews {
  /* the slides */
}
.reviews .slick-slide {
  margin: 0 10px;
}
.reviews {
  /* the parent */
}
.reviews .slick-list {
  margin: 0 -10px;
  height: 100%;
}
.reviews h3 {
  font-family: "Adobe Caslon Pro";
  font-size: 34px;
  font-weight: 400;
  padding-left: 160px;
  padding-right: 160px;
  margin-bottom: 20px;
}
.reviews p {
  margin-bottom: 40px;
  display: block;
}
.reviews .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.reviews .prev-review {
  position: absolute;
  left: 0;
  display: inline-block;
  text-align: center;
  width: 30px;
  padding: 0px;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background-color: #1A4052;
  color: white;
  top: 67%;
}
.reviews .next-review {
  position: absolute;
  right: 0;
  display: inline-block;
  text-align: center;
  padding: 0px;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background-color: #1A4052;
  color: white;
  top: 67%;
}
.reviews .reviews-list {
  display: none;
}
.reviews .reviews-list.slick-initialized {
  display: block;
}

/* banner w white box */
.banner-w-square .central-banner {
  padding: 30px;
  padding-left: 50px;
  background-position: center;
  background-size: cover;
}
.banner-w-square .central-banner .col-sm-6 {
  background-color: white;
  padding: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.banner-w-square .central-banner .col-sm-6 h3 {
  font-family: "Adobe Caslon Pro";
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.icon-slider {
  margin-top: 90px;
  margin-bottom: 90px;
  position: relative;
}
.icon-slider h3 {
  font-family: "Adobe Caslon Pro";
  font-size: 34px;
  font-weight: 400;
  padding-left: 160px;
  padding-right: 160px;
  margin-bottom: 10px;
}
.icon-slider h4 {
  font-family: "Adobe Caslon Pro";
  font-size: 26px;
  font-weight: 400;
  padding-right: 100px;
}
.icon-slider i {
  font-size: 40px;
  color: #FF771C;
}
.icon-slider .card-slide {
  background-color: #FBFBFB;
  padding: 30px;
  height: 350px;
  position: relative;
}
.icon-slider .card-slide .icon-content-box {
  position: absolute;
  bottom: 20px;
}
.icon-slider .icon-slides {
  margin-top: 30px;
}
.icon-slider .icon-slides {
  display: none;
}
.icon-slider .icon-slides.slick-initialized {
  display: block;
}
.icon-slider .prev-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  text-align: center;
  width: 30px;
  padding: 0px;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background-color: #1A4052;
  color: white;
  top: 50%;
}
.icon-slider .next-icon {
  position: absolute;
  right: 0;
  display: inline-block;
  text-align: center;
  padding: 0px;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background-color: #1A4052;
  color: white;
  top: 50%;
}
.icon-slider .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.icon-slider {
  /* the slides */
}
.icon-slider .slick-slide {
  margin: 0 10px;
}
.icon-slider {
  /* the parent */
}
.icon-slider .slick-list {
  margin: 0 -10px;
  height: 100%;
}

/* Team Block */
.team-block {
  margin-top: 90px;
  margin-bottom: 90px;
}
.team-block h4 {
  font-family: "Adobe Caslon Pro";
  font-size: 34px;
  font-weight: 400;
  padding-left: 160px;
  padding-right: 160px;
  margin-bottom: 30px;
}
.team-block .team-image-box {
  min-height: 550px;
  background-size: cover;
  background-position: center;
  padding: 10px;
  position: relative;
}
.team-block .staff-description {
  min-height: 120px;
  padding: 15px;
}
.team-block .quals-box {
  padding-left: 10px;
}
.team-block .team-details {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.team-block .team-details h5 {
  color: #FFF;
  font-family: "Adobe Caslon Pro";
  font-size: 25.29px;
}
.team-block .team-details h5.team-role {
  color: #FF771C;
}

/* Content Slider */
.content-slider {
  position: relative;
  margin-top: 90px;
  margin-bottom: 90px;
}
.content-slider .content-slides {
  margin-top: 40px;
}
.content-slider .content-slides .slide-image {
  height: 595px;
  background-size: cover;
  background-position: center;
}
.content-slider h3 {
  font-family: "Adobe Caslon Pro";
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 20px;
}
.content-slider p {
  margin-bottom: 30px;
}
.content-slider .slide-cont {
  background-color: #fbfbfb;
  padding: 90px;
}
.content-slider .slide-cont h5 {
  color: #1A4052;
  font-family: "Adobe Caslon Pro";
  font-size: 24px;
  font-weight: 400;
  padding-top: 35px;
}
.content-slider .content-slides {
  display: none;
}
.content-slider .content-slides.slick-initialized {
  display: block;
}
.content-slider .prev-content {
  position: absolute;
  left: 0;
  display: inline-block;
  text-align: center;
  width: 30px;
  padding: 0px;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background-color: #1A4052;
  color: white;
  top: 60%;
}
.content-slider .next-content {
  position: absolute;
  right: 0;
  display: inline-block;
  text-align: center;
  padding: 0px;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background-color: #1A4052;
  color: white;
  top: 60%;
}

/* three-col-content */
.three-col-content button {
  background-color: transparent;
  outline: none;
  border: 1px solid #FF771C;
  padding: 15px 20px 15px 20px;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "wght" 300, "slnt" 0;
  font-size: 16px;
  color: #1A4052;
  margin-left: 10px;
}
.three-col-content .three-cont {
  min-height: 340px;
}
.three-col-content h4 {
  color: #1A4052;
  font-family: "Adobe Caslon Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 104.762% */
  margin-top: 30px;
  margin-bottom: 10px;
}
.three-col-content .three-cont {
  padding: 10px;
}
.three-col-content .three-image-box {
  height: 416px;
  background-size: cover;
  background-position: center;
  padding: 15px;
  position: relative;
}
.three-col-content .three-image-box .three-title {
  position: absolute;
  bottom: 15px;
  font-family: "Adobe Caslon Pro";
  font-size: 24px;
  font-weight: 400;
  color: white;
  z-index: 10;
}
.three-col-content .three-image-box .grad-blur-box {
  background: linear-gradient(360deg, #1A4052 0%, rgba(26, 64, 82, 0) 80%);
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 100%;
  left: 0;
}

/* Get In Touch */
.contact-page-top {
  background-color: #1A4052;
  padding-top: 200px;
  padding-bottom: 100px;
}
.contact-page-top h1 {
  color: white;
  font-family: "Adobe Caslon Pro";
  font-weight: 400;
}
.contact-page-top p {
  color: white;
  font-size: 18px;
  margin-bottom: 60px;
}
.contact-page-top h4 {
  padding-top: 20px;
  color: white;
  font-size: 18px;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "wght" 300, "slnt" 0;
}
.contact-page-top a {
  color: #FF771C;
  font-family: "Adobe Caslon Pro";
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
}
.contact-page-top .contact-form-box {
  background-color: white;
  padding: 30px;
}
.contact-page-top .contact-form-box input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
}
.contact-page-top .contact-form-box input::placeholder {
  color: #1A4052;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "wght" 300, "slnt" 0;
}
.contact-page-top .contact-form-box textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
  height: 150px;
}
.contact-page-top .contact-form-box textarea::placeholder {
  color: #1A4052;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "wght" 300, "slnt" 0;
}
.contact-page-top .contact-form-box select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #1A4052;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "wght" 300, "slnt" 0;
}
.contact-page-top .contact-form-box .wpcf7-submit {
  background-color: #1A4052;
  border: none;
  width: 50%;
  color: white;
}

.whats-app-btn {
  background-color: #25D366;
  padding: 0px 15px 0px 5px;
  display: inline-block;
  cursor: pointer;
}
.whats-app-btn img {
  width: 50px;
  margin-right: 10px;
  background-color: #1A4052;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact-page-map {
  padding-top: 150px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
  min-height: 700px;
}
.contact-page-map h4 {
  font-family: "Adobe Caslon Pro";
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.contact-page-map address {
  margin-bottom: 40px;
  font-size: 18px;
  color: #1A4052;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "wght" 300, "slnt" 0;
}
.contact-page-map address h5 {
  color: #FF771C;
  font-family: "Adobe Caslon Pro";
  font-size: 20px;
  font-weight: 400;
}
.contact-page-map p {
  font-size: 18px;
  margin-bottom: 10px;
}

.get-in-touch footer {
  margin-top: 0px;
}
.get-in-touch footer .white-slider {
  margin-top: 40px;
  overflow: hidden;
}

.pp-content {
  margin-top: 60px;
  margin-bottom: 90px;
}
.pp-content h2 {
  font-family: "Adobe Caslon Pro";
  font-size: 40px;
  font-weight: 400 !important;
}
.pp-content h2 strong {
  font-weight: 400;
}
.pp-content ul {
  list-style: disc;
}
.pp-content ul li {
  display: list-item;
}

.italic {
  font-style: italic;
}

a {
  border-bottom: none;
  text-decoration: none;
  font-size: 18px;
}

a {
  font-size: 19px;
}

p {
  font-weight: 300;
  font-size: 24px;
  line-height: 38px;
}

ul {
  list-style: none;
}
ul li {
  display: inline-block;
}

.square-btn {
  border-radius: 0px;
  padding: 10px 15px 10px 15px;
}

.round-btn {
  border-radius: 30px;
  padding: 10px 15px 10px 15px;
}

.o-orange {
  border: 1px solid #DB9A63;
  background-color: #1c1c1c;
}

.b-green {
  background-color: #619B80;
}

.b-red {
  background-color: #C44D65;
}

.b-orange {
  background-color: #DB9A63;
}

.b-blue {
  background-color: #0084B5;
}

.c-white {
  color: #fff;
}
.c-white:hover {
  color: #fff;
}

.f-19 {
  font-size: 19px;
}

.t-circle {
  border-radius: 100%;
}

.t-rounded {
  border-radius: 0px 200px 0px 0px;
}

.single-property .price-box {
  position: absolute;
  bottom: 0px;
}
.single-property .input-group {
  margin-bottom: 35px;
}
.single-property label {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  color: #555;
  font-size: 1.1rem;
}
.single-property .form-select {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  background-color: #fff;
  color: #333;
  transition: border-color 0.3s ease;
  display: block;
}
.single-property input {
  width: 100%;
}
.single-property .form-select:focus {
  outline: none;
  border-color: #11998e;
  box-shadow: 0 0 0 3px rgba(17, 153, 142, 0.1);
}
.single-property .input-group > .form-select {
  width: 100% !important;
  border-radius: 0px !important;
}
.single-property .slider-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.single-property .min-max {
  font-size: 0.9rem;
  color: #888;
}
.single-property .result-container {
  background: linear-gradient(135deg, #11998e, #38ef7d);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  color: white;
  margin-top: 40px;
}
.single-property .result-label {
  font-size: 1.2rem;
  margin-bottom: 10px;
  opacity: 0.9;
}
.single-property .stamp-duty-amount {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-right: 5px;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "wght" 500, "slnt" 0;
  display: inline-block;
}
.single-property .breakdown {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  backdrop-filter: blur(10px);
}
.single-property .breakdown-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.single-property .breakdown-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 0.95rem;
}
.single-property .breakdown-item:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  margin-top: 10px;
  font-weight: 600;
  font-size: 1rem;
}
.single-property .effective-rate {
  margin-top: 15px;
  font-size: 1.1rem;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .single-property .calculator-container {
    margin: 10px;
    padding: 25px;
  }
  .single-property .stamp-duty-amount {
    font-size: 2.2rem;
  }
}
.single-property .calculator {
  margin-top: 90px;
  margin-bottom: 90px;
}
.single-property .monthly-payment, .single-property .result-label {
  display: inline-block;
}
.single-property .calculator-container p {
  color: #FF771C;
  margin-bottom: 30px;
  display: block;
}
.single-property .calculator-container h3 {
  font-family: adobe-caslon-pro, serif !important;
  font-weight: 400;
}
.single-property .calculator-container {
  background-color: #FBFBFB;
  padding: 30px;
  position: relative;
  height: 100%;
}
.single-property .input-group {
  margin-bottom: 35px;
  width: 100%;
  display: block;
}
.single-property .slider-container {
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
}
.single-property .slider {
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background: #ddd;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  display: block;
}
.single-property .slider-container {
  display: block;
  width: 100%;
}
.single-property .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 34px;
  height: 8px;
  border-radius: 1000px;
  background: linear-gradient(135deg, #1A4052, #1A4052);
  cursor: pointer;
}
.single-property .slider::-moz-range-thumb {
  width: 34px;
  height: 8px;
  border-radius: 1000px;
  background: linear-gradient(135deg, #1A4052, #1A4052);
  cursor: pointer;
  border: none;
}
.single-property .slider-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.single-property .current-value {
  font-size: 16px;
  font-weight: 700;
  color: #1A4052;
}
.single-property .min-max {
  font-size: 0.9rem;
  color: #888;
}
.single-property .result-label {
  font-size: 1.2rem;
  margin-bottom: 10px;
  opacity: 0.9;
}
.single-property .monthly-payment {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-right: 5px;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "wght" 500, "slnt" 0;
}
.single-property .loan-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
  font-size: 0.95rem;
}
.single-property .detail-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
}
.single-property .detail-label {
  display: block;
  opacity: 0.8;
  margin-bottom: 5px;
}
.single-property .detail-value {
  font-size: 1.1rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .single-property .calculator-container {
    margin: 10px;
    padding: 25px;
  }
  .single-property h1 {
    font-size: 2rem;
  }
  .single-property .monthly-payment {
    font-size: 2.2rem;
  }
  .single-property .loan-details {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.twwr-container {
  bottom: 0px !important;
}

.nav-bar {
  /* NAV -- This is the main styles for the navigation */
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #5c7886;
  background: linear-gradient(180deg, #1A4052 0.48%, rgba(26, 64, 82, 0) 100%);
  backdrop-filter: blur(1px);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  /* Logo */
}
.nav-bar .brand-logo {
  width: 180px;
  display: inline-block;
}
.nav-bar .main-nav {
  display: inline-block;
  top: 3px;
  position: relative;
}
.nav-bar .main-nav li {
  margin-right: 15px;
}
.nav-bar .main-nav li a {
  font-size: 16px;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "wght" 300, "slnt" 0;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all 300ms ease;
}
.nav-bar .main-nav li a:hover {
  color: #FF771C;
}
.nav-bar .main-nav li a.space-right {
  border-right: 1px solid #5c7886;
  padding-right: 25px;
  margin-right: 10px;
}
.nav-bar .main-nav li a i {
  color: #FF771C;
}
.nav-bar {
  /* Right Tools Menu */
}
.nav-bar .right-menu-tools li {
  margin-right: 20px;
}
.nav-bar .right-menu-tools li:last-child {
  margin-right: 0px;
}
.nav-bar .right-menu-tools li .btn-nav {
  color: #fff;
  font-size: 16px;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "wght" 300, "slnt" 0;
  transition: all 300ms ease;
  background-color: transparent;
  outline: none;
  border: none;
}
.nav-bar .right-menu-tools li .btn-nav i {
  color: #FF771C;
  margin-right: 10px;
}
.nav-bar .right-menu-tools li .btn-nav:hover {
  color: #FF771C;
}
.nav-bar .right-menu-tools li a {
  color: #fff;
  font-size: 16px;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "wght" 300, "slnt" 0;
  transition: all 300ms ease;
}
.nav-bar .right-menu-tools li a i {
  color: #FF771C;
  margin-right: 10px;
}
.nav-bar .right-menu-tools li a:hover {
  color: #FF771C;
}

@media only screen and (max-width: 768px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  .whats-app-btn {
    margin-bottom: 60px;
  }
  .contact-page-map {
    margin-bottom: 30px;
    padding-top: 90px;
  }
  .icon-slider h3 {
    font-family: "Adobe Caslon Pro";
    font-size: 34px;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 10px;
  }
  .three-col-content .three-cont {
    min-height: 0px !important;
  }
  .property-brochure {
    margin-bottom: 50px;
  }
  .two-col-image h3 {
    color: #fff;
    font-family: "Adobe Caslon Pro";
    font-size: 38px;
    font-weight: 400;
  }
  .icon-slider .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  .three-col-content {
    margin-bottom: 30px !important;
  }
  footer .white-slider h3 {
    margin-top: 0px;
    font-family: adobe-caslon-pro, serif !important;
    color: #1A4052;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    padding-right: 20px;
    display: block;
    border-right: none !important;
  }
  .banner-cta {
    padding-left: 20px !important;
    padding-right: 10px !important;
  }
  .mob-spacer-max {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 30px !important;
  }
  .mob-no-tar {
    text-align: left !important;
  }
  .sort-dropdown {
    margin-bottom: 10px;
  }
  .content-slider .slide-cont {
    padding: 15px !important;
  }
  .banner-w-square .central-banner .col-sm-6 {
    padding: 30px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .content-slider .prev-content, .content-slider .next-content {
    top: 50%;
  }
  .content-slider .content-slides .slide-image {
    height: 255px;
    background-size: cover;
    background-position: center;
  }
  .team-block h4 {
    font-family: "Adobe Caslon Pro";
    font-size: 34px;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 30px;
  }
  .team-block .col-sm-5 {
    margin-bottom: 50px;
  }
  .banner-w-square .central-banner {
    padding: 30px;
    padding-left: 30px;
    background-position: center;
    background-size: cover;
  }
  .banner-w-square .central-banner .col-sm-6 h3 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .nav-bar {
    position: fixed;
    background-color: #1A4052;
  }
  .quick-links-box li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .quick-links .quick-links-box ul li a i {
    position: absolute;
    right: 0px;
    top: -10px;
    color: #FF771C;
  }
  .mob-opening {
    margin-bottom: 90px;
  }
  .property-hero {
    padding-bottom: 50px;
  }
  .calculator-container {
    margin-bottom: 50px;
  }
  .virtual-button {
    border: none;
    outline: none;
    color: white;
  }
  .three-col-content a {
    display: block;
    margin-bottom: 60px;
  }
  .image-gallery {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
  }
  /* Prevent horizontal overflow */
  html, body {
    max-width: 100vw; /* never wider than viewport */
    overflow-x: hidden; /* hide any content that sticks out */
    margin: 0;
    padding: 0;
  }
  .hero.hero-home .card-search {
    margin-top: 30px;
  }
  .page .similar-prop .slick-list {
    overflow: hidden;
  }
  footer .white-slider .logo-slides .slick-list {
    margin: 0px;
  }
  /* Mob Menu */
  .nav-bar {
    z-index: 1050;
  }
  .mob-nav {
    position: fixed;
    top: 0;
    right: 0px;
    height: 100dvh;
    viewport-fit: cover;
    min-height: -webkit-fill-available;
    padding-bottom: env(safe-area-inset-bottom);
    width: 100dvw;
    z-index: 50;
    background-color: #1A4052;
    transition: all 300ms ease;
    padding-top: 140px;
  }
  .mob-nav ul {
    padding-left: 0px;
  }
  .mob-nav ul li {
    display: block;
    border-bottom: 1px solid #5c7886;
  }
  .mob-nav ul li a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px;
  }
  .mob-nav ul li a i {
    position: absolute;
    right: 20px;
    color: #FF771C;
  }
  .mob-nav.hidden {
    right: -1000px;
    display: none;
  }
  .mob-dd-ul {
    display: none;
    background-color: #5c7886;
  }
  .mob-dd-ul.mobhighlight-class {
    display: block;
  }
  .mob-dd-ul li {
    border-bottom: 1px solid #1A4052 !important;
  }
  .mob-nav ul li button {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: left;
    background: transparent;
    border: none;
    outline: none;
    font-size: 19px;
    color: #fff;
  }
  .mob-nav ul li button i {
    position: absolute;
    right: 20px;
    color: #FF771C;
  }
  .menu-trigger {
    font-family: adobe-caslon-pro, serif !important;
    font-weight: 400;
    font-style: normal;
    background-color: #FF771C;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 7px;
    font-size: 18px !important;
    line-height: 18px;
    color: white !important;
    outline: none;
    border: none;
    padding-top: 10px;
  }
  .menu-trigger i {
    color: white;
    background-color: #1A4052;
    width: 25px;
    height: 25px;
    padding-top: 5px;
    margin-right: 8px;
    font-size: 16px;
  }
  .hero-home {
    padding-top: 100px;
  }
  .two-col-image .col-sm-6 {
    min-height: 700px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .reviews .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  .central-content-banner .grey-banner {
    padding-bottom: 30px;
  }
  .central-content-banner .grey-banner a {
    display: inline-block;
    padding-top: 8px;
  }
  .quick-links-box {
    margin-top: 25px;
  }
  .quick-links a {
    border: 1px solid #FF771C;
    font-family: "Adobe Caslon Pro";
    font-size: 21px;
    font-weight: 400;
    padding: 15px 20px 15px 20px;
    margin-top: 20px;
    display: inline-block;
    color: #1A4052;
    line-height: 0px;
  }
  .two-col-image .mob-image {
    width: 100%;
    margin-bottom: 30px;
    height: 250px;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
  }
  .reviews h3 {
    font-family: "Adobe Caslon Pro";
    font-size: 34px;
    font-weight: 400;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 20px;
  }
  .hero h1 {
    color: white;
    font-family: "Adobe Caslon Pro";
    font-size: 35px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    padding-right: 0px;
    text-align: left;
  }
  .hero p {
    color: #fff;
    font-size: 18px;
    padding-right: 0px;
    line-height: normal;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  .banner-w-square .central-banner {
    padding: 30px;
    padding-left: 30px;
    background-position: center;
    background-size: cover;
  }
  .banner-w-square .central-banner .col-sm-6 h3 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .nav-bar {
    position: fixed;
    background-color: #1A4052;
  }
  .quick-links-box li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .quick-links .quick-links-box ul li a i {
    position: absolute;
    right: 0px;
    top: -10px;
    color: #FF771C;
  }
  .property-hero {
    padding-bottom: 50px;
  }
  .calculator-container {
    margin-bottom: 50px;
  }
  .virtual-button {
    border: none;
    outline: none;
    color: white;
  }
  .three-col-content a {
    display: block;
    margin-bottom: 60px;
  }
  .image-gallery {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
  }
  /* Prevent horizontal overflow */
  html, body {
    max-width: 100vw; /* never wider than viewport */
    overflow-x: hidden; /* hide any content that sticks out */
    margin: 0;
    padding: 0;
  }
  .hero.hero-home .card-search {
    margin-top: 30px;
  }
  .page .similar-prop .slick-list {
    overflow: hidden;
  }
  footer .white-slider .logo-slides .slick-list {
    margin: 0px;
  }
  /* Mob Menu */
  .nav-bar {
    z-index: 1050;
  }
  .mob-nav {
    position: fixed;
    top: 0;
    right: 0px;
    height: 100dvh;
    viewport-fit: cover;
    min-height: -webkit-fill-available;
    padding-bottom: env(safe-area-inset-bottom);
    width: 100dvw;
    z-index: 50;
    background-color: #1A4052;
    transition: all 300ms ease;
    padding-top: 140px;
  }
  .mob-nav ul {
    padding-left: 0px;
  }
  .mob-nav ul li {
    display: block;
    border-bottom: 1px solid #5c7886;
  }
  .mob-nav ul li a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px;
  }
  .mob-nav ul li a i {
    position: absolute;
    right: 20px;
    color: #FF771C;
  }
  .mob-nav.hidden {
    right: -1000px;
    display: none;
  }
  .mob-dd-ul {
    display: none;
    background-color: #5c7886;
  }
  .mob-dd-ul.mobhighlight-class {
    display: block;
  }
  .mob-dd-ul li {
    border-bottom: 1px solid #1A4052 !important;
  }
  .mob-nav ul li button {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: left;
    background: transparent;
    border: none;
    outline: none;
    font-size: 19px;
    color: #fff;
  }
  .mob-nav ul li button i {
    position: absolute;
    right: 20px;
    color: #FF771C;
  }
  .menu-trigger {
    font-family: adobe-caslon-pro, serif !important;
    font-weight: 400;
    font-style: normal;
    background-color: #FF771C;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 7px;
    font-size: 18px !important;
    line-height: 18px;
    color: white !important;
    outline: none;
    border: none;
    padding-top: 10px;
  }
  .menu-trigger i {
    color: white;
    background-color: #1A4052;
    width: 25px;
    height: 25px;
    padding-top: 5px;
    margin-right: 8px;
    font-size: 16px;
  }
  .hero-home {
    padding-top: 100px;
  }
  .two-col-image .col-sm-6 {
    min-height: 700px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .reviews .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  .central-content-banner .grey-banner {
    padding-bottom: 30px;
  }
  .central-content-banner .grey-banner a {
    display: inline-block;
    padding-top: 8px;
  }
  .quick-links-box {
    margin-top: 25px;
  }
  .quick-links a {
    border: 1px solid #FF771C;
    font-family: "Adobe Caslon Pro";
    font-size: 21px;
    font-weight: 400;
    padding: 15px 20px 15px 20px;
    margin-top: 20px;
    display: inline-block;
    color: #1A4052;
    line-height: 0px;
  }
  .two-col-image .mob-image {
    width: 100%;
    margin-bottom: 30px;
    height: 250px;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
  }
  .reviews h3 {
    font-family: "Adobe Caslon Pro";
    font-size: 34px;
    font-weight: 400;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 20px;
  }
  .hero h1 {
    color: white;
    font-family: "Adobe Caslon Pro";
    font-size: 35px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    padding-right: 0px;
    text-align: left;
  }
  .hero p {
    color: #fff;
    font-size: 18px;
    padding-right: 0px;
    line-height: normal;
  }
}
.banner-cta {
  height: 540px;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.price-list footer {
  margin-top: 0px !important;
  padding-top: 60px;
}
.price-list .white-slider {
  margin-top: 0px !important;
}

.request-call {
  color: white;
}
.request-call input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #40555F;
  padding: 15px;
  outline: none;
  margin-bottom: 20px;
  color: white;
}
.request-call input::placeholder {
  color: white;
  font-size: 16px;
}
.request-call .wpcf7-submit {
  background-color: #FF771C;
  border-bottom: none;
  height: 60px;
  width: 60px;
  font-size: 18px;
  color: #1A4052;
}

footer {
  background-color: #1A4052;
  padding-bottom: 50px;
  margin-top: 100px;
}
footer a:hover {
  color: #FF771C;
}
footer .white-slider {
  background-color: #FBFBFB;
  margin-top: -60px;
  padding: 20px;
  padding-top: 30px;
  margin-bottom: 50px;
}
footer .white-slider h3 {
  margin-top: 0px;
  font-family: adobe-caslon-pro, serif !important;
  color: #1A4052;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  padding-right: 20px;
  display: block;
  border-right: 1px solid #DDECF4;
}
footer .white-slider .logo-slides .slick-list {
  margin: 0 -27px;
}
footer .white-slider .logo-slides .slick-list .slick-track {
  display: flex;
}
footer .white-slider .logo-slides .slick-list .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 27px;
}
footer h3 {
  color: white;
  font-size: 28px;
  font-family: adobe-caslon-pro, serif !important;
  margin-top: 30px;
  font-weight: 400;
}
footer p {
  color: white;
}
footer address, footer a, footer li {
  color: white;
  font-size: 18px;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "wght" 300, "slnt" 0;
}
footer ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
footer .icon-box {
  background-color: #FF771C;
  display: inline-block;
  padding: 12px 15px 12px 15px;
  margin-right: 10px;
  margin-top: 30px;
  color: #1A4052;
}
footer .social-links {
  margin-top: 30px;
}
footer .social-links .social-foot {
  margin-right: 10px;
  background-color: #FF771C;
  display: inline-block;
  padding: 12px 15px 12px 15px;
  min-width: 50px;
  text-align: center;
  color: #1A4052;
}

.copyright-bottom {
  color: #FFFFFF;
  font-size: 16px;
}

.foot-breaker {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #40555F;
  margin-top: 50px;
  margin-bottom: 35px;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "wght" 300, "slnt" 0;
}

.legal-links li {
  margin-right: 20px;
}
.legal-links li a {
  font-size: 16px;
  transition: all 300ms ease;
}
.legal-links li a:hover {
  color: #FF771C;
}

body {
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400;
  overflow-x: hidden !important;
  color: #1A4052;
  scroll-behavior: smooth;
  text-rendering: optimizelegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

[x-cloak] {
  display: none !important;
}

p {
  color: #1A4052;
  font-size: 16px;
  line-height: 22px;
  text-rendering: optimizelegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "wght" 300, "slnt" 0;
}

.middle-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

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

.tar {
  text-align: right;
}

.tac {
  text-align: center !important;
}

/* Generic Buttons */
.orange-arrow-btn {
  font-family: adobe-caslon-pro, serif !important;
  font-weight: 400;
  font-style: normal;
  background-color: #FF771C;
  padding: 16px;
  padding-right: 15px;
  padding-bottom: 7px;
  padding-left: 7px;
  font-size: 18px !important;
  line-height: 18px;
}
.orange-arrow-btn i {
  background-color: #1A4052;
  color: white !important;
  padding: 10px;
  margin-right: 10px;
}
.orange-arrow-btn:hover {
  color: white !important;
}

/* Whatsapp Plugin */
.twwr-whatsapp-content li {
  display: block;
}

#notification-badge {
  display: none;
}

.logo-slides {
  display: none;
}

.logo-slides.slick-initialized {
  display: block;
}

.property-photos {
  display: none;
}

.property-photos.slick-initialized {
  display: block;
}

.property-photos-numbers {
  display: none !important;
}

.property-photos-numbers.slick-initialized {
  display: inline-block !important;
}

/*# sourceMappingURL=site.css.map */
