:root{

    --primary:#0B3D91;

    --secondary:#F7941D;

    --light:#F8F9FA;

    --dark:#001C48;

}
body {
    font-family:'Poppins',sans-serif;
    background: #f5f5f5;
    margin:0;
}

h1 {
    color: #003366;
}
/* Hero Section */



.hero{
    position:relative;
    height:430px;
    overflow:hidden;
    margin-top:85px;   /* navbar height */
}

.hero-slider{

    position:absolute;

    width:100%;

    height:100%;

}

.slide{

    position:absolute;

    width:100%;

    height:100%;

    background-size:cover;

    background-position:center;

    opacity:0;

    transition:opacity 1.5s ease-in-out;

}

.slide.active{

    opacity:1;

}

.hero-overlay{

background:linear-gradient(135deg,#f7941d,#e27b00);

}

.hero-content{

    position:relative;

    z-index:3;

    min-height:82vh;

    display:flex;

    align-items:flex-start;

    justify-content:center;

    padding-top:120px;

    padding-left:8%;

    padding-right:8%;

    color:#fff;

}
.hero-text{

    background:rgba(0,0,0,.55);

    padding:45px;

    border-radius:20px;

    backdrop-filter:blur(8px);

    max-width:700px;

    margin-left:auto;

}
.hero h1{

    font-size:3.5rem;

    line-height:1.15;

}

.hero p{

    font-size:1.15rem;

    line-height:1.8;

}

.hero-content .col-lg-6{
    background: rgba(0,0,0,0.45);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
}

.hero h1{

    font-size:4rem;

    font-weight:700;

}

.hero p{

    font-size:1.3rem;

    line-height:1.8;

    max-width:700px;
    

}
/* ==========================
        ABOUT SECTION
========================== */

#about{

    background:#ffffff;

}

#about h2{

    color:#003366;

}

#about p{

    line-height:1.8;

    color:#555;

}
/* ==========================
        PROJECTS
========================== */

#projects{

    background:#f8f9fa;

}

#projects .card{

    border:none;

    border-radius:20px;

    overflow:hidden;

    transition:.4s;

}

#projects .card:hover{

    transform:translateY(-12px);

    box-shadow:0 20px 45px rgba(0,0,0,.18);

}

#projects img{

    height:250px;

    object-fit:cover;

}
/* ======================================
        WHY CHOOSE US
======================================= */

#why-us .card{
    border:none;

    border-radius:20px;

    overflow:hidden;

    transition:.4s;
}

#why-us .card:hover{
    transform: translateY(-8px);
    box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.15) !important;
}

#why-us h1{
    font-size:3rem;
}
/*=========================================
        NAVIGATION BAR
=========================================*/

.custom-navbar{

    background:rgba(0,0,0,.25);

    transition:all .4s ease;

    padding:12px 0;
    

}

.custom-navbar.scrolled{

    background:var(--primary);

    padding:10px 0;

    box-shadow:0 8px 20px rgba(0,0,0,.15);

}

.custom-navbar .nav-link{

    color:white;

    font-weight:500;

    margin-left:20px;

    position:relative;

}

.custom-navbar .nav-link::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-5px;

    width:0;

    height:2px;

    background:#F7941D;

    transition:.3s;

}

.custom-navbar .nav-link:hover::after{

    width:100%;

}

.custom-navbar .nav-link:hover{

    color:#F7941D;

}

.custom-navbar .navbar-brand img{

    transition:.3s;

}
.scroll-down{

    margin-top:60px;

    font-size:2rem;

    animation:bounce 2s infinite;

}

@keyframes bounce{

    0%,20%,50%,80%,100%{

        transform:translateY(0);

    }

    40%{

        transform:translateY(-12px);

    }

    60%{

        transform:translateY(-6px);

    }

}
html{

    scroll-behavior:smooth;

}
#services .card{

    border:none;

    border-radius:20px;

    overflow:hidden;

    transition:.4s;

}

