@charset "UTF-8";
/*-----------------------------------------------------------------------------------

  

-----------------------------------------------------------------------------------

/*********** TABLE OF CONTENTS **************

  01. VARIBALES DECLARARION

**********************************************/
/*----------------------------------------*/
/*  01. VARIBALES DECLARARION
/*  02. HEADER AREA
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Inter:wght@200;300;400;500;600;700;800;900&family=Manrope:wght@300;400;500;600;700;800&display=swap");

:root {
    --primary: #FF3158;
    --secondary: #f50366;
    --white: #fff;
    --white-2: #F5F5F5;
    --black: #000;
    --black-2: #001D25;
    --black-3: #1F242C;
    --black-4: #67687A;
    --black-5: #001920;
    --black-6: #070F2C;
    --black-7: #111010;
    --green: #002935;
    --green-2: #1A434F;
    --green-3: #002E3B;
    --green-4: #335862;
    --gray-2: #F4F5FA;
    --gray-3: #333F4D;
    --gray-4: #B3C0C4;
    --gray-5: #4A5355;
    --gray-6: #E6E8E9;
    --gray-7: #D9DDDE;
    --gray-8: #80979D;
    --yellow: #F9C02F;
    --yellow-2: #FFA41B;
    --pink: #FFEAEE;
    --pink-2: #FFD6DE;
    --primary-3: #FF3158;
    --secondary-3: #f50366;
}

/*----------------------------------------*/
/*  01. GOOGLE FONTS
/*----------------------------------------*/
/*----------------------------------------*/
/*  01. RESPONSIVE VARIABLES
/*----------------------------------------*/
/*----------------------------------------*/
/*  02. MIXIN DECLARATION
/*----------------------------------------*/
/*----------------------------------------*/
/* 03. TYPOGRAPHY CSS START
/*----------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Manrope", sans-serif;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

p {
    padding: 0;
    margin: 0;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    color: #4A5355;
    text-align: justify;
}

img {
    max-width: 100%;
}

.progress-wrap {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap::after {
    position: absolute;
    content: "\f062";
    font: var(--fa-font-solid);
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: var(--white);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap svg.progress-circle path {
    stroke: var(--primary);
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

main {
    overflow: hidden;
}


/**********************HeroSpotlight************************/

#HeroSpotlight {
  --pc-radius: 18px;
  --pc-text: #fff;
  --pc-muted: rgba(15, 23, 42, .72);
  --pc-border: rgba(15, 23, 42, .10);
  --pc-soft: hsl(210, 40%, 98%);
  --pc-bg-brand: #001D25;
  --pc-brand: #FF3158;
  /* pink */
  --pc-brand2: #cd2029;
  /* red */
  --pc-gold: #f6b707;
}   

#HeroSpotlight button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
#HeroSpotlight button:hover {
  border-color: #646cff;
}
#HeroSpotlight button:focus,
#HeroSpotlight button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}
#HeroSpotlight.hero {
  position: relative;
  overflow: hidden;
  padding: 30px 0 56px;
  background: transparent;
}

/* =========================
   REALISTIC ACADEMIC BG SYSTEM
   ========================= */
#HeroSpotlight .bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* Paper + campus tint */
  background: #001D25;
}

#HeroSpotlight .bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: #001D25;
  overflow: hidden;
}

/* decorative shapes */
#HeroSpotlight .star1,
#HeroSpotlight .star2,
#HeroSpotlight .star3,
#HeroSpotlight .shape1,
#HeroSpotlight .shape2 {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  max-width: 100%;
  height: auto;
}

/* top-left small star */
#HeroSpotlight .star1 {
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  opacity: 0.9;
  animation: floatY 5s ease-in-out infinite;
}

/* top-right star */
#HeroSpotlight .star2 {
  bottom: 80px;
  left: 8%;
  width: 26px;
  opacity: 0.85;
  animation: floatY 6s ease-in-out infinite 0.8s;
}

/* lower-left star */
#HeroSpotlight .star3 {
  bottom: 90px;
  left: 42%;
  width: 22px;
  opacity: 0.75;
  animation: floatY 4.8s ease-in-out infinite 1.2s;
}

/* left abstract shape */
#HeroSpotlight .shape1 {
  top: 50%;
  left: 55%;
  transform: translateX(-45%);
  width: 180px;
  opacity: 0.5;
  transform: rotate(-90deg);
  display: none;
}

/* right abstract shape */
#HeroSpotlight .shape2 {
  top: -30px;
  left: -30px;
  transform: rotate(10deg);
}

@keyframes floatY {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 575px) {
  #HeroSpotlight .star3 {
    bottom: 0;
    top: 20%;
    left: 80%;
    width: 22px;
    opacity: 0.75;
    animation: floatY 4.8s ease-in-out infinite 1.2s;
  }
}

/* floating blobs */
#HeroSpotlight .blobA {
  position: absolute;
  width: 520px;
  height: 520px;
  left: -180px;
  top: -220px;
  background: radial-gradient(circle at 30% 30%, rgba(0, 149, 182, .28), rgba(0, 149, 182, 0));
  filter: blur(18px);
  opacity: .9;
}

#HeroSpotlight .blobB {
  position: absolute;
  width: 560px;
  height: 560px;
  right: -220px;
  top: -260px;
  background: radial-gradient(circle at 30% 30%, rgba(205, 32, 41, .22), rgba(205, 32, 41, 0));
  filter: blur(20px);
  opacity: .85;
}

/* thin ring shape */
#HeroSpotlight .ring {
  position: absolute;
  width: 520px;
  height: 520px;
  left: 52%;
  top: 47%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 1px solid rgba(0, 41, 53, .10);
  /* box-shadow: inset 0 0 0 10px rgba(255, 255, 255, .18); */
  opacity: .75;
}

/* subtle grid (premium) */
#HeroSpotlight .grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 41, 53, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 41, 53, .04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 30% 20%, rgba(0, 0, 0, 1), rgba(0, 0, 0, .25), transparent 68%);
  opacity: .55;
}

#HeroSpotlight .shell {
  position: relative;
  z-index: 1;
}

#HeroSpotlight .layout {
  display: grid;
  grid-template-columns: 1.15fr .70fr;
  /* gap: 24px; */
  align-items: center;
}

/* =========================
   LEFT CONTENT (LEFT ALIGNED)
   ========================= */
#HeroSpotlight .content {
  text-align: left;
}

#HeroSpotlight .badge {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 41, 53, .14);
  background: #001D25;
  color: #ffd;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(2, 6, 23, .10);
  width: fit-content;
}

#HeroSpotlight .pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(246, 183, 7, .95);
  box-shadow: 0 0 0 7px rgba(246, 183, 7, .16);
}

#HeroSpotlight .h1 {
  margin: 16px 0 10px;
  font-size: clamp(30px, 4.1vw, 54px);
  line-height: 1.07;
  letter-spacing: -0.7px;
  color: #fff;
  font-weight: 750;
}

#HeroSpotlight .h1 span {
  color: var(--pc-brand);
}


#HeroSpotlight .lead {
  margin: 15px 0px;
  color: #fff;
  font-size: clamp(22px, 4.1vw, 30px);
  font-weight: 750;
}

#HeroSpotlight .pills {
  display: flex;
  flex-wrap: wrap;
  /* gap: 6px; */
  margin: 10px 0 20px;
}

#HeroSpotlight .pill {
  /* padding: 9px 12px; */
  /* border-radius: 999px; */
  border: 1px solid rgba(0, 41, 53, .12);
  /* background: rgba(255, 255, 255, .70); */
  color: var(--pc-text);
  font-weight: 600;
  font-size: 16px;
}

/* add separator */
#HeroSpotlight .pill::after {
  content: "|";
  margin: 0 7px;
  color: var(--pc-text);
}

/* remove from last item */
#HeroSpotlight .pill:last-child::after {
  content: "";
}

#HeroSpotlight .actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  justify-content: flex-start;
  /* ✅ left aligned */
}


#HeroSpotlight .btnPrimary {
  display: inline-flex;
  align-items: start;
  justify-content: flex-start;
  gap: 10px;

  padding: 14px 20px;
  border-radius: 5px;

  text-decoration: none;
  font-weight: 950;

  position: relative;
  overflow: hidden;

  color: #ffffff;
  /* background: linear-gradient(135deg, #0b1f3d, #18405B); */

  border: 1px solid var(--pc-brand);
  box-shadow: 0 22px 60px rgba(2, 6, 23, .18);
  transition: color .35s ease;
}

/* Gradient reveal layer */
#HeroSpotlight .btnPrimary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--pc-brand), var(--pc-brand2));
  transform: translateX(-102%);
  transition: transform .35s ease;
  z-index: 0;
}

/* Text & arrow layering */
#HeroSpotlight .btnText,
#HeroSpotlight .btnArrow {
  position: relative;
  z-index: 1;
}

/* Arrow animation */
#HeroSpotlight .btnArrow {
  opacity: .7;
  transform: translateX(-6px);
  transition: transform .35s ease, opacity .35s ease;
}

/* Hover Effects */
#HeroSpotlight .btnPrimary:hover::before {
  transform: translateX(0);
}

#HeroSpotlight .btnPrimary:hover {
  color: #fff;
}

#HeroSpotlight .btnPrimary:hover .btnArrow {
  transform: translateX(0);
  opacity: 1;
}

#HeroSpotlight .btnGhost {
  display: inline-flex;
  align-items: start;
  justify-content: flex-start;
  gap: 10px;

  padding: 14px 20px;
  border-radius: 5px;

  text-decoration: none;
  font-weight: 950;

  position: relative;
  overflow: hidden;

  color: #ffffff;
  /* background: linear-gradient(135deg, #0b1f3d, #18405B); */

  border: 1px solid var(--pc-brand);
  box-shadow: 0 22px 60px rgba(2, 6, 23, .18);
  transition: color .35s ease;
}

/* Gradient reveal layer */
#HeroSpotlight .btnGhost::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--pc-brand), var(--pc-brand2));
  transform: translateX(-102%);
  transition: transform .35s ease;
  z-index: 0;
}

