/* our mission */
#ourMission {
    padding: 130px 100px;
    background-color: var(--default-background-primary-color);
}

#ourMission .mission_content .customer_action {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}

.know_more {
    font-size: 18px;
    letter-spacing: 0.02px;
    width: 254px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    border-radius: 100px;
    text-transform: uppercase;
}
.know_more:hover {
    color: #000 !important;
}

.first_mission img {
    width: 100%;
    border-radius: 12px;
}
.second_mission img {
    width: 100%;
    border-radius: 12px;
}
















/* property form */
#displayText {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    /* Smooth transition */
}

.hidden {
    display: none;
}

#displayText h5 {
    color: #000;
}

#displayText .inner_flexed {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#displayText .flex_items_count {
    display: flex;
    align-items: center;
    width: calc(24.33% - 20px);
    color: #000;
    border: 1px solid lightgray;
    justify-content: center;
    height: 54px;
    cursor: pointer;
}

.new_projects_sec .properties_form {
    width: 100% !important;
}

.new_projects_sec .form-control {
    width: 100%;
}

.off_plans .properties_form {
    max-width: 96% !important;
}

.off_plans .properties_form .flex-container {
    flex-wrap: inherit;
}

.custom_w input {
    width: 50% !important;
}

/* modal */
#displayTextModal h5 {
    color: #000;
}

#displayTextModal .inner_flexed {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#displayTextModal .flex_items_count {
    display: flex;
    align-items: center;
    width: calc(24.33% - 20px);
    color: #000;
    border: 1px solid lightgray;
    justify-content: center;
    height: 56px;
    cursor: pointer;
}

#myModal {
    padding: 20px 16px;
    margin: 0 0 0 0;
    overflow-y: auto;
}

#myModal .modal-content {
    box-shadow: -1px -1px 0px 12px #b0b0b052, 1px 1px 0px 20px #292d328f, 0px 0px 0px 20px #36221200;
    border-radius: inherit;
    margin: 18px;
    width: auto;
}

#displayTextModal {
    padding: 10px 15px;
}

/* modal end */


#inforce .flex_items {
    width: 94%;
}

.properties_form input {
    flex: 1;
}

.partners_dubai .owl-carousel .owl-item img {
    height: 126px;
    max-height: 126px;
    object-fit: contain;
}

.border_bottom {
    border-top: 1px solid #D1D1D1;
    margin: 35px 0 30px 0;
    width: 100%;
}

.new_projects_listing .card .top_card_imgs {
    height: 374px;
    max-height: 374px;
    border-radius: 12px 12px 0 0;
}

.our_recent_post .first_recent_post .c_h img{
    border-radius: 12px 12px 0 0;
}

.action_block .or_get_availability {
    width: 100%;
}

#visitModal .properties_form {
    width: 83.5625em;
    max-width: 100%;
}

#paginations_a .selected a:hover {
    color: #fff !important;
}

.no_icons_border a {
    border: none !important;
}