#services .card:hover{

    transform:translateY(-12px);

    box-shadow:0 15px 30px rgba(0,0,0,.15);

}

#services h4{

    font-size:3rem;

}
/*=========================================
        STATISTICS
=========================================*/

#statistics{

    background:var(--primary);

    color:white;

}

#statistics h1{

    font-size:4rem;

    font-weight:700;

    color:#F7941D;

}

#statistics h5{

    margin-top:15px;

    font-weight:600;

}
/*=========================================
        CONTACT
=========================================*/

#contact{

    background:#F8F9FA;

}

#contact .card{

    border:none;

    border-radius:20px;

    overflow:hidden;

    transition:.4s;

}

#contact input,
#contact textarea,
#contact select{

    padding:14px;

}

#contact button{

    width:100%;

}
/*=========================================
        WHATSAPP BUTTON
=========================================*/

.whatsapp{

    position:fixed;

    right:25px;

    bottom:25px;

    width:65px;

    height:65px;

    background:#25D366;

    color:white;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:2rem;

    text-decoration:none;

    box-shadow:0 8px 20px rgba(0,0,0,.25);

    z-index:9999;

    transition:.3s;

}

.whatsapp:hover{

    transform:scale(1.1);

    color:white;

}
img{

    max-width:100%;

    height:auto;

}
/*=========================================
        PRELOADER
=========================================*/

#preloader{

    position:fixed;

    width:100%;

    height:100%;

    background:white;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    z-index:99999;

}

#preloader img{

    width:140px;

    margin-bottom:20px;

}
.hero h1{

    line-height:1.2;

}

.hero .badge{

    font-size:1rem;

    letter-spacing:1px;

}

.hero p{

    max-width:700px;

}

.hero i{

    margin-right:8px;

}
/*=========================================
        BUTTON STYLES
=========================================*/

.btn-warning{

    border-radius:50px;

    padding:15px 35px;

    font-weight:600;
    

}

.btn-outline-light{

    border-radius:50px;

    padding:15px 35px;

    font-weight:600;

}
.btn{

    transition:.3s;

}

.btn:hover{

    transform:translateY(-3px);

}
/*=========================================
        CUSTOM SPACING
=========================================*/

.py-7{

    padding-top:120px;

    padding-bottom:120px;

}
/*=========================================
        SECTION TITLES
=========================================*/

section h2{

    font-size:2.7rem;

    font-weight:700;

    margin-bottom:20px;

    color:#0B3D91;

}

section h5{

    letter-spacing:3px;

    font-weight:700;

}
.card img{

    border-radius:20px 20px 0 0;

}
footer{

    background:var(--dark);

}
/*=========================================
        PROJECTS
=========================================*/

#projects .card{

    transition:.4s;

}

#projects .card:hover img{

    transform:scale(1.05);

}

#projects img{

    transition:.4s;

}
.btn:focus,
.nav-link:focus{

    outline:3px solid var(--secondary);

    outline-offset:3px;

}
.container{

    max-width:1320px;

}
/*=========================================
        PAGE HEADER
=========================================*/

.page-header {

    position: relative;

    min-height: 75vh;

    padding: 160px 0 100px;

    background: linear-gradient(
        rgba(0,0,0,.65),
        rgba(0,0,0,.65)
    ),
    url("../images/why-choose-us.jpeg");

    background-size: cover;

    background-position: center;

    display: flex;

    align-items: center;

}

.page-overlay{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:rgba(0,0,0,.65);

    display:flex;

    align-items:center;

    justify-content:center;

}

.page-header h1{

    color:#fff;

    font-size:3.5rem;

    font-weight:700;

}

.page-header p{

    color:#fff;

    font-size:1.2rem;

}

.breadcrumb a{

    color:#F7941D;

    text-decoration:none;

}

.breadcrumb-item.active{

    color:#fff;

}
/*====================================
            PAGE HEADER
=====================================*/

