/* Divi slider — show active slide, hide inactive */
.et_pb_slider .et_pb_slide { display: none !important; position: relative; }
.et_pb_slider .et_pb_slide.et-pb-active-slide { display: block !important; opacity: 1 !important; }
.et_pb_slider .et_pb_slides { position: relative; overflow: hidden; }
.et_pb_slider .et_pb_container { min-height: inherit; }
/* Slide fills container height */
.et_pb_slide.et-pb-active-slide { min-height: inherit; }
.et_pb_slide .et_pb_container[style*="height"] { display: flex; align-items: center; justify-content: center; }
.slidersconcaption .et_pb_slide { min-height: 550px; }
.et_pb_slider_0 .et_pb_slide, .et_pb_slider_1 .et_pb_slide { min-height: 550px; }

/* Showroom slider — taller slides */
.et_pb_section_first .et_pb_slider .et_pb_slide { min-height: 810px; }
.et_pb_slider .et-pb-slider-arrows { position: absolute; top: 50%; width: 100%; z-index: 10; }
.et_pb_slider .et-pb-slider-arrows a { position: absolute; font-size: 0; width: 50px; height: 50px; }
.et_pb_slider .et-pb-arrow-prev { left: 20px; }
.et_pb_slider .et-pb-arrow-next { right: 20px; }
.et_pb_slider .et-pb-controllers { position: absolute; bottom: 15px; width: 100%; text-align: center; z-index: 10; }

/* Divi fullwidth header — background sizing */
.et_pb_fullwidth_header { background-size: cover; background-position: center; }

/* Divi tabs — show active tab content */
.et_pb_all_tabs .et_pb_tab { display: none; }
.et_pb_all_tabs .et_pb_tab.et_pb_active_content { display: block; }
.et_pb_tabs .et_pb_tab_active { background-color: #61b5e4 !important; color: white; }

/* Column backgrounds come from per-page autoptimize CSS — do NOT override here */

/* Slider slide background sizing */
.et_pb_slide[style*="background-image"] { background-size: cover; background-position: center; }

/* Divi images — responsive, fill container */
.et_pb_image { width: 100%; }
.et_pb_image .et_pb_image_wrap { display: block; width: 100%; }
.et_pb_image_wrap img { max-width: 100%; height: auto; display: block; }

/* Divi column widths (matching legacy Divi grid) */
.et_pb_gutters1 .et_pb_column_3_5 { width: 60%; }
.et_pb_gutters1 .et_pb_column_2_5 { width: 40%; }
.et_pb_gutters1 .et_pb_column_1_2 { width: 50%; }
.et_pb_gutters1 .et_pb_column_1_4 { width: 25%; }
.et_pb_gutters1 .et_pb_column_3_4 { width: 75%; }
.et_pb_gutters1 .et_pb_column_4_4 { width: 100%; }
.et_pb_equal_columns { display: flex; flex-wrap: wrap; }
.et_pb_equal_columns > .et_pb_column { box-sizing: border-box; }

/* Divi blurb icons — float grid matching legacy (130px each, 4 per row) */
.et_pb_blurb { float: left; width: 130px; text-align: center; margin-bottom: 10px; }
.et_pb_blurb .et_pb_main_blurb_image img { max-width: 60px; height: auto; margin: 0 auto; }
.et_pb_blurb .et_pb_module_header { font-size: 11px; line-height: 1.3; }
.et_pb_blurb .et_pb_blurb_container { padding: 5px 0; }
.et_pb_blurb .et_pb_blurb_content { display: flex; flex-direction: column; align-items: center; }
