/* ============================================================
   UNIVERSAL MIGRATION — FRANCE LANDING PAGE
   Re-themed to match the main home page (emapp.co.in/WD/AN/universal/)
   Content/markup unchanged — only visual theme is updated.
   ============================================================ */
:root{
  /* Denmark Theme */
  --primary:#C60C30;
  --primary-dark:#9B0B26;
  --secondary-blue:#B71C3A;
  --accent:#111827;
  --teal:#F4F4F4;
  --dark:#0F172A;
  --ink:#27364B;
  --text:#5F6B7A;
  --muted:#8A94A6;
  --light:#FFF9FA;
  --soft-blue:#FFF5F7;
  --white:#FFFFFF;
}

/* RESET */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:"Manrope","Segoe UI",Arial,sans-serif;
  scroll-behavior:smooth;
}

h1,h2,h3,h4,h5,h6,
.section-title,
.parallax-content h2,
.edu-overlay h2,
.parallax-divider h2,
.visa-section h2,
.lead-form-box h2,
.cta h2,
.hero h1,
.accordion-button,
.tab-btn,
.submit-btn,
.whatsapp-btn{
  font-family:"Plus Jakarta Sans","Manrope","Segoe UI",Arial,sans-serif;
  letter-spacing:0;
}

body{
  background:
    linear-gradient(120deg, rgba(213,43,30,0.10) 0%, transparent 42%),
    linear-gradient(240deg, rgba(213,43,30,0.08) 0%, transparent 38%),
    linear-gradient(135deg,#FFF9FA 0%,#FFF5F7 38%,#f2f6fa 68%,#eaf0f5 100%);
  color:var(--dark);
  overflow-x:hidden;
}

img{max-width:100%;}

/* ============================================================
   HERO
   ============================================================ */
.hero{
  position:relative;
  min-height:80vh;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  color:#fff;
}

.hero-bg{
  position:fixed;
  inset:0;
  width:100%;
  height:100%;
  background:
    linear-gradient(to right, rgba(0,32,71,0.85), rgba(213,43,30,0.55)),
    url('assets/fr-img/image-10.webp') center/cover no-repeat;
  z-index:-1;
  transition:transform 0.2s linear;
}

.hero-content{
  position:relative;
  z-index:2;
  text-align:center;
  max-width:960px;
  margin:auto;
  padding:60px 24px;
}

.un-logo{
  width:140px;
  margin-bottom:32px;
  background:rgba(255,255,255,0.95);
  border-radius:20px;
  padding:14px 18px;
  box-shadow:0 18px 44px rgba(4,28,52,0.25);
}

.hero h1{
  font-size:clamp(2rem,4vw,3.25rem);
  font-weight:800;
  line-height:1.12;
  margin:0 auto;
  max-width:900px;
  opacity:0;
  transform:translateY(30px);
  transition:1s;
  text-shadow:0 4px 18px rgba(0,0,0,0.35);
}

.hero p{
  font-size:1.02rem;
  line-height:1.8;
  color:#f2f2f2;
  margin-top:18px;
  opacity:0;
  transform:translateY(30px);
  transition:1.2s;
}

.badge{
  margin-top:22px;
  display:inline-block;
  background:linear-gradient(135deg,#C60C30,#9B0B26);
  color:#fff;
  padding:10px 20px;
  border-radius:50px;
  font-size:13px;
  font-weight:700;
  letter-spacing:0.5px;
  box-shadow:0 14px 35px rgba(213,43,30,0.35);
}

/* ============================================================
   SECTIONS (generic)
   ============================================================ */
.section{
  padding:90px 8%;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.92) 0%, rgba(239,248,255,0.86) 58%, rgba(239,252,247,0.82) 100%);
  color:var(--dark);
}

.section .par-1,
.par-1{
  font-size:1.15rem;
  line-height:1.85;
  color:#262e37;
}

.nz-img{
  border-radius:24px !important;
  transition:0.4s ease;
  max-height:420px;
  width:100%;
  object-fit:cover;
  box-shadow:0 24px 54px rgba(30,58,138,0.16);
  border:1px solid rgba(213,43,30,0.10);
}
.nz-img:hover{
  transform:translateY(-6px) scale(1.02);
  box-shadow:0 30px 60px rgba(30,58,138,0.22);
}

/* ============================================================
   PARALLAX "Why study"
   ============================================================ */
.parallax-img{
  position:relative;
  min-height:46vh;
  background:
    linear-gradient(to right,rgb(159, 22, 22),rgba(255, 66, 52, 0.65)),
    url('assets/fr-img/image-12.jpeg') center/cover no-repeat;
  background-attachment:scroll;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  padding:80px 20px;
}

.parallax-content{
  max-width:900px;
  margin:auto;
  padding:20px;
}

.parallax-content h2{
  font-size:clamp(2rem,4vw,3.2rem);
  font-weight:800;
  margin-bottom:18px;
}

.parallax-content p{
  font-size:1rem;
  line-height:1.8;
  opacity:0.95;
  max-width:780px;
  margin:0 auto;
}

/* ============================================================
   KEY ADVANTAGES
   ============================================================ */
.why-section{
  position:relative;
  background:
    linear-gradient(135deg, rgba(248,251,255,0.94) 0%, rgba(229,242,255,0.92) 50%, rgba(241,246,250,0.94) 100%);
  padding:100px 8%;
  overflow:hidden;
}
.why-section::before{
  content:"";
  position:absolute;
  right:-40px; bottom:-40px;
  width:480px; height:480px;
  background:url('assets/fr-img/image-6.webp') no-repeat center/contain;
  opacity:0.06;
  pointer-events:none;
}