.page-header{

    position:relative;

    height:45vh;

    background:url("../images/projects/pipeline.jpg")
    center center/cover no-repeat;

    display:flex;

    align-items:center;

    justify-content:center;

}

.page-overlay{

    width:100%;

    height:100%;

    background:linear-gradient(
        rgba(0,0,0,.35),
        rgba(0,0,0,.45)
    );

    display:flex;

    align-items:center;

}

.page-header h1{

    color:#fff;

    font-size:3.5rem;

    font-weight:700;

}

.page-header p{

    color:#fff;

    font-size:1.2rem;

    max-width:800px;

    margin:auto;

}

.breadcrumb{

    background:none;

}

.breadcrumb a{

    color:#f7941d;

    text-decoration:none;

}

.breadcrumb-item.active{

    color:#fff;

}
/*=========================================
        ABOUT PAGE
=========================================*/

.about-image{

    border-radius:20px;

    overflow:hidden;

}

.about-image img{

    transition:.5s;

}

.about-image:hover img{

    transform:scale(1.05);

}

.card{

    border:none;

    border-radius:20px;

}

.card:hover{

    transform:translateY(-8px);

    transition:.4s;

}

.card i{

    margin-bottom:20px;

}
/*=========================================
        INDUSTRY CARDS
=========================================*/

.industry-card{

    background:#fff;

    padding:40px 30px;

    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s ease;

    height:100%;

}

.industry-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.industry-card h5{

    font-weight:700;

    margin-bottom:15px;

}

.industry-card p{

    color:#666;

}
/*=========================================
        COUNTRY CARDS
=========================================*/

.country-card{

    background:#fff;

    border-radius:18px;

    padding:35px 25px;

    text-align:center;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.35s ease;

    height:100%;

}

.country-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.country-card h1{

    font-size:55px;

    margin-bottom:15px;

}

.country-card h5{

    font-weight:700;

    margin-bottom:10px;

}
/*=========================================
        ENGINEERING PROCESS
=========================================*/

.process-card{

    background:#ffffff;

    border-radius:18px;

    padding:30px 20px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.process-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.process-icon{

    width:80px;

    height:80px;

    margin:0 auto 20px;

    border-radius:50%;

    background:#f7941d;

    display:flex;

    align-items:center;

    justify-content:center;

}

.process-icon i{

    color:#fff;

    font-size:32px;

}

.process-card h5{

    font-weight:700;

    margin-bottom:15px;

}
/*=========================================
        WHY CHOOSE US
=========================================*/

.feature-box{

    background:#fff;

    padding:35px;

    border-radius:18px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.feature-box:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.feature-box i{

    font-size:45px;

    color:#f7941d;

    margin-bottom:20px;

}

.feature-box h4{

    margin-bottom:15px;

    font-weight:700;

}
/*====================================
        FLOATING CTA
=====================================*/

.floating-cta{

    background:#f5f7fa;

    padding:40px 0 0;

}

.cta-box{

    background:#ffffff;

    border-radius:25px;

    padding:55px;

    box-shadow:0 20px 50px rgba(0,0,0,.12);

    position:relative;

    z-index:10;
     background:#fff;

    border-radius:25px;

    padding:55px;

    box-shadow:0 20px 50px rgba(0,0,0,.12);

    position:relative;

    overflow:hidden;

}
.cta-box::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:6px;

    background:linear-gradient(
        90deg,
        #f7941d,
        #ffbf47,
        #f7941d
    );

}

.cta-small{

    color:#f7941d;

    font-weight:700;

    letter-spacing:2px;

    display:block;

    margin-bottom:15px;

}

.cta-box h2{

    color:#0b1f33;

    font-size:2.5rem;

    font-weight:700;

    margin-bottom:20px;

    line-height:1.3;

}

.cta-box p{

    color:#666;

    line-height:1.8;

    margin-bottom:0;

}

.cta-box .btn{

    min-width:220px;

    border-radius:50px;

    padding:15px 32px;

    font-weight:600;

    transition:.35s;

}
.cta-box .btn:hover{

    transform:translateY(-5px);

    box-shadow:0 12px 25px rgba(0,0,0,.15);

}
/*====================================
            FOOTER
=====================================*/

.footer{

background:#0b1f33;

color:#ddd;

padding:80px 0 30px;
 margin-top:-50px;

    padding-top:120px;
}

.footer h4,
.footer h5{

color:#fff;

margin-bottom:25px;

font-weight:700;

}

.footer p{

line-height:1.8;

}

.footer ul{

list-style:none;

padding:0;

}

.footer ul li{

margin-bottom:12px;

}

.footer ul li a{

color:#ddd;

text-decoration:none;

transition:.3s;

}

.footer ul li a:hover{

color:#f7941d;

padding-left:5px;

}

.social-icons a{

display:inline-flex;

align-items:center;

justify-content:center;

width:45px;

height:45px;

background:#1d3557;

color:#fff;

border-radius:50%;

margin-right:10px;

transition:.3s;

text-decoration:none;

}

.social-icons a:hover{

background:#f7941d;

transform:translateY(-5px);

color:#fff;

}

.footer hr{

border-color:#2d4a67;

margin:40px 0 25px;

}
.cta-box::after{

    content:"";

    position:absolute;

    inset:0;

    background-image:

    linear-gradient(rgba(0,0,0,.03) 1px, transparent 1px),

    linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);

    background-size:40px 40px;

    opacity:.4;

    pointer-events:none;

}
.gear{

    position:absolute;

    font-size:120px;

    color:rgba(247,148,29,.08);

    z-index:0;

}

