/* Header */

.header-section{
background:#fff;
padding:10px 0;
box-shadow:0 2px 10px rgba(0,0,0,.08);
margin-top: -149px;
width: 100%;
}
.navbar-brand img {
       height: 92px;
    width: 185px;
    margin-left: 71px;
    margin-right: 20px;
    display: block;

}
.nav-link{
font-weight:200;
color:#0b2454;
margin:0 10px;
}
.nav-link:hover{
color:#c89b2d;
}
.contact-btn{
background:blue;
color:white;
padding:10px 20px;
border-radius:8px;
}
/**{*/
/*margin:0;*/
/*padding:0;*/
/*box-sizing:border-box;*/
/*font-family:'Segoe UI',sans-serif;*/
/*}*/

/*body{*/
/*background:linear-gradient(135deg,#f5f7fa,#eef4ff);*/
/*padding:50px 20px;*/
/*}*/
.container{
max-width:1300px;
margin:auto;
}
.heading{
text-align:center;
margin-top:60px;
}

.heading h1{
font-size:42px;
color:#0B2454;
font-weight:800;
margin-bottom:10px;
}

.heading p{
color:white;
font-size:17px;
}

.services{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
gap:30px;
}

.card{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.5s;
position:relative;
animation:fadeUp 1s ease;
}