#HeroSpotlight .btnGhost:hover::before {
  transform: translateX(0);
}

#HeroSpotlight .btnGhost:hover {
  color: #fff;
}

#HeroSpotlight .btnGhost:hover .btnArrow {
  transform: translateX(0);
  opacity: 1;
}

#HeroSpotlight .trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

#HeroSpotlight .trustItem {
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0, 41, 53, .10);
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 14px 34px rgba(2, 6, 23, .08);
}

#HeroSpotlight .trustItem b {
  display: block;
  color: #002935;
  font-weight: 950;
}

#HeroSpotlight .trustItem span {
  display: block;
  color: rgba(0, 41, 53, .65);
  font-weight: 850;
  font-size: 12px;
}

/* =========================
   RIGHT SLIDER (LIGHT GLASS)
   ========================= */
#HeroSpotlight .visual {
  position: relative;
}

#HeroSpotlight .slider {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  /* border: 1px solid rgba(0, 41, 53, .14);
  background: rgba(255, 255, 255, .55);
  box-shadow: 0 32px 90px rgba(2, 6, 23, .18); */
  touch-action: pan-y;
}

#HeroSpotlight .track {
  display: flex;
  width: 100%;
  transition: transform 560ms cubic-bezier(.2, .9, .2, 1);
}

#HeroSpotlight .frame {
  min-width: 100%;
  height: inherit;
  position: relative;
}


#HeroSpotlight .frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* transform: scale(1.02); */
  will-change: transform;
}

/* soft vignette - not dark */
#HeroSpotlight .frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 520px at 50% 15%, rgba(255, 255, 255, .10), transparent 58%),
    linear-gradient(180deg, rgba(0, 41, 53, .06), transparent 56%, rgba(0, 41, 53, .16));
  pointer-events: none;
}

/* overlay (fixed) */
#HeroSpotlight .overlay {
  position: absolute;
  inset: auto 14px 14px 14px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 18px;
  border: 1px solid rgba(0, 41, 53, .14);
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(10px);
}

#HeroSpotlight .ovLeft b {
  display: block;
  color: #002935;
  font-weight: 950;
}

#HeroSpotlight .ovLeft span {
  display: block;
  color: rgba(0, 41, 53, .65);
  font-weight: 850;
  font-size: 12px;
}

#HeroSpotlight .ovBtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0, 41, 53, .12);
  background: rgba(255, 255, 255, .85);
  color: #002935;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

#HeroSpotlight .navBtn {
  position: absolute;
  top: 14px;
  z-index: 4;

  width: 35px;
  height: 35px;

  display: flex;
  /* 🔥 better than grid */
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */

  border-radius: 10px;
  border: 1px solid rgba(0, 41, 53, .14);
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(10px);

  color: #002935;
  font-size: 14px;
  /* control icon size */
  line-height: 1;
  /* 🔥 prevent baseline shift */

  box-shadow: 0 18px 44px rgba(2, 6, 23, .12);
}

#HeroSpotlight .prev {
  left: 14px;
}

#HeroSpotlight .next {
  right: 14px;
}

/* dots */
#HeroSpotlight .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 4;
}

#HeroSpotlight .dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: rgba(0, 41, 53, .22);
}

#HeroSpotlight .dotActive {
  background: rgba(205, 32, 41, .95);
}

/* KPI rail under slider */
#HeroSpotlight .kpiRail {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

#HeroSpotlight .kpi {
  padding: 12px 10px;
  border-radius: 18px;
  border: 1px solid rgba(0, 41, 53, .10);
  background: rgba(255, 255, 255, .66);
  text-align: center;
  box-shadow: 0 14px 34px rgba(2, 6, 23, .08);
}

#HeroSpotlight .kpi b {
  display: block;
  color: #002935;
  font-weight: 950;
}

#HeroSpotlight .kpi span {
  display: block;
  color: rgba(0, 41, 53, .65);
  font-weight: 850;
  font-size: 12px;
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 991px) {
  #HeroSpotlight .layout {
    grid-template-columns: 1fr;
  }

  /* .frame{ height: 420px; } */
  #HeroSpotlight .trust {
    grid-template-columns: 1fr;
  }

  #HeroSpotlight .kpiRail {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  #HeroSpotlight.hero {
    padding: 30px 0 50px;
  }

  /* .frame{ height: 320px; } */
  #HeroSpotlight .badge {
    box-shadow: none;
  }

  #HeroSpotlight .btnPrimary,
  #HeroSpotlight .btnGhost {
    width: 100%;
  }

  #HeroSpotlight .overlay {
    inset: auto 10px 10px 10px;
    padding: 12px;
  }
}




/* =========================
   HERO SOCIAL
   ========================= */
#HeroSpotlight .heroSocial {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

#HeroSpotlight  .socialWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

#HeroSpotlight  .socialList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#HeroSpotlight  .socialList a {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .85);
  border: 1px solid rgba(0, 41, 53, .12);
  color: #002935;
  box-shadow: 0 12px 28px rgba(2, 6, 23, .12);
  transition: all .25s ease;
}

#HeroSpotlight  .socialList a:hover {
  background: #002935;
  color: #fff;
  transform: translateY(-2px);
}

#HeroSpotlight .socialText {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  gap: 10px;
}

#HeroSpotlight .socialText span {
  width: 1px;
  height: 40px;
  background: rgb(255, 255, 255);
}

/* =========================
   HERO SOCIAL – MOBILE FIX
   ========================= */
@media (max-width: 545px) {
  #HeroSpotlight .heroSocial {
    position: static;
    transform: none;
    margin-top: 18px;
    display: flex;
    justify-content: center;
  }

  #HeroSpotlight .socialWrap {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    z-index: 1;

  }

  #HeroSpotlight .socialList {
    flex-direction: row;
    gap: 12px;
  }

  #HeroSpotlight .socialText {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 11px;
    letter-spacing: .18em;
    order: -1;
    gap: 8px;
  }

  #HeroSpotlight .socialText span {
    width: 32px;
    height: 1px;
  }

  #HeroSpotlight .socialList a {
    box-shadow: none;
  }
}
#HeroSpotlight .layout {
  display: grid;
  /* grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); */
  /* gap: 24px; */
  /* align-items: start; */
}

/* left content */
#HeroSpotlight .content {
  text-align: left;
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  min-width: 0;
}

/* action block stays under left content on desktop */
#HeroSpotlight .actionsWrap {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  margin-top: -4px;
}

#HeroSpotlight .actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  /* justify-content: flex-start; */
  margin: 0;
}

/* right slider */
#HeroSpotlight .visual {
  grid-column: 2;
  grid-row: 1 / span 2;
  position: relative;
  min-width: 0;
}

@media (max-width: 991px) {
  #HeroSpotlight .layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #HeroSpotlight .content {
    order: 1;
  }

  #HeroSpotlight .visual {
    order: 2;
    grid-column: auto;
    grid-row: auto;
  }

  #HeroSpotlight .actionsWrap {
    order: 3;
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }

  #HeroSpotlight .actions {
    width: 100%;
  }
}

@media (max-width: 575px) {
  #HeroSpotlight.hero {
    padding: 30px 0 50px;
  }

  #HeroSpotlight .badge {
    box-shadow: none;
  }

  #HeroSpotlight .actions {
    flex-direction: column;
    width: 100%;
  }

  #HeroSpotlight .btnPrimary,
  #HeroSpotlight .btnGhost {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  #HeroSpotlight .overlay {
    inset: auto 10px 10px 10px;
    padding: 12px;
  }
}    

.modalDownload {
    width: calc(100% - 36px);
    margin: 0px auto;
    border: 0;
    border-radius: 10px;
    padding: 14px 14px;
    font-weight: 900;
    color: #0f172a;
    background: linear-gradient(90deg, rgba(255, 204, 102, .95), rgba(255, 204, 102, .75));
    box-shadow: 0 18px 40px rgba(255, 204, 102, .18);
    cursor: pointer;
}
#DownloadBrochure.modalOverlay2 {
  position: fixed;
  inset: 0;
  background: rgba(8, 16, 34, 0.65);  align-items: center;
  justify-content: center;
  display: flex;
  padding: 20px;
  z-index: 9999;
}
/* #DownloadBrochure .downloadModal{
  display: block;
} */
#DownloadBrochure .modal2 {
  position: relative;
  width: 100%;
  max-width: 560px;
  background: #ffffff;
  border-radius: 10px;
  padding: 32px 28px 26px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
  animation: modalFade 0.25s ease;
  
}

#DownloadBrochure .close {
  position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, .12);
    background: rgba(255, 255, 255, .95);
    color: #111827;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    z-index: 50;
}

#DownloadBrochure .close:hover {
  background: #e8edf5;
}

#DownloadBrochure .modalTitle {
  margin: 0 0 18px;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 800;
  color: #111827;
  text-align: start;
}

#DownloadBrochure .modalForm {
  width: 100%;
}

#DownloadBrochure .formMock {
  width: 100%;
}

@keyframes modalFade {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 576px) {
  #DownloadBrochure .modal {
    padding: 26px 18px 20px;
    border-radius: 18px;
  }

  #DownloadBrochure .close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
  }
}

/**********************end HeroSpotlight************************/


.custom-form {
        padding: 30px 1.5rem;
        border-radius: 12px;
        color: #fff;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);

        background:
            repeating-linear-gradient(
                135deg,
                rgba(255,255,255,0.05) 0px,
                rgba(255,255,255,0.05) 2px,
                transparent 2px,
                transparent 6px
            ),
            linear-gradient(120deg, #18405B, #112E42);
    }

    .captchaImg {
    height: 40px;
    /* width: clamp(120px, 40vw, 200px); */
    object-fit: contain;
}

/********************** AboutEBU************************/

#AboutEBU {
    --pc-bg-brand: #cd2029;
}



/* ================= SECTION ================= */
.about {
    padding: 45px 0;
    background: transparent;
}

.about .shell {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: stretch;
}

/* ================= LEFT ================= */
.about .media {
    position: relative;
    display: flex;
    height: 100%;
}

