body{
font-family:Segoe UI,sans-serif;
}

.navbar{
background:#002147;
}

.hero{
padding:140px 0 100px;
background:linear-gradient(135deg,#002147,#0056d6);
color:white;
}

.hero h1{
font-size:40px;
font-weight:700;
}

.service-heading{
    font-size:30px;
    color: #ffffff;
    font-weight:700;
}

.para-service{
    color: white;
}

.service-para{
    font-size: 16px;
}
.hero-img{
border-radius:20px;
padding-top: 7px;
}

.btn-main{
background:#ff7a00;
color:white;
padding:12px 30px;
border:none;
}

.btn-main:hover{
background:#ff7a00;
color:white;
}

.call-btn{
    display:inline-block;
    background:#ff7a00;
    color:#fff;
    padding:8px 24px;
    border-radius:40px;
    text-decoration:none;
    font-size:16px;
    font-weight:400;
    font-family:Arial, sans-serif;
    transition:0.3s ease;
}

.call-btn:hover{
    background:#ff7a00;
    transform:translateY(-2px);
}


.service-card{
background:white;
padding:20px;
text-align:center;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
transition:.4s;
height:100%;
}

.heading-servicecard{
    font-size: 18px;
    font-weight: 500;
}

.service-card:hover{
transform:translateY(-10px);
}

.service-card i{
font-size:35px;
color:#0056d6;
margin-bottom:15px;
}

.service-card img{
    width:100%;
    height:200px;
    object-fit:cover;   /* image fits properly */
    border-radius:20px;
    display:block;
    margin-bottom:20px;
}

.process-section{
background:#f8f9fa;
}

.process-section h2{
    font-weight: 400;
}

.step{
width:50px;
height:50px;
line-height:45px;
margin:auto;
background:#0056d6;
color:white;
font-size:28px;
font-weight:bold;
border-radius:50%;
margin-bottom:15px;
}

.stats{
background:#002147;
color:white;
}


*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial,sans-serif;
}

body{
    background:#002147;
}

.contact-section{
    padding:60px 20px;
    background:#002147;
}


.contact-section{
    padding:70px 20px;
    background:#002147;
    text-align:center;
}

.contact-heading{
    color:#ffffff;
    font-size:30px;
    font-weight:700;
    margin-bottom:15px;
    text-align:center;
}

.contact-subtext{
    color:#ffffff;
    font-size:18px;
    max-width:800px;
    margin:0 auto 45px;
    line-height:1.7;
    text-align:center;
}
.contact-wrapper{
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:nowrap;   /* Keep single row */
}

.contact-card{
    background:#f5f5f5;
    width:300px;
    min-height:240px;
    padding:25px 15px;
    border-radius:30px;
    text-align:center;
    transition:0.3s;
}

.contact-card:hover{
    transform:translateY(-6px);
}

.contact-card i{
    font-size:40px;
    color:#0056D6;
    margin-bottom:20px;
}

.contact-card h3{
    color:#002147;
    font-size:28px;
    margin-bottom:15px;
}

.contact-card p{
    color:#555;
    font-size:16px;
    line-height:1.4;
    margin-bottom:18px;
}

.contact-card a{
    color:#0056D6;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
}

/* Tablet */
@media(max-width:1024px){
    .contact-wrapper{
        flex-wrap:wrap;
    }
}

/* Mobile */
@media(max-width:768px){
    .contact-wrapper{
        flex-direction:column;
        align-items:center;
    }

    .contact-card{
        width:100%;
        max-width:340px;
    }
}

/* Disclaimer Section */

.disclaimer-section {
    background: #f5f5f7;
    padding: 70px 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.disclaimer-section .container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.disclaimer-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0f2748;
    margin-bottom: 40px;
    line-height: 1.2;
}

.disclaimer-section p {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
    font-weight: 400;
}

/* Tablet */
@media (max-width: 992px) {
    .disclaimer-section {
        padding: 50px 20px;
    }

    .disclaimer-section h2 {
        font-size: 35px;
    }

    .disclaimer-section p {
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .disclaimer-section {
        padding: 60px 15px;
    }

    .disclaimer-section h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .disclaimer-section p {
        font-size: 16px;
        line-height: 1.7;
    }
}

/* Font Awesome */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

.footer{
    background: #00152c;
    color:#fff;
    padding:70px 50px 30px;
    font-family:Arial,sans-serif;
}

.footer-container{
    max-width:1300px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:40px;
}

.footer-col{
    flex:1;
    min-width:170px;
}

.footer-col:first-child{
    flex:1.5;
}

.footer h2{
    font-size:30px;
    margin-bottom:25px;
    font-weight:700;
}

.footer h3{
    font-size:25px;
    margin-bottom:30px;
    font-weight:600;
}

.footer p{
    color:#e4e4e4;
    line-height:1.9;
    font-size:16px;
    margin-bottom:15px;
}

.footer ul{
    list-style:none;
    padding:0;
}

.footer ul li{
    margin-bottom:18px;
}

.footer ul li a{
    color:#fff;
    text-decoration:none;
    font-size:16px;
    transition:0.3s;
}

.footer ul li a:hover{
    color:#bfe9e4;
    padding-left:5px;
}

.social-icons{
    display:flex;
    gap:25px;
    margin-top:20px;
}

.social-icons a{
    color:#fff;
    font-size:16px;
    transition:.3s;
}

.social-icons a:hover{
    color:#bfe9e4;
    transform:translateY(-3px);
}

.footer-bottom{
    margin-top:40px;
    border-top:1px solid rgba(255,255,255,.2);
    padding-top:25px;
    text-align:center;
}

.footer-bottom p{
    max-width:1100px;
    margin:auto;
    color:#d6d6d6;
    font-size:16px;
    line-height:1.8;
}

.copyright{
    margin-top:25px !important;
    font-size:18px;
}

/* Mobile */
@media(max-width:768px){

.footer{
    padding:50px 25px;
}

.footer-container{
    flex-direction:column;
    gap:35px;
}

.footer h2{
    font-size:38px;
}

.footer h3{
    font-size:28px;
}

.footer p,
.footer ul li a{
    font-size:18px;
}

.social-icons a{
    font-size:30px;
}
}

footer{
background:#00152c;
color:white;
padding:20px;
}