/* ============================================
   UNITEC HERO SLIDER
   ============================================ */

/* Fix horizontal overflow on body */
.unitec-hero-slider,
.unitec-hero-slider * {
  box-sizing: border-box !important;
}

/* Container */
.unitec-hero-slider {
  position: relative !important;
  overflow: hidden !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}
.unitec-hero-slider .swiper.unitec-swiper {
  width: 100% !important;
  height: 650px !important;
  overflow: visible !important;
}

/* Slide */
.unitec-slide {
  position: relative !important;
  overflow: hidden !important;
  background: #000 !important;
}
.unitec-slide-bg {
  position: absolute !important;
  inset: 0 !important;
  background-size: cover !important;
  background-position: center !important;
}
.unitec-slide-active .unitec-slide-bg {
  transform: scale(1);
}

/* Overlay */
.unitec-slide-overlay {
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(135deg, rgba(0,38,144,0.65) 0%, rgba(0,0,0,0.15) 50%, rgba(86,102,225,0.35) 100%),
    linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 50%) !important;
  z-index: 1 !important;
}

/* Content - centered */
.unitec-slide-content {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.unitec-slide-inner {
  text-align: center !important;
  max-width: 800px !important;
  padding: 0 20px !important;
}

/* Tagline */
.unitec-tagline {
  display: inline-block !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  padding: 8px 24px !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
  border-radius: 30px !important;
  background: rgba(255,255,255,0.08) !important;
  margin-bottom: 20px !important;
  backdrop-filter: blur(4px) !important;
}

/* Title */
.unitec-hero-title {
  color: #fff !important;
  font-size: 52px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  margin: 16px 0 24px !important;
  text-shadow: 0 4px 30px rgba(0,0,0,0.4) !important;
  text-align: center !important;
}

/* Divider */
.unitec-divider {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  margin-bottom: 28px !important;
}
.unitec-divider-line {
  width: 50px !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.7), transparent) !important;
}
.unitec-divider-diamond {
  width: 8px !important;
  height: 8px !important;
  background: #fff !important;
  transform: rotate(45deg) !important;
  flex-shrink: 0 !important;
}

/* ============================================
   CTA BUTTON
   ============================================ */
a.unitec-cta-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 16px 40px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 2px solid rgba(255,255,255,0.45) !important;
  border-radius: 50px !important;
  background: rgba(255,255,255,0.1) !important;
  backdrop-filter: blur(8px) !important;
  transition: all 0.35s cubic-bezier(0.4,0,0.2,1) !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 5 !important;
}
a.unitec-cta-btn:hover {
  background: #fff !important;
  color: #002690 !important;
  border-color: #fff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 40px rgba(0,38,144,0.35) !important;
}
a.unitec-cta-btn svg {
  transition: transform 0.3s ease !important;
  flex-shrink: 0 !important;
}
a.unitec-cta-btn:hover svg {
  transform: translateX(4px) !important;
}

/* ============================================
   NAVIGATION ARROWS
   ============================================ */
.unitec-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 30 !important;
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  border: 2px solid rgba(255,255,255,0.35) !important;
  background: rgba(0,0,0,0.2) !important;
  backdrop-filter: blur(8px) !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1) !important;
  color: #fff !important;
  padding: 0 !important;
  margin-top: 0 !important;
}
.unitec-arrow:hover {
  background: rgba(255,255,255,0.15) !important;
  border-color: rgba(255,255,255,0.7) !important;
  transform: translateY(-50%) scale(1.1) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2) !important;
}
.unitec-arrow:active {
  transform: translateY(-50%) scale(0.95) !important;
}
.unitec-arrow svg {
  width: 22px !important;
  height: 22px !important;
}
.unitec-arrow-prev {
  left: 24px !important;
  right: auto !important;
}
.unitec-arrow-next {
  right: 24px !important;
  left: auto !important;
}

/* ============================================
   PAGINATION DOTS
   ============================================ */
.unitec-hero-slider .swiper-pagination {
  position: absolute !important;
  bottom: 24px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 30 !important;
  text-align: center !important;
}
.unitec-hero-slider .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: rgba(255,255,255,0.45) !important;
  opacity: 1 !important;
  transition: all 0.4s cubic-bezier(0.4,0,0.2,1) !important;
  margin: 0 6px !important;
}
.unitec-hero-slider .swiper-pagination-bullet:hover {
  background: rgba(255,255,255,0.7) !important;
}
.unitec-hero-slider .swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1 !important;
  width: 32px !important;
  border-radius: 5px !important;
}

/* ============================================
   WAVE
   ============================================ */
.unitec-hero-wave {
  position: absolute !important;
  bottom: -2px !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 3 !important;
  line-height: 0 !important;
  pointer-events: none !important;
}
.unitec-hero-wave svg {
  width: 100% !important;
  height: 80px !important;
  display: block !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991px) {
  .unitec-hero-slider .swiper.unitec-swiper {
    height: 500px !important;
  }
  .unitec-hero-title {
    font-size: 36px !important;
  }
  .unitec-tagline {
    font-size: 12px !important;
    letter-spacing: 2px !important;
    padding: 6px 18px !important;
  }
  .unitec-divider-line {
    width: 35px !important;
  }
  a.unitec-cta-btn {
    padding: 14px 32px !important;
    font-size: 14px !important;
  }
  .unitec-arrow {
    width: 48px !important;
    height: 48px !important;
  }
  .unitec-arrow svg {
    width: 20px !important;
    height: 20px !important;
  }
}
@media (max-width: 767px) {
  .unitec-hero-slider .swiper.unitec-swiper {
    height: 420px !important;
  }
  .unitec-hero-title {
    font-size: 26px !important;
    margin: 12px 0 18px !important;
  }
  .unitec-tagline {
    font-size: 10px !important;
    letter-spacing: 1.5px !important;
    padding: 5px 14px !important;
    margin-bottom: 14px !important;
  }
  .unitec-divider {
    margin-bottom: 20px !important;
  }
  .unitec-divider-line {
    width: 28px !important;
  }
  .unitec-divider-diamond {
    width: 6px !important;
    height: 6px !important;
  }
  a.unitec-cta-btn {
    padding: 12px 24px !important;
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
  }
  .unitec-arrow-prev {
    left: 10px !important;
  }
  .unitec-arrow-next {
    right: 10px !important;
  }
  .unitec-arrow {
    width: 42px !important;
    height: 42px !important;
    border-width: 1px !important;
  }
  .unitec-arrow svg {
    width: 18px !important;
    height: 18px !important;
  }
  .unitec-hero-wave svg {
    height: 50px !important;
  }
  .unitec-hero-slider .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin: 0 4px !important;
  }
  .unitec-hero-slider .swiper-pagination-bullet-active {
    width: 24px !important;
  }
}
@media (max-width: 480px) {
  .unitec-hero-slider .swiper.unitec-swiper {
    height: 360px !important;
  }
  .unitec-hero-title {
    font-size: 22px !important;
  }
  .unitec-tagline {
    font-size: 9px !important;
    padding: 4px 12px !important;
  }
  a.unitec-cta-btn {
    padding: 10px 20px !important;
    font-size: 11px !important;
  }
  .unitec-hero-wave svg {
    height: 40px !important;
  }
}