*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto",sans-serif;
}

/* #2C3E50 for ytext */
/* #F4A521 for heading   */


/* HEADER */

.navbar{
    background-color: #1c2d3d;
}

.nav-item{
    padding: 0 18px !important;
}

.navbar-toggler{
    color: #fff !important;
}


/* .header{
    overflow: hidden;
    position: relative;
    z-index: 45;
} */
/* .header{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    height: 80px;
    box-shadow: 3px 3px 10px grey;
    width: 100%;
    z-index: 222;
    transition:all 0.3s ease;
    padding: 50px 10px;
} */

/* .hide{
    top: -100% !important;
} */

.header{
    position: sticky;
    top: 0;
    z-index: 50;
    /* width: 100%; */
    transition: all 0.3s ease-in-out;
}


header .nav-item .nav-link {
    /* color: #1f1f1fd3; */
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.3px;
    position: relative;
    display: inline-flex;
    /* padding: 0 !important; */
    font-family: "Poppins",sans-serif;
}

.nav-link::before{
    content: " ";
    background-color: #F4A521;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}

.nav-item:hover .nav-link::before{
    width: 100%;
}


.text-blue{
    color: #1f4d7c;

}
.offcanvas-body .nav-item{
    padding: 10px 0;
    border-bottom: 1px solid #d1d1d1;
}
.offcanvas {
    transition: transform 0.5s ease-in-out;
}

.btn_conatct_nav{
    background-color: #F4A521;
    padding: 10px 25px;
    border-radius: 10px;
    color: #Fff;
}
.btn_conatct_nav a{
    color: #Fff;
    text-decoration: none;
    font-family: "Poppins",sans-serif;
    letter-spacing: 1.5;
}


/* HERO SECTION */

.carousel-item img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Black overlay with opacity */
    z-index: 1;
}

.carousel-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(255, 255, 255, 0.2); /* Semi-transparent white background */
    padding: 20px;
    border-radius: 8px;
    z-index: 2;
    backdrop-filter: blur(2px); /* Adds a slight blur effect */
}

.carousel-text h2{
    font-size: clamp(50px,70px,75px);
    /* color: #fdbb48; */
    color: #1c2d3d;
    font-weight: 800;
    font-family: "Roboto",sans-serif;
}
.carousel-text p{
    font-size: 35px;
    color: #Fff;
    font-family: "Poppins",sans-serif;

}

.carousel-control-prev,.carousel-control-next{
    z-index: 2 !important;
}

.hero_img{
    height: 80px;
    object-fit: cover;
}





/* About */

.about_container{
    padding: 70px 50px 50px 50px !important;
}

.about_img{
    height: 100%;
}

.about_right{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding: 0 0 20px 50px !important;
}

.about_content h2{
    text-transform: uppercase;
    font-size: clamp(22px,24px,26px);
    color: #F4A521;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    display: inline-flex;
}

.about_content h2::before{
    content: " ";
    background-color: #F4A521;
    width: 70%;
    position: absolute;
    height: 2px;
    bottom: 0;
}

.about_content h1{
    text-transform: capitalize;
    font-size: clamp(30px,34px,38px);
    color: #2C3E50;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Poppins",sans-serif;
    margin-top: 15px;
}
.about_content p.about_para{
    text-transform: capitalize;
    font-size: clamp(12px,15px,18px);
    color: rgb(124, 124, 124);
    /* color: #2C3E50; */
    text-align: left;
    line-height: 1.3;
    font-family: "Poppins",sans-serif;
    margin-top: 15px;
}

.about_desc{
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    background-color: #E9F7FE;
}

.about_desc ul{
    margin: 0 !important;
    padding-left: 0 !important;
}

.about_desc ul li{
    list-style: none;
    display: flex;
    align-items: center;

}
.about_desc ul li a{
    text-decoration: none;
    color: #2C3E50;
    font-size: 16px;
    font-family: "Poppins",sans-serif;
    padding: 10px 0 !important;
}
.about_desc ul li a i{
    color: #F4A521;
    margin-right: 10px;
}

.support_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.about_btn a{
    background-color: #F4A521;
    border: none;
    padding: 15px 35px !important;
    font-size: 18px;
    font-weight: 600;
    border-radius: 7px;
    transition: all 0.2s ease-in-out;
}

.about_btn a:hover{
    background-color: #2C3E50;
}

.about_support{
    display: flex;
    align-items: center;
}

.about_support i{
    font-size: 32px;
    margin-right: 15px;
}

