
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
/* KRIS CODE */
.logo_image{
    height: 50px;
    
}
.brokerage_logo_image{
    height: 100px;
    /*max-width: 15vw;*/
}

/*STANDARD*/
.button{
    padding: 10px 20px;
    margin: auto;
}

/*HOME PAGE*/

.menu_down_arrow{
    margin-left: 10px;
}
.nav-link:hover{
    background-color: #202020;
    color: white !important;
}
.nav-link:hover .menu_down_arrow img{
    filter: invert(1);
}
.city_dropdown{
    position: absolute;
    right: 10px;
    top: 10px;
}
.home_page_menu_headline{
    padding-left: 0 !important;
}
/* CALCULATORS */

.calculator_div{
    width: 100%;
    align-items: center;
    display: block;
    padding-top: 40px;
}

.calculator_container{
    margin: auto;
    margin-top: 30px;
}

/******** PROPERTIES DETAIL ******/
.property_list{
    display: flex;
    list-style: none;
}
.property_card{
    padding: 0 10px;
    /*width: 50%;*/
    margin: 17px 0;
}


.properties-detail-tab {
    padding: 30px 15px;
}

.properties-detail-inner ul {
    display: flex;
    /* margin: 0 -15px; */
    flex-wrap: wrap;
}

.properties-detail-inner ul li {
    padding: 10px;
    width: 50%;
    margin:0;
}

.properties-detail-inner ul li.locked .properties-detail-box .image-holder:after {
    opacity: 1;
    visibility: visible;
}

.properties-detail-inner ul li.locked .properties-detail-box .text-box {
    opacity: 0.06;
}

.properties-detail-inner ul li .image-holder a.login-required img {
    width: auto;
}

.properties-detail-box .image-holder {
    position: relative;
}

.properties-detail-box .image-holder img {
    width: 100%;
}


/* .tag {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    background-color: #000000;
    border-radius: 1px;
    height: 25px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 23px;
    left: 0;
    padding: 0 17px;
    z-index: 10;
} */

.tag.green-color {
    background-color: #2DA76A;
}

.tag.red-color {
    background-color: #FF0000;
}

.properties-detail-box .image-holder:after {
    background-color: rgba(64, 64, 64, 0.8);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.retting-icon {
    position: absolute;
    top: 15px;
    right: 5px;
    z-index: 10;
}

.login-required {
    height: 30px;
    max-width: 149px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    z-index: 10;
}

.login-required:hover {
    color: #fff;
}

.login-required img {
    height: 18px;
    margin-right: 7px;
}

.properties-detail-box .text-box {
    /* padding: 7px 10px 0 10px; */
}

.properties-detail-box .text-box h3 {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
}

.properties-detail-box .text-box h3 span {
    font-weight: 400;
    font-size: 14px;
}

.properties-detail-box .text-box ol {
    display: flex;
    align-items: center;
    margin: 7px -5px 8px;
}

.properties-detail-box .text-box ol li {
    font-weight: 400;
    font-size: 14px;
    width: auto;
    padding: 0 5px;
    margin: 0;
    position: relative;
    color: #000000;
}

.properties-detail-box .text-box ol li:first-child:after {
    display: none;
}

.properties-detail-box .text-box ol li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #9F9F9F;
    width: 1px;
    height: 13px;
}

.properties-detail-box .text-box p {
    font-size: 14px;
    font-weight: normal;
    color: #727272;
    line-height: 19px;
}


/*SCROLLBARS*/
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/*CAPTCHA*/

#captcha_display{
    margin-top: 0 !important;
    margin-bottoM: 20px;
}

/*HEADER*/
/*SOCIAL ICONS*/
.header_icon{
    height: 16px;
    font-size: 20px !important;
}
.header_social_icons{
    left: 40px;
    float: left;
    
}
.social_icons{
    position: relative;
    display: flex;
    justify-content: center;
}
.social_icons li {
    margin-right: 15px;
}

.social_icons li a {
    display: block;
}

