.elementor-2858 .elementor-element.elementor-element-cbf373b{--display:flex;}/* Start custom CSS for container, class: .elementor-element-cbf373b *//* ================================================================
   ALPrograms — Request Quotation | Stylesheet
   WordPress-ready: no body/html resets, scoped to #alp-rq
================================================================ */

:root {
  --blue:        #0c1b34;
  --blue-mid:    #1a2f52;
  --blue-light:  #e8edf4;
  --red:         #7a0202;
  --red-hover:   #5e0101;
  --red-light:   #fdf0f0;
  --yellow:      #f19325;
  --gray:        #6b6467;
  --gray-light:  #9a9597;
  --lgray:       #ebeced;
  --border:      #dddfe2;
  --white:       #ffffff;
  --surface:     #f8f9fa;
  --radius:      6px;
  --radius-lg:   12px;
  --shadow-sm:   0 1px 3px rgba(12,27,52,0.06), 0 2px 10px rgba(12,27,52,0.04);
  --shadow-md:   0 4px 20px rgba(12,27,52,0.09), 0 1px 4px rgba(12,27,52,0.05);
  --shadow-lg:   0 8px 32px rgba(12,27,52,0.12), 0 2px 8px rgba(12,27,52,0.06);
  --transition:  0.18s ease;
}

/* ─────────────────────────────────────────
   SECTION WRAPPER
───────────────────────────────────────── */
#alp-rq {
  padding: 56px 24px 80px;
  background: #f1f3f6;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 15px;
  color: var(--blue);
}

/* ─────────────────────────────────────────
   MAIN GRID: sidebar | form
───────────────────────────────────────── */
#alp-rq .alp-wrap {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 32px;
  row-gap: 0;
  align-items: start;
}

/* ─────────────────────────────────────────
   PAGE TITLE — full-width row above grid
───────────────────────────────────────── */
#alp-rq .alp-page-title {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}

#alp-rq .alp-page-title-text {
  border-left: 4px solid var(--red);
  padding-left: 18px;
}

#alp-rq .alp-page-title-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 5px;
  line-height: 1;
}

#alp-rq .alp-page-title-text h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--blue);
  line-height: 1.1;
  letter-spacing: -0.6px;
}

/* ─────────────────────────────────────────
   SIDEBAR
───────────────────────────────────────── */
#alp-rq .alp-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: sticky;
  top: 24px;
  grid-column: 1;
  grid-row: 2;
}

/* ── How It Works card — Yetti lives here ── */
#alp-rq .alp-how-card {
  background: var(--blue);
  border-radius: var(--radius-lg);
  padding: 0;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  position: relative;
}

#alp-rq .alp-how-card::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 130px; height: 130px;
  background: rgba(241,147,37,0.08);
  border-radius: 50%;
  pointer-events: none;
}

#alp-rq .alp-how-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 22px 20px;
  gap: 0;
}

#alp-rq .alp-yetti-img {
  width: 96px;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.32));
  user-select: none;
  pointer-events: none;
  display: block;
  flex-shrink: 0;
  animation: alpFloat 3.6s ease-in-out infinite;
  margin-bottom: -6px;
  position: relative;
  z-index: 1;
}

#alp-rq .alp-yetti-bubble {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 14px 16px 12px;
  width: 100%;
  animation: alpPopIn 0.6s 0.3s ease both;
  position: relative;
}

#alp-rq .alp-yetti-bubble::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(255,255,255,0.07);
}

#alp-rq .alp-yetti-bubble p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.88);
  line-height: 1.65;
  margin-bottom: 8px;
}

#alp-rq .alp-yetti-bubble p strong {
  color: var(--yellow);
  font-weight: 700;
}

#alp-rq .alp-yetti-nametag {
  display: inline-block;
  background: var(--yellow);
  color: var(--blue);
  font-family: 'Poppins', sans-serif;
  font-size: 0.58rem;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 20px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

