
.la,
.lab,
.lad,
.lal,
.lar,
.las {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.la-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.la-xs {
    font-size: 0.75em;
}
.la-sm {
    font-size: 0.875em;
}
.la-1x {
    font-size: 1em;
}
.la-2x {
    font-size: 2em;
}
.la-3x {
    font-size: 3em;
}
.la-4x {
    font-size: 4em;
}
.la-5x {
    font-size: 5em;
}
.la-6x {
    font-size: 6em;
}
.la-7x {
    font-size: 7em;
}
.la-8x {
    font-size: 8em;
}
.la-9x {
    font-size: 9em;
}
.la-10x {
    font-size: 10em;
}
.la-fw {
    text-align: center;
    width: 1.25em;
}
.la-arrow-right:before {
    content: "";
}
.la-user:before {
    content: "";
}
.la-calendar:before {
    content: "";
}
.la-user:before {
    content: "";
}
.la-book:before {
    content: "";
}
.la-star:before {
    content: "";
}
.la.la-eye {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-eye-slash {
    font-family: "Line Awesome Free";
    font-weight: 400;
}

.la-check:before {
    content: "";
}
.la-check-circle:before {
    content: "";
}
.la-phone:before {
    content: "";
}
.la.la-map-marker:before {
    content: "";
}
.la-envelope:before {
    content: "";
}
.la-arrow-up:before {
    content: "";
}
.la-facebook:before {
    content: "";
}
.la-instagram:before {
    content: "";
}
.la-youtube:before {
    content: "";
}
.la-star:before {
    content: "";
}
.la-globe:before {
    content: "";
}


/* =========================
   1. GLOBAL RESET (IMPORTANT)
========================= */
* {
    box-sizing: border-box;
}

img, video {
    width: 100%;
    height: auto;
    display: block;
}

/* =========================
   2. IMAGE CONTAINERS
========================= */
.img-box,
.card-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.img-box img,
.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================
   3. SWIPER FIX (CRITICAL FOR CLS)
========================= */
.swiper {
  height:auto;
    overflow: hidden;
}

.swiper-wrapper {
    height: 100%;
}

.swiper-slide {
    height: 100%;
}

/* =========================
   4. CARD STABILITY
========================= */
.card {
    min-height: 320px;
    display: flex;
    flex-direction: column;
}

/* =========================
   5. HERO SECTION FIX
========================= */
.hero-section {
    min-height: 400px;
}

/* =========================
   6. SECTION STABILITY (VERY IMPORTANT FOR CLS)
========================= */
section {
    min-height: 200px;
    content-visibility: auto;
    contain-intrinsic-size: 500px;
}

/* =========================
   7. TEXT STABILITY
========================= */
body {
    line-height: 1.5;
}