@font-face {
  font-family: "Futura";
  src: url("/assets/realestate/fonts/Futura-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("/assets/realestate/fonts/Futura-Bold.otf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("/assets/realestate/fonts/Futura-Medium.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("/assets/realestate/fonts/Futura-Heavy.otf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("/assets/realestate/fonts/Futura-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("/assets/realestate/fonts/Futura-Light.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Futura PT";
  src: url("/assets/realestate/fonts/FuturaCyrillicBlack.woff")
    format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  src: url("/assets/realestate/fonts/FuturaCyrillicBold.woff")
    format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  src: url("/assets/realestate/fonts/FuturaCyrillicMedium.woff")
    format("truetype");
  font-weight: 450;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  src: url("/assets/realestate/fonts/FuturaCyrillicBold.woff")
    format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  src: url("/assets/realestate/fonts/FuturaCyrillicBook.woff")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  src: url("/assets/realestate/fonts/FuturaCyrillicLight.woff")
    format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Futura PT";
  src: url("/assets/realestate/fonts/FuturaCyrillicExtraBold.woff")
    format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* /assets/realestate */

*,
::after,
::before {
  box-sizing: border-box;
}

b {
  font-weight: 600 !important;
}

ul,
li {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

body {
  font-family: "Futura PT", sans-serif !important;
  font-weight: 500 !important;
}

.form-control:focus,
button:focus,
button:focus-visible {
  outline: none;
  box-shadow: none;
}

.gap-19 {
  gap: 19px;
}

.mt-40 {
  margin-top: 40px;
}

.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.res-navlink.active .nav-link {
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.res-navlink.active .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 2px;
  background-color: #566c9c;
}

.res-navlink a {
  font-family: "Futura PT";
  font-weight: 600 !important;
}

.general-page {
  min-height: calc(100vh - 500px);
}

.home-page .banner-section {
  position: relative;
  /* background-image: url(/assets/realestate/images/home-page-banner.png); */
  background-image: url("https://storage.googleapis.com/mydev-storage/mydev-storage/home-page-banner.webp");
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}
/* .banner-section .container-fluid, .summit_difference .container-fluid, .our_capabilities .container-fluid, .experience-section .container-fluid {
  padding-left: 90px;
  padding-right: 90px;
} */
.home-page .banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00000066;
  z-index: 1;
}

.banner-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 30px 0;
}

.banner-header .header-logo {
  width: 100%;
  height: 90px;
}

.banner-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-header .menu-toggle {
  border: none;
  background-color: transparent;
}

.home-page .banner-section .container-fluid,
.home-page .banner-section .left-col,
.home-page .banner-section .right-col {
  position: relative;
  z-index: 2;
}

.home-page .banner-section .left-col h3 {
  font-family: "Futura PT";
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #fff;
}

.home-page .banner-section .grid_banner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
}

.home-page .banner-section .left-col .buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.home-page .banner-section .left-col .buttons-wrapper a {
  border-radius: 7px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  display: flex;
  font-family: "Futura PT";
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px;
  height: 48px;
  min-width: 160px;
}

.home-page .banner-section .left-col .buttons-wrapper a.view_listings {
  background-color: #566c9c;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 13px;
}
.home-page .banner-section .left-col .buttons-wrapper a.view_listings > img {
  width: 20px;
}
.home-page .banner-section .right-col .right-col-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 22px;
}

.home-page .banner-section .right-col .item {
  background: linear-gradient(
    180deg,
    rgba(86, 108, 156, 0.33) 34.62%,
    rgba(20, 35, 69, 0.33) 100%
  );

  border-radius: 7px;
  padding: 24px;
  margin-bottom: 26px;
  max-width: 400px;
  min-width: 238px;
  backdrop-filter: blur(17.51983070373535px);
}

.home-page .banner-section .right-col .item img {
  margin-bottom: 12px;
  width: 32px;
}

.home-page .banner-section .right-col .item h4 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.home-page .banner-section .right-col .item h5 {
  font-size: 15px;
  font-family: "Futura PT";
  font-weight: 450;
  color: #d9d9d9;
  margin-bottom: 6px;
}

.home-page .banner-section .right-col .item p {
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  margin-top: 25px;
}

/* .home-page .gradient-bg {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.26) 0%,
    rgba(192, 192, 192, 0.26) 100%
  );
} */

.home-page .minds_success_section {
  padding: clamp(40px, 5vw, 60px) 0;
  background-color: #f2f2ed;
}

.home-page .minds_success_section h3 {
  font-family: "Futura PT";
  font-size: 30px;
  margin-bottom: 54px;
  font-weight: 600;
  color: #0b0f15;
  text-align: center;
  text-transform: uppercase;
}

.home-page .minds_success_section h3 span {
  color: #90b9ed;
}

.home-page .minds_success_section .minds_behind_success_row .item {
  text-align: center;
}

.home-page .minds_success_section .minds_behind_success_row .item h5 {
  font-family: "Futura PT";
  font-size: clamp(48px, 3vw, 48px);
  font-weight: 600;
  color: #142345;
  text-align: center;
  margin-bottom: 0;
}

.home-page .minds_success_section .minds_behind_success_row .item span {
  font-size: 21px;
  font-weight: 600;
  color: #90b9ed;
}

.home-page .summit_difference {
  background-color: #142345;
  padding: clamp(40px, 5vw, 60px) 0;
}

.home-page .summit_difference h5 {
  font-family: "Futura PT";
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 61px;
  text-align: center;
  color: #f2f2ed;
  text-transform: uppercase;
}

.home-page .summit_difference .item {
  /* display: flex;
  gap: 11px; */
  text-align: center;
}

.home-page .summit_difference .circle {
  width: 13px;
  height: 13px;
  background-color: #566c9c;
  border-radius: 50%;
  margin-top: 5px;
  flex-shrink: 0;
}

.home-page .summit_difference .row h6 {
  font-family: "Futura PT";
  font-size: 17px;
  font-weight: 600;
  color: #f2f2ed;
  margin: 0;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 11px;
}

.home-page .summit_difference .row p {
  font-family: "Futura PT";
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}

.home-page .minds_success_section .buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 54px;
}