/*CONTACTS*/
.header_contacts {
    margin-right: 0;
    margin: 0 auto;
    float: right;
}
.header_contacts ul {
    display: flex;
    align-items: center;
}
.header_contacts li {
    display: flex;
    margin: 0 15px;
    align-items: center;
}
.header_contacts a{
    color: black;
    font-size: 14px;
    font-weight: 500;
    margin-left: 7px;
    display: flex;
    align-items: center;
}



.brokerage_contacts{
    font-size: 12px;
    margin-bottom: 16px;
    color: #202020;
    line-height: 26px;
    display: flex;
    justify-content: center;
}
.stats_property_type_dropdown{
    /* border: 1px solid #D4D4D4;
    border-radius: 2px;
    height: 35px;
    color: #707070;
    font-size: 12px;
    font-weight: 400;
    margin-left: auto;
    padding: 0 13px;
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 150px;
    position: relative; */
}
/* .mapboxgl-popup-close-button{
    font-size: 40px !important;
    border-radius: 50% !important;
    background-color: white !important;
    padding: 5px 5px;
} */
.map_menu_button:hover{
    color: white !important;
    cursor: pointer;
}
.datalist_dropdown_arrow{
    position: absolute;
    right: 2px;
    top: 18px;
}
/*DATALIST DEFAULT ARROW*/
input::-webkit-calendar-picker-indicator {
  display: none !important;
}
#showing::-webkit-calendar-picker-indicator {
  display: block !important;
}
#showing2::-webkit-calendar-picker-indicator {
  display: block !important;
}
.input-with-datalist {
    color: #717171;
}

#search_headline{
    font-size: 50px;
    text-shadow: 0px 3px 6px #000000;
    font-weight: 500;
}
#loader{
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999999999;
    background-color: white;
    display: block;
    transition: all 1s;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #727272;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


table .open_houses_table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.open_houses_table td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.open_houses_table tr:nth-child(even) {
  background-color: #dddddd;
}

#empty_page{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: white;
    z-index: 999999;
}
/* .mapboxgl-popup-content{
 width: 350px;
} */
.mapbox_grid_listing{
    max-width: 100%;
}

.tooltip2 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff !important;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip2 .tooltiptext2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
  opacity: 1;
}

.pricedown{
    color:green;
    margin-left:5px;
}
.priceup{
    color:red;
    margin-left:5px;
}

.oldprice{
    text-decoration: line-through;
}

.no_properties_found_text{
    width: 100%;
    text-align: center;
}

.carousel_image{
    height: 55vh;
    max-width: 100%;
}
::placeholder{
    color: rgba(0, 0, 0,50%) !important;
}
#search_input::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* Input text when user types */
#search_input {
  color: rgba(0, 0, 0, 0.85); /* or just #222 / #333 */
}

/* HOME SEARCH */

.property_search_card.alink {
    text-decoration: none;
    display: block;
    padding: 0.4rem;
    line-height: 1.5 !important;
    min-height: 0;
    font-weight: 400;
}
.property_search_card.image {
    float: left !important;
    margin-right: 15px;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 0px;
}

.property_search_card.title{
    float: none !important;
    word-break: break-all;
    white-space: normal;
    display: block;
    vertical-align: top;
    font-size: 15px;
    font-weight: bold;
}

.property_search_card.details{
    float: none !important;
    word-break: break-all;
    white-space: normal;
    display: block;
    vertical-align: top;
}

/*TABLETS AND PHONES*/
@media (max-width: 1000px){
    
    .property_list{
        flex-flow: column;
    }
    
    .social_icons{
        position: relative;
        margin: auto;
        margin-bottom: 10px;
        left: auto;
        float: none;
    }
    
    .header_contacts {
        margin: auto;
        float: none;
        justify-content: center;
        display: flex;
    }
}
.select2-hidden-accessible {
    display: none !important;
}

.hill-body p,
.properties-detail-box .text-box p {
  white-space: nowrap;        /* Prevent text from wrapping */
  overflow: hidden;           /* Hide any overflowing text */
  text-overflow: ellipsis;    /* Add "..." if text is too long */
  display: block;             /* Ensure block formatting */
  max-width: 100%;            /* Limit to container width */
}

.dropdown{
    border-radius: 5px !important;
}
.dropdown-menu{
    border-radius: 5px !important;
}
.form-control{
    border-radius: 5px !important;
}

