/* Mobile Responsive Styles */

@media screen and (max-width: 768px) {
    
    /* Header Form */
    .wpcf7 h2 {
        font-size: 20px;
        line-height: 28px;
        padding: 12px;
    }
    
    .wpcf7 p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .wpcf7 .form-inputs {
        padding: 0 15px;
    }
    
    .donate-btn {
        padding: 14px 30px;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
    
    /* Red Box Section */
    .red-box h2 {
        font-size: 32px;
    }
    
    .red-box h3 {
        font-size: 18px;
    }
    
    .red-box p {
        font-size: 16px;
    }
    
    /* White Box Section */
    .white-box h2 {
        font-size: 28px;
        line-height: 36px;
    }
    
    .white-box h3 {
        font-size: 20px;
        line-height: 28px;
    }
    
    .white-box p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .white-box .wpb_text_column p {
        font-size: 14px;
        line-height: 22px;
    }
    
    /* Blue Box Section */
    .blue-box h2 {
        font-size: 28px;
        line-height: 36px;
    }
    
    /* FAQ Toggle */
    .toggle > .toggle-title a.toggle-heading {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 15px;
    }

    .toggle>.toggle-title a i {
        display: none;
    }

    div#footer-outer .footer-logo img {
        width: 100%;
    }

    div#footer-outer {
        background-color: #101580;
    }

    body #header-outer {
        margin-bottom: 0;
        padding: 0px;
    }
    
    /* Call Now Section */
    .call-now {
        margin-top: 40px;
        padding-left: 40px;
        background-size: 35px;
    }
    
    .call-now h2 {
        font-size: 22px;
    }
    
    .call-now h5 {
        font-size: 14px;
    }
    
    /* Footer */
    div#footer-outer .footer-widget-area h3 {
        font-size: 18px;
        line-height: 26px;
    }
    
    div#footer-outer .footer-widget-area p,
    div#footer-outer .footer-widget-area ul li a {
        font-size: 16px;
        line-height: 24px;
    }
    
    #footer-outer #copyright p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 480px) {
	
	header#top {
		background: url("https://www.carsforveterans.org/new/wp-content/uploads/2025/12/mobile-header-bg.jpg");
		background-size: cover;
		padding-bottom: 90px;
		background-position: center;
	}
    
    .wpcf7 h2 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .red-box h2 {
        font-size: 26px;
    }
    
    .white-box h2,
    .blue-box h2 {
        font-size: 24px;
        line-height: 32px;
    }
    
    .toggle > .toggle-title a.toggle-heading {
        font-size: 14px;
        line-height: 22px;
    }
}

