/*-----top-latest-listing--------*/

.to-_city_cotainer{
padding:60px 5%;
background:#f7f7f7;
}

.city-title{
font-size:28px;
font-weight:700;
margin-bottom:30px;
}

.city-card{
background:#fff;
padding:30px;
border-radius:10px;
text-align:center;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
transition:.3s;
}

.city-card:hover{
transform:translateY(-6px);
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.city-card h3{
color:#ff4d2d;
margin-bottom:20px;
font-size:25px !important;
}

.city-stats{
display:flex;
justify-content:center;
gap:20px;
}

.stat-circle{
width:90px;
height:90px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}

.stat-circle span{
font-size:18px;
font-weight:700;
}

.stat-circle p{
font-size:12px;
color:#777;
margin:0;
}

.citySwiper{
width:100%;
padding:0px 0;
}

.citySwiper .swiper-slide{
height:auto;
}

.swiper_btn_container_icon
{
    width: 30px;
    height: 30px;
	background:#ff4d2d;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:50%;
}

.swiper_btn_container_icon::after
{
	font-size:18px;
	color:#fff;
}


/*-----top-latest-listing--------*/



/*------latest-listing---------*/


#loadMoreBtn {
    display: block;
    margin: 40px auto;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #ff7a18, #ff3d00);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(255, 90, 44, 0.3);
    text-decoration:none;
}

/* HOVER EFFECT */
#loadMoreBtn:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 25px rgba(255, 90, 44, 0.5);
}

/* CLICK EFFECT */
#loadMoreBtn:active {
    transform: scale(0.96);
}

/* SHINE ANIMATION */
#loadMoreBtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    transform: skewX(-25deg);
}

/* Shine on hover */
#loadMoreBtn:hover::before {
    left: 130%;
    transition: 0.7s;
}




    *
    {
        margin:0px;
        padding:0px;
        box-sizing:border-box;
        transition:all 0.5s ease-in-out;
    }

    .propety_latest_section_container
    {
        padding:70px;
        display:flex;
        flex-direction:column;
        gap:25px;
    }
.propety_latest_section
   {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:25px;
    gap:35px;
    box-shadow:0px 0px 5px rgba(0,0,0,0.5);
    border-radius:15px;
   }
.propety_latest_section .left_side_img_card
{
    width:30%;
    position: relative;
}
.propety_latest_section .left_side_img_card .Status_itmes
{
    width: 80px;
    padding: 5px;
    background: green;
    text-align: center;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 15px;
    border-radius: 0px 20px 20px 0px;
    font-size: 11px;
}
.propety_latest_section .left_side_img_card .gallery_btn
{
    width: 85px;
    padding: 5px;
    background: #FF5A2C;
    text-align: center;
    font-weight: 600;
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: 127px;
    height: 28px;
    margin-top: 120px;
}
.propety_latest_section .left_side_img_card img
{
    width: 100%;
    border-radius: 5px;
    height: 315px;
    object-fit: cover;
}
.propety_latest_section .right_side_propeties
{
    width:50%;
    display:flex;
    flex-direction:column;
    gap:5px;
}
.propety_latest_section .right_side_propeties h2
{
    font-size: 23px;
    font-weight: 600;
    margin-top: 15px;
}
.propety_latest_section .right_side_propeties p
{
    font-size: 15px;
}
.propety_latest_section .right_side_propeties h4
{
    font-size: 16px;
    font-weight: 900;
}
.propety_latest_section .right_side_propeties .categray_btn
{
    background: #FF5A2C;
    color: #fff;
    width: 70px;
    padding: 3px;
    text-align: center;
    font-size: 11px;
    border-radius: 14px;
    margin-bottom: -5px;
}
.propety_latest_section .right_side_propeties .icon_list_items
{
    display:flex;
    gap:10px;
}

.propety_latest_section .prize_section_items
{
    width:20%;
}
.propety_latest_section .prize_section_items h3
{
   font-size: 25px;
    margin-bottom: 25px;
    font-weight: 800;
}
.propety_latest_section .prize_section_items a,.propety_latest_section .prize_section_items p
{
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF5A2C;
    color: #fff;
    width: 121px;
    margin-top: 15px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
    font-weight:600;
    cursor:pointer;
}


/* TITLE */
.title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

/* PRICE */
.price 
{
    color: #F75D34;
    font-size: 20px;
    margin: 15px 0px 5px 0px;
    font-weight: 600;
}

/* TABLE */
.meta_table 
{
    width: 100%;
    border-collapse: collapse;
    margin: -5px 0px 9px 0px;
}

.meta_table th 
{
    padding: 8px;
    border: 1px solid #e8dbdb;
    color: #000;
    font-size: 14px;
    text-align:left;
}

.meta_table td 
{
    padding: 8px;
    border: 1px solid #e8dbdb;
    color: #000;
    font-size: 14px;
}

/*-------------view_more_btn-------*/
.view_more {
    display: flex;
    justify-content: end;
}
.view_more a {
    background: #f75d34;
    padding: 5px 7px;
    text-decoration: none;
    font-size: 13px;
    border-radius: 5px;
    color: #fff;
}

/*------latest-listing---------*/



/*---------------media_screen_home_page-----------*/



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

.home_banner
{
    padding:50px 20px !important;
}

.search_field input, .search_field select
{
    background: transparent;
}
.home_banner_search
{
    width:100% !important;
    flex-wrap:wrap !important;
    border-radius: 15px !important;
    padding:20px 15px !important;
    margin-top:35px !important;
}

.home_banner_tabs
{
    display:none;
}

.search_field
{
 min-width:250px;
 border-bottom: 1px solid #ff7a02;
 border-radius: 10px;
}

.search_btn
{
  margin: auto;
  width: 100%;
  padding: 8px 25px !important;
  border-radius: 15px !important;
}

/*------top_propety-------*/

.to-_city_cotainer
{
  padding: 40px 20px 0px 20px;
}
/*------top_propety-------*/

/*----latest_listing--------*/


.propety_latest_section_container
{
    padding: 40px 20px;
}
.propety_latest_section
{
    flex-direction:column;
}

.propety_latest_section .left_side_img_card
{
    width:100%;
}

.propety_latest_section .right_side_propeties
{
    width:100%;
}


/*----latest_listing--------*/




}







/*---------------media_screen_home_page-----------*/


