

@media (max-width: 992px) {
    .hero-title {
        font-size: 36px;
    }
    .top-strip {
        padding: 10px 0;
        margin: 0 auto;
    }
     .how-item {
        margin-bottom: 40px;
    }
    .services-title {
        font-size: 28px;
    }
    .why-section {
        padding: 30px 20px;
        margin:0 auto;
    }

    .why-title {
        font-size: 28px;
    }

    .cta-title {
        font-size: 28px;
    }
    .step-title{
        font-size:26px;
    }

    .form-card{
        padding:24px;
    }

    .option-box{
        padding:20px;
    }

    .provider-option{
        gap:12px;
    }

    .success-ui-wrapper {
        margin: 40px 20px;
        padding: 36px 28px;
    }

    .success-ui-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 70px 0;
        text-align: center;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }
    .how-section {
        padding: 10px 20px;
        margin: 10px auto;
    }

    .how-title {
        font-size: 26px;
    }

    .step-circle {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
    .services-section {
        padding: 60px 0;
    }
    .why-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .step-title {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
        color: var(--heading-color);
    }
    .step-subtitle{
        font-size:14px;
        color:#6b7280;
    }
    .step-title{
        font-size:22px;
    }

    .step-subtitle{
        font-size:14px;
    }

    .form-card{
        padding:20px;
        border-radius:12px;
    }

    .yesno-group{
        flex-direction:column;
        gap:10px;
    }

    .continue-button,
    .get-button{
        width:50%;
    }

    .provider-option{
        gap:10px;
    }

    .budget-option,
    .timeline-option{
        gap:10px;
    }

    .thank-card{
        margin:40px 16px;
        padding:28px 20px;
    }

    .options-grid{
        grid-template-columns:1fr;
    }

    .success-ui-wrapper {
        margin: 24px 14px;
        padding: 28px 18px;
        border-radius: 14px;
    }

    .success-ui-icon.circle {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }

    .success-ui-title {
        font-size: 26px;
    }

    .success-ui-subtitle {
        font-size: 15px;
    }

    .lead-success-box.info-box {
        padding: 18px;
    }

    .lead-success-item {
        gap: 10px;
        font-size: 14px;
    }

    .lead-success-text {
        margin-left: 42px;
        font-size: 13px;
    }

    .lead-success-btn {
        width: 100%;
        padding: 14px;
    }

     .success-ui-meta {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .success-ui-dot {
        display: none;
    }

    .lead-success-btn.btn {
        width: 100%;
    }
    .footer-heading, .footer-links{
        text-align: center;
    }

}


@media (max-width: 480px){

    .step-title{
        font-size:20px;
    }

    .option-box .fw-semibold{
        font-size:16px;
    }

    .custom-input{
        height:44px;
        font-size:13px;
    }

    .circle{
        width:60px;
        height:60px;
        font-size:26px;
    }

    .step-badge{
        width:26px;
        height:26px;
        font-size:12px;
    }

    .otp-card {
        width: 100%;
        max-width: 90%;
    }

    .otp-digit {
    width: 40px;
    height: 40px;
}
}