/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
body{
      background: #faf9f2;
      color:#1a1919;
      font-family: 'Lato';
}
.elementor-location-header{
      background: #282a2c;
}
.elementor-69 .elementor-element.elementor-element-7d56e1fe:not(.elementor-motion-effects-element-type-background), .elementor-69 .elementor-element.elementor-element-7d56e1fe > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url(https://sale.datacaldemos.com/wp-content/uploads/2025/05/interiors-of-a-modern-living-room-2021-09-01-23-16-10-utc.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.elementor-69 .elementor-element.elementor-element-7d56e1fe {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 159px 0px 159px 0px;
}
/* Carousel base class */
.carousel {
  /* margin-bottom: 4rem; */
  /* margin: 2rem; */
}
.carousel-item img{
  /* border-radius: 20px; */
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  position: absolute;
  top: 15%;
  bottom: 1.25rem;
  /* left: 15%; */
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-caption p {
    text-shadow: 1px 1px 1px #0000004a;
}

.carousel-caption h1 {
    text-shadow: 1px 1px 1px #0000004a;
    font-weight: 700;
    font-size: 3rem;
}

carousel-caption h1 {}

carousel-caption p {}

/* Declare heights because of positioning of img element */
.carousel-item {
  /* height: calc(100vh - -59px); */
}

.bg-dark {
    background: #1a1919!important;
}
.section1 h1 {
    font-size: 3rem;
    margin: 0;
    font-family: "Lato", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}


.section2 h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.bottom-p {
    margin: 30px 0;
}

.section2 .card {
    border: none !important;
}

.section2 {
  margin-top: 50px;
}
.swiper-button-custom {
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #333;
  transition: all 0.3s ease;
  cursor: pointer;
}

.swiper-button-custom:hover {
  color: #231f20;
  transform: scale(1.2);
}

.swiper-button-custom:focus {
  outline: none;
  box-shadow: none;
}


.section1 p {
    font-size: 1.25rem;
    text-align: center;
    font-family: "Lato", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.section1 img {
    width: 25px !important;
}

.icon {
    width: 25px !important;
}

.featurette {
    margin-top: 50px;
}

img.icon {}

.full-width-section {
  margin-top: 50px;
  background-image: url('images/team.png?v=1.0.1'); /* Your background image URL */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  border-radius: 15px;
}

.content {
  color: white;
  margin-left: 30px; /* Add spacing from the left */
}

h1 {
  font-size: 2.5rem;
  margin: 0;
}

p {
  font-size: 1.2rem;
}

.section1 span {
    display: inline-block;
    padding: 0 25px;
    text-align: center;
}

.btn-white {
    background: #f8f8f8;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: .65rem;
}

.btn-primary {
    background: #231f20;
    border: 1px solid black;
}

.btn-primary:hover {
    background: black;
    border: 1px solid black;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


.property-cards-section .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.property-cards-section h2{
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.property-cards-section .card-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  border-radius: 20px;
}

.property-cards-section .card-wrapper:hover img {
  transform: scale(1.05);
}

.property-cards-section .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.property-cards-section .card-overlay h4{
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
}
.property-cards-section .card-overlay a{
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.35rem;
  text-decoration: none;
  color: #b8b8b8;
  padding-bottom: .15rem;
  border-bottom: 1px solid;
}
.property-cards-section .card-overlay a:hover{
  color:#fff;
}
.property-cards-section .card-wrapper:hover .card-overlay {
  opacity: 1;
}
.property-content{
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.15rem;
  /* margin-top: .5rem; */
  /* padding-bottom: .5rem; */
  margin-bottom: .1rem;
}
.property-content.larger{
  font-size: 1.25rem;
}
.property-content span{
 text-align: right;
 float: right;
}
.property-content a{color:#000;text-decoration: none;}
.property-item{
  margin-bottom: 2rem;
}
.bb-lightgray{
  border-bottom: 1px solid lightgray;
}
.partner-logos {
  overflow: hidden;
  background: #111;
}
/*
--------------------------------------------------
NEW PROPERTY CARD STYLES
-------------------------------------------------- 
*/

.property-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    overflow: hidden; /* Ensures image corners are rounded */
    display: flex;
    flex-direction: column;
    text-align: left; /* Override any centered text from parent */
}

.property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Card Image */
.property-card__image {
    width: 100%;
    height: 200px; /* Adjust height as needed */
    object-fit: cover; /* Prevents image from stretching */
}

/* Container for all text content */
.property-card__info {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Allows this section to fill the card height */
    padding-bottom: 0;
}

/* Stats row with icons (Area, Bed, Bath) */
.property-card__stats {
    display: flex;
    gap: 1rem; /* Space between stat items */
    /* padding-bottom: 0.75rem; */
    color: #4d4c47;
    font-size: 0.9rem;
}

.property-card__stats span {
    display: flex;
    align-items: center;
}

.property-card__stats i {
    margin-right: 0.4rem;
    color: #4d4c47;
}

/* Address text section */
.property-card__address {
     /* Pushes address to the bottom of the card */
     margin-bottom: 1rem;
}

.property-card__top {
      display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.property-card__title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #4d4c47;
    margin: 0 0 0.25rem 0;
    font-family: 'Playfair Display';
}

.property-card__subtitle {
    font-size: 0.9rem;
    color: #4d4c47;
    margin: 0;
    font-family: 'Playfair Display';
}
.logos-slide {
  display: flex;
  gap: 60px;
  animation: scrollLogos 30s linear infinite;
  white-space: nowrap;
}

.logos-slide img {
  height: 60px;
  object-fit: contain;
  opacity: 0.9;
  transition: transform 0.3s ease;
}

.logos-slide img:hover {
  transform: scale(1.1);
  opacity: 1;
}

@keyframes scrollLogos {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.newsletter-section{
  padding: 3rem 0;
}
.newsletter-section h2{
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.newsletter-section h2 span{
  font-size: 3.5rem;
}

.newsletter-section .card{
  border: none;
}
.newsletter-section img{
  border-radius: 20px;
}

.newsletter-section h3{
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
}
.newsletter-section p{
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  text-align: center;
  margin-bottom: .5rem;
}
.newsletter-section a{
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  text-align: center;
  margin-bottom: .5rem;
  text-decoration: underline;
  color: #000;
  padding-bottom: .15rem;
  /* border-bottom: 1px solid; */
  display: inline;
}
.testimonials {
  padding: 4rem 2rem;
  /* background-color: #f9f9f9; */
  /* font-family: 'Georgia', serif; */
  /* text-align: center; */
}

.testimonials h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.testimonial-card {
  /* background-color: white; */
  /* border-radius: 12px; */
  /* box-shadow: 0 4px 20px rgba(0,0,0,0.08); */
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.image-container {
  position: relative;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  /* height: 100%; */
  display: block;
  transition: transform 0.4s ease;
  border-radius: 20px;
}

.image-container:hover img {
  /* transform: scale(1.05); */
  border-radius: 20px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;

  border-radius: 20px;
}

.image-container:hover .overlay {
  opacity: 1;
}

.overlay h3 {
  margin: 0;
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
}

.overlay p {
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  color: #f8f8f8;
}

blockquote {
  padding: 1.5rem;
  font-style: italic;
  flex-grow: 1;
}
.testimonial-card h3{
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
}

.testimonial-card p{
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  margin: 1rem 0;
}

.testimonial-card .stars{
  font-size: 2rem;
  margin-bottom: 1rem;
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.testimonial-card .view-link {
  display: inline-block;
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  text-decoration: none;
  color: #000;
  /* border-top: 1px solid #eee; */
  font-weight: 500;
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}


.projects-section {
  /* background-color: #fff; */ /* Optional: adjust based on your design */
  /* max-width: 1040px; */
  margin: auto;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.view-toggle {
  /* background-color: #121212; */
  border-radius: 30px;
  padding: 0px;
  display: inline-flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
}

.view-btn {
  border: 1px solid #111111;
  background-color: white;
  color: black;
  padding: 6px 20px;
  font-weight: bold;
  font-family: inherit;
  transition: all 0.3s ease;
  width: 100%;
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
}

.view-btn.active,
.view-btn.sort-btn {
  background-color: #121212;
  color: white;
  border: 1px solid #111111;
}
.view-btn:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border: 1px solid #111111;
}

.view-btn:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.top-bundle{
  background-color: #fff;    z-index: 1000;
}
.top-bundle-fixed{
  position:fixed;
  top: 94px;
  left:0;
  right:0;
  padding: 1rem 0;
}
.search-toggle {
    max-width: 80px;
    background: #121212;
    color: #fff;
}
.view-btn:not(:last-child) {
  margin-right: -1px;
}

.view-btn:hover {
  background-color: #121212;
  color: white;
  cursor: pointer;
  opacity: 0.9;
  border: 1px solid #111111;
}
.property-card {
  /* border: 2px solid #007bff; */
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.property-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.image-container {
  position: relative;
}

.price-overlay {
  position: absolute;
  bottom: 0;
  border-radius: 0 0 20px 20px;
  left: 0;
  right: 0;
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  padding: 0 15px 15px 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}

.property-card .carousel-inner img {
  height: 200px;
  object-fit: cover;
}
.carousel-inner{
  /* border-radius: 20px; */
}
.bolder{
  font-weight: 700;
}
.property-body{
  padding: 0rem .5rem;
  margin-top: .5rem;
}
.pagination .page-link {
  
  border-radius: 25px;
}


.pagination .page-item .page-link{
  background: transparent;
    border-radius: 2rem;
    padding: .35rem 1rem;
    line-height: 1.75;
    border: 2px solid #4d4c47;
    color: #4d4c47; /* All page numbers black */
    margin: .25rem;
}
.pagination .page-item .page-link:hover{
  background-color: #4d4c47; /* Active background black */
  color: white;             /* Active text white */
  border-color: #4d4c47;
}
.pagination .page-item:first-child .page-link{
  border-radius: 2rem;
}
.pagination .page-item:last-child .page-link{
  border-radius: 2rem;
}
.pagination .page-item.active .page-link {
  background-color: #4d4c47; /* Active background black */
  color: white;             /* Active text white */
  border-color: #4d4c47;      /* Optional: unify border color */
}
.no-property-message {
  text-align: center;
  padding: 4rem;
  color: #dadada;
  margin: 0 2rem;
  background: #f7f7f7;
  border-radius: 20px;
}

.no-property-message i {
  font-size: 4rem;
  color: #dadada;
  margin-bottom: 15px;
}

.no-property-message p {
  font-size: 3rem;
  margin: 0;
}

.agency-header {
  font-size: 14px;
  background-color: #ffcd00;
}

.property-card img {
  border-radius: 0;
}

.property-card .carousel-item img {
  height: 300px;
  object-fit: cover;
}

.agency-header {
  font-size: 14px;
  background-color: #ffcd00;
}

.carousel-item {
  /* padding: 10px; */
}

.carousel-item img {
  /* border-radius: 4px; */
}

.property-card {
  background: #fafaf2;
}

.property-card .carousel-control-prev-icon,
.property-card .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

.agent-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.agent-details {
  text-align: left;
  font-size: 14px;
  padding-left: .5rem;
  color: #fff;
}

.agent-details a {
  color: #fff;
}

.agent-details a:hover {
  color: #ffffff;
}
.text-primary{
  color:#1c1c1c !important;
}
.text-muted{
  color:#1c1c1c !important;
}

.sharediv {
    /* margin: .5rem 0; */
    padding: 1rem;
    /* background: #fff; */
    /* border-radius: 20px; */
    border: 1px solid #c7c3c5;
    /* border-top: 0; */
    color: #4B4848;
}

.sharediv a {
    text-decoration: none;
    font-size: .85rem;
    color: #4B4848;
}

.properties-search-form {
    margin-bottom: 20px;
}
.property-card {
    /* border: 1px solid #ddd; */
    margin: 0.5rem;
    /* margin: 10px 0; */
    border-radius: 0;
    box-shadow: none;
    background: #fff;
}

.col-md-6 {
    padding: .25rem;
}
.property-card img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 4/3;
}
.navbar{
  background: #1c1c1c;
}
main{
    margin-top: 93px;
}
.image-main{
  height:302px; object-fit: cover;
}
.image-small{
  height:149px; object-fit: cover;
}
.h5-address{
  font-family: 'Playfair Display';
  font-size: 2rem;
  margin-bottom: 1rem;
}
.agent-div{
  padding: 1rem 0 1rem 1rem;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}
.address1{
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.adress2{
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.agent-img{
  width: 55px; height: 55px; object-fit: cover;border: 1px solid #656565;
}
.agent-img1{
  width: 75px; height: 75px; object-fit: cover;border: 1px solid #656565;
}
.sale-item{
  color: #f9f9f9;
  font-family: 'Lato';
  font-size: 1.5rem;
  font-weight: 400;
}
.sale-item .address{
  font-size:1rem;
}
.sale-item .staff{
  font-size:1rem;
}

.sharediv.loan {
    padding: 0 .5rem;
}
.loan a{
         font-size: 1rem;
                padding: 1rem 0;
}
.loan img{
      width: 56px;
}
.loan .btn{
       border: 1px solid #4b4848;
                font-size: 0.85rem;
                margin-top: .5rem;
                text-transform: capitalize;
}

.loan-inner {
    padding: 1rem .25rem 2rem .25rem;
}
.btn-primary {
    background: #231f20;
    border: 1px solid #1a1919;
    border-radius: 0;
    font-family: 'Lato';
}
.btn-outline-secondary{
    color: #4b4848;
    font-family: 'Lato';
    border-radius: 0;
}
.btn-outline-secondary:hover{
  background:  #1a1919;
    border: 1px solid  #1a1919;
    color:#fff;
}
.p-price{
  font-family: 'Lato';    font-weight: 500;
                      font-size: 1.5rem;
}

.fixed-menu {
    position: fixed !important;
    top: 49px;
    width: calc(86% - 12px);
    z-index: 1000;
    margin-top: 0;
    padding-top: .5rem;
    margin: 0 auto;
    /* display: flex; */
    /* justify-content: center; */
    background: #fffbf4;
}
.specifications{
  display: none;
}
.hash-search{
  display: none;
}
.prop-search{
  display: none;
}

.second-agent{
  display: none;
}

.search-section {
  /* background-color: #1c1c1c; */
  /* border-radius: 20px; */
  /* max-width: 1200px; */
  margin: 0 auto;
  /* margin-top: 2rem; */
  text-align: center;
  /* border-bottom: 1px solid lightgray; */
  max-width: 100%;
}

.search-section-01 {
    padding: 1rem 4rem;
    margin-top: 3rem;
    text-align: center;
    border-bottom: 1px solid lightgray;
    padding-bottom: 3rem;
}.search-section .search-header img {
  width: 100%;
  /* border-radius: 21px 21px 0 0; */
}

.search-section-01 .search-header img {
    width: 100%;
    filter: saturate(6.5);
}
.search-section .search-content{
  /* padding: 0rem 4rem 0 4rem; */
}

.search-section .search-content-01 {}
.search-section h2{
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
}
.search-section .select-list-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    text-align: left;
    padding: .5rem;
    width: 100%;
    gap: .25rem;
}
.search-bar {
  /* border-radius: 999px; */
  overflow: hidden;
  display: flex;
  margin-bottom: 10px;
  /* border: 1px solid #121212; */
  background: transparent;
  justify-content: space-between;
}

.search-bar .form-group {
    text-align: left;
    padding: 0px .5rem;
    width: 100%;
}
.search-bar input {
  border: none;
  padding: .5rem 1rem;
  flex-grow: 1;
  font-size: 1rem;
  /* border-radius: 20px 0 0 20px; */
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background: #fafaf2;
  border: 2px solid #595959;
  border-radius: 2rem;
  color: #4d4c47;
}

.form-control:focus {
    background: #fafaf2;
    border-color: #f3f3ab;
    box-shadow: none;
}

.search-bar button {
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  background: #4d4c47;
  border-radius: 0;
  line-height: 1.25;
  min-width: 120px;
  display: flex;
  justify-content: space-between;
  border-radius: 2rem;
}

.search-bar button .fa {
    /* font-weight: 300; */
}
.search-bar button:hover{
  background: #303335;
  /* color: #121212; */
  box-shadow: 0px 0px 2px 1px #afafaf;
}
.search-bar button span{
  /* border-bottom: 1px solid; */
}
.search-section .form-label {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 6px;
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  color: #ababab;
  text-align: left;
}

.search-section select.form-select {
  background-color: #fff;
  border: none;
  color: #121212;
  border-radius: 10px;
  font-family: "Lato", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 0;
}

.search-section select.form-select:focus {
  border-color: #121212;
  box-shadow: none;
}

.search-section .bed, .bed .custom-options{
  min-width: 140px;
}
.search-section .type, .type .custom-options{
  min-width: 100px;
}
.search-section .budget, .budget .custom-options{
  min-width: 144px;
}

.search-section .sortby {
    min-width: 140px;
    background: #1c1c1c;
    color: #fff;
}

.sortby .select-trigger {
    color: #fff;
}

.sortby .select-trigger::after {
    border-color: #fff;
}
.navbar-toggler{
  border: none;
}
.join-link{
  cursor: pointer;
  border-bottom: 1px solid;
}
.form-label {
    margin-bottom: .5rem;
    color: #1a1919;
}
/* --- Custom Select Wrapper --- */
        /* This container holds our custom select and positions the options panel */
        .custom-select-container {
           /*  position: relative;
            width: 100%;
            max-width: 350px; */
        }

        /* The original select element is visually hidden but accessible to screen readers */
        .custom-select-container .original-select {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0;
            pointer-events: none;
        }

        /* --- The Trigger (the visible part of the select) --- */
        .select-trigger {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: .5rem 1rem;
            /* background-color: #ffffff;
            border: 1px solid #ccd0d5;
            border-radius: 8px; */
            color: #4d4c47;
            font-family: "Lato", serif;
            font-optical-sizing: auto;
            font-weight: 300;
            font-style: normal;
            font-size: 1rem;
            cursor: pointer;
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
            user-select: none; /* Prevents text selection on click */
            border: 2px solid #595959;
            border-radius: 2rem;
        }

        /* Add a subtle shadow on hover for better UX */
        .select-trigger:hover {
            /* border-color: #8a8d91; */
        }

        /* --- The Custom Arrow --- */
        .select-trigger::after {
            content: '';
            display: block;
            width: 8px;
            height: 8px;
            border-style: solid;
            border-width: 0 2px 2px 0;
            border-color: #606770;
            transform: translateY(-2px) rotate(45deg);
            transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
        }

        /* --- The Options Panel --- */
        .custom-options {
            position: absolute;
            /* top: calc(100% + 6px); */
            /* left: 0; */
            /* right: 0;*/
            transform: translateX(10%);
            background-color: #fafaf2;
            border: 1px solid #ccd0d5;
            border-radius: 0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            z-index: 100;
            max-height: 220px;
            overflow-y: auto;

            /* Hidden by default with a nice transition */
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: opacity 0.2s ease, visibility 0s 0.2s, transform 0.2s ease;
        }

        /* --- Individual Option Styling --- */
        .custom-option {
            padding: .25rem .75rem;
            cursor: pointer;
            transition: background-color 0.2s ease;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #1c1c1c;
            font-family: "Lato", serif;
            font-optical-sizing: auto;
            font-weight: 300;
            font-style: normal;
            font-size: 1rem;
        }
        .custom-option.dn{
          display: none;
        }
        .custom-option:hover {
            background-color: #4d4c47;
            color: #fff;
            font-weight: 500;
        }

        /* Style for the currently focused or selected option */
        .custom-option.selected {
                background-color: #1c1c1c;
                color: #fff;
                font-weight: 500;
        }
        
        /* --- OPEN STATE --- */
        /* These styles apply when the dropdown is active */
        .custom-select-container.open .select-trigger {
            /* border-color: #1877f2;
            box-shadow: 0 0 0 2px rgba(24, 119, 242, 0.2); */
        }

        .custom-select-container.open .custom-options {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            transition-delay: 0s;
            margin: 0 1.25rem;
        }

        /* Flip the arrow when the dropdown is open */
        .custom-select-container.open .select-trigger::after {
            transform: rotate(225deg);
        }
        
@media (max-width: 1200px) {
  .sale-item{
  font-size: 1.25rem;
}
.agent-details {
    text-align: left;
    padding-left: .5rem;
}
.email-agent{
  font-size: .85rem;
}
 }
@media (max-width: 1024px) {
.fixed-menu {
    position: fixed !important;
    top: 40px;
    width: calc(100% - 0px);
    z-index: 1000;
    left: 0;
    margin-top: 0;
    padding-top: .5rem;
    margin: 0 auto;
    /* display: flex
; */
    /* justify-content: center; */
    background: #fafaf2;
}
  .h5-address{
  font-size: 1.25rem;
  margin-bottom: .5rem;
}
.p-address {
        font-family: 'Playfair Display';
        font-size: .85rem;
        margin-bottom: .25rem;
    }
.p-price {
    font-size: 1.25rem;
    margin-bottom: .5rem;
}
.agent-img{
    width: 35px; height: 35px; object-fit: cover;border: 1px solid #656565;
  }
  .agent-img1 {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border: 1px solid #656565;
}
.agent-details {
    font-size: .85rem;
    line-height: 1.35;
}

.email-agent {
    font-size: .65rem;
}
.search-bar button{
  padding: .75rem 1.5rem;
  font-size: 1rem;
}
.search-section .bed{
  min-width: 90px;
}
.search-section .type{
  min-width: 90px;
}
.search-section .budget{
  min-width: 112px;
}
 }
 
@media (max-width: 991px) { 
.image-main{
  height:170px; object-fit: cover;
}
.image-small{
  height:83px; object-fit: cover;
}
.h5-address{
  font-size: 1.5rem;
}
.agent-details {
    text-align: left;
    font-size: .85rem;
    padding-left: .5rem;
}
.agent-div{
  padding: 1rem;
}
.email-agent{
  font-size: .5rem;
}
.search-section .search-content {
    padding: 0rem 0rem 0 0rem;
}
.search-bar .form-group{
  padding: 0;
}
.search-section select.form-select{
  font-size: 1rem;
  padding: 0 1.75rem .0 0.15rem;
}
.search-bar input{
  font-size: 1rem;
  padding: .25rem .5rem;
}

.select-trigger {
    padding: .25rem .5rem;
}
.search-bar button{
  padding: .5rem 1rem;
  font-size: 1rem;
}
.search-section .bed{
  min-width: 70px;
}
.search-section .type{
  min-width: 80px;
}
.search-section .budget{
  min-width: 92px;
}
.search-section .sortby{
min-width: 112px;
}
.search-section .btn-dark{
min-width: 117px;
}

.second-agent{
  display: block;
}
.agent-banner {
    background-color: #1a1919;
            padding: .25rem !important;
}
.agent-images {
    width: 40px; /* accommodate overlap */
    height: 30px;
}

.agent-photo0 {
    z-index: 2;
}

.agent-photo1 {
    z-index: 1;
}

.agent-names {
    font-size: .85rem;
   font-family: 'Lato';
   font-weight: 600;
}

.agency-logo {
    font-size: 1rem;
    white-space: nowrap;
}
}
@media (max-width: 767px) { 
         main {
        margin-top: 41px;
    }
.image-main{
  height:170px; object-fit: cover;
}
.image-small{
  height:83px; object-fit: cover;
}
.h5-address{
  font-size: 1rem;
}   
.p-address {
        font-family: 'Playfair Display';
        font-size: .65rem;
        margin-bottom: .25rem;
    }
.p-price{
     font-family: 'Lato';
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: .5rem;
}

.sharediv.loan{
  padding: 0 1rem;
    padding-top: 0;
    display: flex
;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.loan a{
      font-size: .65rem;
    padding: 1rem 0;
}
.loan img{
      width: 56px;
}
.loan .btn{
      border: 1px solid #4b4848;
    font-size: 0.85rem;
    margin-top: .5rem;
    text-transform: capitalize;
}

.loan-inner{
       padding: 0rem .25rem 1rem .25rem;
}

.specifications{
  display: flex;
  justify-content: space-between;
}
    .specifications a {
        text-decoration: none;
        color: #1a1919;
        font-family: 'Lato';
       font-weight: 600;
    }
    .specifications i{
      color: #1a1919;
    }
.agent-details {
    text-align: left;
    font-size: .85rem;
    padding-left: .5rem;
}
.agent-div{
  padding: 1rem;
}
.email-agent{
  font-size: .5rem;
}
.second-agent{
  display: block;
}
.agent-banner {
    background-color: #1a1919;
            padding: .25rem !important;
}
.agent-images {
    width: 40px; /* accommodate overlap */
    height: 30px;
}

.agent-photo0 {
    z-index: 2;
}

.agent-photo1 {
    z-index: 1;
}

.agent-names {
    font-size: .85rem;
   font-family: 'Lato';
   font-weight: 600;
}

.agency-logo {
    font-size: 1rem;
    white-space: nowrap;
}

.fixed-menu {
    position: fixed !important;
    top: 48px;
    width: 100%;
    z-index: 1000;
    margin-top: 0;
    padding-top: .5rem;
}
.search-section .search-content {
    padding: 0rem 0rem 0 0rem;
}
.search-bar .form-group{
  padding: 0;
}

.search-section .sortby {
    min-width: 50px;
}
.search-section select.form-select{
  font-size:.65rem;
  padding: 0 1.75rem 0 0.15rem;
}
.select-trigger{
  font-size:.65rem;
  padding: 0.25rem 0.25rem;;
}
.custom-option{
  font-size:.65rem;
  padding: 0.25rem 0.25rem;;
}
.search-bar input{
  font-size:.65rem;
  padding: 4px 6px;
}
.search-bar button{
  padding: .5rem .65rem;
  font-size: .65rem;
}
.search-section .bed{
  min-width: 40px;
}
.search-section .type{
  min-width: 60px;
}
.search-section .budget{
  min-width: 55px;
}

.btn-primary {
    background: #231f20;
    border: 1px solid #1a1919;
    border-radius: 0;
    font-family: 'Lato';
    
    font-size: .85rem;
}
.btn-outline-secondary{
    font-size: .85rem;
}

.search-section .btn-dark{
min-width: 111px;
}
}

@media (max-width: 575px) {
  .select-trigger::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #606770;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
  
.agent-details {
    text-align: left;
    font-size: 1rem;
    padding-left: .5rem;
}
.agent-div{
  padding: 1rem;
}
.email-agent{
  font-size: 1rem;
}

.search-section .btn-dark{
min-width: 30px;
}
}