.ocs-section-wrapper {
  padding: 112px 0px;
  font-family: 'Inter', sans-serif;
}

.ocs-section-wrapper .ocs-section {
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.ocs-section-wrapper .ocs-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 32px;
}

.ocs-section-wrapper .ocs-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ocs-section-wrapper .ocs-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #092031;
}

.ocs-section-wrapper .ocs-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #0B1832;
  max-width: 600px;
}

.ocs-section-wrapper .ocs-desc {
  font-family: 'Roboto', sans-serif;
  max-width: 540px;
  font-size: 16px;
  line-height: 150%;
  color: #555;
}

.ocs-section-wrapper .swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.ocs-section-wrapper .swiper {
  padding-bottom: 64px;
}

.ocs-section-wrapper .swiper-wrapper {
  display: flex;
}

.ocs-section-wrapper .swiper-slide {
  flex: 0 0 auto;
  height: 244px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-image: linear-gradient(180deg, rgba(9, 32, 49, 0) 0%, rgba(9, 32, 49, 0.6) 100%);
  background-blend-mode: multiply;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0px;
  color: white;
  font-weight: 700;
  font-size: 20px;
  border-bottom: 4px solid #EF4C3A;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.ocs-section-wrapper .swiper-slide span {
  padding: 24px 20px;
}

.ocs-section-wrapper .swiper-slide:hover {
  transform: scale(1);
  filter: brightness(0.9);
  cursor: pointer;
  z-index: 1;
}

.ocs-section-wrapper .ocs-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 64px;
}

.ocs-section-wrapper .swiper-pagination {
  display: flex;
  gap: 0px;
  flex-grow: 1;
}

.ocs-section-wrapper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #EF4C3A;
  opacity: 0.2;
  border-radius: 50%;
}

.ocs-section-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.ocs-section-wrapper .swiper-buttons {
  display: flex;
  gap: 16px;
  position: absolute;
  right: 0px;
  bottom: 5px;
}

.ocs-section-wrapper .swiper-button-prev,
.ocs-section-wrapper .swiper-button-next {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #EF4C3A;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EF4C3A;
}

.ocs-section-wrapper .swiper-button-prev::after,
.ocs-section-wrapper .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}

.ocs-section-wrapper .swiper-button-prev,
.ocs-section-wrapper .swiper-rtl .swiper-button-next {
  left: auto;
  right: 43px;
}

.ocs-section-wrapper .swiper-button-next,
.ocs-section-wrapper .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

@media (min-width: 992px) {
  .ocs-section-wrapper .swiper {
    overflow: visible;
  }

  .ocs-section-wrapper .swiper-buttons {
    display: none;
  }

  .ocs-section-wrapper .swiper-slide {
    height: 244px !important;
  }
}

@media (max-width: 991px) {
  .ocs-section-wrapper {
    padding: 40px 0px !important;
  }
}
.elementor-widget-video .elementor-wrapper iframe {
    background: none !important;
}