:root {
    --dark-main-color: #00314a;
    --main-color: #d1962a;
    --light-main-color:#fff8ed;
    --font-primary: "Lexend Deca", sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.login_modal_content_div{
    /* background: linear-gradient(to bottom left, #6360a7, #9c9c9c7d); */
    background-color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.login_modal_content_div .modal-header{
    border-bottom:1px solid #d9dae0;
}
.login_modal_content_div .modal-body h3{
font-size:18px;
}
.login_modal_content_div .modal-body .card{
border:1px dashed var(--main-color) !important;
}
.login_modal_content_div .modal-body .form-label,.login_modal_content_div .modal-body input{
font-size:14px;
}

/* property listing page style */
.price_hightlight{
    font-weight: 700 !important;
    font-size: 14px;
    background: linear-gradient(45deg, #4CAF50, #224c24);
    color: #fff;
    padding: 3px 10px;
    box-shadow: 0px 1px 5px #a2ffa5;
    border-radius: 5px;
}
.property_card {
    box-shadow: 0px 0px 5px #eeebeb;
    background: #ffff;
}

.featured_property_content {
    border-bottom: 1px solid #d4d4d4;
    height: 70px;
    margin-bottom: 12px;
}
.featured_property_content h2 span {
    font-size: 16px;
    color: #7d7b7b;
    margin-left: 0;
    font-weight: 300;
}

.FP_card_feature p {
    color: black;
    font-size: 15px;
    font-weight: 600;
}

.share_shortlist_icon svg {
    font-size: 19px;
    margin-top: 6px;
    color: gray;
}

.property_price {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.property_price h4 {
    font-weight: 700;
    margin: 0;
}

/* property listing  */
.featured_property {
    display: block;
}

.slider-container {
    position: relative;
    width: 100%;
}
/* end */

/* property detail sttyle  */

.zero_brokerage_btn{
    padding: 0 9px;
    height: 21px;
    font-size: 11px;
    border: 1px solid #86cf86;
    background: none;
    text-transform: uppercase;
    border-radius: 3px;
    color: #679767;
}
.zero_brokerage_btn img{
    width: 14px;
    margin-right: 5px;
    margin-top: -4px;
}
.overview_title_info p {
    color: #464545;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}
.product_detail_img1 {
    object-fit: cover;
    height: 370px;
}
.product_detail_img2 {
    height: 120px;
    object-fit: cover;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

.new_project_about_sec .green_btn i{
    transform: rotate(94deg);
    margin-right: 10px;
}


.NP_location_adv_card {
    align-items: center;
    background: var(--light-main-color);
    padding: 20px 10px;
    border-radius: 5px;
    border: 1px solid var(--main-color);
}

.NP_location_adv_card img {
    height: 35px;
    margin-right: 15px;
}


.header_sticky {
    position: fixed;
    top: 0 !important;
    background-color: #fff;
    width: 100%;
    left: 0;
    border-bottom: 1px solid var(--main-color);
    z-index: 9;
}
.header_sticky nav ul li a, .header_sticky nav ul li a.nav-link{
    color:var(--dark-main-color)
}
/* ----------------user profile sidebar--------- */
.UserSidebar{
    height: 100%;
    background: var(--dark-main-color);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 25px 40px;
    margin-top: 15px;
}
.UserSidebar ul li{
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.UserSidebar ul li a img{
    width: 40px;
    border: 1px solid #ffff;
    border-radius: 50px;
    margin-right: 10px;
    background: #fff;
    padding: 2px;
}
.profile_main_div {
    background: #fff;
    border-radius: 15px;
    margin-top: 15px;
}
/* -------- */
.your_properties tr th{
    background: var(--main-color) !important;
    color: #fff;
    font-weight: 400;
}
.your_properties tr th:nth-child(3){
    width: 175px;
}
.your_properties tr th:last-child{
    width: 100px;
}
.your_properties .view_btn{
    background: #3fb349;
    color: #fff;
    padding: 3px 8px;
    font-size: 12px;
}
.your_properties .edit_btn{
    background: #fff;
    color: #3fb349;
    padding: 3px 8px;
    border: 1px solid #3fb349;
    font-size: 12px;
}
.your_properties .view_btn svg,
.your_properties .edit_btn svg{
width:20px;
}
/* ---------township list page-------- */
.township_list_card .township_list_card_img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.township_list_card .township_list_title h3 {
    font-size: 16px;
    font-weight: 500;
}

.township_list_card .township_list_title p,
.township_list_footer h3 {
    font-size: 14px;
    font-weight: 400;
    color: gray;
}

.township_list_property span,
.township_list_card span {
    font-size: 14px;
    color: gray;
}

.township_list_property p {
    font-size: 15px;
    color: #3c3c3e;
    margin-bottom: 5px;
    font-weight: 500;
}

.township_list_footer img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.township_list_footer {
    line-height: 1.2;
}

.township_list_card .swiper-button-prev,
.township_list_card .swiper-button-next {
    width: 20px;
    height: 20px;
}

.township_list_card .township_list_overlap div {
    background: #000000bd;
    color: #fff;
    padding: 2px 9px;
    border-radius: 15px;
    font-size: 10px;
    width: fit-content;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 20px;
}

.township_list_card .township_list_overlap div:nth-child(2) {
    bottom: 5px;
    top: auto;
    right: 17px;
    left: auto;
}



/* township detail page style */
.township_img img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}

.township_img {
    position: relative;
}
.lightbox-carousel .ratio img{
    width: 600px !important;
}
.township_intro_content_inner {
    width: 470px;
    margin-left: 100px;
}

.township_intro_content {
    background: #f6921ec9;
    position: absolute;
    height: 470px;
    width: 100vw;
    top: 0;
    z-index: 1;
    clip-path: polygon(0 0, 57% 0, 36% 100%, 0% 100%);
}

.township_intro_content_inner p,
.township_intro_content_inner h2 {
    color: #ffff;
}

.township_intro_content_inner p:first-child {
    font-style: italic;
    font-size: 17px;
    font-family: cursive;
}

.township_intro_content_inner h2 {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 18px;
}

.township_intro_video {
    display: flex;
    align-items: center;
    height: 450px;
    position: absolute;
    top: 0;
    justify-content: center;
    z-index: 99;
    left: 60%;
}

.township_contact_form {
    position: sticky;
    top: 50px;
}



.Township_header img {
    height: 60px;
    margin-top: -14px;
}

.Township_header h2 {
    padding: 10px 18px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    background: #fe6a16;
    border-radius: 4px;
}

.Township_header ul li a {
    color: #231f20;
    font-size: 17px;
    font-weight: 600;
}

.Township_header ul li {
    margin-top: 9px;
}


.project_overview h5 {
    font-size: 13px;
    color: green;
    font-weight: 500;
    font-family: 'Roboto';
    margin-bottom: 3px;
}

.white_bg_btn {
    background: #fff;
    color: #094125;
    padding: 2px 17px;
    border: 1px solid #f0f0f0;
    margin-left: 10px;
    border-radius: 3px;
    font-size: 14px;
}



.project_plan_tab {
    border-bottom: 1px solid gray;
}

.project_plan_tab .nav-link {
    margin: 0;
    background: none;
    color: green;
    font-size: 16px;
}

.project_plan_tab .nav-pills .nav-link.active,
.project_plan_tab .nav-pills .show>.nav-link {
    margin: 0;
    background-color: transparent !important;
    color: green !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    border-bottom: 2px solid green;
}

.propetry_plan_info h5 {
    font-size: 14px;
    margin-bottom: 2px;
}

.propetry_plan_info img {
    width: 400px;
}

.township_faq_section .accordion-item {
    background-color: #fff;
    border: 1px solid #0000000a;
}

.township_faq_section .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #c7bff3;
    font-size: 16px;
    font-weight: 300;
}
.township_faq_section .accordion-body p{
    font-size: 14px;
    font-weight: 300;
    color: #606060;
    margin-bottom: 0;
}
.township_faq_section .accordion-button {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
}
.township_faq_section .accordion-button:focus {
    box-shadow: none !important;
}

.unit_configuration .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: none;
    color: var(--bs-table-striped-color);
}

.Gallery_sec .Gallery_sec_img {
    height: 180px;
    object-fit: cover;
    width: 100%;
    border: 1px solid #fa7e26;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.township_contact_form input[type="text"],
.township_contact_form input[type="email"],
.township_contact_form textarea {
    width: 100%;
    margin-bottom: 5px;
    border: none;
    border-radius: 4px;
    border-bottom: 1px solid #474343;
    font-size: 13px;
    padding: 7px 0;
    font-weight: 300;
    color: #606060;
}

.township_contact_form {
    box-shadow: 0px 0px 5px #e9e9e9;
    border: none;
    height: 525px;
}

.township_contact_form form {
    height: 100%;
    padding: 25px 0px;
}

.township_contact_form label {
    font-size: 15px;
    font-weight: 400;
    color: #665adb;
}
.township_contact_form .purpose{
    color: #606060;
    font-size: 13px;
}
.township_contact_form input::placeholder {
    color: gray;
}
/* ------------------- */
.property_card {
    box-shadow: 0px 0px 5px #eeebeb;
    background: #ffff;
}

.featured_property_content h2 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.featured_property_content address svg {
    width: 18px;
    height: 18px;
}

.featured_property_content h2 span {
    font-size: 16px;
    color: #7d7b7b;
    margin-left: 0;
    font-weight: 300;
}

.featured_property_content h4 {
    font-size: 13px;
    font-weight: 300;
    color: #434343;
}

.FP_card_feature p {
    color: black;
    font-size: 13px;
    font-weight: 400;
}

.share_shortlist_icon svg {
    font-size: 19px;
    margin-top: 6px;
    color: gray;
}

.property_view_btn svg {
    width: 22px;
    height: 22px;
    color: #1a1a1abd;
}

.property_price {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.property_price h4 {
    font-weight: 700;
    margin: 0;
    font-size: 15px;
}

.property_btn {
    background: #000;
    color: #fff;
    border: none;
    font-size: 13px;
    border-radius: 11px;
}

.FP_card_title {
    /* background: linear-gradient(45deg, #078d48, #6ced2c); */
    background: #000;
    padding: 0px 11px;
    display: flex;
    align-items: center;
    border-radius: 12px;
}

.FP_card_title h5 {
    color: #fff;
    font-size: 13px;
    margin: 3px;
}

.property_listing_card .img-fluid {
    height: 230px;
    object-fit: cover;
    width: 100%;
}



.property_Sale_btn,
.contact_seller_btn {
    height: 30px;
    background: black;
    font-size: 13px;
    border-radius: 11px;
    color: #fff;
}

.Title_sale_rent {
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 4px;
    background: black;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 400;
}

.property_detail_width {
    margin-top: 25px;
}

.property_price_share {
    gap: 31px;
    align-items: end;
    justify-content: space-between;
}

.property_card .property_overlap {
    position: absolute;
    top: 0px;
    right: 10px;
    background: linear-gradient(206deg, #c7bff3, transparent);
    border-radius: 5px;
    padding: 0px 7px;
}
/* -------------------user profile page------------------ */
/* whatsapp button */
.fixedwhatapp, .fixedForm {
    position: fixed;
    width: 180px;
    height: 45px;
    margin: 0;
    padding: 0;
    /* top: 77%; */
    bottom:30px;
    right: -135px;
    z-index: 999;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .fixedwhatapp a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .fixedwhatapp a span{
    width: 45px;
    height: 45px;
    float: left;
    background: #25D366;
    font-size: 25px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
  }
  .fixedwhatapp a p{
    margin: 0;
    margin: 0;
      padding: 5px;
      color: #25D366;
      height: 45px;
      line-height: 1.2;
      font-size:14px;
  }
  .fixedwhatapp img{
  width:30px;
  height: 30px;
  }
  
  .fixedForm {
    bottom:100px;
  }
  .fixedwhatapp:hover {
    right: 0;
  }
  /* whatsapp button style end */

.property_detail_main_div,.bg-light {
    background: #abd3a847 !important;
}