/* Extra mobile tweaks for Farm Villa – keep desktop same */
@media (max-width: 767.98px) {

    .header .caption h1,
    .banner-header h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .header .caption p,
    .banner-header p {
        font-size: 14px;
    }

    .section-padding {
        padding: 50px 0;
    }

    .cappa-main-menu ul li {
        margin-bottom: 8px;
    }

    .footer .footer-title {
        font-size: 16px;
    }

    .footer-about-text {
        font-size: 13px;
    }

    .reservations .text a,
    .reservations .text p {
        font-size: 13px;
    }
}
