.theme_btn{
    font-weight:400;
    font-size:16px;
    border-radius:90px;
    padding:15px 35px
}
.theme_btn,.theme_btn:hover{
    border-color:rgba(39, 49, 130, 1);
    background-color:rgba(39, 49, 130, 1);
    color:#fff
}
.form-select:focus{
    border-color:#fbd504
}
.form-control{
    background-color:#fff;
    border-color:#dedede;
    border-radius:90px;
    font-weight:400;
    font-size:16px;
    color:#000;
    padding:12px 20px
}
textarea.form-control{
    border-radius:22px
}
.form-control.grey{
    background-color:#f6f6f6
}
.form-control:focus{
    border-color:#fbd504
}
.list-group-item{
    border-color:#e7eaea;
    padding:12px 0
}
/* .main_banner_search .input-group .form-select,.properties_filters_options .form-select{
    width:auto
} */
.property_main_features_card{
    border-radius:20px;
    background-color:#f5f5f5;
    padding:20px
}
.property_main_features_card .pmfc{
    flex-shrink:0;
    display:flex;
    align-items:center;
    gap:15px;
    padding:10px 15px;
    font-weight:400;
    font-size:14px;
    color:#000
}
.property_main_features_card .pmfc i{
    flex-shrink:0;
    font-size:30px;
    width:38px;
    color:#fbd504
}
.property_main_features_card .pmfc span{
    font-weight:600;
    font-size:16px;
    color:#000;
    display:block
}
.property_contact_card{
    background-color:#fff;
    border:1px solid #e7eaea;
    border-radius:12px;
    padding:20px
}
.property_contact_card h6{
    font-weight:400;
    font-size:16px;
    color:#f95723
}
.property_contact_card h5{
    font-weight:600;
    font-size:20px;
    color:#000;
    margin-bottom:20px
}
.property_contact_card textarea.form-control{
    resize:none
}
.property_contact_card .property_contact_card_btns{
    display:flex;
    flex-wrap:wrap;
    gap:10px
}
.property_contact_card .property_contact_card_btns .theme_btn{
    flex:1 1 0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px
}
.property_contact_card .property_contact_card_btns .theme_btn i{
    font-size:25px
}
.property_main_img{
    display:block;
    background-color:#fff;
    height:400px;
    border-radius:24px;
    overflow:hidden
}
.property_main_img img{
    width:100%;
    height:100%;
    object-fit:cover
}
.property_other_img_list{
    display:flex;
    gap:20px
}
.property_other_img{
    flex:1 1 0;
    display:block;
    background-color:#fff;
    height:170px;
    border-radius:24px;
    overflow:hidden;
    position:relative
}
.property_other_img img{
    width:100%;
    height:100%;
    object-fit:cover
}
.property_other_img .other_img_counter{
    background-color:rgba(0,0,0,.67);
    color:#fff;
    font-weight:400;
    font-size:24px;
    border-radius:9px;
    padding:8px 20px;
    position:absolute;
    right:15px;
    bottom:15px
}
.property_facts_list h6{
    font-weight:400;
    font-size:14px;
    color:#000;
    margin-bottom:0
}
.property_facts_list h6 span{
    font-weight:600;
    font-size:16px;
    color:#000
}
/* Login */

.login-wrapper{
    display:flex;
    align-items:center;
    padding:30px;
}
.login_logo{
    margin-bottom:20px
}
.login-box{
    background:#fff;
    border-radius:4px;
    overflow:hidden;
}