.home-page .minds_success_section .buttons-wrapper a {
  font-family: "Futura PT";
  border-radius: 7px;
  font-size: 16px;
  font-weight: 600;
  color: #142345;
  background-color: #90b9ed;
  padding: 14px 26px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-page .minds_success_section .buttons-wrapper a.meet_team {
  background-color: #566c9c;
  color: #f2f2ed;
}

.home-page .gradient-bg {
  background: linear-gradient(
    180deg,
    rgba(242, 242, 237, 0.5) 31.25%,
    rgba(144, 185, 237, 0.5) 100%
  );
}

.home-page .our_capabilities {
  padding-top: clamp(40px, 8vw, 60px);
}

.home-page .our_capabilities h4 {
  font-family: "Futura PT";
  font-size: 30px;
  font-weight: 600;
  color: #0b0f15;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

/* .home-page .our_capabilities .capabilities_grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 66px;
} */

.home-page .our_capabilities .item {
  background: #fff;
  border-radius: 7px;
  padding: 22px;
}

.home-page .our_capabilities .item img {
  margin-bottom: 22px;
  width: 62px;
}

.home-page .our_capabilities .item h5 {
  font-family: "Futura PT";
  font-size: clamp(16px, 1.5vw, 27px);
  font-weight: 600;
  color: #142345;
  margin-bottom: 20px;
}

.home-page .our_capabilities .item h6,
.home-page .our_capabilities .item p {
  font-family: "Futura PT";
  font-size: 15px;
  font-weight: 500;
  color: #566c9c;
}

.home-page .our_capabilities .item p {
  color: #142345;
  margin: 20px 0 0 0;
}

.home-page .experience-section {
  padding: 30px 0;
}

.home-page .experience-section .box-experience {
  background: linear-gradient(90deg, #90b9ed 0%, #566c9c 49.04%, #142345 100%);
  border-radius: 7px;
  padding: 52px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-page .experience-section .box-experience h5 {
  font-family: "Futura PT";
  font-size: clamp(22px, 4vw, 35px);
  color: #fff;
  font-weight: 600;
}

.home-page .experience-section .box-experience p {
  font-family: "Futura PT";
  font-size: clamp(14px, 2.5vw, 16px);
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  max-width: 64%;
  margin-top: 20px;
  text-align: center;
}

.home-page .experience-section .box-experience a {
  font-family: "Futura PT";
  background-color: #f2f2ed;
  border-radius: 7px;
  padding: 20px;
  font-size: 16px;
  color: #142345;
  font-weight: 600;
  min-width: 100%;
  margin-top: 10px;
  text-align: center;
  padding: 16px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-page .testimonials-section {
  padding-top: 66px;
  padding-bottom: clamp(80px, 10vw, 110px);
  background-color: #142345;
}

.home-page .testimonials-section h4 {
  font-family: "Futura";
  font-size: clamp(36px, 5vw, 66px);
  font-weight: 600;
  color: #f2f2ed;
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 80px);
}

.home-page .testimonials-section .testimonial-item {
  background-color: #fff;
  border-radius: 21px;
  padding: 48px 23px 42px 23px;
  max-width: 1108px;
  margin: 0 auto;
}

.home-page .testimonials-section .testimonial-item .wrapper {
  display: flex;
  align-items: center;
  gap: 43px;
}

.home-page .testimonials-section .testimonial-item .stars {
  margin-bottom: 37px;
  display: flex;
  gap: 11px;
}

.home-page .testimonials-section .testimonial-item .testimonial-content p {
  font-family: "Futura";
  font-size: clamp(18px, 2.5vw, 25px);
  font-weight: 500;
  border-bottom: 0.64px solid #90b9ed;
  padding-bottom: clamp(12px, 1.5vw, 83px);
  color: #142345;
}

.home-page .testimonials-section .testimonial-item .testimonial-content h6 {
  font-family: "Futura";
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 600;
  color: #142345;
}

footer {
  padding: 35px 0;
  background-color: #fff;
}

footer .footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 10px;
}

footer .second-col h6 {
  font-family: "Futura PT";
  font-size: 16px;
  font-weight: 600;
  color: #142345;
  margin-bottom: 12px;
}

footer .second-col ul li {
  font-family: "Futura PT";
  font-size: 16px;
  font-weight: 450;
  color: #566c9c;
  display: flex;
  align-items: center;
}

footer .second-col ul li:not(:last-child) {
  margin-bottom: 6px;
}

footer .second-col ul li a {
  color: #566c9c;
}

footer .second-col ul li img {
  width: 17px;
}

footer .bottom-footer {
  border-top: 0.64px solid #90b9ed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  padding: 35px 0 0 0;
}

footer .bottom-footer ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

footer .bottom-footer ul li {
  font-family: "Futura PT";
  font-size: 16px;
  font-weight: 450;
  color: #90b9ed;
}

footer .bottom-footer ul li a {
  color: #90b9ed;
}

footer .bottom-footer p {
  font-family: "Futura PT";
  font-size: 16px;
  font-weight: 450;
  color: #90b9ed;
}

.header-menu-modal .modal-header {
  border-bottom: 0;
}

.header-menu-modal .modal-dialog {
  max-width: 900px;
}

.header-menu-modal .modal-content {
  text-align: center;
  border-radius: 21px;
}

.header-menu-modal ul {
  max-width: 75%;
  margin: 0 auto;
  padding-top: clamp(25px, 4vw, 41px);
  padding-bottom: clamp(60px, 10vw, 109px);
}

.header-menu-modal ul li {
  font-family: "Futura";
  font-size: clamp(24px, 4vw, 41px);
  font-weight: 500;
  color: #313131;
  padding: 12px 0;
}

.header-menu-modal ul li a {
  color: #313131;
  transition: all 0.3s ease-out;
}

.header-menu-modal ul li a.active,
.header-menu-modal ul li a:hover {
  color: #90b9ed;
}

.header-menu-modal ul li:not(:last-child) {
  border-bottom: 1px solid #90b9ed;
}

.header-menu-modal .close_modal {
  position: absolute;
  top: 49px;
  right: 49px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
}

.general-header {
  background-color: #fff;
  backdrop-filter: blur(16.089385986328125px);
  box-shadow: 0px 4px 19.8px 13px #393c3f0d;
  padding: 11px 0;
}

.general-header .logo-summit {
  width: 100%;
  height: 90px;
  object-fit: contain;
}

.general-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.general-header .wrapper .right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.general-header .wrapper .right a {
  font-family: "Futura";
  font-size: 25px;
  font-weight: 500;
  color: #313131;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.general-header .wrapper .right a.active,
.general-header .wrapper .right a:hover {
  color: #90b9ed;
}

.who-page .gradient-bg {
  background: #e9e9eb;
  padding: 60px 0;
}

.who-page .our-team-top {
  display: flex;
  justify-content: space-between;
  gap: 51px;
}

.who-page .our-team .item .team-info {
  backdrop-filter: blur(4px);
  background: #ffffff;
  border-radius: 10px;
  padding: 6px 19px;
}

.who-page .our-team .item .team-info h5 {
  font-family: "Futura";
  font-size: 25px;
  font-weight: 600;
}

.who-page .our-team .item .team-info h6 {
  font-size: 15px;
  color: #0087e2;
}

.who-page .top-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 50px;
  /* align-items: center; */
  align-items: stretch;
}

.who-page .team-top-cards {
  display: contents;
}

.who-page .header-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 12px;
  border-radius: 7px;
  background-color: #566c9c;
}

.who-page .header-text {
  height: 100%;
  display: flex;
  align-items: center;
}

.who-page .header-text h2 {
  font-family: "Futura PT";
  font-size: 54px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0b0f15;
  line-height: 1.3;
  /* margin: 40px 0 0 0; */
  text-align: center;
  line-height: 51px;
}

.who-page .header-text .highlight {
  color: #fff;
}

.who-page .join-btn {
  font-family: "Futura PT";
  color: #142345;
  background: #fff;
  border: none;
  padding: 22px 26px;
  border-radius: 7px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 49px; */
  height: 54px;
}

.who-page .team-bottom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.who-page .team-card {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  background: white;
  cursor: pointer;
  max-height: 430px;
}

.who-page .team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.who-page .team-card img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
  /* min-height: 450px; */
}

.who-page .team-info {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 7px;
  padding: 7px 11px;
}

.who-page .team-info h5 {
  font-family: "Futura PT";
  font-size: clamp(20px, 2vw, 20px);
  font-weight: 450;
  color: #142345;
  margin-bottom: 0px;
}

.who-page .team-info h6 {
  font-family: "Futura PT";
  font-size: clamp(14px, 1.5vw, 14px);
  color: #90b9ed;
  font-weight: 450;
  margin: 0;
}

.who-page .placeholder {
  background: #d3d3d3;
  height: 350px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.contact-section {
  background-image: url(/assets/realestate/images/map-img.png);
  min-height: 692px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 0;
}

.contact-container {
  padding-left: 56px;
  padding-right: 56px;
}

.contact-section form {
  background: #e9e9eb80;
  backdrop-filter: blur(4px);
  padding: 43px 63px 37px 63px;
  max-width: 696px;
  border-radius: 20px;
}

.contact-section form h4 {
  font-family: "Futura";
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 600;
  margin-bottom: clamp(18px, 3vw, 30px);
}

.contact-section form .form-group {
  margin-bottom: 15px;
}

.contact-section form .form-group input,
.contact-section form .form-group textarea {
  border: 0;
  border-radius: 10px;
  height: 55px;
  padding: 20px;
  font-family: "Futura";
  font-weight: 500;
}

.contact-section form .form-group textarea {
  height: 155px;
}

.contact-section form .form-group input::placeholder,
.contact-section form .form-group textarea::placeholder {
  font-weight: 600;
  color: #90b9ed;
}

.contact-section form .submit_btn {
  font-family: "Futura";
  width: 100%;
  border-radius: 10px;
  background: #566c9c;
  color: #f2f2ed;
  font-size: clamp(16px, 2.5vw, 25px);
  font-weight: 600;
  height: 72px;
  border: 0;
}

.team-modal .modal-dialog {
  max-width: 660px;
}

.team-modal .modal-content {
  border-radius: 21px;
  padding: 15px;
  margin-top: 20px;
  background-color: #f2f2ed;
  padding: 25px 30px;
}

.team-modal .top_modal {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 27px;
}
.team-modal .top_modal .grid__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-modal .top_modal .team-img {
  width: 202px;
  height: 202px;
  object-fit: cover;
  border-radius: 12px;
}

.team-modal .top_modal h4 {
  font-family: "Futura PT";
  font-size: 24px;
  font-weight: 450;
  color: #142345;
  margin: 0;
}

.team-modal .top_modal h5 {
  font-family: "Futura PT";
  font-size: 18px;
  font-weight: 450;
  color: #566c9c;
}

.team-modal .top_modal .social-icons {
  display: flex;
  align-items: center;
  gap: 22px;
}

.team-modal .top_modal .social-icons img {
  width: 40px;
}

.team-modal .top_modal .in-touch-btn {
  font-family: "Futura";
  border-radius: 12px;
  padding: 21px 10px;
  height: 72px;
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 600;
  background-color: #566c9c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  max-width: 306px;
}

.team-modal .modal-body {
  padding: 0;
}

.team-modal p {
  font-family: "Futura PT";
  font-size: 16px;
  font-weight: 450;
  color: #142345;
  margin-bottom: 0;
}

.team-modal p:not(:last-child) {
  margin-bottom: 2.5rem;
}

.contact-page .contact-us-bg {
  background: linear-gradient(
    180deg,
    rgba(242, 242, 237, 0.5) 31.25%,
    rgba(144, 185, 237, 0.5) 100%
  );
}
.contact-us-bg > div {
  background-image: url("/assets/realestate/images/contact_us_map.png");
  background-position-x: center;
  /* background-position-y: -80px; */
  background-repeat: no-repeat;
  padding: 50px 0;
}

.contact-page .contact-us-bg .left-col {
  margin-top: 24px;
}

.contact-page .contact-us-bg .item:not(:last-child) {
  margin-bottom: clamp(20px, 8vw, 50px);
}

.contact-page .contact-us-bg .item h5 {
  font-family: "Futura PT";
  font-size: 25px;
  font-weight: 600;
  color: #142345;
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-us-bg .item img {
  width: 14px;
}
.contact-page .contact-us-bg textarea {
  resize: none;
}
.contact-page .contact-us-bg .item p {
  font-family: "Futura PT";
  font-size: 15px;
  font-weight: 400;
  color: #566c9c;
  margin: 0;
  max-width: 275px;
}

.contact-page .contact-us-bg form {
  backdrop-filter: blur(4px);
  background: #c1d5ec;
  padding: 20px;
  border-radius: 7px;
}

.contact-page .contact-us-bg form h4 {
  font-family: "Futura PT";
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 19px;
  color: #142345;
}

.contact-page .contact-us-bg form .form-group {
  margin-bottom: 4px;
}

.contact-page .contact-us-bg form input,
.contact-page .contact-us-bg form textarea {
  border: 0;
  border-radius: 0;
  font-weight: 450;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
  color: #495057;
  font-family: "Futura PT";
  font-size: 16px;
  border-radius: 7px;
  padding: 12px 11px;
}

.contact-page .contact-us-bg form textarea {
  padding-top: 8px;
}

.contact-page .contact-us-bg .form-group input::placeholder,
.contact-page .contact-us-bg .form-group textarea::placeholder {
  color: #90b9ed;
  font-size: 14px;
}

.contact-page .contact-us-bg form textarea {
  height: 100px;
  font-weight: 500;
}

.contact-page .contact-us-bg form input::placeholder,
.contact-page .contact-us-bg form textarea::placeholder {
  font-family: "Futura PT";
  font-weight: 450;
  color: #d9d9d9;
  font-size: 16px;
}
.contact-page .contact-us-bg form button {
  font-family: "Futura";
  width: 100%;
  background: #566c9c;
  border-radius: 10px;
  padding: 16px;
  height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  height: 40px;
}

.listing-page .listing-section {
  padding: 16px 0 0 0;
  background-color: #f2f2ed;
}

.listing-page .leaflet-left {
  display: none;
}

#boxes-grid-container.view-active {
  padding-bottom: 16px;
}
.listing-page .listing-section .boxes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.listing-page .listing-section .boxes-grid,
.listing-page .listing-section .map-div {
  /* opacity: 0;
  visibility: hidden;
  height: 0;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transform: translateY(15px); */
  position: relative;
  display: none;
}

.listing-page .listing-section .boxes-grid.view-active,
.listing-page .listing-section .map-div.view-active {
  /* opacity: 1;
  height: auto;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0); */
  display: grid;
}

.listing-page .listing-section .map-div.view-active {
  display: block;
}

/* .listing-page .listing-section .map-div {
  display: none;
} */

.listing-page .leaflet-touch .leaflet-control-attribution {
  display: none;
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.listing-page .listing-section .boxes-grid .box-item {
  background-color: #fff;
  border-radius: 7px;
  padding: 12px;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.results_page .listing-section .boxes-grid .box-item {
  cursor: default;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* .results_page .listing-section .boxes-grid .box-item.results_item {
  pointer-events: none;
} */

.listing-page
  .listing-section
  .boxes-grid
  .box-item.results_item
  .box-content
  h5 {
  margin-bottom: 0;
}

.results_page .listing-section .boxes-grid .box-item:hover,
.listing-page .listing-section .boxes-grid .box-item:hover {
  transform: translateY(-5px);
}

.listing-page .listing-section .boxes-grid .box-item img {
  border-radius: 7px;
  height: 270px;
  object-fit: cover;
}

.listing-page .listing-section .boxes-grid .box-item .box-content {
  margin-top: 15px;
  text-align: center;
}

.listing-page .listing-section .boxes-grid .box-item .box-content h5 {
  font-family: "Futura PT";
  font-size: 17px;
  font-weight: 500;
  color: #142345;
}

.listing-page .listing-section .boxes-grid .box-item .box-content span {
  font-size: 16px;
}

.listing-page .listing-section .boxes-grid .box-item .box-content h5 {
  margin-bottom: 10px;
}

.listing-page .listing-section .boxes-grid .box-item .box-content h5 span {
  font-weight: 600;
}

.listing-page .listing-section .boxes-grid .box-item .box-content span {
  font-family: "Futura PT";
  font-weight: 450;
  display: block;
  line-height: 18px;
}

.listing-page .filters {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.listing-page .filters.results_filter {
  justify-content: center;
}

.listing-page.results-page .filters {
  justify-content: center;
}

.listing-page .filters h3 {
  font-family: "Futura PT";
  font-size: 15px;
  font-weight: 450;
  color: #566c9c;
  margin: 0;
}

.listing-page .filters .left_part {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
}

.listing-page .filters .left_part .maps_menu {
  display: flex;
  /* align-items: center; */
  background-color: #fff;
  gap: 0px;
  border-radius: 10px;
  padding: 0;
}

.listing-page .filters .left_part .maps_menu button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 4px 15px;
}
.listing-page .filters .left_part .maps_menu button:first-child > svg {
  width: 20px;
}
.listing-page .filters .left_part .maps_menu button:last-child > svg {
  width: 32px;
}
.listing-page .filters .left_part .maps_menu button.active {
  background: #566c9c;
}
.listing-page .filters .left_part .maps_menu button#gridViewBtn {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.listing-page .filters .left_part .maps_menu button#mapViewBtn {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.listing-page .filters .left_part .maps_menu button:is(:focus, :focus-visible) {
  outline: none;
}

.listing-page .filters .selects-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.listing-page .filter-select {
  position: relative;
  background-color: #fff;
  height: 39px;
  padding: 2px 12px;
  border-radius: 10px;
  min-width: 144px;
  display: flex;
  align-items: center;
}

.listing-page .filter-select button {
  font-family: "Futura";
  display: flex;
  align-items: center;
  gap: 9px;
  border: 0;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #142345;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.listing-page .filter-select button img {
  transition: transform 0.3s ease;
}

.listing-page .filter-select.open button img {
  transform: rotate(180deg);
}

/* .listing-page .filter-select .select-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 11px;
  width: 100%;
  text-align: center;
  margin-top: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 9999;
} */

.listing-page .filter-select .select-menu {
  max-height: 0;
  overflow: hidden;

  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 11px;
  width: 100%;
  margin-top: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);

  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;

  z-index: 9999;
}

.listing-page .filter-select .price-range label {
  display: block;
  text-align: left;
}

.listing-page .filter-select .price-range input {
  font-family: "Futura";
  font-weight: 500;
}

.listing-page .filter-select.open .select-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  max-height: 52vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.listing-page .filter-select .select-menu li,
.listing-page .filter-select .price-range label {
  font-family: "Futura PT";
  font-size: 14px;
  font-weight: 450;
  color: #142345;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: left;
}

.listing-page .filter-select .select-menu li.active,
.listing-page .filter-select .select-menu li:hover {
  color: #90b9ed;
}

.listing-page .filter-select .select-menu li:not(:last-child) {
  margin-bottom: 12px;
}

.listing-page .filters-container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.listing-page .filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.listing-page .input-wrapper {
  display: flex;
  flex-direction: column;
}

.listing-page .input-wrapper label {
  font-family: "Futura";
  font-size: clamp(14px, 2vw, 22px);
  font-weight: 600;
  color: #142345;
  margin-bottom: 8px;
}

.listing-page .input-field {
  position: relative;
  /* width: 260px; */
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}

.listing-page .input-field input {
  font-family: "Futura";
  width: 100%;
  height: 25px;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  color: #142345;
  box-sizing: border-box;
  outline: none;
  transition: box-shadow 0.3s ease;
}

.listing-page .input-field input::placeholder {
  color: #d9d9d9;
  opacity: 1;
  font-size: 12px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.listing-page .filter-right-button {
  width: 81px;
  height: 59px;
  border: 0;
  border-radius: 10px;
  background-color: #566c9c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 41px 0 0 clamp(40px, 8vw, 80px);
}

.listing-page .filter-right-button.listings {
  background-color: #fff;
}

.property-modal .modal-dialog {
  /* max-width: 1000px;
  width: 90%; */
  max-width: 850px;
}

.property-modal .modal-content {
  padding: 15px;
  background-color: #fff;
  border-radius: 21px;
}

.property-modal .property-top {
  display: flex;
  gap: 20px;
}

.property-modal .propertySwiper {
  width: 100%;
  border-radius: 21px;
  overflow: hidden;
}

.property-modal .propertySwiper .swiper-slide img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.property-modal .property-top .swiper {
  /* flex: 70%; */
  flex: 95%;
  max-width: 650px;
  width: 100%;
}

.property-modal .property-top .swiper .modal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 16/10;
}

.property-modal .property-top .right {
  flex: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 0;
}

.property-modal .property-top .right > div {
  width: 100%;
}

.property-modal .property-top .right p {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.4;
}

.property-modal .property-top .right .listings-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  object-fit: contain;
}

.property-modal .property-top .right .status {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
}

.property-modal .property-top .right ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  width: 100%;
}

.property-modal .property-top .right ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

.property-modal .property-top .right ul li b {
  min-width: 120px;
}

.property-modal .propertySwiper .swiper-button-next,
.property-modal .propertySwiper .swiper-button-prev {
  color: #ffffff;
}

.property-modal .propertySwiper .swiper-button-next::after,
.property-modal .propertySwiper .swiper-button-prev::after {
  font-size: 45px;
  font-weight: bold;
}

.property-modal .property-top .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.results_modal .modal-dialog {
  max-width: 400px;
}

.results_modal .property-top {
  flex-direction: column;
  gap: 0;
}

.results_modal .property-top .right {
  justify-content: center;
  flex-direction: row;
}

.results_modal .property-top img.modal-image {
  margin-bottom: 10px !important;
  border-radius: 10px;
  max-width: 100%;
}

.results_modal .property-top .swiper {
  max-width: 100%;
}

.results_modal .modal-content {
  padding: 10px;
}

.property-modal .property-top .right p,
.property-modal .property-top .right ul li,
.property-modal .property-top .highlights-list li {
  font-family: "Futura";
  color: #0b0f15;
  margin: 0;
}

.property-modal .property-top .right p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 28px;
}

