/* =========================
   GLOBAL
========================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}


body{

    background:#ffffff;
    color:#1f2937;

}


a{

    text-decoration:none;

}



img{

    max-width:100%;

}



/* =========================
 NAVBAR
========================= */


.navbar{

    background:#ffffff;
    padding:15px 0;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    position:sticky;
    top:0;
    z-index:999;

}



.navbar-brand img{

    height:60px;

}



.navbar-nav .nav-link{

    font-weight:600;
    color:#111827;
    margin-left:25px;

}



.navbar-nav .nav-link:hover{

    color:#f5b400;

}





/* =========================
 HERO
========================= */


.hero{

    min-height:650px;
    display:flex;
    align-items:center;
    background-size:cover;
    background-position:center;
    position:relative;

}



.hero:before{

    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);

}



.hero-content{

    position:relative;
    color:white;
    z-index:2;

}



.hero h1{

    font-size:55px;
    font-weight:800;

}



.hero p{

    font-size:20px;
    margin:20px 0;

}



.btn-primary-custom{

    background:#ffb900;
    color:#111;
    padding:14px 35px;
    border-radius:50px;
    font-weight:700;

}



.btn-primary-custom:hover{

    background:#fff;
}





/* =========================
 SECTION TITLE
========================= */


.section-title{

    text-align:center;
    margin-bottom:50px;

}



.section-title h2{

    font-size:40px;
    font-weight:800;

}



.section-title span{

    color:#ffb900;

}





/* =========================
 SERVICES
========================= */


.service-card{

    padding:35px;
    background:#fff;
    border-radius:15px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    text-align:center;
    transition:.3s;

}



.service-card:hover{

    transform:translateY(-10px);

}



.service-card i{

    font-size:45px;
    color:#ffb900;
    margin-bottom:20px;

}



.service-card h4{

    font-weight:700;

}





/* =========================
 PROJECT CARD
========================= */


.project-card{

    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    background:white;

}



.project-card img{

    height:250px;
    width:100%;
    object-fit:cover;

}



.project-content{

    padding:20px;

}



.project-content h4{

    font-weight:700;

}





/* =========================
 ABOUT
========================= */


.about-section{

    padding:80px 0;

}


.about-section h2{

    font-size:42px;
    font-weight:800;

}





/* =========================
 FOOTER
========================= */


.footer-section{

    background:#111827;
    color:white;
    padding-top:60px;

}



.footer-section h4{

    color:#ffb900;
    margin-bottom:25px;

}



.footer-section p{

    color:#ddd;

}



.footer-links{

    list-style:none;
    padding:0;

}



.footer-links li{

    margin-bottom:12px;

}



.footer-links a{

    color:#ddd;

}



.footer-links a:hover{

    color:#ffb900;

}



.social-icons a{

    height:40px;
    width:40px;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    background:#ffb900;
    color:#111;
    border-radius:50%;
    margin-right:8px;

}



.footer-bottom{

    margin-top:40px;
    padding:20px;
    text-align:center;
    background:#0b1220;

}




/* =========================
 WHATSAPP BUTTON
========================= */


.whatsapp{

    position:fixed;
    right:25px;
    bottom:25px;
    height:60px;
    width:60px;
    background:#25d366;
    color:white;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:32px;
    z-index:999;

}





/* =========================
 MOBILE
========================= */


@media(max-width:768px){


.hero h1{

font-size:35px;

}



.section-title h2{

font-size:30px;

}



.navbar-nav .nav-link{

margin-left:0;

}


}
/* =================================
CHAHAL CONSTRUCTION PREMIUM THEME
BLUE WHITE DESIGN
================================= */


/* GLOBAL */

body{

font-family:'Poppins',sans-serif;

color:#333;

}


a{

text-decoration:none;

}





/* ===============================
NAVBAR
=============================== */


.main-navbar{

background:#ffffff;

padding:15px 0;

position:sticky;

top:0;

z-index:999;

}


.company-logo{

height:70px;

width:auto;

object-fit:contain;

}



.nav-link{

font-weight:600;

color:#0b2c5f !important;

margin-left:20px;

}



.nav-link:hover{

color:#0066ff !important;

}





.login-btn{

background:#0057b8;

color:white!important;

padding:10px 25px;

border-radius:30px;

margin-left:20px;

font-weight:600;

}



.login-btn:hover{

background:#003d82;

}







/* ===============================
HERO SECTION
=============================== */


.hero-section{

position:relative;

}



.hero-image{

width:100%;

height:750px;

object-fit:cover;

}



.hero-overlay{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;


background:

linear-gradient(

90deg,

rgba(0,25,70,.85),

rgba(0,0,0,.35)

);

}



.hero-content{

text-align:left;

left:10%;

right:10%;

top:35%;

}



.hero-content h1{

font-size:60px;

font-weight:800;

text-transform:uppercase;

}



.hero-content p{

font-size:22px;

margin:20px 0;

}



