body{
    font-family:'Poppins',sans-serif;
    line-height:1.2;
    font-size: 1.1rem;
    color:#333;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 900;
    line-height: 1.1;
    color:#071c39;  
}

.h1, h1 {
    font-size: calc(1.3rem + 2.5vw);
}

.h2, h2 {
    font-size: calc(1.15rem + 1.5vw);
}

.h3, h3 {
    font-size: calc(1.12rem + 1.5vw);
}

.navbar {
    background: #081D3A !important;
    backdrop-filter: blur(10px);
    padding: 1rem 0;
}
.navbar-brand {
    font-size: 1.8rem;
    font-weight: bold;
    color: white !important;
}
.navbar-nav .nav-link {
    color: white !important;
    font-weight: 500;
    margin: 0 1rem;
    transition: color 0.3s ease;
}
.navbar-nav .nav-link:hover {
    color: #ff6b35 !important;
}
.btn-start-quote {
    background: transparent;
    border: 2px solid #ff6b35;
    color: #ff6b35;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn-start-quote:hover {
    background: #ff6b35;
    color: white;
}
.border-b {
    border-bottom: 1px solid #c4c4c4;
}
/* Hero Section */
.hero-section {
	background: #fff url(/auto-insurance/assets/images/page-title-bg.webp);
    min-height: 62vh;
    position: relative;
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}
.how-it-works {
    border-radius: 20px;;
}
.bg-light {
    background-color: #f4f4f4 !important;
    border-radius: 25px;
}
.how-item .badge {
    color:#111;
    font-size: 1.1rem;
}
.how-item {
    text-align: left;
}
.phone-mockup {margin-top:-120px}
.insurance-logos img {
    max-height: 40px;
    object-fit: contain;
    filter: grayscale(50%);
    opacity: 0.8;
}

.feature-box {
    transition: transform 0.3s ease;
    border: 1px solid #e9ecef;
    background-color: #f4f4f4 !important;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.icon-wrapper {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ready-section {
    background: rgb(5 10 19) url('/auto-insurance/assets/images/bottom-bg.webp');
    color: white;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 50px;
    border-radius: 50px;
}

.ready-content {
    padding: 40px 0;
}
.ready-content h2 {
    color:#fff;
}
.ready-content  p{
    font-size: 1.3rem;
    max-width: 500px;
    line-height: 1.2;
}
.contact-form {
    background-color: rgba(33, 37, 41, 0.95) !important;
    border-radius: 25px;
}

.contact-form .form-control {
    background-color: #495057;
    border: 1px solid #6c757d;
    color: white;
    border-radius: 8px;
}

.contact-form .form-control::placeholder {
    color: #adb5bd;
}

.contact-form .form-control:focus {
    background-color: #495057;
    border-color: #0d6efd;
    color: white;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.btn-primary {
    background: linear-gradient(90deg, #3AA7F5 0%, #0457F2 117.18%);
    border-color: #0d6efd;
    border-radius: 25px;
    padding: 14px 20px;
    font-weight: 600;
}
.btn-quote{
    background-color:#ff6b01;
    max-width: 400px;
    width: 100%;
    padding: 14px 20px;
    border-radius: 40px;
    color: #fff;
    font-size: 1.2rem;
}
.btn-quote:hover{
 background-color:#ff6b01;   
}
/* Footer Styles */
.footer-section {
    background: #2A2A2A;
    color: #b8b8b8;
    padding: 3rem 0 2rem;
    text-align: center;
}

.footer-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-link {
    color: #b8b8b8;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #ff6b35;
}

.footer-logo {
    margin-bottom: 0.7rem;
}

.footer-logo h2 {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin: 0;
}

.footer-content {
    max-width: 1000px;
    margin: 0 auto;
}

.disclaimer {
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #b8b8b8;
}

.operator-info {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    color: #b8b8b8;
}

.validation-info, .validation-info a {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    color: #b8b8b8;
    text-decoration: none;
}

.copyright {
    font-size: 0.9rem;
    color: #b8b8b8;
    margin: 0;
}


@media (max-width: 767px) {
    .navbar-collapse {
        flex-basis: auto;
        flex-grow: initial;
        align-items: center;
    }
     .navbar-nav {
        display: none;
    } 
    .hero-section {
        min-height: 12vh;
    } 
    section {text-align: center;} 
    .ready-section{
        padding: 0px 10px;
    }
}