html {
  scroll-behavior: smooth;
}

body {
  width: 100vw !important;
  position: relative;
}

* {
  box-sizing: border-box;
}

.img-contain img {
  object-fit: contain !important;
}

.text-b {
  font-weight: bold;
}

.text-u {
  text-transform: uppercase;
}

.listing-card {
  width: auto !important;
}

.submit-btn.success {
  padding: 0 !important;
}


.nav {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 999;
}

.nav .nav-logo {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
}

.nav .nav-logo .wide-logo {
  width: 220px;
  max-height: 130px;
  margin: 10px 0;
  object-fit: contain;
}

.nav .nav-logo .square-logo {
  max-width: 65px;
  max-height: 65px;
  margin: 10px 0;
  object-fit: contain;
}

.nav ul {
  margin:0 3rem 0 0;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  list-style: none;
}

.nav ul a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}

.hero {
  padding: 32px 64px 64px;
  display: flex;
  row-gap: 64px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  max-width: 2400px;
}

.title {
  color: #000;
  text-align: left;
  font-size: var(--h1-font-size);
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  align-self: stretch;
}
.desc {
  color: #000000;
  text-align: left;
  font-size: var(--body-font-size);
  line-height: 1.2;
  font-weight: 400;
  align-self: stretch;
  margin:20px 0;
}
.items {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
}
.frame-7 {
  border-style: solid;
  border-color: #000;
  border-width: 2px;
  padding: 12px 48px 12px 48px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: .3s ease;
  cursor: pointer;
}