.gear-left{

    top:-25px;

    left:-25px;

    animation:rotateGear 18s linear infinite;

}

.gear-right{

    bottom:-35px;

    right:-35px;

    animation:rotateGearReverse 20s linear infinite;

}

@keyframes rotateGear{

    from{

        transform:rotate(0deg);

    }

    to{

        transform:rotate(360deg);

    }

}

@keyframes rotateGearReverse{

    from{

        transform:rotate(360deg);

    }

    to{

        transform:rotate(0deg);

    }

}
.cta-box .row{

    position:relative;

    z-index:2;

}
/*=====================================
        BACK TO TOP
======================================*/

/*====================================
        BACK TO TOP
=====================================*/

#backToTop{

    position:fixed;

    right:25px;

    bottom:25px;

    width:55px;

    height:55px;

    border:none;

    border-radius:50%;

    background:#f7941d;

    color:#fff;

    font-size:22px;

    cursor:pointer;

    display:none;

    justify-content:center;

    align-items:center;

    z-index:9999;

    transition:all .3s ease;

    box-shadow:0 10px 25px rgba(0,0,0,.25);

}

#backToTop:hover{

    background:#003366;

    transform:translateY(-5px);

}
/*====================================
        SERVICE CARDS
=====================================*/

.service-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.35s ease;

    height:100%;

}

.service-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.service-icon{

    width:80px;

    height:80px;

    border-radius:50%;

    background:#f7941d;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

    margin-bottom:25px;

}

.service-card h4{

    font-weight:700;

    margin-bottom:20px;

}

.service-card p{

    color:#666;

}

.service-card ul{

    padding-left:20px;

    margin:20px 0;

}

.service-card ul li{

    margin-bottom:10px;

}
/*====================================
        WHY CHOOSE US
=====================================*/

.why-choose{

    background:#ffffff;

}

.feature-box{

    background:#fff;

    padding:25px;

    border-radius:18px;

    text-align:center;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;

    height:100%;

}

.feature-box:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 35px rgba(0,0,0,.15);

}

.feature-box i{

    font-size:42px;

    color:#f7941d;

    margin-bottom:18px;

}

.feature-box h5{

    font-weight:700;

    margin-bottom:10px;

}

.feature-box p{

    color:#666;

    font-size:.95rem;

    margin:0;

}
/*====================================
        OUR PROCESS
=====================================*/

