*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Lexend", sans-serif;
}
/*====================================
        Top Bar
=====================================*/
.top-bar{
    background: #0A2540;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.top-phone{
    color:#fff;
    font-size:15px;
    font-weight:700;
    letter-spacing:.3px;
    transition:all .3s ease;
}

.top-phone span{
    color:#D4AF37;
    margin-right:4px;
}

.top-phone i{
    color:#D4AF37;
    font-size:14px;
    transition:.3s;
}

.top-phone:hover{
    color:#D4AF37;
}

.top-phone:hover i{
    transform:rotate(-15deg) scale(1.1);
}
/*=========================================
            HERO SECTION
=========================================*/

.hero-section{

    min-height:100vh;

    background:
    linear-gradient(rgba(10,37,64,.75),
    rgba(10,37,64,.75)),
    url("/img/heroIMG.jpg");

    background-size:cover;
    background-position:center;

    position:relative;

}

/*=========================================
            NAVBAR
=========================================*/

.custom-navbar{

    padding:22px 0;

    transition:.4s;

    position:fixed;

    width:100%;

    top:40px;

    left:0;

    z-index:999;

}

.custom-navbar.scrolled{

    background:#fff;

    top:0;

    padding:16px 0;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.navbar-brand{

    font-size:34px;

    font-weight:800;

}

.logo-white{

    color:#fff;

    transition:.3s;

}

.logo-gold{

    color:#D4AF37;

}

.custom-navbar.scrolled .logo-white{

    color:#0A2540;

}

.navbar-nav{

    gap:20px;

}

.nav-link{

    color:#fff;

    font-weight:600;

    position:relative;

}

.custom-navbar.scrolled .nav-link{

    color:#0A2540;

}

.nav-link:hover{

    color:#D4AF37;

}

.nav-link::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:0;

    height:2px;

    background:#D4AF37;

    transition:.35s;

}

.nav-link:hover::after,
.nav-link.active::after{

    width:100%;

}

/* Button */

.quote-btn{

    background:#D4AF37;

    color:#0A2540;

    padding:13px 30px;

    border-radius:50px;

    font-weight:700;

    text-decoration:none;

    transition:.35s;

}

.quote-btn:hover{

    background:#fff;

    transform:translateY(-3px);

}

/* Hero */

.hero-content{

    color:#fff;

}

.hero-tag{

    color:#D4AF37;

    font-weight:100;

    text-transform:uppercase;

    letter-spacing:1px;

}

.hero-content h1{

    font-size:62px;

    font-weight:800;

    line-height:1.2;

    margin:20px 0;

}

.hero-content p{

    font-size:18px;

    color:#e8e8e8;

    max-width:650px;

    margin-bottom:35px;

}

/* Buttons */

.hero-btn{

    background:#D4AF37;

    color:#0A2540;

    text-decoration:none;

    padding:15px 36px;

    border-radius:50px;

    font-weight:700;

    margin-right:15px;

}

.learn-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;

    color:#fff;
    text-decoration:none;

    border:2px solid rgba(255,255,255,.45);

    padding:15px 28px;

    border-radius:50px;

    font-weight:700;

    transition:all .35s ease;

}

.learn-btn:hover{

    background:#D4AF37;
    border-color:#D4AF37;
    color:#0A2540;
    transform:translateY(-3px);

}

.hero-btn:hover{

    background:#fff;

}

.learn-btn:hover{

    background:#fff;

    color:#0A2540;

}

.navbar-toggler i{

    color:#fff;

    font-size:28px;

}

.custom-navbar.scrolled .navbar-toggler i{

    color:#0A2540;

}
/*=====================================
        Services Section
=====================================*/

.services-section{

    background:#F8FAFC;

}

.section-subtitle{

    color:#D4AF37;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.section-title{

    color:#0A2540;

    font-size:42px;

    font-weight:800;

    margin:15px 0;

}

.section-text{

    color:#6c757d;

    font-size:17px;

}

/* Card */

.service-card{

    background:#fff;

    padding:40px 30px;

    border-radius:18px;

    text-align:center;

    transition:.4s;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    height:100%;

    border:1px solid transparent;

}

.service-card:hover{

    transform:translateY(-12px);

    border-color:#D4AF37;

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

.service-icon{

    width:80px;

    height:80px;

    background:#0A2540;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:auto;

    margin-bottom:25px;

    transition:.4s;

}

.service-card:hover .service-icon{

    background:#D4AF37;

}

.service-icon i{

    color:#fff;

    font-size:34px;

}

.service-card h4{

    color:#0A2540;

    font-weight:700;

    margin-bottom:15px;

}

.service-card p{

    color:#6c757d;

    font-size:15px;

    margin-bottom:28px;

}

.service-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    text-decoration:none;

    background:#0A2540;

    color:#fff;

    padding:12px 24px;

    border-radius:50px;

    font-weight:700;

    transition:.35s;

}