.login-image{
    /* position:relative; */
    background-image: url('../../frontend/images/login_img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    border-radius: 4px;
}

.image-text{
    padding:40px;
    color:#fff;
}

.image-overtextlay h2{
    font-size:35px;
    font-weight:600;
    color:#fff;
}
.image-text p{
    color:#fff;
}

.login-form{
    padding:60px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
}
.login-form label{
    font-weight:600;
    font-size:16px;
    margin-bottom:10px;
}
.login-form input[type="text"], .login-form input[type="password"], .login-form input[type="email"]{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(197, 198, 210, 0.66);
    border-radius: 0;
}
.logo-box{
    text-align:center;
    margin-bottom:30px;
}
.login-tabs{
    background:rgba(255, 255, 255, 1);
    border-radius:12px;
    box-shadow: 0px 12px 32px 0px rgba(0, 17, 58, 0.06);
    box-shadow: 0px 12px 32px 0px rgba(0, 17, 58, 0.06);
    padding: 7px 0px;
}
.login-tabs .nav-link{
    border-radius:12px;
    color:rgba(68, 70, 80, 1);
}
.login-tabs .nav-link a{
    color: inherit;
}
.login-tabs .nav-link.active, .login-tabs .nav-link.active a{
    color:#fff;
    background:rgba(39, 49, 130, 1);
}
.login-btn{
    background:rgba(39, 49, 130, 1);
    color:#fff;
    border-radius:8px;
    padding:12px;
}
.divider{
    margin:25px 0;
    text-align:center;
    font-size:14px;
    color:#000;
}
.social-btn{
    width:100%;
    border:none;
    background:#f5f5f5;
    padding:12px;
    border-radius:14px;
}
.signup-text{
    text-align:center;
    margin-top:25px;
}
.forgot{
    font-size:12px;
    text-decoration:none;
}
/* Property Detail */

@media only screen and (max-width:1199px){
    .main_header .header_menu ul{
        gap:5px
    }
    .main_header .header_menu ul li a{
        font-size:15px
    }
    /* .main_banner .banner_content h5{
        font-size:22px
    }
    .main_banner .banner_content h1{
        font-size:50px
    }
    .main_banner .banner_content p{
        font-size:17px
    } */
    .primary_heading,.secondary_heading{
        font-size:40px
    }
    .properties_list .col-sm-4{
        width:50%
    }
    .exclusive_features_list .col-sm-3{
        width:33.33333333%
    }
    .main_footer h4{
        font-size:25px
    }
    .main_footer .contact_details{
        font-size:18px
    }
    .main_footer .contact_details i{
        width:50px;
        height:50px;
        font-size:30px
    }
    .main_footer .footer_links{
        gap:25px
    }
    .main_footer .footer_links a{
        font-size:16px
    }
    .social_icons .social_icon{
        width:40px;
        height:40px;
        font-size:22px
    }
    .main_footer .footer_newsletter h1{
        font-size:30px
    }
    .main_footer .footer_newsletter p{
        font-size:16px
    }
    .inner_banner h1{
        font-size:40px;
        margin-bottom:15px
    }
    .property_detail_content h3{
        font-size:25px
    }
    .property_detail_content h2{
        font-size:33px
    }
    .property_main_img{
        height:350px
    }
    .property_other_img{
        height:150px
    }
    .property_other_img .other_img_counter{
        font-size:22px;
        padding:7px 18px
    }
    .property_detail_body h4{
        font-size:25px
    }
    .agent_detail_card h5{
        font-size:22px
    }
    .agent_detail_card .contact_icon{
        width:50px;
        height:50px;
        font-size:25px
    }
    .property_main_features_card .col-sm-3{
        width:33.33333333%
    }
}
@media only screen and (max-width:810px){
    .main_header .header_menu ul{
        display:none
    }
    .offcanvas_main_menu_btn{
        display:inline-block
    }
    .primary_heading,.secondary_heading{
        font-size:30px
    }
    .properties_list .col-sm-4{
        width:100%
    }
    .exclusive_features_list .col-sm-3{
        width:50%
    }
    .main_footer h4{
        font-size:20px
    }
    .main_footer .contact_details{
        font-size:16px;
        gap:15px
    }
    .main_footer .contact_details i{
        width:45px;
        height:45px;
        font-size:25px
    }
    .main_footer .footer_newsletter h1{
        font-size:25px
    }
    .main_footer .col-sm-5,.main_footer .col-sm-7{
        width:100%
    }
    /* .main_footer .footer_links{
        margin-top:-70px;
        margin-bottom:30px
    } */
    .main_header .header_menu .logo img{
        width:90px
    }
    /* .main_banner .banner_content{
        transform:none;
        top:100px
    }
    .main_banner .banner_content .col-sm-6,.main_banner_search_parent .col-sm-6{
        width:100%
    }
    .main_banner_search{
        top:-200px
    } */
    .inner_banner h1{
        font-size:30px
    }
    .property_detail_content_row .col-sm-6{
        width:100%
    }
    .property_detail_content{
        margin-top:25px
    }
    .property_detail_body_row .col-sm-8{
        width:100%
    }
    .property_detail_body_row .col-sm-4{
        width:100%;
        margin-top:25px
    }
}
@media only screen and (max-width:481px){
    .primary_heading,.secondary_heading{
        font-size:25px
    }
    .exclusive_features_list .col-sm-3{
        width:100%
    }
    .main_footer .footer_newsletter{
        width:80%
    }
    .copyright_footer .col-sm-4{
        text-align:center!important
    }
    .copyright_footer .social_icons{
        margin:20px 0
    }
    /* .main_banner .banner_content{
        top:50px
    }
    .main_banner_search{
        top:-180px
    } */
    .inner_banner h1{
        font-size:25px
    }
    .property_main_img{
        height:300px
    }
    .property_other_img{
        height:130px
    }
    .property_other_img .other_img_counter{
        font-size:22px;
        padding:6px 16px
    }
    .property_main_features_card .col-sm-3{
        width:50%
    }
    .property_facts_list_last_col .list-group-flush>.list-group-item:first-child{
        border-top-width:1px
    }
}
@media only screen and (min-width:1399px){
    .container{
        max-width:1400px
    }
}
::-moz-selection{
    background-color:rgba(39, 49, 130, 1);
    color:#fff;
}
::selection{
    background-color:rgba(39, 49, 130, 1);
    color:#fff;
}
*{
    scrollbar-width:thin;
    scrollbar-color:#393f47 #ccc
}
::-webkit-scrollbar{
    width:8px
}
::-webkit-scrollbar-track{
    background:#ccc
}
::-webkit-scrollbar-thumb{
    background:#393f47
}
*{
    font-family: "Montserrat", sans-serif;
}
html{
    scroll-behavior:smooth
}
img{
    max-width:100%;
    max-height:100%
}
.btn:focus,.form-control:focus,.form-select:focus{
    outline:0;
    box-shadow:none
}
.btn-primary,p{
    font-weight:400;
    font-size:16px
}
.btn-primary{
    border-radius:90px;
    border:none;
    padding:15px 35px;
    filter:drop-shadow(0 3px 30px rgba(249,138,26,.3))
}
.btn-primary,.btn-primary:hover{
    background:linear-gradient(90deg,#f95723,#f8cc0e);
    color:#fff
}
.hollow_btn{
    border-color:#f95723;
    background-color:transparent;
    color:#f95723;
    font-weight:400;
    font-size:16px;
    border-radius:90px;
    padding:15px 35px
}
.hollow_btn:hover{
    border-color:#f95723;
    background-color:#f95723;
    color:#fff
}
.icon_btn{
    display:flex;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    border-radius:50%;
    background-color:#feef9f;
    color:#000;
    border:none;
    font-size:22px
}
.icon_btn.active,.icon_btn:hover{
    background-color:#fbd504;
    color:#000
}
.icon_btn.active i,.icon_btn:hover i{
    font-weight:900
}
.form-select{
    background-color:#fff;
    border-color:#dedede;
    border-radius:90px;
    font-weight:400;
    font-size:16px;
    color:#000;
    padding-top:12px;
    padding-bottom:12px
}
.form-select.grey{
    background-color:#f6f6f6
}
.primary_heading{
    font-weight:600;
    font-size:50px;
    color:#000;
    margin-bottom:50px
}
.primary_heading .tag{
    display:inline-block;
    background-color:#f95723;
    color:#fff;
    padding:5px 10px;
    transform:skewX(-10deg)
}
.primary_heading .tag span{
    display:inline-block;
    transform:skewX(10deg)
}
.secondary_heading{
    font-weight:600;
    font-size:40px;
    color:#000;
}
.secondary_heading .tag{
    display:inline-block;
    background-color:#00a63f;
    color:#fff;
    padding:5px 10px;
    transform:skewX(10deg)
}
.secondary_heading .tag span{
    display:inline-block;
    transform:skewX(-10deg)
}
.switch_btns{
    width:100%;
    height:50px
}
.switch_btns input#status{
    display:none
}
.switch_btns input#status+label{
    height:100%;
    width:100%
}
.switch_btns input#status+label>.status_switch{
    cursor:pointer;
    width:100%;
    height:100%;
    position:relative;
    background-color:rgba(251,213,4,.38);
    color:#000;
    transition:all .5s ease;
    padding:0;
    border-radius:90px;
    font-weight:500;
    font-size:16px
}
.switch_btns input#status+label>.status_switch:after,.switch_btns input#status+label>.status_switch:before{
    border-radius:90px;
    margin-top:6px;
    margin-bottom:6px;
    height:calc(100% - 12px);
    width:calc(50% - 12px);
    display:flex;
    align-items:center;
    position:absolute;
    top:0;
    justify-content:center;
    transition:all .3s ease
}
.switch_btns input#status+label>.status_switch:before{
    margin-left:6px;
    background-color:#fbd504;
    left:0;
    z-index:10;
    content:attr(data-unchecked)
}
.switch_btns input#status+label>.status_switch:after{
    margin-right:6px;
    right:0;
    content:attr(data-checked)
}
.switch_btns input#status:checked+label>.status_switch{
    background-color:rgba(251,213,4,.38)
}
.switch_btns input#status:checked+label>.status_switch:after{
    left:0;
    content:attr(data-unchecked)
}
.switch_btns input#status:checked+label>.status_switch:before{
    left:50%;
    content:attr(data-checked)
}
.swiper-pagination .swiper-pagination-bullet{
    width:15px;
    height:15px;
    background-color:#fff;
    opacity:.34
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width:36px;
    border-radius:90px;
    opacity:1;
    background-color:rgba(20, 97, 55, 1)
}
.swiper-button-next,.swiper-button-prev{
    width:auto;
    height:auto
}
.swiper-button-next:after,.swiper-button-prev:after{
    font-family:Font Awesome\ 6 Pro;
    font-weight:300;
    -webkit-font-smoothing:antialiased;
    color:#000;
    background-color:rgba(20, 97, 55, 1);
    border:1px solid transparent;
    border-radius:90px;
    padding:10px 25px;
    font-size:30px
}
.swiper-button-prev:after{
    content:"\f060"
}
.swiper-button-next:after{
    content:"\f061"
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{
    opacity:1
}
.swiper-button-next.swiper-button-disabled:after,.swiper-button-prev.swiper-button-disabled:after{
    border-color:rgba(20, 97, 55, 1);
    color:rgba(20, 97, 55, 1);
    background-color:transparent
}
.accordion{
    display:flex;
    flex-direction:column;
    gap:15px
}
.accordion-item{
    border-radius:12px!important;
    border:1px solid #e7eaea!important;
    background-color:#fff;
    overflow:hidden
}
.accordion-button{
    font-weight:600;
    font-size:16px;
    color:#000;
    padding:20px
}
.accordion-button:not(.collapsed){
    box-shadow:none;
    background-color:#fbd504;
    color:#000
}
#back_to_top_btn{
    display:inline-block;
    background-color:rgba(206, 12, 27, 1);
    width:40px;
    height:40px;
    text-align:center;
    border-radius:50%;
    position:fixed;
    bottom:30px;
    right:50px;
    transition:background-color .3s,opacity .5s,visibility .5s;
    opacity:0;
    visibility:hidden;
    z-index:1000;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center
}
#back_to_top_btn:after{
    font-family:Font Awesome\ 6 Pro;
    font-weight:900;
    -webkit-font-smoothing:antialiased;
    content:"\f062";
    font-size:22px;
    color:#fff
}
#back_to_top_btn:hover{
    cursor:pointer
}
#back_to_top_btn:active,#back_to_top_btn:hover{
    background-color:rgba(20, 97, 55, 1);
}
#back_to_top_btn.show{
    opacity:1;
    visibility:visible
}
a{
    text-decoration:none;
}
li{
    list-style: none;
}
.btn_primary{
    background-color:rgba(20, 97, 55, 1);
    color: #fff !important;
    padding:15px 30px !important;
    border-radius: 54px ;
    border: 1px solid rgba(20, 97, 55, 1);
    font-size: 17px;
    transition: all 0.2s ease;
}
.btn_secondary{
    background-color: transparent;
    padding:15px 30px !important;
    border-radius: 54px ;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 1);
    transition: all 0.2s ease;
    font-size: 17px;
}
.btn_primary:hover{
    background-color: rgba(20, 97, 55, 1);
    color: #fff !important;
    border: 1px solid #fff;
}
.btn_secondary:hover{
        border: 1px solid rgba(20, 97, 55, 1);
} 
.heading_primary{
    color: #fff;
    font-weight: 600;
    font-size: 60px;
}
.heading_secondary{
    color: rgba(39, 49, 130, 1);
    font-weight: 600;
    font-size: 36px;
}
.main_header{
    position:-webkit-sticky;
    position:sticky;
    top:0;
    z-index:1020;
    background-color:#fff;
    padding-top:20px;
    padding-bottom:20px
}
.main_header.sticky_header{
    box-shadow:0 0 10px rgba(0,0,0,.4)
}
/* .main_header:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:8px;
    width:100%;
    background:linear-gradient(90deg,#00a63f 65%,#fbd504 0)
} */
.main_header .header_menu .logo a{
    display:inline-block;
    text-decoration:none
}
.main_header .header_menu{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px
}
.main_header .header_menu ul{
    list-style:none;
    padding-left:0;
    margin-bottom:0;
    display:flex;
    align-items:center;
    gap:10px
}
.main_header .header_menu ul li a{
    display:inline-block;
    font-weight:500;
    font-size:15px;
    color:#000;
    text-decoration:none;
    padding:10px 12px;
    transition:all .15s ease-in-out
}
/* .main_header .header_menu ul li a.colored{
    background-color:rgba(39, 49, 130, 1);
    color: #fff;
    padding:15px 36px;
    border-radius: 14px ;
} */
.main_header .header_menu ul li a.active,.main_header .header_menu .main_menu li a:hover{
    border-bottom: 2px solid rgba(20, 97, 55, 1);
    color: rgba(20, 97, 55, 1);
}
.offcanvas_main_menu_btn{
    font-size:30px;
    color:#000;
    display:none
}
#offcanvasMainMenu ul{
    list-style:none;
    padding-left:0;
    margin-bottom:0;
    display:flex;
    flex-direction:column;
    gap:7px
}
#offcanvasMainMenu ul li a{
    display:block;
    font-weight:400;
    font-size:16px;
    color:#000;
    text-decoration:none;
    border-radius:90px;
    padding:12px 30px;
    transition:all .15s ease-in-out
}
#offcanvasMainMenu ul li a.active{
    background:rgba(39, 49, 130, 1);
    color: #fff;
}
/* .header_icon{
    font-size: 20px !important;
    color: rgba(68, 70, 80, 1) !important;
    padding: 10px 10px !important;
} */
.flex-direction-row{
    flex-direction: row !important;
}
.property-section{
    margin-top: 60px;
    margin-bottom: 60px;
}
.custom-select{
    border:none;
    padding:0;
    font-size:16px;
    font-weight:600;
    color:#2f358f;
    background-color:transparent;
    box-shadow:none !important;
    cursor:pointer;
}
.custom-select:focus{
    border:none;
    box-shadow:none;
}