.process-card{

    background:#fff;

    padding:35px 25px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    position:relative;

    transition:.35s;

    height:100%;

}

.process-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 40px rgba(0,0,0,.15);

}

.process-number{

    position:absolute;

    top:20px;

    right:20px;

    font-size:40px;

    font-weight:700;

    color:rgba(247,148,29,.15);

}

.process-icon{

    font-size:55px;

    color:#f7941d;

    margin-bottom:25px;

}

.process-card h4{

    font-weight:700;

    margin-bottom:15px;

}

.process-card p{

    color:#666;

}
/*====================================
        INDUSTRIES WE SERVE
=====================================*/

.industries-section{

    background:#fff;

}

.industry-card{

    background:#f8f9fa;

    border-radius:20px;

    padding:35px 25px;

    text-align:center;

    transition:.35s;

    height:100%;

    border:1px solid #eee;

}

.industry-card:hover{

    background:#003366;

    color:#fff;

    transform:translateY(-10px);

    box-shadow:0 18px 35px rgba(0,0,0,.15);

}

.industry-card i{

    font-size:55px;

    color:#f7941d;

    margin-bottom:20px;

}

.industry-card h5{

    font-weight:700;

    margin-bottom:15px;

}

.industry-card p{

    margin-bottom:0;

}

.industry-card:hover p{

    color:#f1f1f1;

}
/*====================================
        PROJECTS
=====================================*/

.project-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 12px 30px rgba(0,0,0,.10);

    transition:.35s;

    height:100%;

}

.project-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.18);

}

.project-card img{

    width:100%;

    height:300px;

    object-fit:cover;

}

.project-content{

    padding:30px;

}

.project-country{

    display:inline-block;

    color:#f7941d;

    font-weight:700;

    margin-bottom:15px;

}

.project-content h3{

    font-size:1.5rem;

    font-weight:700;

    margin-bottom:15px;

}

.project-content p{

    color:#666;

    margin-bottom:20px;

}

.project-tags{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

}

.project-tags span{

    background:#eef3f8;

    color:#003366;

    padding:8px 16px;

    border-radius:30px;

    font-size:.9rem;

    font-weight:600;

}
/*====================================
    ENGINEERING ACROSS AFRICA
=====================================*/

.africa-section{

    background:#ffffff;

}

.country-list{

    margin-top:30px;

}

.country-item{

    background:#f8f9fa;

    border-left:5px solid #f7941d;

    padding:18px 20px;

    margin-bottom:18px;

    border-radius:10px;

    transition:.3s;

}

.country-item:hover{

    transform:translateX(8px);

    background:#eef4fb;

}

.country-item strong{

    display:block;

    color:#003366;

    margin-bottom:5px;

}

.country-item span{

    color:#666;

    font-size:.95rem;

}
/*====================================
        ACHIEVEMENTS
=====================================*/

.achievements{

    background:#f8f9fa;

}

.achievement-box{

    background:#fff;

    padding:35px 25px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.achievement-box:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,0.15)

}

.achievement-box i{

    font-size:55px;

    color:#f7941d;

    margin-bottom:20px;

}

.achievement-box h2{

    color:#003366;

    font-size:42px;

    font-weight:700;

    margin-bottom:10px;

}

.achievement-box p{

    color:#666;

    margin:0;

}
/*====================================
        PROJECT CTA
=====================================*/

/*====================================
        PROJECT CTA
=====================================*/

.project-cta{

    background:#f8f9fa;

    padding:90px 0;

    border-top:1px solid #e5e5e5;

    border-bottom:1px solid #e5e5e5;

}

.project-cta h2{

    color:#003366;

    font-size:2.8rem;

    font-weight:700;

    margin:20px 0;

}

.project-cta p{

    color:#666;

    font-size:1.1rem;

    max-width:700px;

}

.project-cta .btn{

    min-width:210px;

    border-radius:50px;

    padding:15px 30px;

    font-weight:600;

}