.service-btn:hover{

    background:#D4AF37;

    color:#0A2540;

}
/*=====================================
        About Section
=====================================*/

.about-section{

    background:#fff;

    overflow:hidden;

}

.about-image{

    position:relative;

}

.about-image img{

    width:100%;

    border-radius:20px;

    box-shadow:0 20px 60px rgba(0,0,0,.10);

}

.experience-box{

    position:absolute;

    right:-20px;

    bottom:30px;

    background:#D4AF37;

    color:#0A2540;

    width:180px;

    height:180px;

    border-radius:50%;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.18);

}

.experience-box h2{

    font-size:52px;

    font-weight:800;

    margin:0;

}

.experience-box span{

    font-weight:700;

    font-size:15px;

    line-height:1.4;

    padding:0 15px;

}

/* Content */

.about-subtitle{

    color:#D4AF37;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.about-title{

    font-size:46px;

    font-weight:800;

    color:#0A2540;

    margin:18px 0;

    line-height:1.3;

}

.about-text{

    color:#6c757d;

    font-size:17px;

    line-height:1.8;

}

/* Features */

.about-feature{

    display:flex;

    align-items:center;

    gap:12px;

    margin-top:20px;

    font-weight:700;

    color:#0A2540;

}

.about-feature i{

    color:#D4AF37;

    font-size:18px;

}

/* Buttons */

.about-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