.new_projects_listing .client-logo {
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.new_projects_listing .inner_flex_contain{

    max-height: 100%;
}
.new_projects_listing .inner_flex_contain .item{

    max-height: 100%;
}

.new_projects_listing .inner_flex_contain .item .footer_btm_icon {
    height: 20px;
    max-height: 20px;
    width: 178px;
    max-width: 100%;
    object-fit: cover;
}

.inner_border_bottom {
    border-top: 1px solid #D1D1D1;
    margin: 12px 0 30px 0;
    width: 97%;
}

.inner_flexed {
    display: flex;
}

.flex_items {
    cursor: pointer;
}

.flex_items_count {
    padding: 10px;
    cursor: pointer;
}

.selected {
    color: var(--primary-color) !important;
    background-color: var(--neutral-dark);
}

.selected label span {
    color: var(--primary-color) !important;
}






/* styles.css */
.flex_missions {
    display: flex;
    position: absolute;
    left: 0;
    top: 50px;
    gap: 34px;
}

.img_mission_content {
    background-color: var(--default-background-light-color);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 345px;
    width: 100%;
    border-radius: 12px;
}

.img_mission_content .first_mission {
    max-width: 375px;
    height: 405px;
}

.img_mission_content .second_mission {
    max-width: 375px;
    height: 405px;
}

.years_of {
    font-size: 36px;
    color: var(--primary-color);
}

/* partner section slider */
.partners_dubai .owl-nav {
    display: block !important;
    margin: 0 auto;
    position: absolute;
    width: 9%;
    right: -32px;
    top: -125px;
}

.partners_dubai .owl-nav .owl-next {
    /* background-color: var(--secondary-color) !important; */
    height: 36px;
    width: 36px;
    opacity: inherit !important;
    cursor: pointer !important;
    border-radius: 50% !important;
}
.partners_dubai .owl-nav .owl-next img{
    width: 20px;
}

.partners_dubai .owl-nav .owl-prev {
    /* background-color: var(--secondary-color) !important; */
    height: 36px;
    width: 36px;
    opacity: inherit !important;
    cursor: pointer !important;
    border-radius: 50% !important;
}
.partners_dubai .owl-nav .owl-prev img{
    width: 20px;
}

.partners_dubai h1 {
    color: var(--text-dark-primary);
}







/* our recent post */
.our_recent_post h1 {
    color: var(--text-dark-primary);
}

.our_recent_post {
    background: #ECFFF6;
}

.our_recent_post .card {
    background-color: transparent;
}

.height_of_card {
    height: 255px;
    max-height: 255px;
}

.height_of_card .card-body {
    padding: 13px 0;
}

.height_of_card img {
    height: 255px;
    max-height: 255px;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
}

.desktop_hiddens {
    display: none;
}

.our_recent_post .card-padding {
    padding: 28px 28px;
}

.mb_md_view {
    display: none;
}

.recents_row {
    display: flex;
    justify-content: center;
}

.height_of_card .card_head {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}

.height_of_card p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
}


.dropdown-arrow {
    display: none;
    /* Initially hide all dropdown arrows */
    margin-left: 5px;
}




/* .nav-item.active::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--secondary-color);
    position: absolute;
    top: 55%;
    left: 43%;
    transform: translateX(-50%);
} */

.recents_row .c_h {
    height: 100%;
    max-height: 100%;
}

/* footer */
.border_line_row {
    border: 1px solid #fff;
    /* padding: 40px 30px 63px 30px; */
}

.footer_branding img {
    border-right: 1px solid gray;
    padding: 20px 40px 20px 40px;
}

.footer-padd .footer-social-icons {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.footer-social-icons {
    /* margin-top: 20px; */
}

.footer-social-icons a {
    display: inline-block;
    margin-right: 10px;
    /* width: 40px;
    height: 40px; */
}

.footer-social-icons svg {
    width: 10.39px;
    height: 20px;
    outline: solid 1px;
    /* padding: 10px 10px; */
    border-radius: 50%;
}

.col-right-socials {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.property_content_footer ul li {
    list-style: none;
    color: var(--primary-color);
    padding-bottom: 18px;
}
.property_content_footer ul li:last-child{
    padding-bottom: 0;
}
.property_content_footer a{
    opacity: 0.7;
}
.address_content {
    opacity: 0.7;
}

.footer_heads {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary-color);
    padding-bottom: 32px;
}

.property_content_footer ul li .card_xs_text {
    list-style: none;
    color: var(--text-secondary);
    font-weight: 400;
}

.footer-padd .property_content_footer input {
    height: 59px;
    border-radius: inherit;
    background-color: transparent;
    border: 1px solid #fff;
    color: #ffff;
    border-radius: 100px;
    font-size: 14px;
}
.footer-padd .property_content_footer .form_control{
    display: flex;
   gap: 20px;
}
.footer-padd .property_content_footer #subscribe .form_control .form-group.text-left{
    width: calc(100% - 173px) !important;
}
.footer-padd .property_content_footer .form_control .subscribe_btn{
    width: 173px;
}
.footer-padd #border-bottom-section .property_content_footer .form_control .subscribe_btn .submission_form{
    font-size: 16px;
}
.footer-padd #border-bottom-section .property_content_footer #subscribe{
 flex-direction: column;
}
.footer-padd .property_content_footer input:focus-visible {
    outline: none;
}

.footer_contact_inner_ui .text_head {
    color: var(--primary-color);
}

.footer_contact_inner_ui .cont_det {
    color: var(--primary-color);
    opacity: 0.7;
    font-size: 18px;
    text-transform: uppercase;
}

.custom_padd_right {
    padding-right: 0;
}

