:root  {
    --primary-color: #2E4B66;
    --secondary-color: #A2C1E3;
    --black-color:#0a0c19;
    --navbar-height:70px;
}
@font-face {
    font-family: "cairo-bold";
    src: url("../fonts/Cairo-Bold.ttf");
}
@font-face {
    font-family: "cairo";
    src: url("../fonts/Cairo-SemiBold.ttf");
}
@font-face {
    font-family: "poppins";
    src: url("../fonts/Poppins-Medium.ttf");
}
@font-face {
    font-family: "poppins-bold";
    src: url("../fonts/Poppins-Bold.ttf");
}
@font-face {
    font-family: "poppins-black";
    src: url("../fonts/Poppins-Black.ttf");
}
@font-face {
    font-family: "alkatra-bold";
    src: url("../fonts/Alkatra-Bold.ttf");
}
@font-face {
    font-family: "alkatra";
    src: url("../fonts/Alkatra-Medium.ttf");
}
@font-face {
    font-family: "LeckerliOne";
    src: url("../fonts/LeckerliOne-Regular.ttf");
}
body{
    color: var(--black-color);
}
.wp_section{
    padding: 50px 0;
}
#global-loader{
    position: fixed;
    z-index: 50000;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#global-loader .con{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 30%;
    left: 0;
    margin: 0 auto;
}
#global-loader .loader-img{
    width: 110px;
}
#global-loader p{
    font-size: 25px;
    display: inline-block;
    color: #4d4d4d;
}
.valid_result{
    color: #099109;
}
.invalid_result{
    color: #db2222;
    opacity: .8;
}
.result_input{
    font-size: 11px;
    margin: 0;
    text-transform: capitalize;
    font-weight: bold;
}
form label{
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
form label .required{
    color: red;
}
form .form-group{
    margin-bottom: 10px;
}
.form-control{
    height: 50px;
    color: #777;
    border-radius: 10px;
    box-shadow: none !important;
    font-size: 14px;
    border-color: var(--primary-color) !important;
}
textarea.form-control{
    height: 287px !important;
}
form input[type='submit']{
    background: var(--primary-color);
    color: #fff !important;
    font-weight: bold;
    font-size: 17px;
    height: 50px;
    padding: 0 10px;
    box-shadow: none !important;
    border: 1px solid #fff !important;
    text-transform: capitalize;
    display: block;
    border-radius: 10px;
    width: 20%;
}
.iti{
    direction: ltr;
    text-align: left;
    width: 100%;
}
.wp_success{
    text-align: center;
}
.wp_success i{
    margin-bottom: 10px;
    font-size: 35px;
    color: #20ac0c;
    font-weight: normal;
}
.wp_success p{
    margin: 0;
    color: var(--primary-color);
    font-size: 18px;
}
.wp_nav{

}
.wp_nav .navbar-nav .nav-link{
    color: var(--black-color);
    transition: .3s ease-in-out;
    text-transform: capitalize;
    font-size:15px;
}
.wp_nav .navbar-nav .nav-link:hover{
    color: var(--secondary-color);
}
.navbar-light .navbar-brand{
    text-align: center;
}
.wp_nav .navbar-toggler{
    border: 0;
    color: var(--black-color);
}
.wp_nav .navbar-brand img{
    width: 100%;
}
.lang_sec{
    position: fixed;
    left: 5px;
    bottom: 10px;
    z-index: 99;
}
.lang_sec a{
    color: #fff;
    background: var(--primary-color);
    border-radius: 5px;
}
.lang_sec a img{

}
.wp_footer{
    background: var(--secondary-color);
    padding: 20px 0;
}
.wp_footer .logo{

}
.wp_footer .logo img{
    width: 170px;
}
.wp_footer .social{
    margin-top: 15px;
}
.wp_footer .social li{

}
.wp_footer .social li a{
    text-decoration: none;
    margin: 0 5px;
}
.wp_footer .social li a img{
    width: 30px;
}
.wp_footer .address{
    font-size: 17px;
    margin-bottom: 2px;
}
.wp_footer .links{
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
}
.wp_footer .links li{
    display: inline-block;
}
.wp_footer .links li a{
    text-decoration: none;
    color: var(--black-color);
    margin: 0 5px;
    font-size: 13px;
}
.hook_sec{

}
.hook_sec .hook_img{

}
.hook_sec .hook_img img{

}
.hook_sec .hook_txt{
    color: var(--secondary-color);
}
.hook_sec .hook_txt p{
    font-size: 30px;
    margin: 10px 0;
}
.hook_sec .hook_txt h2{
    color: var(--primary-color);
    font-size: 100px;
    line-height: 1;
}
.hook_sec .hook_txt h2 span{
    color: var(--secondary-color);
}
.wp_about{
    background-image: url("../img/about-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
}
.img_title{
    margin-bottom: 30px;
    text-align: center;
}
.img_title img{
    width: 200px;
}
.wp_about p{
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 10px;
}
.wp_about .img-down{
    text-align: center;
    margin-top: 40px;
}
.wp_about .img-down img{
    width: 500px;
}
.wp_service,.wp_why{
    text-align: center;
}
.wp_service .content img,
.wp_why .content img{
    width: 750px;
}
.wp_contact{
    background: var(--secondary-color);
}
.wp_hook_service .hook_txt h2{
    font-size: 75px;
}
.wp_service_details{
    text-align: center;
}
.wp_service_details .block{

}
.wp_service_details .block img{
    margin: 20px 0;
    display: block;
}
.wp_service_details .img-down{

}
.wp_service_details .img-down img{

}
.team_sec{

}
.team_sec .block{
    background: #ECECEC;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.team_sec .block .content{
    padding: 20px;
}
.team_sec .block .img-block{
    height: 250px;
    overflow: hidden;
}
.team_sec .block .img-block img{
    border-radius: 20px;
    cursor: pointer;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.team_sec .block .name strong{

}
.team_sec .block .name{
    font-size: 20px;
    text-transform: capitalize;
    line-height: 1.6;
    margin-bottom: 0;
}
.team_sec .block .job{
    font-size: 17px;
    margin: 10px 0;
}
.team_sec .block .links{

}
.team_sec .block .links a{
    display: inline-block;
    margin-right: 5px;
}
.team_sec .block .links img{
    width: 20px;
}
.team_sec .modal-content{
    border-radius: 20px;
}
.team_sec .modal-dialog{
    max-width: 630px;
    border-radius: 20px;
    overflow: hidden;
}
.team_sec .modal-body{
    background: #ECECEC;
    overflow: hidden;
    border-radius: 20px;
}
.team_sec .content-modal .name{
    font-size: 40px;
    line-height: 1.2;
}
.team_sec .content-modal .name strong{
    display: block;
}
.team_sec .content-modal .job{
    font-size: 20px;
}
.team_sec .content-modal .links{

}
.team_sec .content-modal .links a{

}
.team_sec .content-modal .links a img{

}
.team_sec .img-block-modal{
    overflow: hidden;
    height: 200px;
}
.team_sec .img-block-modal img{
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.team_sec .modal .desc{

}
.team_sec .modal ul{

}
.team_sec .modal ul li{
    margin: 9px 0;
    list-style: disc;
    line-height: 1.5;
    font-size: 15px;
    text-transform: capitalize;
}
.contact_hook_sec .data{
    margin-top: 20px;
}
.contact_hook_sec .data .pop_btn{
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-transform: capitalize;
    border-radius: 10px;
    width: 100%;
    box-shadow: none;
}
.contact_hook_sec .data ul{
    margin: 0;
    padding: 0;
}
.contact_hook_sec .data ul li{
    display: inline-block;
}
.contact_hook_sec .data ul li a{
    margin: 0 5px;
}
.contact_hook_sec .data ul li a img{
    width: 50px;
}
.wp_location{

}
.wp_location .block{
    padding: 20px;
    background: var(--secondary-color);
    border-radius: 15px;
    margin: 20px 0;
}
.wp_location .block h3{
    color: var(--primary-color);
    font-size: 25px;
    margin-bottom: 15px;
}
.wp_location .block .address{
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 10px;
}
.wp_location .block .country{
    font-size: 16px;
    margin-bottom: 10px;
}
.wp_location .block .phone{
    color: var(--primary-color);
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
}
.wp_location .block ul{
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
.wp_location .block ul li{
    display: inline-block;
}
.wp_location .block ul li a{
    margin:0 5px;
}
.wp_location .block ul li a img{
    width: 35px;
}
.contact_hook_sec .modal-content{
    background: #ECECEC;
}
.contact_hook_sec .modal-dialog{
    width: 850px;
    max-width: 100%;
    border-radius: 10px;
}

.contact_hook_sec .modal-content .left{
    padding: 20px 0;
}
.contact_hook_sec .modal-content .left p{
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 15px;
}
.contact_hook_sec .modal-content .left h4{
    color: var(--primary-color);
    font-size: 25px;
    margin-bottom: 15px;
}
.contact_hook_sec .modal-content .left img{
    width: 200px;
    margin: 0 auto;
    display: block;
}
.contact_hook_sec .modal-content .submit_form{

}
.contact_hook_sec .modal-content .submit_form .content{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.contact_hook_sec .modal-content .submit_form .title{
    color: var(--primary-color);
    font-size: 15px;
}
.contact_hook_sec .modal-content .submit_form hr{

}
.contact_hook_sec .modal-content .submit_form .form-control{
    height: 45px;
    width: 100%;
    display: block;
    border: 1px solid #ccc !important;
}
.contact_hook_sec .modal-content .submit_form textarea{
    height: 190px !important;
    resize:  none;
}
.contact_hook_sec .modal-content .submit_form .btn{
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 5px;
}
.contact_hook_sec .modal-content .submit_form .bootstrap-select button{
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: #fff !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.contact_hook_sec .modal-content .submit_form select option{
    text-transform: capitalize;
}
.submit_form .bootstrap-select .dropdown-menu li a span.text{
    text-transform: capitalize;
}
.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Ensure it takes up the full viewport height */
}

/* Main content takes up remaining space */
.main-content {
    flex: 1;
}