#alp-rq .alp-who-wrap {
  position: relative;
  display: inline-block;
}

#alp-rq .alp-who-btn {
  background: none;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-size: 0.63rem;
  font-weight: 600;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-bottom: 1px dashed rgba(255,255,255,0.3);
  cursor: pointer;
  padding: 0;
  transition: color 0.18s, border-color 0.18s;
}

#alp-rq .alp-who-btn:hover {
  color: var(--yellow);
  border-color: var(--yellow);
}

#alp-rq .alp-who-tooltip {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  width: 230px;
  background: var(--white);
  color: var(--blue);
  border-radius: var(--radius-lg);
  padding: 13px 15px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.22);
  z-index: 99;
  font-size: 0.82rem;
  line-height: 1.6;
  pointer-events: auto;
}

#alp-rq .alp-who-tooltip::after {
  content: '';
  position: absolute;
  top: 100%; left: 14px;
  width: 0; height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid var(--white);
}

#alp-rq .alp-who-tooltip strong { color: var(--red); }

#alp-rq .alp-who-wrap.active .alp-who-tooltip { display: block; }

#alp-rq .alp-how-text {
  padding: 0 22px 22px;
}

#alp-rq .alp-how-text h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.63rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: var(--yellow);
  margin-bottom: 8px;
}

#alp-rq .alp-how-text p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.72;
}

/* ── Stat Cards ── */
#alp-rq .alp-stat-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 16px 18px;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  gap: 14px;
  transition: box-shadow var(--transition), transform var(--transition);
}

#alp-rq .alp-stat-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

#alp-rq .alp-stat-icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: var(--red-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

#alp-rq .alp-stat-body { flex: 1; }

#alp-rq .alp-stat-num {
  font-family: 'Poppins', sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: -0.5px;
  line-height: 1;
  margin-bottom: 3px;
}

#alp-rq .alp-stat-label { font-size: 0.77rem; color: var(--gray); font-weight: 500; line-height: 1.3; }

/* ── Requirements Note ── */
#alp-rq .alp-req-note {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 15px 18px;
  box-shadow: var(--shadow-sm);
}

#alp-rq .alp-note-title {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--gray-light);
  margin-bottom: 10px;
}

#alp-rq .alp-req-note table { width: 100%; border-collapse: collapse; }
#alp-rq .alp-req-note tr + tr td { border-top: 1px solid var(--lgray); }

#alp-rq .alp-req-note td {
  font-size: 0.83rem;
  padding: 6px 0;
  color: var(--gray);
  line-height: 1.4;
}

#alp-rq .alp-req-note td:first-child { font-weight: 600; color: var(--blue); padding-right: 12px; white-space: nowrap; }
#alp-rq .alp-req-note td:last-child { text-align: right; }

/* ── Contact Card ── */
#alp-rq .alp-contact-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 15px 18px;
  box-shadow: var(--shadow-sm);
}

#alp-rq .alp-contact-list { display: flex; flex-direction: column; gap: 10px; }
#alp-rq .alp-contact-item { display: flex; align-items: flex-start; gap: 9px; }
#alp-rq .alp-contact-icon { font-size: 0.78rem; margin-top: 1px; flex-shrink: 0; }
#alp-rq .alp-contact-text { font-size: 0.8rem; color: var(--gray); line-height: 1.58; }
#alp-rq .alp-contact-text a { color: var(--gray); text-decoration: none; transition: color var(--transition); }
#alp-rq .alp-contact-text a:hover { color: var(--red); text-decoration: underline; }

/* ─────────────────────────────────────────
   FORM COLUMN
───────────────────────────────────────── */
#alp-rq .alp-form-col {
  grid-column: 2;
  grid-row: 2;
}

#alp-rq .alp-form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 44px 48px;
  box-shadow: var(--shadow-lg);
  animation: alpFadeInUp 0.5s ease both;
}

