section[data-cattype="603"] .background-container {
  background-color: #fff;
  background-size: cover;
  padding: 20px;
  margin-top: -70px;
  overflow: hidden;
}
section[data-cattype="603"] .mt-3.text-white {
  color: #000 !important;
}

section[data-cattype="603"] .swiper {
  position: relative;
  overflow: hidden;
}

section[data-cattype="603"] .swiper-wrapper {
  display: flex;
}

section[data-cattype="603"] .swiper-gradient-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 800px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 9;
  pointer-events: none;
}

section[data-cattype="603"] .background-container,
section[data-cattype="603"] .content-container {
  overflow: visible;
}


section[data-cattype="603"] .swiper-button-next,
section[data-cattype="603"] .swiper-button-prev {
  color: #004AAC;
}

section[data-cattype="603"] .swiper {
  margin-left: auto;
  margin-right: -225px;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
section[data-cattype="603"] .swiper-button-next {
  position: absolute;
  right: 126px;
}
section[data-cattype="603"] .swiper-slide {
  height: auto;
}

section[data-cattype="603"] .content-container {
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 40px;
}
section[data-cattype="603"] .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing: content-box;
  padding: 0px !important;
  margin-top: -90px;
}

section[data-cattype="603"] .content {
  margin: 85px 0;
}

section[data-cattype="603"] .content img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  padding: 5px;
}

section[data-cattype="603"] h1 {
  color: rgba(246, 246, 246, 0.10);
  font-size: 300px;
  margin: -136px -900px -165px -900px;
}

section[data-cattype="603"] h2,
section[data-cattype="603"] h3 {
  color: #fff;
}

section[data-cattype="603"] h2 {
  margin: 60px 0 30px;
  font-size: 38px;
}

section[data-cattype="603"] h3 {
  margin: 24px 0 5px;
  font-size: 20px;
}

section[data-cattype="603"] .custom-button {
  background-color: #F7B719;
  color: #fff;
  padding: 15px 60px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Roboto';
  transition: color 0.6s ease, background-color 0.6s ease;
  position: relative;
  z-index: 99;
}

section[data-cattype="603"] .custom-button:hover {
  color: #004A58;
  background-color: #fff;
  border: 2px solid #F7B719;
}

/* ---------- Media Queries ---------- */

@media (max-width: 1400px) {
  section[data-cattype="603"] h1 {
    font-size: 200px;
    margin: -130px -900px -85px -900px;
  }
  section[data-cattype="603"] h2 {
    font-size: 38px;
  }
  section[data-cattype="603"] h3,
  section[data-cattype="603"] .custom-button {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  section[data-cattype="603"] h1 {
    font-size: 200px;
    margin-bottom: -93px;
  }
  section[data-cattype="603"] h2 {
    font-size: 28px;
  }
  section[data-cattype="603"] h3 {
    font-size: 20px;
  }
  section[data-cattype="603"] .text-center.mb-5 {
font-size: 28px !important;
}
  section[data-cattype="603"] .content {
    margin: 10px 0;
  }
section[data-cattype="603"] .swiper {
  width: 100%;
  padding: 20px;
margin-top: 81px;
overflow: visible;
  margin-left: auto;
  margin-right: auto;
}
section[data-cattype="603"] .content-container {
  margin-top: -20px;
}
section[data-cattype="603"] .swiper-button-next {
  position: absolute;
  right: 10px;
}
section[data-cattype="603"] .swiper-gradient-right {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff0 100%);
}
}