.property-modal .property-top .right p span {
  font-weight: 600;
}

.results_modal .property-top .right p {
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
}

.results_modal .property-top .right p span {
  font-weight: 600;
}

.property-modal .property-top .right ul li {
  font-size: 18px;
  font-weight: 500;
}

.property-modal .property-top .right span.status {
  font-family: "Futura PT";
  font-size: 20px;
  font-weight: 600;
  color: #48c709;
  display: block;
  margin: 10px 0;
}

.property-modal .property-top .right span.status.available {
  color: #000000 !important;
}

.property-modal .property-top .right .download_btn {
  font-family: "Futura";
  border-radius: 7px;
  background-color: #566c9c;
  color: #f2f2ed;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0 26px;
  cursor: pointer;
}

.property-modal .highlghts-title {
  font-family: "Futura PT";
  font-size: 17px;
  color: #0b0f15;
  font-weight: 600;
  margin: 25px 0;
}

.property-modal .property-top .highlights-list {
  padding-left: 2rem;
}

.property-modal .property-top .highlights-list li {
  list-style-type: disc;
}

.property-modal .team-grid {
  /* display: grid;
  gap: 50px;
  margin-top: 24px;
  margin-bottom: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr; */
  margin: 24px 0;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.property-modal .team-grid.two-columns {
  margin-left: 25px;
  justify-content: flex-start;
}

.property-modal .team-grid .team-box img {
  margin-bottom: 9px;
  /* width: 100% !important; */
  width: 170px !important;
  height: 170px !important;
  border-radius: 10px;
  object-fit: cover;
  border-radius: 7px;
}

.property-modal .team-grid .team-box span.team-name {
  font-family: "Futura PT";
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #142345;
  text-align: center;
}

.property-modal .team-grid .team-box a {
  font-family: "Futura";
  border-radius: 7px;
  background-color: #566c9c;
  color: #f2f2ed;
  padding: 9.5px 24px;
  border: 0;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
}

.property-modal .team-grid .team-box a.team-number {
  font-family: "Futura PT";
  display: block;
  font-size: 14px;
  font-weight: 450;
  color: #90b9ed;
  text-align: center;
  background-color: #fff;
  padding: 0;
  height: auto;
  margin: 0;
}

.property-modal .bottom_border {
  border-top: 0.64px solid #90b9ed;
}

.property-modal .bottom_list li {
  list-style-type: disc;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 22px;
  color: #142345;
}
.bottom_list > p {
  font-family: "Futura PT";
  font-size: 17px;
  font-weight: 450;
  color: #0b0f15;
}
.property-modal .highlghts-title.bottom {
  margin-top: 25px;
}

.property-modal .read_more {
  margin-top: 34px;
  font-family: "Futura";
  font-size: 30px;
  font-weight: 600;
  color: #90b9ed;
  display: block;
  text-align: center;
  width: 100%;
}

.property-modal .read_more img {
  margin-left: 9px;
}

.highlight-item.hidden {
  display: none;
}

.highlights-load-more-btn {
  display: block;
  margin: 12px auto 0;
  background: none;
  border: none;
  color: #90b9ed;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
}

/* LISTING MAP */
.listing-map .listing-section {
  padding: 37px 0;
  overflow: visible;
}

.listing-map .filters {
  margin-bottom: 0;
}

.listing-map .map-section {
  position: relative;
}

#map {
  width: 100%;
  height: 600px;
}

