@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Sora', sans-serif;
}
.news_details_sort_header .header_bg{ 
    /* background-image: url(../img/banner_image.png); */
	background-image: url(https://val.principlerec.com/wp-content/uploads/sites/2/2024/08/careers_banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    /* min-height: 50px; */
    display: flex;
    align-items: center;
	padding: 10px 0px;
}

.news_details_sort_header .details_header_sort h2{
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Sora";
    margin-bottom: 0;
}
.breadcrumbs_post_details{
	padding: 20px 0px;
}
.breadcrumbs_post_details a{
	color:#000000;
	font-size:16px;
    text-decoration: none;
}
.breadcrumbs_post_details a.landing_page:hover{
	color:#ED7D31;
}
.breadcrumbs_post_details a:hover{
	text-decoration:none;
}
.breadcrumbs_post_details span.active{
	color:#ED7D31 !important;
  	font-size:16px;
}
.breadcrumbs_post_details span.divider{
	padding-right:10px;
	padding-left:10px;
	font-size:16px;
	color:#000000;
}
.breadcrumbs_post_details a:focus{
	text-decoration:none !important;
}

.about_services_bredcrum_bg{
    background-color: #0383C412;
}
.property_type_details{
    background-color: #0383C412;
    padding: 70px 0px;
}

.property_type_details .about_services_content h2{
    max-width: 395px;
    color: #333333;
    font-weight: 400;
    line-height: 52px;
    font-size: 40px;
    margin-bottom: 30px;
}
.property_type_details .about_services_content p{
    max-width: 520px;
    color: #333333;
    font-weight: 300;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 30px;
}
.property_type_details .about_services_content a{
    display: inline-block;
    background-color: #ED7D31;
    padding: 15px 40px;
    border-radius: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.property_type_details .about_services_image_part{
    position: relative;
    height: 100%;
    width: 100%;
}
.property_type_details .shape_circle_first{
    position: absolute;
    top: 50px;
    left: -40px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgba(237, 125, 49, 0.5);
    z-index: 1;
}
.property_type_details .image_portion{
    position: relative;
    height: 500px;
    max-width: 630px;
    z-index: 2;
    overflow: hidden;
	border-radius: 40px;
	margin:0 auto;
}
.property_type_details .image_portion::before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.84%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 3;
}
.property_type_details .image_portion .details_icon_image{
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: 4;
    margin: 0 auto;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.property_type_details .image_portion img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.property_type_details .shape_circle_second{
    position: absolute;
    bottom: 50px;
    right: -40px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgba(3, 131, 196, 0.5);
    z-index: 1;
}
.office_experience_section{
    margin: 70px 0px;
}
.office_experience_section .office_row_border{
    padding: 30px 0px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.office_experience_section .selected_heading {
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    color: #333333;
}
.office_experience_section .square_feet_box{
    max-width: 190px;
    height: 150px;
    background-color: rgba(3, 131, 196, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}
.office_experience_section .square_feet_box .number{
    color: #0383C4;
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
    text-transform: uppercase;
} 
.office_experience_section .square_feet_box .text{
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
.office_experience_section .office_address_box{
    position: relative;
}
.office_experience_section .office_address_box::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 80%;
    background-color: rgba(51, 51, 51, 0.3);
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.office_experience_section .office_address_box .office_name{
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    margin-bottom: 30px;
    position: relative;
}
.office_experience_section .office_address_box .office_name::after{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color: #ED7D31;
    bottom: -8px;
    left: 0%;
}
.office_experience_section .office_address_box .office_details{
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
.office_experience_section .location_address p{
    margin-bottom: 0px;
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;


}
@media (max-width:1399px){
	.property_type_details .image_portion{
	    height: 450px;
    	max-width: 550px;
	}
	.property_type_details .shape_circle_first{
		left: 0px;
	}
	.property_type_details .shape_circle_second{
	    right: 0px;
	}
	
}
@media (max-width:1199px){
	.property_type_details .image_portion{
	    height: 400px;
    	max-width: 500px;
	}
}
@media all and (max-width: 991px) {
    .property_type_details .details_header_sort h2{
        font-size: 30px;  
    }
    .property_type_details{
        padding: 50px 0px;
    }
    .property_type_details .about_services_content h2{
        max-width: 100%;
        font-size: 35px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 20px;
    }
    .property_type_details .about_services_content p{
        max-width: 100%;
        text-align: center;
    }
    .property_type_details .about_services_content a{
        margin: 0px auto;
    }
    .property_type_details .shape_circle_first{
        display: none;
    }
    .property_type_details .shape_circle_second{
        display: none;
    }
    .office_experience_section{
        margin: 50px 0px;
    }
    .office_experience_section .selected_heading{
        font-size: 35px;
        line-height: 40px;
        text-align: center;
    }
    .office_experience_section .square_feet_box .number{
        font-size: 30px;
        line-height: 35px;
    }
    
}


@media all and (max-width: 767px) {
	.news_details_sort_header .header_bg{
        background-image: url(../img/banner_image_old.png);
    }
    .property_type_details{
        padding: 30px 0px 50px;
    }
    .property_type_details .about_services_content h2{
        max-width: 100%;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }
    .property_type_details .image_portion {
        height: 450px;
    }
    .office_experience_section{
        margin: 50px 0px;
    }
    .office_experience_section .selected_heading{
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }
    .office_experience_section .office_address_box::after{
        display: none;
    }

}
@media all and (max-width: 575px){

    .property_type_details .image_portion {
        height: auto;
    }
    .office_experience_section .office_address_box .office_name{
        font-size: 22px;
        font-weight: 400;
        line-height: 25px;
    }

}
