/* -----------------------------
 listing map starts
------------------------------*/
.map-main {
    display: flex;
    width: 100%;
    position: relative;
    gap: .5rem;
    margin-top: 120px;
}
.left-Map {
  height: 100%;
  width: 60%;
  margin-left: .5rem;
  background-color: white;
}
.Right-Map {
  height: calc(100vh - 115px);
  width: 40%;
  position: sticky;
  top: 115px;
}
.map-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.left-Map .listing-map {
  display: flex;
  flex-wrap:wrap;
  background: white;
}
.left-Map .listing-item {
display: flex;
padding-bottom: 16px;
flex-direction: column;
align-items: flex-start;
gap: 16px;
flex-shrink: 0;
flex-grow: 1;
border-radius: 13px;
border: 0px solid var(--Grayscale-Gray-40, rgba(172, 172, 176, 0.24));
background: var(--Shades-White, #FFF);
}

.left-Map .listing-item img {
  width: 100%;
}

.map-container .button-div {
  width: fit-content;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 1rem;
  z-index: 1;
}

.map-container .button-div button {
  min-width: max-content;
  border: 1px solid #74747447;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .3rem;
}
.map-container .button-div button img {
   width: 20px;
   height: 20px;
}
.decreade-Map {
  gap: 0;
}
.increase-Map {
  gap: 0;
}
.decreade-Map .left-Map {
  width: 0px !important;
  margin-left: 0;
}
.decreade-Map .left-Map .listing-item {
   display: none;
}
.decreade-Map .Right-Map {
  width: 100% !important;
}
.increase-Map .Right-Map {
  width: 0px !important;
}
.increase-Map .left-Map {
  width: 100% !important;
  margin-right: 1rem;
}
.increase-Map .Right-Map .button-div button,
.decreade-Map .Right-Map .button-div button {
  border-radius: 10px; 
  background-color: white;
  font-size: 16px;
}

.increase-Map .Right-Map .button-div{
  left: -7rem !important;
}
.decreade-Map .left-map {
  width: 0px !important;
  height: 0px;
}

.increase-Map .Right-map{
  width: 0px !important;
}
.decreade-Map .left-Map .filter-menu-main {
  position: fixed;
  top: 3.5rem;
  transition: none;
  margin-top: 0 !important;
  margin-left: 1rem;
}
.increase-Map .left-Map .filter-menu-main {
 margin-right: 10%;
}


.mobile-map-result-div{
  display: none !important;
}


/*----------------------------
listing map mobile wersion
----------------------------*/
@media (max-width:1199px){
  .decreade-Map .left-Map .filter-menu-main {
    margin-top: 5.5rem !important;

  }
    .map-main {
        flex-direction: column-reverse;
        margin-top: 5px !important;
        /*margin-bottom: -6.4rem;*/
    }
    .left-Map {
        width: 100%;
        margin-left: 0rem !important;
        padding: 0 5%;
        margin-top: 0 !important;
        z-index: 1;
        transition: transform 0.3s ease; /* Smooth transition */
    /*    border-radius: 1rem 1rem 0 0;*/
        background-color: white;
       /* transform: translateY(122px);*/
        min-height: calc(100vh - 122px);
    }
    .Right-Map {
        width: 100%;
        position: fixed;
        top: 122px;
        min-height: calc(100vh - 122px);
    }
  .map-container .button-div {
    display: none;
  }
  .left-Map .filter-menu-main{
    padding: 0 0 0 0 !important;
  }

  .mobile-map-result-div{
    flex-direction: column;
    transition: all 1s ease;
  }
  .mobile-map-result-div .result-places-text {
    text-align: center;
    margin-top: .5rem;
  }
  .line-l-m{
    height: 5px !important;
    width: 100px !important;
    background-color: #4b4b4d26 !important;
    margin: auto !important;
    border-radius: 1rem !important;
    margin-top: 10px !important;
    
  }

  }

.left-Map .listing-map .cd-col {
    flex: 0 0 auto;
    width: 100%;
    padding:8px;
}
@media (min-width: 575px) {
    .left-Map .listing-map .cd-col {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .left-Map .listing-map .cd-col {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .left-Map .listing-map .cd-col {
        width: 33.33%;
    }
}

@media (min-width: 1200px) {
    .left-Map .listing-map .cd-col {
        width: 50%;
    }
}
@media (min-width: 1241px) {
    .left-Map .listing-map .cd-col {
        width: 33.3%;
    }
}
@media (min-width: 1200px) {
    .increase-Map .left-Map .listing-map .cd-col {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 1400px) {
    .increase-Map .left-Map .listing-map .cd-col {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 1720px) {
    .increase-Map .left-Map .listing-map.cd-col {
        flex: 0 0 auto;
        width: 16.666666%;
    }
}




  
  
  /*
  * Optional: Makes the sample page fill the window.
  */
  /**
 * @license
 * Copyright 2019 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */
/* [START maps_advanced_markers_html] */
:root {
  --building-color: #FF9800;
  --house-color: #0288D1;
  --shop-color: #7B1FA2;
  --warehouse-color: #558B2F;
}



/*
 * Always set the map height explicitly to define the size of the div element
 * that contains the map.
 */
#map {
  height: 100%;
  width: 100%;
}


/*
 * Property styles in unhighlighted state.
 */
.property {
  align-items: center;
  /* background-color: #FFFFFF; */
  border-radius: 50%;
  color: #263238;
  display: flex;
  font-size: 14px;
  gap: 15px;
  height: 30px;
  justify-content: center;
  flex-direction: column-reverse;
  padding: 4px;
  position: relative;
  transition: all 0.3s ease-out;
  width: 30px;
}

/* 29-6-24 changes starts */
.icon {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 8px;
  color: #000000;
  font-size: 14px;
  padding: 7px 12px;
  position: relative;
  font-weight:400;
  scale: 1;
  cursor: pointer;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  transition: all .3s ease;
  border: 1px solid #e7e7e7;
}

 .icon:hover {
 scale: 1.1;
 font-weight: 600;
 z-index: 9999 !important;
 /*color: #FFF;*/
 /*background-color: #000000;*/
}
  
.icon:focus {
  background-color: #000000;
  color: white;
}

/* 29-6-24 changes ends */

.property .details {
  display: none;
  flex-direction: column;
  flex: 1;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  background-color: white;
  position: absolute;
  top: 120%;
  border-radius: 16px;
  width: 272px;
}

.map-cls-btn {
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  z-index: 1;
  right: 2%;
  top: 2%;
}
.map-card a {
   text-decoration: none;
}

.property .address {
  color: #9E9E9E;
  font-size: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.property .features {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.property .features > div {
  align-items: center;
  background: #F5F5F5;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  font-size: 10px;
  gap: 5px;
  padding: 5px;
}

/*
 * Property styles in highlighted state.
 */
.property.highlight {
  border-radius: 1rem;
  padding: 0;
  width: auto;
  height: auto;
}
/* .property.highlight .icon {
  display: none;
} */

.property.highlight::after {
  border-top: 9px solid #FFFFFF;
}

.property.highlight .details {
  display: flex;
  border-radius: 1rem;
  overflow: hidden;
}

.property.highlight .icon svg {
  width: 50px;
  height: 50px;
}

.property .bed {
  color: #FFA000;
}

.property .bath {
  color: #03A9F4;
}

.property .size {
  color: #388E3C;
}

/*
 * House icon colors.
 */
.property.highlight:has(.fa-house) .icon {
  color: var(--house-color);
}

.property:not(.highlight):has(.fa-house) {
  background-color: var(--house-color);
}

.property:not(.highlight):has(.fa-house)::after {
  border-top: 9px solid var(--house-color);
}

/*
 * Building icon colors.
 */
.property.highlight:has(.fa-building) .icon {
  color: var(--building-color);
}

.property:not(.highlight):has(.fa-building) {
  background-color: var(--building-color);
}

.property:not(.highlight):has(.fa-building)::after {
  border-top: 9px solid var(--building-color);
}

/*
 * Warehouse icon colors.
 */
.property.highlight:has(.fa-warehouse) .icon {
  color: var(--warehouse-color);
}

.property:not(.highlight):has(.fa-warehouse) {
  background-color: var(--warehouse-color);
}

.property:not(.highlight):has(.fa-warehouse)::after {
  border-top: 9px solid var(--warehouse-color);
}

/*
 * Shop icon colors.
 */
.property.highlight:has(.fa-shop) .icon {
  color: var(--shop-color);
}

.property:not(.highlight):has(.fa-shop) {
  background-color: var(--shop-color);
}

.property:not(.highlight):has(.fa-shop)::after {
  border-top: 9px solid var(--shop-color);
}

/* [END maps_advanced_markers_html] */

/* details cart starts */

  /* Individual dot */
  .dots {
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 5px;
}

  .dot {
    cursor: pointer;
    height: 6px;
    width: 6px;
    margin: 5px 3px;
    background-color: #eaeaea !important;
    border-radius: 50%;
    transition: all 0.3s ease !important;
  }

  /* Active dot */
  .dot.active {
    width: 9px ;
    height: 9px ;
  }



  .mapcartclose-btn  {
    position: absolute;
    z-index: 1;
    background: white;
    right: 2%;
    top: 2%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: none;
  }

  .gm-style-iw {
    padding: 0px 0px 0px 0px !important;
  }
.gm-style-iw-d {
    overflow: unset !important;
    max-height:fit-content !important;
}
.gm-style-iw-c {
    max-height:fit-content !important;
}
.gm-style-iw-d::-webkit-scrollbar {
    display: none;
}
  .gm-style-iw-ch {
    display: none;
  }
  .gm-ui-hover-effect {
    position: absolute !important;
    top: 6px;
    right: 6px;
    z-index: 1;
    background-color: white !important;
    border-radius: 2rem !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
  }
  .gm-ui-hover-effect span {
   width: 16px !important;
   height: 16px !important;
  }
  .gm-style .gm-style-iw-c {
    border-radius: 1rem;
  }
  .gm-style-iw-c {
    min-width: fit-content !important;
  }
/* details cart ends */
.mobilefooter {
    display:none !important;
}
.mobile-img-carousel {
    aspect-ratio: 16/10 !important;
}

.gm-bundled-control .gmnoprint {
    margin-top: 2px;
}
    .gm-bundled-control .gmnoprint div {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

        .gm-bundled-control .gmnoprint div > button:nth-child(1) {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .gm-bundled-control .gmnoprint div > button:nth-child(3) {
            border-bottom-left-radius: 10px !important;
            border-bottom-right-radius: 10px !important;
        }

    


/* -----------------------------
 listing map starts
------------------------------*/
.map-main {
    display: flex;
    width: 100%;
    position: relative;
    gap: .5rem;
}

.left-Map {
    height: 100%;
    width: 60%;
    margin-left: .5rem;
    margin-top: .5rem;
    background-color: white;
}

.Right-Map {
    height: calc(100vh - 120px);
    width: 50%;
    position: sticky;
    top: 120px;
}

.map-container {
    width: 100%;
    height: 100%;
    position: relative;
}



.left-Map .listing-item {
    display: flex;
    padding-bottom: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
    flex-grow: 1;
    border-radius: 13px;
    border: 0px solid var(--Grayscale-Gray-40, rgba(172, 172, 176, 0.24));
    background: var(--Shades-White, #FFF);
}

    .left-Map .listing-item img {
        width: 100%;
    }

.map-container .button-div {
    width: fit-content;
    display: flex;
    flex-direction: column;
    position: absolute;
    /*top: 2rem;
    left: 1rem;*/
    top: 10px;
    left: 10px;
    z-index: 1;
}

    .map-container .button-div button {
        min-width: max-content;
        border: 1px solid #74747447;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: .53rem;
    }

        .map-container .button-div button img {
            width: 20px;
            height: 20px;
        }

.decreade-Map {
    gap: 0;
}

.increase-Map {
    gap: 0;
}

.decreade-Map .left-Map {
    width: 0px !important;
    margin-left: 0;
}

    .decreade-Map .left-Map .listing-item {
        display: none;
    }

.decreade-Map .Right-Map {
    width: 100% !important;
}

.increase-Map .Right-Map {
    width: 0px !important;
}

.increase-Map .left-Map {
    width: 100% !important;
    margin-right: 1rem;
}

.increase-Map .Right-Map .button-div button,
.decreade-Map .Right-Map .button-div button {
    border-radius: 10px;
    background-color: white;
    font-size: 16px;
}

.increase-Map .Right-Map .button-div {
    top: 0.7rem !important;
    left: -7rem !important;
}

.decreade-Map .left-map {
    width: 0px !important;
    height: 0px;
}

.increase-Map .Right-map {
    width: 0px !important;
}

.decreade-Map .left-Map .filter-menu-main {
    position: fixed;
    top: 4.6rem;
    transition: none;
}

.increase-Map .left-Map .filter-menu-main {
    margin-right: 10%;
}




/*----------------------------
listing map mobile wersion
----------------------------*/
@media (max-width:1199px) {
    .decreade-Map .left-Map .filter-menu-main {
        margin-top: 5.5rem !important;
    }

    .mobile-map-result-div {
        display: block !important;
    }

    .map-main {
        flex-direction: column-reverse;
        margin-top: 3.45rem;
    }

    .left-Map {
        width: 100%;
        margin-left: 0rem !important;
        padding: 0 2.5%;
        margin-top: 118px !important;
        z-index: 1;
        transition: transform 0.3s ease; /* Smooth transition */
        /* border-radius: 1rem 1rem 0 0;*/
        background-color: white;
        padding-bottom: 80px;
      /*  transform: translateY(118px);*/
        min-height: calc(100vh - 118px);
    }

    .Right-Map {
        width: 100%;
        position: fixed;
        top: 123px;
    }

    .map-container .button-div {
        display: none;
    }

    .left-Map .filter-menu-main {
        padding: 0 0 0 0 !important;
    }

    .mobile-map-result-div {
        flex-direction: column;
        transition: all 1s ease;
    }

        .mobile-map-result-div .result-places-text {
            text-align: center;
            margin-top: .5rem;
        }

    .line-l-m {
        height: 5px !important;
        width: 100px !important;
        background-color: #4b4b4d26 !important;
        margin: auto !important;
        border-radius: 1rem !important;
        margin-top: 10px !important;
    }
}


/*
  * Optional: Makes the sample page fill the window.
  */

#map {
    width: 100%;
    height: 100%;
}

/*.price-tag {
    background-color: #FFFFFF;
    border-radius: 8px;
    color: #000000;
    font-size: 14px;
    padding: 10px 15px;
    position: relative;
    font-weight: 600;
}

    .price-tag:hover {
       
    }*/

/*.price-tag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFFFFF;
  }*/
/* -----------------------------
   listing map Ends
  ------------------------------*/

.nolistingsDiv {
    width: 80%;
    margin:auto;
    padding: 4px 24px 0px 24px;
    align-items: center;
    justify-content: center;
}

@media (max-width:1199px) {
    .map-mob-filter {
        top: 65px !important;
        overflow-x: scroll;
        scrollbar-width: none;
    }

}

@media (max-width:768px) {
    .map-mob-filter {
        top: 70px !important;
    }
    .nolistingsDiv {
        width: 100%;
    }
    .nolistingsDiv h4 {
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -0.07800000160932541px;
    }
}