.about .heroMedia {
    width: 100%;
    min-height: 520px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: 0 22px 60px rgba(2, 6, 23, .14);
    display: flex;
    justify-content: center;
}

.about .heroMedia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ================= RIGHT ================= */
.about .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.about .kicker {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(2, 6, 23, .7);
}

.about .title {
    margin: 0 0 12px;
    font-size: clamp(22px, 2.2vw, 34px);
    line-height: 1.15;
    font-weight: 950;
    color: #071b25;
}

.about .pink {
    color: #cd2029;
}

.about .lead {
    color: rgba(2, 6, 23, .74);
    line-height: 1.75;
    font-size: 15px;
}

.about .featureGrid {
    margin-top: 18px;
    display: grid;
    gap: 6px;
}

.about .feature {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 6px 12px;
    border-radius: 7px;
    background: rgba(255, 255, 255, .55);
    border: 1px solid rgba(15, 23, 42, .08);
}

.about .feature p {
    font-size: 14px;
    line-height: 1.6;
}

.about .fIcon {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #001D25;
    color: #fff;
    font-weight: bold;
    flex-shrink: 0;
}

/* ================= STATS ================= */
.about .statsStrip {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    background: rgba(0, 72, 98, .78);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: 0 12px 28px rgba(2, 6, 23, .14);
}

.about .stat {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.about .statNum {
    font-size: 15px;
    font-weight: 900;
    color: #fff;
}

.about .statLbl {
    font-size: 12px;
    color: rgba(255, 255, 255, .88);
}

.about .divider {
    width: 1px;
    height: 26px;
    background: rgba(255, 255, 255, .2);
}

/* ================= RESPONSIVE ================= */
@media(max-width:992px) {
    .about .shell {
        grid-template-columns: 1fr;
    }

    .about .heroMedia {
        min-height: 420px;
    }
}

@media(max-width:767px) {
    .about {
        padding: 40px 0;
    }

    .about .heroMedia {
        min-height: 280px;
    }

    .about .title {
        font-size: 28px;
    }

    .about .statsStrip {
        padding: 12px 10px;
        gap: 8px;
    }

    .about .statNum {
        font-size: 13px;
    }

    .about .statLbl {
        font-size: 11px;
    }

    .about .divider {
        height: 22px;
    }
}
/********************** End AboutEBU************************/

/********************** ProgramsShowcase************************/

#ProgramsShowcase {
  --pc-radius: 18px;
  --pc-text: #fff;
  --pc-muted: rgba(15, 23, 42, .72);
  --pc-border: rgba(15, 23, 42, .10);
  --pc-soft: hsl(210, 40%, 98%);
  --pc-bg-brand: #001D25;
  --pc-brand: #FF3158;
  /* pink */
  --pc-brand2: #cd2029;
  /* red */
  --pc-gold: #f6b707;
}



#ProgramsShowcase.wrap {
  padding: clamp(22px, 4vw, 44px) 0;
  background:  var(--pc-text);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#ProgramsShowcase.wrap::before {
  content: "";
  position: absolute;
  inset: -120px -120px auto -120px;
  height: 550px;
  z-index: 0;
  background: #001D25;

  pointer-events: none;
}


#ProgramsShowcase .container {
  max-width: 1320px;
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
  z-index: 2;
}

/* ===== Header ===== */
#ProgramsShowcase .head {
  display: grid;
  gap: 18px;
}

#ProgramsShowcase .statement {
  text-align: left;
  /* border: 1px solid var(--pc-border); */
  /* border-radius: var(--pc-radius); */
  /* padding: 18px 18px 16px; */
  /* background:
    radial-gradient(820px 260px at 0% 0%, rgba(246,183,7,.10), transparent 60%),
    radial-gradient(820px 260px at 100% 0%, rgba(205,32,41,.08), transparent 60%),
    #ffffff; */
}

#ProgramsShowcase .hTitle {
  font-size: clamp(28px, 2.2vw, 36px);
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--pc-text);
}

#ProgramsShowcase .pink {
  color: var(--pc-brand);
}

#ProgramsShowcase .subTitle {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--pc-brand);
}

#ProgramsShowcase .lead {
  margin: 0;
  color: var(--pc-text);
  line-height: 1.7;
}

/* ===== Tabs ===== */
#ProgramsShowcase .tabBar {
  display: flex;
  gap: 5px;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 6px;
  scrollbar-width: thin;
}

#ProgramsShowcase .tabBar::-webkit-scrollbar {
  height: 6px;
}

#ProgramsShowcase .tabBar::-webkit-scrollbar-thumb {
  background: rgba(15, 23, 42, .12);
  border-radius: 999px;
}

#ProgramsShowcase .tab {
  white-space: nowrap;
  height: 42px;
  padding: 0 14px;
  /* border-radius: 999px; */
  border: none;
  background: var(--pc-bg-brand) !important;
  color: var(--pc-text);
  font-weight: 800;
  transition: transform .18s ease, border-color .18s ease;
}

#ProgramsShowcase .tab:hover {
  transform: translateY(-1px);
  border-color: rgba(205, 32, 41, .22);
}

#ProgramsShowcase .tabActive {
  border-bottom: 1px solid var(--pc-brand);
  color: var(--pc-brand);
}

#ProgramsShowcase .body {
  margin-top: 18px;
}



#ProgramsShowcase .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

@media (max-width: 991px) {
  #ProgramsShowcase .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  #ProgramsShowcase .grid {
    grid-template-columns: 1fr;
  }

  #ProgramsShowcase.wrap::before {
    content: "";
    position: absolute;
    inset: -120px -120px auto -120px;
    height: 530px;
  }
  #ProgramsShowcase .tabBar{
    margin-top: 10px;
  }
}

/* ===== Card (pcard) ===== */
#ProgramsShowcase .pcard {
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius);
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#ProgramsShowcase .media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  background: #f1f5f9;
}

#ProgramsShowcase .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* rating top-left */
#ProgramsShowcase .badgeLeft {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 12px;
  border-radius: 5px;
  background: var(--pc-bg-brand);
  border: 1px solid rgba(15, 23, 42, .10);
  font-weight: 700;
  color: var(--pc-gold);
}

/* ✅ category bottom-right */
#ProgramsShowcase .badgeRight {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 10px 12px;
  border-radius: 5px;
  background: var(--pc-brand);
  border: 1px solid rgba(15, 23, 42, .10);
  font-weight: 700;
  color: var(--pc-text);
  text-decoration: none;
  max-width: calc(100% - 14px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* body */
#ProgramsShowcase .pbody {
  padding: 14px 14px 0;
}

#ProgramsShowcase .titleLink {
  text-decoration: none;
  color: inherit;
}

#ProgramsShowcase .title {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 1000;
  color: var(--pc-bg-brand);
  min-height: 44px;
  text-align: start;
}

#ProgramsShowcase .meta {
  list-style: none;
  padding: 10px 14px;
  margin: 0 5px 12px;
  background: var(--pc-soft);
  border: 1px solid rgba(15, 23, 42, .08);

  display: flex;
  /* 🔥 horizontal */
  align-items: center;
  gap: 18px;
  /* spacing between items */
  flex-wrap: wrap;
  /* responsive wrap */
  justify-content: center;
}

#ProgramsShowcase .meta li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(15, 23, 42, .78);
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}

#ProgramsShowcase .metaIcon {
  font-size: 14px;
  color: #cd2029;
}

/* ✅ Unique CTA (Reveal Bar) */
#ProgramsShowcase .pcard__reveal {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  padding: 14px 16px;
  border-top: 1px solid rgba(15, 30, 60, .10);

  text-decoration: none;
  color: var(--pc-bg-brand);
  font-weight: 800;

  position: relative;
  overflow: hidden;

  border-bottom-left-radius: var(--pc-radius);
  border-bottom-right-radius: var(--pc-radius);
}

#ProgramsShowcase .pcard__reveal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #153e9b, #0f2f77);
  transform: translateX(-102%);
  transition: transform .35s ease;
  z-index: 0;
}

#ProgramsShowcase .pcard__revealText,
#ProgramsShowcase .pcard__revealArrow {
  position: relative;
  z-index: 1;
}

#ProgramsShowcase .pcard__revealArrow {
  opacity: .65;
  transform: translateX(-6px);
  transition: transform .35s ease, opacity .35s ease;
}

#ProgramsShowcase .pcard:hover .pcard__reveal::before {
  transform: translateX(0);
}

#ProgramsShowcase .pcard:hover .pcard__reveal {
  color: #fff;
}

#ProgramsShowcase .pcard:hover .pcard__revealArrow {
  transform: translateX(0);
  opacity: 1;
}

/* swiper pagination */
#ProgramsShowcase .programSwiper .swiper-pagination {
    position: relative !important;
    margin-top: 14px !important;
}
/* #ProgramsShowcase .swiper :global(.swiper-pagination) {
  position: relative !important;
  margin-top: 14px !important;
} */

#ProgramsShowcase .swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: .25;
  background: var(--pc-bg-brand);
}

#ProgramsShowcase .swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--pc-brand);
}

#ProgramsShowcase .tail {
  height: 1px;
}


@media (max-width: 627px) {
  #ProgramsShowcase .hTitle {
    margin-bottom: 20px;
  }

  #ProgramsShowcase .subTitle {
    margin-bottom: 15px;
  }

  #ProgramsShowcase .meta {
    list-style: none;
    padding: 12px 7px;

    gap: 8px;
  }

}

  #ProgramsShowcase button {
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 0.6em 1.2em;
    font-size: 1em;
    font-weight: 500;
    font-family: inherit;
    background-color: #1a1a1a;
    cursor: pointer;
    transition: border-color 0.25s;
}

/********************** End ProgramsShowcase************************/
/********************** SuccessStoryCard************************/
#SuccessStoryCard.wrap {
    background: #ffffff;
    padding: clamp(15px, 4vw, 30px) 0;
}



#SuccessStoryCard .storyStrip {
    position: relative;
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(300px, 430px) auto;
    align-items: center;
    gap: 20px;
    padding: 18px 22px;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(90deg, #fff6f8 0%, #ffffff 48%, #f5f8ff 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

#SuccessStoryCard .storyStrip::before {
    content: "";
    position: absolute;
    left: -80px;
    top: -80px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 49, 88, 0.09), transparent 70%);
}