.section-title{
  font-size:clamp(2rem,4vw,3.2rem);
  font-weight:800;
  line-height:1;
  color:var(--dark);
  margin-bottom:18px;
  position:relative;
  display:inline-block;
}
.section-title::after{
  content:"";
  display:block;
  width:64px;
  height:4px;
  margin:14px auto 0;
  border-radius:999px;
  background:linear-gradient(90deg,var(--primary),var(--teal));
}

.why-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin-top:30px;
}

.why-item{
  display:flex;
  align-items:center;
  gap:16px;
  background:#fff;
  border:1px solid rgba(213,43,30,0.10);
  padding:22px 22px;
  border-radius:18px;
  box-shadow:0 12px 28px rgba(30,58,138,0.07);
  transition:0.35s ease;
}
.why-item i{
  font-size:22px;
  width:48px; height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:rgba(213,43,30,0.10);
  color:var(--primary);
  transition:0.3s ease;
  flex-shrink:0;
}
.why-item p{
  margin:0;
  font-size:16px;
  line-height:1.65;
  color:var(--ink);
  font-weight:600;
}
.why-item:hover{
  transform:translateY(-6px);
  border-color:rgba(213,43,30,0.25);
  box-shadow:0 22px 44px rgba(30,58,138,0.14);
}
.why-item:hover i{
  background:rgb(216, 25, 25);
  color:#fff;
  transform:scale(1.08);
}

/* ============================================================
   QUICK FACTS
   ============================================================ */
.nz-info-section{
  padding:100px 8%;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.92) 0%, rgba(232,244,255,0.88) 100%);
  color:var(--dark);
  text-align:center;
}
.nz-info-section .section-title{text-align:center;}

.facts-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:16px;
  margin-top:40px;
  text-align:left;
}

.fact{
  background:#fff;
  padding:22px 22px;
  border-radius:18px;
  font-size:14px;
  line-height:1.65;
  color:var(--ink);
  border:1px solid rgba(213,43,30,0.10);
  box-shadow:0 12px 28px rgba(30,58,138,0.06);
  transition:0.3s ease;
}
.fact span{
  display:block;
  font-weight:800;
  color:var(--primary);
  margin-bottom:6px;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:0.3px;
}
.fact:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 44px rgba(30,58,138,0.12);
  border-color:rgba(213,43,30,0.22);
}

/* ============================================================
   EDUCATION SYSTEM (parallax)
   ============================================================ */
.edu-parallax{
  position:relative;
  background:
    linear-gradient(to right,rgb(159, 22, 22),rgba(255, 66, 52, 0.65)),
    url('assets/fr-img/image-3.webp') center/cover no-repeat;
  background-attachment:scroll;
  padding:100px 8%;
  color:#fff;
  text-align:center;
}
.edu-overlay{max-width:1100px; margin:auto;}
.edu-overlay h2{
  font-size:clamp(2rem,4vw,3.2rem);
  font-weight:800;
  margin-bottom:18px;
}
.edu-overlay > p{
  font-size:1.02rem;
  line-height:1.8;
  margin-bottom:40px;
  opacity:0.92;
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}

.edu-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:24px;
  margin-top:30px;
}

.edu-card{
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.15);
  /* backdrop-filter:blur(14px); */
  border-radius:22px;
  overflow:hidden;
  transition:0.4s ease;
  padding-bottom:24px;
  text-align:left;
}
.edu-card:hover{
  transform:translateY(-10px);
  background:rgba(255,255,255,0.12);
  box-shadow:0 24px 48px rgba(0,0,0,0.35);
}
.edu-img{width:100%; height:200px; overflow:hidden;}
.edu-img img{
  width:100%; height:100%;
  object-fit:cover;
  transition:0.5s ease;
}
.edu-card:hover .edu-img img{transform:scale(1.08);}
.edu-card h4{
  margin:20px 22px 10px;
  font-size:18px;
  font-weight:800;
}
.edu-card p{
  margin:0 22px;
  font-size:13px;
  line-height:1.65;
  color:rgba(255,255,255,0.85);
}

/* ============================================================
   STUDENT VISA TABS
   ============================================================ */
.student-tabs-section{
  padding:100px 8%;
  background:
    linear-gradient(135deg, rgba(248,251,255,0.94) 0%, rgba(229,242,255,0.92) 100%);
  text-align:center;
}
.student-tabs-section .section-title{margin-bottom:30px;}

.tabs{
  display:flex;
  justify-content:center;
  gap:12px;
  margin:10px 0 36px;
  flex-wrap:wrap;
}
.tab-btn{
  padding:13px 24px;
  border:1px solid rgba(213,43,30,0.18);
  background:#fff;
  color:var(--dark);
  border-radius:50px;
  cursor:pointer;
  font-weight:800;
  font-size:13px;
  transition:0.3s ease;
  box-shadow:0 6px 16px rgba(30,58,138,0.06);
}
.tab-btn:hover{
  transform:translateY(-2px);
  color:var(--primary);
  border-color:var(--primary);
}
.tab-btn.active{
  background:rgb(216, 25, 25);
  color:var(--white);
  border-color:transparent;
  box-shadow:0 14px 30px rgba(213,43,30,0.32);
}

.tab-content{
  display:none;
  max-width:760px;
  margin:auto;
  background:#fff;
  padding:32px 34px;
  border-radius:22px;
  border:1px solid rgba(213,43,30,0.10);
  box-shadow:0 18px 40px rgba(30,58,138,0.10);
  text-align:left;
  color:var(--ink);
  animation:fadeIn 0.4s ease;
}
.tab-content.active{display:block;}
.tab-content ul{padding-left:20px;}
.tab-content li{
  margin-bottom:12px;
  line-height:1.7;
  color:var(--ink);
}
.tab-content strong{color:var(--accent);}

