.elementor-377 .elementor-element.elementor-element-4167f9f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-68002ee *//* ==========================
   NEXT BATCH PAGE – PREMIUM (B + C MIX)
   ========================== */

.bp-root{
  font-family:Inter,system-ui,Roboto,Arial;
  /* Soft gradient background */
  background:
    radial-gradient(circle at top left, #e0edff 0, transparent 55%),
    radial-gradient(circle at bottom right, #e6f9ff 0, #f3f4f8 55%);
  padding:40px 16px 60px;
}

.bp-container{
  max-width:1100px;
  margin:0 auto;
}

/* ----------
   HERO + SNAPSHOT
   ---------- */

.bp-hero{
  position:relative;
  background:#ffffff;
  border-radius:24px;
  padding:22px 22px 24px;
  box-shadow:0 18px 50px rgba(15,23,42,0.12);
  display:flex;
  flex-wrap:wrap;
  gap:22px;
  align-items:flex-start;
  margin-bottom:26px;
  overflow:hidden;
  /* entrance animation */
  animation:bpFadeUp 0.6s ease-out;
  transition:transform 0.18s ease, box-shadow 0.18s ease;
}

/* subtle gradient overlay */
.bp-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top right, rgba(59,130,246,0.12), transparent 55%);
  pointer-events:none;
}

.bp-hero:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 55px rgba(15,23,42,0.16);
}

.bp-hero-main{
  flex:1.3;
  min-width:260px;
  position:relative;
  z-index:1;
}

.bp-kicker{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  font-weight:600;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#0b5ed7;
  background:rgba(11,94,215,0.08);
  padding:4px 10px;
  border-radius:999px;
  margin-bottom:10px;
  border:1px solid rgba(11,94,215,0.18);
  position:relative;
  overflow:hidden;
}

/* soft animated shine on kicker */
.bp-kicker::after{
  content:"";
  position:absolute;
  top:0;
  left:-40%;
  width:40%;
  height:100%;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,0.7), transparent);
  transform:translateX(-100%);
  animation:bpShine 2.4s ease-in-out infinite;
}

.bp-hero-main h1{
  margin:0 0 6px;
  font-size:26px;
  color:#0f1724;
}

.bp-hero-main p{
  margin:0 0 10px;
  font-size:14px;
  color:#4b5563;
}

.bp-hero-main p strong{
  font-weight:700;
  color:#111827;
}

.bp-hero-bullets{
  list-style:none;
  margin:10px 0 0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.bp-hero-bullets li{
  font-size:12px;
  background:#f3f4ff;
  color:#111827;
  border-radius:999px;
  padding:6px 10px;
  border:1px dashed rgba(11,94,215,0.25);
}

/* SNAPSHOT – blue gradient card */

.bp-snapshot{
  flex:0.9;
  min-width:240px;
  background:linear-gradient(135deg, #0b5ed7 0%, #2563eb 100%);
  color:#ffffff;
  border-radius:18px;
  padding:18px 20px;
  box-shadow:0 20px 55px rgba(11,94,215,0.35);
  position:relative;
  overflow:hidden;
  z-index:1;
}

.bp-snapshot h2{
  margin:0 0 10px;
  font-size:17px;
}

.bp-snapshot-row{
  display:flex;
  justify-content:space-between;
  gap:10px;
  font-size:13px;
  margin-bottom:6px;
}

.bp-snapshot-label{
  color:#dbeafe;
}

.bp-snapshot-value{
  color:#ffffff;
  font-weight:700;
}

.bp-snapshot-pill{
  display:inline-block;
  margin-top:12px;
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,0.22);
  color:#ffffff;
  border:none;
}

/* ----------
   MAIN GRID: FORM + INFO
   ---------- */

.bp-main-grid{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);
  gap:22px;
  animation:bpFadeUp 0.65s ease-out;
}

/* FORM CARD */

.bp-form-card{
  background:#ffffff;
  border-radius:20px;
  padding:20px 18px 22px;
  box-shadow:0 16px 45px rgba(15,23,42,0.09);
  position:relative;
  overflow:hidden;
}

.bp-form-title{
  margin:0 0 8px;
  font-size:20px;
  color:#0f1724;
}

.bp-form-sub{
  margin:0 0 16px;
  font-size:13px;
  color:#6b7280;
}

.bp-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 14px;
}

.bp-form-group{
  display:flex;
  flex-direction:column;
  gap:4px;
  font-size:13px;
}

.bp-form-group-full{
  grid-column:1 / -1;
}

.bp-form-group label{
  font-weight:600;
  color:#374151;
}

/* ULTRA PREMIUM INPUTS */

.bp-form-card input,
.bp-form-card select,
.bp-form-card textarea{
  border-radius:12px;
  border:1px solid #dce3ed;
  background:#f9fafc;
  padding:12px 14px;
  font-size:14px;
  outline:none;
  box-sizing:border-box;
  transition:border 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, transform 0.08s ease;
}

.bp-form-card textarea{
  resize:vertical;
  min-height:70px;
}

