@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url(./animate.min.css);

*,
*:before,
*:after {
  box-sizing: border-box;
  /* position: relative; */
  transition-property: transform, opacity, filter;
  transition-duration: 0.7s, 0.7s, 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
}

body {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

body,
html {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

img {
  max-width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
}

a {
  text-decoration: none;
  color: unset;
}

.img-fluid {
  max-width: 100%;
  width: auto;
  height: auto;
}

.desktop-links .dropdown:hover>.dropdown-menu {
  display: block;
}

ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.p-100 {
  padding: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-title {
  color: #131313;
  font-weight: 700;
  font-size: 70px;
  font-family: "Cormorant Infant", serif;
}

.secondmain-title {
  color: #131313;
  font-weight: 700;
  font-size: 49px;
  font-family: "Cormorant Infant", serif;
}

.medium-title {
  font-family: "Cormorant Infant", serif;
  color: #131313;
  font-size: 39px;
  font-weight: 700;
}

.smaller-title {
  font-family: "Cormorant Infant", serif;
  color: #131313;
  font-weight: 700;
}

.main-white-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 90px;
  font-family: "Cormorant Infant", serif;
}

p {
  color: #131313;
  font-size: 18px;
}

button {
  cursor: pointer;
}

input[type="radio" i] {
  margin-right: 12px;
}

/* variable css --------------------------------------------------------------- */
.regular-whitebgbtn {
  background-color: #ffffff;
  padding: 10px 32px 10px 32px;
  color: #131313;
  font-weight: 500;
  font-size: 16px;
  border-radius: 0px;
  border: 2px solid #ffffff;
}

.regular-whitebgbtn:hover,
.regular-whitebgbtn:focus-visible,
.regular-whitebgbtn:active {
  background-color: #f9f1eb;
  color: #131313;
  border: 2px solid #f9f1eb;
}

.regular-coffiebgbtn,
.regular-spacecoffiebgbtn {
  background-color: #c47532;
  padding: 10px 32px 10px 32px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  border-radius: 0px;
  border: 2px solid #c47532;
}

.regular-spacecoffiebgbtn {
  padding: 10px 60px 10px 60px;
}

.regular-coffiebgbtn svg {
  margin-left: 10px;
}

.regular-coffiebgbtn:hover,
.regular-coffiebgbtn:active,
.regular-coffiebgbtn:focus-visible,
.regular-spacecoffiebgbtn:hover,
.regular-spacecoffiebgbtn:active,
.regular-spacecoffiebgbtn:focus-visible {
  background-color: #c47532;
  color: #ffffff;
  border: 2px solid #c47532;
  opacity: 70%;
}

.regular-coffiebgbtn:hover svg,
.regular-coffiebgbtn:hover svg path {
  fill: #ffffff;
}

.regular-blackbgbtn {
  background-color: #131313;
  padding: 10px 32px 10px 32px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  border-radius: 0px;
  border: 2px solid #131313;
  transition: all 0.2s linear 0s;
  display: inline-block;
}

.regular-blackbgbtn:hover,
.regular-blackbgbtn:focus-visible,
.regular-blackbgbtn:active {
  background-color: #c47532;
  color: #ffffff;
  border: 2px solid #c47532;
}

.regular-blackbgbtn:hover svg,
.regular-blackbgbtn:hover svg path {
  fill: #ffffff;
  margin-left: 15px;
  transition: all 0.4s linear 0s;
}

/* small */

.small-blackbgbtn {
  background-color: #131313;
  padding: 10px 32px 10px 32px;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  border-radius: 0px;
  border: 2px solid #131313;
}

.small-blackbgbtn:hover,
.small-blackbgbtn:focus-visible,
.small-blackbgbtn:active {
  background-color: #c47532;
  color: #ffffff;
  border: 2px solid #c47532;
}

.regular-blackborderbtn {
  background-color: transparent;
  padding: 10px 32px 10px 32px;
  color: #131313;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0px;
  border: 2px solid #131313;
  transition: all 0.2s linear 0s;
}

.regular-blackborderbtn svg {
  margin-left: 8px;
}

.regular-blackborderbtn:hover,
.regular-blackborderbtn:focus-visible,
.regular-blackborderbtn:active {
  background-color: #c47532;
  color: #ffffff;
  border: 2px solid #c47532;
}

.regular-blackborderbtn:hover svg,
.regular-blackborderbtn:hover svg path {
  fill: #ffffff;
  margin-left: 15px;
  transition: all 0.4s linear 0s;
}

/* variable css --------------------------------------------------------------- */

/* navbar ---------------------------------------------------------------------- */

.navbar {
  position: relative;
  top: 0;
}

.transperntnavbar {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 25px 0;
}

.header-logo {
  max-width: 200px;
}

.navbar .nav-link {
  font-family: "Roboto", sans-serif;
  color: #131313;
  font-weight: 500;
  font-size: 18px;
}

.transperntnavbar .nav-link {
  color: #ffffff;
}

.navbar .nav-item {
  padding: 0 17px;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show {
  color: #131313;
}

.navbar-expand-lg .desktop-links .navbar-nav .nav-link:hover:before,
.navbar-expand-lg .desktop-links .navbar-nav .nav-link:focus:before {
  max-width: 100%;
  width: 100%;
}

.navbar-expand-lg .desktop-links .navbar-nav .nav-link:before {
  position: absolute;
  top: 16px;
  left: 0;
  overflow: hidden;
  padding: 10px 0;
  max-width: 0;
  border-bottom: 2px solid #f2f2f2;
  color: #c8a755;
  content: attr(data-hover);
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
}

.transperntnavbar .navbar-nav .nav-link.active,
.transperntnavbar .navbar-nav .nav-link.show {
  color: #ffffff;
}

.navbar .navbar-nav .nav-link.active {
  border-bottom: 2px solid #f2f2f2;
}

.transperntnavbar .navbar-nav .nav-link.active {
  border-bottom: 2px solid #f2f2f2;
}

.transperntnavbar .form-select {
  font-family: "Roboto", sans-serif;
  background-color: transparent;
  border-radius: 0px;
  border: 2px solid #fff;
  padding: 10px;
  line-height: normal;
  height: 45px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
}

.navbar .form-select {
  font-family: "Roboto", sans-serif;
  background-color: transparent;
  border-radius: 0px;
  border: 2px solid #fff;
  padding: 10px;
  line-height: normal;
  height: 45px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
}

.transperntnavbar .form-select option:hover {
  background-color: #fff;
}

.navbar .form-select option:hover {
  background-color: #000;
}

.navbar .form-select option {
  color: #131313;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
}

/*  */

.languagedropdownen {
  background-color: transparent;
  border: 2px solid #131313;
  color: #131313;
  border-radius: 0px;
}

.navbar .languagedropdownen {
  border: 2px solid #131313;
  color: #ffffff;
}

.transperntnavbar .languagedropdownen {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.languagedropdownen .dropdown-menu {
  color: #131313;
  border-radius: 0px;
}

.transperntnavbar .languagedropdownen .dropdown-menu {
  color: #ffffff;
}

.languagedropdownen .dropdown-toggle {
  color: #131313 !important;
  border: 0;
  padding: 10px 17px;
}

.transperntnavbar .languagedropdownen .dropdown-toggle {
  color: #ffffff !important;
}

.languagedropdownen .dropdown-toggle::after {
  margin-left: 1.255em;
}

.languagedropdownen .dropdown-menu {
  width: 99px;
  min-width: 70px;
  border: 0;
  box-shadow: 0px 8px 15px 0px #00000026;
}

/*  */
.languagedropdown {
  position: relative;
  width: 100px;
  cursor: pointer;
}

.languagedropdown svg {
  display: none;
}

.responsive-languagedropdown {
  display: none;
  margin-top: 0px;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

:focus-visible {
  outline: none;
}

.desktop-languagedropdown {
  display: block;
}

.btn:focus-visible {
  box-shadow: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: initial;
  background-color: initial;
  border-color: initial;
}

.navbar .dropdown-toggle::after {
  border-top: 0px;
  border-left: 0px;
  border-bottom: 2px solid #131313;
  border-right: 2px solid #131313;
  position: relative;
  top: 6px;
  right: 2px;
  width: 9px;
  height: 9px;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: right;
}

.transperntnavbar .dropdown-toggle::after {
  border-top: 0px;
  border-left: 0px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: relative;
  top: 6px;
  right: 2px;
  width: 9px;
  height: 9px;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: right;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: #ffffff;
  border-radius: 0px;
  padding: 10px;
  padding-left: 10px !important;
  border: 0;
  box-shadow: 0px 8px 15px 0px #00000026;
  --bs-dropdown-min-width: 14rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  width: fit-content;
  position: relative ;
  margin: 0 auto;
  padding: 8px 0px;
}

.navbar .offcanvas .nav-item.dropdown .dropdown-toggle::after {
  position: absolute;
  top: 22px;
  right: -17px;
}

.navbar .offcanvas .dropdown-toggle {
  text-decoration: none;
  display: inline-flex;
}

.dropdown-item {
  font-weight: 500;
  padding: 8px 10px;
}

.navbar .responsive-logo {
  display: none;
}

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E%3Cpath d='M23.0413 3.12492C23.3538 3.12492 23.6663 2.8645 23.6663 2.49992V0.833252C23.6663 0.520752 23.3538 0.208252 23.0413 0.208252H0.958008C0.593424 0.208252 0.333008 0.520752 0.333008 0.833252V2.49992C0.333008 2.8645 0.593424 3.12492 0.958008 3.12492H23.0413ZM23.0413 11.4583C23.3538 11.4583 23.6663 11.1978 23.6663 10.8333V9.16658C23.6663 8.85408 23.3538 8.54158 23.0413 8.54158H0.958008C0.593424 8.54158 0.333008 8.85408 0.333008 9.16658V10.8333C0.333008 11.1978 0.593424 11.4583 0.958008 11.4583H23.0413ZM23.0413 19.7916C23.3538 19.7916 23.6663 19.5312 23.6663 19.1666V17.4999C23.6663 17.1874 23.3538 16.8749 23.0413 16.8749H0.958008C0.593424 16.8749 0.333008 17.1874 0.333008 17.4999V19.1666C0.333008 19.5312 0.593424 19.7916 0.958008 19.7916H23.0413Z' fill='%23131313'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.transperntnavbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E%3Cpath d='M23.0416 3.12492C23.3541 3.12492 23.6666 2.8645 23.6666 2.49992V0.833252C23.6666 0.520752 23.3541 0.208252 23.0416 0.208252H0.958252C0.593669 0.208252 0.333252 0.520752 0.333252 0.833252V2.49992C0.333252 2.8645 0.593669 3.12492 0.958252 3.12492H23.0416ZM23.0416 11.4583C23.3541 11.4583 23.6666 11.1978 23.6666 10.8333V9.16658C23.6666 8.85408 23.3541 8.54158 23.0416 8.54158H0.958252C0.593669 8.54158 0.333252 8.85408 0.333252 9.16658V10.8333C0.333252 11.1978 0.593669 11.4583 0.958252 11.4583H23.0416ZM23.0416 19.7916C23.3541 19.7916 23.6666 19.5312 23.6666 19.1666V17.4999C23.6666 17.1874 23.3541 16.8749 23.0416 16.8749H0.958252C0.593669 16.8749 0.333252 17.1874 0.333252 17.4999V19.1666C0.333252 19.5312 0.593669 19.7916 0.958252 19.7916H23.0416Z' fill='%23F2F2F2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.navbar-toggler {
  border: 0px;
  border-radius: 0px;
  padding: 0px;
}

.toggle-languageDiv {
  display: flex;
  gap: 25px;
  align-items: center;
}

.navbar .offcanvas {
  background: #ffffffcc;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 8px 32px rgb(255 255 255 / 10%);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  color: #000;
  height: 100%;
  padding: 1rem;
  --bs-offcanvas-bg: #ffffffcc;
  --bs-offcanvas-height: 100vh;
  display: none;
}

.navbar .offcanvas-body {
  overflow-y: auto;
  /* Ensure scrollability if content overflows */
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #c47532;
  color: #131313;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f9f1eb;
  color: #131313;
}

.transperntnavbar .dropdown-toggle.dropdown-property::after {
  top: 8px;
  right: 0px;
}

/* navbar ---------------------------------------------------------------------- */

/* footer ----------------------------------------------------------------------- */
footer {
  background: #131313;
  padding: 30px 0;
}

.footer-logo {
  max-width: 200px;
}

.social-iconDiv {
  list-style-type: none;
  padding-left: 0px;
  display: flex;
  gap: 30px;
  padding-left: 0px;
  padding-top: 50px;
}

.social-iconDiv li .social-icon i {
  color: #fff;
  font-size: 25px;
}

.footer-list {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.footer-contactDiv {
  display: flex;
  gap: 8px;
  padding-bottom: 12px;
}

.footer-contactDiv:last-child {
  padding-bottom: 0px;
}

.footer-title {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 20px;
}

.footer-contactDiv i,
.footer-contactDiv svg {
  color: #f2f2f2;
  display: inline-block;
  font-size: 18px;
  min-width: 23px;
  height: 28px;
}

.footer-para {
  color: #ffffff;
  font-size: 18px;
}

.contact-details {
  max-width: 350px;
}

.copy-rightDiv {
  padding-top: 30px;
  text-align: center;
}

/* footer --------------------------------------------------------------------------------- */

/* banner slider--------------------------------------------------------------------------- */
img {
  max-width: 100%;
}

#main-banner {
  width: 100%;
  /* height: 100%; */
  height: 100vh;
  overflow: hidden;
}

.ui-big-images {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.ui-big-image {
  width: 100%;
  margin-right: -100%;
}

.ui-big-image img,
.ui-big-image video {
  object-fit: cover;
  object-position: center 20%;
  width: 100%;
  height: 100vh;
  display: block;
}

@media (max-height: 600px) {

  .ui-big-image img,
  .ui-big-image video {
    object-position: center center;
  }
}

.ui-thumbnails {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0rem;
  padding-top: 0.5rem;
  padding-left: 45%;
  padding-left: calc(45% + 0.5rem);
}

.ui-thumbnail {
  display: block;
  cursor: pointer;
  height: 130px;
  position: relative;
}

/* .ui-cuticle {
    background-color: #D4A12D;
    position: absolute;
    bottom: 0;
    height: 0.25rem;
    width: 100%;
} */
.ui-content {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  top: 47%;
  z-index: 9;
  margin: auto;
}

.ui-nav {
  position: absolute;
  right: 0;
  background: inherit;
  display: flex;
  justify-content: space-between;
  z-index: 9;
  width: 100%;
}

.ui-nav button {
  background: transparent;
  border: none;
  appearance: none;
  padding: 0em 0em;
  width: 2em;
  color: #fff;
  font-family: monospace;
  font-size: 60px;
  transition: inherit;
  transition-duration: 300ms;
}

.ui-nav button:hover,
.ui-nav button:focus {
  /* background: #000; */
  outline: none;
}

.ui-nav button:active {
  outline: none;
}

/* ---------------------------------- */
.ui-big-image {
  opacity: 0;
  transform: translateX(-100%);
}

.ui-big-image img,
.ui-big-image video {
  transform: scale(0.85);
}

.ui-big-image[data-active]~.ui-big-image {
  transform: translateX(100%);
}

.ui-big-image.active img,
.ui-big-image.active video {
  transform: scale(1);
}

.ui-big-image[data-active] {
  opacity: 1;
  transform: translateX(0%);
}

.ui-big-image[data-active] img,
.ui-big-image[data-active] video {
  transform: scale(1);
}

/* ---------------------------------- */
.ui-article {
  transform: translateX(-100%);
}

.ui-article:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  z-index: 1;
}

.ui-article[data-active]~.ui-article {
  transform: translateX(100%);
}

.ui-article[data-active] {
  transform: translateX(0%);
}

.ui-article[data-active]:before {
  opacity: 0;
}

/* ---------------------------------- */
.ui-thumbnail>img {
  width: auto;
}

.ui-thumbnail>video {
  width: 158px;
  height: 130px;
  object-fit: cover;
}

.ui-thumbnail:active>img {
  transform: scale(0.9);
  transition-duration: 100ms;
}

.ui-big-image.active {
  display: block;
  transform: translateX(0%);
  opacity: 1;
}

.ui-thumbnail:focus {
  outline: none;
}

.ui-cuticle {
  display: none;
}

.ui-thumbnail[data-active] .ui-cuticle {
  display: block;
}

.video-iconslid {
  position: absolute;
  top: 40px;
  left: 54px;
}

/* banner content ------------ */
.banner-title {
  position: absolute;
  top: 40%;
  z-index: 9;
  color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 4px 0px #00000026;
  font-size: 90px;
  font-family: "Cormorant Infant", serif;
  font-weight: 700;
  text-align: center;
  max-width: 1200px;
  width: 100%;
}

.scrollDown {
  position: absolute;
  bottom: 15%;
  left: 30px;
  cursor: pointer;
}

/* banner slider ------------------------------------------------------------------- */

/* propery listing ----------------------------------------------------------------- */
.listproprty-banner {
  padding-top: 45px;
  overflow: hidden;
}

.listproprty-banner.not-slider {
  overflow: unset;
}

.listproprty-banner img {
  height: 100%;
  object-fit: cover;
}

.listproprty-banner .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 3%;
  display: none;
}

.listproprty-banner .owl-nav button,
.propertycarousel .slick-arrow {
  position: absolute;
  top: 50%;
  background: #000;
  color: #fff;
  margin: 0;
  box-shadow: 0px 0px 10px 0px #0000001a;
  transform: translateY(-50%);
  background: #fff !important;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease-in-out;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.propertycarousel .slick-prev,
.propertycarousel .slick-next {
  padding: 20px !important;
  transform: none !important;
}

.listproprty-banner .slick-prev,
.listproprty-banner .slick-next {
  padding: 22px !important;
  transform: none !important;
}

.propertycarousel .slick-prev,
.propertycarousel .slick-next {
  padding: 17px !important;
}

.listproprty-banner .propertycarousel .slick-arrow,
.propertycarousel .slick-arrow {
  bottom: 30% !important;
  height: 25px !important;
  width: 25px !important;
  position: absolute;
  font-size: 0;
  cursor: pointer;
  background-color: #ffffff !important;
  border: none;
  background-image: url('data:image/svg+xml;utf8,<svg width="25" height="25" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"></path></svg>') !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important;
  background-position: center !important;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px #0000001a !important;
}

.listproprty-banner .slick-arrow {
  height: 25px !important;
  width: 25px !important;
  top: auto;
  bottom: 50%;
  right: 0;
  font-size: 0;
  cursor: pointer;
  background-color: #ffffff !important;
  border: none;
  background-image: url('data:image/svg+xml;utf8,<svg width="25" height="25" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"></path></svg>') !important;
  background-repeat: no-repeat !important;
  background-size: 16px !important;
  background-position: center !important;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px #0000001a !important;
}

.listproprty-banner .slick-arrow.slick-prev {
  left: 15px !important;
}

.listproprty-banner .slick-arrow.slick-next {
  right: 20px !important;
}

.listproprty-banner .slick-arrow {
  display: block !important;
}

.listproprty-banner .propertycarousel .slick-arrow {
  display: none !important;
}

.propertycarousel .slick-dots li {
  border: 0px solid #bebebe !important;
  background: transparent !important;
}

.propertycarousel .slick-dots .slick-active {
  background-color: transparent !important;
  border-color: transparent !important;
}

.listproprty-banner .slick-prev {
  left: 0;
  transform: rotate(180deg) !important;
}

.listproprty-banner .owl-nav button svg {
  width: 14px;
  height: 14px;
}

.listproprty-banner .owl-nav button.owl-prev {
  left: 0;
  margin-left: 10px;
  z-index: 9;
}

.listproprty-banner .owl-nav button.owl-next {
  right: 0;
  margin-right: 10px;
  z-index: 9;
}

.listproprty-banner .owl-dots {
  text-align: center;
  padding-top: 25px;
  display: none;
}

.propertycarousel.slick-slider .slick-dots {
  display: none !important;
}

.listproprty-banner .listproperty-card:hover .propertycarousel .owl-nav,
.listproprty-banner .listproperty-card:hover .propertycarousel .owl-dots,
.listproprty-banner .listproperty-card:hover .propertycarousel .slick-arrow,
.listproprty-banner .listproperty-card:hover .propertycarousel.slick-slider .slick-dots {
  display: block !important;
}

.listproprty-banner .owl-nav button:focus {
  outline: none;
}

.listproprty-banner .owl-item {
  height: 100% !important;
}

.listproprty-banner .item {
  width: 100%;
}

.listproperty-card {
  box-shadow: 0px 0px 10px 0px #0000001a;
  background-color: #ffffff;
  border: 4px solid transparent;
  overflow: hidden;
  height: 420px;
  cursor: pointer;
}

.listproperty-card:hover {
  border: 4px solid #c47532;
}

.listproprty-banner .owl-carousel .owl-stage-outer {
  height: 100% !important;
  padding-bottom: 5px;
}

.listproperty-card .card-itemcontentDiv {
  padding: 15px;
  transition: 0.4s ease-in-out;
  position: relative;
  bottom: 4px;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}

.listproperty-card .owl-slider img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: auto;
}

.listproperty-card .owl-slider .slick-next {
  right: 0;
}

.listproperty-card .owl-slider .slick-prev {
  left: 0;
  z-index: 1;
}

.listproperty-card:hover .owl-slider {
  -webkit-transform: translate3d(0, -68px, 0);
  transform: translate3d(0, -68px, 0);
}

.slick-dots li button:before {
  display: none;
}

.listproperty-card:hover .card-itemcontentDiv {
  bottom: 75px;
}

.owl-carousel {
  display: block !important;
}

.listproprty-banner .slick-dots {
  position: relative;
  bottom: 8px;
  padding-top: 38px;
}

.listproprty-banner .owl-dots button.owl-dot,
.listproprty-banner .slick-dots li {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  background: #bebebe;
  margin: 0 6px;
  border: 2px solid #bebebe;
}

.listproprty-banner .owl-dots button.owl-dot.active,
.listproprty-banner .slick-dots .slick-active {
  background-color: #c47532;
  border-color: #c47532;
}

.listproprty-banner .owl-dots button.owl-dot:focus {
  outline: none;
}

.card-itemcontentDiv .card-itemicons {
  width: 18px !important;
  height: 18px;
}

.card-itemcontentDiv .content-title {
  color: #131313;
  font-size: 20px;
  padding-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card-itemcontentDiv .second-title {
  color: #131313;
  font-size: 18px;
  padding-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card-contentlist {
  display: flex;
  gap: 10px;
  align-items: center;
}

.card-contentlist li {
  display: flex;
  gap: 8px;
  border-right: 1px solid #bebebe;
  padding-right: 12px;
  align-items: center;
}

.card-contentlist li:last-child {
  border-right: 0px;
  padding-right: 0px;
}

/* second small slider */
.propertycarousel.owl-carousel .owl-item img,
.propertycarousel.slick-slider .slick-slide img {
  max-height: 300px;
  height: 300px;
}

.listproprty-banner .list-propertyinnercard .nofound-sldierimg {
  max-height: 310px;
  height: 305px;
}

.owl-carousel .owl-item img {
  width: 100%;
  height: auto;
}

/* .propertycarousel.owl-carousel .owl-dots button.owl-dot {
    display: block;
} */

.propertycarousel .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 38%;
  display: none;
}

.propertycarousel .owl-dots,
.propertycarousel.slick-slider .slick-dots {
  text-align: center;
  padding-top: 15px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
}

.propertycarousel.slick-slider .slick-prev {
  left: 10px;
}

.propertycarousel.slick-slider .slick-next {
  right: 20px;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.propertycarousel .owl-dots button.owl-dot,
.propertycarousel.slick-slider .slick-dots li button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  background: #cccccc00;
  margin: 0 0px;
  border: 1px solid #f2f2f2;
  padding: 3px;
}

.propertycarousel .owl-dots button.owl-dot.active,
.propertycarousel.slick-slider .slick-dots li.slick-active button {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.propertycarousel .owl-dots button.owl-dot:focus {
  outline: none;
}

.propertycarousel .owl-nav button {
  width: 35px;
  height: 35px;
}

.propertycarousel .owl-prev.disabled {
  display: none;
}

.propertycarousel.slick-slider .slick-dots li button:focus {
  outline: none;
}

.newwarningbtn {
  position: absolute;
  top: 16px;
  left: 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  z-index: 9;
  background-color: #e8aa00;
  padding: 8px 10px;
  border-radius: 20px;
}

.forsaledarkbtn {
  position: absolute;
  top: 16px;
  left: 85px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
  background-color: #131313;
  padding: 8px 10px;
  border-radius: 20px;
  display: none;
  animation: mymove 0.5s;
  animation-fill-mode: forwards;
}

@keyframes mymove {
  from {
    left: 0px;
  }

  to {
    left: 100px;
  }
}

.listproperty-card:hover .forsaledarkbtn {
  display: block;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.discoversldierbtn {
  /* padding-top: 30px; */
}

.discoverslide-section .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.discoverslide-section .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.currency-view {
  color: #131313;
  font-size: 31px;
  font-weight: 700;
  font-family: "Cormorant Infant", serif;
}

.view-detailsDiv {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  padding-top: 20px;
}

.similer-property-row {
  background-color: #fff;
  padding-bottom: 20px;
}

/* propery listing ----------------------------------------------------------------- */

/* why invest section -------------------------------------------------------------- */

.why-investsection .nav-tabs .nav-link {
  color: #131313;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0px;
  width: max-content;
}

.why-investsection .nav-tabs {
  border-bottom: 0px;
  padding-top: 30px;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.why-investsection .nav-tabs .nav-item {
  padding-right: 20px;
  padding-left: 20px;
  width: 195px;
}

.why-investsection .nav-tabs .nav-item:first-child {
  padding-left: 0px;
}

.why-investsection .nav-tabs .nav-link.active {
  background-color: #edd4bf;
  border-color: #edd4bf;
}

.why-investsection .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.nav-tabs .nav-link:hover {
  color: #c47532;
}

.why-investsection .tab-content {
  padding-top: 30px;
}

.tab-imgsection {
  position: relative;
}

.tab-imgsection .bigtab-imgDiv {
  overflow: hidden;
  width: 400px;
  max-width: 400px;
}

.tab-imgsection .bigtab-imgDiv .tab-bigimage {
  transform: scale(1.3);
  transition-duration: 2s;
  width: 400px;
  height: 423px;
  object-fit: cover;
  object-position: center;
}

.tab-imgsection:hover .bigtab-imgDiv .tab-bigimage {
  transform: scale(1);
  width: 100%;
}

.tab-imgsection .tab-smallimage {
  position: absolute;
  right: 45px;
  bottom: -70px;
  transition: top 5s ease;
  object-fit: cover;
  width: 177px;
  height: 231px;
}

.tab-imgsection:hover .tab-smallimage {
  animation: mymoveupsmall 4s forwards;
}

.tab-imgsection .tab-smallimage {
  animation: mymovedownsmall 4s forwards;
}

@keyframes mymoveupsmall {
  from {
    top: 225px;
  }

  to {
    top: 80px;
  }
}

@keyframes mymovedownsmall {
  from {
    top: 80px;
  }

  to {
    top: 230px;
  }
}

.why-investsection .tab-contentsection .medium-title {
  padding-bottom: 20px;
}

.why-investsection p {
  padding-bottom: 20px;
}

.why-investsection p:last-child {
  padding-bottom: 0px;
}

.tabpanel-rowDiv {
  align-items: center;
}

/* why invest section -------------------------------------------------------------- */

/* how can help section------------------------------------------------------------- */

.howcan-helpsection {
  background-color: #f5f5f5;
}

.slider-item {
  width: 100%;
}

.slider-image {
  width: 100%;
  height: auto;
  display: block;
}

.image-slider {
  flex: 1;
  margin-right: 40px;
  position: relative;
  max-width: 590px;
  max-height: 100%;
  height: 590px;
}

.image-slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
}

.image-slider img {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  height: 460px;
}

.image-slider img.active {
  display: block;
  opacity: 2;
  transform: translateX(42px);
  z-index: 3;
  height: 400px;
  object-fit: cover;
}

.image-slider img.previous,
.image-slider img.previousslide {
  display: block;
  opacity: 1;
  transform: translateX(0px);
  z-index: 1;
  padding-top: 40px;
}

.image-slider img.next,
.image-slider img.nextslide {
  display: block;
  opacity: 1;
  transform: translateX(21px);
  z-index: 2;
  padding-top: 20px;
  height: 430px;
}

.image-slider img.inactive {
  display: none;
  opacity: 0;
}

.local-responsive-img {
  /* max-width: 350px; */
  width: 100%;
  height: 100%;
  /* max-height: 250px; */
}

.info-responsive-card {
  padding-bottom: 24px;
  padding-top: 22px;
}

.how-canhelpDiv-desktop {
  display: block;
}

.how-canhelpDiv-responsive {
  display: none;
}

/* Info Cards */
.info-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.info-card {
  margin: 10px 0;
  padding: 00px 60px;
  display: flex;
  gap: 14px;
  cursor: pointer;
  transition: background-color 300ms ease, padding 300ms ease,
    transform 300ms ease;
}

.info-cardtitle {
  color: #131313;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 16px;
  font-family: "Cormorant Infant", serif;
  transition: color 300ms ease, transform 300ms ease, opacity 300ms ease;
}

.info-card:hover,
.info-card.active {
  background-color: #000;
  /* animation: cardHoverAnimation 300ms linear; */
  padding: 20px 20px;
  transform: scale(1.05);
}

@keyframes cardHoverAnimation {
  0% {
    padding: 20px 60px;
    transform: scale(1);
  }

  100% {
    padding: 20px 20px;
    transform: scale(1.02);
  }
}

.info-card p {
  transition: color 300ms ease, transform 300ms ease, opacity 300ms ease;
}

.info-card:hover .info-cardtitle,
.info-card.active .info-cardtitle,
.info-card:hover p,
.info-card.active p {
  color: #ffffff;
  transform: translateY(-5px);
}

.info-card .tree-icon img {
  min-width: 32px;
  width: 32px;
  height: auto;
  object-fit: contain;
}

.how-canhelp-slider {
  padding-top: 30px;
}

/* .slider-item {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
} */

.slider-item img {
  width: 100%;
  /* Ensure images fill the container */
}

/* how can help section------------------------------------------------------------- */

/* contact section------------------------------------------------------------------ */
.contact-section {
  background-color: #ffffff;
}

.contact-formDiv {
  box-shadow: 0px 8px 15px 0px #00000026;
  background-color: #f9f1eb;
  padding: 48px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.contact-form {
  padding-top: 30px;
}

.contact-bgimg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

.contact-form input::placeholder {
  color: #7b7b7b;
}

.form-group {
  margin-bottom: 16px;
}

.form-control {
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  padding: 9px 16px;
  font-family: "Poppins", sans-serif;
  color: #7b7b7b;
}

.form-control:focus {
  box-shadow: none;
  border-color: #cdcdcd;
}

.form-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #373737;
}

.message-countpar {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 600;
  padding-top: 5px;
  text-align: end;
}

.agreen-checkDiv .form-check-label {
  color: #131313;
  font-size: 13px;
  font-weight: 400;
}

.form-check-label {
  color: #131313;
  font-size: 16px;
  font-weight: 500;
}

.form-check-inline {
  padding-left: 0px;
  cursor: pointer;
}

.form-checkDiv {
  padding-bottom: 24px;
}

.form-check-input:focus {
  box-shadow: none;
  border-color: #131313;
}

.form-check-input {
  border: 2px solid #131313;
  --bs-form-check-bg: transparent;
}

.form-check-input[type="checkbox"] {
  border-radius: 3px;
}

.form-check-input:checked {
  background-color: #c47532;
  border: 2px solid #c47532;
}

/* radio btn*/
:root {
  accent-color: #c47532;
}

/* contact section------------------------------------------------------------------ */

/* join us section ----------------------------------------------------------------- */
.joinuscard-section {
  background-color: #ffffff;
}

.joinus-cardDiv {
  background-color: #ffffff;
  box-shadow: 0px 20px 40px 0px #00000026;

  border-collapse: separate;
  border-spacing: 15px 50px;
}

.joinus-cardin {
  border: 20px solid #ffffff;
  box-shadow: inset 0 0 0 4px #c47532;
  padding: 20px;
}

.joinus-title {
  font-size: 20px;
  color: #131313;
  font-weight: 400;
  max-width: 500px;
  margin: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.joinus-cardin .form-label {
  font-weight: 500;
  color: #131313;
}

.joinus-cardin .agreen-checkDiv {
  padding-top: 16px;
}

/* join us section ----------------------------------------------------------------- */

/* our blog section ----------------------------------------------------------------*/
.ourblog-section {
  background-color: #f5f5f5;
}

.ourblog-section .secondmain-title {
  padding-bottom: 30px;
}

.blog-card {
  box-shadow: 0px 0px 10px 0px #0000001a;
  background-color: #fff;
  overflow: hidden;
}

.blog-card-content {
  padding: 20px;
}

.blog-card-content .blog-para {
  color: #7b7b7b;
  font-size: 14px;
  padding-top: 12px;
}

.blog-tagDiv {
  display: flex;
  gap: 15px;
  padding-top: 20px;
}

.blog-tagDiv li .blog-tag {
  background-color: #f8eddc;
  padding: 5px 14px;
  color: #111928;
  border-radius: 6px;
}

.persondescripDiv .view-timepara {
  color: #131313;
  font-size: 13px;
}

.persondescripDiv .person-name {
  color: #131313;
  font-size: 16px;
  font-weight: 400;
}

.view-time,
.view-timeDiv {
  display: flex;
  gap: 10px;
}

.blog-avtarDiv {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 20px;
}

.blogmain-btnDiv {
  text-align: center;
  padding-top: 30px;
}

.blog-imgDiv {
  overflow: hidden;
}

.blog-card:hover {
  background-color: #fdf9f4;
}

.blog-card:hover .blog-tag {
  background-color: #131313;
  color: #ffffff;
}

.blog-card .blog-img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition-duration: 2s;
  max-height: 320px;
  object-fit: cover;
}

.blog-card .blog-img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.blog-card .blog-card-content .person-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* animation */

@keyframes fade-in-out {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* our blog section ----------------------------------------------------------------*/

/*responsive slider blog section ------------------------------------------------------ */

.our-blogcardresponsive .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 3%;
}

.our-blogcardresponsive .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.our-blogcardresponsive .owl-nav button.owl-prev {
  left: 0;
  margin-left: 10px;
  z-index: 9;
}

.our-blogcardresponsive .owl-nav button.owl-next {
  right: 0;
  margin-right: 10px;
  z-index: 9;
}

.our-blogcardresponsive .owl-dots {
  text-align: center;
  padding-top: 25px;
}

.our-blogcardresponsive .owl-dots button.owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  background: #bebebe;
  margin: 0 10px;
  border: 2px solid #bebebe;
}

.our-blogcardresponsive .owl-dots button.owl-dot.active {
  background-color: #c47532;
  border-color: #c47532;
}

.our-blogcardresponsive .owl-dots button.owl-dot:focus {
  outline: none;
}

.our-blogcardresponsive .owl-nav button {
  position: absolute;
  top: 50%;
  background: #000;
  color: #fff;
  margin: 0;
  box-shadow: 0px 0px 10px 0px #0000001a;
  transform: translateY(-50%);
  background: #fff !important;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease-in-out;
}

.our-blogcardresponsive .owl-nav button svg {
  width: 14px;
  height: 14px;
}

.our-blogcardresponsive .owl-nav button:focus {
  outline: none;
}

.our-blogcardresponsive .owl-item {
  display: flex;
}

.our-blogcardresponsive .item {
  width: 100%;
}

.owl-slider-responsive .owl-carousel .owl-item .blog-img {
  max-height: 300px;
  height: 100%;
}

.blog-personimg {
  width: 52px !important;
  width: 52px;
  object-fit: cover;
}

.owl-slider-responsive .persondescripDiv .view-timepara {
  font-weight: 500;
}

.owl-slider-responsive .persondescripDiv .person-name {
  color: #373737;
  font-size: 16px;
  font-weight: 500;
}

.owl-slider-responsive .blog-card-content .blog-para {
  font-size: 13px;
}

.owl-slider-responsive .blog-tagDiv li .blog-tag {
  background-color: #edd4bf;
  padding: 5px 14px;
  color: #111928;
  border-radius: 100px;
  font-size: 10px;
}

.owl-slider-responsive .blog-card {
  border-radius: 10px;
  height: 100%;
  padding: 20px;
}

.owl-slider-responsive .blog-card-content {
  padding: 20px 0px 0px 0px;
  /* height: 100%;
    max-height: 232px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.owl-slider-responsive .blog-card:hover {
  background-color: #f9f1eb;
}

.owl-slider-responsive .blog-card:hover .view-time svg path {
  stroke: #212529;
  fill: none;
}

.owl-slider-responsive .owl-carousel .owl-stage-outer {
  height: 100% !important;
  padding-bottom: 5px;
}

#blogcardcarousel .owl-stage {
  display: flex;
  /* Flexbox ensures items are equal height */
  align-items: stretch;
  /* Stretch items to the tallest height */
}

#blogcardcarousel .owl-item {
  display: flex;
  align-items: stretch;
}

#blogcardcarousel .item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.our-blogcarddesktop {
  display: block;
}

.our-blogcardresponsive {
  display: none;
}

/*responsive slider blog section ------------------------------------------------------ */

/* Properties page ----------------------------------------------------------------------- */

/* Video overlay and content */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background: linear-gradient(180deg,
      rgba(7, 67, 140, 0.82) 0%,
      rgba(144, 193, 255, 0) 100%);
  opacity: 0.8;
}

.video-banner-content {
  position: relative;
  text-align: center;
  margin: 232px 0 160px 0;
}

.page-width {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.innervideobanner {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.banner-background-video,
.contact-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  animation: scale 20s linear infinite;
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* Propertoies main results section------------------------------------ */
.filter-form {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px #0000001a;
  padding: 20px 20px;
}

.filter-formDiv {
  padding-top: 24px;
}

.filter-formDiv .forminput-title {
  font-weight: 500;
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}

.multiplication-arrow {
  color: #e03352;
}

.filter-formDiv svg {
  margin-right: 5px;
}

.filter-searchbtn {
  padding-top: 24px;
}

.filter-searchbtn .regular-blackbgbtn svg {
  margin-left: 14px;
}

.filter-tagsection {
  padding-top: 24px;
}

.filter-tagsection .filter-ullist {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.filter-tagsection .filter-ullist .filter-tag {
  background-color: #f9f1eb;
  padding: 4px 12px;
  border-radius: 21px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.filter-form-select {
  background-color: transparent;
  border: 1px solid #cdcdcd;
  color: #7b7b7b;
  border-radius: 0px;
  border-radius: 4px;
}

.filter-form-select .dropdown-menu {
  color: #7b7b7b;
  border-radius: 0px;
}

.filter-form-select .dropdown-toggle {
  color: #7b7b7b !important;
  border: 0;
  padding: 9px 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-form-select .dropdown-toggle::after {
  margin-left: 1.255em;
}

.filter-form-select .dropdown-menu {
  width: 100%;
  min-width: 70px;
  box-shadow: 0px 8px 15px 0px #00000026;
}

.filter-form-select .dropdown-toggle::after {
  border-top: 0px;
  border-left: 0px;
  border-bottom: 2px solid #a4a4a4;
  border-right: 2px solid #a4a4a4;
  position: relative;
  top: 6px;
  right: 2px;
  width: 9px;
  height: 9px;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: right;
}

.filter-form-select .dropdown-menu {
  background-color: #ffffff;
  border-radius: 0px;
  padding: 10px;
  border: 0;
}

.filter-form-select .dropdown-toggle::after {
  margin-left: 1.255em;
}

.view-property-result {
  color: #131313;
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  padding-left: 30px;
}

.page-item:last-child .page-link {
  border-radius: 0px;
}

.property-pagination {
  padding-top: 24px;
}

.pagination {
  gap: 8px;
  justify-content: center;
}

.page-item:first-child .page-link {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.page-item .page-link {
  border: 1px solid #d9d9d9;
  border-radius: 0;
  color: #000000d9;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.page-item:last-child .page-link:hover svg path,
.page-item:first-child .page-link:hover svg path {
  fill: #c47532;
}

.page-item .page-link.active,
.page-item .page-link:focus,
.page-item .page-link:hover {
  color: #c47532;
  box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #c47532;
}

.main-results-Div {
  display: flex;
  gap: 7px;
  justify-content: space-between;
}

.main-result-title {
  display: flex;
  align-items: center;
}

.responsive-filter-btn {
  display: none;
}

.main-results-Div .offcanvas {
  --bs-offcanvas-width: 340px;
  box-shadow: 0px 0px 10px 0px #0000001a;
  padding: 10px;
  border: 0;
}

.offcanvas-backdrop {
  background-color: #0000009e;
}

.share-modal-titleDiv .share-modal-title {
  text-align: center;
  padding-bottom: 10px;
  padding-bottom: 22px;
}

.share-modal-titleDiv .share-modal-title:before {
  position: absolute;
  left: 50%;
  transform: translate(0px, 0px);
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #d4b480;
  margin-left: -30px;
}

.share-modalicon {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.share-copy-svg {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 9;
  top: 13px;
  left: 10px;
  background-color: #fff;
}

.share-copy-input {
  padding-left: 45px;
}

.share-post-modal.modal {
  --bs-modal-width: 680px;
}

.share-post-modal .modal-body {
  padding: 60px;
}

.share-post-modal .regular-blackbgbtn {
  padding: 10px 50px 10px 50px;
}

.share-post-modal .btn-close {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #333333;
  opacity: 1;
}

.share-post-modal .copy-linkgroup input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.homepageloadmodal.modal {
  --bs-modal-width: 719px;
}

button:focus:not(:focus-visible) {
  box-shadow: none;
}

.homepageloadmodal .btn-close {
  position: absolute;
  top: 18px;
  right: 25px;
  color: #333333;
  opacity: 1;
  z-index: 1;
  --bs-btn-close-bg: none;
  font-size: 30px;
}

.homepageloadmodal .modal-body {
  padding: 0px;
}

/* Propertoies main results section------------------------------------ */

/* Properties page ----------------------------------------------------------------------- */

/* how can help slider */

.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 500px;
  height: 500px;
  background-color: #ccc;

  -webkit-transform-style: flat !important;
  transform-style: inherit !important;
}

.img-box2 {
  position: relative;
  overflow: hidden;
}

.img-box2 .slider-area {
  overflow: hidden;
  width: 770px;
  margin-right: -72px;
}

.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: flat !important;
  transform-style: inherit !important;
}

/* properties details page ----------------------------------------------------------------------- */
.backlink-section {
  padding: 17px 0 38px 0;
}

.back-details-link svg {
  margin-right: 8px;
}

.backlink-icon {
  padding-left: 12px;
  padding-right: 12px;
}

.back-details-link {
  color: #131313;
  font-size: 18px;
  font-weight: 400;
}

.forsale-button {
  background-color: #131313;
  padding: 6px 20px 6px 20px;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid #131313;
  transition: all 0.2s linear 0s;
}

.sharewith-button {
  padding: 6px 20px 6px 20px;
  background-color: #ffffff;
  border-radius: 0;
  border: 0px;
}

.sharewith-button svg {
  margin-left: 8px;
}

.product-backDiv {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.for-saleDiv {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* main banner */
.small-thumbslidDiv {
  max-width: 910px;
  height: 122px;
  margin: 0 auto;
}

.small-thumbnailslider .slick-track {
  display: flex;
  width: 100%;
}

.small-thumbslidDiv .small-thumbnailslider .slick-slide img {
  height: 115px;
  object-fit: cover;
  width: 100%;
}

.small-slidersection {
  padding-top: 48px;
  padding-bottom: 40px;
}

#property-bigbanner .item,
.big-banner-slider .item {
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  height: 719px;
  overflow: hidden;
}

#property-smallbanner .item,
.small-thubnailsldier .slick-slide {
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  margin-left: 0 20px;
}

.small-thumbslidDiv .slick-slide {
  margin: 0 8px;
  position: relative;
}

#property-smallbanner .owl-item::after,
.small-thumbnailslider .slick-slide .item::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #00000066;
  transition: background-color 0.3s ease;
}

#property-smallbanner .owl-item:hover::after,
#property-smallbanner .item:hover::after,
.small-thumbnailslider .slick-slide .item:hover::after {
  background-color: #00000000;
}

.small-thumbnailslider .slick-arrow {
  height: 30px !important;
  width: 30px !important;
  position: absolute;
  font-size: 0;
  cursor: pointer;
  background-color: #ffffff !important;
  border: none;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 320 512"><path fill="black" d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"></path></svg>') !important;
  background-repeat: no-repeat !important;
  background-size: 18px !important;
  background-position: center !important;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px #0000001a !important;
}

.small-thumbnailslider .slick-prev {
  left: 0;
  transform: rotate(180deg) !important;
}

.small-thumbnailslider .slick-prev {
  left: -30px;
  right: auto;
  top: 37%;
}

.small-thumbnailslider .slick-next {
  right: -30px;
  left: auto;
}

#property-smallbanner .item h1 {
  font-size: 18px;
}

#property-smallbanner .current .item img::after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#property-bigbanner.owl-theme,
.slick-slider.big-banner-slider {
  position: relative;
  max-height: 719px;
  overflow: hidden;
}

#property-bigbanner.owl-theme .owl-next,
#property-bigbanner.owl-theme .owl-prev {
  /* width: 50px; */
  /* height: 50px; */
  /* margin-top: -20px; */
  position: absolute;
  top: -100px;
  z-index: 9;
}

#property-bigbanner.owl-theme .owl-next:hover,
#property-bigbanner.owl-theme .owl-prev:hover {
  background-color: transparent;
}

#property-bigbanner.owl-theme .owl-next span,
#property-bigbanner.owl-theme .owl-prev span {
  color: #ffffff !important;
  font-size: 100px;
  display: block;
  stroke-width: 2px !important;
}

.big-banner-slider .slick-arrow {
  height: 40px !important;
  width: 40px !important;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 320 512"><path fill="white" d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"></path></svg>') !important;
  background-repeat: no-repeat !important;
  background-size: 40px !important;
  background-position: center !important;
}

.big-banner-slider .slick-prev {
  left: 0;
  top: 45%;
  transform: rotate(180deg) !important;
}

#property-bigbanner.owl-theme .owl-prev,
.big-banner-slider .slick-prev {
  left: 50px;
  right: auto;
  filter: brightness(0);
}

#property-bigbanner.owl-theme .owl-next,
.big-banner-slider .slick-next {
  right: 50px;
  left: auto;
  filter: brightness(0);
}

.big-banner-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.big-banner-slider .owl-nav svg path {
  stroke: #ffffff !important;
  width: 50px;
  stroke-width: 2px !important;
}

.big-banner-slider .owl-nav svg {
  margin: 0 50px;
}

/* Property description  */
.about-propery-title {
  font-size: 20px;
  font-weight: 500;
  color: #131313;
}

.about-propery-title svg {
  margin-right: 8px;
}

.forsale-amount {
  display: flex;
  align-items: center;
  gap: 15px;
}

.forsale-currency {
  color: #c47532;
}

.about-property {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #c47532;
}

.viewfore-saleDiv {
  padding: 30px 0;
}

.view-propert-sale {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  padding-top: 40px;
}

.view-propertsaleli {
  color: #131313;
  font-size: 20px;
  font-weight: 400;
}

.view-propertsaleli svg,
.view-propertsaleli i {
  margin-right: 12px;
  width: 25px;
  height: 25px;
  color: #c47532;
  font-size: 24px;
}

.property-imgDiv p {
  padding-top: 12px;
}

.propert-imgcontent {
  padding-top: 40px;
}

.property-descripimg {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  transition-duration: 2s;
}

.property-descripimgDiv {
  overflow: hidden;
}

.property-descripimg:hover {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
}

/* amenities section----------- */
.amenities-section {
  background-color: #f9f1eb;
  padding: 30px 0;
}

.amenities-section .view-propertsaleli {
  padding-bottom: 15px;
}

.main-amenitiestitle {
  border-bottom: 1px solid #c47532;
  width: fit-content;
  padding-bottom: 12px;
}

.amenities-rowDiv,
.location-Div {
  padding-top: 24px;
}

/* location section */
.location-section {
  padding: 60px 0 60px 0;
}

.proper-detailsbanner .owl-carousel .owl-item img,
.big-banner-slider .slick-slide img {
  width: 100%;
  height: 100%;
  min-height: 298px;
  object-fit: contain;
}

.location-img {
  min-height: 250px;
  object-fit: cover;
}

.proper-detailsbanner .owl-theme .owl-dots {
  display: none;
}

/* properties details page ----------------------------------------------------------------------- */

/* contact page ---------------------------------------------------------------------------------- */
@-webkit-keyframes zoomeffect {
  0% {
    background-position: center;
    transform: scale(1, 1);
  }

  50% {
    background-position: center;
    transform: scale(2, 2);
  }

  100% {
    background-position: center;
    transform: scale(1, 1);
  }
}

@keyframes zoomeffect {
  0% {
    background-position: center;
    transform: scale(1, 1);
  }

  50% {
    background-position: center;
    transform: scale(2, 2);
  }

  100% {
    background-position: center;
    transform: scale(1, 1);
  }
}

.palms-img,
.seller-listsection,
.about-expersection,
.forward-sersection {
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
}

.forward-sersection {
  background-repeat: no-repeat;
  background-size: cover;
}

.forward-serDiv {
  padding-right: 30px;
}

.forward-serDivpara {
  padding-top: 30px;
}

.forward-serDivpara p {
  padding-bottom: 22px;
}

.forward-serDivpara p:last-child {
  padding-bottom: 0;
}

.service-responDiv {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding-top: 54px;
}

.service-responDiv svg {
  margin-right: 15px;
}

.service-respons-link {
  font-size: 20px;
  color: #131313;
}

.contact-look-img {
  max-height: 535px;
  width: 100%;
  height: 100%;
  max-width: 430px;
  max-height: 510px;
  object-fit: cover;
}

.contact-forward-img {
  max-height: 340px;
  height: auto;
  width: 100%;
  max-width: 300px;
  max-height: 300px;
  object-fit: cover;
}

.contlookforwardDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.contlookforwardfulDiv,
.contact-look-imgdiv {
  position: relative;
}

.forward-treeico {
  position: absolute;
  top: -35px;
  left: -35px;
  z-index: 1;
}

.responscontact-lookimg {
  display: none;
}

.responscontact-forwardimg,
.responsive-contact-title {
  display: none;
}

/* contact page ---------------------------------------------------------------------------------- */

/* Sellers page ---------------------------------------------------------------------------------- */
.seller-listrow {
  padding-top: 40px;
  flex-wrap: wrap-reverse;
}

.seller-listcontent p {
  padding-bottom: 30px;
}

.seller-listcontent p:last-child {
  padding-bottom: 0px;
}

.respos-seller-title {
  color: #131313;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 22px;
  display: none;
}

.banefit-section {
  background-color: #efefef;
}

.benefit-Div {
  display: flex;
  justify-content: left;
  flex-direction: row;
  border-right: 2px solid #c47532;
  height: 100%;
}

.banefit-section .row .benefit-row:last-child .benefit-Div {
  border-right: 0px;
}

.benefit-fullrow {
  padding-top: 30px;
}

.benefit-count {
  width: min-content;
  color: #c47532;
  font-size: 90px;
  font-weight: 700;
  font-family: "Cormorant Infant", serif;
  margin-right: -5px;
}

.benefit-card {
  background-color: #131313;
  padding: 48px 20px;
  max-width: 310px;
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.benefit-card .benefit-title {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}

.seller-listimg {
  overflow: hidden;
}

.seller-descripimg {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  transition-duration: 2s;
  width: 100%;
  height: 544px;
  object-fit: cover;
}

.seller-descripimg:hover {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}

.seller-listdescription {
  padding-right: 60px;
}

/* Sellers page ---------------------------------------------------------------------------------- */

/* About Us page ---------------------------------------------------------------------------------- */
.about-expersection .main-title {
  max-width: 890px;
  margin: 0 auto;
}

.about-experrowDiv {
  padding-top: 45px;
}

.about-experrowDiv .tab-imgsection {
  padding-bottom: 35px;
}

.growth-section {
  background-color: #efefef;
}

.growth-imgsection {
  display: flex;
  gap: 24px;
}

.growth-imgDiv .growth-img {
  width: 100%;
}

.growth-leftDiv .growth-imgDiv,
.growth-rightDiv .growth-imgDiv {
  overflow: hidden;
}

.growth-leftDiv .growth-imgDiv:nth-child(2) {
  margin-top: 24px;
}

.growth-rightDiv .growth-imgDiv:nth-child(2) {
  margin-top: 24px;
}

.growth-leftDiv .growth-imgDiv:nth-child(1) .growth-img {
  max-height: 350px;
  height: 350px;
  width: 300px;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition-duration: 2s;
}

.growth-leftDiv .growth-imgDiv:nth-child(2) .growth-img {
  max-height: 200px;
  height: 200px;
  width: 300px;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition-duration: 2s;
}

.growth-rightDiv .growth-imgDiv:nth-child(1) .growth-img {
  max-height: 200px;
  height: 200px;
  width: 350px;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition-duration: 2s;
}

.growth-rightDiv .growth-imgDiv:nth-child(2) .growth-img {
  max-height: 350px;
  height: 350px;
  width: 350px;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition-duration: 2s;
}

.growth-leftDiv .growth-imgDiv:nth-child(1) .growth-img:hover,
.growth-leftDiv .growth-imgDiv:nth-child(2) .growth-img:hover,
.growth-rightDiv .growth-imgDiv:nth-child(1) .growth-img:hover,
.growth-rightDiv .growth-imgDiv:nth-child(2) .growth-img:hover {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
}

.about-missionsection {
  background-color: #fff;
}

.about-misscardDiv .benefit-card {
  background-color: #131313;
  padding: 24px 20px;
  max-width: 290px;
  margin-top: 43px;
  display: flex;
  align-items: center;
}

.about-misscardDiv .benefit-count {
  margin-right: -45px;
}

.growth-umrellaico {
  position: absolute;
  right: 40px;
  bottom: -28px;
  z-index: 9;
}

/* About Us page ---------------------------------------------------------------------------------- */

/* Faqs page ---------------------------------------------------------------------------------- */

.faq-rowsection {
  padding-top: 60px;
}

.faqs-accordian .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px 0px 10px;
  width: 100%;
  border: 1px solid #cdcdcd;
  border-radius: 0px !important;
  padding: 16px;
}

.faqs-accordian .accordion-icon {
  width: 45px;
  height: 48px;
  padding: 9px;
  fill: #333333;

  stroke-width: 0px;
}

.faqs-accordian .accordion-item .accordion-collapse {
  margin-bottom: 20px;
  border-top: 0 !important;
  margin: 0px;
  padding: 0px;
  margin: 0 0;
  border: 1px solid #c47532;
  border-radius: 0px;
}

.faqs-accordian .accordion-body {
  padding: 16px 12px;
  color: #131313;
  font-weight: 400;
  font-size: 13px;
  margin: 0 15px;
  border-top: 1px solid #cdcdcd;
}

.faqs-accordian .accordion-item {
  margin-bottom: 20px;
  border: 0;
}

.faqs-accordian .accordion-item:not(:first-of-type) {
  border-top: 0;
}

.faqs-accordian .accordion-item:last-child {
  margin-bottom: 0px;
}

.faqs-accordian .accordion-button::after {
  display: none;
}

.accordion-icon path {
  stroke: #000;
  fill: #000;
}

.faqs-accordian .accordion-button .accordion-iconDiv {
  background-color: #fff;
  background-color: transparent;
  transition: transform 0.3s ease, fill 0.3s ease, background-color 0.3s ease;
  border-left: 1px solid #bebebe;
}

.faqs-accordian .accordion-button:not(.collapsed) .accordion-iconDiv {
  background-color: #131313;
}

.faqs-accordian .accordion-button:not(.collapsed) .accordion-icon {
  transform: rotate(180deg);
  fill: white;
  width: 45px;
  height: 48px;
  padding: 9px;
}

.faqs-accordian .accordion-button:not(.collapsed) .accordion-icon path {
  stroke: #fff;
  fill: #fff;
}

.accordion-button:not(.collapsed) {
  color: #7b7b7b;
  background-color: #fff;
  box-shadow: none;
  border-bottom: 0;
  border-color: #c47532;
}

.faqs-accordian .accordion-title {
  color: #7b7b7b;
  font-size: 20px;
  font-weight: 500;
  padding-left: 12px;
  padding-right: 10px;
}

.accordion-button:focus {
  box-shadow: none;
}

.faqs-bgimg {
  max-height: 100%;
  height: 815px;
  width: 100%;
  object-fit: cover;
  object-position: left;
}

.responsive-contetfaqs {
  display: none;
  padding-top: 16px;
}

.responsive-faqsimage {
  display: none;
}

/* Faqs page ----------------------------------------------------------------------------------  */

.listproprty-secondbanner {
  padding-top: 0;
}

/* main banner */
.fullwidth-slider {
  position: relative;
}

.ui-big-images {
  position: relative;
}

.ui-big-image {
  display: none;
  /* Hide all images by default */
}

.ui-big-image.active {
  display: block;
  /* Show only the active image */
}

.ui-thumbnail {
  cursor: pointer;
  box-shadow: 0px 3px 8px 0px #00000026;
}

.ui-thumbnail.active {
  border: 2px solid blue;
  /* Highlight the active thumbnail */
}

.properties-fipterslider .listproprty-banner {
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
}

.ui-dots {
  position: absolute;
  left: 50%;
  bottom: 60px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  transform: translateX(-50%);
}

.ui-dot {
  background-color: transparent;
  margin: 0 5px;
  cursor: pointer;
  border: 1px solid #f2f2f2;
  padding: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50px;
}

.ui-dot.active {
  background: #f2f2f2;
}

.filter-form .regular-blackborderbtn {
  font-size: 18px;
}

.nofound-sldierimg {
  max-height: 300px;
}

.privacy-policysection h1 {
  color: #131313;
  font-weight: 700;
  font-size: 45px;
  font-family: "Cormorant Infant", serif;
  margin-bottom: 20px;
}

.privacy-policysection a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}

.privacy-policysection h2:first-child,
.privacy-policysection h3:first-child,
.privacy-policysection h4:first-child,
.privacy-policysection h5:first-child,
.privacy-policysection h6:first-child {
  margin-top: 0;
}

.privacy-policysection h2,
.privacy-policysection h3,
.privacy-policysection h4,
.privacy-policysection h5,
.privacy-policysection h6 {
  color: #131313;
  font-weight: 700;
  font-size: 35px;
  font-family: "Cormorant Infant", serif;
  margin-bottom: 20px;
  margin-top: 20px;
}

.privacy-policysection p {
  color: #131313;
  font-size: 15px;
  margin-bottom: 10px;
}

.privacy-policysection ul {
  list-style-type: disc;
  padding-left: 2rem;
  margin-bottom: 10px;
  font-weight: 500;
}

.privacy-policysection ul li {
  margin-bottom: 5px;
}

.elVideo.blurred {
  filter: blur(10px);
  transition: filter 1s ease-in-out;
}

.elVideo.clear {
  filter: none;
}

.p-progress-spinner-circle {
  stroke: #c47532 !important;
}

.joinuscard-section .joinus-cardDiv .joinus-cardin {
  height: auto;
}

.joinus-cardin {
  height: auto;
}

/* .joinus-cardin .tf-v1-widget iframe{
    max-height: 315px !important;
} */
.joinus-cardin .mailining-en>div {
  min-height: 260px !important;
  height: 100% !important;
}

.kxrXOe {
  padding-inline: 10px !important;
}

.gm-style-iw button.gm-ui-hover-effect {
  display: none !important;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: #fff;
}

.th-preloader {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.th-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.th-preloader .animation-preloader .txt-loading {
  font-family: "Cormorant Infant", serif;
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.th-preloader .animation-preloader .txt-loading .characters {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.th-preloader .animation-preloader .txt-loading .characters:before {
  -webkit-animation: characters 4s infinite;
  animation: characters 4s infinite;
  color: #c47532;
  content: attr(preloader-text);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

@keyframes characters {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

/* 404 page */
.pagenotfound {
  background-size: cover;
  height: 100vh;
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.pagenotfound-box {
  box-shadow: 0px 8px 15px 0px #00000026;
  background-color: #f9f1eb;
  padding: 50px 50px;
  overflow: hidden;
  position: relative;
}

.pagenotfound-box .main-title {
  font-size: 100px;
  margin-bottom: 20px;
  line-height: 1;
}

.pagenotfound-box p {
  margin-bottom: 50px;
  font-size: 14px;
}

.sideimg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.site-logo {
  width: 200px;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.gm-style {
  position: relative !important;
}

.gm-bundled-control {
  position: absolute !important;
  top: 49vh;
  /* Adjust as needed */
  right: 10px;
  /* Adjust as needed */
  z-index: 1;
}


.property-imgDiv .property-description ul {
  list-style-type: disc;
  padding-left: 2rem;
  margin-bottom: 10px;
}

.property-imgDiv .property-description ul li {
  margin-bottom: 10px;
}

.property-imgDiv .property-description p {
  margin-bottom: 10px;
  padding: 0;
}

.property-imgDiv .currency-view,
.property-imgDiv .medium-title {
  margin-bottom: 10px;
}

/*  */
.social-reference-poplink {
  position: fixed;
  z-index: 1;
  bottom: 25px;
  right: 20px;
  background-color: #c47532;
  color: #fff;
  border: 1px solid #c47532;
  border-radius: 50px;
  padding: 5px;
  width: 50px;
  height: 50px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-reference-poplink i,
.social-reference-poplink svg {
  transition: all 0.5s;
}

.social-popoverlist .social-link {
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.social-popoverlist li:last-child .social-link {
  padding-bottom: 0;
  border-bottom: 0px;
  margin-bottom: 0px;
}

.social-popoverlist li .social-smalltitle {
  font-size: 14px;
  color: #c47532;
  font-weight: 600;
  transition: all 0.5s;
}

.social-popoverlist li .social-link:hover .social-smalltitle {
  color: #000;
}

.social-popoverlist li .social-para {
  font-size: 13px;
  font-weight: 400;
  color: #6B7D89;
}

.social-popoverlist li i,
.social-popoverlist li svg {
  background-color: #c47532;
  color: #fff;
  line-height: normal;
  min-width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.5s;
}

.social-popoverlist li .social-link:hover i,
.social-popoverlist .social-link:hover svg {
  background-color: #000;
  color: #fff;
}

.social-closeicon {
  font-size: 24px;
  transition: all 0.5s linear 0s;
}

.popover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border: 0px;
  transform: unset !important;
  inset: unset !important;
  right: 20px !important;
  bottom: 90px !important;
  left: auto !important;
  position: fixed !important;
}

.popover-body {
  width: 200px;
}

.popover .popover-arrow {
  left: auto !important;
  transform: unset !important;
  right: 20px !important;

}

.contact-formDiv.detail-form {
  margin-top: 50px;
  position: relative;
  padding: 30px;
  z-index: 1;
}

.contact-formDiv.detail-form .main-title {
  font-size: 40px;
}

/*  */
.customer-propertyheader {
  background-color: rgba(249, 241, 235, 1);
  padding: 15px 0;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
}

.customproperty-usertitle {
  background-color: rgba(249, 241, 235, 1);
  padding: 5px 20px;
  display: inline-block;
  margin: 0 auto;
  color: rgba(196, 117, 50, 1);
}
.sitemap-list{
  border-top: 1px solid #0000001a;
  padding-top: 30px;
  margin-top: 30px;
}
.sitemap-list:first-child{
border-top: 0;
  padding-top: 0px;
  margin-top: 0px;  
}
.sitemap-list ul{
  display: flex;
  flex-wrap: wrap;
gap: 20px;
}
.sitemap-list li{
  width: 20%;
  display: inline-block;

}
.sitemap-list li a{
  font-size: 16px;
  /* word-break: break-all; */
  word-break: normal;
  overflow-wrap: anywhere;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.sitemap-list li a:hover{
  color: #c47532;
  transition:all 0.5s ;
  -webkit-transition:all 0.5s ;
  -moz-transition:all 0.5s ;
  -ms-transition:all 0.5s ;
  -o-transition:all 0.5s ;
}

.blog-bannerDiv {
    background: linear-gradient(180deg, rgba(7, 67, 140, 0.82) 0%, rgba(144, 193, 255, 0) 100%);

}

.blog-propertiessection .listproperty-card {
    height: auto !important;
    border: 0px;
}

.blog-propertiessection .listproperty-card:hover,
.blog-propertiessection .listproperty-card:hover .card-itemcontentDiv {
    background-color: rgba(253, 249, 244, 1);
    transition: 0.5s all;
}

.blog-propertiessection .listproperty-card .card-itemcontentDiv {
    bottom: unset !important;
    padding: 24px;
}

.blog-propcontentlist {
    flex-wrap: wrap;
}

.card-contentlist.blog-propcontentlist li {
    border-right: 0px;
    padding-right: 0px;
    font-size: 13px;
    color: #8F9092;
    font-weight: 300;
}

.card-contentlist.blog-propcontentlist .card-contentspan {
    color: #C47532;
    font-size: 14px;
    font-weight: 700;
    font-family: "Cormorant Infant", serif;
    text-transform: uppercase;
}

.card-contentlist.blog-propcontentlist li::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #8F9092;
    display: inline-block;
}

.card-contentlist.blog-propcontentlist li:last-child:after {
    display: none;
}

.blog-propertiessection .card-itemcontentDiv .content-title,
.blogdetails-title {
    color: #1D1E21;
    font-size: 24px;
    font-weight: 700;
    font-family: "Cormorant Infant", serif;
}

.listproperty-card {
    transition: border-color 0.3s ease;
}

.blog-detailscontent .postaboutme-image {
    width: 114px;
    height: 100px;
    object-fit: cover;
}

.blog-detailscontent .filter-tagsection .filter-ullist {
    gap: 5px;
}

.blog-detailscontent .filter-tagsection .filter-ullist .filter-tag {
    border: 1px solid #D7D7D7;
    background-color: #FFFFFF;
    color: #545657;
    font-size: 13px;
    font-weight: 700;
    font-family: "Cormorant Infant", serif;
    padding: 8px 19px;
    border-radius: 0px;
    transition: 0.5s all;
}

.blog-detailscontent .filter-tagsection .filter-ullist .filter-tag:hover {
    background-color: #131313;
    border: 1px solid #131313;
    color: #FFFFFF;
}

.blog-propertiessection .owl-nav {
    display: block;
    top: 50%;
    transform: translateY(-50%);
    height: fit-content;
}

.blog-propertiessection .owl-nav button.owl-prev,
.blog-propertiessection .owl-nav button.owl-next {
    border: 1px solid #C47532;
}

/* =====================================================================
BLOG DETAILS PAGE
===================================================================== */
.blog-propertiesdetails .property-descripimgDiv {
    height: 323px;
}

.blog-propertiesdetails .listproperty-card {
    box-shadow: 0px 20px 40px 0px #00000026;
}

.list-properyproductDiv .listproperty-card:hover .blog-imgDiv img,
.blog-propertiessection .listproperty-card:hover .blog-imgDiv img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
}

.blog-propertiesdetails .listproperty-card .card-itemcontentDiv {
    border: 1px solid #C47532 !important;
}

/* .blog-detailscontent .our-blogdetailcard p {
    color: #545657;
    font-weight: 300;
    font-size: 16px;
} */

.our-blogdetailcard h1,
.our-blogdetailcard h2,
.our-blogdetailcard h3,
.our-blogdetailcard h4,
.our-blogdetailcard h5,
.our-blogdetailcard h6 {
    color: #1D1E21;
    font-size: 32px;
    font-weight: 700;
    font-family: "Cormorant Infant", serif;
    padding-bottom: 22px;
}

.our-blogdetailcard h2 {
    font-size: 30px;
}

.our-blogdetailcard h3 {
    font-size: 28px;
}

.our-blogdetailcard h4 {
    font-size: 26px;
}

.our-blogdetailcard h5 {
    font-size: 24px;
}

.our-blogdetailcard h6 {
    font-size: 22px;

}

.our-blogdetailcard ul {
    padding-left: 32px;
    list-style: disc;
    margin-bottom: 20px;
}

.our-blogdetailcard li {
    color: #545657;
    font-weight: 300;
    margin-bottom: 10px;
}

.our-blogdetailcard li span {
    font-weight: 600;
}

.blog-detailscontent .our-blogdetailcard p,
.blog-contentpadding {
    padding-bottom: 22px;
}

.blog-detailscontent .strong-testimonialDiv {
    display: flex;
    align-items: end;
    gap: 22px;
    background-color: #F9F1EB;
    border: 1px solid #C47532;
    padding: 45px;
    margin: 0px 0px 22px 0px;
}

.blog-detailscontent .testimonial-span {
    color: #1D1E21;
    font-weight: 700;
    font-family: "Cormorant Infant", serif;
    font-size: 21px;
    position: relative;
    padding-left: 65px;
}

.blog-detailscontent .testimonial-span::before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #C47532;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.blog-detailscontent .testimonial-iconDiv {
    margin-bottom: -20px;
    margin-right: -20px;
}

.blog-detailscontent .filter-form {
    border: 1px solid #C47532;
    padding: 40px;
}

.blog-detailscontent .currency-view {
    padding: 27px 0px;
    font-size: 20px;
}

.currency-viewsearchinput input {
    padding: 13px 13px 13px 40px;
    color: #1D1E21;
    font-size: 15px;
    font-weight: 300;
    border-radius: 0px;
}

.currency-viewsearchinput input::placeholder {
    color: #8F9092;
}

.currency-viewsearch {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    z-index: 1;
}

@media screen and (max-width: 1366px) {
    .blog-detailscontent .postaboutme-image {
        width: 100px;
        height: 95px;
    }

    .blog-detailscontent .filter-form {
        padding: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .blog-propertiessection .listproperty-card .card-itemcontentDiv {
        padding: 20px;
    }

    .blog-propertiesheading img {
        width: 100%;
        max-width: 40px;
    }

    .blog-detailscontent .strong-testimonialDiv {
        padding: 35px;
    }

    .testimonial-iconDiv svg {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 991px) {
    .blog-detailscontent .strong-testimonialDiv {
        padding: 25px;
    }

    .blog-detailscontent .testimonial-iconDiv {
        margin-bottom: -10px;
        margin-right: -5px;
    }

    .blog-propertiessection .owl-nav button.owl-prev,
    .blog-propertiessection .owl-nav button.owl-next {
        width: 35px;
        height: 35px;
    }

    .blog-propertiessection .owl-nav {
        width: 100%;
        bottom: 3%;
        top: unset;
    }

    .our-blogdetailcard h1 {
        font-size: 30px;
    }

    .our-blogdetailcard h2 {
        font-size: 28px;
    }

    .our-blogdetailcard h3 {
        font-size: 26px;
    }

    .our-blogdetailcard h4 {
        font-size: 24px;
    }

    .our-blogdetailcard h5 {
        font-size: 22px;
    }

    .our-blogdetailcard h6 {
        font-size: 20px;

    }

}

@media screen and (max-width: 575px) {

    .blog-propertiessection .listproperty-card .card-itemcontentDiv,
    .blog-detailscontent .filter-form,
    .blog-detailscontent .strong-testimonialDiv {
        padding: 15px;
    }

    .blog-propertiessection .card-itemcontentDiv .content-title,
    .blogdetails-title {
        font-size: 20px;
    }

    .blog-propertiesdetails .property-descripimgDiv {
        height: 250px;
    }

    .blog-detailscontent .postaboutme-image {
        width: 90px;
        height: 85px;
    }

    .blog-detailscontent .currency-view {
        font-size: 18px;
        padding: 20px 0px;
    }

    .testimonial-iconDiv svg {
        width: 45px;
        height: 45px;
    }

    .blog-detailscontent .our-blogdetailcard p,
     .our-blogdetailcard h1,
     .our-blogdetailcard h2,
     .our-blogdetailcard h3,
     .our-blogdetailcard h4,
     .our-blogdetailcard h5,
     .our-blogdetailcard h6,
    .blog-contentpadding {
        padding-bottom: 12px;
    }

    /* .blog-detailscontent .our-blogdetailcard p {
        font-size: 14px;
    } */

    .our-blogdetailcard h1 {
        font-size: 28px;
    }

    .our-blogdetailcard h2 {
        font-size: 26px;
    }

    .our-blogdetailcard h3 {
        font-size: 24px;
    }

    .our-blogdetailcard h4 {
        font-size: 22px;
    }

    .our-blogdetailcard h5 {
        font-size: 20px;
    }

    .our-blogdetailcard h6 {
        font-size: 18px;

    }
}

/* Property details page --------------------------------------------- */

.property-descriptionDiv h1,
.property-descriptionDiv h2,
.property-descriptionDiv h3,
.property-descriptionDiv h4,
.property-descriptionDiv h5,
.property-descriptionDiv h6 {
  margin-bottom: 12px;
  color: #131313;
  font-weight: 700;
  padding-top: 0;
  font-family: "Cormorant Infant", serif;
}

.property-descriptionDiv p {
  margin-bottom: 12px;
  padding-top: 0;
}

.property-descriptionDiv ul,
.property-descriptionDiv ol {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.property-descriptionDiv ol {
  list-style-type: decimal;
}

.property-descriptionDiv ul li,
.property-descriptionDiv ol li {
  color: #131313;
  font-size: 18px;
  margin-bottom: 12px;
}

.property-descriptionDiv h1 {
  font-size: 39px;
}

.property-descriptionDiv h2 {
  font-size: 35px;
}

.property-descriptionDiv h3 {
  font-size: 31px;
}

.property-descriptionDiv h4 {
  font-size: 28px;
}

.property-descriptionDiv h5 {
  font-size: 24px;
}

.property-descriptionDiv h6 {
  font-size: 22px;
}
/* mailing list form (HubSpot-wired) ------------------------------------------ */
.ml-card {
  background-color: #f9f1eb;
  border-radius: 20px;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 56px 56px 48px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ml-card-bgimg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  z-index: -1;
  pointer-events: none;
  opacity: 0.85;
}

.ml-card-header {
  text-align: center;
  margin-bottom: 36px;
  position: relative;
}

.ml-card-logo {
  height: 56px;
  width: auto;
  margin-bottom: 20px;
}

.ml-card-title {
  font-family: "Cormorant Infant", serif;
  font-size: 52px;
  font-weight: 700;
  color: #131313;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.ml-card-tagline {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5a5a5a;
  margin: 0;
  line-height: 1.5;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.ml-form {
  position: relative;
}

.ml-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ml-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
}

.ml-field {
  display: flex;
  flex-direction: column;
}

.ml-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #131313;
  margin-bottom: 8px;
  letter-spacing: 0;
}

.ml-input {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #131313;
  background: #ffffff;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  padding: 14px 16px;
  width: 100%;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  outline: none;
}

.ml-input::placeholder {
  color: #7b7b7b;
  font-weight: 400;
}

.ml-input:hover {
  border-color: #a8a8a8;
}

.ml-input:focus {
  border-color: #c47532;
  box-shadow: 0 0 0 4px rgba(196, 117, 50, 0.15);
}

.ml-select-wrap {
  position: relative;
}

.ml-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 44px;
  cursor: pointer;
}

.ml-select-chevron {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
}

.ml-error {
  font-family: "Poppins", sans-serif;
  color: #c0392b;
  font-size: 13px;
  margin-top: 6px;
}

.ml-actions {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.ml-submit {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  background: #131313;
  border: none;
  border-radius: 10px;
  padding: 16px 32px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  box-shadow: 0 4px 12px rgba(19, 19, 19, 0.18);
  min-width: 200px;
  justify-content: center;
}

.ml-submit:hover:not(:disabled) {
  background: #000000;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(19, 19, 19, 0.22);
}

.ml-submit:hover:not(:disabled) .ml-submit-arrow {
  transform: translateX(3px);
}

.ml-submit:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(19, 19, 19, 0.15);
}

.ml-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.ml-submit-arrow {
  transition: transform 0.18s ease;
}

.ml-success {
  text-align: center;
  padding: 24px 0 8px;
}

.ml-success-icon {
  display: inline-flex;
  margin-bottom: 16px;
}

.ml-success-title {
  font-family: "Cormorant Infant", serif;
  font-size: 38px;
  font-weight: 700;
  color: #131313;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}

.ml-success-text {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #5a5a5a;
  margin: 0;
}

@media (max-width: 768px) {
  .ml-card {
    padding: 40px 28px 32px;
    border-radius: 16px;
  }

  .ml-card-bgimg {
    opacity: 0.4;
  }

  .ml-card-header {
    margin-bottom: 28px;
  }

  .ml-card-logo {
    height: 48px;
    margin-bottom: 16px;
  }

  .ml-card-title {
    font-size: 38px;
  }

  .ml-card-tagline {
    font-size: 15px;
  }

  .ml-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ml-actions {
    margin-top: 28px;
  }

  .ml-submit {
    width: 100%;
    padding: 18px 24px;
  }
}

@media (max-width: 480px) {
  .ml-card {
    padding: 32px 20px 28px;
    border-radius: 14px;
  }

  .ml-card-bgimg {
    opacity: 0.25;
  }

  .ml-card-header {
    margin-bottom: 24px;
  }

  .ml-card-logo {
    height: 44px;
    margin-bottom: 14px;
  }

  .ml-card-title {
    font-size: 30px;
  }

  .ml-card-tagline {
    font-size: 14px;
    line-height: 1.45;
  }

  .ml-input {
    padding: 13px 14px;
    border-radius: 10px;
  }

  .ml-submit {
    padding: 16px 24px;
    border-radius: 10px;
  }
}

.ml-submit:active:not(:disabled) {
  transform: translateY(0);
  background: #000000;
  box-shadow: 0 2px 6px rgba(19, 19, 19, 0.18);
}

@media (prefers-reduced-motion: reduce) {
  .ml-input,
  .ml-submit,
  .ml-submit-arrow {
    transition: none;
  }
  .ml-submit:hover:not(:disabled) {
    transform: none;
  }
  .ml-submit:hover:not(:disabled) .ml-submit-arrow {
    transform: none;
  }
}
/* phone input (react-phone-number-input) — matches .form-control look ------ */
.hs-phone-input.PhoneInput {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  padding: 0 0 0 12px;
  font-family: "Poppins", sans-serif;
  color: #131313;
  font-size: 16px;
  min-height: 44px;
  transition: border-color 0.15s ease;
}

.hs-phone-input .PhoneInputCountry {
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
  padding-right: 10px;
  border-right: 1px solid #e6e6e6;
  align-self: stretch;
}

.hs-phone-input .PhoneInputCountryIcon {
  width: 24px;
  height: 18px;
  box-shadow: none;
  background: transparent;
}

.hs-phone-input .PhoneInputCountryIcon--border {
  box-shadow: none;
  background: transparent;
}

.hs-phone-input .PhoneInputCountryIconImg {
  display: block;
}

.hs-phone-input .PhoneInputCountrySelectArrow {
  margin-left: 8px;
  color: #7b7b7b;
  opacity: 0.9;
  border-style: solid;
  border-color: currentColor;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-width: 1px;
  width: 6px;
  height: 6px;
}

.hs-phone-input .PhoneInputInput {
  border: none;
  outline: none;
  background: transparent;
  padding: 9px 16px 9px 0;
  font-family: inherit;
  font-size: inherit;
  color: #131313;
  width: 100%;
  min-width: 0;
}

.hs-phone-input .PhoneInputInput::placeholder {
  color: #7b7b7b;
}

.hs-phone-input .PhoneInputCountrySelect:focus + .PhoneInputCountryIcon {
  box-shadow: none;
}