/* ===== HARD RESET / ISOLATION SHIELD =====
     Purane theme/CSS ke saath conflict rokne ke liye — sab kuch scoped
     hai .bpa-nav ke andar aur high-specificity + !important use kiya hai
     taake koi bhi purani global CSS rule (ul, li, a, button etc.) override na kare. */

   
@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Outfit:wght@100..900&display=swap');

  #book-preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: radial-gradient(circle at 50% 40%, #1b3350 0%, #152339 70%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#book-preloader.bp-hide { opacity: 0; visibility: hidden; pointer-events: none; }
.bp-glow {
  position: absolute; width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(36,129,150,0.35) 0%, rgba(36,129,150,0) 70%);
  filter: blur(10px);
  animation: bp-pulse 2.4s ease-in-out infinite;
}
.bp-logo-wrap { position: relative; width: min(70vw, 340px); overflow: hidden; animation: bp-rise 1s ease forwards; }
.bp-logo { width: 100%; height: auto; display: block; clip-path: inset(0 100% 0 0); animation: bp-reveal 1.4s cubic-bezier(0.65,0,0.35,1) 0.2s forwards; }
.bp-shine {
  position: absolute; top: 0; left: -60%; width: 40%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: skewX(-20deg);
  animation: bp-sweep 2.2s ease-in-out 1.6s infinite;
}
.bp-bar { width: 160px; height: 3px; background: rgba(255,255,255,0.12); border-radius: 4px; overflow: hidden; }
.bp-bar span { display: block; height: 100%; width: 40%; background: linear-gradient(90deg, #248196, #6fd3d8); border-radius: 4px; animation: bp-loading 1.3s ease-in-out infinite; }
.bp-text { font-family: 'Merriweather', serif; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: #9fb8c8; opacity: 0.85; }
@keyframes bp-reveal { to { clip-path: inset(0 0 0 0); } }
@keyframes bp-rise { from { opacity:0; transform: translateY(14px);} to { opacity:1; transform: translateY(0);} }
@keyframes bp-sweep { 0% { left:-60%; } 100% { left:130%; } }
@keyframes bp-pulse { 0%,100% { transform: scale(1); opacity:.7;} 50% { transform: scale(1.15); opacity:1;} }
@keyframes bp-loading { 0% { transform: translateX(-100%);} 50% { transform: translateX(60%);} 100% { transform: translateX(250%);} }


  .bpa-nav, .bpa-nav *, .bpa-nav *::before, .bpa-nav *::after {
    box-sizing: border-box !important;
    list-style: none !important;
    text-shadow: none !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    background-image: none !important;
    float: none !important;
  }
  .bpa-nav ul, .bpa-nav li { margin: 0 !important; padding: 0 !important; }
  .bpa-nav a, .bpa-nav button {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .bpa-overlay { margin: 0 !important; padding: 0 !important; }

  .bpa-nav {
    --bpa-teal: #248196;
    --bpa-navy: #152339;
    --bpa-navy-2: #0e1a2b;
    --bpa-white: #ffffff;
   font-family: "Outfit", sans-serif;
    position: sticky !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999 !important;
    background: linear-gradient(100deg, #0c1f30 0%, #12283d 40%, #1b3b56 75%, #24506f 100%) !important;
    transition: box-shadow .3s ease, padding .3s ease;
    box-shadow: 0 2px 14px rgba(0,0,0,.25);
  }

  .bpa-nav.bpa-scrolled {
    box-shadow: 0 4px 22px rgba(0,0,0,.4);
  }

  .bpa-top-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 28px;
    padding: 6px 30px;
 font-family: "Outfit", sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,.75);
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .bpa-top-bar a { color: rgba(255,255,255,.85); text-decoration: none; }
  .bpa-top-bar a:hover { color: var(--bpa-teal); }
  .bpa-top-bar i { color: var(--bpa-teal); margin-right: 6px; }

  .bpa-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
    max-width: 1440px;
    margin: 0 auto;
  }

  .bpa-logo img { height: 46px; display: block; }
  .bpa-logo { flex-shrink: 0; }

  .bpa-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;font-family: "Outfit", sans-serif;
  }

  .bpa-menu > li { position: relative; }

  .bpa-menu > li > a,
  .bpa-menu > li > button.bpa-menu-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--bpa-white);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 16px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: "Outfit", sans-serif;
    border-radius: 6px;
    transition: color .2s ease, background .2s ease;
  }

  .bpa-menu > li > a:hover,
  .bpa-menu > li > button.bpa-menu-link:hover,
  .bpa-menu > li.bpa-active > button.bpa-menu-link {
    color: var(--bpa-teal);
    background: rgba(255,255,255,.06);
  }

  .bpa-chevron {
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .25s ease;
    margin-top: -3px;
  }
  .bpa-menu > li.bpa-active .bpa-chevron { transform: rotate(-135deg); margin-top: 3px; }

  .bpa-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--bpa-teal);
    color: #fff;
    padding: 12px 26px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s ease, transform .2s ease;
  }
  .bpa-cta .bpa-cta-arrow {
    display: inline-flex;
    transition: transform .2s ease;
  }
  .bpa-cta:hover {
    background: #1c6a7c;
    transform: translateY(-1px);
    color: #fff;
  }
  .bpa-cta:hover .bpa-cta-arrow { transform: translateX(4px); }

  .bpa-right { display: flex; align-items: center; gap: 22px; }

  /* ---------- MEGA MENU ---------- */
  .bpa-mega {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: 820px;
    max-width: 90vw;
    background: var(--bpa-navy);
    border: 1px solid rgba(255,255,255,.08);
    border-top: 3px solid var(--bpa-teal);
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    padding: 30px 30px 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease, visibility .22s;
  }
  .bpa-menu > li.bpa-active .bpa-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  .bpa-mega-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 18px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .bpa-mega-heading h3 {
   font-family: "Outfit", sans-serif;
    color: #fff;
    font-size: 17px;
    margin: 0 !important;
  }
  .bpa-mega-heading span {
    color: rgba(255,255,255,.45);
   font-family: "Outfit", sans-serif;
    font-size: 12.5px;
  }

  .bpa-mega-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }

  .bpa-mega-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px !important;
    border-radius: 10px;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
    position: relative;
  }
  .bpa-mega-item:hover {
    background: rgba(36,129,150,.14);
    transform: translateY(-2px);
  }

  .bpa-mega-icon {
    font-size: 20px;
    line-height: 1;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(36,129,150,.18);
    border-radius: 9px;
    transition: background .2s ease;
  }
  .bpa-mega-item:hover .bpa-mega-icon { background: var(--bpa-teal); }

  .bpa-mega-text h4 {
  font-family: "Outfit", sans-serif;
    color: #fff;
    font-size: 14.5px;
    margin: 0 0 4px !important;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .bpa-mega-arrow {
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity .2s ease, transform .2s ease;
    color: var(--bpa-teal);
    font-size: 12px;
  }
  .bpa-mega-item:hover .bpa-mega-arrow { opacity: 1; transform: translateX(0); }

  .bpa-mega-text p {
    color: rgba(255,255,255,.55);
    font-size: 12.5px;
    line-height: 1.45;
    margin: 0 !important;
  }

  .bpa-mega-footer {
    margin-top: 14px !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(255,255,255,.08);
    text-align: right;
  }
  .bpa-mega-footer a {
    color: var(--bpa-teal);
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
  }
  .bpa-mega-footer a:hover { text-decoration: underline; }

  .bpa-mobile-cta { display: none; }

  /* ---------- MOBILE TOGGLE ---------- */
  .bpa-burger {
    display: none;
    width: 42px;
    height: 42px;
    border: none;
    background: rgba(255,255,255,.08);
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
  }
  .bpa-burger span {
    position: absolute;
    left: 9px;
    right: 9px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform .25s ease, opacity .25s ease, top .25s ease;
  }
  .bpa-burger span:nth-child(1) { top: 14px; }
  .bpa-burger span:nth-child(2) { top: 20px; }
  .bpa-burger span:nth-child(3) { top: 26px; }

  .bpa-nav.bpa-open .bpa-burger span:nth-child(1) { top: 20px; transform: rotate(45deg); }
  .bpa-nav.bpa-open .bpa-burger span:nth-child(2) { opacity: 0; }
  .bpa-nav.bpa-open .bpa-burger span:nth-child(3) { top: 20px; transform: rotate(-45deg); }

  .bpa-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    z-index: 9990;
    opacity: 0;
    transition: opacity .25s ease;
  }
  .bpa-nav.bpa-open ~ .bpa-overlay {
    display: block;
    opacity: 1;
  }

  /* ---------- RESPONSIVE ---------- */
  @media (max-width: 991px) {
    .bpa-top-bar { display: none; }

    .bpa-burger { display: block; }

    .bpa-right .bpa-cta { display: none; }

    .bpa-menu {
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      width: min(340px, 85vw);
      background: var(--bpa-navy-2);
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding: 90px 20px 30px;
      transform: translateX(100%);
      transition: transform .3s ease;
      overflow-y: auto;
      z-index: 9995;
      box-shadow: -10px 0 30px rgba(0,0,0,.4);
    }
    .bpa-nav.bpa-open .bpa-menu { transform: translateX(0); }

    .bpa-menu > li { width: 100%; }
    .bpa-menu > li > a,
    .bpa-menu > li > button.bpa-menu-link {
      width: 100%;
      justify-content: space-between;
      padding: 15px 10px;
      border-bottom: 1px solid rgba(255,255,255,.07);
      border-radius: 0;
      font-size: 16px;
    }

    .bpa-mobile-cta {
      display: block;
      margin-top: 20px;
      text-align: center;
    }

    .bpa-mega {
      position: static;
      transform: none !important;
      width: 100%;
      max-width: none;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      box-shadow: none;
      border: none;
      border-top: none;
      background: rgba(255,255,255,.03);
      padding: 14px !important;
      margin-bottom: 6px !important;
      display: none;
      border-radius: 10px;
    }
    .bpa-menu > li.bpa-active .bpa-mega { display: block; }

    .bpa-mega-heading { margin-bottom: 12px !important; padding-bottom: 10px !important; }
    .bpa-mega-grid { grid-template-columns: 1fr; }
    .bpa-mega-item { padding: 12px 10px !important; }
    .bpa-mega-item:hover { transform: none; }
    .bpa-mega-footer { text-align: left; }
  }

  @media (max-width: 480px) {
    .bpa-logo img { height: 36px; }
    .bpa-main { padding: 10px 16px; }
  }

  #formLoader{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,.95);
    z-index:999999;
    display:flex;
    justify-content:center;
    align-items:center;
}

