/* FLAP staging fixes - Updated 2026-03-11 */

/* Task 2: Slider ghost/flicker fix */
#Vslider .sliders .slick-slide { opacity: 0 !important; transition: opacity 0.8s ease !important; z-index: 0 !important; }
#Vslider .sliders .slick-slide.slick-active { opacity: 1 !important; z-index: 1 !important; }
#Vslider .sliders .slick-track { overflow: hidden; }

/* Task 3: Service page MV background-position - faces below header */
.strengths #visual { background-position: center 40% !important; }
.advice #visual { background-position: center 40% !important; }
.business-succession #visual { background-position: center 30% !important; }

/* Task 4: CV banner - jumping man sunk into banner */
#contactBanner .obj { bottom: -10px !important; }

/* Voice list: 3 items centered */
#voice .voiceList_col4 ul { display: flex !important; flex-wrap: nowrap !important; justify-content: center; gap: 30px; }
#voice .voiceList_col4 ul li { width: 30% !important; max-width: 300px; flex-shrink: 1; }
@media screen and (max-width: 768px) {
  #voice .voiceList_col4 ul { flex-direction: column !important; flex-wrap: wrap !important; align-items: center; gap: 20px; }
  #voice .voiceList_col4 ul li { width: 85% !important; max-width: none; }
}

/* About page MV - ensure proper display of new photo */
.about #visual { background-position: center center !important; }