.form-control:focus{
    border-color: #ced4da !important;
}

.hill-one {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.hill-one:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    /* border:1px solid rgb(126, 126, 126); */
}

.hill-brand {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.property-swiper {
    position: relative;
    width: 100%;
    /* height: 250px; */
    overflow: hidden;
    aspect-ratio: 300 / 200; /* Maintain aspect ratio */
}

.property-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Arrows (Hidden by default, shown on hover) */
.property-swiper .swiper-button-next,
.property-swiper .swiper-button-prev {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-top: -16px;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.property-swiper .swiper-button-next:hover,
.property-swiper .swiper-button-prev:hover {
    transform: scale(1.1);
}

.property-swiper .swiper-button-next::after,
.property-swiper .swiper-button-prev::after {
    font-size: 12px;
    font-weight: bold;
}

.property-swiper .swiper-button-next {
    right: 12px;
}

.property-swiper .swiper-button-prev {
    left: 12px;
}

.hill-brand .image-count {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
/* Show on hover or when hovered once */
.hill-brand:hover .image-count,
.hill-brand.hovered-once .image-count {
    opacity: 1;
    pointer-events: auto;
}

/* Show on hover */
.hill-brand:hover .swiper-button-next,
.hill-brand:hover .swiper-button-prev,
.hill-brand:hover .swiper-pagination-bullet,
.hill-brand.hovered-once .swiper-button-next,
.hill-brand.hovered-once .swiper-button-prev,
.hill-brand.hovered-once .swiper-pagination-bullet {
    opacity: 1;
    pointer-events: auto;
}

/* Disable arrows when on first/last slide */
.property-swiper .swiper-button-prev.swiper-button-disabled,
.property-swiper .swiper-button-next.swiper-button-disabled {
    opacity: 0 !important;
    pointer-events: none;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 0 4px;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

.swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.2);
}

.image-count {
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    padding: 2px 6px;
}

.hill-body {
    padding: 12px 16px;
}

/* Hide Swiper default arrows */
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important;
    content: none !important;
}

/* Base color */
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 6px 12px;
    height: 40px;
    color: #707070;
    font-size: 14px;
}


/* Dropdown item styling */
.select2-container--default .select2-results__option {
    color: #707070;
    padding: 8px 12px;
    font-size: 14px;
}

/* Hover */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f5f5 !important;
    color: #707070 !important;
}

/* Selected item */
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f5f5f5;
    color: #707070;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 12px;
    top: 0;
    display: flex;
    align-items: center;
    position: absolute;
}

/* Arrow itself */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #707070 transparent transparent transparent;
    border-width: 6px 5px 0 5px !important;
}

#mapbox_div {
    position: relative;
    width: 100%;
    height: 100vh;
}

#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1001;
    display: none;
}

#error {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff4444;
    color: white;
    padding: 10px;
    border-radius: 4px;
    z-index: 1001;
    display: none;
}

.progress-container {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    margin: 10px 0;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg,#000000, #000000);
    border-radius: 4px;
    transition: width 0.3s ease;
    width: 0%;
}

.progress-text {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.controls {
    position: absolute;
    top: 100px;
    right: 10px;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    gap: 3px;

}

.reset-map-btn {
    background: #fff;
    color: #000;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 8px;
}

.reset-map-btn:hover {
    color: #fff;
    background: #000;
}

.reset-map-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.property-popup {
    max-width: 250px;
}

.property-popup img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 8px;
}

.property-popup h4 {
    margin: 0 0 8px 0;
    font-size: 16px;
    color: #333;
}

.property-popup p {
    margin: 4px 0;
    font-size: 14px;
    color: #666;
}
            

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 👈 Fixed 4 columns */
    gap: 15px 12px;
    list-style: none;
    padding: rgba(112, 112, 112, 0.64);
    margin: 0;
}

.features-grid li {
    display: flex;
    align-items: center;
    /* gap: 10px; */
}
.features-grid li p {
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    padding-left: 9px;
}
.exposure ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.exposure ul::-webkit-scrollbar {
    height: 6px;
}