.custom-select option{
    color:#333;
}
.search-box{
    box-shadow: 0px 12px 32px 0px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(20px);
    border-radius: 14px;
    padding: 20px;
}
.blue_color{
    color: rgba(20, 97, 55, 1);
    font-weight: 500;
}
/* Styling for the container area */
.map-section {
    width: 100%;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* Makes the embedded iframe fully responsive and maintain an aspect ratio */
.map-container {
    position: relative;
    width: 100%;
    padding-bottom: 45%; /* Controls the height aspect ratio (change to 56.25% for a standard 16:9 view) */
    height: 0;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* Banner */
/* Hero Section Styling */
    .hero-section {
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      /* min-height: 80vh; */
      display: flex;
      align-items: center;
      padding-bottom: 120px; 
      padding-top: 150px;
    }

    /* Dark Overlay for better text legibility */
    .hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
    }

    .hero-container {
      position: relative;
      z-index: 2;
    }

    /* Red Side Accent Accent Indicator */
    .content-wrapper {
      border-left: 3px solid #cc1522;
      padding-left: 20px;
    }

    /* Badge & Tag */
    .pill-badge {
      border: 1px solid rgba(255, 255, 255, 0.3);
      color: #dfdfdf;
      font-size: 0.75rem;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      border-radius: 50px;
      padding: 8px 16px;
      display: inline-block;
    }

    /* Main Typography */
    .hero-title {
      margin-top: 15px;
      margin-bottom: 15px;
      color: #fff;
    }

    .hero-lead {
      color: #cccccc;
      max-width: 650px;
    }

    /* Custom Buttons */
    /* .btn-red {
      background-color: #cc1522;
      color: #ffffff;
      border-radius: 50px;
      padding: 10px 28px;
      font-weight: 500;
      border: none;
      transition: all 0.3s ease;
    }

    .btn-red:hover {
      background-color: #a3101b;
      color: #ffffff;
    }

    .btn-outline-white {
      background-color: transparent;
      color: #ffffff;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 50px;
      padding: 10px 28px;
      font-weight: 500;
      transition: all 0.3s ease;
    }

    .btn-outline-white:hover {
      background-color: rgba(255, 255, 255, 0.1);
      color: #ffffff;
    } */

    /* Floating Stats Card Section */
    .stats-wrapper {
      position: relative;
      margin-top: -75px; /* Pulls the card up over the hero section */
      z-index: 3;
    }

    .stats-card {
      background: #ffffff;
      border-radius: 4px;
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
      padding: 30px 20px;
    }

    .stat-number {
      font-size: 2.2rem;
      font-weight: 700;
      color: rgba(206, 12, 27, 1); /* Deep Teal-Green text color */
      margin-bottom: 2px;
    }

    .stat-label {
      color: rgba(54, 54, 54, 1);
      font-size: 0.95rem;
      font-weight: 500;
    }

    .stats-card .stat-col:not(:last-child) {
      border-inline-end: 1px solid rgba(0, 0, 0, 0.12);
    }

    .banners_swiper {
      width: 100%;
      position: relative;
    }

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

    .banners_swiper .hero-section {
      width: 100%;
      height: 80vh;
    }

    .banners_swiper_pagination {
      bottom: 90px !important;
      z-index: 4;
    }

    .banners_swiper_pagination .swiper-pagination-bullet {
      background-color: #fff;
      opacity: 0.45;
    }

    .banners_swiper_pagination .swiper-pagination-bullet-active {
      background-color: rgba(20, 97, 55, 1);
      opacity: 1;
    }

    #homePopupModal .modal-content {
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }

