/* xl - DESKTOP STYLES */ 
/* Axon â€” Systems Carousel
   Codes Plugin: Language = CSS, Location = Frontend
   ================================================= */

.page-id-4734 .systems-section {
  padding: 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: -80px;
}
.page-id-4734 .systems-section__top {
  background: url('https://radpropulsion.com/wp-content/uploads/2026/07/RIBCRAFT-RAD-40_Southampton-Water-30-scaled.jpg') center center / cover no-repeat;
  padding-bottom: 0;
}
.page-id-4734 .systems-header {
  max-width: 1400px; margin: 0 auto; padding: 48px 60px 8px;
}
.page-id-4734 .systems-header__eyebrow {
  font-size: 28px; font-weight: 600; color: #fff;
}
.page-id-4734 .systems-carousel {
  position: relative; width: 100%; overflow: hidden; cursor: grab; user-select: none;
}
.page-id-4734 .systems-carousel:active { cursor: grabbing; }
.page-id-4734 .systems-carousel img {
  -webkit-user-drag: none; user-drag: none; pointer-events: none;
}
.page-id-4734 .systems-arrow {
  position: absolute; top: 40%; transform: translateY(-50%); z-index: 10;
  background: #fff; border: 1px solid rgba(0,0,0,0.1); color: #050505;
  font-size: 22px; width: 44px; height: 44px; border-radius: 50%;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: all 0.3s; box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.page-id-4734 .systems-arrow:hover {
  background: #e6007e; border-color: #e6007e; color: #fff;
  box-shadow: 0 2px 12px rgba(230,0,126,0.3);
}
.page-id-4734 .systems-arrow--left { left: 40px; }
.page-id-4734 .systems-arrow--right { right: 40px; }
.page-id-4734 .systems-track,
.page-id-4734 .systems-track-wiring {
  display: flex; transition: transform 0.5s ease;
}
.page-id-4734 .systems-slide,
.page-id-4734 .systems-wiring-slide {
  min-width: 100%; flex-shrink: 0;
}
.page-id-4734 .systems-slide__content {
  max-width: 1400px; margin: 0 auto; padding: 8px 60px 20px;
}
.page-id-4734 .systems-slide__title {
  font-size: 48px; font-weight: 800; color: #fff;
  line-height: 1.1; margin-bottom: 12px;
}
.page-id-4734 .systems-slide__bar {
  width: 70px; height: 6px; background: #e6007e; margin-bottom: 14px;
}
.page-id-4734 .systems-slide__desc {
  font-size: 15px; color: rgba(255,255,255,0.55);
  line-height: 1.7; max-width: 520px; margin-bottom: 0;
}
.page-id-4734 .systems-slide__boat-wrap {
  position: relative; width: 100%;
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  padding: 20px 0 20px; display: flex; justify-content: center;
  align-items: center; min-height: 400px; overflow: hidden;
}
.page-id-4734 .systems-slide__boat-img {
  position: relative; z-index: 2; max-width: 750px; width: 80%;
  height: auto; display: block; margin: 0 auto;
}
.page-id-4734 .systems-slide__boat-img--mobile { display: none; }
.page-id-4734 .systems-dots {
  display: flex; justify-content: center; gap: 12px; padding: 20px 0; background: #fff;
}
.page-id-4734 .systems-slide__wiring-wrap {
  background: #fff; padding: 10px 0 20px; display: flex; justify-content: center;
}
.page-id-4734 .systems-slide__wiring-img {
  max-width: 1200px; width: 90%; height: auto; display: block; margin: 0 auto;
}
.page-id-4734 .systems-dot {
  width: 12px; height: 12px; border-radius: 50%; background: #ccc;
  cursor: pointer; transition: background 0.3s; display: inline-block;
}
.page-id-4734 .systems-dot--active { background: #e6007e; }

@media (max-width: 1075px) {
  .page-id-4734 .systems-header { padding: 32px 24px 4px; }
  .page-id-4734 .systems-slide__content { padding: 4px 24px 14px; }
  .page-id-4734 .systems-slide__title { font-size: 32px; }
  .page-id-4734 .systems-slide__boat-wrap { min-height: 240px; }
  .page-id-4734 .systems-slide__boat-img { width: 90%; }
  .page-id-4734 .systems-slide__wiring-img { width: 95%; }
  .page-id-4734 .systems-slide__boat-img--desktop { display: none; }
  .page-id-4734 .systems-slide__boat-img--mobile {
    display: block; position: relative; z-index: 2;
    max-width: 500px; width: 85%; height: auto; margin: 0 auto;
  }
  .page-id-4734 .systems-arrow { width: 40px; height: 40px; font-size: 22px; }
  .page-id-4734 .systems-arrow--left { left: 12px; }
  .page-id-4734 .systems-arrow--right { right: 12px; }
}
@media (max-width: 600px) {
  .page-id-4734 .systems-header { padding: 28px 20px 12px; }
  .page-id-4734 .systems-header__eyebrow { font-size: 22px; }
  .page-id-4734 .systems-slide__content { padding: 8px 20px 12px; }
  .page-id-4734 .systems-slide__title { font-size: 26px; }
  .page-id-4734 .systems-slide__desc { font-size: 14px; margin-bottom: 16px; }
  .page-id-4734 .systems-slide__boat-wrap { min-height: 180px; padding: 16px 0; }
}