#SuccessStoryCard .storyStrip::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(62, 108, 255, 0.08), transparent 70%);
}

#SuccessStoryCard .leftGroup,
#SuccessStoryCard .person,
#SuccessStoryCard .cta {
    position: relative;
    z-index: 1;
}

#SuccessStoryCard .leftGroup {
    display: flex;
    align-items: center;
    gap: 18px;
}

#SuccessStoryCard .left {
    display: flex;
    align-items: center;
}

#SuccessStoryCard  .ringWrap {
    width: 82px;
    height: 82px;
    position: relative;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(15, 23, 42, .05), 0 8px 22px rgba(255, 49, 88, .1);
}

#SuccessStoryCard .ring {
    width: 82px;
    height: 82px;
    transform: rotate(-90deg);
}

#SuccessStoryCard .ringBg {
    stroke: rgba(255,49,88,.14);
}

#SuccessStoryCard .ringBar {
    stroke: #ff3158;
    stroke-linecap: butt;
}

#SuccessStoryCard .ringText {
    position: absolute;
    font-size: 16px;
    font-weight: 900;
    color: #071b25;
}

#SuccessStoryCard .eyebrow {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #ff3158;
}

#SuccessStoryCard .title {
    margin: 0 0 4px;
    font-size: clamp(24px,2vw,34px);
    line-height: 1.08;
    font-weight: 900;
    color: #071b25;
}

#SuccessStoryCard .subtitle {
    margin: 0;
    font-size: 15px;
    color: rgba(15,23,42,.65);
}

#SuccessStoryCard .person {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 18px;
    border: 1px solid rgba(15,23,42,.07);
    backdrop-filter: blur(8px);
}

#SuccessStoryCard .avatar {
    width: 65px;
    height: 65px;
    min-width: 65px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 8px 18px rgba(15,23,42,.12);
}

#SuccessStoryCard .name {
    font-size: 16px;
    font-weight: 850;
    color: #071b25;
    margin-bottom: 4px;
}

#SuccessStoryCard .role {
    font-size: 12.5px;
    color: rgba(15,23,42,.64);
}

#SuccessStoryCard .cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 850;
    color: #fff;
    background: linear-gradient(135deg,#ff3158,#e8214c);
    box-shadow: 0 14px 30px rgba(255,49,88,.24);
    white-space: nowrap;
    transition: .25s;
}

#SuccessStoryCard .cta:hover {
    color:#fff;
    transform: translateY(-2px);
    box-shadow:0 18px 34px rgba(255,49,88,.3);
}

@media(max-width:1199px){
#SuccessStoryCard .storyStrip{
grid-template-columns:1fr;
}
#SuccessStoryCard .cta{
justify-self:flex-start;
}
}

@media(max-width:767px){
#SuccessStoryCard .storyStrip{
padding:16px;
}
#SuccessStoryCard .title{
font-size:24px;
}
#SuccessStoryCard .person,
#SuccessStoryCard .cta{
width:100%;
}
}

@media(max-width:520px){
#SuccessStoryCard .leftGroup{
gap:14px;
}
#SuccessStoryCard .ringWrap,
#SuccessStoryCard .ring{
width:76px;
height:76px;
}
#SuccessStoryCard .avatar{
width:52px;
height:52px;
min-width:52px;
}
}
/********************** End SuccessStoryCard************************/
/********************** Listing************************/

#Listing body{
    margin:0;
    font-family:'Inter',sans-serif;
}
 #Listing.wrap{
    padding:clamp(22px,4vw,44px) 0;
    background:#ffffff;
    position:relative;
    overflow:hidden;
    z-index:1;
}
 #Listing.wrap::before{
    content:"";
    position:absolute;
    inset:0;
    background:#001D25;
    z-index:0;
    pointer-events:none;
}
 #Listing .container{
    max-width:1320px;
    margin:auto;
    padding:0 15px;
    position:relative;
    z-index:2;
}
 #Listing .block{
    margin:0 auto;
}
 #Listing .mediaWrap{
position: relative;
    z-index: 2;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 30px 70px rgba(2, 6, 23, .08);
}
 #Listing .mediaImg{
    width:100%;
    display:block;
}
 #Listing .mediaOverlay{
        position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, .15));
}
 #Listing .content{
    text-align:left;
}
 #Listing .title{
    font-size:clamp(26px,2.5vw,34px);
    line-height:1.2;
    font-weight:900;
    color:#fff;
    margin-bottom:40px;
}
 #Listing .highlight{
    position:relative;
    color:#cd2029;
}
 #Listing .highlight::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-6px;
    width:100%;
    height:4px;
    border-radius:999px;
    background:linear-gradient(90deg,#cd2029,#f6b707);
}
 #Listing .descText{
    font-size:16px;
    line-height:1.8;
    color:#dbe7ec;
    margin:0 0 25px;
}
#Listing .cta{
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-weight:700;
    text-decoration:none;
    color:#cd2029;
    position:relative;
}
#Listing .cta::after{
    content:"";
    position:absolute;
    bottom:-6px;
    left:0;
    width:0;
    height:3px;
    background:linear-gradient(90deg,#cd2029,#f6b707);
    transition:.3s;
}
 #Listing .cta:hover::after{
    width:100%;
}
 #Listing .row{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;
    align-items:start;
}
 #Listing .col{
    width:100%;
}
@media(max-width:768px){
     #Listing .row{
        grid-template-columns:1fr;
    }
}
/********************** End Listing************************/


/********************** TransformSectionFive************************/
#TransformSectionFive.wrap {
    padding: clamp(22px, 4vw, 44px) 0;
}

#TransformSectionFive .shell {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: stretch;
}
@media(max-width:992px) {
        #TransformSectionFive .shell {
        grid-template-columns: 1fr;
    }
}
    #TransformSectionFive .mediaCard {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: rgba(255, 255, 255, .18);
    backdrop-filter: blur(10px);
    box-shadow: 0 22px 60px rgba(2, 6, 23, .12);
}
    #TransformSectionFive .mediaCard:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(135deg,
            rgba(205, 32, 41, .65),
            rgba(246, 183, 7, .55),
            rgba(0, 41, 53, .25));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 4;
}
    #TransformSectionFive .mediaCard:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(900px 400px at 20% 0%, rgba(246, 183, 7, .2), transparent 55%),
        linear-gradient(180deg, rgba(2, 6, 23, .05), rgba(2, 6, 23, .35));
    z-index: 1;
}
    #TransformSectionFive .mediaImg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: .5s;
}
    #TransformSectionFive .mediaCard:hover .mediaImg {
    transform: scale(1.06);
}
    #TransformSectionFive .floatStack {
    position: absolute;
    left: 16px;
    bottom: 16px;
    width: min(330px, calc(100% - 32px));
    display: grid;
    gap: 10px;
    z-index: 3;
}
    #TransformSectionFive .mini {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(10px);
    transition: .3s;
}
    #TransformSectionFive .mini:hover {
    transform: translateY(-3px);
}
    #TransformSectionFive .miniIcon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #cd2029, #f6b707);
    color: #fff;
}
    #TransformSectionFive .miniTop {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
}
    #TransformSectionFive .miniSub {
    color: #fff;
    opacity: .9;
    font-size: 12px;
}
    #TransformSectionFive .cornerChip {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    display: flex;
    gap: 10px;
    align-items: center;
    background: rgba(2, 6, 23, .8);
    color: #fff;
    padding: 10px 14px;
    border-radius: 30px;
}
    #TransformSectionFive .chipDot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: linear-gradient(135deg, #cd2029, #f6b707);
}
    #TransformSectionFive .chipText {
    font-size: 13px;
    font-weight: 700;
}
    #TransformSectionFive .content {
    padding: 30px;
    display: flex;
    flex-direction: column;
}
    #TransformSectionFive .kicker {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-weight: 700;
    color: #666;
}
    #TransformSectionFive .title {
    font-size: clamp(24px, 2vw, 36px);
    font-weight: 800;
    margin: 10px 0;
    color: #071b25;
}
    #TransformSectionFive .pink {
    color: #cd2029;
}
    #TransformSectionFive .lead {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}
    #TransformSectionFive .list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}
    #TransformSectionFive .item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 8px 12px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .55);
    border: 1px solid rgba(15, 23, 42, .08);
    transition: .3s;
}
    #TransformSectionFive .item:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(2, 6, 23, .1);
}
    #TransformSectionFive .bullet {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(205, 32, 41, .12), rgba(246, 183, 7, .10));
}
    #TransformSectionFive .bullet img {
    width: 18px;
}
    #TransformSectionFive .itemText {
    font-size: 14px;
    font-weight: 600;
    color: #444;
}
    #TransformSectionFive .revealCta {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 18px;
    border-radius: 5px;
    text-decoration: none;
    color: #071b25;
    border: 1px solid rgba(15, 23, 42, .1);
    background: rgba(255, 255, 255, .65);
    position: relative;
    overflow: hidden;
    font-weight: 700;
}
    #TransformSectionFive .revealCta:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #153e9b, #0f2f77);
    transform: translateX(-100%);
    transition: .35s;
}
    #TransformSectionFive .revealText,
    #TransformSectionFive .revealArrow {
    position: relative;
    z-index: 2;
}
    #TransformSectionFive .revealCta:hover {
    color: #fff;
}
    #TransformSectionFive .revealCta:hover:before {
    transform: translateX(0);
}
@media(max-width:627px) {
        #TransformSectionFive .floatStack {
        gap: 5px;
    }
        #TransformSectionFive .mini {
        padding: 8px 10px;
        border-radius: 3px;
    }
}
/********************** End TransformSectionFive************************/


/********************** CounterHighlights************************/
#CounterHighlights.counterWrap{
    padding:clamp(22px,4vw,44px) 0;
}

#CounterHighlights .counterContainer{
    width:92%;
    max-width:1320px;
    margin:auto;
}

