.elementor-6569 .elementor-element.elementor-element-d263753{--display:flex;}/* Start custom CSS for html, class: .elementor-element-230e7bf *//* ==========================
   === Layout & Wrapper ===
========================== */
.vip-news-checkout {
  max-width: 580px;
  margin: 80px auto;
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(163, 108, 255, 0.12);
  font-family: 'Poppins', sans-serif;
  color: #eee;
  background-image: linear-gradient(to bottom, #1e1c2a, #191720);
}

/* ========================
   === Titles & Text ===
======================== */
.vip-checkout-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #ffffff !important;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); /* optional glow */
}


/* =========================
   === Form Input Fields ===
========================= */
.vip-form-group {
  margin-bottom: 20px;
}
.vip-form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #ddd;
}
.vip-input-wrap,
.vip-input-wrapper {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  gap: 10px;
}
.vip-input-wrap input,
.vip-input-wrap input,
.vip-input-wrapper input {
  flex: 1;
  background-color: #ffffff; /* White background */
  color: #222;               /* Dark text for visibility */
  border: none;
  font-size: 15px;
  padding-left: 2px;
  caret-color: #222;
  box-shadow: none !important;
}

/* Placeholder color */
.vip-input-wrap input::placeholder,
.vip-input-wrapper input::placeholder {
  color: #888;
  opacity: 1;
}

/* Autofill override for Chrome */
.vip-input-wrap input:-webkit-autofill,
.vip-input-wrapper input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #222 !important;
}

.vip-input-wrap input:focus,
.vip-input-wrapper input:focus {
  outline: none;
}
.vip-input-wrapper input::placeholder {
  color: #aaa;
}
.vip-input-wrapper img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin-right: 10px;
}

/* ========================
   === Coupon Section ===
======================== */
.vip-form-group.coupon-group .vip-input-wrap {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #ff9900;
}
.coupon-group {
  text-align: center;
}
.coupon-center {
  max-width: 280px;
  margin: 0 auto;
}
.vip-discount-msg {
  font-size: 14px;
  color: #00ffae;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

/* ====================
   === Icons & UI ===
==================== */
.vip-icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vip-icon img {
  width: 100%;
  height: auto;
}

/* ====================
   === Price Display ===
==================== */
.vip-price-display {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 20px 0 10px;
}
.vip-price-display strong {
  font-size: 24px;
  color: #f8b400;
}

/* ====================
   === Buttons ===
==================== */
.vip-btn {
  display: block;
  width: 100%;
  padding: 14px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  transition: background 0.25s ease;
}
.vip-btn.primary {
  background: #f28500;
  color: #fff;
}
.vip-btn.primary:hover {
  background: #d47400;
}
.vip-btn.gradient {
  background: linear-gradient(90deg, #9145ff, #6e36f1);
  color: #fff;
}
.vip-btn.gradient:hover {
  background: linear-gradient(90deg, #a45fff, #7f4cf1);
}

/* ===============================
   === Payment Method Section ===
=============================== */
.vip-payment-section {
  margin-top: 30px;
}
.vip-payment-title {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}
.vip-payment-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.vip-payment-box {
  flex: 1 1 140px;
  min-width: 140px;
  background: rgba(255, 255, 255, 0.03);
  border: 2px solid transparent;
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.vip-payment-box:hover {
  transform: scale(1.03);
  box-shadow: 0 0 16px rgba(167, 109, 255, 0.4);
}
.vip-payment-box.selected {
  border: 2px solid #a76dff;
  background: #251c3a;
  box-shadow: 0 0 14px rgba(167, 109, 255, 0.6);
}
.vip-payment-box img {
  max-height: 38px;
  margin-bottom: 10px;
}
.vip-payment-box p {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

/* ===========================
   === Payment Popup Blur ===
=========================== */
#vipCheckoutOverlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  z-index: 10;
  display: none;
}

/* ==============================
   === VIP Payment Popup Modal ===
============================== */
.vip-payment-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom, #1e1c2a, #191720);
  padding: 40px 30px;
  border-radius: 24px;
  box-shadow: 0 0 60px rgba(144, 90, 255, 0.3);
  color: #fff;
  text-align: center;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  animation: fadeInVIP 0.25s ease;
  width: 92%;
  max-width: 500px;
  z-index: 20;
  display: none;
}
@keyframes fadeInVIP {
  from { opacity: 0; transform: translate(-50%, -42%); }
  to   { opacity: 1; transform: translate(-50%, -50%); }
}

/* ===========================
   === Close Button (X) ===
=========================== */
.vip-close-modal {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 38px;
  height: 38px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  backdrop-filter: blur(8px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  box-shadow: 0 0 8px rgba(180, 120, 255, 0.3);
}
.vip-close-modal:hover {
  background: #ff4e84;
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 0 14px rgba(255, 78, 132, 0.5);
}/* End custom CSS */