/* ============================================================
    assets/css/style-2.css — VillaBooking Template Style 2 (Flat)
    Loaded in addition to style.css when Template Style 2 is active.
    Overrides rounded/shadowed styles with flat, square-cornered design.
   ============================================================ */

/* ── Override CSS Variables ───────────────────────────────── */
:root {
    --radius:    0px;
    --radius-lg: 0px;
    --shadow:    0 1px 3px rgba(9, 52, 106, .05);
    --shadow-lg: 0 2px 6px rgba(9, 52, 106, .08);
}

/* ── Buttons ──────────────────────────────────────────────── */
.btn-call-hotline {
    border-radius: 0;
}

/* ── Navigation Banner / Page Label ─────────────────────────*/
.villa-badge {
    border-radius: 0;
}

/* ── Resort / Hotel Cards ─────────────────────────────────── */
.badge-featured {
    border-radius: 0;
}
.resort-card-rating {
    border-radius: 0;
}

/* ── Amenity Tags & Items ─────────────────────────────────── */
.amenity-tag  { border-radius: 0; }
.amenity-item { border-radius: 0; }

/* ── Booking Detail Items ─────────────────────────────────── */
.booking-detail-item { border-radius: 0; }

/* ── Social FAB Links ─────────────────────────────────────── */
.social-fab-link { border-radius: 0; }

/* ── Responsive Navbar ────────────────────────────────────── */
@media (max-width: 991.98px) {
    #mainNav .navbar-collapse { border-radius: 0; }
    #mainNav .nav-link        { border-radius: 0; }
    #mainNav .navbar-toggler  { border-radius: 0; }
}