.loader-box{
    text-align:center;
}

.spinner{
    width:70px;
    height:70px;
    border:6px solid #e5e5e5;
    border-top:6px solid #63c0ce;
    border-radius:50%;
    animation:spin .8s linear infinite;
    margin:auto;
    margin-bottom:20px;
}

@keyframes spin{
    100%{
        transform:rotate(360deg);
    }
}

.loader-box h4{
    margin:0;
    font-size:22px;
    color:#333;
}

.loader-box p{
    color:#666;
    margin-top:8px;
}


  #wdvt-video-testimonial-section {
    font-family: "Outfit", sans-serif !important;
    background-color: #f7f9fa !important;
    padding: 80px 20px !important;
    box-sizing: border-box !important;
  }

  #wdvt-video-testimonial-section * {
    box-sizing: border-box !important;
    font-family: "Outfit", sans-serif !important;
  }

  #wdvt-container.wdvt-container {
    max-width: 900px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  /* ---------- Heading ---------- */
  #wdvt-heading-wrap.wdvt-heading-wrap {
    text-align: center !important;
    margin-bottom: 40px !important;
    max-width: 620px !important;
  }

  #wdvt-eyebrow.wdvt-eyebrow {
    display: inline-block !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #248196 !important;
    background: rgba(36, 129, 150, 0.1) !important;
    padding: 6px 16px !important;
    border-radius: 20px !important;
    margin-bottom: 16px !important;
  }

  #wdvt-title.wdvt-title {
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #152339 !important;
    margin: 0 0 12px 0 !important;
    line-height: 1.25 !important;
  }

  #wdvt-subtitle.wdvt-subtitle {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #5b6b7a !important;
    margin: 0 !important;
    line-height: 1.6 !important;
  }

  /* ---------- Video Card ---------- */
  #wdvt-video-card.wdvt-video-card {
    width: 100% !important;
    max-width: 800px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 50px rgba(21, 35, 57, 0.18) !important;
    background: #000000 !important;
  }

  #wdvt-video-wrapper.wdvt-video-wrapper {
    position: relative !important;
    width: 100% !important;
    padding-top: 56.25% !important; /* 16:9 */
    overflow: hidden !important;
  }

  /* ---------- Thumbnail ---------- */
  #wdvt-thumb.wdvt-thumb {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  #wdvt-thumb-img.wdvt-thumb-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  #wdvt-overlay.wdvt-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(21,35,57,0.15) 0%, rgba(21,35,57,0.45) 100%) !important;
    transition: background 0.3s ease !important;
  }

  #wdvt-thumb.wdvt-thumb:hover #wdvt-overlay.wdvt-overlay {
    background: rgba(21,35,57,0.55) !important;
  }

  #wdvt-play-btn.wdvt-play-btn {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 84px !important;
    height: 84px !important;
    border-radius: 50% !important;
    background: #248196 !important;
    border: 4px solid rgba(255,255,255,0.85) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: transform 0.25s ease, background 0.25s ease !important;
    padding: 0 !important;
    z-index: 2 !important;
  }

  #wdvt-play-btn.wdvt-play-btn:hover {
    background: #1c6577 !important;
    transform: translate(-50%, -50%) scale(1.08) !important;
  }

  #wdvt-play-icon.wdvt-play-icon {
    margin-left: 4px !important;
  }

  /* ---------- Iframe Holder ---------- */
  #wdvt-iframe-holder.wdvt-iframe-holder {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  #wdvt-iframe-holder.wdvt-iframe-holder iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    display: block !important;
  }

  /* ---------- Responsive ---------- */
  @media (max-width: 600px) {
    #wdvt-video-testimonial-section {
      padding: 56px 16px !important;
    }
    #wdvt-title.wdvt-title {
      font-size: 26px !important;
    }
    #wdvt-subtitle.wdvt-subtitle {
      font-size: 14.5px !important;
    }
    #wdvt-play-btn.wdvt-play-btn {
      width: 64px !important;
      height: 64px !important;
      border-width: 3px !important;
    }
    #wdvt-play-icon.wdvt-play-icon svg,
    #wdvt-play-icon.wdvt-play-icon {
      width: 20px !important;
      height: 20px !important;
    }
  }