.support_text p{
    margin-bottom: 2px !important;
    font-size: 14px;
    color: #2C3E50;
    font-weight: 500;
}
.support_text h2{
    font-size: 16px;
    color: #F4A521;
    font-weight: 600;
}


/* Services */

.services{
    background-color: rgb(243,244,246);
    background-image: url(../img/services-bg.png);
    background-repeat: no-repeat;
    background-position: top  right;
    padding-bottom: 50px;
}

.service_text_wrapper{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 70px 20px 20px 20px;
}

.service_text_wrapper h2{
    text-transform: uppercase;
    font-size: clamp(22px, 24px, 26px);
    color: #F4A521;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    display: inline-flex;
}

.service_text_wrapper h2::before{
    content: " ";
    background-color: #F4A521;
    width: 70%;
    position: absolute;
    height: 2px;
    bottom: 0;
}

.service_text_wrapper h1{
    text-transform: capitalize;
    font-size: clamp(35px, 45px, 50px);
    color: #2C3E50;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    margin-top: 15px;
}

.service_text_wrapper p{
    text-transform: capitalize;
    font-size: clamp(12px, 15px, 18px);
    color: rgb(124, 124, 124);
    text-align: left;
    line-height: 1.3;
    font-family: "Poppins", sans-serif;
    margin-top: 10px;
}

.services_img_wrapper{
    overflow: hidden;
    margin-top: 25px;
    position: relative;
}

.service_img{
    height: 400px;
    width: 100%;
}

.service_img::before{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0) 13.02%, rgba(0, 0, 0, 0.51) 42.5%, rgba(0, 0, 0, 0.63) 70%, #000000 100%);;
    z-index: 1;
    border-radius: 40px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.services_overlay::before{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 15px;
    background-color: #00000052;
}

.service_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
}

.service_content{
    position: absolute;
    top: 50px;
    padding: 30px;
    text-align: left;
    z-index: 2;
    transform: translateY(80%);
    transition: transform 0.3s ease-in-out;
}

.service_content h2{
    color: #Fff;
    font-size: clamp(24px,28px,26px);
    font-family: "Roboto",sans-serif;
    font-weight: 600;
}
.service_content p{
    color: #Fff;
    font-size: clamp(14px,16px,18px);
    font-family: "Poppins",sans-serif;
    margin-top: 10px;
}

.service_content p, .services_btn{
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.services_btn{
    display: flex;
    align-items: center;
}

.services_btn a{
    text-decoration: none;
    color: #F4A521;
    font-size: clamp(14px,16px,18px);
    font-family: "Poppins";
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

.services_btn a:hover{
    color: #Fff;
}

.services_img_wrapper:hover .service_content {
    transform: translateY(0);
}
.services_img_wrapper:hover .service_img::before {
    opacity: 1;
}

.services_img_wrapper:hover .services_btn,.services_img_wrapper:hover .service_content p{
    opacity: 1;
}

.viewServices_btn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.viewServices_btn a{
    background-color: #12223B;
    /* background-color: #F4A521; */
    border: none;
    padding: 15px 35px;
    border-radius: 7px;
    font-size: clamp(16px,18px,24px);
    font-family: "Poppins";
    transition: all 0.2s ease-in-out;
}

.viewServices_btn a:hover{
    background-color: #F4A521;
    /* background-color: #2C3E50; */
}



/* ########### STATS COUNTER CLIENTS ############## */

.stats-section {
    position: relative;
    background: url('../img/odo-img.jpg') no-repeat center center/cover;
    padding: 60px 0;
    color: white;
    text-align: center;
}
.overlay_counter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000075; /* Dark Overlay */
}
.stats-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stat-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.stat-box i {
    font-size: 40px;
    margin-bottom: 10px;
}
.stat-number {
    font-size: 28px;
    font-weight: bold;
}
.stat-label {
    font-size: 16px;
}

/* CHOOSE US */

.choose_us{
    background-color: #12223B;
    background-image: url(../img/services-bg.png);
    background-repeat: no-repeat;
    background-position: top  right;
    padding-bottom: 50px;
}

h1.choose_us_sub_tittle{
    color: #Fff;
}

p.choose_txt{
    text-align: center !important;
    color: #E9F7FE;
}


/* PROJECTS */

.projects{
    padding-bottom: 50px;
    /* background-color: rgb(243,244,246); */
    background-image: url(../img/services-bg.png);
    background-repeat: no-repeat;
    background-position: top  right;
    padding-bottom: 50px;
}

.project_txt{
    text-align: center !important;
}




/* ======== CHOOSE US================= */

.choose_us_wrapper{
    border: 1px solid black;
    height: 450px;
    width: 100%;
    background-color: #Fff;
    border-radius: 15px;
}

.choose_content{
    padding: 30px;
}

.choose_content h2{
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    margin-top: 25px;
    font-weight: 600;
}

.choose_content .choose_para{
    font-size: 16px;
    font-family: "Poppins",sans-serif;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 0 !important;
}

.choose_content .line{
    display: inline-flex;
    height: 1px;
    width: 100%;
    background-color: #0000005b;
}

.choose_content h1{
    margin-top: 10px;
    font-family: "Roboto",sans-serif;
    font-weight: 600;
    margin-bottom: 0 !important;
    text-align: center;
}

.choose_content .projects_txt{
    font-size: 16px;
    font-family: "Poppins",sans-serif;
    font-weight: 300;
    text-align: center;
}









/* =================================footer======================== */
#footer {
    background-color: #12223B;
}

