
.feedback-3-slider__avatar {
    position: relative;
    margin-top: -48px;
}
.submit-btn{
    height:60px;
}
.bg-dark {
    background-color:rgb(23 57 139) !important;
}
/* =========================
   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: 300px;
    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;
}
[data-sal|="slide"] {
    opacity: 1;
}