.bp-form-card input:hover,
.bp-form-card select:hover,
.bp-form-card textarea:hover{
  border-color:#b7c3d5;
  background:#fdfefe;
}

.bp-form-card input:focus,
.bp-form-card select:focus,
.bp-form-card textarea:focus{
  background:#ffffff;
  border-color:#0b5ed7;
  box-shadow:0 0 0 3px rgba(11,94,215,0.18);
  transform:translateY(-1px);
}

/* Checkbox */

.bp-checkbox-row{
  display:flex;
  align-items:flex-start;
  gap:8px;
  font-size:12px;
  color:#6b7280;
  margin-top:8px;
}

.bp-checkbox-row input[type="checkbox"]{
  margin-top:2px;
}

/* MAIN CTA BUTTON */

.bp-submit-btn{
  margin-top:16px;
  width:100%;
  padding:13px 18px;
  border-radius:14px;
  border:none;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
  background:linear-gradient(180deg,#0b5ed7,#0055cc);
  color:#fff;
  box-shadow:0 14px 34px rgba(0,55,140,0.35);
  transition:transform 0.12s ease, box-shadow 0.15s ease, opacity 0.12s ease;
}

.bp-submit-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 45px rgba(0,55,140,0.45);
  opacity:0.97;
}

.bp-submit-btn:active{
  transform:translateY(0);
  box-shadow:0 12px 30px rgba(0,55,140,0.35);
}

/* WHATSAPP CTA BUTTON */

.bp-wa-btn{
  display:inline-block;
  margin-top:12px;
  padding:12px 14px;
  border-radius:14px;
  width:100%;
  font-size:15px;
  background:linear-gradient(135deg,#25D366,#1ebe5d);
  color:#ffffff;
  text-align:center;
  text-decoration:none;
  font-weight:700;
  box-shadow:0 14px 30px rgba(22,163,74,0.3);
  transition:transform 0.12s ease, box-shadow 0.15s ease, opacity 0.12s ease;
}

.bp-wa-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 45px rgba(22,163,74,0.45);
  opacity:0.98;
}

/* ----------
   RIGHT INFO COLUMN
   ---------- */

.bp-side-card{
  background:#ffffff;
  border-radius:20px;
  padding:18px 18px 20px;
  border:1px solid #e5e7eb;
  box-shadow:0 12px 34px rgba(15,23,42,0.06);
}

.bp-side-title{
  margin:0 0 8px;
  font-size:17px;
  color:#0f1724;
}

.bp-list{
  list-style:none;
  padding:0;
  margin:0 0 12px;
  font-size:13px;
}

.bp-list li{
  display:flex;
  gap:7px;
  margin-bottom:7px;
  color:#374151;
}

.bp-list li span:first-child{
  font-size:14px;
}

/* Tag headings */

.bp-small-title{
  margin:12px 0 6px;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:0.08em;
  color:#6b7280;
}

/* FAQ */

.bp-faq details{
  border-radius:12px;
  border:1px solid #e5e7eb;
  padding:9px 11px;
  font-size:13px;
  margin-bottom:6px;
  background:#f9fafb;
  transition:border 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.bp-faq details:hover{
  border-color:#cbd5e1;
  box-shadow:0 6px 16px rgba(15,23,42,0.06);
}

.bp-faq summary{
  cursor:pointer;
  font-weight:600;
  color:#0f1724;
}

.bp-faq div{
  margin-top:6px;
  color:#4b5563;
  font-size:13px;
}

/* ----------
   ANIMATIONS
   ---------- */

@keyframes bpFadeUp{
  from{
    opacity:0;
    transform:translateY(14px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes bpShine{
  0%{
    transform:translateX(-120%);
  }
  60%{
    transform:translateX(140%);
  }
  100%{
    transform:translateX(140%);
  }
}

/* ----------
   RESPONSIVE
   ---------- */

@media (max-width:900px){
  .bp-hero{
    flex-direction:column;
  }
  .bp-main-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:600px){
  .bp-root{
    padding:24px 10px 40px;
  }
  .bp-hero-main h1{
    font-size:22px;
  }
  .bp-form-grid{
    grid-template-columns:1fr;
  }
}

/* Form header + Seats Filling Fast pill */
.bp-form-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.bp-seat-pill{
  font-size:11px;
  padding:4px 9px;
  border-radius:999px;
  background:rgba(248,113,113,0.08);
  color:#b91c1c;
  border:1px solid rgba(248,113,113,0.6);
  text-transform:uppercase;
  letter-spacing:0.08em;
  font-weight:700;
  white-space:nowrap;
  animation:bpSeatPulse 1.4s ease-in-out infinite;
}

@keyframes bpSeatPulse{
  0%{
    transform:translateY(0);
    box-shadow:0 0 0 0 rgba(248,113,113,0.45);
  }
  50%{
    transform:translateY(-1px);
    box-shadow:0 0 0 6px rgba(248,113,113,0);
  }
  100%{
    transform:translateY(0);
    box-shadow:0 0 0 0 rgba(248,113,113,0);
  }
}

@media (max-width:600px){
  .bp-form-header{
    flex-direction:column;
    align-items:flex-start;
  }
}/* End custom CSS */