.footer_links {
    position: relative;
    /* margin-top: 30px; */
}

.footer_text{
    text-align: justify;
    padding-right: 50px;
}

.footer_tittle {
    display: flex;
    color: #fff;
    font-size: 25px;
}

.footer_tittle::before {
    content: " ";
    background: linear-gradient(to right, #F4A521, rgba(0, 0, 139, 0));
    height: 5px;
    width: 120px;
    position: absolute;
    display: flex;
    top: 40px;
    border-radius: 10px;
}

.loc {
    margin: 0 5px;
}

.location_wrapper {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 30px;
}

.location_wrapper h2 {
    font-size: 18px;
    color: #fff;
}

.social a:hover {
    /* border: 1px solid #e65c00; */
    background-color: #F4A521;
    border: none;
    color: #fff;
}

.map iframe {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 5px;
}

.menu-items {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.menu-items .menu2 {
    margin: 0 40px;
}

.menu-items a {
    color: rgb(243, 244, 246);
    /* color: #ffffffdf; */
    font-size: 17px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    text-decoration: none;
    font-family: "Poppins",sans-serif;
}

.menu-items a:hover {
    color: #F4A521;
    /* padding-left: 5px; */
}


/* ############# CONTACT ############### */

.contact{
    padding: 70px 20px 70px;
}

.contact_info{
    background-color: #12223B;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    font-family: "Poppins",sans-serif;
}

.contact_wrapper i{
    color: #F4A521;
    font-size: 32px;
}

.contact_wrapper i:nth-of-type(2){
    margin-top: 30px;
}

.contact_wrapper h2:nth-of-type(1){
    color: #d1d1d1;
    font-size: 16px;
    margin-top: 10px;
}
.contact_wrapper h2:nth-of-type(2){
    color: #fff;
    font-size: 24px;
    margin-top: 10px;
}

.contact_wrapper p{
    color: #d1d1d1;
    font-size: 18px;
    margin-top: 10px;
}

.contact_wrapper h2:nth-of-type(3){
    color: #fff;
    font-size: 28px;
}

.contact_img img{
    max-width: 190px;
    width: 100%;
}

.contact_form_heading p{
    text-transform: uppercase;
    font-size: calc(24px);
    color: rgb(244, 165, 33);
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    display: inline-flex
}

.contact_form_heading p::before{
    content: " ";
    background-color: #F4A521;
    height: 2px;
    width: 60%;
    position: absolute;
    bottom: 0;
}

.contact_form_heading h2{
    text-transform: capitalize;
    font-size: clamp(35px, 45px, 50px);
    color: #2C3E50;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    margin-top: 15px;
    margin-bottom: 50px;
}

.form-group label, .form-group input{
    font-family: "Poppins",sans-serif;
}

button.message_btn{
    padding: 15px 25px !important;
    background-color: #12223B;
    border: none;
    transition: all 0.3s ease-in-out;
}
button.message_btn:hover{
    background-color: #F4A521;
}


@media(max-width:991px){
    .btn_conatct_nav {
        display: none;
    }

    .about_img{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about_img img{
        width: 100%;
    }

    .about_right{
        padding-top: 50px !important;
        padding-left: 0 !important;
        width: 100% !important;
    }

    .contact_form{
        padding-top: 50px !important;
        width: 100%;
    }

    .about_container{
        padding: 40px !important;
    }

    .about_para{
        text-align: justify !important;
    }

}
@media(max-width:768px){

    .support_wrapper{
        flex-direction: column;
        gap: 20px;
    }

    .contact{
        padding: 50px 0 50px !important;
    }

    .nav-item .nav-link{
        color: #000000 !important;
        padding: 15px 20px !important;
    }

    .service_text_wrapper{
        padding: 70px 0 0 20px;
    }
}