@keyframes fadeIn{
  from{opacity:0; transform:translateY(10px);}
  to{opacity:1; transform:translateY(0);}
}

/* ============================================================
   SERVICES (visa-section)
   ============================================================ */
.visa-section{
  background:
    linear-gradient(135deg, rgba(255,255,255,0.92) 0%, rgba(239,248,255,0.86) 100%);
  padding:90px 0 !important;
}
.visa-section.bg-light{
  background:
    linear-gradient(135deg, rgba(248,251,255,0.94) 0%, rgba(229,242,255,0.92) 100%);
}
.visa-img{
  border-radius:24px;
  transition:0.4s ease;
  box-shadow:0 22px 48px rgba(30,58,138,0.16);
  border:1px solid rgba(213,43,30,0.10);
}
.visa-img:hover{
  transform:translateY(-6px) scale(1.02);
  box-shadow:0 28px 54px rgba(30,58,138,0.22);
}
.visa-section h2{
  font-size:clamp(2rem,4vw,3.2rem);
  font-weight:800;
  line-height:1;
  color:var(--dark);
  margin-bottom:14px;
  max-width: 700px;
}
.universal{
  color:var(--primary);
  background:linear-gradient(90deg,var(--primary),var(--teal));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}
.sub{
  color:var(--primary);
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0.4px;
  font-size:13px;
  margin:18px 0 18px;
}
.visa-section p{color:var(--text); line-height:1.8;}

.visa-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-top:6px;
}
.visa-grid div{
  background:#fff;
  padding:12px 18px;
  border-radius:50px;
  font-size:14px;
  font-weight:600;
  border:1px solid rgba(213,43,30,0.22);
  color:var(--primary-dark);
  transition:0.3s ease;
}
.visa-grid div:hover{
  background:rgb(216, 25, 25);
  color:#fff;
  border-color:transparent;
  transform:translateY(-2px);
  box-shadow:0 12px 26px rgba(213,43,30,0.25);
}

.pr-list{
  margin-top:18px;
  padding-left:20px;
  color:var(--ink);
}
.pr-list li{
  margin-bottom:10px;
  line-height:1.7;
}

/* ============================================================
   PARALLAX DIVIDER
   ============================================================ */
.parallax-divider{
  position:relative;
  min-height:28vh;
  background:
    linear-gradient(to right,rgb(159, 22, 22),rgba(255, 66, 52, 0.65)),
    url('assets/fr-img/image-14.jpeg') center/cover no-repeat;
  background-attachment:scroll;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  padding:60px 20px;
  text-align:center;
}
.parallax-divider h2{
  width:80%;
  max-width:720px;
  font-size:clamp(1.5rem,3vw,2.2rem);
  font-weight:800;
  line-height:1.35;
}

/* ============================================================
   YOUTUBE
   ============================================================ */
.youtube-section{
  background:
    linear-gradient(135deg, rgba(255,255,255,0.92) 0%, rgba(239,248,255,0.86) 100%);
  padding:100px 8%;
}
.youtube-section .section-title{display:inline-block;}
.youtube-sub{
  color:var(--text);
  max-width:760px;
  margin:18px auto 0;
  line-height:1.8;
}
.youtube-wrapper{
  max-width:960px;
  margin:40px auto 0;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 24px 54px rgba(30,58,138,0.18);
  border:1px solid rgba(213,43,30,0.10);
  aspect-ratio:16/9;
  background:#000;
}
.youtube-wrapper iframe{
  width:100%;
  height:100%;
  display:block;
  border:0;
}
.youtube-wrapper{position:relative; cursor:pointer;}
.youtube-poster{
  width:100%; height:100%;
  object-fit:cover;
  display:block;
}
.youtube-play{
  position:absolute; top:50%; left:50%;
  transform:translate(-50%,-50%);
  background:transparent; border:0; padding:0; cursor:pointer;
  transition:transform .2s ease, opacity .2s ease;
  opacity:.95;
}
.youtube-wrapper:hover .youtube-play{ transform:translate(-50%,-50%) scale(1.08); opacity:1; }

/* ============================================================
   LEAD SECTION (form + slider)
   ============================================================ */
.lead-section{
  background:
    linear-gradient(135deg, rgba(248,251,255,0.94) 0%, rgba(229,242,255,0.92) 50%, rgba(241,246,250,0.94) 100%);
  padding:100px 8%;
}
.lead-section .row{
  justify-content:center;
  align-items:stretch;
  gap:40px;
}