.all_rights {
    display: flex;
    justify-content: space-between;
    color: var(--primary-color);
    opacity: 0.7;
    line-height: 21.6px;
}

.property_content_footer .flex-grow-1 {
    padding: 9px 0;
}

/* Styling the section with background image */
.hero {
    position: relative;
    /* Ensure the container is positioned */
    height: 969px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../../img/buyrealestates/discovery.png');
    background-size: 100% 100%;
    background-position: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#partnerImgSlider .item {
    /* flex: 0; */
}
#ourMission .img_mission_content{
    height: 362px;
    width: 601px;
}

#ourMission .flex_missions {
    display: flex;
    position: absolute;
    left: 130px;
}

#flex_era{
    display: flex;
    justify-content: right;
}
.c_h{
    border-radius: 12px;
}
.our_recent_post .btn-outlined-custom{
    width: 252px;
    max-width: 100%;
    font-size: 18px;
}

.last-in-row .border_right {
    border-right: none;
}

.key_inforation_details {
    display: flex;
    gap: 10px;
}

.key_inforation_details .feature {
    display: flex;
    align-items: center;
    padding-right: 18px;
    position: relative;
}
.key_inforation_details .feature::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 1px;
    background-color: #ccc;
}

.key_inforation_details .feature:last-child::after {
    display: none;
}

footer {
    background: var(--text-dark-primary);
}

.footer-padd {
    padding: 100px 100px 55px;
}
.all_rights div{
    font-size: 18px;
}
@media screen and (max-width:1600px) {
    .footer-padd {
        padding: 60px 45px 40px;
    } 
    .footer_branding img {
        padding: 20px 25px 20px 25px;
        max-width: 136px;
    }
    .footer_heads {
    font-size: 18px;
    padding-bottom: 18px;
    }
    .property_content_footer ul li{
    padding-bottom: 10px;
    }
    .property_content_footer ul li a {
    font-size: 16px;
    line-height: 15px;
    }
    .footer-padd .property_content_footer .form_control{
        gap: 15px;
    }
    .footer-padd .property_content_footer input{
        padding: 10px 16px;
    }
    #bottom_footer_menu.mb-55{
        margin-bottom: 40px;
    }
}
@media screen and (max-width:992px) {
    .custom_padd_right{
        padding-right: 15px;
        margin-top: 30px;
    }
}
@media screen and (max-width:992px) {
   
    #bottom_footer_menu{
        padding: 28px;
    }
    .footer_heads{
        font-size: 18px;
        padding-bottom: 28px;
    }
    .property_content_footer a{
        font-size: 16px;

    }
    .property_content_footer ul li{
        padding-bottom: 5px;
    }

}
@media screen and (max-width:992px) and (min-width:768px) {
    #bottom_footer_menu .col-sm-12:last-child .property_content_footer{
        border-top: 1px solid #fff;
        padding-top: 28px;
    }
}
@media screen and (max-width:768px) {
    .footer_heads {
        font-size: 18px;
        padding-bottom: 16px;
      }
}
@media screen and (max-width:576px) {
    #bottom_footer_menu{
        padding: 28px 20px;
    }
    .footer-padd .property_content_footer .form_control{
        flex-direction: column;
        gap: 17px;
    }
    .footer-padd .property_content_footer #subscribe .form_control .form-group.text-left{
        width: 100% !important;
        margin-bottom: 0;
    }
    .footer-padd .property_content_footer .form_control .subscribe_btn{
        width: 100%;
    }
    .footer-padd .property_content_footer .form_control .subscribe_btn{
        padding: 0 !important;
    }
    .property_content_footer .flex-grow-1{
        padding-top: 0;
        padding-bottom: 17px;
    }
    .footer-padd .social-icons li a{
        width: 20px !important;
        height: 20px !important;
    }
    .footer-padd .social-icons li:last-child a{
        margin-right: 0;
    }
    .footer_branding img{
        padding: 0 !important;
    }
    .footer-padd .mb-55:first-child {
        padding: 10px 20px !important;
    }
    .footer-padd .social-icons li a {
        display: flex;
    }
    .footer-padd .social-icons li a svg {
        width: 11px !important;
        line-height: 0;
        height: 11px !important;
    }
    .footer-padd {
        padding: 45px 5px !important;
    }
}