/* .main_banner{
    position:relative
}
.main_banner_search{
    position:absolute;
    top:-400px;
    right:0;
    z-index:10;
    width:100%
}
.main_banner_search .input-group{
    background-color:#fff;
    border-radius:90px;
    padding:7px 7px 7px 15px;
    overflow:hidden
}
.main_banner_search .input-group .btn{
    background-color:#fbd504;
    border-color:#fbd504;
    border-radius:50%!important;
    font-size:25px;
    color:#000;
    width:50px;
    height:50px;
    margin-left:0!important
}
.main_banner_search .input-group .form-control{
    font-weight:400;
    font-size:16px;
    color:#000;
    background-color:#fff;
    border:none;
    padding:13px;
    margin-left:0!important
}
.main_banner_search .input-group .form-select{
    font-weight:400;
    font-size:16px;
    color:#000;
    background-color:#fff;
    border:none;
    border-right:1px solid #dbdbdb;
    width:150px;
    flex-grow:0
}
.main_banner .banner{
    position:relative;
    background-position:50%;
    background-size:cover;
    background-repeat:no-repeat;
    width:100%;
    height:800px
}
.main_banner .banner_overlay{
    position:absolute;
    z-index:2;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(0,0,0,.3)
}
.main_banner .banner_content{
    position:relative;
    z-index:3;
    top:50%;
    transform:translateY(-50%)
}
.main_banner .banner_content h5{
    font-weight:400;
    font-size:24px;
    color:#fbd504;
    text-transform:capitalize;
    margin-bottom:20px
}
.main_banner .banner_content h1{
    font-weight:600;
    font-size:60px;
    color:#fff;
    text-transform:capitalize;
    margin-bottom:20px
}
.main_banner .banner_content p{
    font-weight:500;
    font-size:19px;
    color:#fff;
    margin-bottom:0
}
.banners_swiper_pagination{
    bottom:50px!important
}
.banners_swiper_buttons{
    display:flex;
    gap:10px;
    margin-top:50px
}
.banners_swiper_button_next,.banners_swiper_button_prev{
    position:unset;
    margin-top:0
} */
.home_section_1{
    padding:50px 0;
    background-color:#fff;
    position:relative;
    overflow:hidden
}
/* Upper Switch Tabs Styling */
.custom-tabs {
    border-bottom: none;
}
.custom-tabs .nav-item {
    margin-bottom: -2px;
}
.custom-tabs .nav-link {
    border: none !important;
    color: rgba(54, 54, 54, 1) !important;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 12px 130px;
    background: transparent !important;
    position: relative;
    transition: color 0.2s ease;
}
.custom-tabs .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f5f5f5;
}
.custom-tabs .nav-link.active {
    color: rgba(11, 85, 45, 1) !important;
}
/* Red underlining slider bar indicator effect */
.custom-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(11, 85, 45, 1)
}

/* Search Bar customization */
.custom-search-input {
    background-color: rgba(243, 243, 243, 1);
    border: none;
    padding: 14px 20px 14px 50px;
    font-size: 0.95rem;
    color: var(--text-dark);
}
.custom-search-input::placeholder {
    color: #a49e9e;
}
.custom-search-input:focus {
    background-color: var(--soft-pink-bg);
    box-shadow: 0 0 0 3px rgba(204, 10, 18, 0.15);
}
.search-icon {
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #1e1e24;
    font-weight: bold;
    font-size: 1.05rem;
}