.form-column{display:flex;}
.lead-form-box{
  background:linear-gradient(135deg,#C60C30,#9B0B26);
  padding:44px 40px;
  border-radius:26px;
  color:#fff;
  width:520px;
  min-height:100%;
  box-shadow:0 24px 54px rgba(30,58,138,0.30);
  border:1px solid rgba(255,255,255,0.10);
}
.lead-form-box h2{
  margin-bottom:14px;
  font-size:clamp(1.7rem,2.6vw,2.2rem);
  font-weight:800;
  line-height:1.18;
  color:#fff;
}
.lead-form-box p{
  margin-bottom:28px;
  line-height:1.7;
  opacity:0.92;
  color:#F8FAFC;
}
.lead-form-box form{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.lead-form-box input,
.lead-form-box select,
.lead-form-box textarea{
  width:100%;
  border:none;
  outline:none;
  padding:15px 18px;
  border-radius:14px;
  font-size:15px;
  color:var(--ink);
  background:#fff;
  appearance:none;
  -webkit-appearance:none;
}
.lead-form-box select{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%2300732F' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6' stroke='%2300732F' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 18px center;
  background-size:14px;
  padding-right:44px;
}
.lead-form-box button{
  border:none;
  padding:15px;
  border-radius:50px;
  color:#fff;
  font-weight:700;
  cursor:pointer;
  transition:0.3s ease;
}

.submit-btn{
  background:#fff !important;
  color:var(--primary-dark) !important;
  font-weight:800 !important;
  box-shadow:0 14px 30px rgba(0,0,0,0.18);
}
.submit-btn:hover{
  transform:translateY(-3px);
  background:#f4f8fc !important;
  color:var(--primary-dark) !important;
  box-shadow:0 18px 36px rgba(0,0,0,0.25);
}

.whatsapp-btns{
  background:#25D366 !important;
  color:#fff !important;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:15px !important;
  border-radius:50px !important;
}
.whatsapp-btns:hover{
  background:#1ebe5d !important;
  transform:translateY(-3px);
  box-shadow:0 18px 36px rgba(37,211,102,0.35);
}
.whatsapp-btns i{font-size:20px;}

.slider-column{display:flex;}
.posterSwiper{
  width:520px;
  min-height:100%;
  background:#fff;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 24px 54px rgba(30,58,138,0.16);
  border:1px solid rgba(213,43,30,0.10);
  position:relative;
}
.posterSwiper .swiper-slide{
  display:flex;
  align-items:center;
  justify-content:center;
}
.posterSwiper img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:24px;
}

/* Swiper navigation + pagination styling */
.posterSwiper .swiper-button-next,
.posterSwiper .swiper-button-prev{
  width:44px;
  height:44px;
  border-radius:50%;
  background:rgba(255,255,255,0.95);
  color:var(--primary-dark);
  box-shadow:0 8px 22px rgba(30,58,138,0.25);
  border:1px solid rgba(213,43,30,0.15);
  transition:transform .25s ease, background .25s ease;
}
.posterSwiper .swiper-button-next:hover,
.posterSwiper .swiper-button-prev:hover{
  background:var(--primary);
  color:#fff;
  transform:translateY(-2px);
}
.posterSwiper .swiper-button-next::after,
.posterSwiper .swiper-button-prev::after{
  font-size:18px;
  font-weight:800;
}
.posterSwiper .swiper-pagination{
  bottom:14px;
}
.posterSwiper .swiper-pagination-bullet{
  background:var(--primary);
  opacity:.45;
}
.posterSwiper .swiper-pagination-bullet-active{
  opacity:1;
  background:var(--primary-dark);
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-section{
  background:
    linear-gradient(135deg, rgba(255,255,255,0.92) 0%, rgba(232,244,255,0.88) 100%);
  color:var(--ink);
  padding:100px 8%;
}
.acc-title,
.faq-section .section-title{color:var(--dark);text-align:center;display:block;}

.accordion{max-width:880px; margin:0 auto;}
.accordion-item{
  border:1px solid rgba(213,43,30,0.12) !important;
  margin-bottom:14px;
  border-radius:16px !important;
  overflow:hidden;
  width:100% !important;
  background:#fff;
  box-shadow:0 10px 24px rgba(30,58,138,0.06);
}
.accordion-button{
  background:#fff !important;
  color:var(--dark) !important;
  font-weight:700;
  font-size:1rem;
  padding:18px 22px;
  border:none !important;
  box-shadow:none !important;
}
.accordion-button:not(.collapsed){
  background:rgb(216, 25, 25) !important;
  color:#fff !important;
}
.accordion-button:not(.collapsed)::after{filter:invert(1) brightness(2);}
.accordion-body{
  background:#fff;
  color:var(--text);
  line-height:1.8;
  padding:20px 22px;
  border-top:1px solid rgba(213,43,30,0.10);
}

/* ============================================================
   CTA
   ============================================================ */
.cta{
  text-align:center;
  background:
    linear-gradient(to right,rgb(159, 22, 22),rgba(255, 66, 52, 0.65)),
    url('assets/fr-img/image-10.webp') center/cover no-repeat;
  color:#fff;
  padding:100px 8%;
}
.cta h2{
  font-size:clamp(2rem,4vw,2.8rem);
  font-weight:800;
  line-height:1.18;
  margin-bottom:18px;
}
.cta p{
  max-width:880px;
  margin:auto;
  line-height:1.8;
  color:#F8FAFC;
  font-size:1.02rem;
}
.cta button{
  background:transparent;
  border:none;
  padding:0;
  cursor:pointer;
}
.cta button a{
  display:inline-block;
  text-decoration:none;
  padding:15px 36px;
  background:linear-gradient(135deg,#fff,#F8FAFC);
  color:var(--primary-dark);
  border-radius:50px;
  font-weight:800;
  font-size:13px;
  letter-spacing:0.3px;
  text-transform:uppercase;
  transition:0.3s ease;
  box-shadow:0 14px 35px rgba(0,0,0,0.25);
}
.cta button a:hover{
  transform:translateY(-3px) scale(1.02);
  box-shadow:0 22px 44px rgba(0,0,0,0.30);
}

.footer-logo{
  width:140px;
  background:rgba(255,255,255,0.95);
  border-radius:20px;
  padding:14px 18px;
  margin-top:30px;
  box-shadow:0 18px 44px rgba(0,0,0,0.25);
}

/* ============================================================
   FLOATING WHATSAPP
   ============================================================ */
.whatsapp-float{
  position:fixed;
  right:22px;
  bottom:24px;
  width:60px;
  height:60px;
  background:#25D366;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  z-index:9999;
  text-decoration:none;
  box-shadow:0 14px 28px rgba(0,0,0,0.25);
  transition:0.3s ease;
  animation:whatsappPulse 2s infinite;
}
.whatsapp-float:hover{transform:scale(1.08); color:#fff;}
@keyframes whatsappPulse{
  0%{box-shadow:0 0 0 0 rgba(37,211,102,0.5);}
  70%{box-shadow:0 0 0 14px rgba(37,211,102,0);}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}
}

/* ============================================================
   FADE-IN ANIMATION
   ============================================================ */
.fade{
  opacity:0;
  transform:translateY(40px);
  transition:0.8s ease;
}
.fade.show{
  opacity:1;
  transform:translateY(0);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:1300px){
  .lead-form-box,
  .posterSwiper{width:460px;}
}

@media(min-width:769px) and (max-width:1024px){
  .lead-section .row{flex-wrap:nowrap; gap:24px;}
  .lead-form-box,
  .posterSwiper{width:100%;}
  .lead-form-box{padding:34px 30px;}
}

@media(max-width:768px){
  .hero{min-height:78vh;}
  .un-logo{width:160px; margin-bottom:24px;}
  .footer-logo{width:160px;}

  .section{padding:70px 5%;}
  .why-section{padding:70px 5%;}
  .nz-info-section{padding:70px 5%;}
  .edu-parallax{padding:70px 5%; background-attachment:scroll;}
  .student-tabs-section{padding:70px 5%;}
  .youtube-section{padding:70px 5%;}
  .lead-section{padding:70px 4%;}
  .faq-section{padding:70px 5%;}
  .cta{padding:80px 5%;}
  .visa-section{padding:60px 0 !important;}

  .parallax-img,
  .parallax-divider{background-attachment:scroll;}
  .parallax-content{max-width:100%; padding:0 10px;}
  .parallax-divider h2{width:100%;}

  .why-grid{grid-template-columns:1fr;}
  .visa-grid{grid-template-columns:1fr;}

  .lead-section .row{gap:28px;}
  .lead-form-box,
  .posterSwiper{width:100%;}
  .lead-form-box{padding:30px 24px;}
  .posterSwiper{min-height:380px;}

  /* aspect-ratio handles height, iframe just fills */
  .youtube-wrapper{margin-top:28px; border-radius:18px;}

  .posterSwiper .swiper-button-next,
  .posterSwiper .swiper-button-prev{
    width:36px; height:36px;
  }
  .posterSwiper .swiper-button-next::after,
  .posterSwiper .swiper-button-prev::after{font-size:14px;}

  .tab-btn{padding:11px 18px; font-size:13px;}
  .tab-content{padding:24px 22px;}
}

/* Extra-small screens */
@media(max-width:480px){
  .hero #heroTitle{font-size:1.75rem;}
  .hero-sub{font-size:14px;}
  .hero-ctas{flex-direction:column; align-items:stretch;}
  .btn-pill-primary,.btn-pill-ghost{text-align:center; padding:14px 20px;}
  .hero-stats{flex-direction:column;}
  .stat-card{width:100%;}

  .youtube-section,
  .lead-section,
  .faq-section{padding:50px 5%;}

  .lead-form-box{padding:24px 18px; border-radius:20px;}
  .posterSwiper{min-height:300px; border-radius:20px;}
  .posterSwiper img{padding:14px;}

  .um-nav{padding:10px 10px;}
  .um-nav-logo img{height:38px;}
  .um-nav-cta{padding:9px 14px; font-size:12px;}
}

/* ============ NAVBAR (home-page theme) ============ */
.um-nav{
  position:absolute; top:0; left:0; right:0; z-index:50;
  padding:18px 32px;
}
.um-nav-inner{
  max-width:1320px; margin:0 auto;
  display:flex; align-items:center; justify-content:space-between;
  gap:24px;
  background:rgba(255,255,255,.92);
  /* backdrop-filter:blur(10px); */
  border:1px solid rgba(213,43,30,.10);
  box-shadow:0 8px 28px -16px rgba(30,58,138,.25);
  padding:10px 14px 10px 22px;
  border-radius:999px;
}
.um-nav-logo img{height:46px; width:auto; display:block;}
.um-nav-links{display:flex; gap:6px; align-items:center;}
.um-nav-links a{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-weight:600; font-size:15px;
  color:#B71C3A; text-decoration:none;
  padding:8px 14px; border-radius:999px;
  transition:all .25s ease;
}
.um-nav-links a:hover{color:#C60C30; background:rgba(213,43,30,.08);}
.um-nav-cta{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-weight:800; font-size:13px; letter-spacing:.3px; text-transform:uppercase;
  color:#fff; text-decoration:none;
  padding:14px 26px; border-radius:999px;
  background:linear-gradient(135deg,#C60C30,#9B0B26);
  box-shadow:0 10px 24px -10px rgba(213,43,30,.6);
  transition:transform .25s ease, box-shadow .25s ease;
  white-space:nowrap;
}
.um-nav-cta:hover{transform:translateY(-2px); box-shadow:0 14px 28px -10px rgba(213,43,30,.7); color:#fff;}

/* ============ HERO REVAMP ============ */
.hero{position:relative; min-height:92vh; overflow:hidden;}
.hero-overlay{
  position:absolute; inset:0;
  background:linear-gradient(to right,rgb(159, 22, 22),rgba(255, 66, 52, 0.65));
  z-index:1;
}
.hero-content{
  position:relative; z-index:2;
  max-width:1320px; margin:0 auto;
  padding:170px 32px 80px;
  display:grid; grid-template-columns:1.4fr 1fr; gap:48px; align-items:center;
}
.hero-text{color:#fff;}
.hero-chip{
  display:inline-block;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.25);
  color:#fff; font-family:'Plus Jakarta Sans',sans-serif;
  font-weight:700; font-size:13px; letter-spacing:.3px; text-transform:uppercase;
  padding:10px 22px; border-radius:999px;
  /* backdrop-filter:blur(8px); */
  margin-bottom:24px;
}
.hero #heroTitle{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-weight:800; color:#fff;
  font-size:clamp(2rem, 4vw, 3.25rem);
  line-height:1.12; letter-spacing:-.02em;
  margin:0 0 22px;
  text-shadow:0 4px 24px rgba(0,0,0,.25);
}
.hero-sub{
  font-family:'Manrope',sans-serif;
  font-size:1.02rem; line-height:1.8;
  color:rgba(255,255,255,.92);
  max-width:620px; margin:0 0 32px;
}
.hero-ctas{display:flex; gap:14px; flex-wrap:wrap;}
.btn-pill-primary,.btn-pill-ghost{
  font-family:'Plus Jakarta Sans',sans-serif;
  font-weight:800; font-size:13px; letter-spacing:.3px; text-transform:uppercase;
  padding:16px 32px; border-radius:999px;
  text-decoration:none; display:inline-block;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn-pill-primary{
  background:linear-gradient(135deg,#C60C30,#9B0B26);
  color:#fff;
  box-shadow:0 14px 30px -12px rgba(0,0,0,.45);
}
.btn-pill-primary{
  animation:heroButtonPulse 2s infinite;
}

@keyframes heroButtonPulse{
  0%{
    box-shadow:0 0 0 0 rgba(255,255,255,.35);
  }

  70%{
    box-shadow:0 0 0 12px rgba(255,255,255,0);
  }

  100%{
    box-shadow:0 0 0 0 rgba(255,255,255,0);
  }
}
.btn-pill-primary:hover{transform:translateY(-2px); color:#fff; box-shadow:0 18px 34px -12px rgba(0,0,0,.55);}
.btn-pill-ghost{
  background:transparent; color:#fff;
  border:1.5px solid rgba(255,255,255,.65);
}
.btn-pill-ghost:hover{background:rgba(255,255,255,.12); color:#fff;}

.hero-stats{display:flex; flex-direction:column; gap:22px;}
.stat-card{
  display:flex; align-items:center; gap:16px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  /* backdrop-filter:blur(14px); */
  padding:18px 24px; border-radius:18px;
  color:#fff;
  box-shadow:0 12px 32px -16px rgba(0,0,0,.4);
}
.stat-icon{
  width:48px; height:48px; flex:none;
  display:grid; place-items:center;
  background:rgba(255,255,255,.18); border-radius:14px;
  font-size:22px; color:#fff;
}
.stat-num{font-family:'Plus Jakarta Sans',sans-serif; font-weight:800; font-size:2rem; line-height:1;}
.stat-label{font-family:'Manrope',sans-serif; font-size:13px; opacity:.9; margin-top:4px;}

@media (max-width: 980px){
  .um-nav{padding:12px 14px;}
  .um-nav-links{display:none;}
  .um-nav-inner{padding:8px 10px 8px 16px;}
  .um-nav-cta{padding:10px 18px; font-size:13px;}
  .hero-content{grid-template-columns:1fr; padding:140px 22px 60px; gap:36px;}
  .hero-stats{flex-direction:row; flex-wrap:wrap;}
  .stat-card{flex:1 1 220px;}
}



.cta-social{
    margin-top:40px;
    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
}

.social-circle{
    width:45px;
    height:45px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    text-decoration:none;

    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.18);

    /* backdrop-filter:blur(12px); */

    color:#fff;
    font-size:28px;

    transition:.35s ease;
}

.social-circle:hover{
    transform:translateY(-6px) scale(1.08);
    color:#fff;
}

.facebook:hover{
    background:#1877f2;
}

.linkedin:hover{
    background:#0a66c2;
}

.youtube:hover{
    background:#ff0000;
}

.instagram:hover{
    background:linear-gradient(
        45deg,
        #f09433,
        #e6683c,
        #dc2743,
        #cc2366,
        #bc1888
    );
}

.social-text{
    margin-top:18px;
    color:rgba(255,255,255,.85);
    font-size:14px;
}


/* ===== HERO LAYOUT WITH FORM ===== */
.hero{ min-height: 100vh; }
.hero-content{
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap:48px;
  align-items:center;
  max-width:1200px;
  width:100%;
  text-align:left;
  padding:100px 24px 60px;
}
.hero-text{ text-align:left; }
.hero-text .hero-ctas{ justify-content:flex-start; }

.hero-stats-inline{
  display:flex;
  gap:14px;
  margin-top:28px;
  flex-wrap:wrap;
}
.hero-stats-inline .stat-card{
  background:rgba(255,255,255,0.12);
  /* backdrop-filter:blur(8px); */
  border:1px solid rgba(255,255,255,0.18);
  border-radius:14px;
  padding:10px 14px;
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  max-width:440px;
}
.hero-stats-inline .stat-num{ font-size:1.15rem; font-weight:800; }
.hero-stats-inline .stat-label{ font-size:.72rem; opacity:.85; }
.hero-stats-inline .stat-icon{
  width:34px;height:34px;border-radius:10px;
  background:linear-gradient(135deg,var(--primary),var(--secondary-blue));
  display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;
}

/* ===== HERO FORM CARD ===== */
.hero-form-card{
  background:rgba(255,255,255,0.97);
  border-radius:22px;
  padding:30px 28px;
  box-shadow:
    0 30px 70px rgba(0,0,0,.35),
    0 0 0 1px rgba(255,255,255,.4) inset;
  color:var(--ink);
  position:relative;
  overflow:hidden;
  animation:heroFormIn .9s ease both;
  margin-top:32px;
}
.hero-form-card::before{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(120% 60% at 100% 0%, rgba(213,43,30,.10), transparent 60%),
    radial-gradient(120% 60% at 0% 100%, rgba(213,43,30,.12), transparent 60%);
  pointer-events:none;
}
@keyframes heroFormIn{
  from{opacity:0; transform:translateY(20px);}
  to  {opacity:1; transform:translateY(0);}
}

.hero-form-head{ position:relative; margin-bottom:18px; }
.hero-form-badge{
  display:inline-flex; align-items:center; gap:6px;
  background:linear-gradient(135deg,var(--primary),var(--secondary-blue));
  color:#fff; font-size:.72rem; font-weight:700;
  padding:6px 12px; border-radius:999px;
  text-transform:uppercase; letter-spacing:.5px;
}
.hero-form-head h3{
  font-family:"Plus Jakarta Sans",sans-serif;
  font-size:1.6rem; font-weight:800; margin:10px 0 4px;
  color:var(--dark);
}
.hero-form-head p{ color:var(--text); font-size:.9rem; margin:0; }

.hero-form{ position:relative; display:flex; flex-direction:column; gap:12px; }
.hf-row{ position:relative; }
.hf-ic{
  position:absolute; left:14px; top:50%; transform:translateY(-50%);
  color:var(--primary); font-size:1rem; pointer-events:none;
}
.hero-form input,
.hero-form select{
  width:100%;
  padding:13px 14px 13px 42px;
  border:1.5px solid #e2e8f0;
  border-radius:12px;
  font-size:.95rem;
  background:#fff;
  color:var(--ink);
  transition:.2s;
  font-family:inherit;
  appearance:none;
}
.hero-form select{
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%2300732F' d='M6 8L0 0h12z'/></svg>");
  background-repeat:no-repeat;
  background-position:right 16px center;
}
.hero-form input:focus,
.hero-form select:focus{
  outline:none;
  border-color:var(--primary);
  box-shadow:0 0 0 4px rgba(213,43,30,.12);
}
.hf-submit{
  margin-top:6px;
  background:linear-gradient(135deg,var(--primary),var(--secondary-blue));
  color:#fff; border:none; border-radius:12px;
  padding:14px 18px; font-weight:700; font-size:1rem;
  cursor:pointer; display:flex; align-items:center; justify-content:center; gap:8px;
  box-shadow:0 12px 26px rgba(213,43,30,.35);
  transition:.25s;
}
.hf-submit:hover{ transform:translateY(-2px); box-shadow:0 18px 32px rgba(213,43,30,.45); }
.hf-note{
  text-align:center; font-size:.78rem; color:var(--muted); margin:6px 0 0;
}
.hf-note i{ color:var(--primary); }

.hf-textarea textarea{
  border: 1.5px solid #e2e8f0 !important;
}

/* Make the bottom form's new country select inherit existing styles — no extra CSS needed */

/* ===== RESPONSIVE ===== */
@media (max-width: 991px){
  .hero-content{ grid-template-columns:1fr; gap:32px; padding-top:90px; }
  .hero-text{ text-align:center; }
  .hero-text .hero-ctas{ justify-content:center; }
  .hero-stats-inline{ justify-content:center; }
  .hero-form-card{ max-width:480px; margin:0 auto; width:100%; }
}
@media (max-width: 480px){
  .hero-form-card{ padding:24px 20px; }
  .hero-form-head h3{ font-size:1.35rem; }
}

/* Phone with country code */
.hf-phone{ display:flex; align-items:center; gap:8px; }
.hf-phone .hf-ccode{
  flex:0 0 95px;
  border:none;
  background:transparent;
  font-weight:600;
  color:var(--dark);
  outline:none;
  cursor:pointer;
}
.hf-phone input{ flex:1; }

/* Hero textarea row */
/* Hero textarea row */
.hf-textarea{ align-items:flex-start; }
.hf-textarea .hf-ic{ top:18px; transform:none; }
.hf-textarea textarea{
  width:100%;
  min-height:110px;
  padding:13px 14px 13px 14px;
  border:1.5px solid #e2e8f0;
  border-radius:12px;
  background:#fff;
  color:var(--ink);
  font-family:inherit;
  font-size:.95rem;
  line-height:1.5;
  resize:vertical;
  transition:.2s;
  outline:none;
}
.hf-textarea textarea::placeholder{ color:#94a3b8; }
.hf-textarea textarea:focus{
  border-color:var(--primary);
  box-shadow:0 0 0 4px rgba(213,43,30,.12);
}

/* Lead form phone group — bottom form */
.phone-group{
  display:flex;
  gap:10px;
  align-items:stretch;
}
.phone-group .country-code{
  flex:0 0 120px;
  height:52px;
  padding:0 36px 0 14px;
  border:1px solid #e2e8f0;
  border-radius:14px;
  background-color:#fff;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6' stroke='%2300732F' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 12px center;
  background-size:14px;
  color:#0f172a;
  font-size:15px;
  font-weight:600;
  line-height:1;
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
  box-shadow:0 1px 2px rgba(0,0,0,.04);
  transition:border-color .2s ease, box-shadow .2s ease;
}
.phone-group .country-code:hover{ border-color:#cbd5e1; }
.phone-group .country-code:focus{
  border-color:#C8102E;
  box-shadow:0 0 0 3px rgba(213,43,30,.15);
  outline:none;
}
.phone-group .country-code option{
  color:#0f172a;
  background:#fff;
  font-weight:500;
}
.phone-group input[type="tel"]{
  flex:1;
  height:52px;
  border-radius:14px;
}

@media (max-width:480px){
  .phone-group .country-code{ flex:0 0 105px; font-size:14px; }
}




/* ============================================================
   MODERN COUNTRY-CODE PICKER
   ============================================================ */
.cc-picker{
  position:relative;
  display:inline-flex;
  align-items:center;
  user-select:none;
}
.cc-toggle{
  display:inline-flex;
  align-items:center;
  gap:8px;
  height:46px;
  padding:0 12px 0 14px;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:12px;
  font:600 14px/1 "Manrope","Segoe UI",sans-serif;
  color:var(--dark);
  cursor:pointer;
  transition:border-color .2s, box-shadow .2s, transform .15s;
  min-width:108px;
}
.cc-toggle:hover{ border-color:var(--primary); }
.cc-toggle:focus-visible,
.cc-picker.open .cc-toggle{
  outline:none;
  border-color:var(--primary);
  box-shadow:0 0 0 4px rgba(213,43,30,.15);
}
.cc-flag{
  font-size:18px;
  line-height:1;
  /* filter:drop-shadow(0 1px 2px rgba(0,0,0,.15)); */
  margin-top:-2px;
}
.cc-dial{ font-weight:700; letter-spacing:.2px; }
.cc-caret{
  margin-left:auto;
  font-size:12px;
  color:#94a3b8;
  transition:transform .2s ease;
}
.cc-picker.open .cc-caret{ transform:rotate(180deg); color:var(--primary); }

.cc-menu{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  width:300px;
  max-height:320px;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:14px;
  box-shadow:0 20px 50px -10px rgba(15,23,42,.25),
             0 8px 20px -8px rgba(15,23,42,.12);
  z-index:1000;
  display:none;
  flex-direction:column;
  overflow:hidden;
  transform:translateY(-6px) scale(.98);
  opacity:0;
  transition:opacity .18s ease, transform .18s ease;
}
.cc-picker.open .cc-menu{
  display:flex;
  opacity:1;
  transform:translateY(0) scale(1);
}
.cc-search{
  padding:10px;
  border-bottom:1px solid #f1f5f9;
  background:#fafbfc;
}
.cc-search input{
  width:100%;
  height:38px;
  padding:0 12px 0 36px;
  border:1px solid #e2e8f0;
  border-radius:10px;
  font:500 14px "Manrope",sans-serif;
  background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2394a3b8' viewBox='0 0 16 16'><path d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/></svg>") no-repeat 12px center;
  outline:none;
  transition:border-color .2s, box-shadow .2s;
}
.cc-search input:focus{
  border-color:var(--primary);
  box-shadow:0 0 0 3px rgba(213,43,30,.12);
}
.cc-list{
  overflow-y:auto;
  padding:6px;
  scrollbar-width:thin;
  scrollbar-color:#cbd5e1 transparent;
}
.cc-list::-webkit-scrollbar{ width:6px; }
.cc-list::-webkit-scrollbar-thumb{ background:#cbd5e1; border-radius:3px; }
.cc-item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 12px;
  border-radius:10px;
  cursor:pointer;
  font:500 14px "Manrope",sans-serif;
  color:var(--ink);
  transition:background .15s;
}
.cc-item:hover,
.cc-item.active{ background:var(--light); }
.cc-item.selected{
  background:linear-gradient(90deg, rgba(213,43,30,.10), rgba(213,43,30,.02));
  color:var(--primary-dark);
  font-weight:700;
}
.cc-item .cc-name{ flex:1; }
.cc-item .cc-dial{ color:var(--muted); font-weight:600; }
.cc-item.selected .cc-dial{ color:var(--primary); }
.cc-empty{
  padding:18px;
  text-align:center;
  color:var(--muted);
  font-size:13px;
}

/* tighten old phone-group/hf-phone styles to fit the new picker */
.hf-phone .hf-ccode,
.phone-group .country-code{ display:none; }
.hf-phone .cc-toggle,
.phone-group .cc-toggle{ height:48px; border-radius:12px; }

@media (max-width:480px){
  .cc-menu{ width:260px; }
  .cc-toggle{ min-width:96px; padding:0 10px; }
}




/* Fix: override .lead-form-box button styles leaking into the picker */
.lead-form-box .cc-picker .cc-toggle,
.phone-group .cc-toggle{
  width:auto;
  height:48px;
  padding:0 12px 0 14px;
  border-radius:12px;
  background:#fff;
  color:var(--ink);          /* dark text, visible on white */
  font-weight:700;
  border:1px solid #e2e8f0;
}
.lead-form-box .cc-picker .cc-toggle:hover,
.phone-group .cc-toggle:hover{ border-color:var(--primary); }

.lead-form-box .cc-picker .cc-flag,
.phone-group .cc-flag{ color:initial; }

.lead-form-box .cc-picker .cc-dial,
.phone-group .cc-dial{ color:var(--ink); }

.lead-form-box .cc-picker .cc-caret,
.phone-group .cc-caret{ color:#94a3b8; }

/* keep dropdown items readable inside the dark green form */
.lead-form-box .cc-menu,
.lead-form-box .cc-item,
.lead-form-box .cc-search input{ color:var(--ink); }
.lead-form-box .cc-item .cc-name{ color:var(--ink); }
.lead-form-box .cc-item .cc-dial{ color:var(--muted); }



.um-nav{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  box-shadow: none;
  transition: background .3s ease, box-shadow .3s ease;
}

/* Only show a subtle background AFTER the user scrolls */
.um-nav.scrolled{
  background: rgba(213,43,30,0.10);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  box-shadow: 0 4px 20px rgba(4,28,52,0.15);
}