.card:hover{
transform:translateY(-12px);
box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.card-header{
background:white;
padding:25px;
color:white;
}

.card-header h2{
font-size:24px;
display:flex;
align-items:center;
gap:12px;
margin-bottom:10px;
}

.card-header i{
font-size:28px;
}

.card-header p{
font-size:14px;
opacity:.9;
line-height:1.6;
}
.card-body{
padding:25px;
}

.tag{
display:inline-block;
background:#d39d22;
color:#fff;
padding:8px 16px;
font-size:13px;
font-weight:700;
border-radius:30px;
margin-bottom:20px;
}

.service-list{
list-style:none;
margin-bottom:25px;
}

.service-list li{
padding:12px 0;
border-bottom:1px solid #eee;
display:flex;
align-items:center;
gap:12px;
color:#333;
font-weight:500;
transition:.3s;
}

.service-list li:hover{
padding-left:10px;
color:#0b57d0;
}

.service-list i{
color:#0b57d0;
font-size:18px;
}

.benefit-box{
background:#f8fbff;
border:2px solid #e5edf9;
border-radius:15px;
padding:20px;
}

.benefit-title{
display:inline-block;
background:#d39d22;
color:#fff;
padding:7px 14px;
font-size:12px;
font-weight:bold;
border-radius:20px;
margin-bottom:15px;
}

.benefits{
list-style:none;
}

.benefits li{
padding:8px 0;
display:flex;
align-items:center;
gap:10px;
font-weight:600;
color:#444;
}

.benefits i{
color:#28a745;
}

.card::before{
content:'';
position:absolute;
width:120px;
height:120px;
background:rgba(11,87,208,.08);
border-radius:50%;
top:-40px;
right:-40px;
transition:.5s;
}

.card:hover::before{
transform:scale(1.5);
}

@keyframes fadeUp{
from{
opacity:0;
transform:translateY(50px);
}
to{
opacity:1;
transform:translateY(0);
}
}

@media(max-width:768px){

.heading h1{
font-size:30px;
}

.services{
grid-template-columns:1fr;
}

.card-header h2{
font-size:20px;
}

}
/**{*/
/*margin:0;*/
/*padding:0;*/
/*box-sizing:border-box;*/
/*font-family:'Segoe UI',sans-serif;*/
/*}*/

/*body{*/
/*background:#f4f8ff;*/
/*padding:60px 20px;*/
/*}*/

/* SECTION TITLE */

.section-title{
text-align:center;
margin-bottom:50px;
}

.section-title h2{
font-size:38px;
font-weight:800;
color:white;
position:relative;
display:inline-block;
}

.section-title h2::after{
    content: '';
    width: 140px;
    height: 4px;
    background: linear-gradient(90deg, #0d6efd, #ffc107);
    position: absolute;
    left: 129%;
    bottom: -12px;
    transform: translateX(-50%);
    border-radius: 20px;
}

/* MAIN CONTAINER */

.main-container{
max-width:1400px;
margin:auto;
margin-top: 120px;
}

/* WHY CHOOSE US */

.choose-box{
background:#fff;
border-radius:25px;
padding:40px;
box-shadow:0 15px 50px rgba(0,0,0,0.08);
margin-bottom:60px;
}

.choose-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
}

.choose-card{
text-align:center;
padding:25px;
border-radius:20px;
transition:.4s;
position:relative;
overflow:hidden;
}

.choose-card:hover{
transform:translateY(-10px);
background:#f8fbff;
box-shadow:0 15px 40px rgba(11,44,107,.12);
}

.choose-card::before{
content:'';
position:absolute;
width:120px;
height:120px;
background:rgba(214,164,43,.08);
border-radius:50%;
top:-50px;
right:-50px;
transition:.5s;
}

.choose-card:hover::before{
transform:scale(1.5);
}

.icon-circle{
width:85px;
height:85px;
margin:auto;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:34px;
color:#fff;
margin-bottom:18px;
animation:float 3s ease-in-out infinite;
}

.blue{
background:linear-gradient(135deg,#002f6c,#0b57d0);

}

.gold{
background:linear-gradient(135deg,#c68a0d,#e5b53d);
}

.choose-card h3{
font-size:18px;
font-weight:800;
color:#0b2c6b;
margin-bottom:10px;
}

.choose-card p{
font-size:14px;
line-height:1.7;
color:#666;
}

/* PROCESS SECTION */

.process-box{
background:#fff;
border-radius:25px;
padding:40px;
box-shadow:0 15px 50px rgba(0,0,0,0.08);
}

.process-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
position:relative;
}

.process-card{
text-align:center;
padding:30px 20px;
position:relative;
border-radius:20px;
transition:.4s;
}

.process-card:hover{
transform:translateY(-10px);
background:#f8fbff;
}

.step{
width:55px;
height:55px;
margin:auto;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
font-weight:700;
color:#fff;
margin-bottom:15px;
box-shadow:0 10px 20px rgba(0,0,0,.15);
}

.step-blue{
background:#0b57d0;
}

.step-gold{
background:#d6a42b;
}

.process-icon{
font-size:45px;
color:#0b2c6b;
margin-bottom:15px;
transition:.4s;
}

.process-card:hover .process-icon{
transform:rotate(15deg) scale(1.1);
}

.process-card h4{
font-size:20px;
color:#0b2c6b;
margin-bottom:12px;
font-weight:700;
}

.process-card p{
color:#666;
line-height:1.7;
font-size:15px;
}

/* FLOAT ANIMATION */

@keyframes float{
0%{
transform:translateY(0);
}
50%{
transform:translateY(-8px);
}
100%{
transform:translateY(0);
}
}

/* SCROLL ANIMATION */

.animate{
opacity:0;
transform:translateY(50px);
transition:1s ease;
}

.animate.show{
opacity:1;
transform:translateY(0);
}

/* RESPONSIVE */

@media(max-width:768px){

.section-title h2{
font-size:28px;
}

.choose-box,
.process-box{
padding:25px;
}

}
.contact-section{
    background:linear-gradient(135deg,#072042,#0d2c54);
    padding:80px 8%;
    position:relative;
    overflow:hidden;
}

.contact-section::before{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    top:-120px;
    right:-120px;
}

.contact-container{
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:40px;
    align-items:center;
}

/* LEFT SIDE */

.left-contact{
    color:white;
}

.left-contact h2{
    font-size:34px;
    margin-bottom:30px;
}

.name{
    margin-left:40px;
    margin-bottom:25px;
}

.name p{
    font-size:20px;
    font-weight:600;
    line-height:1.8;
}

.contact-info{
    margin-bottom:25px;
    display:flex;
    gap:15px;
    align-items:flex-start;
    transition:.4s;
}

.contact-info:hover{
    transform:translateX(10px);
}

.contact-info i{
    color:#f4b400;
    font-size:20px;
    margin-top:5px;
    min-width:20px;
}

.contact-info p{
    font-size:14px;
    line-height:1.8;
}

.social-icons{
    margin-top:30px;
    display:flex;
    gap:15px;
}

.social-icons a{
    width:45px;
    height:45px;
    background:rgba(255,255,255,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:white;
    transition:.4s;
    backdrop-filter:blur(10px);
    text-decoration:none;
}

.social-icons a:hover{
    background:#f4b400;
    transform:translateY(-8px);
}

/* FORM */

.contact-form{
    background:rgba(255,255,255,.12);
    padding:35px;
    border-radius:20px;
    backdrop-filter:blur(20px);
    box-shadow:0 15px 40px rgba(0,0,0,.2);
    animation:fadeUp 1s ease;
}

.form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:14px;
    border:none;
    outline:none;
    border-radius:10px;
    background:rgba(255,255,255,.95);
    font-size:14px;
}

.contact-form textarea{
    grid-column:span 2;
    resize:none;
    height:120px;
}

.submit-btn{
    margin-top:20px;
    background:#f4b400;
    color:white;
    border:none;
    padding:14px 35px;
    font-weight:600;
    border-radius:50px;
    cursor:pointer;
    transition:.4s;
}

.submit-btn:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 25px rgba(244,180,0,.4);
}

/* ANIMATION */

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(50px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* ========================= */
/* TABLET RESPONSIVE */
/* ========================= */

@media (max-width:992px){

    .contact-container{
        grid-template-columns:1fr;
        gap:50px;
    }

    .left-contact{
        text-align:center;
    }

    .name{
        margin-left:0;
    }

    .contact-info{
        justify-content:center;
        text-align:left;
    }

    .social-icons{
        justify-content:center;
    }
}

/* ========================= */
/* MOBILE RESPONSIVE */
/* ========================= */

@media (max-width:768px){

    .contact-section{
        padding:60px 20px;
    }

    .left-contact h2{
        font-size:28px;
    }

    .contact-form{
        padding:25px;
    }

    .form-grid{
        grid-template-columns:1fr;
    }

    .contact-form textarea{
        grid-column:span 1;
    }

    .submit-btn{
        width:100%;
        justify-content:center;
    }

    .contact-info{
        flex-direction:column;
        align-items:center;
        text-align:center;
    }

    .contact-info:hover{
        transform:none;
    }
}

/* EXTRA SMALL DEVICES */

@media (max-width:480px){

    .contact-section{
        padding:50px 15px;
    }

    .left-contact h2{
        font-size:24px;
    }

    .name p{
        font-size:18px;
    }

    .contact-form{
        padding:20px;
    }

    .contact-form input,
    .contact-form textarea{
        font-size:13px;
        padding:12px;
    }

    .social-icons{
        gap:10px;
    }

    .social-icons a{
        width:40px;
        height:40px;
    }

    .submit-btn{
        padding:13px 20px;
        font-size:14px;
    }
}

.contact-section{
background:linear-gradient(135deg,#0A264B,#0A264B);
padding:80px 8%;
position:relative;
overflow:hidden;
}

.contact-section::before{
content:'';
position:absolute;
width:400px;
height:400px;
background:rgba(255,255,255,.05);
border-radius:50%;
top:-120px;
right:-120px;
}

.contact-container{
display:grid;
grid-template-columns:1fr 1.2fr;
gap:40px;
align-items:center;
}

.left-contact{
color:white;
}

.left-contact h2{
font-size:34px;
margin-bottom:30px;
}

.contact-info{
margin-bottom:25px;
display:flex;
gap:15px;
align-items:flex-start;
transition:.4s;
}

.contact-info:hover{
transform:translateX(10px);
}

.contact-info i{
color:#f4b400;
font-size:20px;
margin-top:5px;
}

.contact-info p{
font-size:14px;
line-height:1.8;
}

.social-icons{
margin-top:30px;
display:flex;
gap:15px;
}

.social-icons a{
width:45px;
height:45px;
background:rgba(255,255,255,.08);
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
color:white;
transition:.4s;
backdrop-filter:blur(10px);
}

.social-icons a:hover{
background:#f4b400;
transform:translateY(-8px);
}
/* FORM */

.contact-form{
background:rgba(255,255,255,.12);
padding:35px;
border-radius:20px;
backdrop-filter:blur(20px);
box-shadow:0 15px 40px rgba(0,0,0,.2);
animation:fadeUp 1s ease;
}

.form-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
}

.contact-form input,
.contact-form textarea{
width:100%;
padding:14px;
border:none;
outline:none;
border-radius:10px;
background:rgba(255,255,255,.95);
font-size:14px;
}

.contact-form textarea{
grid-column:span 2;
resize:none;
height:120px;
}

.submit-btn{
margin-top:20px;
background:#f4b400;
color:white;
border:none;
padding:14px 35px;
font-weight:600;
border-radius:50px;
cursor:pointer;
transition:.4s;
}

.submit-btn:hover{
transform:translateY(-5px);
box-shadow:0 15px 25px rgba(244,180,0,.4);
}
.name{
    margin-left: 40px;
}