/* Filter Sub-Pills section setup */
.filter-pill {
    background-color: var(--pill-muted);
    color: #4a4a52;
    border: none;
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.2s ease;
}
.filter-pill:hover {
    background-color: #e2e2e6;
}
.filter-pill.active {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Structural Card UI Elements styling */
.custom-directory-card {
    background-color: var(--soft-pink-bg) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.custom-directory-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.image-container img {
    height: 140px;
    object-fit: cover;
    width: 100%;
}

/* Featured Corner Badge element styling */
.custom-featured-badge {
    background-color: rgba(206, 12, 27, 1);
    color: white;
    top: 10px;
    right: 10px;
    font-weight: 500;
    font-size: 0.65rem;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 2;
}

.property_card{
    display:block;
    text-decoration:none;
    background-color:rgba(243, 243, 243, 1);
    border-radius:4px;
    overflow:hidden;
    margin-bottom:30px;
    box-shadow: 0px 8px 24px 0px rgba(0, 11, 58, 0.04);
    min-height: 380px;
}
.property_card_img img{
    width:100%;
    height:200px;
    object-fit:cover;
}
hr{
    color: rgb(185, 186, 189);
}
.features_counters img{
    width:18px !important;
}
.property_card .property_card_body{
    padding:20px
}
.property_card .property_card_body h4{
    font-weight:600;
    font-size:20px;
    color:rgba(0, 29, 14, 1);
    margin-bottom:10px
}
.property_card .property_card_body h6{
    font-weight:400;
    font-size:16px;
    color:rgba(68, 70, 80, 1);
}
.property_card .property_card_body h6 i{
    font-size:18px;
    color: rgba(206, 12, 27, 1);
}
.property_card .features_counters{
    display:flex;
    gap:20px;
    flex-wrap:wrap
}
.property_card .features_counters span{
    font-weight:400;
    font-size:17px;
    color:#000;
    display:flex;
    align-items:center;
    gap:10px
}
.property_card .features_counters span i{
    color:#fbd504;
    font-size:30px
}
.property_card .property_card_price{
    display:flex;
    align-items:center;
    gap:10px;
    justify-content:space-between
}
.property_card h3{
   font-weight: 600;
    font-size: 20px;
    color: rgba(0, 29, 14, 1);
} 
/* .property_card .property_card_dev_img{
    width:65px;
    height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:12px;
    border-radius:12px;
    background-color:hsla(0,0%,100%,.8);
    filter:drop-shadow(0 3px 20px rgba(0,0,0,.06))
} */
.home_section_2{
    padding:60px 200px;
    background-color:rgba(247, 242, 237, 1);
    border-radius: 38px;
}
.feature-box:nth-child(1),
.feature-box:nth-child(2) {
    border-bottom: 1px solid rgba(213, 213, 213, 1); /* change color and thickness as needed */
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.feature-icon{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(200, 169, 107, 0.21);
    flex-shrink: inherit;
}
.feature-title{
    font-size: 22px;;
    font-weight: 500;
    /* margin-bottom: 20px; */
}
/* .about-section{
    background:#f8f8f8;
} */

/* Badge Styling */
.bg-success-custom {
    background-color: rgba(20, 97, 55, 1);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 50px;
}

/* Image Grid Settings */
.image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* Custom Icon Circle */
.icon-box {
    width: 50px;
    height: 50px;
    background-color:rgba(11, 85, 45, 1);
}


.about-badge{
    display:inline-block;
    padding:10px 28px;
    border:1px solid #d8d8d8;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    color:#09153c;
}
.feature-item{
    align-items:center;
}

.feature-icon{
    width:60px;
    height:60px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.feature-icon img{
    width:25px;
}

.feature-item h4{
    font-size:20px;
    color:rgba(0, 11, 38, 1);
    font-weight:600;
    margin:0;
}
.about_us_section_2{
    background-image:url(../images/footer_top_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding:100px 0
}
.mission-card{
    border: 1px solid rgba(229, 212, 177, 0.2);
    backdrop-filter: blur(4px);
    border-radius:20px;
    padding:30px;
}
.mission-card-icon{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(254, 214, 91, 1);
}
.contact_us_cards{
    margin-top:80px;
}
.contact_card{
    border: 1px solid rgba(198, 198, 206, 0.1);
    border-radius:4px;
    padding:30px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1);

}
.contact_card_icon{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(20, 97, 55, 1);
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
.contact_card_detail h5{
    color: rgba(20, 97, 55, 1);
    font-size: 24px;
}
.contact_card_detail a{
    color: #000;
}
.contact_us_section{
    background-color: rgba(242, 244, 246, 1);
    padding: 80px 0;
    margin-top: 80px;
}

.footer-top-section{
    background-image:url(../images/footer_top_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 80px;
    padding:80px 0
}

/* Project detail */
/* Share Button */
.btn-share {
    background-color: var(--brand-red);
    border: none;
    font-size: 0.85rem;
}
.btn-share:hover {
    background-color: #b00f1a;
}

/* Featured Badge */
.badge-featured {
    background-color: rgba(192, 133, 1, 1);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 600;
}

/* Banner Image constraints */
.banner-img {
    height: 400px;
}
@media (max-width: 768px) {
    .banner-img {
        height: 250px;
    }
}

/* Info Box Specs */
.info-box {
    background-color: rgba(255, 244, 244, 1);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    padding: 20px;
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    flex-shrink: 0;
}

.text-xs {
    font-size: 0.9rem;
}

.text-sm {
    font-size: 1.0rem;
}

/* Left green accent border on Description */
.description-section {
    border-left: 3px solid var(--border-green);
}

.description-section h2 {
    color: var(--border-green) !important;
}

.leading-relaxed {
    line-height: 1.6;
}

/* Action Buttons Footer */
.btn-call {
    background-color: var(--brand-red);
    border: none;
    min-width: 160px;
    justify-content: center;
}
.btn-call:hover {
    background-color: #b00f1a;
}

.btn-directions {
    min-width: 180px;
    justify-content: center;
    border: none;
}
.btn-directions:hover {
    background-color: #222222;
}

/* Sidebar Navigation Items */
/* Sidebar items state logic */
.nav-item-custom {
    background-color: #f1f3f4;
    color: #202124;
    border-left: 4px solid transparent;
}
.nav-item-custom.active {
    border-left-color: #dc3545;
    background-color: rgba(242, 244, 246, 1);
    font-weight: bold;
}
.nav-item-custom .badge-count {
    background-color: #0b3121;
}

/* Optional helper styling if unread elements need accent background tinting */
.unread-bg-highlight {
    background-color: #fdfeff !important;
    border-left: 3px solid #0b3121 !important;
}

/* Notification Row Cards */
.notification-card {
    background-color: #f5f7f8;
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: background-color 0.2s ease;
}

.notification-card:hover {
    background-color: #ededef;
}

/* Small bell element containers */
.icon-bell-box {
    width: 44px;
    height: 44px;
    background-color: #e3e7e9;
    color: var(--dark-green);
    flex-shrink: 0;
}

/* Text Element Rules */
.notification-title {
    font-size: 1.05rem;
    color: #1a1a1c;
}

.notification-desc {
    font-size: 0.9rem;
    color: var(--text-muted) !important;
    line-height: 1.5;
}

.notification-time {
    font-size: 0.85rem;
    font-weight: 500;
}

/* Matching card backgrounds and custom borders */
.dashboard-box {
    background-color: #fff6f6;
    border: 1px solid rgba(211, 19, 33, 0.04);
    border-radius: 16px;
}

/* Profile Image Handling */
.avatar-wrapper {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #e9ecef;
}

/* Active Status Badge styling overrides */
.badge-active {
    background-color: #008744;
    color: #ffffff;
    letter-spacing: 0.2px;
}

/* Business Heading and Paragraph Text adjustments */
.business-desc {
    font-size: 0.9rem;
    color: #5f6368;
    line-height: 1.5;
    max-width: 620px;
}

/* Internal Metadata Row Items */
.meta-icon-wrapper {
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.meta-icon-wrapper i {
    font-size: 0.9rem;
    color: #d31321 !important;
}

/* Micro Typography Helpers */
.text-xs { font-size: 0.78rem; }
.text-sm { font-size: 0.92rem; }
/* .mb-0.5 { margin-bottom: 0.15rem; } */
.leading-tight { line-height: 1.3; }

/* Absolute Footer Floating Button styling blocks */
.action-btn-container {
    bottom: -22px; /* Offset to split across the border margin boundary */
    z-index: 10;
}

.btn-update {
    background-color: #d31321;
    border: none;
    letter-spacing: 0.3px;
    transition: background-color 0.2s ease, transform 0.1s ease;
}
.btn-create {
    background-color: rgba(20, 97, 55, 1);
    border: none;
    letter-spacing: 0.3px;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-update:hover {
    background-color: #b00f1a;
    color: #ffffff;
}

.btn-create:hover {
    background-color: rgba(20, 97, 55, 1);
    color: #ffffff;
}

.btn-update:active{
    background-color: #b00f1a;
    transform: scale(0.98);
}

.dashboard-box {
    background-color: rgba(243, 243, 243, 1);
    border: 1px solid rgba(211, 19, 33, 0.04);
    border-radius: 4px;
}

/* Profile Image Handling */
/* .avatar-container {
    width: 140px;
    height: 140px;
}

.avatar-wrapper {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: 3px solid #ffffff;
} */

.btn-upload-trigger {
    width: 36px;
    height: 36px;
    background-color: #d31321;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-upload-trigger:hover {
    background-color: #b00f1a;
}

/* Custom Input Field Overrides */
.form-control {
    border-radius: 8px;
    padding: 0.6rem 0.8rem;
    border: 1px solid #ced4da;
}

.form-control:focus {
    border-color: rgba(11, 85, 45, 1);
    box-shadow: 0 0 0 0.25 foolproof rgba(211, 19, 33, 0.15);
}

/* Submit Action Button */
.btn-update {
    background-color: rgba(11, 85, 45, 1);
    border: none;
    letter-spacing: 0.3px;
    transition: background-color 0.2s ease;
}

.btn-update:hover {
    background-color: rgba(11, 85, 45, 1);
    color: #ffffff;
}

/* ==================== */
.form-dashboard-container {
    max-width: 1000px;
}

.custom-input, .custom-textarea {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.65rem 0.9rem;
    font-size: 0.88rem;
    color: #1a202c;
    background-color: #f8fafc;
    transition: all 0.2s ease-in-out;
}

.custom-input:focus, .custom-textarea:focus {
    background-color: #ffffff;
    border-color: #d31321;
    box-shadow: 0 0 0 3px rgba(211, 19, 33, 0.1);
    outline: none;
}

/* Image Upload Widget Styling Frame */
.upload-placeholder {
    height: 125px;
    border: 2px dashed #cbd5e1 !important;
    background-color: #f8fafc;
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.upload-placeholder:hover {
    border-color: rgba(11, 85, 45, 1) !important;
}

/* Form Action Control Buttons */
.btn-submit-property {
    background-color: rgba(11, 85, 45, 1);
    border: none;
    letter-spacing: 0.2px;
}

.btn-submit-property:hover {
    background-color: rgba(11, 85, 45, 1);
    color: #ffffff;
}

.btn-back-link {
    transition: transform 0.2s ease;
    display: inline-block;
}

.btn-back-link:hover {
    transform: translateX(-3px);
    color: rgba(11, 85, 45, 1) !important;
}

.search-map-overlay-container { pointer-events: none; }
    .search-map-overlay-container * { pointer-events: auto; }
    
    /* Rounded Circular Profile View Map pin custom styles block */
    .custom-pin-wrapper {
        position: relative;
        width: 46px;
        height: 46px;
        transform: translate(-50%, -100%);
    }
    .pin-image-container {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 3px solid rgba(20, 97, 55, 1);
        overflow: hidden;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    }
    .pin-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .pin-beak {
        position: absolute;
        bottom: -4px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        width: 8px;
        height: 8px;
        background-color: rgba(20, 97, 55, 1);
        z-index: -1;
    }
    
    /* InfoWindow Clean-up Overrides to make it acts like an elegant frameless node structure pointer block asset context elements */
    .gm-style-iw-gm { padding: 0 !important; }
    .gm-style-iw-c { padding: 0 !important; background: transparent !important; box-shadow: none !important; }
    .gm-style-iw-d { overflow: hidden !important; max-width: auto !important; max-height: auto !important; }
    .gm-style .gm-style-iw-t::after { display: none !important; }
    .gm-ui-hover-header-button, .gm-ui-hover-effect { display: none !important; }

.form-range::-moz-range-thumb {
  background-color: red !important;
}
 
.login-form .eye_btn{
  border: none;
  border-bottom: 1px solid rgba(197, 198, 210, 0.66);
  border-radius: 0;
}

/* 
.exclusive_feature_card{
    background-color:#fff7cb;
    border-radius:20px;
    padding:20px;
    margin-bottom:20px
}
.exclusive_feature_card h4{
    font-weight:600;
    font-size:22px;
    color:#000;
    margin-bottom:20px
}
.exclusive_feature_card p{
    font-weight:400;
    font-size:14px;
    color:rgba(0,0,0,.6);
    margin-bottom:0;
    line-height:2;
    min-height:84px
}
.exclusive_feature_card .exclusive_feature_card_img{
    width:95px;
    height:95px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:15px;
    border-radius:20px;
    background-color:#fbd504;
    margin-bottom:25px
}
.news_card{
    display:block;
    text-decoration:none;
    background-color:#fff;
    border-radius:12px;
    border:1px solid #e7eaea;
    overflow:hidden
}
.news_card img{
    width:100%;
    height:195px;
    object-fit:cover
}
.news_card .news_card_body{
    padding:20px
}
.news_card .news_card_body h6{
    font-weight:400;
    font-size:14px;
    color:#f95723;
    margin-bottom:15px
}
.news_card .news_card_body h4{
    font-weight:600;
    font-size:16px;
    color:#000
}
.news_card .news_card_body p{
    font-weight:400;
    font-size:12px;
    color:#727376;
    margin-bottom:20px
}
.news_card .news_card_body span{
    font-weight:600;
    font-size:14px;
    color:#fbd504
}
.news_swiper_button_prev{
    left:0
}
.news_swiper_button_next{
    right:0
}
.blog_detail_section .blog_image img{
    width:100%;
    border-radius:30px;
    height:600px
}
.blog_detail_section h6{
    font-weight:400;
    font-size:14px;
    color:#f95723;
    margin-bottom:15px
}
.societies_swiper img{
    width: 250px;
    border-radius: 50%;
    height: 240px;
} */
.main_footer{
    background-image:url(../images/footer_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding:50px 0
}
.main_footer p, .main_footer li{
    color: rgba(190, 190, 190, 1);
}
.main_footer h4{
    font-weight:600;
    font-size:20px;
    color:#fff;
    margin-bottom:20px
}
.main_footer .contact_details_list{
    display:flex;
    flex-direction:column;
    gap:20px
}
.main_footer .contact_details{
    display:flex;
    align-items:center;
    gap:20px;
    font-weight:400;
    font-size:18px;
    color:#fff
}
.main_footer .contact_details a{
    font-weight:400;
    font-size:18px;
    color:#fff;
    text-decoration:none
}
.main_footer .contact_details i{
    flex-shrink:0;
    background-color:#fbd504;
    border-radius:4px;
    color:#000;
    width:56px;
    height:56px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:5px;
    font-size:35px
}
.main_footer .footer_links{
    display:flex;
    flex-direction: column;
    gap:16px;
    /* flex-wrap:wrap */
}
.main_footer .footer_links a{
    text-decoration:none;
    font-weight:400;
    font-size:16px;
    color:rgba(190, 190, 190, 1);
}
.main_footer .footer_links a:hover{
    color:rgba(254, 214, 91, 1);
}
ul{
    padding-left:0
}
/* .main_footer .footer_newsletter{
    width:75%;
    position:relative;
    top:-110px;
    padding:50px 0
}
.main_footer .footer_newsletter_content{
    position:relative;
    z-index:2
}
.main_footer .footer_newsletter:before{
    content:"";
    background-color:#fbd504;
    border-top-right-radius:160px;
    border-bottom-right-radius:160px;
    display:block;
    width:100vw;
    height:100%;
    position:absolute;
    top:0;
    right:-25%
}
.main_footer .footer_newsletter h1{
    font-weight:600;
    font-size:35px;
    color:#000;
    margin-bottom:20px
}
.main_footer .footer_newsletter p{
    font-weight:400;
    font-size:18px;
    color:rgba(0,0,0,.6);
    margin-bottom:20px
} 
.main_footer .footer_newsletter .input-group{
    background-color:#fff;
    border-radius:90px;
    padding:7px 7px 7px 15px;
    overflow:hidden
}
.main_footer .footer_newsletter .input-group .btn{
    background-color:#fbd504;
    border-color:#fbd504;
    border-radius:90px!important;
    font-weight:600;
    font-size:16px;
    color:#000;
    padding-left:30px;
    padding-right:30px;
    margin-left:0!important
}
.main_footer .footer_newsletter .input-group .form-control{
    font-weight:400;
    font-size:16px;
    color:#000;
    background-color:#fff;
    border:none;
    padding:15px
} */
.copyright_footer{
    padding-top:40px;
    border-top: 1px solid rgba(225, 226, 228, 0.52);
}
.copyright_footer p{
    margin-bottom:0
}
.copyright_footer a,.copyright_footer p{
    font-weight:400;
    font-size:14px;
    color:#fff
}
.copyright_footer a{
    text-decoration:none
}
.social_icons{
    display:flex;
    /* justify-content:center; */
    gap:10px;
    flex-wrap:wrap
}
.social_icons .social_icon{
    text-decoration: none;
    display:flex;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    border-radius:50%;
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
}
.social_icon:hover{
    background: rgba(254, 214, 91, 1);
    color: rgba(82, 66, 0, 1);
    border: 1px solid rgba(254, 214, 91, 1);

}
.inner_banner{
    background-image:url(../../frontend/images/contact_banner.png);
    background-position:50%;
    padding:100px 0
}
.inner_banner h1{
    font-weight:600;
    font-size:50px;
    color:#000;
    margin-bottom:0
}
.inner_banner .breadcrumb .breadcrumb-item{
    font-weight:400;
    font-size:16px;
    color:#000
}
.inner_banner .breadcrumb .breadcrumb-item a{
    font-weight:400;
    font-size:16px;
    color:#000;
    text-decoration:none
}
.inner_banner .breadcrumb .breadcrumb-item a:hover{
    text-decoration:underline
}
.breadcrumb-item+.breadcrumb-item:before,.inner_banner .breadcrumb .breadcrumb-item.active{
    color:#000
}
.inner_page{
    padding-top:50px;
    padding-bottom:125px;
    background-color:#fff
}
.sorting_view_options{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:15px
}
.sorting_view_options .form-select{
    width:auto;
    font-size:14px;
    min-width:130px
}
.properties_filters_options{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:15px
}
.properties_filters_options_list{
    flex:1 1 auto;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:15px
}
.properties_filters_options .form-select{
    flex-shrink:0;
    width:180px;
    min-width:130px;
    font-size:14px
}
.properties_filters_options .select2{
    width:280px;
}
.properties_filters_options .property_filter_input{
    width:200px;
    border:1px solid #dedede;
    padding:10px;
    border-radius:30px
}
.properties_filters_options .filter_submit_btn{
    background-color:#fbd504;
    border-radius:30px;
    padding:10px 20px
}
.properties_filters_options .hollow_btn{
    flex-shrink:0;
    font-size:14px;
    padding:15px 25px
}
.properties_filters_options .switch_btns{
    flex-shrink:0;
    max-width:165px
}
.properties_filters_options .switch_btns input#status+label>.status_switch{
    font-size:14px
}
.property_detail_content h3{
    font-weight:700;
    font-size:27px;
    color:#000
}
.property_detail_content p{
    font-weight:400;
    font-size:16px;
    color:#727376
}
.property_detail_content h6{
    font-weight:400;
    font-size:16px;
    color:rgba(0,0,0,.5)
}
.property_detail_content h2{
    font-weight:700;
    font-size:35px;
    color:#000
}
.property_features_counters{
    display:flex;
    gap:10px;
    flex-wrap:wrap
}
.property_features_counters .pfc{
    flex-shrink:0;
    display:flex;
    align-items:center;
    gap:15px;
    border-radius:14px;
    background-color:#fef0a7;
    padding:10px 15px;
    font-weight:600;
    font-size:18px;
    color:#000
}
.property_features_counters .pfc i{
    flex-shrink:0;
    font-size:30px
}
.property_features_counters .pfc span{
    font-weight:400;
    font-size:16px;
    color:#000;
    display:block
}
.property_detail_body h4{
    font-weight:600;
    font-size:27px;
    color:#000;
    margin-bottom:20px
}
.agent_detail_card{
    background-color:#f5f5f5;
    border-radius:20px;
    padding:20px
}
.agent_detail_card .agent_detail_card_img{
    width:95px;
    height:95px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:12px;
    border-radius:12px;
    background-color:hsla(0,0%,100%,.8);
    filter:drop-shadow(0 3px 20px rgba(0,0,0,.06));
    margin-bottom:20px
}
.agent_detail_card h5{
    font-weight:600;
    font-size:24px;
    color:#000;
    margin-bottom:15px
}
.agent_detail_card .contact_icon{
    width:57px;
    height:57px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:#f78737;
    color:#fff;
    text-decoration:none;
    font-size:30px
}
.agent_detail_card .contact_icon.whatsapp{
    background-color:#25d366
}

.contact_us_right .maindiv input,.contact_us_right .maindiv textarea{
    width:100%;
    height:40px;
    border-radius:10px;
    border:1px solid #fff;
    padding:10px
}
.contact_us_right .maindiv textarea{
    height:auto!important
}

/* Map */
/* #map {
    height: 600px;
    width: 400px;
} */
.map_marker_content{
    width: 300px;
}
.map_marker_content img {
    width: 100%;
    height: auto;
}
.map_marker_content_img{
    margin-right: 20px;
}
.map_marker_content_body h1 {
    font-size: 14px;
    font-weight: 600;
}
.map_marker_content_body p{
    font-size: 13px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dedede !important;
  border-radius: 30px  !important;
  padding-bottom: 10px  !important;
  padding-top: 10px  !important;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0px !important;
  margin-left: 20px !important;
  vertical-align: top !important;
}
.select2-selection__choice {
    background-color: #fbd504 !important; /* Background of selected tag */
    color: #000 !important;              /* Text color */
    border: none !important;
    padding: 4px 8px;
    border-radius: 4px;
}
.select2-results__option {
    padding: 6px 12px;
    color: #333; /* Default text color */
}

.select2-results__option--highlighted {
    background-color: #fbd504 !important; /* Highlight on hover */
    color: #000 !important;
}
/* Property details */
.price-tag {
    font-weight: 600;
    color: rgba(115, 91, 37, 1); 
}
/* Image container fixed proportions */
.gallery-img-main {
    max-height: 420px;
}
.gallery-img-sub {
    max-height: 202px;
}
.gallery-img-main img, .gallery-img-sub img {
    transition: transform 0.4s ease;
}
.gallery-img-main:hover img, .gallery-img-sub:hover img {
    transform: scale(1.03);
}

@media only screen and (max-width:1199px){
    .main_header .header_menu ul{
        gap:5px
    }
    /* .main_header .header_menu ul li a{
        font-size:15px
    }
    .main_banner .banner_content h5{
        font-size:22px
    }
    .main_banner .banner_content h1{
        font-size:50px
    }
    .main_banner .banner_content p{
        font-size:17px
    } */
    .primary_heading,.secondary_heading{
        font-size:40px
    }
    .properties_list .col-sm-4{
        width:50%
    }
    .exclusive_features_list .col-sm-3{
        width:33.33333333%
    }
    .main_footer h4{
        font-size:25px
    }
    .main_footer .contact_details{
        font-size:18px
    }
    .main_footer .contact_details i{
        width:50px;
        height:50px;
        font-size:30px
    }
    .main_footer .footer_links{
        gap:25px
    }
    .main_footer .footer_links a{
        font-size:16px
    }
    .social_icons .social_icon{
        width:40px;
        height:40px;
        font-size:22px
    }
    .main_footer .footer_newsletter h1{
        font-size:30px
    }
    .main_footer .footer_newsletter p{
        font-size:16px
    }
    .inner_banner h1{
        font-size: 30px;
    }
    .blog_detail_section .blog_image img{
        height:500px
    }
    #list_view .property_card img{
        width:100%;
        height:100%;
        object-fit:cover
    }
}
@media only screen and (max-width:992px){
    .main_header .header_menu ul{
        display:none
    }
    .offcanvas_main_menu_btn{
        display:inline-block
    }
    #offcanvasMainMenu ul li a {
        max-width: fit-content;
    }
    #offcanvasMainMenu ul li a {
        padding: 5px 10px ;
    }
    #offcanvasMainMenu ul li a.active {
        background: transparent;
        color: rgba(20, 97, 55, 1);
        border-bottom: 2px solid rgba(20, 97, 55, 1);
        border-radius: 0px;
    }
    .heading_primary {
        font-size: 36px;
    }
    .home_section_2 {
        padding: 50px 50px;
    }
    .feature-box-main{
        margin-top:30px
    }
    .feature-box:nth-child(1), .feature-box:nth-child(2) {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .login_logo{
        height: 130px;
    }
    .stat-number {
        font-size: 1.8rem;
    }
    .stat-number {
        font-size: 1.8rem;
    }
    .stat-label {
        font-size: 0.8rem;
    }
    .custom-tabs .nav-link {
        font-size: 1.0rem;
        padding: 12px 50px;
    }
    .contact_card_detail h5{
        font-size: 19px;
    }
}
@media only screen and (max-width:810px){
    p{
        font-size:16px;
    }
    .filter-item{
        border-right:none;
        border-bottom:1px solid #eee;
        padding:15px 0;
    }
   .main_footer .col-sm-3, .main_footer .col-sm-4{
        margin-top: 20px;
    }
    .primary_heading,.secondary_heading{
        font-size:30px
    }
    .properties_list .col-sm-4{
        width:100%
    }
    .exclusive_features_list .col-sm-3{
        width:50%
    }
    .main_footer h4{
        font-size:20px
    }
    .main_footer .contact_details{
        font-size:16px;
        gap:15px
    }
    .main_footer .contact_details i{
        width:45px;
        height:45px;
        font-size:25px
    }
    .main_footer .footer_newsletter h1{
        font-size:25px
    }
    .main_footer .col-sm-5,.main_footer .col-sm-7{
        width:100%
    }
    .main_header .header_menu .logo img{
        width:150px
    }
    .inner_banner {
        padding: 50px 0;
    }
    .match-height {
        display: flex;
        align-items: stretch;
    }
    /* .main_banner .banner_content{
        transform:none;
        top:100px
    }
    .main_banner .banner_content .col-sm-6,.main_banner_search_parent .col-sm-6{
        width:100%
    }
    .main_banner_search{
        top:-200px
    } 
    .inner_banner h1{
        font-size:30px
    }
    .blog_detail_section .blog_image img{
        height:400px
    }
    .societies_swiper img{
        width: 200px;
        height: 190px;
    }*/
}
@media only screen and (max-width:481px){
    .banners_swiper .hero-section {
        width: 100%;
        height: auto !important;
      }
    .heading_primary {
        font-size: 24px;
    }
    .mb-5{
        margin-bottom: 2rem !important;
    }
    .mt-5{
        margin-top: 1.5rem !important;
    }
    .btn_secondary {
        padding: 8px 24px !important;
        font-size: 14px;
    }
    .btn_primary {
        padding: 10px 26px !important;
        font-size: 14px;
    }
    .offcanvas_main_menu_btn i{
        font-size:22px !important;
    }
    .primary_heading,.secondary_heading{
        font-size:25px;
    }
    .stat-number {
        font-size: 1.4rem;
    }
    .stat-label {
        font-size: 0.7rem;
    }
    .stats-card {
        padding: 20px 20px;
    }
    .stats-wrapper {
        margin-top: -50px;
    }
    .custom-tabs .nav-link {
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    .filter-label{
        font-size:14px;
    }
    .filter-value{
        font-size:15px;
    }
    .custom-select {
        font-size: 15px;
    }
    .search-btn{
        margin-top: 10px;
    }
    p{
        font-size:14px;
    }
      .contact_card_detail h5{
        font-size: 16px;
    }
    .home_section_1 {
        padding: 30px 0;
        padding-top: 0px;
    }
    .property_card .property_card_body h4 {
        font-size: 20px;
    }
    .property_card .property_card_body h6 {
        font-size: 18px;
    }
    .property_card h3 {
        font-size: 20px;
    }
    .property_card .features_counters span {
        font-size: 14px;
    }
    .home_section_2 {
        padding: 40px 30px;
    }
    .footer-top-section .btn_primary {
        font-size: 13px;
    }
    .footer-top-section .btn_secondary {
        font-size: 13px;
    }
    .feature-text{
        font-size:14px
    }
    .feature-title {
        font-size: 18px;
    }
    .feature-icon , .mission-card-icon, .contact_card_icon {
        height: 50px;
        width: 50px;
    }
    .footer-top-section {
        margin-top: 50px;
    }
    .feature-icon img, .mission-card-icon img{
        width: 20px;
    }
    .inner_banner {
        padding: 30px 0;
    }

    .inner_banner h1{
        font-size:20px
    }
    .contact_us_cards {
        margin-top: 40px;
    }
    .contact_us_section {
        padding: 50px 0;
        margin-top: 50px;
    }
    .contact_card {
        padding: 20px;
    }
    .login-image{
        display:none;
    }
    .blog_detail_section .blog_image img{
        height:300px
    }
    .societies_swiper img{
        width: 150px;
        height: 140px;
    }
    .info-box {
        padding: 12px;
    }

    .icon-wrapper {
        width: 40px;
        height: 40px;
    }
    .icon-wrapper img{
        width: 22px;
    }

    .text-xs {
        font-size: 0.8rem;
    }

    .text-sm {
        font-size: 0.9rem;
    }
}