.project-cta .btn-outline-light{

    border:2px solid #003366;

    color:#003366;

}

.project-cta .btn-outline-light:hover{

    background:#003366;

    color:#fff;

}
/*====================================
        GALLERY
=====================================*/

.gallery-item{

    position:relative;

    overflow:hidden;

    border-radius:20px;

    cursor:pointer;

    box-shadow:0 12px 30px rgba(0,0,0,0.10)

}

.gallery-item img{

    width:100%;

    height:320px;

    object-fit:cover;

    transition:.5s;

}

.gallery-item:hover img{

    transform:scale(1.1);

}

.gallery-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,51,102,0.80);

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    color:#fff;

    opacity:0;

    transition:.35s;

    text-align:center;

}

.gallery-item:hover .gallery-overlay{

    opacity:1;

}

.gallery-overlay h5{

    font-weight:700;

}

.gallery-overlay p{

    margin:0;

    color:#ddd;

}
/*====================================
        LIGHTBOX
=====================================*/

.lightbox{

    display:none;

    position:fixed;

    z-index:9999;

    left:0;

    top:0;

    width:100%;

    height:100%;

    background:rgba(0,0,0,.95);

    justify-content:center;

    align-items:center;

    flex-direction:column;

}

.lightbox img{

    max-width:90%;

    max-height:80vh;

    border-radius:10px;

    box-shadow:0 15px 40px rgba(0,0,0,.5);

}

.close-lightbox{

    position:absolute;

    top:25px;

    right:40px;

    color:#fff;

    font-size:45px;

    cursor:pointer;

    font-weight:bold;

}

#lightbox-caption{

    color:#fff;

    margin-top:20px;

    font-size:18px;

    text-align:center;

}
/*====================================
        CATEGORY CARDS
=====================================*/