.map-controls {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
  background: white;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: flex;
}

.map-controls button {
  font-family: "Futura";
  display: block;
  width: 100px;
  padding: 12px;
  border: none;
  background: white;
  color: #555555;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s;
  font-weight: 500;
}

.map-controls button:first-child {
  border-right: 1px solid #d3d3d3;
}

.map-controls button:hover {
  background: #f5f5f5;
}

.map-controls button.active {
  color: #000;
  font-weight: 600;
}

.location-marker {
  background: #dc3545;
  width: 32px;
  height: 32px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  border: 3px solid white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.location-marker::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.green-marker {
  background: #28a745;
}

.yellow-marker {
  background: #ffc107;
}

.custom-popup {
  font-family: inherit;
}

.custom-popup h3 {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 600;
}

.custom-popup p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.listing-map .leaflet-touch .leaflet-control-attribution {
  display: none;
}

/* LISTING MAP */

.load-more-button {
  font-family: "Futura";
  background-color: #90b9ed;
  color: #fff;
  font-weight: 500;
  border: 0;
  outline: none;
  height: 45px;
  margin-top: 25px;
  padding: 2px 16px;
  border-radius: 8px;
  cursor: pointer;
}

.load-more-button:focus,
.listing-page .filter-select button:focus {
  outline: none;
}

/* Join our team */
.join-our-team-bg {
  background:
    linear-gradient(
      180deg,
      rgba(242, 242, 237, 0.5) 31.25%,
      rgba(144, 185, 237, 0.5) 100%
    ),
    url("/assets/realestate/images/contact_us_map.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.join-our-team-bg {
  padding: 25px 0;
}

.join-our-team-bg .wrapper {
  /* max-width: 890px; */
  margin: 0 auto;
}
.join-our-team-bg .flex-wrapper .wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 7px;
}

.join-our-team-bg .flex-wrapper .wrapper.form__wrapper {
  background-color: #90b9ed;
  border-radius: 9px;
  padding: 40px;
  background-color: rgba(144, 185, 237, 0.5);
}

.join-our-team-bg .wrapper h3 {
  font-family: "Futura PT";
  font-size: 32px;
  font-weight: 600;
  color: #142345;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.flex-wrapper {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.flex-wrapper > div {
  flex: 1;
  min-width: 250px;
}
.wrapper-text > p {
  font-family: "Futura PT";
  font-size: 16px;
  font-weight: 450;
  color: #fff;
  margin-bottom: 0;
}
.wrapper-text {
  padding: 40px;
  background: #566c9c;
  border-radius: 7px;
}
.join-our-team-bg .wrapper form {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

.join-our-team-bg .wrapper form .form-group {
  margin-bottom: 5px;
}

.join-our-team-bg .wrapper form .form-control {
  border: 0;
  border-radius: 0;
  font-weight: 450;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
  /* color: #D9D9D9; */
  color: #495057;
  font-family: "Futura PT";
  font-size: 16px;
  border-radius: 7px;
  padding: 18px 17px;
  height: 45px;
}

.join-our-team-bg .wrapper form .form-control::placeholder {
  color: #90b9ed;
  opacity: 1;
}

.join-our-team-bg .wrapper form .form-control:focus {
  border-bottom-color: #90b9ed;
  outline: none;
}

.join-our-team-bg .wrapper form textarea {
  height: 110px !important;
  padding: 0px !important;
  font-family: "Futura PT" !important;
  border-color: #d9d9d9 !important;
  border-style: solid !important;
  font-weight: 500 !important;
  border-width: 0 0 1px 0 !important;
  resize: none !important;
  border-radius: 7px !important;
  padding: 8px 17px !important;
}

.join-our-team-bg .wrapper form input::placeholder,
.join-our-team-bg .wrapper form textarea::placeholder {
  color: #d9d9d9;
  font-family: "Futura PT";
  font-size: 16px;
  font-weight: 450;
}

.join-our-team-bg .wrapper form .submit_btn {
  border-radius: 7px;
  background: #566c9c;
  height: 45px;
  font-family: "Futura";
  font-size: 16px;
  font-weight: 600;
  color: #f2f2ed;
  width: 100%;
  border: 0;
  display: flex;
  align-items: center;
  margin-top: 0;
  justify-content: center;
}

/* Join our team */

.spacing-summit {
  width: 100%;
  height: 26px;
  background: #90b9ed;
}
.form-gr-file .file-input {
  display: none;
}

.form-gr-file .file-label {
  font-family: "Futura PT";
  font-weight: 500;
  border-radius: 0px;
  border: 0;
  padding: 10px 0;
  display: flex;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  /* color: #495057; */
  color: #90b9ed;
  font-size: 16px;
  cursor: pointer;
  border-radius: 7px;
  padding: 18px 17px;
  height: 45px;
  display: flex;
  align-items: center;
}
.form-gr-file .file-label > span {
  margin-left: 4px;
  font-size: 14px;
  background-color: #566c9c;
  border-radius: 7px;
  padding: 8px 38px;
  color: #f2f2ed;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
}

.form-gr-file .file-label > span.file-selected {
  max-width: 250px; /* Adjust this width as needed for your design */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  height: 35px;
  line-height: 20px;
}

/* TEAM CONTACT - MAP */
.who-page .map_teams_wrapper {
  position: relative;
  width: 100%;
}

.who-page .map_teams_wrapper h1 {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1000;
  color: #2c3e50;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  border-radius: 8px;
}

.who-page #map {
  width: 100%;
  height: 100%;
  position: relative;
}

.who-page .contact-form-overlay {
  /* background: rgba(242, 242, 237, 0.5); */
  background: #c1d5ec;
  padding: 32px 37px;
  border-radius: 12px;
  width: 543px;
  max-width: calc(100% - 80px);
}

.who-page .contact-form-overlay h2 {
  color: #142345;
  font-size: 22px;
  margin-bottom: 32px;
  font-weight: 600;
}

.who-page .form-group {
  margin-bottom: 4px;
}

.who-page .form-group input,
.who-page .form-group textarea {
  width: 100%;
  padding: 18px 13px;
  border: none;
  border-radius: 7px;
  font-size: 14px;
  background: white;
  color: #333;
  height: 45px;
}

.who-page .form-group textarea {
  resize: none;
  height: 100px;
  padding: 12px 13px;
}

.who-page .form-group input::placeholder,
.who-page .form-group textarea::placeholder {
  color: #90b9ed;
  font-size: 14px;
}

.who-page .form-group textarea {
  min-height: 100px;
  resize: vertical;
  font-family: inherit;
}

.who-page .submit-btn {
  width: 100%;
  padding: 14px;
  background: #566c9c;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.3s ease;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.who-page .submit-btn:hover {
  background: #3a4f7f;
}

/* Custom Leaflet Popup Styling */
.who-page .leaflet-popup-content-wrapper {
  border-radius: 8px;
  padding: 1px;
}

.who-page .leaflet-popup-content {
  margin: 3px 12px;
  font-size: 11px;
  line-height: 1.6;
}

.who-page .leaflet-popup-content strong {
  color: #142345;
  font-size: 14px;
  display: block;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Futura PT";
}

.who-page .leaflet-popup-content p {
  font-size: 14px;
  font-weight: 500;
  color: #566c9c;
  margin: 0;
  line-height: 18px;
  font-family: "Futura PT";
}

.who-page .leaflet-container .leaflet-control-attribution {
  display: none;
}

#mapMobile {
  display: none;
}