#CounterHighlights .counterSrOnly{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}

#CounterHighlights .counterGrid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

@media(max-width:992px){
#CounterHighlights .counterGrid{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:520px){
#CounterHighlights .counterGrid{
grid-template-columns:1fr;
}
}

#CounterHighlights .counterCard{
    position:relative;
    display:flex;
    flex-direction:column;
    gap:12px;
    min-height:220px;
    padding:18px;
    border-radius:10px;
    background:rgba(255,255,255,.1);
    border:1px solid rgba(15,23,42,.1);
    backdrop-filter:blur(10px);
    overflow:hidden;
    transition:.3s;
}

#CounterHighlights .counterCard:before{
    content:"";
    position:absolute;
    inset:0;
    padding:1px;
    border-radius:inherit;
    background:linear-gradient(135deg,
    rgba(205,32,41,.55),
    rgba(246,183,7,.45),
    rgba(0,41,53,.22));
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite:xor;
    mask-composite:exclude;
    opacity:.55;
    pointer-events:none;
}

#CounterHighlights .counterCard:after{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    right:-120px;
    top:-120px;
    border-radius:50%;
    background:radial-gradient(circle at 30% 30%,rgba(246,183,7,.22),transparent 60%);
}

#CounterHighlights .counterCard:hover{
    transform:translateY(-4px);
    border-color:rgba(15,23,42,.18);
    box-shadow:0 26px 70px rgba(2,6,23,.14);
}

#CounterHighlights .counterIcon{
    width:62px;
    height:62px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:10px;
    background:#0e3741;
    border:1px solid rgba(255,255,255,.22);
}

#CounterHighlights .counterIcon img{
    width:36px;
    height:36px;
    object-fit:contain;
}

#CounterHighlights .counterBody{
    display:flex;
    flex-direction:column;
    gap:8px;
    text-align:left;
}

#CounterHighlights .counterTitle{
    margin:0;
    font-size:17px;
    font-weight:900;
    line-height:1.2;
    color:#071b25;
}

#CounterHighlights .counterDesc{
    margin:0;
    font-size:15px;
    line-height:1.6;
    color:rgba(2,6,23,.72);
}

#CounterHighlights .counterBar{
    margin-top:auto;
    width:100%;
    height:3px;
    border-radius:999px;
    background:linear-gradient(90deg,#cd2029,#f6b707);
    transform:scaleX(.45);
    transform-origin:left;
    transition:.3s;
}

#CounterHighlights .counterCard:hover .counterBar{
    transform:scaleX(1);
}
/********************** End CounterHighlights************************/


/********************** LatestNews************************/
#LatestNews.wrap{
  padding: clamp(10px, 4vw, 25px) 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

#LatestNews .headerRow{ margin-bottom: 18px; }

#LatestNews .titleWrapper{
  display:flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
  align-items: center;
}

#LatestNews .secSubtitle{
  margin:0;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(2,6,23,.70);
  display:inline-flex;
  align-items:center;
  gap: 10px;
}
#LatestNews .secSubtitle::before{
  content:"";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #cd2029, #f6b707);
}

#LatestNews .secTitle{
  margin:0;
  font-weight: 950;
  font-size: clamp(22px, 2.2vw, 36px);
  color:#071b25;
  line-height: 1.12;
}

/* layout */
#LatestNews .mainGrid{
  display:grid;
  grid-template-columns: 1.6fr .9fr;
  gap: clamp(12px, 2vw, 18px);
}

@media (max-width: 992px){
  #LatestNews .mainGrid{ grid-template-columns: 1fr; }
}

/* feature */
#LatestNews .feature{
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.10);
  /* background: rgba(255,255,255,.10); */
  backdrop-filter: blur(10px);
  /* box-shadow: 0 20px 70px rgba(2,6,23,.10); */
  text-align: start;
  align-items: center;
}

#LatestNews .featureMedia{
  position: relative;
  display:block;
  aspect-ratio: 16/9;
  overflow:hidden;
  text-decoration:none;
  background: rgba(2,6,23,.06);
}

#LatestNews .featureMedia img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  transform: scale(1.02);
  transition: transform .45s ease;
}

#LatestNews .featureShade{
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(2,6,23,.05), rgba(2,6,23,.65));
  pointer-events:none;
}

#LatestNews .featureBadge{
  position:absolute;
  left: 16px;
  bottom: 16px;
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.24);
  backdrop-filter: blur(12px);
  color: rgba(255,255,255,.95);
  font-weight: 850;
  font-size: 12px;
  z-index: 2;
}

#LatestNews .dot{
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--pc-brand);
}

#LatestNews .feature:hover .featureMedia img{ transform: scale(1.08); }

#LatestNews .featureBody{ padding: 18px 18px 20px; }

#LatestNews .featureText{
  margin: 0;
  font-weight: 850;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(2,6,23,.86);
}

#LatestNews .featureText span{
  display:inline-block;
  margin-top: 8px;
  font-weight: 950;
  color: #0f2f77;
}

#LatestNews .featureCta{
  margin-top: 14px;
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 10px;
  text-decoration:none;
  font-weight: 950;
  color: #fff;
  background: linear-gradient(90deg, #153e9b, #0f2f77);
  box-shadow: 0 16px 34px rgba(15,47,119,.22);
  transition: transform .22s ease, filter .22s ease;
}

#LatestNews .featureCta:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
}

/* list */
#LatestNews .listWrap{
  border-radius: 10px;
  overflow:hidden;
  /* border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.10); */
  backdrop-filter: blur(10px);
  /* box-shadow: 0 20px 70px rgba(2,6,23,.10); */
  padding: 0px 10px;
}

#LatestNews .listTop{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 6px 14px;
  border-bottom: 1px solid rgba(15,23,42,.08);
}

#LatestNews .listLabel{
  font-weight: 950;
  color: #071b25;
  letter-spacing: .06em;
}

#LatestNews .listAll{
  text-decoration:none;
  font-weight: 950;
  font-size: 13px;
  color: #cd2029;
  display:inline-flex;
  align-items:center;
  gap: 8px;
}

#LatestNews .listItems{
  padding-top: 14px;
  display:flex;
  flex-direction: column;
  gap: 5px;
  text-align: start;
}

#LatestNews .listCard{
  border-radius: 10px;
  border: 1px solid rgba(15,23,42,.10);
  /* background: rgba(255,255,255,.12); */
  overflow:hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

#LatestNews .listLink{
  padding: 14px 14px;
  display:block;
  text-decoration:none;
  color: inherit;
}

#LatestNews .meta{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

#LatestNews .pill{
  display:inline-flex;
  align-items:center;
  padding: 5px 10px;
  /* border-radius: 7px; */
  font-weight: 950;
  font-size: 12px;
  color: #0f2f77;
  /* background: rgba(21,62,155,.10); */
  /* border: 1px solid rgba(21,62,155,.14); */
}
#LatestNews .pill::before{
  content:"";
  width: 25px;
  height: 2px;
  border-radius: 999px;
  background: #0f2f77;
  margin-right: 7px;
}


#LatestNews .date{
  font-weight: 850;
  font-size: 12px;
  color: rgba(2,6,23,.72);
}

#LatestNews .listTitle{
  margin: 0;
  font-weight: 950;
  font-size: 16px;
  line-height: 1.5;
  color: #071b25;
  display:-webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow:hidden;
}

#LatestNews .go{
  margin-top: 12px;
  font-weight: 950;
  color: #071b25;
  opacity: .85;
  display:flex;
  align-items:center;
  gap: 10px;
  justify-content: end;
}

#LatestNews .go span{
  transform: translateX(-4px);
  transition: transform .22s ease;
}

#LatestNews .listCard:hover{
  transform: translateY(-3px);
  border-color: rgba(15,23,42,.18);
  box-shadow: 0 18px 40px rgba(2,6,23,.12);
}

#LatestNews .listCard:hover .go span{ transform: translateX(0); }

/* list skeleton */
#LatestNews .listSkel{
  padding-top: 14px;
  display:flex;
  flex-direction: column;
  gap: 12px;
}

#LatestNews .listSkelItem{
  height: 96px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(2,6,23,.06), rgba(2,6,23,.10), rgba(2,6,23,.06));
  background-size: 200% 100%;
  animation: shimmer 1.2s ease-in-out infinite;
  border: 1px solid rgba(15,23,42,.10);
}

@keyframes shimmer{
  0%{ background-position: 0% 0; }
  100%{ background-position: 200% 0; }
}

#LatestNews .error{
  margin-top: 14px;
  padding: 14px 14px;
  border-radius: 10px;
  border: 1px solid rgba(205,32,41,.22);
  background: rgba(205,32,41,.08);
  color: rgba(2,6,23,.85);
  display:flex;
  flex-direction: column;
  gap: 6px;
}
/********************** End LatestNews************************/


/********************** StudentWork************************/
#StudentWork.wrap{
  background: #ffffff;
  padding: clamp(22px, 4vw, 44px) 0;
}



/* title centered */
#StudentWork .head{
  text-align:center;
  position:relative;
  margin-bottom:40px;
}

#StudentWork .head div.headTitle{
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 900;
  color:#0f172a;
  display:inline-block;
  padding:0 20px;
  background:#fff;
  position:relative;
  z-index:2;
}

#StudentWork .head::before{
  content:"";
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  height:1px;
  background:linear-gradient(90deg, #cd2029, #f6b707);
  
  z-index:1;
}

/* horizontal belt */
#StudentWork .belt{
  display:flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 30px;
  background: #f8fafc;
  border-radius: 24px;
  justify-content:center;
}

#StudentWork .belt img{
  height: 60px;
  opacity:.7;
  transition:.3s;
}   

#StudentWork .belt img:hover{
  transform: scale(1.08);
  opacity:1;
}

@media (max-width: 627px){
  #StudentWork .belt img{
    height: 45px;
  }
}
/********************** End StudentWork************************/