.category-card{

    background:#fff;

    padding:40px 30px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.category-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.category-card i{

    font-size:55px;

    color:#f7941d;

    margin-bottom:20px;

}

.category-card h4{

    color:#003366;

    font-weight:700;

    margin-bottom:15px;

}

.category-card p{

    color:#666;

    margin-bottom:0;

}
/*====================================
        AFRICA PRESENCE
=====================================*/

.africa-presence{

    background:#ffffff;

}

.africa-presence h2{

    color:#003366;

    font-weight:700;

}

.africa-presence p{

    color:#666;

    line-height:1.8;

}

.africa-presence ul li{

    margin-bottom:15px;

    font-size:17px;

}

.africa-presence i{

    margin-right:8px;

}

.africa-map{

    max-width:500px;

    transition:.4s;

}

.africa-map:hover{

    transform:scale(1.03);

}
/*====================================
        PROJECT INFO
=====================================*/

/*====================================
        PROJECT INFO
=====================================*/

.project-info{

    background:linear-gradient(135deg,#003366,#00509d);

    color:#ffffff;

    padding:50px;

    border-radius:20px;

    margin-bottom:50px;

    box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.project-info h2{

    color:#ffffff;

    font-size:42px;

    font-weight:800;

    margin-bottom:20px;

    text-transform:uppercase;

    letter-spacing:1px;

}

.project-info p{

    color:#f8f9fa;

    font-size:18px;

    line-height:1.9;

    max-width:900px;

}
.contact-card{

background:#fff;

padding:40px 25px;

border-radius:15px;

text-align:center;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.contact-card:hover{

transform:translateY(-10px);

}

.contact-card i{

font-size:45px;

color:#f7941d;

margin-bottom:20px;

}

.contact-card h4{

font-weight:700;

margin-bottom:15px;

color:#003366;

}
/*====================================
        CONTACT FORM
=====================================*/

.contact-form{

background:#fff;

padding:45px;

border-radius:20px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.contact-form h2{

color:#003366;

font-weight:700;

}

.contact-form .form-control,
.contact-form .form-select{

padding:15px;

border-radius:10px;

}

.contact-form textarea{

resize:none;

}

.contact-side{

background:#003366;

color:#fff;

padding:45px;

border-radius:20px;

height:100%;

}

.contact-side h3{

font-weight:700;

margin-bottom:25px;

}

.contact-feature{

display:flex;

align-items:center;

margin-bottom:18px;

font-size:17px;

}

.contact-feature i{

color:#ffc107;

margin-right:15px;

font-size:20px;

}

.contact-side hr{

border-color:rgba(255,255,255,.25);

margin:30px 0;

}
/*====================================
        WHATSAPP CTA
=====================================*/

.whatsapp-section{

    background:#f8f9fa;

}

.whatsapp-box{

    background:linear-gradient(135deg,#003366,#004a8f);

    color:#fff;

    padding:60px;

    border-radius:20px;

    box-shadow:0 20px 40px rgba(0,0,0,.15);

    position:relative;

    overflow:hidden;

}

/* Decorative accent */

.whatsapp-box::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    background:rgba(247,148,29,.12);

    border-radius:50%;

    top:-80px;

    right:-60px;

}

.whatsapp-box h2{

    color:#ffffff;

    font-size:44px;

    font-weight:800;

    line-height:1.2;

    margin-bottom:20px;

    text-shadow:0 3px 8px rgba(0,0,0,.35);

    position:relative;

    z-index:2;

}

.whatsapp-box p{

    color:rgba(255,255,255,.95);

    font-size:19px;

    line-height:1.9;

    position:relative;

    z-index:2;

}

.whatsapp-box .btn{

    background:#25D366;

    border:none;

    font-size:18px;

    font-weight:600;

    padding:16px 35px;

    border-radius:50px;

    transition:.3s;

    position:relative;

    z-index:2;

}

.whatsapp-box .btn:hover{

    background:#1EBE5D;

    transform:translateY(-3px);

}
/*====================================
        OFFICE LOCATION
=====================================*/

.map-card{

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.office-info{

    background:#ffffff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    height:100%;

}

.office-info h3{

    color:#003366;

    font-weight:700;

    margin-bottom:25px;

}

.office-info p{

    margin-bottom:18px;

    line-height:1.8;

}

.office-info h5{

    color:#003366;

    font-weight:700;

}
/*====================================
        FAQ
=====================================*/

.accordion-item{

    border:none;

    border-radius:12px;

    margin-bottom:15px;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.accordion-button{

    font-weight:600;

    color:#003366;

    padding:20px;

}

.accordion-button:not(.collapsed){

    background:#003366;

    color:#fff;

}

.accordion-button:focus{

    box-shadow:none;

}

.accordion-body{

    line-height:1.8;

}
/*====================================
        FINAL CTA
=====================================*/

.final-cta{

background:#ffffff;

    padding:100px 0;

    color:#fff;

    position:relative;

    overflow:hidden;

}

.final-cta::before{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    background:rgba(247,148,29,.08);

    border-radius:50%;

    top:-120px;

    right:-80px;

}

.final-cta::after{

    content:"";

    position:absolute;

    width:260px;

    height:260px;

    background:rgba(255,255,255,.04);

    border-radius:50%;

    bottom:-100px;

    left:-60px;

}

.cta-box{

     background:#ffffff;

    border-radius:20px;

    padding:70px;

    border-top:6px solid #f7941d;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.cta-box h2{

    font-size:48px;

    font-weight:800;

    margin-bottom:25px;
    color:#003366;

}

.cta-box p{

    max-width:850px;

    margin:auto;

    font-size:19px;

    line-height:1.9;

     color:#555;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.cta-buttons .btn{

    padding:16px 38px;

    border-radius:50px;

    font-weight:600;

}

.cta-divider{

    width:120px;

    height:4px;

    background:#f7941d;

    margin:60px auto;

    border-radius:5px;

}

.counter-number{

    font-size:56px;

    font-weight:800;

     color:#003366;

    margin-bottom:10px;

}

.final-cta .row p{

    color:#f7941d;

    font-size:18px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;

}
.btn-call{

    background:#f7941d;

    color:#fff;

    border:2px solid #f7941d;

}

.btn-call:hover{

    background:#fff;

    color:#003366;

    border-color:#fff;

}
.company-intro{

    background:#fff;

    padding:80px 0;

}

.company-intro h1{

    font-size:3.2rem;

}

.company-intro p{

    max-width:850px;

    margin:auto;

    line-height:1.8;

}
.country-card{
    transition: all .3s ease;
    cursor: pointer;
}

.country-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
}

.country-card:hover h1{
    color: #f4b400;
}

.country-card:hover h5{
    color: #f4b400;
}

.country-card:hover p{
    color: #555;
}
.feature-box{

    display:block;

    background:#fff;

    padding:30px 20px;

    border-radius:15px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.35s;

    color:#222;

}

.feature-box:hover{

    background:#C79A2D;

    color:#fff;

    transform:translateY(-8px);

}

.feature-box i{

    font-size:40px;

    color:#C79A2D;

    margin-bottom:15px;

    transition:.35s;

}

.feature-box:hover i{

    color:#fff;

}

.feature-box h6{

    margin:0;

    font-weight:600;

}
/* ==========================
   HSE SECTION
========================== */

.hse-section{

    background:linear-gradient(135deg,#1c1f26,#2c313a);

    color:#fff;

    overflow:hidden;

}

.hse-image{

    position:relative;

}

.hse-image img{

    width:100%;

    border-radius:20px;

    box-shadow:0 20px 50px rgba(0,0,0,.35);

    transition:.4s;

}

.hse-image img:hover{

    transform:scale(1.03);

}

.hse-badge{

    position:absolute;

    right:-20px;

    bottom:30px;

    background:#C79A2D;

    color:#fff;

    padding:20px 30px;

    border-radius:18px;

    text-align:center;

    box-shadow:0 15px 35px rgba(0,0,0,.30);

}

.hse-badge h2{

    font-size:2.4rem;

    margin:0;

    font-weight:700;

}

.hse-badge span{

    font-size:.95rem;

    line-height:1.5;

}

.section-badge{

    display:inline-block;

    background:#C79A2D;

    color:#fff;

    padding:10px 22px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

}

.hse-section h2{

    font-size:2.6rem;

    font-weight:700;

}

.hse-section h2 span{

    color:#C79A2D;

}

.hse-section .lead{

    color:#d8d8d8;

    line-height:1.8;

}

.hse-item{

    background:rgba(255,255,255,.08);

    padding:18px 20px;

    border-radius:12px;

    display:flex;

    align-items:center;

    gap:15px;

    transition:.35s;

    height:100%;

}

.hse-item:hover{

    background:#C79A2D;

    transform:translateX(8px);

}

.hse-item i{

    color:#C79A2D;

    font-size:22px;

    min-width:25px;

    transition:.35s;

}

.hse-item:hover i{

    color:#fff;

}

.hse-item span{

    font-size:15px;

    font-weight:500;

}

/* Responsive */

@media(max-width:992px){

    .hse-badge{

        right:15px;

        bottom:15px;

        padding:15px 20px;

    }

    .hse-section h2{

        font-size:2rem;

    }

}
.hse-section::after{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    background:radial-gradient(
        circle,
        rgba(199,154,45,.18),
        transparent 70%
    );

    top:-120px;

    right:-120px;

}
.hse-section{

    border-top:4px solid #C79A2D;

    border-bottom:4px solid #C79A2D;

}
.team-image{

    animation:floatImage 5s ease-in-out infinite;

}

.team-image img{

    border-radius:20px;

    transition:.5s;

    box-shadow:0 20px 50px rgba(0,0,0,.20);

}

.team-image img:hover{

    transform:scale(1.03);

}

@keyframes floatImage{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-12px);

    }

    100%{

        transform:translateY(0);

    }

}