.btn-primary-custom{

background:#0057b8;

color:white;

padding:14px 35px;

border-radius:30px;

font-weight:600;

}



.btn-primary-custom:hover{

background:#003d82;

color:white;

}







/* ===============================
COUNTER
=============================== */


.counter-section{

background:#0057b8;

padding:50px 0;

color:white;

}



.counter-box h2{

font-size:45px;

font-weight:800;

}



.counter-box p{

font-size:18px;

}





/* ===============================
ABOUT
=============================== */


.about-section{

background:white;

}



.about-img img{

height:450px;

width:100%;

object-fit:cover;

}





.about-section h2{

font-size:40px;

color:#0b2c5f;

}





.about-section p{

line-height:1.8;

font-size:17px;

text-align:justify;

}





/* ===============================
SERVICES
=============================== */


.services-section{

background:#f5f9ff;

}



.service-box{

background:white;

padding:35px 25px;

height:100%;

border-radius:15px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.3s;

text-align:center;

}



.service-box:hover{

transform:translateY(-10px);

}



.service-icon{

font-size:45px;

color:#0057b8;

margin-bottom:20px;

}



.service-box h4{

color:#0b2c5f;

font-weight:700;

}







/* ===============================
PROJECTS
=============================== */


.project-box{

position:relative;

overflow:hidden;

border-radius:15px;

}



.project-box img{

height:300px;

width:100%;

object-fit:cover;

transition:.4s;

}



.project-box:hover img{

transform:scale(1.1);

}



.project-overlay{

position:absolute;

bottom:0;

left:0;

width:100%;

padding:25px;

background:

linear-gradient(

transparent,

rgba(0,0,0,.8)

);

color:white;

}





/* ===============================
GALLERY
=============================== */


.gallery-box{

overflow:hidden;

border-radius:15px;

}



.gallery-box img{

transition:.4s;

}



.gallery-box:hover img{

transform:scale(1.08);

}






/* ===============================
CONTACT
=============================== */


.contact-box{

background:white;

padding:35px;

border-radius:15px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}



.contact-box i{

font-size:40px;

color:#0057b8;

margin-bottom:15px;

}





/* ===============================
WHATSAPP
=============================== */


.whatsapp{

position:fixed;

right:25px;

bottom:25px;

height:60px;

width:60px;

background:#25D366;

color:white;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:35px;

z-index:999;

}







/* MOBILE */

@media(max-width:768px){


.hero-image{

height:550px;

}


.hero-content h1{

font-size:35px;

}



.hero-content p{

font-size:16px;

}


.company-logo{

height:55px;

}



}
/* CLIENTS */

.clients-section{

background:#fff;

}



.client-box{

height:140px;

background:white;

border-radius:15px;

display:flex;

align-items:center;

justify-content:center;

padding:20px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}



.client-box img{

max-height:80px;

max-width:160px;

object-fit:contain;

}
/* =========================
PREMIUM SERVICES
========================= */


.services-section{

background:#f7faff;

}



.service-box{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}



.service-box:hover{

transform:translateY(-12px);

box-shadow:0 20px 45px rgba(0,87,184,.25);

}



.service-image{

width:100%;

height:240px;

object-fit:cover;

}



.service-icon{

height:60px;

width:60px;

background:#0057b8;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

margin:20px auto;

}



.service-box h4{

color:#0b2c5f;

font-weight:700;

}



.service-box p{

padding:0 20px 25px;

color:#666;

}
/* =========================
MACHINERY
========================= */


.machine-box{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 35px rgba(0,0,0,.10);

transition:.4s;

}



.machine-box:hover{

transform:translateY(-10px);

}



.machine-box img{

height:280px;

width:100%;

object-fit:cover;

}



.machine-box h4{

color:#0057b8;

font-weight:700;

}
/* =========================
PROJECTS
========================= */


.project-box{

position:relative;

border-radius:20px;

overflow:hidden;

}



.project-box img{

height:350px;

width:100%;

object-fit:cover;

transition:.5s;

}



.project-box:hover img{

transform:scale(1.1);

}



.project-overlay{

position:absolute;

bottom:0;

left:0;

width:100%;

padding:30px;

color:white;

background:

linear-gradient(

transparent,

rgba(0,0,0,.85)

);

}



.project-overlay h4{

font-size:24px;

font-weight:700;

}
/* CLIENTS */


.client-box{

background:#fff;

height:150px;

border-radius:15px;

display:flex;

align-items:center;

justify-content:center;

padding:25px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.3s;

}


.client-box:hover{

transform:translateY(-8px);

}



.client-box img{

max-height:90px;

max-width:170px;

object-fit:contain;

}
.section-title h2,
.services-section h2,
.projects-section h2,
.machinery-section h2,
.clients-section h2{

color:#0b2c5f;

font-size:40px;

font-weight:800;

}


.text-primary{

color:#0057b8!important;

}