body{
font-family:'Poppins',sans-serif;
line-height:1.7;
color:#333;
}

.navbar{
box-shadow:0 2px 10px rgba(0,0,0,.1);
}

.navbar-brand{
font-weight:700;
letter-spacing:1px;
}

.hero{
min-height:650px;
display:flex;
align-items:center;
}

.hero h1{
font-size:3.5rem;
font-weight:700;
}

.hero p{
font-size:1.2rem;
}

.btn-primary{
background:#0d6efd;
border:none;
}

.btn-success{
border:none;
}

.card{
border:none;
border-radius:15px;
}

.provider-card{
transition:.3s ease;
}

.provider-card:hover{
transform:translateY(-10px);
box-shadow:0 10px 30px rgba(0,0,0,.15);
}

section{
padding-top:80px;
padding-bottom:80px;
}

footer{
background:#0f172a;
}

footer p{
margin-bottom:5px;
}

.form-control,
.form-select{
padding:12px;
border-radius:10px;
}

.shadow{
box-shadow:0 10px 30px rgba(0,0,0,.08)!important;
}

.service-box{
background:#fff;
padding:30px;
border-radius:15px;
text-align:center;
transition:.3s;
}

.service-box:hover{
transform:translateY(-8px);
}

.contact-box{
background:#f8fafc;
padding:25px;
border-radius:15px;
}

.page-header{
background:#0f172a;
color:#fff;
padding:120px 0;
text-align:center;
}

.page-header h1{
font-size:3rem;
font-weight:700;
}

@media(max-width:768px){

.hero h1{
font-size:2.2rem;
}

.page-header h1{
font-size:2rem;
}

}
