/* --- HERBIE SLIDER STYLE (ANTI ELEMENTOR CONFLICT) --- */
.herbie-main-slider { width: 100% !important; height: 600px !important; max-height: 600px !important; background: #02929a; position: relative; overflow: hidden; margin-bottom: 0 !important; }
.herbie-swiper-container { width: 100% !important; height: 100% !important; }
.herbie-slide-item { height: 100% !important; background-size: cover !important; background-repeat: no-repeat !important; position: relative !important; box-sizing: border-box !important; }
.herbie-content-wrapper { position: absolute !important; bottom: 0 !important; left: 50% !important; transform: translateX(-50%) !important; width: 100% !important; max-width: 1200px !important; padding: 0 40px 0 40px !important; display: flex !important; align-items: flex-end !important; justify-content: center !important; gap: 15px !important; box-sizing: border-box !important; z-index: 10 !important; }
.herbie-content-left { flex: 1; max-width: 50%; display: flex; flex-direction: column; z-index: 5; margin-top: auto !important; padding-bottom: 60px !important; transition: all 0.3s ease; }
.herbie-content-right { flex: 0 0 45%; max-width: 45%; display: flex; justify-content: flex-start !important; align-items: flex-end; z-index: 4; height: auto !important; margin-top: auto !important; padding-bottom: 0 !important; }
.herbie-content-right:empty { display: none !important; }
.herbie-content-wrapper:has(.herbie-content-right:empty) .herbie-content-left { max-width: 100% !important; }
.herbie-right-img { max-width: 100% !important; height: 380px !important; max-height: 380px !important; object-fit: contain !important; object-position: bottom left !important; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.15)) !important; display: block !important; margin: 0 !important; }
.herbie-sub-title { font-size: 11px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 0.5px !important; margin-bottom: 8px !important; display: inline-block !important; padding: 4px 10px !important; border-radius: 4px !important; box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important; }
.herbie-title { font-size: 38px !important; font-weight: 800 !important; margin: 0 0 8px 0 !important; line-height: 1.1 !important; text-shadow: 0 2px 10px rgba(0,0,0,0.2) !important; text-align: inherit !important; }
.herbie-desc { font-size: 14px !important; margin-bottom: 12px !important; line-height: 1.3 !important; opacity: 0.9 !important; text-shadow: 0 1px 8px rgba(0,0,0,0.2) !important; text-align: inherit !important; width: 100% !important; display: flex !important; flex-direction: column !important; }
.herbie-actions { display: flex !important; flex-wrap: wrap !important; gap: 12px !important; position: relative !important; z-index: 10 !important; width: 100% !important; }
.herbie-btn { padding: 14px 28px !important; height: 48px !important; border-radius: 6px !important; font-weight: 700 !important; text-decoration: none !important; transition: all 0.3s ease !important; font-size: 15px !important; line-height: 1.2 !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; box-shadow: 0 4px 14px rgba(0,0,0,0.12) !important; border: 1px solid transparent !important; box-sizing: border-box !important; }
.herbie-btn:hover { transform: translateY(-2px) !important; box-shadow: 0 6px 18px rgba(0,0,0,0.18) !important; }
.herbie-pagination { bottom: 30px !important; left: 50% !important; transform: translateX(-50%) !important; width: 100% !important; max-width: 1200px !important; padding: 0 40px !important; box-sizing: border-box !important; text-align: right !important; z-index: 20 !important; }
.herbie-pagination .swiper-pagination-bullet { width: 8px !important; height: 8px !important; background: #ffffff !important; opacity: 0.4 !important; transition: all 0.3s ease !important; margin: 0 4px !important; }
.herbie-pagination .swiper-pagination-bullet-active { background: #ffd700 !important; opacity: 1 !important; width: 22px !important; border-radius: 10px !important; }
.swiper-slide:not(.swiper-slide-active) .herbie-sub-title, .swiper-slide:not(.swiper-slide-active) .herbie-title, .swiper-slide:not(.swiper-slide-active) .herbie-desc, .swiper-slide:not(.swiper-slide-active) .herbie-actions, .swiper-slide:not(.swiper-slide-active) .herbie-content-right { opacity: 0; transform: translateY(20px); }
.swiper-slide-active .herbie-sub-title { animation: herbieFadeUp 0.5s ease-out forwards 0.2s; }
.swiper-slide-active .herbie-title { animation: herbieFadeUp 0.5s ease-out forwards 0.4s; }
.swiper-slide-active .herbie-desc { animation: herbieFadeUp 0.5s ease-out forwards 0.6s; }
.swiper-slide-active .herbie-actions { animation: herbieFadeUp 0.5s ease-out forwards 0.8s; }
.swiper-slide-active .herbie-content-right { animation: herbieFadeUp 0.6s ease-out forwards 0.5s; }
@keyframes herbieFadeUp { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 991px) { .herbie-content-left { max-width: 65% !important; } .herbie-content-right { flex: 0 0 30% !important; max-width: 30% !important; } .herbie-right-img { height: 250px !important; max-height: 250px !important; } .herbie-title { font-size: 30px !important; } }
@media (max-width: 768px) { .herbie-main-slider { height: 600px !important; max-height: 600px !important; } .herbie-content-wrapper { flex-direction: column-reverse !important; justify-content: flex-end !important; padding: 0 20px 0 20px !important; gap: 6px !important; align-items: stretch !important; } .herbie-content-left { max-width: 100% !important; margin-top: 0 !important; padding-bottom: 35px !important; } .herbie-content-right { max-width: 100% !important; height: auto !important; padding-bottom: 0 !important; align-items: flex-end !important; display: flex !important; } .herbie-right-img { height: 120px !important; max-height: 120px !important; width: auto !important; object-position: bottom center !important; margin: 0 auto !important; } .herbie-title { font-size: 24px !important; line-height: 1.1 !important; margin-bottom: 4px !important; text-align: inherit !important; } .herbie-desc { font-size: 13px !important; line-height: 1.2 !important; margin-bottom: 8px !important; text-align: inherit !important; } .herbie-actions { width: 100% !important; gap: 10px !important; } .herbie-btn { min-width: 0 !important; padding: 10px 18px !important; font-size: 13px !important; font-weight: 600 !important; height: 38px !important; border-width: 1px !important; } .herbie-sub-title, .herbie-title, .herbie-desc, .herbie-actions, .herbie-content-right { opacity: 1 !important; transform: none !important; animation: none !important; } }