.contact-page .consent-container {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.contact-page .consent-item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.contact-page .consent-item input {
  display: none;
}

.contact-page .custom-checkbox {
  min-width: 17px;
  height: 17px;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background: white;
}

.contact-page .custom-checkbox svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: white;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
  transition: all 0.3s ease;
}

.contact-page .consent-item input:checked + .custom-checkbox {
  background-color: #566c9c;
  border-color: #566c9c;
  transform: scale(1.1);
}

.contact-page .consent-item input:checked + .custom-checkbox svg {
  stroke-dashoffset: 0;
  transition-delay: 0.1s;
}

.contact-page .consent-item:hover .custom-checkbox {
  border-color: #566c9c;
}

.contact-page .label-text a {
  color: #566c9c;
  text-decoration: none;
}

.contact-page .consent-container label {
  margin-bottom: 0;
}

.contact-page .consent-item .label-text {
  line-height: normal;
}

.contact-page .consent-text {
  font-family: "Futura PT";
  font-weight: 400;
  display: block;
  line-height: 1.4;
  font-size: 11px;
  color: #566c9c;
}

.read-toggle {
  font-family: "Futura PT";
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  color: #90b9ed;
}

.read-toggle:hover {
   color: #90b9ed;
}

@media only screen and (min-width: 992px) {
  .who-page .contact-form-overlay {
    position: absolute;
    top: 37px;
    left: 96px;
    z-index: 1000;
  }

  .who-page .map_teams_wrapper {
    height: 544px;
  }
}

@media only screen and (max-width: 992px) {
  .who-page .contact-form-overlay {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }

  .who-page #map {
    height: 270px;
  }

  #mapMobile {
    display: block;
    height: 400px;
  }

  #map {
    display: none;
  }

  .listing-page .listing-section .map-div #map {
    display: block !important;
  }
}
/* TEAM CONTACT - MAP */
