       .hero-section{
    position:relative;
    background:url('images/banner.jpg') center center/cover;
    padding:170px 0 50px 0px;
    overflow:hidden;
}

.overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,
    rgba(17,24,78,.92),
    rgba(32,58,140,.80),
    rgba(9,22,70,.55));
}

.hero-section .container{
    position:relative;
    z-index:2;
}

.hero-content h1{
    color:#fff;
    font-size:70px;
    line-height:1.1;
    font-weight:700;
}

.hero-content h1 span{
    display:block;
    color:#b77e02;
}

.hero-content h4{
    color:#fff;
    font-size:30px;
    margin:25px 0 15px;
    font-weight:600;
}

.hero-content p{
    color:#e9e9e9;
    font-size:20px;
    line-height:1.8;
    max-width:620px;
}

.top-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.2);
    color:#fff;
    margin-bottom:25px;
}

.hero-btn{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.btn-primary-custom{
    background:#b77e02;
    color:#fff;
    padding:16px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.4s;
}

.btn-primary-custom:hover{
    background:#e12424;
    color:#fff;
}

.btn-outline-custom{
    border:2px solid rgba(255,255,255,.4);
    color:#fff;
    padding:15px 32px;
    border-radius:50px;
    text-decoration:none;
    transition:.4s;
}

.btn-outline-custom:hover{
    background:#fff;
    color:#222;
}

.feature-list{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}

.feature-list span{
    padding:13px 22px;
    border-radius:50px;
    color:#fff;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.18);
    backdrop-filter:blur(8px);
    font-weight:500;
}

.enquiry-box{
    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 20px 60px rgba(0,0,0,.18);
}

.enquiry-box h2{
    color:#1d2d7c;
    font-weight:700;
}

.enquiry-box p{
    color:#666;
    margin-bottom:25px;
}

.enquiry-box .form-control,
.enquiry-box .form-select{
    height:55px;
    margin-bottom:18px;
    border-radius:10px;
    border:1px solid #d8d8d8;
}

.enquiry-box textarea{
    height:120px !important;
    resize:none;
}

.submit-btn{
    width:100%;
    height:55px;
    border:none;
    border-radius:10px;
    background:#b77e02;
    color:#fff;
    font-size:18px;
    font-weight:600;
    transition:.4s;
}

.submit-btn:hover{
    background:#1d2d7c;
}

@media(max-width:991px){

.hero-content{
margin-bottom:50px;
text-align:center;
}

.hero-content h1{
font-size:50px;
}

.hero-content h4{
font-size:24px;
}

.hero-content p{
font-size:18px;
margin:auto;
}

.hero-btn{
justify-content:center;
}

.feature-list{
justify-content:center;
}

}

@media(max-width:576px){

.hero-section{
padding:60px 0;
}

.hero-content h1{
font-size:42px;
}

.hero-content h4{
font-size:20px;
}

.hero-content p{
font-size:16px;
}

.enquiry-box{
padding:25px;
}
}
.form-select{
    width: 100%;
}