/********************** StudentsGlobeSlider************************/
#StudentsGlobeSlider {
    --pc-radius: 18px;
    --pc-text: #fff;
    --pc-muted: rgba(15, 23, 42, .72);
    --pc-border: rgba(15, 23, 42, .10);
    --pc-soft: hsl(210, 40%, 98%);
    --pc-bg-brand: #001D25;
    --pc-brand: #FF3158;
    --pc-brand2: #cd2029;
    --pc-gold: #f6b707;
     --swiper-theme-color: #007aff;
}

<style>
:root {
    --swiper-theme-color: #007aff;
}
#StudentsGlobeSlider.wrap {
  position: relative;
  padding: clamp(22px, 4vw, 44px) 0;

  overflow: hidden;
  background: #f7fafc;
  /* simple light base */
}

/* minimal soft glow (not too much) */
#StudentsGlobeSlider.wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--pc-bg-brand);
  pointer-events: none;
  z-index: 0;
}

#StudentsGlobeSlider > * {
  position: relative;
  z-index: 1;
}

/* Title */
#StudentsGlobeSlider .titleWrapper {
  margin-bottom: 14px;
  text-align: start;
}

#StudentsGlobeSlider .title {
  margin: 0;
  color: var(--pc-text);
  font-weight: 900;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.15;
}

#StudentsGlobeSlider .title span {
  color: var(--pc-brand);
}

/* Slider area: no heavy box */
#StudentsGlobeSlider .sliderShell {
  padding: 6px 0 0;
}

/* Card: passport / ID look */
/* Card: premium, consistent */
/* ===== Student premium card (hpTCard style) ===== */
#StudentsGlobeSlider .sCard {
  height: 100%;
  padding: 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(15, 23, 42, .10);
  /* box-shadow: 0 18px 55px rgba(15,23,42,.10); */
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  flex: 1;
  /* 🔥 stretch inside slide */
  display: flex;
  flex-direction: column;
}

#StudentsGlobeSlider .sCard:hover {
  transform: translateY(-3px);
  border-color: rgba(246, 183, 7, .25);
  box-shadow: 0 12px 18px rgba(15, 23, 42, .12);
}

/* top glow like hpTCard */
#StudentsGlobeSlider .sCard::before {
  content: "";
  position: absolute;
  inset: -80px -80px auto -80px;
  height: 170px;
  background:
    radial-gradient(circle at 20% 30%, rgba(246, 183, 7, .16), transparent 60%),
    radial-gradient(circle at 85% 15%, rgba(205, 32, 41, .12), transparent 60%);
  pointer-events: none;
}

/* subtle noise/dots optional (very light) */
#StudentsGlobeSlider .sCard::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(2, 6, 23, .06) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: .10;
  pointer-events: none;
}

/* ===== top area (avatar + name) ===== */
#StudentsGlobeSlider .sTop {
  display: flex;
  gap: 12px;
  align-items: center;
  position: relative;
}

/* avatar block like hpTAvatar but with image */
#StudentsGlobeSlider .sAvatar {
  width: 54px;
  height: 54px;
  border-radius: 7px;
  overflow: hidden;
  flex: 0 0 54px;
  background: linear-gradient(180deg, #0b1220, #0f172a);
  border: 1px solid rgba(246, 183, 7, .35);
  box-shadow: 0 14px 36px rgba(2, 6, 23, .18);
  display: grid;
  place-items: center;
}

#StudentsGlobeSlider .sAvatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* name + country */
#StudentsGlobeSlider .sHead {
  min-width: 0;
}

#StudentsGlobeSlider .sName {
  margin: 0;
  font-weight: 950;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.2;
  /* keep consistent height without <br/> hacks */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: start;
}

#StudentsGlobeSlider .sCountry {
  margin: 6px 0 0;
  font-size: 13px;
  color: rgba(15, 23, 42, .65);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#StudentsGlobeSlider .sIcon {
  font-size: 12px;
  color: rgba(205, 32, 41, .85);
}

/* ===== body meta ===== */
#StudentsGlobeSlider .sBody {
  margin-top: 20px;
  position: relative;
  flex: 1;
  /* 🔥 pushes bottom evenly */
  display: flex;
}

#StudentsGlobeSlider .sMeta {
  margin: 0;
  padding: 12px 14px;
  border-radius: 2px;
  background: rgba(2, 6, 23, .03);
  border: 1px solid rgba(2, 6, 23, .06);

  display: block;
  /* ❗ remove flex/grid */
  text-align: start;
}

#StudentsGlobeSlider .sLabel {
  font-size: 12.5px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(2, 6, 23, 1);

  margin-right: 6px;
  /* spacing before value */
}

#StudentsGlobeSlider .sValue {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(15, 23, 42, .78);

  white-space: normal;
  word-break: break-word;
}

/* ===== swiper pagination stays same (your code) ===== */
/* Pagination minimal */
#StudentsGlobeSlider .swiper .swiper-pagination{
  position: relative;
  margin-top: 12px;
}

/* default dots */
#StudentsGlobeSlider .swiper .swiper-pagination-bullet{
  width: 7px;
  height: 7px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.462); /* light gray */
}

/* active dot */
#StudentsGlobeSlider .swiper .swiper-pagination-bullet-active{
  background: var(--pc-brand); /* your pink */
  opacity: 1;
}


#StudentsGlobeSlider .swiper .swiper-slide{
  height: auto;
  /* override swiper default */
  display: flex;
  /* allow stretch */
}
/********************** End StudentsGlobeSlider************************/


/********************** LatestBlogs************************/
#LatestBlogs {
    --pc-radius: 18px;
    --pc-text: #fff;
    --pc-muted: rgba(15, 23, 42, .72);
    --pc-border: rgba(15, 23, 42, .10);
    --pc-soft: hsl(210, 40%, 98%);
    --pc-bg-brand: #001D25;
    --pc-brand: #FF3158;
    --pc-brand2: #cd2029;
    --pc-gold: #f6b707;
}    
    /* transparent section */
#LatestBlogs.wrap {
  padding: clamp(22px, 4vw, 44px) 0;
  background: transparent;
}

/* header */
#LatestBlogs .head {
  text-align: center;
  margin-bottom: clamp(14px, 2vw, 22px);
}

#LatestBlogs .kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(2, 6, 23, .70);
}

#LatestBlogs .kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #cd2029, #f6b707);
}

#LatestBlogs .title {
  margin: 10px 0 6px;
  font-weight: 800;
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: 1.15;
  color: #071b25;
}

#LatestBlogs .sub {
  margin: 0 auto;
  color: rgba(2, 6, 23, .70);
  line-height: 1.7;
  font-size: 16px;
}

/* grid */
#LatestBlogs .grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2vw, 18px);
}

@media (max-width: 992px) {#LatestBlogs 
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {#LatestBlogs 
  .grid {
    grid-template-columns: 1fr;
  }
}

/* card */
#LatestBlogs .card {
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(15, 23, 42, .10);
  backdrop-filter: blur(10px);
  /* box-shadow: 0 18px 55px rgba(2,6,23,.10); */

  display: flex;
  flex-direction: column;
  min-height: 420px;

  transform: translateY(0);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

#LatestBlogs .card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 23, 42, .18);
  box-shadow: 0 26px 70px rgba(2, 6, 23, .14);
}

/* media */
#LatestBlogs .media {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  /* aspect-ratio: 16 / 10; */
  background: rgba(2, 6, 23, .06);
}

#LatestBlogs .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform .35s ease;
}

#LatestBlogs .card:hover .img {
  transform: scale(1.07);
}

#LatestBlogs .media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, .05), rgba(2, 6, 23, .55));
  pointer-events: none;
}

/* date pill */
#LatestBlogs .datePill {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;

  display: flex;
  align-items: center;
  gap: 10px;

  padding: 7px 12px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .22);
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, .94);
  font-weight: 800;
  font-size: 12px;
}

#LatestBlogs .dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--pc-brand);
}

/* fallback when no image */
#LatestBlogs .fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: rgba(2, 6, 23, .55);
  font-weight: 900;
}

/* body */
#LatestBlogs .body {
  padding: 16px 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

#LatestBlogs .h3Link {
  text-decoration: none;
  color: inherit;
}

#LatestBlogs .h3 {
  margin: 0;
  font-weight: 950;
  font-size: 16px;
  line-height: 1.25;
  color: #071b25;
  text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ✅ reveal CTA (your concept) */
#LatestBlogs .revealCta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  padding: 14px 16px;
  border-top: 1px solid rgba(15, 30, 60, .10);

  text-decoration: none;
  color: #071b25;
  font-weight: 950;

  position: relative;
  overflow: hidden;

  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}

#LatestBlogs .revealCta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #153e9b, #0f2f77);
  transform: translateX(-102%);
  transition: transform .35s ease;
  z-index: 0;
}

#LatestBlogs .revealText,
#LatestBlogs .revealArrow {
  position: relative;
  z-index: 1;
}

#LatestBlogs .revealArrow {
  opacity: .65;
  transform: translateX(-6px);
  transition: transform .35s ease, opacity .35s ease;
}

#LatestBlogs .card:hover .revealCta::before {
  transform: translateX(0);
}

#LatestBlogs .card:hover .revealCta {
  color: #fff;
}

#LatestBlogs .card:hover .revealArrow {
  transform: translateX(0);
  opacity: 1;
}

/* skeleton */
#LatestBlogs .skel {
  height: 420px;
  border-radius: 22px;
  background: linear-gradient(90deg,
      rgba(2, 6, 23, .06),
      rgba(2, 6, 23, .10),
      rgba(2, 6, 23, .06));
  background-size: 200% 100%;
  animation: shimmer 1.2s ease-in-out infinite;
  border: 1px solid rgba(15, 23, 42, .10);
}

@keyframes shimmer {
  0% {
    background-position: 0% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

/* error */
#LatestBlogs .error {
  margin: 16px auto 0;
  max-width: 760px;
  padding: 14px 14px;
  border-radius: 16px;
  border: 1px solid rgba(205, 32, 41, .22);
  background: rgba(205, 32, 41, .08);
  color: rgba(2, 6, 23, .85);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

@media (max-width: 1240px) {
  #LatestBlogs .card {
    min-height: 360px;
  }
}

@media (max-width: 575px) {}
/********************** End LatestBlogs************************/

/********************** AcademicFaq************************/
#AcademicFaq {
    --pc-radius: 18px; 
    --pc-text: #fff;
    --pc-muted: rgba(15, 23, 42, .72);
    --pc-border: rgba(15, 23, 42, .10);
    --pc-soft: hsl(210, 40%, 98%);
    --pc-bg-brand: #001D25;
    --pc-brand: #FF3158;
    --pc-brand2: #cd2029;
    --pc-gold: #f6b707;
}

