* {
    padding: 0;
    margin: 0;
  }
  
  :root {
    --primary-color: #f3722a !important;
    --secondary-color: #181818;
    --original-bg: #eaeaea;
    --primary-gradient: linear-gradient(45deg, #e55220, #a9340c, #852200);
    --default-font: "Inter", serif;
    --secondary-font: "Poppins", serif;
    --font-size: 16px;
    --prev-icon: assets\img\icon\arrow.svg;
  }
  html,
body {
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: var(--default-font) !important;
  font-size: var(--font-size) !important;
  height: 100%;
  position: relative !important;
}
  .tm_banner_section {
    min-height: 600px;
    height: 100%;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-image: url('../img/home-img/banner_1.png');
  }
  .tm_banner_content > h1{
    text-shadow: 1px 1px 3px #000;
  }
 
  .tm_banner_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, transparent,#000);
    z-index: 1;
  }
  .tm_banner_content{
    position: relative;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    align-items: center;
  }

  .location_form_data{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .location_form_data .lm-res label{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    min-width: max-content;
  }
  .location_form_data .lm-res input{
    font-size: 14px;
    border: 1px solid #0000002b;
    padding: 8px;
    border-radius: 2px;
  }
  .location_form_data .lm-res input:focus{
    outline: none;
    border: 1px solid var(--primary-color);
  }
  .location_form_data .lm-res{
    display: flex;
    flex-direction: column;
    padding-left: 0px !important;
    padding-right: 10px;
  }
  .lm-res .loc_sm{
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .lm-res .loc_sm input{
    width: 90%;
  }
  .lm-res select{
    max-width: 100px;
    height: 100%;
    border: 1px solid #0000002b;
    padding: 8px;
  }
  .lm-res.button a{
    width: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    min-width: max-content;
    color: #fff;
    border-radius: 50px;
    gap: 3px;
    background-color: var(--primary-color);

  }
  .property_img{
    position: relative;
  }
  .property_img img{
    height: 230px;
    border-radius: 16px;
    object-fit: cover;
    width: 100%;
  }
  .wishlist_icon{
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
  }
  .wishlist_icon:hover{
    background-color: red;
    color: #fff;
  }
  .property_item_badge{
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 10px;
    padding: 5px 10px;
    font-size: 10px;
    color: #fff;
    background-color: #1818185a;
    border-radius: 5px;
  }
  .detail_badge{
    display: flex;
    gap: 5px;
    flex-wrap: nowrap;
    overflow-x: hidden;
  }
  .badges{
    padding: 8px;
    font-size: 8px;
    background-color: #f0f0f0a0;
    color: #181818c4;
    border-radius: 5px;
    font-weight: 600;
  }
  .property_structures .bn_str img{
    width: 14px;
    height: 24px;

  }
  .property_structures{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
  }
  .bn_str{
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .bn_num{
    font-size: 16px;
    font-weight: 700;

  }
  .bn_name{
    font-size: 16px;
    font-weight: 700;
    color:#565656 ;
  }
  .property_name{
    height: 48px;
  }
  .property_address{
    font-size: 12px;
    font-weight: 400;
    color: #565656;
    max-height: 30px;
    overflow: hidden;
  }
  .property_value h6{
    font-weight: 700;
  }
  .property_button div{
    border: 1px solid rgba(91, 91, 105, 0.21);
    color: var(--primary-color);
    font-size: 16px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
  }
  .property_button div:hover{
    background-color: var(--primary-color);
    border: var(--primary-color);
    color: #000;
  }
  .upcoming_list .property_img img{
    width: 194px;
    min-height: 194px !important;
    object-fit: cover;
  }
  .upcoming_list .property_item{
    border: 1px solid #56565657;
    padding: 20px;
    border-radius: 16px;
  }
  .upcoming_details{
    display: flex;
    flex-direction: column;
  }
  .upcoming_title{
    font-size: 18px;
    font-weight: 400;
    color: #565656;
    max-height: 30px;
    overflow: hidden;
  }
  .upcoming_name h5{
    font-weight: 700;
  }
  .upcoming_btn.register div{
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    background-color: rgba(255, 241, 233, 1);
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    min-width: max-content;
  }
  .upcoming_btn.register div:hover{
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    background-color:var(--primary-color);
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    min-width: max-content;
  }
  .upcoming_btn.detail div{
    border: 1px solid rgba(0, 0, 0, 0.489);
    border-radius: 5px;
    background-color:transparent;
    color: rgba(0, 0, 0, 0.489);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    min-width: max-content;
  }
  .upcoming_btn.detail div:hover{
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    background-color: rgba(255, 241, 233, 1);
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    min-width: max-content;
  }
  @media (max-width:500px) {
    .property_item.flex{
        flex-direction: column;
    }
    .upcoming_list .property_img img{
        width: 100%;
        
      }
      
  }

  .choose_item{
    background-color: rgba(255, 244, 239, 1);
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px;
  }
  .choose_img img{
    width: 50px;
    height: 50px;
  }
  .choose_item p{
    font-size: 12px;
  }
  .alter_sec{
    position: relative;
    background-color: rgba(255, 244, 239, 1);
  }
  .divider img{
    position: absolute;
    width: 100%;
    bottom: -3px;
    left: 0;
    z-index: 5;
  }
  .alter_sec::before{
    content: '';
    width: 30%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 232, 212, 1);
  }
  .alt_btn{
    background-color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    border-radius: 5px;
    padding: 10px 15px;
    max-width: max-content;
    color: white;
  }
  .alt_btn:hover{
    background-color: #000;
    color: var(--primary-color);
  }
  .alt_img img{
    width: 400px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
  }
  .alt_img{
    position: relative;
  }
  .alt_rate{
    width: 150px;
    height: 150px;
    background-color: white;
    position: absolute;
    bottom: 40px;
    left: -60px;
    border-radius: 10px;
    color:rgba(54, 19, 0, 1) ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
  .alt_rate h6{ 
    font-size: 38px;

  }
  .alt_rate p{ 
   text-align: center;
   font-size: 14px;
   font-weight: 500;

  }
  @media (max-width:1000px) {
    .alt_img img {
        width: 300px;
      }
  }
  .news_section{
    background-color:rgba(54, 19, 0, 1) ;
    padding: 20px;
  }

  .news_img img{
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 10px;
  }
  .news_details{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    gap: 5px;
  }
  .news_details .date{
    color: #fff;
    font-size: 12px;
    margin-bottom: 12px;
  }
  .news_details .title{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    width: 70%;
  }
  .news_section h6{
    color: #fff;
  }
  .news_details .learn_btn{
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 12px;
  }
  .client_box{
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    height: 140px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .client_detalis img{
    width: 50px;
    height: 50px;
    border-radius: 100px;
    object-fit: cover;
    object-position: center;
  }
  .client_detalis{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .client_id h6{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 1px;

  }
  .client_id p{
    font-size: 10px;
    color: gray;
    margin-bottom: 0;
  }
    .client_content{
        max-height: 80px;
        overflow: hidden;
    }
  
  .client_content p{
    font-size: 14px;
    font-weight: 400;
  }
  .col-lg-4.p-3{
    place-items: center;
  
  }

  .cl_img{
    padding: 20px;
  }
  .cl_img >img{
    border-radius: 20px;
    max-height: 250px;
    object-fit: cover;
  }
  .client_img_carousel > .slick-dots li button:before{
    font-size: 50px;
  }
  .client_img_carousel > .slick-dots li.slick-active button:before{
    color: var(--primary-color);
  }
  .client_img_carousel > .slick-dots li button:before{
  color: #F37129;

}