.listings {
  color: #000000;
  text-align: left;
  font-size: calc(var(--body-font-size) * 1.06);
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.frame-62 {
  background: #715a35;
  padding: 12px 48px 12px 48px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-style: solid;
  border-color: #715a35;
  border-width: 2px;
  transition: .3s ease;
  cursor: pointer;
}

.contact {
  color: #fff;
  text-align: left;
  font-size: var(--body-font-size);
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
  flex: 1;

}
.image {
  max-width: 452px;
  display: block;
  margin: 0 auto;
  height: 540px;
  object-fit: cover;
}


.quote-container {
    position: relative;
  }

  .slider-container {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease;
  }

  .slide {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .splide__list li {
    margin-right: 10px !important;
  }
  .splide__slide {
    width: auto !important;
    height: auto !important;
    max-width: 100vw;
    max-height: 100vh;
  }
  .splide__list, .splide__track {
    width: 100% !important;
    height: auto !important;
    padding-right: 0 !important;
  }
  .splide__image {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }
  
  .splide__pagination li {
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
  }
  
  .splide__pagination__page {
    width: 30px !important;
    border-radius: 3px !important;
    height: 5px !important;
    margin: 5px !important;
     background: #888 !important; 
  }
   .splide__pagination__page.is-active
  {
    background: #000 !important;
    border:solid 1px #aaa !important;
    transform: scale(1.3) !important;
  }
  
  .splide--draggable>.splide__track>.splide__list> .is-active {
    margin-right: 10px !important;
  }

  .slider-controls {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .slider-arrow {
    cursor: pointer;
    margin: 0 10px;
    transition: .2s ease-in-out ;
  }

  .slider-arrow:hover {
    transform: scale(1.4);
  }




.overview {
  color: #715a35;
  text-align: left;
  font-size: calc(var(--body-font-size) * 1.06);
  line-height: 1.5;
  letter-spacing: 0.15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.photos {
  color: #715a35;
  text-align: left;
  font-size: calc(var(--body-font-size) * 1.06);
  line-height: 1.5;
  letter-spacing: 0.15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.features {
  color: #715a35;
  text-align: left;

  font-size: calc(var(--body-font-size) * 1.06);
  line-height: 1.5;
  letter-spacing: 0.15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tour {
  color: #715a35;
  text-align: left;

  font-size: calc(var(--body-font-size) * 1.06);
  line-height: 1.5;
  letter-spacing: 0.15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.floor-plan {
  color: #715a35;
  text-align: left;
  font-size: calc(var(--body-font-size) * 1.06);
  line-height: 1.5;
  letter-spacing: 0.15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.neighborhood {
  color: #715a35;
  text-align: left;
  font-size: calc(var(--body-font-size) * 1.06);
  line-height: 1.5;
  letter-spacing: 0.15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.team {
  color: #715a35;
  text-align: left;
  font-size: calc(var(--body-font-size) * 1.06);
  line-height: 1.5;
  letter-spacing: 0.15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-6 {
  background: #715a35;
  padding: 12px 16px 12px 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 141.75px;
  overflow: hidden;
}
.contact-agent {
  color: #ffffff;
  text-align: left;
  font-size: calc(var(--body-font-size) * 1.06);
  line-height: 1.5;
  font-weight: 500;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: flex-start;
  justify-content: flex-start;

}

.section-2 {
  padding: 150px 60px;
  width: 100%;
  max-width: 2400px;
  justify-content: space-between;
  align-items: center;
}

.section-2-text {
  padding-left:60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.images {
  display: flex;
  padding: 5% 5% 0;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-content: center;
  flex: 1;
  min-width: 300px;
  height: 560px;
}
.image3 {
  width: 283px;
  height: 281px;
  object-fit: cover;
}
.title2 {
  color: #000000;
  text-align: left;
  font-size: var(--h2-font-size);
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 400;
  align-self: stretch;
}

.desc2 {
  color: #000000;
  text-align: left;
  font-size: var(--body-font-size);
  line-height: 1.6;
  font-weight: 400;
  align-self: stretch;
}
.items2 {
  display: flex;
  gap: 34px;
  align-items: flex-start;
  justify-content: flex-start;
}
.frame-1171275357 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 200px;
}
._350 {
  color: #a39175;
  text-align: left;
  font-size: var(--h2-font-size);
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
}
.happy-customers {
  color: #000000;
  text-align: left;
  font-size: var(--body-font-size);
  line-height: 1.5;
  font-weight: 400;
}
.frame-1171275314 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 200px;
}
._200 {
  color: #a39175;
  text-align: left;
  font-size: var(--h2-font-size);
  line-height: 1.2;
  font-weight: 400;
}
.projects-done {
  color: #000000;
  text-align: left;
  font-size: var(--body-font-size);
  line-height: 1.5;
  font-weight: 400;
}

#searchInput{
  width: 460px;
  /*width: min(500px, 90%);*/
  height: 40px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  padding: 10px 20px 10px 45px;
  color: #000;
  box-sizing: border-box;
  background-image: url('../images/search-icon.png');
  background-position: 10px center;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
}

#searchInput:hover{
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

#searchInput:focus{
  outline: none;
  border-color: #000;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

#searchInput::placeholder{
  color: #999;
}

.quote-container {
  padding: 200px 16px 200px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  width: 100vw;
  flex-shrink: 0;
  max-width: 2400px;
  position: relative;
  overflow: hidden;
}
.stars {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.star {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.star2 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.star3 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.star4 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.star5 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.quote-text {
  color: #000;
  text-align: center;
  font-size: 48px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
  width: 100%;
  min-width: 280px;
  max-width: 1024px;
}

.frame-1171275533 {
  display: flex;

  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.exceptional-and-trustworthy-support {
  color: #000;
  text-align: left;

  font-size: calc(var(--body-font-size) * 1.06);
  line-height: 160%;
  font-weight: 700;
  position: relative;
}
.frame-1171275358 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.svgexport-7-2 {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  overflow: visible;
}
.svgexport-7-1 {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  overflow: visible;
}
.listing {
  padding: 80px 170px 80px 170px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2400px;
  position: relative;
}
.listing-title {
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 1600px;
  position: relative;
}
.collective-properties {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-1171275517 {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.line-28 {
  margin-top: -1px;
  border-style: solid;
  border-color: var(--black, #000000);
  border-width: 1px 0 0 0;
  flex-shrink: 0;
  width: 60px;
  height: 0px;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
}
.exceptional-and-trustworthy-support2 {
  color: var(--black, #000000);
  text-align: left;
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
  position: relative;
}
.exclusive-listings {
  color: #000000;

  font-size: calc(var(--h1-font-size) * 1.3);
  line-height: 100%;
  letter-spacing: -0.03em;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.frame-1171275524 {
  width: 100%;
  flex-shrink: 0;

  max-width: 1600px;
  min-height: 700px;
  position: relative;
  overflow: hidden;
}
.services {
  padding: 80px 170px 80px 170px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2400px;
  position: relative;
}
.titles {
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 1600px;
  position: relative;
}
.caption {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.title3 {
  color: #000000;
  text-align: center;
  font-size: calc(var(--h1-font-size) * 1.3);
  line-height: 100%;
  letter-spacing: -0.03em;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  min-width: 250px;
}
.container {
  display: flex;
  flex-direction: row;
  gap: 200px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 1600px;
  position: relative;
}
.left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-width: 200px;
  position: relative;
  margin: 20px;
}
.row-1 {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 0px 0px 1px 0px;
  padding: 0px 0px 40px 0px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.link {
  transition: .3s ease;
}

.link:hover {
  transform: scale(1.1);
}

.title4 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 200px;
  position: relative;
}
._01 {
  color: var(--black, #000000);
  text-align: left;

  font-size: calc(var(--body-font-size) * 1.13);
  line-height: 160%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.exploration {
  color: var(--black, #000000);
  text-align: left;

  font-size: calc(var(--h2-font-size) * 1.12);
  line-height: 160%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.we-inquire-and-respond-to-your-queries-driven-by-curiosity-we-listen-to-your-story-and-uncover-what-truly-matters-to-you {
  color: var(--black, #000000);
  text-align: left;

  font-size: calc(var(--body-font-size) * 1.13);
  line-height: 160%;
  font-weight: 400;
  position: relative;
  flex: 1;
  min-width: 240px;
}
._02 {
  color: var(--black, #000000);
  text-align: left;

  font-size: calc(var(--body-font-size) * 1.13);
  line-height: 160%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.matchmaking {
  color: var(--black, #000000);
  text-align: left;

  font-size: calc(var(--h2-font-size) * 1.12);
  line-height: 160%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.consider-us-your-knowledgeable-friend-our-sole-mission-is-to-connect-you-with-an-apartment-that-feels-custom-made-for-your-preferences {
  color: var(--black, #000000);
  text-align: left;

  font-size: calc(var(--body-font-size) * 1.13);
  line-height: 160%;
  font-weight: 400;
  position: relative;
  flex: 1;
  min-width: 240px;
}
.row-12 {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
._03 {
  color: var(--black, #000000);
  text-align: left;
  font-size: calc(var(--body-font-size) * 1.13);
  line-height: 160%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.tours {
  color: var(--black, #000000);
  text-align: left;
  font-size: calc(var(--h2-font-size) * 1.12);
  line-height: 160%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.now-it-s-time-to-explore-your-options-we-handle-all-the-logistics-of-scheduling-apartment-viewings-while-supporting-you-with-photos-weighing-pros-and-cons-and-answering-your-questions-throughout-the-process {
  color: var(--black, #000000);
  text-align: left;
  font-size: calc(var(--body-font-size) * 1.13);
  line-height: 160%;
  font-weight: 400;
  position: relative;
  flex: 1;
  min-width: 240px;
}
.img {
  flex-shrink: 0;
  width: 371px;
  height: 504px;
  position: relative;
  object-fit: cover;
}
.agent {
  padding: 150px 170px 150px 170px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  flex-shrink: 0;
  max-width: 2400px;
  position: relative;
}
.listing-title2 {
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 1600px;
  position: relative;
}
.your-trusted-property-expert {
  color: #000000;
  text-align: center;
  font-size: calc(var(--h1-font-size) * 1.3);
  line-height: 100%;
  letter-spacing: -0.03em;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.agent-2 {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 1600px;
  position: relative;
}
.slider {
  flex-shrink: 0;
  width: 396px;
  height: 369px;
  position: relative;
  object-fit: cover;
  overflow: hidden;
}

.frame-1171275523 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-shrink: 0;
  min-height: 293px;
  position: relative;
}
.name-designation {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.andrew-elson {
  color: var(--black, #000000);
  text-align: left;
  font-size: calc(var(--h2-font-size) * 1.4);
  letter-spacing: 0.5px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.sales-representative {
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
  font-size: calc(var(--h3-font-size) * 1.2);
  letter-spacing: 0;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.social {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.x {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
}
.instagram-with-circle-svgrepo-com-1 {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
}
.tiktok {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
}
.youtube-round-svgrepo-com-1 {
  flex-shrink: 0;
  width: 40px;
  height: 40px;

  overflow: hidden;
}
.group {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  overflow: visible;
}
.linkedin-round-svgrepo-com-5 {
  flex-shrink: 0;
  width: 40px;
  height: 40px;

  overflow: visible;
}
.facebook {
  flex-shrink: 0;
  width: 40px;
  height: 40px;

  overflow: visible;
}
.frame-1171275508 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;

}
._14745374634 {
  color: #000000;
  text-align: left;
  font-size: calc(var(--h3-font-size) * 1.2);
  letter-spacing: 0.5px;
  font-weight: 400;

  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.david-elliman-com {
  color: #000000;
  text-align: left;
  font-size: calc(var(--h3-font-size) * 1.2);
  letter-spacing: 0.5px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer {
  background: var(--black, #000000);
  padding: 40px 80px 40px 80px;
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 2400px;

}

.frame-2609610 {
  display: flex;
  flex-direction: row;
  gap: 138px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
}

.image-2 {
  flex-shrink: 0;
  width: 228.94px;
  object-fit: cover;
}
.disclaimer {
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  font-size: var(--content-body1-font-size, 16px);
  line-height: var(--content-body1-line-height, 1.5);
  letter-spacing: var(--content-body1-letter-spacing, 0.15px);
  font-weight: var(--content-body1-font-weight, 400);
  align-self: stretch;
}

.group-1630 {
  flex-shrink: 0;
  width: 142.86px;
  height: 16px;
  overflow: visible;
}

/*media query*/

@media only screen and (max-width: 1280px) {
  #searchInput{
    width: 400px;
  }
}

@media only screen and (max-width: 1024px) {

  .nav ul {
    justify-content: space-between;
  }

  .nav ul a {
    font-size: 13px !important;
  }
  .nav-logo img {
    display: block !important;
    margin: 0 auto !important;
  }

  .hero {
  padding: 64px 20px 64px;
  }

  .section-2-text {
    padding:50px 0;
  }

   #searchInput{
    width: 400px !important;
  }

  .content{
      width: 100%;
  }
  .title,.desc{
      text-align: center;
  }
  .items{
      justify-content: center;
  }
  .image {
    width: 100%;
  }

  .section-2{
    padding:64px 16px 64px 16px;
  }

  .quote-container{
  padding: 64px 16px 64px 16px;
  }

  .listing{
      padding: 64px 16px 64px 16px;
  }
    
  .services{
  padding: 64px 16px 64px 16px;

  }
  .container{
      gap: 100px;
  }
  .img{
      width: 100%;
  }

  .titles{
  align-items: flex-start;
  }
  .title3{
      text-align: left;
  }
  .agent{
      padding: 64px 16px 64px 16px;
  }
  .your-trusted-property-expert{
      text-align: center;
  }
  .frame-1171275508{
      align-items: center;
  }
  .footer{
      padding: 64px 16px 64px 16px;
  }
}
    
  @media only screen and (max-width: 768px) {

    .nav ul{
      padding: 1rem 4% 2rem !important;
      margin: 0 !important;
      gap: 0.2rem;
    }

    .mls-header .nav ul {
    justify-content: center !important;
  }

    .h-170-m {
      height: 170px;
    }

    #searchInput{
    width: 350px !important;
    height: 35px !important;
    }
  }

  @media (max-width: 568px) {
    #searchInput{
      width: 250px !important;
      height: 30px !important;
    }
  }


@media only screen and (max-width: 480px) {
  .nav ul{
    padding: 1rem 2% 2rem !important;
  }

  .nav ul a {
  font-size: 11px !important;
  }

  .frame-1171275523 {
    width: 300px;
    height: 400px;
  }

  .social {
    gap: 12px;
  }

  .social img {
    width: 35px;
    height: 35px;
  }

  .items2 {
    flex-direction: column;
  }

  .logo {
    width: 175px;
  }
  .row-1 {
  padding: 0px 0px 10px 0px;
  }
  .agent-light{
    padding: 10px 20px;
  }

  .hero {
    padding: 64px 16px 64px 16px;
  }
  .content {
    width: 100%;
  }
  .title,.desc { 
    text-align: center;
  }
  .items {
    justify-content: center;
  }
  .image {
    width: 100%;
  }

  .section-2 {
    padding:64px 16px 64px 16px;
  }

  .quote-container {
    padding: 64px 0;
  }

  .quote-text {
    font-size: 24px;
  }
  
  .listing {
    padding: 64px 16px 64px 16px;
  }
    
  .services {
    padding: 64px 16px 64px 16px;
  }
  .container {
    gap: 100px;
  }

  .titles {
    align-items: flex-start;
  }
  .title3 {
    text-align: left;
  }
  .agent {
    padding: 64px 16px 64px 16px;
  }
  .your-trusted-property-expert {
    text-align: center;
  }
  .frame-1171275508 {
    align-items: center;
  }
  .footer {
    padding: 64px 16px 64px 16px;
  }
}


@media only screen and (max-width: 320px) { 
  .nav ul a {
  font-size: 10px !important;
  }
  #searchInput{
    width: 220px !important;
    height: 30px !important;
  }
}



.agent-light,
.agent-light * {
  box-sizing: border-box;
}
.agent-light {
  padding: 64px 20px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: flex-end;
  max-width: 2400px;
  position: relative;
  width: 100%;
}
.frame-2085664017 {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  max-width: 1280px;
  position: relative;
}
.listing-title {
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 1600px;
  position: relative;
}
.get-in-touch {
  text-align: left;
  font-size: var(--h1-font-size);
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}
.frame-2085664016 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  flex-wrap: wrap;
}
.frame-2085664027 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.slider3 {
  flex-shrink: 0;
  width: 396px;
  height: 500px;
  position: relative;
  object-fit: contain;
}
.frame-1171275523 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.name-designation {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-2085664023 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.sarah-sanders {
  text-align: left;
  font-size: var(--h2-font-size);
  letter-spacing: 0;
  font-weight: 400;
  position: relative;
}
.sales-representative {
  text-align: left;
  font-size: var(--body-font-size);
  letter-spacing: 0;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664024 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.frame-1171275508 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-2085664019 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.phone {
  text-align: left;
  font-size: var(--body-font-size);
  letter-spacing: 2px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._555-867-5309 {
  color: inherit;
  text-align: left;
  font-size: var(--body-font-size);
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664020 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.emailEmail {
  text-align: left;
  font-size: var(--body-font-size);
  letter-spacing:0;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sarah-adler-associates-com {
  color: inherit;
  text-align: left;
  font-size: var(--body-font-size);
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664025 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.license {
  text-align: left;
  font-size: var(--body-font-size);
  letter-spacing: 0;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._01234567 {
  text-align: left;
  font-size: var(--body-font-size);
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664022 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.vector-148 {
  align-self: stretch;
  flex-shrink: 0;
  height: 1px;
  position: relative;
  overflow: visible;
}
.office {
  text-align: left;
  font-size: var(--body-font-size);
  letter-spacing: 0;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._555-367-2389 {
  color: inherit;
  text-align: left;
  font-size: var(--body-font-size);
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664026 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.address {
  font-size: var(--body-font-size);
  letter-spacing: 0;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._1234-maplewood-lane-springfield-ca-90210 {
  text-align: left;
  font-size: var(--body-font-size);
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-20856640262 {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.instagram-line {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.tiktok-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.facebook-circle-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.twitter-x-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.linkedin-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.youtube-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}


@media (max-width: 480px) {
    .slider3 {
        width: 300px;
        height: 350px;
    }
    .get-in-touch {
        text-align: center;
    }

    .frame-1171275523 {
        max-width: 90%;
    }
    .frame-20856640262 {
        gap: 15px;
    }

    .vector-148 {
        width: 280px;
    }
}

@media print {
    .agent-light {
        page-break-inside: avoid !important;
        padding: 0;
    }

    .slider3 {
        height: 350px;
        width: 300px;
    }

    .frame-20856640262 {
        display: none;
    }

    .get-in-touch {
        text-align: center;
    }

    .frame-2085664016 {
        flex-direction: column;
        align-items: center;
    }
}


