*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Poppins,sans-serif;
}

body{

    background:#fff;

}

/*================ NAVBAR =================*/

.navbar{

    width:100%;
    height:90px;

    background:#111;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:0 70px;

    position:fixed;

    top:0;

    left:0;

    z-index:1000;

}

.logo{

    display:flex;
    align-items:center;

}

.logo img{

    width:60px;

}

.logo-text{

    margin-left:15px;

}

.logo-text h2{

    color:#D4AF37;

    font-size:28px;

}

.logo-text p{

    color:#fff;

    font-size:12px;

}

.menu{

    display:flex;

}

.menu a{

    color:white;

    text-decoration:none;

    margin:0 18px;

    font-size:16px;

    transition:.3s;

}

.menu a:hover{

    color:#D4AF37;

}

.call-btn{

    background:#D4AF37;

    color:#111;

    padding:13px 25px;

    border-radius:50px;

    font-weight:600;

    cursor:pointer;

    transition:.4s;

}

.call-btn:hover{

    transform:translateY(-3px);

}

.call-btn i{

    margin-right:8px;

}


/*================ HERO =================*/



.hero{

    width:100%;
    height:100vh;

    background:url(img/heroban.jpeg);

    background-size:cover;

    background-position:center;

    position:relative;

}

.overlay{

    position:absolute;

    width:100%;
    height:100%;

    background:rgba(0,0,0,.65);

}

.hero-content{

    position:absolute;

    top:55%;

    left:80px;

    transform:translateY(-50%);

    color:white;

    width:650px;

}

.small-text{

    letter-spacing:5px;

    color:#D4AF37;

    margin-bottom:20px;

}

.hero-content h1{

    font-size:70px;

    line-height:85px;

    font-weight:700;

}

.hero-content span{

    color:#D4AF37;

}

.desc{

    margin-top:25px;

    font-size:19px;

    line-height:35px;

    color:#ddd;

}

.hero-buttons{

    display:flex;

    margin-top:40px;

}

.btn1{

    text-decoration:none;

    background:#D4AF37;

    color:#111;

    padding:18px 35px;

    border-radius:40px;

    font-weight:600;

    margin-right:20px;

    transition:.4s;

}

.btn2{

    text-decoration:none;

    color:white;

    border:2px solid #D4AF37;

    padding:18px 35px;

    border-radius:40px;

    transition:.4s;

}

.btn1:hover{

    background:white;

}

.btn2:hover{

    background:#D4AF37;

    color:#111;

}

/*================ WHY CHOOSE =================*/

.why{

    width:100%;

    padding:90px 80px;

    background:#f8f8f8;

}

.title{

    text-align:center;

    margin-bottom:60px;

}

.title p{

    color:#D4AF37;

    font-weight:600;

    letter-spacing:3px;

    margin-bottom:10px;

}

.title h2{

    font-size:42px;

    color:#111;

}