/* Fieldset titles */
#alp-rq .alp-fieldset-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--gray-light);
  margin-bottom: 20px;
  margin-top: 36px;
  white-space: nowrap;
}

#alp-rq .alp-fieldset-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}

#alp-rq .alp-fieldset-title:first-child { margin-top: 0; }

/* Layout */
#alp-rq .alp-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

#alp-rq .alp-group { display: flex; flex-direction: column; gap: 6px; }
#alp-rq .alp-group.alp-mb { margin-bottom: 18px; }

/* Labels */
#alp-rq label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--blue);
  letter-spacing: 0.1px;
  display: block;
}

#alp-rq .alp-req { color: var(--red); margin-left: 2px; }

/* Inputs */
#alp-rq input[type="text"],
#alp-rq input[type="email"],
#alp-rq input[type="tel"],
#alp-rq input[type="number"],
#alp-rq textarea {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.915rem;
  color: var(--blue);
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 10px 14px;
  outline: none;
  width: 100%;
  line-height: 1.45;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color var(--transition), background var(--transition), box-shadow var(--transition);
}

#alp-rq input::placeholder,
#alp-rq textarea::placeholder { color: #b4b8bd; font-size: 0.88rem; }

#alp-rq input:hover:not(:focus),
#alp-rq textarea:hover:not(:focus) { border-color: #c2c5ca; background: #f4f5f7; }

#alp-rq input:focus,
#alp-rq textarea:focus {
  border-color: var(--blue);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(12,27,52,0.09);
}

#alp-rq textarea { min-height: 110px; resize: vertical; line-height: 1.65; }

/* Toggle */
#alp-rq .alp-toggle-track {
  display: flex;
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 3px;
  gap: 3px;
}

#alp-rq .alp-toggle-track > label {
  flex: 1; cursor: pointer;
  font-size: unset; font-weight: unset; color: unset; display: block;
}

#alp-rq .alp-toggle-track input[type="radio"] { display: none; }

#alp-rq .alp-toggle-opt {
  display: block;
  text-align: center;
  padding: 9px 10px;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--gray);
  background: transparent;
  transition: background var(--transition), color var(--transition), box-shadow var(--transition);
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  line-height: 1.3;
}

#alp-rq .alp-toggle-track input[type="radio"]:checked + .alp-toggle-opt {
  background: var(--blue);
  color: var(--white);
  font-weight: 600;
  box-shadow: 0 1px 6px rgba(12,27,52,0.22);
}

#alp-rq .alp-toggle-track > label:hover .alp-toggle-opt { background: rgba(12,27,52,0.06); color: var(--blue); }
#alp-rq .alp-toggle-track input[type="radio"]:checked + .alp-toggle-opt:hover { background: var(--blue-mid); color: var(--white); }

/* Courses box */
#alp-rq .alp-courses-box {
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color var(--transition), box-shadow var(--transition);
  background: var(--surface);
}

#alp-rq .alp-courses-box:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(12,27,52,0.09);
}

#alp-rq .alp-search {
  display: block; width: 100%;
  border: none !important;
  border-bottom: 1px solid var(--border) !important;
  border-radius: 0 !important;
  background: var(--white) !important;
  font-size: 0.875rem;
  padding: 10px 14px;
  outline: none; box-shadow: none !important;
  color: var(--blue);
  font-family: 'Source Sans 3', sans-serif;
  transition: border-bottom-color var(--transition);
}

#alp-rq .alp-search::placeholder { color: #b4b8bd; }
#alp-rq .alp-search:focus { border-bottom-color: var(--blue) !important; background: var(--white) !important; }

#alp-rq .alp-course-list {
  max-height: 210px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d0d3d7 transparent;
}

#alp-rq .alp-course-list::-webkit-scrollbar { width: 4px; }
#alp-rq .alp-course-list::-webkit-scrollbar-thumb { background: #d0d3d7; border-radius: 4px; }

