/* ── Team Slider ─────────────────────────────────────── */
.team-slider-wrap {
  position: relative;
  padding: 0 60px 52px;
  margin-top: 48px;
}
.tj-team-section-3 {
  overflow: hidden;
}
.team-swiper-outer {
  position: relative;
}
.team-swiper {
  overflow: hidden;
}
.team-swiper .team-item {
  margin: 0;
}
.team-swiper .team-img-inner {
  height: 320px;
  background: transparent !important;
}
.team-swiper .team-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}
.team-swiper .team-item {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.team-swiper .team-item .team-img::after,
.team-swiper .team-item .team-img::before {
  display: none !important;
}

/* Nav buttons */
.team-swiper-prev,
.team-swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #1E5ABD;
  background: #fff;
  color: #1E5ABD;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  z-index: 2;
  box-shadow: 0 4px 16px rgba(30,90,189,.15);
}
.team-swiper-prev { left: -52px; }
.team-swiper-next { right: -52px; }
.team-swiper-prev:hover,
.team-swiper-next:hover {
  background: #1E5ABD;
  color: #fff;
  box-shadow: 0 6px 20px rgba(30,90,189,.35);
}

/* Pagination dots */
.team-swiper-pagination {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.team-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c5d4ef;
  opacity: 1;
  transition: background 0.2s, transform 0.2s;
}
.team-swiper-pagination .swiper-pagination-bullet-active {
  background: #1E5ABD;
  transform: scale(1.3);
}

/* ── App Download Section ─────────────────────────────── */
.app-download-section {
  background: linear-gradient(135deg, #f0f6ff 0%, #e8f0fd 60%, #f7faff 100%);
  overflow: hidden;
}

/* Content */
.app-download-content {
  padding-right: 20px;
}
.app-download-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(30,90,189,.1);
  color: #1E5ABD;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.app-download-title {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.1;
  color: #0b1f3a;
  margin-bottom: 20px;
}
.app-download-title span {
  color: #1E5ABD;
}
.app-download-desc {
  color: #556;
  font-size: 16px;
  line-height: 1.8;
  max-width: 460px;
  margin-bottom: 36px;
}

/* Store buttons */
.app-store-buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
.store-btn {
  display: inline-flex;
  align-items: center;
  background: #111;
  border-radius: 12px;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  min-width: 190px;
  height: 58px;
}
.store-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
}
.store-btn img {
  height: 58px;
  width: 190px;
  object-fit: contain;
  display: block;
}
.store-btn-fallback {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  width: 190px;
  height: 58px;
}
.store-btn-icon {
  color: #fff;
  font-size: 26px;
}
.store-btn-text {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.store-btn-text small {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.5px;
  opacity: .85;
}

/* ── Highlighted QR Card ─────────────────────────────── */
.app-qr-highlight-card {
  position: relative;
  display: inline-block;
}
.app-qr-glow {
  position: absolute;
  inset: -30px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30,90,189,.22) 0%, transparent 70%);
  pointer-events: none;
  animation: qrPulse 3s ease-in-out infinite;
}
@keyframes qrPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.08); opacity: .7; }
}
.app-qr-inner {
  position: relative;
  background: linear-gradient(160deg, #0f2a4e 0%, #0b1f3a 100%);
  border-radius: 28px;
  padding: 36px 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  box-shadow:
    0 0 0 1px rgba(30,90,189,.25),
    0 30px 80px rgba(11,31,58,.45),
    0 0 60px rgba(30,90,189,.15);
}
.app-qr-label-top {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.75);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .4px;
}
.app-qr-label-top i {
  font-size: 16px;
  color: #5b9cf6;
}

/* Corner decorators around the QR */
.app-qr-frame {
  position: relative;
  padding: 10px;
}
.app-qr-frame #indexQrCode {
  border-radius: 12px;
  overflow: hidden;
  display: block;
  line-height: 0;
}
.app-qr-frame #indexQrCode img,
.app-qr-frame #indexQrCode canvas {
  border-radius: 12px;
  display: block;
}
.app-qr-corner {
  position: absolute;
  width: 22px;
  height: 22px;
  border-color: #5b9cf6;
  border-style: solid;
}
.app-qr-corner.tl { top: 0; left: 0;  border-width: 3px 0 0 3px; border-radius: 6px 0 0 0; }
.app-qr-corner.tr { top: 0; right: 0; border-width: 3px 3px 0 0; border-radius: 0 6px 0 0; }
.app-qr-corner.bl { bottom: 0; left: 0;  border-width: 0 0 3px 3px; border-radius: 0 0 0 6px; }
.app-qr-corner.br { bottom: 0; right: 0; border-width: 0 3px 3px 0; border-radius: 0 0 6px 0; }

.app-qr-hint {
  color: rgba(255,255,255,.5);
  font-size: 12px;
  text-align: center;
  margin: 0;
  max-width: 240px;
  line-height: 1.6;
}
.app-qr-stores-row {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  font-weight: 600;
}
.app-qr-stores-row i {
  margin-right: 4px;
}
.app-qr-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,.3);
}

/* Responsive */
@media (max-width: 991px) {
  .app-download-content {
    padding-right: 0;
    text-align: center;
  }
  .app-download-title {
    font-size: 40px;
  }
  .app-download-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .app-store-buttons {
    align-items: center;
  }
}
@media (max-width: 575px) {
  .app-download-title {
    font-size: 32px;
  }
  .app-qr-inner {
    padding: 28px 28px 24px;
  }
}

/* ── Fixed Download QR Widget ────────────────────────── */
.dl-widget {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(calc(100% - 40px));
  z-index: 9999;
  display: flex;
  align-items: stretch;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(-4px 4px 20px rgba(11,31,58,.25));
}
.dl-widget:hover,
.dl-widget.open {
  transform: translateY(-50%) translateX(0);
}

/* Vertical tab (always visible) */
.dl-tab {
  width: 40px;
  background: linear-gradient(180deg, #1E5ABD 0%, #0b1f3a 100%);
  border-radius: 12px 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  padding: 18px 0;
}
.dl-tab span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  user-select: none;
}

/* Panel */
.dl-panel {
  background: linear-gradient(160deg, #0f2a4e 0%, #0b1f3a 100%);
  border-radius: 0 0 0 14px;
  padding: 20px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  min-width: 190px;
}

.dl-panel-title {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: .7;
  margin: 0;
  align-self: flex-start;
}

/* QR blocks */
.dl-qr-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.dl-qr-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.dl-qr-block img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background: #fff;
  display: block;
  object-fit: cover;
}
.dl-qr-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.dl-qr-label i {
  color: rgba(255,255,255,.8);
  font-size: 14px;
}
.dl-qr-label span {
  color: rgba(255,255,255,.6);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
}

/* Divider between QR codes */
.dl-qr-divider {
  width: 1px;
  background: rgba(255,255,255,.1);
  align-self: stretch;
  margin-top: 4px;
}

/* Mobile — hide widget */
@media (max-width: 991px) {
  .dl-widget {
    display: none;
  }
}