#AcademicFaq.wrap{
  padding: clamp(22px, 4vw, 44px) 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}


#AcademicFaq .rowGap {
  row-gap: 18px;
}

/* heading */
#AcademicFaq .titleArea {
  margin-bottom: 18px;
  text-align: start;
}

#AcademicFaq .secSubtitle {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .14em;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(2, 6, 23, .65);
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(2, 6, 23, .08);
  
}

#AcademicFaq .secTitle {
  margin: 14px 0 0;
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 1.1;
  font-weight: 900;
  color: #0f172a;
  text-align: start;
}

/* accordion wrapper card */
#AcademicFaq .accordionWrap {
  border-radius: 10px;
  /* background: rgba(255,255,255,.88);
  border: 1px solid rgba(2,6,23,.10);
  box-shadow: 0 26px 70px rgba(2,6,23,.12); */
  overflow: hidden;
}

/* bootstrap accordion tuning */
#AcademicFaq .accordion {
  --bs-accordion-border-width: 0;
}

/* item */
#AcademicFaq .item {
  border: 0;
  background: transparent;
  display:block;
  border-radius: 0px;
}

/* divider for clean structure */
#AcademicFaq .item:not(:last-child) {
  border-bottom: 1px solid rgba(2, 6, 23, .08);
}

/* focus ring when anything inside is focused */
#AcademicFaq .item:focus-within {
  outline: none;
  box-shadow: 0 0 0 4px rgba(246, 183, 7, .14);
}

/* button */
#AcademicFaq .btn {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;

  font-weight: 700;
  color: #0f172a;

  padding: 8px 18px 8px 62px;
  /* better spacing */
  position: relative;

  transition: background .25s ease, color .25s ease;
}

/* remove bootstrap arrow */

/* Q badge */
#AcademicFaq .btn::before {
  content: "Q";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);

  width: 25px;
  height: 25px;
  border-radius: 12px;

  display: grid;
  place-items: center;

  font-size: 13px;
  font-weight: 950;

  background:
    radial-gradient(circle at 30% 30%, rgba(246, 183, 7, .25), transparent 60%),
    rgba(2, 6, 23, .04);
  border: 1px solid rgba(2, 6, 23, .10);
  color: #cd2029;

  transition: all .25s ease;
}

/* hover */
#AcademicFaq .btn:hover {
  background: rgba(246, 183, 7, .08) !important;
}

/* focus (real focus on button) */
/* .btn:focus{
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(246,183,7,.18) !important;
  border-radius: 16px;
} */

/* OPEN state (bootstrap adds .collapsed when closed) */
#AcademicFaq .accordion-button:not(.collapsed).btn {
  background: rgba(205, 32, 41, .06) !important;
  color: #cd2029 !important;
}

/* Q badge changes when open */
#AcademicFaq .accordion-button:not(.collapsed).btn::before {
  background: linear-gradient(135deg, #cd2029, #f6b707);
  border-color: transparent;
  color: #fff;
}

/* body align with Q badge */
#AcademicFaq .body {
  padding: 10px 18px 18px 35px;
  /* aligned left */
  background: rgba(246, 183, 7, .08) !important;
  color: rgba(2, 6, 23, .74);
  line-height: 1.75;
  font-size: 15px;
  text-align: left;
}
#AcademicFaq .body p{
  font-weight: 500;
  margin-bottom: 7px;
}

#AcademicFaq .body a {
  color: #cd2029;
  font-weight: 800;
  text-decoration: none;
}

#AcademicFaq .body a:hover {
  text-decoration: underline;
}

#AcademicFaq .body ul {
  margin: 0;
  padding-left: 18px;
}

#AcademicFaq .supportLink {
  display: block;
  padding: 16px 18px 18px;
  border-top: 1px solid rgba(2, 6, 23, .08);
  color: rgba(2, 6, 23, .70);
  font-weight: 700;
  text-align: center;
}

#AcademicFaq .supportLink a {
  color: #0f172a;
  font-weight: 900;
  text-decoration: none;
}

#AcademicFaq .supportLink a:hover {
  color: #cd2029;
  text-decoration: underline;
}

/* RIGHT CARD: image promo */
#AcademicFaq .imgBox {
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(2, 6, 23, .10);
  box-shadow: 0 24px 60px rgba(2, 6, 23, .12);
  position: relative;
  min-height: 340px;
}

/* image wrapper */
#AcademicFaq .img1 {
  position: relative;
  min-height: 340px;
}

/* image */
#AcademicFaq .img1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* top overlay content */
#AcademicFaq .boxContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

  padding: 16px;
  text-align: left;
  color: #fff;

  /* 🔥 gradient for readability */
  background: linear-gradient(
    180deg,
    rgba(2,6,23,.65) 0%,
    rgba(2,6,23,.35) 40%,
    rgba(2,6,23,0) 100%
  );
}

/* title */
#AcademicFaq .imgTitle {
  display: block;
  font-weight: 700;
  font-size: clamp(30px, 2.5vw, 36px);
  line-height: 1.15;
  margin-bottom: 8px;
  
}

/* text */
#AcademicFaq .imgText {
  margin: 0 0 12px;
  line-height: 1.6;
  font-size: clamp(16px, 1.3vw, 18px);
  font-weight: 700;
  max-width: 90%;
}

/* button */
#AcademicFaq .vsBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 16px;
  border-radius: 14px;
  font-weight: 900;
  text-decoration: none;
  color: #0f172a;
  background: linear-gradient(135deg, rgba(246, 183, 7, .95), rgba(246, 183, 7, .65));
  box-shadow: 0 16px 40px rgba(246, 183, 7, .22);
}
/* RIGHT CARD: admission process */
#AcademicFaq .mediaStyle5 {
  margin-top: 16px;
  border-radius: 10px;
  padding: 18px 16px;
  border: 1px solid rgba(2, 6, 23, .10);
  background: linear-gradient(90deg, var(--pc-brand), var(--pc-brand2));
  /* background: linear-gradient(90deg, #0f2f77, #0f2f77); */

}

#AcademicFaq .mediaHeader {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

/* icon */
#AcademicFaq .icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;

  background:
    radial-gradient(circle at 30% 30%, rgba(246, 183, 7, .22), transparent 60%),
    rgba(2, 6, 23, .03);

  border: 1px solid rgba(2, 6, 23, .08);
  color: #0f172a;

  flex-shrink: 0;
}

/* title */
#AcademicFaq .mediaTitle {
  font-weight: 900;
  font-size: 16px;
  color: #0f172a;
}

#AcademicFaq .phone,
#AcademicFaq .mail {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  margin-top: 10px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(2, 6, 23, .08);
  color: rgba(2, 6, 23, .78);
}

#AcademicFaq .phone:hover,
#AcademicFaq .mail:hover {
  border-color: rgba(205, 32, 41, .25);
  color: #cd2029;
}

/* responsive */
@media (max-width: 992px){
  #AcademicFaq .imgBox,
  #AcademicFaq .img1{
    min-height: 260px;
  }

  #AcademicFaq .boxContent{
    padding: 14px;
  }
}

@media (max-width: 767px){
  #AcademicFaq .imgBox,
  #AcademicFaq .img1{
    min-height: 240px;
  }

  
}

@media (max-width: 575px){
  #AcademicFaq .imgBox,
  #AcademicFaq .img1{
    min-height: 220px;
  }

  
  #AcademicFaq .vsBtn{
    width: 100%;
  }
}
/********************** End AcademicFaq************************/


/********************** UniqueSection************************/
#UniqueSection.wrap {
  padding: clamp(22px, 4vw, 44px) 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

#UniqueSection .left {
    background: #fff;
}

/* ====== LAYOUT ====== */
#UniqueSection .grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: start;
}

/* ====== LEFT ====== */
#UniqueSection .head {
  margin-bottom: 18px;
  text-align: left;
}

#UniqueSection .subTitle {
  display: inline-flex;
  font-weight: 800;
  letter-spacing: .14em;
  font-size: 12px;
  color: rgba(2, 6, 23, .60);
  text-transform: uppercase;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(2, 6, 23, .08);
}

#UniqueSection .title {
  margin: 14px 0 0;
  font-size: clamp(26px, 2.8vw, 42px);
  line-height: 1.1;
  font-weight: 900;
  color: #0f172a;
}

/* cards grid */
#UniqueSection .cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

/* card */
#UniqueSection .card {
  padding: 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .90);
  border: 1px solid rgba(2, 6, 23, .08);
  /* box-shadow: 0 18px 40px rgba(2,6,23,.08); */
  transition: transform .25s ease, box-shadow .25s ease;
}

#UniqueSection .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(2, 6, 23, .14);
}

/* header row */
#UniqueSection .cardHeader {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

/* icon */
#UniqueSection .icon {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;

  background:
    radial-gradient(circle at 30% 30%, rgba(246, 183, 7, .25), transparent 60%),
    rgba(2, 6, 23, .03);

  border: 1px solid rgba(2, 6, 23, .06);
}

#UniqueSection .icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

/* title */
#UniqueSection .cardTitle {
  font-weight: 900;
  font-size: 20px;
  color: #0f172a;
  line-height: 1.2;
}

/* text */
#UniqueSection .cardtext p {
  margin: 0;
  color: rgba(2, 6, 23, .72);
  line-height: 1.5;
  font-size: 16px;
  text-align: left;
}


/* ====== RIGHT / FORM ====== */
#UniqueSection .right {
  position: sticky;
  top: 90px;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(2, 6, 23, .08);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.08);
  backdrop-filter: blur(10px);
  padding: 20px;
  border-radius: 10px;
}

