
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins', sans-serif;
    background:#f4f6fb;
    overflow-x:hidden;
}

/* HERO SECTION */

.hero-section{
    background:linear-gradient(135deg,#ffffff 0%,#f6f7fb 100%);
    padding:60px 0;
    position:relative;
}

.hero-section:before{
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:260px;
    height:260px;
    background:#0b2a74;
    border-bottom-left-radius:100%;
}

.hero-content h1{
    font-size:60px;
    font-weight:800;
    line-height:1.1;
    color:#061c4d;
    text-transform:uppercase;
}

.hero-content h1 span{
    color:#ffcc00;
}

.hero-content .name-box{
    display:inline-block;
    background:#0b2a74;
    color:#fff;
    padding:12px 30px;
    border-radius:8px;
    margin:20px 0;
    font-size:28px;
    font-weight:700;
}

.hero-content p{
    font-size:18px;
    color:#333;
    line-height:1.8;
}

.highlight-box{
    background:#fff;
    border:3px solid #0b2a74;
    border-radius:15px;
    padding:18px 20px;
    margin-top:30px;
    display:inline-block;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.highlight-box h2{
    font-size:42px;
    font-weight:800;
    color:#0b2a74;
    margin-bottom:5px;
}

.highlight-box p{
    font-size:20px;
    font-weight:600;
    color:#222;
    margin:0;
}

.hero-image{
    text-align:center;
}

.hero-image img{
    width:100%;
    max-width:450px;
}

/* FEATURES */

.features{
    padding:60px 0;
    background:#fff;
}

.feature-box{
    background:#fff;
    border-radius:15px;
    padding:30px 20px;
    text-align:center;
    transition:0.3s;
    height:100%;
    border:1px solid #eee;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.feature-box:hover{
    transform:translateY(-8px);
}

.feature-icon{
    width:80px;
    height:80px;
    line-height:80px;
    margin:auto;
    background:#0b2a74;
    border-radius:50%;
    color:#fff;
    font-size:30px;
    margin-bottom:20px;
}

.feature-box h4{
    font-size:20px;
    font-weight:700;
    color:#061c4d;
}

/* CTA */

.cta-section{
    background:#0b2a74;
    padding:50px 0;
    color:#fff;
    text-align:center;
}

.cta-section h2{
    font-size:42px;
    font-weight:800;
    margin-bottom:15px;
}

.cta-section p{
    font-size:18px;
    margin-bottom:25px;
}

.btn-custom{
    background:#ffcc00;
    color:#000;
    font-size:18px;
    font-weight:700;
    padding:14px 35px;
    border-radius:50px;
    display:inline-block;
    text-decoration:none;
    transition:0.3s;
}

.btn-custom:hover{
    background:#fff;
    color:#000;
    text-decoration:none;
}

/* CONTACT */

.contact-bar{
    background:#061c4d;
    padding:25px 0;
}

.contact-box{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    margin:10px 0;
}

.contact-icon{
    width:60px;
    height:60px;
    line-height:60px;
    background:#ffcc00;
    border-radius:50%;
    text-align:center;
    color:#000;
    font-size:25px;
    margin-right:15px;
}

.contact-box h5{
    margin:0;
    font-size:16px;
}

.contact-box a{
    color:#fff;
    font-size:28px;
    font-weight:700;
    text-decoration:none;
}

/* RESPONSIVE */

@media(max-width:991px){

.hero-content{
    text-align:center;
    margin-bottom:40px;
}

.hero-content h1{
    font-size:46px;
}

.highlight-box h2{
    font-size:34px;
}

}

@media(max-width:767px){

.hero-section{
    padding:40px 0;
}

.hero-content h1{
    font-size:34px;
}

.hero-content .name-box{
    font-size:22px;
    padding:10px 20px;
}

.hero-content p{
    font-size:16px;
}

.highlight-box{
    width:100%;
}

.highlight-box h2{
    font-size:28px;
}

.highlight-box p{
    font-size:16px;
}

.cta-section h2{
    font-size:30px;
}

.contact-box{
    flex-direction:column;
    text-align:center;
}

.contact-icon{
    margin-right:0;
    margin-bottom:10px;
}

.contact-box a{
    font-size:22px;
}

}










.contact-bar{
    background:#061c4d;
    padding:35px 0;
}

.contact-box{
    display:flex;
    align-items:flex-start;
    color:#fff;
    margin:15px 0;
    height:100%;
}

.contact-icon{
    width:60px;
    height:60px;
    min-width:60px;
    line-height:60px;
    background:#ffcc00;
    border-radius:50%;
    text-align:center;
    color:#000;
    font-size:24px;
    margin-right:15px;
}

.contact-box h5{
    margin:0 0 6px;
    font-size:16px;
    font-weight:600;
    color:#fff;
}

.contact-box a{
    color:#fff;
    font-size:22px;
    font-weight:700;
    text-decoration:none;
    transition:0.3s;
    word-break:break-word;
}

.contact-box a:hover{
    color:#ffcc00;
}

.whatsapp-icon{
    background:#25D366;
    color:#fff;
}

.address-icon{
    background:#ffcc00;
}

.address-text{
    margin:0;
    font-size:14px;
    line-height:1.7;
    color:#ddd;
}

.social-title{
    margin-bottom:12px;
}

.social-icons{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.social-icons a{
    width:45px;
    height:45px;
    line-height:45px;
    border-radius:50%;
    background:#0b2a74;
    color:#fff;
    text-align:center;
    font-size:20px;
    transition:0.3s;
}

.social-icons a:hover{
    background:#ffcc00;
    color:#000;
    transform:translateY(-4px);
}

/* TABLET */

@media(max-width:991px){

.contact-box{
    align-items:center;
}

.contact-box a{
    font-size:18px;
}

}

/* MOBILE */

@media(max-width:767px){

.contact-bar{
    text-align:center;
    padding:30px 0;
}

.contact-box{
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.contact-icon{
    margin-right:0;
    margin-bottom:12px;
}

.social-icons{
    justify-content:center;
}

.contact-box a{
    font-size:18px;
}

.address-text{
    font-size:14px;
}

}
