.elementor-kit-5{--e-global-color-primary:#148606;--e-global-color-secondary:#090854;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#site-preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#preloader-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}
#preloader-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  display: none;
}
#site-preloader video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#site-preloader.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease;
}
body.preloader-lock {
  overflow: hidden !important;
  height: 100vh;
  touch-action: none;
}
html.preloader-lock {
  overflow: hidden !important;
}

/* ── SUPPRESS SAFARI MEDIA CONTROLS ON ALL VIDEOS ── */
video {
  pointer-events: none;
  -webkit-appearance: none;
  outline: none;
}
video::-webkit-media-controls,
video::-webkit-media-controls-enclosure,
video::-webkit-media-controls-panel,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-start-playback-button,
video::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none !important;
  opacity: 0 !important;
}

/* ── PRELOADER-SPECIFIC MEDIA CONTROLS (extra specificity) ── */
#preloader-video::-webkit-media-controls,
#preloader-video::-webkit-media-controls-enclosure,
#preloader-video::-webkit-media-controls-panel,
#preloader-video::-webkit-media-controls-overlay-play-button,
#preloader-video::-webkit-media-controls-start-playback-button,
#preloader-video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none !important;
  opacity: 0 !important;
}

@media (max-width: 767px) {
  #site-preloader video {
    width: 100vw;
    height: auto;
    max-height: 100vh;
    object-fit: contain;
  }
}

.lightbox-overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,.93);
  display: none; align-items: center; justify-content: center;
  padding: 24px; cursor: zoom-out;
}
.lightbox-overlay.open { display: flex; }
.lightbox-overlay img {
  max-width: min(90vw, 520px); max-height: 90vh;
  border-radius: 12px; object-fit: contain;
  box-shadow: 0 30px 80px rgba(0,0,0,.6);
}
.lightbox-close {
  position: fixed; top: 20px; right: 24px;
  background: rgba(255,255,255,.15); border: none; cursor: pointer;
  color: white; font-size: 28px; width: 44px; height: 44px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.lightbox-close:hover { background: rgba(255,255,255,.28); }


.modal-overlay {
  position: fixed; inset: 0; z-index: 800;
  background: rgba(9,8,84,.65);
  display: none; align-items: center; justify-content: center;
  padding: 20px; backdrop-filter: blur(5px);
}
.modal-overlay.open { display: flex; }
.modal-card {
  background: #fff; border-radius: 20px;
  padding: 36px 32px 32px; width: 100%; max-width: 420px;
  box-shadow: 0 24px 60px rgba(9,8,84,.28); position: relative;
}
.modal-close-btn { position: absolute; top: 16px; right: 18px; background: none; border: none; cursor: pointer; font-size: 24px; color: #bbb; line-height: 1; }
.modal-close-btn:hover { color: #090854; }
.modal-logo { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; }
.modal-logo-dot { width: 30px; height: 30px; border-radius: 50%; background: #148606; display: flex; align-items: center; justify-content: center; }
.modal-logo-dot svg { width: 14px; height: 14px; }
.modal-logo-name { font-size: 13px; font-weight: 800; color: #090854; }
.modal-card h3 { font-size: 20px; font-weight: 800; color: #090854; margin-bottom: 6px; }
.modal-sub { font-size: 13.5px; color: #4a4a70; line-height: 1.6; margin-bottom: 24px; }
.modal-field { margin-bottom: 16px; }
.modal-field label { display: block; font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #090854; margin-bottom: 7px; }
.modal-field input { width: 100%; border: 1.5px solid #dde; border-radius: 10px; padding: 12px 14px; font-size: 14px; font-family: inherit; color: #090854; outline: none; }
.modal-field input:focus { border-color: #148606; }
.modal-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 22px; }
.btn-verify { background: #148606; color: #fff; font-size: 15px; font-weight: 700; padding: 14px; border-radius: 50px; border: none; cursor: pointer; font-family: inherit; }
.btn-verify:hover { background: #0d6004; }
.btn-cancel-modal { background: none; color: #4a4a70; font-size: 13.5px; font-weight: 500; padding: 8px; border-radius: 50px; border: none; cursor: pointer; font-family: inherit; text-align: center; }
.modal-success { display: none; text-align: center; padding: 10px 0 6px; }
.modal-success .success-icon { font-size: 52px; margin-bottom: 14px; }
.modal-success h4 { font-size: 19px; font-weight: 800; color: #148606; margin-bottom: 8px; }
.modal-success p { font-size: 14px; color: #4a4a70; line-height: 1.65; margin-bottom: 22px; }
.btn-proceed { background: #148606; color: #fff; font-size: 15px; font-weight: 700; padding: 14px 32px; border-radius: 50px; border: none; cursor: pointer; font-family: inherit; }
.btn-proceed:hover { background: #0d6004; }/* End custom CSS */