.about-btn{

    background:#0A2540;

    color:#fff;

    padding:14px 34px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.about-btn:hover{

    background:#D4AF37;

    color:#0A2540;

}

.about-outline-btn{

    border:2px solid #0A2540;

    color:#0A2540;

    padding:14px 34px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.about-outline-btn:hover{

    background:#0A2540;

    color:#fff;

}
/*====================================
        Contact Section
=====================================*/

.contact-section{

    background:#F8FAFC;

}

.contact-info{

    display:flex;

    flex-direction:column;

    gap:20px;

}

.contact-card{

    display:flex;

    align-items:center;

    gap:20px;

    background:#fff;

    padding:22px;

    border-radius:18px;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.35s;

}

.contact-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

.contact-icon{

    width:70px;

    height:70px;

    background:#0A2540;

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

    transition:.35s;

}

.contact-card:hover .contact-icon{

    background:#D4AF37;

    color:#0A2540;

}

.contact-card h5{

    color:#0A2540;

    font-weight:700;

    margin-bottom:6px;

}

.contact-card a{

    color:#6c757d;

    text-decoration:none;

    font-weight:600;

}

.contact-card p{

    color:#6c757d;

}

/* Form */

.contact-form{

    background:#fff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.contact-form h3{

    color:#0A2540;

    font-weight:800;

}

.form-control,
.form-select{

    height:55px;

    border-radius:12px;

    border:1px solid #ddd;

    box-shadow:none;

}

textarea.form-control{

    height:auto;

}

.form-control:focus,
.form-select:focus{

    border-color:#D4AF37;

    box-shadow:none;

}

.contact-btn{

    background:#0A2540;

    color:#fff;

    border:none;

    padding:15px 38px;

    border-radius:50px;

    font-weight:700;

    transition:.35s;

}

.contact-btn:hover{

    background:#D4AF37;

    color:#0A2540;

}
/*====================================
        CTA Section
=====================================*/

.cta-section{

    padding:80px 0;

    background:#F8FAFC;

}

.cta-box{

    width:80%;

    margin:auto;

    background:linear-gradient(135deg,#0A2540,#123B63);

    border-radius:25px;

    padding:55px 60px;

    color:#fff;

    box-shadow:0 20px 50px rgba(10,37,64,.25);

    position:relative;

    overflow:hidden;

}

/* Decorative Circle */

.cta-box::before{

    content:"";

    position:absolute;

    width:280px;

    height:280px;

    background:rgba(255,255,255,.06);

    border-radius:50%;

    top:-120px;

    right:-100px;

}

.cta-subtitle{

    color:#D4AF37;

    font-size:15px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.cta-box h2{

    font-size:42px;

    font-weight:800;

    margin:18px 0;

    line-height:1.3;

}

.cta-box p{

    color:#d7dde5;

    font-size:17px;

    margin-bottom:0;

    max-width:650px;

}

/* Button */

.cta-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    background:#D4AF37;

    color:#0A2540;

    padding:18px 38px;

    border-radius:60px;

    font-size:17px;

    font-weight:700;

    transition:.35s;

    white-space:nowrap;

}

.cta-btn:hover{

    background:#fff;

    color:#0A2540;

    transform:translateY(-4px);

    box-shadow:0 12px 25px rgba(0,0,0,.18);

}
/*==================================
            Footer
===================================*/

.footer{

    background:#0A2540;

    padding:80px 0 25px;

    color:#fff;

}

/* Logo */

.footer-logo{

    font-size:34px;

    font-weight:800;

    color:#fff;

    text-decoration:none;

}

.footer-logo span{

    color:#D4AF37;

}

/* Text */

.footer-text{

    color:#cfd8e3;

    margin:25px 0;

    line-height:1.9;

}

/* Heading */

.footer-title{

    font-size:24px;

    font-weight:700;

    margin-bottom:25px;

    color:#fff;

}

/* Services */

.footer-links{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-links li{

    margin-bottom:16px;

}

.footer-links a{

    color:#cfd8e3;

    text-decoration:none;

    transition:.3s;

}

.footer-links a:hover{

    color:#D4AF37;

    padding-left:8px;

}

/* Contact */

.footer-contact p{

    color:#cfd8e3;

    margin-bottom:20px;

    line-height:1.8;

}

.footer-contact i{

    color:#D4AF37;

    margin-right:10px;

    width:20px;

}

.footer-contact a{

    color:#cfd8e3;

    text-decoration:none;

}

.footer-contact a:hover{

    color:#D4AF37;

}

/* Social */

.footer-social{

    display:flex;

    gap:15px;

}

.footer-social a{

    width:45px;

    height:45px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    text-decoration:none;

    transition:.35s;

}

.footer-social a:hover{

    background:#D4AF37;

    color:#0A2540;

    transform:translateY(-5px);

}

/* Divider */

.footer hr{

    margin:55px 0 25px;

    border-color:rgba(255,255,255,.1);

}

/* Bottom */

.footer-bottom{

    text-align:center;

}

.footer-bottom p{

    color:#cfd8e3;

    margin:0;

    font-size:15px;

}
/* Responsive */

@media (max-width:576px){
    .top-bar{
        padding:8px 0 !important;
    }

    .top-phone{
        font-size:14px;
        text-align:center;
    }
}
@media(max-width:991px){

.hero-content{

text-align:center;

}

.hero-content h1{

font-size:42px;

}

.custom-navbar{

top:40px;

}

.navbar-collapse{

background:#fff;

padding:25px;

margin-top:15px;

border-radius:12px;

}

.nav-link{

color:#0A2540;

}

.quote-btn{

display:block;

text-align:center;

margin-top:20px;

}

}
@media(max-width:991px){

    .section-title{

        font-size:34px;

    }

}

@media(max-width:576px){

    .section-title{

        font-size:28px;

    }

    .service-card{

        padding:30px 22px;

    }

}
/* Responsive */

@media(max-width:991px){

    .about-title{

        font-size:36px;

    }

    .experience-box{

        width:150px;

        height:150px;

        right:15px;

        bottom:15px;

    }

    .experience-box h2{

        font-size:42px;

    }

}

@media(max-width:576px){

    .about-title{

        font-size:30px;

    }

    .experience-box{

        width:120px;

        height:120px;

    }

    .experience-box h2{

        font-size:32px;

    }

    .experience-box span{

        font-size:12px;

    }

    .about-buttons{

        flex-direction:column;

    }

    .about-btn,

    .about-outline-btn{

        width:100%;

        text-align:center;

    }

}
/* Responsive */

@media(max-width:991px){

.contact-form{

margin-top:20px;

padding:30px;

}

}

@media(max-width:576px){

.contact-card{

flex-direction:column;

text-align:center;

}

.contact-form{

padding:25px;

}

.contact-btn{

width:100%;

}

}
@media(max-width:1199px){

.cta-box{

width:90%;

}

}

@media(max-width:991px){

.cta-box{

width:100%;

padding:45px 35px;

text-align:center;

}

.cta-box h2{

font-size:34px;

}

.cta-btn{

margin-top:35px;

}

}

@media(max-width:576px){

.cta-box{

padding:35px 25px;

border-radius:20px;

}

.cta-box h2{

font-size:28px;

}

.cta-box p{

font-size:15px;

}

.cta-btn{

width:100%;

padding:16px 25px;

font-size:16px;

}

}
@media(max-width:991px){

.footer{

text-align:center;

}

.footer-social{

justify-content:center;

}

.footer-contact i{

display:block;

margin:0 auto 10px;

}

}

@media(max-width:576px){

.footer{

padding:60px 0 20px;

}

.footer-logo{

font-size:28px;

}

.footer-title{

font-size:22px;

}

.footer-social{

gap:10px;

}

.footer-social a{

width:42px;

height:42px;

}

}