﻿/* css start for map custom popup*/

.gm-style-iw{width:700px; max-width:100%; padding:10px !important;}

.gm-style-iw-d {
    padding: 0;
    color: #333;
    width:100%;
    max-width:100%;
    overflow:hidden !important;
}
.gm-style-iw-chr {
    display:none;
}


.gm-style-iw-d .region-title {
    width: 100%;
    font-size: 26px;
    margin: 0 0 10px;
    border-bottom: 1px solid #dbdbdb;
    font-weight: bold;
    color: #d9899e;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-left: 10px;
}
.gm-style-iw-d .customclose {
    float:right;
}


.gm-style-iw-d .map_info_content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    overflow-y: hidden;
}

    .gm-style-iw-d .map_info_left {
        width:39%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .gm-style-iw-d .map_info_left img {
            width: 100%;
            height: 162px;
            border-radius: 6px;
            object-fit: cover;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        }

    .gm-style-iw-d .villas-price {
        margin-top: 16px;
        text-align: center;
        color: #d9899e;
        padding-bottom:5px;
    }

        .gm-style-iw-d .villas-price strong {
            display: inline-block;
            font-size: 20px;
            color: #d9899e;
        }

        .gm-style-iw-d .villas-price span {
            display: inline-block;
            font-weight: normal;
            color: #999;
            font-size: 14px;
        }

        .gm-style-iw-d .villas-price small {
            font-size: 12px;
            color: #d9899e;
            display: inline-block;
            font-weight: 400;
        }

    .gm-style-iw-d .map_info_right {

        padding-left: 10px;
        width:59%;
    }

        .gm-style-iw-d .map_info_right ul {
            list-style: none;
            padding: 0;
            font-size: 13px;
            display: flex;
            flex-wrap: wrap;
            margin-bottom:15px;
        }

        .gm-style-iw-d .map_info_right ul li {
            display: flex;
            align-items: center;
            gap: 5px;
            color: #555;
            font-size: 14px;
        }

            .gm-style-iw-d .map_info_right ul li i {
                color: #d9899e;
                margin-right: 3px;
            }

    .gm-style-iw-d .desc {
        font-size: 13px;
        color: #444;
        margin-bottom: 10px;
        max-height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .gm-style-iw-d .map_info_right .btn-custom {
      height:40px;
      line-height:40px;
    }



@media (max-width: 767px) {
    .gm-style-iw-d .map_info_left, .gm-style-iw-d .map_info_right {
        width: 100%;
    }
    .gm-style-iw-d .map_info_right {  
        padding-left: 0;
    }
    .gm-style-iw-d .region-title {
        font-size:20px;
    }
    
    .gm-style-iw-d .villas-price strong{
        font-size:22px;
    }
        .gm-style-iw-d .villas-price small {
            font-size: 16px;
        }
    .gm-style-iw-d .villas-price span {
        font-size:18px;
    }


}





/* css end for map custom popup*/