#alp-rq .alp-course-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  font-size: 0.855rem;
  color: var(--blue);
  cursor: pointer;
  transition: background var(--transition);
  font-family: 'Source Sans 3', sans-serif;
  line-height: 1.45;
}

#alp-rq .alp-course-item + .alp-course-item { border-top: 1px solid rgba(216,218,220,0.5); }
#alp-rq .alp-course-item:hover { background: #f0f1f4; }
#alp-rq .alp-course-item:has(input:checked) { background: #e8edf4; }
#alp-rq .alp-course-item:has(input:checked):hover { background: #dde4ef; }

#alp-rq .alp-course-item input[type="checkbox"] {
  width: 14px; height: 14px;
  accent-color: var(--red);
  cursor: pointer; flex-shrink: 0;
  border: none; padding: 0; background: none; box-shadow: none; outline: none;
}

#alp-rq .alp-tally { font-size: 0.77rem; color: var(--gray-light); margin-top: 7px; min-height: 1.1em; }
#alp-rq .alp-tally b { color: var(--red); font-weight: 600; }

/* Consent */
#alp-rq .alp-consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 8px;
  margin-bottom: 26px;
  padding: 14px 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

#alp-rq .alp-consent-row input[type="checkbox"] {
  width: 15px; height: 15px;
  accent-color: var(--blue);
  flex-shrink: 0; margin-top: 2px;
  border: none; padding: 0; background: none; box-shadow: none;
}

#alp-rq .alp-consent-row span { font-size: 0.83rem; color: var(--gray); line-height: 1.65; }

/* Button */
#alp-rq .alp-btn {
  display: block; width: 100%;
  background: var(--red);
  color: var(--white);
  border: none;
  border-radius: var(--radius);
  padding: 15px 24px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: background var(--transition), transform 0.12s ease, box-shadow var(--transition);
  box-shadow: 0 2px 10px rgba(122,2,2,0.25);
}

/*Diaabled Submit button */
.alp-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

#alp-rq .alp-btn:hover {
  background: var(--red-hover);
  transform: translateY(-1px);
  box-shadow: 0 5px 18px rgba(122,2,2,0.32);
}

#alp-rq .alp-btn:active { transform: translateY(0); }

/* ─────────────────────────────────────────
   TOAST
───────────────────────────────────────── */
#alp-rq-toast {
  display: none;
  position: fixed;
  bottom: 28px; right: 28px;
  background: var(--blue);
  color: #fff;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.9rem;
  padding: 16px 22px 16px 20px;
  border-left: 4px solid var(--yellow);
  border-radius: var(--radius);
  box-shadow: 0 10px 36px rgba(12,27,52,0.28);
  z-index: 9999;
  max-width: 320px;
  line-height: 1.55;
  animation: alpSlideUp 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

#alp-rq-toast .alp-toast-title {
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--yellow);
  display: block;
  margin-bottom: 4px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

/* ─────────────────────────────────────────
   ANIMATIONS
───────────────────────────────────────── */
@keyframes alpFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-7px); }
}

@keyframes alpFadeInUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes alpPopIn {
  from { opacity: 0; transform: scale(0.94) translateY(4px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes alpSlideUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 880px) {
  #alp-rq .alp-wrap {
    grid-template-columns: 1fr;
  }
  #alp-rq .alp-page-title { grid-column: 1; flex-direction: column; align-items: flex-start; gap: 20px; }
  #alp-rq .alp-sidebar { position: static; grid-row: auto; grid-column: 1; }
  #alp-rq .alp-form-col { grid-column: 1; grid-row: auto; }
}

@media (max-width: 600px) {
  #alp-rq { padding: 28px 14px 52px; }
  #alp-rq .alp-row { grid-template-columns: 1fr; gap: 13px; }
  #alp-rq .alp-form-card { padding: 26px 20px; }
  #alp-rq .alp-page-title-text h2 { font-size: 1.55rem; }
  #alp-rq-toast { bottom: 16px; right: 16px; left: 16px; max-width: none; }
}/* End custom CSS */