.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}


.banner .swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none;
}

.banner .swiper {
  width: 100%;
}

.banner .swiper-slide {
  position: relative;
  background: #eee;
}

.banner .swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none;
}

.banner .slide-link,
.banner .slide-no-link {
  display: block;
  width: 100%;
}


.banner .slide-background {
  display: block;
  width: 100%;
}

.banner .slide-background img {
  width: 100%;
  height: auto;
  display: block;
}


.banner .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  max-width: unset;
  margin: 0;
  padding: 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  box-sizing: border-box;
}

.banner .slide-overlay h1,
.banner .slide-overlay h2 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.banner .slide-overlay p {
  font-size: 18px;
  margin-bottom: 30px;
}


.banner .slide-overlay .instant-recharge-card {
  position: absolute;
  top: 20px;
  right: 40px;
  background: rgba(0, 0, 0, 0.85);
  padding: 24px;
  border-radius: 8px;
  width: 320px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.banner .slide-overlay .recharge-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner .slide-overlay .recharge-title::before {
  content: '⚡';
  color: #f24b26;
}

.banner .slide-overlay input {
  width: 100%;
  padding: 12px;
  background: #222;
  border: 1px solid #444;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
}

.banner .slide-overlay button,
.banner .slide-overlay .button {
  width: 100%;
  background-color: #f24b26;
  color: #fff;
  border: none;
  padding: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: background 0.3s;
}

.banner .slide-overlay button:hover,
.banner .slide-overlay .button:hover {
  background-color: #d83d1c;
}


.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  width: 8px;
  height: 8px;
  transform: scale(0.6);
  transition: all 0.3s ease;
}

.banner .swiper-pagination-bullet-active {
  background-color: transparent !important;
  border: 2px solid #f04c23;
  opacity: 1;
  transform: scale(1.4);
}

.banner .swiper-pagination-bullet-prev,
.banner .swiper-pagination-bullet-next {
  transform: scale(0.8);
  opacity: 0.8;
}

/* policy-hero-teaser slide overrides */
.banner .swiper-slide.policy-hero-teaser .slide-overlay {
  position: absolute;
  top: unset;
  bottom: 40px;
  left: 50%;
  height: auto;
  transform: translateX(-50%);
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 40px 20px;
}

@media (min-width: 900px) {
  .banner .swiper-slide.policy-hero-teaser .slide-overlay {
    left: 58%;
  }
}

.banner .swiper-slide.policy-hero-teaser .slide-overlay p {
  margin: 0;
}

.banner .swiper-slide.policy-hero-teaser .slide-overlay a {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: background 0.3s;
}

.banner .swiper-slide.policy-hero-teaser .slide-overlay a:hover {
  background-color: #d83d1c;
}

@media (max-width: 899px) {
  .banner .swiper-slide.policy-hero-teaser .slide-overlay {
    bottom: unset;
    top: 72%;
    flex-direction: column;
    gap: 12px;
    transform: translate(-50%, -50%);
    padding: 0 20px;
  }

  .banner .swiper-slide.policy-hero-teaser .slide-overlay p {
    width: auto;
  }

  .banner .swiper-slide.policy-hero-teaser .slide-overlay a {
    width: auto;
    text-align: center;
    padding: 10px 20px;
    font-size: 13px;
  }
}

@media (max-width: 899px) {
  .banner .slide-overlay h1 {
    font-size: 28px;
  }

  .banner .slide-overlay .instant-recharge-card {
    position: relative;
    right: 0;
    top: 0;
    margin: 20px 0;
    width: 100%;
    box-sizing: border-box;
  }
}

/* ── South Language Popup ── */
#banner-lang-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  z-index: 9999;
  backdrop-filter: brightness(0.3);
}

.banner-lang-box {
  background: #fff;
  border-radius: 15px;
  padding: 1rem;
  height: 323px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.banner-lang-close {
  position: absolute;
  top: 9px;
  right: 5px;
  height: 23px;
  width: 23px;
  background: none;
  border: none;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.banner-lang-heading {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: center;
  max-width: 356px;
  margin: 0;
}

.banner-lang-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 100%;
}

.banner-lang-btn {
  width: 150px;
  height: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 100px;
  background: #fff;
  color: #f04c23;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.28px;
  margin: 0;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.banner-lang-btn.selected {
  background: #333;
  color: #fff;
  border-color: #333;
}

.banner-lang-continue {
  min-width: 228px;
  height: 40px;
  background: #f04c23;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s;
}

.banner-lang-continue:hover { background: #d43e1a; }

@media (max-width: 600px) {
  .banner-lang-box {
    height: auto;
    padding: 1.5rem 1rem;
    gap: 16px;
    justify-content: center;
  }

  .banner-lang-btn {
    width: 110px;
  }
}