.why-container{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.card{

    background:white;

    padding:40px;

    border-radius:18px;

    text-align:center;

    transition:.4s;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.card:hover{

    transform:translateY(-12px);

    background:#132a24;

}

.card:hover h3{

    color:#D4AF37;

}

.card:hover p{

    color:#ddd;

}

.card:hover .icon{

    background:#D4AF37;

    color:#111;

}

.icon{

    width:80px;

    height:80px;

    border-radius:50%;

    background:#111;

    color:#D4AF37;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:auto;

    font-size:32px;

    margin-bottom:25px;

    transition:.4s;

}

.card h3{

    font-size:24px;

    margin-bottom:15px;

    color:#111;

    transition:.4s;

}

.card p{

    color:#666;

    line-height:30px;

    transition:.4s;

}


/*================ SERVICES =================*/

.services{

    width:100%;

    padding:90px 80px;

    background:white;

}

.service-container{

    display:flex;

    flex-direction:column;

    gap:40px;

}

.service-card{

    display:flex;

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.4s;

}

.service-card:hover{

    transform:translateY(-8px);

}

.service-image{

    width:40%;

}

.service-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

.service-content{

    width:60%;

    padding:50px;

}

.service-content h3{

    font-size:34px;

    color:#111;

    margin-bottom:20px;

}

.service-content h3 i{

    color:#D4AF37;

    margin-right:10px;

}

.service-content p{

    color:#666;

    font-size:17px;

    line-height:32px;

    margin-bottom:30px;

}

.service-content ul{

    list-style:none;

}

.service-content ul li{

    margin-bottom:18px;

    font-size:18px;

    color:#333;

}

.service-content ul li i{

    color:#D4AF37;

    margin-right:12px;

}


/*================ TRUST BANNER =================*/

.trust-banner{

    width:100%;
    height:250px;

    display:flex;

    background:#111;

    overflow:hidden;

}

.trust-left{

    width:65%;

    padding:35px 60px;

}

.trust-left h2{

    color:#d4af37;

    font-size:34px;

    margin-bottom:15px;

}

.line{

    width:120px;

    height:3px;

    background:#d4af37;

    margin-bottom:35px;

}

.trust-boxes{

    display:flex;

    justify-content:space-between;

}

.trust-item{

    text-align:center;

    color:white;

}

.trust-item i{

    font-size:42px;

    color:#d4af37;

    margin-bottom:15px;

}

.trust-item h1{

    font-size:42px;

    margin-bottom:8px;

}

.trust-item p{

    font-size:15px;

    color:#d8d8d8;

}

.trust-right{

    width:35%;

    height:100%;
    

}

.trust-right img{

    width:100%;

    height:100%;

    object-fit:cover;
    
    justify-content: right;

}


/*================ CONTACT =================*/

.contact{

    padding:90px 80px;

    background:#fff;

}

.contact-box{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:60px;

}

.contact-item{

    text-align:center;

    padding:35px;

    border:1px solid #eee;

    border-radius:15px;

    transition:.4s;

}

.contact-item:hover{

    background:#111;

    transform:translateY(-8px);

}

.contact-item i{

    font-size:40px;

    color:#D4AF37;

    margin-bottom:20px;

}

.contact-item h3{

    margin-bottom:15px;

    color:#111;

}

.contact-item:hover h3{

    color:#D4AF37;

}

.contact-item p{

    line-height:28px;

    color:#666;

}

.contact-item:hover p{

    color:#ddd;

}

/*================ FOOTER =================*/

.footer{

    background:#111;

    color:white;

}

.footer-top{

    display:flex;

    justify-content:space-between;

    padding:60px 80px;

}

.footer-logo{

    display:flex;

    align-items:center;

}

.footer-logo img{

    width:60px;

    margin-right:15px;

}

.footer-logo h2{

    color:#D4AF37;

}

.footer-logo p{

    color:#bbb;

    font-size:14px;

}

.footer-links{

    display:flex;

    flex-direction:column;

}

.footer-links h3{

    color:#D4AF37;

    margin-bottom:15px;

}

.footer-links a{

    color:#ddd;

    text-decoration:none;

    margin-bottom:10px;

}

.footer-links a:hover{

    color:#D4AF37;

}

.footer-social h3{

    color:#D4AF37;

    margin-bottom:20px;

}

.footer-social i{

    width:45px;

    height:45px;

    border:1px solid #D4AF37;

    border-radius:50%;

    text-align:center;

    line-height:45px;

    margin-right:10px;

    color:#D4AF37;

    cursor:pointer;

    transition:.3s;

}

.footer-social i:hover{

    background:#D4AF37;

    color:#111;

}

.copyright{

    text-align:center;

    padding:20px;

    border-top:1px solid rgba(255,255,255,.1);

    color:#aaa;

}













/*================= RESPONSIVE =================*/

/* Laptop */

@media(max-width:1200px){

    .hero-content{

        width:550px;

    }

    .hero-content h1{

        font-size:58px;
        line-height:70px;

    }

}


/* Tablet */

@media(max-width:992px){

    .navbar{

        padding:0 30px;

    }

    .menu{

        display:none;

    }

    .hero{

        height:90vh;

    }

    .hero-content{

        width:90%;
        left:40px;

    }

    .hero-content h1{

        font-size:50px;
        line-height:65px;

    }

    .why-container{

        grid-template-columns:repeat(2,1fr);

    }

    .service-card{

        flex-direction:column;

    }

    .service-image{

        width:100%;
        height:300px;

    }

    .service-content{

        width:100%;

    }

    .contact-box{

        grid-template-columns:repeat(2,1fr);

    }

    .footer-top{

        flex-direction:column;
        gap:40px;

    }

}


/* Mobile */

@media(max-width:768px){

    .navbar{

        height:80px;
        padding:0 20px;

    }

   

    .call-btn{

        display:none;

    }

    .hero{

        height:100vh;

    }

    .hero-content{

        width:90%;
        left:20px;

    }

    .hero-content h1{

        font-size:40px;
        line-height:50px;

    }

    .desc{

        font-size:16px;
        line-height:28px;

    }

    .hero-buttons{

        flex-direction:column;

    }

    .btn1,
    .btn2{

        width:100%;
        text-align:center;
        margin-bottom:15px;

    }

    .why{

        padding:70px 20px;

    }

    .why-container{

        grid-template-columns:1fr;

    }

    .services{

        padding:70px 20px;

    }

    .service-content{

        padding:30px;

    }

    .service-content h3{

        font-size:28px;

    }

    .trust-banner{

        flex-direction:column;
        height:auto;

    }

    .trust-left{

        width:100%;
        padding:40px 20px;

    }

    .trust-right{

        width:100%;
        height:260px;

    }

    .trust-boxes{

        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:25px;

    }

    .contact{

        padding:70px 20px;

    }

    .contact-box{

        grid-template-columns:1fr;

    }

    .footer-top{

        padding:50px 20px;

    }

}



/*================= ANIMATION =================*/

html{

    scroll-behavior:smooth;

}

.card,
.service-card,
.contact-item,
.trust-item{

    transition:.4s ease;

}

.card:hover,
.service-card:hover,
.contact-item:hover{

    transform:translateY(-10px);

}

.hero-content{

    animation:fadeLeft 3s ease;

}

@keyframes fadeLeft{

    from{

        opacity:0;
        transform:translateX(-60px);

    }

    to{

        opacity:1;
        transform:translateX(0);

    }

}

.title{

    animation:fadeUp 3s ease;

}

@keyframes fadeUp{

    from{

        opacity:0;
        transform:translateY(40px);

    }

    to{

        opacity:1;
        transform:translateY(0);

    }

}

.btn1,
.btn2{

    transition:.4s;

}

.btn1:hover,
.btn2:hover{

    transform:scale(1.05);

}