#UniqueSection .form {
  border-radius: 22px;
  

}

#UniqueSection .formTitle {
  font-weight: 900;
  font-size: 18px;
  color: #0f172a;
  margin-bottom: 10px;
}

#UniqueSection .formHead p {
  margin: 0 0 16px;
  color: rgba(2, 6, 23, .72);
  line-height: 1.65;
  font-size: 14px;
}

#UniqueSection .btn {
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 14px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(90deg, #153e9b, #0f2f77);
  cursor: pointer;
}

#UniqueSection .btn:hover {
  filter: brightness(0.98);
}

#UniqueSection .link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 700;
  text-decoration: none;
  color: rgba(2, 6, 23, .72);
  text-align: center;
}

#UniqueSection .link:hover {
  color: #cd2029;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 992px) {
  #UniqueSection .grid {
    grid-template-columns: 1fr;
  }

  #UniqueSection .right {
    position: relative;
    top: auto;
  }

  #UniqueSection .cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  #UniqueSection .phoneRow {
    grid-template-columns: 1fr;
  }

  #UniqueSection .captchaRow {
    grid-template-columns: 1fr;
  }

  #UniqueSection .captchaImg img {
    width: 100%;
    height: 40px;
  }
}

#UniqueSection .mb-8px{
  margin-bottom: 8px;
}
/********************** End UniqueSection************************/

/********************** ConvocationSpotlight************************/
#ConvocationSpotlight.wrap {
  padding: clamp(22px, 4vw, 44px) 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* .wrap::before{
  content:"";
  position:absolute;
  inset:-120px -120px auto -120px;
  height: 500px;

  background:
    radial-gradient(circle at 20% 30%, rgba(15, 42, 92, 0.25), transparent 65%),
    radial-gradient(circle at 75% 10%, rgba(36, 92, 140, 0.18), transparent 60%);

  pointer-events:none;
} */

#ConvocationSpotlight .header {
  text-align: left;
  padding: clamp(10px, 2.2vw, 12px);
}

#ConvocationSpotlight .badge {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(2, 6, 23, .04);
  border: 1px solid rgba(2, 6, 23, .08);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  color: rgba(2, 6, 23, .62);
}

#ConvocationSpotlight .title {
  margin: 14px 0 10px;
  font-size: clamp(26px, 2.3vw, 40px);
  line-height: 1.12;
  font-weight: 950;
  color: #0f172a;
}

#ConvocationSpotlight .desc {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.8;
  color: rgba(2, 6, 23, .72);
}


/* ================= LAYOUT ================= */
#ConvocationSpotlight .layout {
  display: grid;
  grid-template-columns: 1.25fr .65fr;
  gap: clamp(15px, 3.4vw, 24px);
  align-items: stretch;
}

/* ================= POSTER (LEFT) ================= */
#ConvocationSpotlight .poster {
  position: relative;
  border-radius: 10px;
  overflow: visible;
  height: 100%;
  display: flex;
}

#ConvocationSpotlight .posterImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ConvocationSpotlight .posterOverlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, .15) 0%, rgba(2, 6, 23, .2) 78%, rgba(2, 6, 23, .85) 100%);
}

#ConvocationSpotlight .posterGlow {
  position: absolute;
  inset: auto -140px -160px -140px;
  height: 320px;
  background:
    radial-gradient(circle at 50% 20%, rgba(246, 183, 7, .24), transparent 62%),
    radial-gradient(circle at 30% 70%, rgba(205, 32, 41, .20), transparent 60%);
  filter: blur(18px);
  pointer-events: none;
}

#ConvocationSpotlight .posterChips {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#ConvocationSpotlight .chip,
#ConvocationSpotlight .chipAlt {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .06em;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(10px);
}

#ConvocationSpotlight .chipAlt {
  background: rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .88);
}

/* bottom strip */
#ConvocationSpotlight .posterStrip {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -40px;
  border-radius: 10px 10px 0px 0px;
  padding: 16px 16px 14px;
  background: rgb(0 56 60);
  border: 1px solid rgba(255, 255, 255, .16);
  backdrop-filter: blur(10px);
}

#ConvocationSpotlight .stripTop {
  margin: 0;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}

#ConvocationSpotlight .stripTitle {
  margin: 4px 0 6px;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.1;
  font-weight: 950;
  color: #fff;

}

#ConvocationSpotlight .stripMeta {
  margin: 0;
  color: #fff;
  font-size: 13.5px;
  line-height: 1.5;
}

/* ================= RIGHT PANEL ================= */
#ConvocationSpotlight .panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  /* 🔥 match poster */
}

/* details */
#ConvocationSpotlight .details {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(2, 6, 23, .08);
  box-shadow: 0 18px 60px rgba(2, 6, 23, .06);
  padding: 14px;
  display: grid;
  gap: 10px;
}

#ConvocationSpotlight .detailItem {
  border-radius: 10px;
  border: 1px solid rgba(2, 6, 23, .08);
  background: linear-gradient(180deg, #fff, #fbfcfe);
  padding: 12px 14px;
}

#ConvocationSpotlight .detailLabel {
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(2, 6, 23, .55);
  margin-bottom: 6px;
}

#ConvocationSpotlight .detailValue {
  font-size: 14.8px;
  font-weight: 800;
  color: #0f172a;
}

/* actions */
#ConvocationSpotlight .actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

#ConvocationSpotlight .primaryBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 10px;
  font-weight: 950;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #cd2029, #f6b707);
  box-shadow: 0 18px 44px rgba(205, 32, 41, .22);
  transition: transform .22s ease, box-shadow .22s ease;
}

#ConvocationSpotlight .primaryBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(205, 32, 41, .28);
}

#ConvocationSpotlight .secondaryBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 10px;
  font-weight: 900;
  text-decoration: none;
  color: #0f172a;
  background: #fff;
  border: 1px solid rgba(2, 6, 23, .12);
  transition: transform .22s ease, border-color .22s ease;
}

#ConvocationSpotlight .secondaryBtn:hover {
  transform: translateY(-2px);
  border-color: rgba(205, 32, 41, .35);
}

/* ================= SOCIAL CARD ================= */
#ConvocationSpotlight .panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  position: relative;
}

/* Card */
#ConvocationSpotlight .socialCard {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(2, 6, 23, .08);
  box-shadow: 0 18px 60px rgba(2, 6, 23, .06);
  display: flex;
  flex-direction: column;
  min-height: 560px;
  position: relative;
}

/* Header */
#ConvocationSpotlight .socialTop {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(2, 6, 23, .08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#ConvocationSpotlight .socialTitle {
  margin: 0;
  font-weight: 950;
  color: #0f172a;
  font-size: 14.5px;
}

#ConvocationSpotlight .socialSub {
  margin: 4px 0 0;
  color: rgba(2, 6, 23, .65);
  font-size: 13px;
}

/* Mini button */
#ConvocationSpotlight .socialIconBtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  font-size: 12px;
  color: #0f172a;
  border: 1px solid rgba(2, 6, 23, .10);
  background: linear-gradient(180deg, #fff, #fbfcfe);
  transition: transform .2s ease, border-color .2s ease;
  white-space: nowrap;
}

#ConvocationSpotlight .socialIconBtn:hover {
  transform: translateY(-1px);
  border-color: rgba(205, 32, 41, .35);
}

#ConvocationSpotlight .fbDot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1877F2;
  box-shadow: 0 10px 20px rgba(24, 119, 242, .22);
}


#ConvocationSpotlight .iframeWrap {

  flex: 1;
  display: flex;
  min-height: 600px;
  overflow: hidden;
  background: #f3f4f6;
  /* light neutral base */
}

#ConvocationSpotlight .iframeWrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}


#ConvocationSpotlight .panel::after {
  content: "";
  position: absolute;

  /* Center horizontally */
  left: 50%;
  transform: translateX(-50%);

  /* Position vertically in blank area */
  bottom: 10px;

  width: 90%;
  min-height: 120px;

  background-image:
    radial-gradient(rgba(205, 32, 41, .35) 3px, transparent 3px);

  background-size: 24px 24px;
  /* spacing between dots */

  pointer-events: none;
}

@media (max-width: 1130px) {

  #ConvocationSpotlight .panel::after {
    display: none;
  }

}

/* Responsive */
@media (max-width: 992px) {
  #ConvocationSpotlight .socialCard {
    min-height: unset;
  }

  .iframeWrap {
    min-height: 520px;
    /* more room on mobile scroll */
  }
}

@media (max-width: 420px) {
  #ConvocationSpotlight .socialTop {
    flex-direction: column;
    align-items: flex-start;
  }

  #ConvocationSpotlight .socialBottom {
    flex-direction: column;
    align-items: flex-start;
  }

  #ConvocationSpotlight .followBtn {
    width: 100%;
  }
}

/* ================= RESPONSIVE ================= */
#ConvocationSpotlight .poster {
  position: relative;
  border-radius: 10px;
  overflow: visible;
  height: 100%;
  display: flex;
}

#ConvocationSpotlight .posterImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  #ConvocationSpotlight .layout {
    grid-template-columns: 1fr;
    gap: clamp(45px, 3.4vw, 50px);

  }


  #ConvocationSpotlight .chip,
  #ConvocationSpotlight .chipAlt {
    display: none;
  }

  #ConvocationSpotlight .posterImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #ConvocationSpotlight .posterChips {
    top: 12px;
    left: 12px;
    right: -40px;
    gap: 8px;
  }


}

@media (max-width: 575px) {
  #ConvocationSpotlight .poster {
    /* height: clamp(280px, 68vw, 380px); */
    border-radius: 8px;
  }

  #ConvocationSpotlight .chip,
  #ConvocationSpotlight .chipAlt {
    display: none;
  }

  #ConvocationSpotlight .stripTop {
    font-size: 11px;
    letter-spacing: .14em;
  }

  #ConvocationSpotlight .stripTitle {
    font-size: clamp(20px, 6vw, 28px);
  }

  #ConvocationSpotlight .stripMeta {
    font-size: 12.5px;
    line-height: 1.4;
  }
}
/********************** End ConvocationSpotlight************************/






