:root {
  --primary-blue: #0A84D6;
  --dark-navy: #0C1E36;
  --orange-accent: #EF7D24;
  --orange-hover: #d96c17;
  --text-muted: #2a2a2a;
  --card-bg: rgba(255, 255, 255, 0.7);
  --font-main: "Plus Jakarta Sans", sans-serif;
  --font-serif: "Instrument Serif", serif;
}

* {
  box-sizing: border-box;
}

/* OVERFLOW FIX FOR MOBILE SCROLL ISSUE */
html,
body {
  font-family: var(--font-main);
  color: var(--dark-navy);
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  overflow-x: hidden !important;
  /* Prevents unwanted horizontal scrolling */
  width: 100%;
}

/* FIRST 3 SECTIONS BACKGROUND GRADIENT ONLY */
.first-three-sections-wrapper {
  background: linear-gradient(180deg, #ffeed6 0%, #EBF4FC 45%, #F4F8FD 100%);
  overflow-x: hidden;
  position: relative;
}

/* NAVBAR STYLES */
/* Navbar Link Formatting */
.custom-navbar .nav-link {
  font-weight: 500;
  font-size: 0.9rem;
  padding: 8px !important;
  /* Proper spacing between items */
  white-space: nowrap;
  transition: color 0.3s ease;
}

.custom-navbar .nav-link {
  color: #fff !important;
}

.home-page .custom-navbar .nav-link {
  color: #323333 !important;
}

@media (max-width:590px) {
  .navbar {
    position: relative !important;
  }

  .flw-hero-sec {
    padding: 45px 0 45px 0 !important;
  }

  .fel-hero-sec {
    padding: 45px 0 45px 0 !important;
  }

  .ann-hero-sec {
    padding: 45px 0 45px 0 !important;
  }

  .cnt-hero-sec {
    padding: 45px 0 45px 0 !important;
  }

  .custom-navbar .nav-link {
    color: #323333 !important;
  }

  .erai-hero-sec {
    padding: 45px 0 45px !important;
  }
}

.custom-navbar .nav-link:hover {
  color: var(--primary-blue);
}

.logo-img {
  height: 50px;
  width: auto;
}

/* Apply Now Button Formatting */
.btn-orange {
  background-color: var(--orange-accent);
  color: #fff;
  font-weight: 400;
  border: none;
  border-radius: 8px;
  padding: 10px 22px;
  /* Matches the button height/width in your image */
  font-size: 16px;
  white-space: nowrap;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.btn-orange:hover {
  background-color: var(--orange-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(239, 125, 36, 0.35);
}

/* HERO SECTION */
.hero-section {
  padding: 120px 0 20px;
}

.hero-bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.6;
}

.hero-bg-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-badge {
  border: 1px solid var(--primary-blue);
  color: var(--primary-blue);
  font-size: 0.85rem;
  font-weight: 400;
  padding: 6px 20px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.hero-title {
  font-size: 80px !important;
  font-weight: 400;
  line-height: 1.10;
  font-family: var(--font-serif);
  color: var(--dark-navy);
  font-style: italic;
}

/* Mobile View Styling (Screens 576px and below) */
@media (max-width: 576px) {
  .hero-title {
    font-size: 55px !important;
    /* मोबाईलनुसार योग्य फॉन्ट साईझ */
    line-height: 1.09;
    /* वाचायला सोपे जाण्यासाठी Line Height */
  }
}

.hero-title span {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
}

.hero-title .blue-text {
  color: var(--primary-blue);
  font-family: var(--font-serif);
}

.hero-desc {
  max-width: 970px;
  font-size: 19px;
  line-height: 1.6;
  color: #2a2a2a;
}

/* ABOUT SECTION */
.sub-heading-blue {
  color: var(--primary-blue);
  font-weight: 400;
  font-size: 0.82rem;
  letter-spacing: 1px;
}

.section-title {
  font-size: 40px;
  font-weight: 400;
  color: var(--dark-navy);
  line-height: 1.15;
}

.section-desc {
  color: #2a2a2a;
  font-size: clamp(0.9rem, 1.8vw, 0.98rem);
  line-height: 1.65;
}

/* AT A GLANCE */
.glance-card {
  background: var(--card-bg);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  padding: 18px 20px;
  border-radius: 12px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.glance-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.icon-box {
  width: 38px;
  height: 38px;
  min-width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  max-width: 55px;
  max-height: 55px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.card-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-blue);
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.card-value {
  font-size: 20px;
  font-weight: 400;
  color: #2a2a2a;
  margin: 0;
  line-height: 1.3;
}

/* STATS SECTION */
.stats-section {
  background-image: linear-gradient(rgba(12, 30, 54, 0.88), rgba(12, 30, 54, 0.88)), url('assets/img/Images/C2-%20B.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 0;
}

.stat-number {
  font-size: 54px;
  font-weight: 400;
  color: #38BDF8;
  margin-bottom: 2px;
}

.stat-text {
  font-size: 20px;
  color: #E2E8F0;
  margin: 0;
  line-height: 1.35;
}

.stat-border {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

/* STAKES SECTION */
.stakes-section {
  background-color: #FAFAFC;
  background-size: 28px 28px;
  padding: 60px 0;
}

.reportt {
  object-fit: cover;
  height: 214px;
  width: 100%;
}

.stakes-card-title {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 400;
  color: var(--primary-blue);
}

/* HOW IT WORKS */
.how-it-works-section {
  background: linear-gradient(180deg, #F0F7FF 0%, #E8F2FD 100%);
  position: relative;
  padding: 80px 0 60px;
}

.sub-heading-blue {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1D70B8;
}

.section-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: #1e293b;
}

.orange-text {
  color: #F37021;
}

.section-desc {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #2a2a2a;
  max-width: 850px;
}

/* LEFT COMPONENT BOX */
.component-box {
  background: #FFFFFF;
  border: 1.8px solid #1D70B8 !important;
  border-radius: 14px;
  position: relative;
  padding: 32px !important;
}

@media (min-width: 992px) {
  .component-box::after {
    content: '';
    position: absolute;
    bottom: 25px;
    right: -10px;
    transform: rotate(45deg);
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;
    border-top: 1.8px solid #1D70B8;
    border-right: 1.8px solid #1D70B8;
  }
}

.component-title {
  font-size: 1.35rem;
  font-weight: 400;
  color: #1D70B8;
}

.component-desc {
  font-size: 0.94rem;
  color: #475569;
  line-height: 1.65;
}

.component-desc u {
  text-underline-offset: 3px;
  font-weight: 600;
}

.dynamic-highlight {
  color: #F37021;
  transition: color 0.3s ease;
}

.icon-orange-box {
  width: 48px;
  height: 48px;
  background-color: #F37021;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-primary-blue {
  background-color: #1D70B8;
  color: #fff;
  border-radius: 8px;
  padding: 14px 36px;
  font-size: 1.05rem;
  font-weight: 400;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  box-shadow: 0 4px 12px rgba(29, 112, 184, 0.2);
}

.btn-primary-blue:hover {
  background-color: #145994;
  color: #fff;
  transform: translateY(-2px);
}

/* =======================================================
   RIGHT INTERACTIVE DIAGRAM (SVG BASED)
   ======================================================= */
.interactive-diagram-wrapper {
  position: relative;
  width: 380px;
  height: 380px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Continuous Rotating Dashed Outer Line */
.dash-circle-spinner {
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border: 1.8px dashed #333333;
  animation: rotateCircle 35s linear infinite;
  pointer-events: none;
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Center Logo Container */
.center-logo-box {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.center-logo-box img.logo-img {
  max-width: 140px;
  max-height: 1400px;
  object-fit: contain;
}

/* SVG Chart Styling */
.interactive-svg {
  width: 100%;
  height: 100%;
  z-index: 5;
}

.svg-segment {
  cursor: pointer;
  transition: all 0.3s ease;
}



.segment-path {
  fill: #1D70B8;
  /* Default Blue Segment Color */
  transition: fill 0.3s ease, transform 0.2s ease;
  fill: #0B5C7A;
  stroke: #fff;
  stroke-width: 8;
  stroke-linejoin: round;
}

.segment-text {
  fill: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;

  text-anchor: unset;
  dominant-baseline: text-before-edge;
}

/* Hover & Active States */
.svg-segment:hover .segment-path {
  fill: #165c99;
}

.svg-segment.active .segment-path {
  fill: #F37021 !important;
  /* Active Segment turns Orange */
}

/* FACULTY SECTION */
/* Section Background */
.faculty-section {
  background-color: #111827;
  /* Dark navy background matching image */
  color: #ffffff;
  padding: 80px 0 70px;
}

/* Typography */
.faculty-section .sub-heading {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #145994;
  margin-bottom: 12px;
}

.faculty-section .main-heading {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 400;
  line-height: 1.25;
  color: #ffffff;
}

.faculty-section .description {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  max-width: 950px;
}

/* Cards Grid */
.faculty-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

/* Responsive Grid for Smaller Screens */
@media (max-width: 991px) {
  .faculty-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .faculty-cards-grid {
    grid-template-columns: 1fr;
  }
}

/* Individual Card Styling */
.faculty-card {
  position: relative;
  height: 380px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #1e293b;
  cursor: pointer;
}

/* Image (Grayscale by default) */
.faculty-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.4s ease, transform 0.4s ease;
}

/* Non-Hover Overlay (Default state name at bottom) */
.faculty-info-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 15px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  color: #ffffff;
  text-align: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.faculty-info-overlay h3 {
  font-size: 1.15rem;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.2px;
}

/* Hover Info Box (White background card overlay) */
.faculty-info-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  color: #0f172a;
  padding: 18px 15px 22px;
  text-align: center;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.faculty-info-box h3 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #0A84D6;
  /* Blue title */
  margin-bottom: 6px;
}

.faculty-info-box p {
  font-size: 0.82rem;
  color: #0f172a;
  line-height: 1.35;
  margin: 0;
}

/* Hover & Active States */
.faculty-card:hover img,
.faculty-card.active img {
  filter: grayscale(0%);
  transform: scale(1.03);
}

.faculty-card:hover .faculty-info-overlay,
.faculty-card.active .faculty-info-overlay {
  opacity: 0;
  transform: translateY(10px);
}

.faculty-card:hover .faculty-info-box,
.faculty-card.active .faculty-info-box {
  transform: translateY(0);
  opacity: 1;
}

.faculty-card.active,
.faculty-card:hover {
  transform: translateY(-20px) !important;
  /* कार्ड वर नेण्यासाठी */
  z-index: 2;
  /* हे कार्ड बाकीच्या कार्ड्सच्या वर दिसेल */
}

/* Button Styling */
.btn-container {
  display: flex;
  justify-content: center;
}

.btn-orange {
  background-color: #ef7d24;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  padding: 12px 28px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-orange:hover {
  background-color: #d96c19;
  color: #ffffff;
  transform: translateY(-2px);
}


.faculty-carousel {
  position: relative;
  width: 100%;
  padding: 0 45px;
}

.faculty-viewport {
  overflow: hidden;
}

.faculty-track {
  display: flex;
  transition: transform 0.5s ease;
}

.faculty-slide {
  flex: 0 0 25%;
  padding: 0 10px;
}

/* Make card fill slide */
.faculty-slide .faculty-card {
  width: 100%;
}

/* Navigation buttons */
.faculty-carousel-prev,
.faculty-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 40px;
  height: 40px;

  border: none;
  border-radius: 50%;

  background: #000;
  color: #fff;

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

  cursor: pointer;
  z-index: 5;

  font-size: 30px;
  line-height: 1;
}

.faculty-carousel-prev {
  left: 0;
}

.faculty-carousel-next {
  right: 0;
}

.faculty-carousel-prev span,
.faculty-carousel-next span {
  position: relative;
  top: -2px;
}

/* Tablet - 2 cards */
@media (max-width: 991.98px) {

  .faculty-slide {
    flex: 0 0 50%;
  }

}

/* Mobile - 1 card */
@media (max-width: 575.98px) {

  .faculty-carousel {
    padding: 0 35px;
  }

  .faculty-slide {
    flex: 0 0 100%;
    padding: 0 5px;
  }

  .faculty-carousel-prev,
  .faculty-carousel-next {
    width: 35px;
    height: 35px;
    font-size: 25px;
  }

}



/* ====================================================
   CLEAN & REDESIGNED CAREER TABS SECTION
==================================================== */
/* SECTION STYLES */
.career-section {
  background-color: #ffffff;
  padding: 80px 0;
}

/* TYPOGRAPHY */
.career-section .sub-heading {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0A84D6;
  margin-bottom: 12px;
}

.career-section .main-heading {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 400;
  line-height: 1.25;
  color: #0f172a;
}

.career-section .description {
  color: #0f172a;
  font-size: 16px;
  line-height: 1.6;
  max-width: 860px;
}

/* TABS NAVIGATION */
.tabs-wrapper {
  position: relative;
  margin-top: 40px;
}

.tabs-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  list-style: none;
  border-bottom: 2px solid #e2e8f0;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tabs-nav::-webkit-scrollbar {
  display: none;
}

.tab-item {
  font-size: 0.88rem;
  font-weight: 500;
  color: #0f172a;
  padding: 12px 16px 16px;
  cursor: pointer;
  position: relative;
  text-align: center;
  flex: 1;
  line-height: 1.3;
  transition: all 0.3s ease;
  white-space: normal;
}

.tab-item:hover {
  color: #0A84D6;
}

.tab-item.active {
  color: #0A84D6;
  font-weight: 400;
}

.tab-item.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0A84D6;
  border-radius: 3px 3px 0 0;
}

/* CAREER BANNER & FLOATING CARD */
.career-banner {
  position: relative;
  height: 480px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.career-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
}

/* White Floating Card Box (Matches Screenshot Placement) */
.banner-card-box {
  position: absolute;
  bottom: 35px;
  left: 35px;
  background-color: #ffffff;
  padding: 30px 32px;
  border-radius: 18px;
  max-width: 440px;
  text-align: left;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}

.banner-card-box h3 {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 500;
  color: #1e293b;
  line-height: 1.4;
  margin: 0;
}

.banner-card-box h3 span {
  color: #f97316;
  /* Orange Highlight */
  font-weight: 700;
}

/* Fade Transition Helper */
.fade-out {
  opacity: 0;
  transform: translateY(8px);
}

/* COHORT SECTION */
/* SECTION WRAPPER */
.cohort-section {
  background-color: #f8fafc;
  padding: 80px 0;
}

/* TYPOGRAPHY */
.cohort-section .sub-heading {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0A84D6;
  margin-bottom: 12px;
}

.cohort-section .main-heading {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 400;
  line-height: 1.25;
  color: #0f172a;
}

.cohort-section .description {
  color: #0f172a;
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 860px;
}

/* CARDS ACCORDION CONTAINER */
.cohort-accordion {
  display: flex;
  gap: 14px;
  width: 100%;
  height: 420px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* INDIVIDUAL CARD */
.cohort-card {
  flex: 1;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background-color: #1e293b;
  transition: flex 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.cohort-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.4s ease, transform 0.4s ease;
}

/* ACTIVE / HOVER FLEX EXPANSION */
.cohort-card:hover,
.cohort-card.active {
  flex: 2.8;
}

.cohort-card:hover img,
.cohort-card.active img {
  filter: grayscale(0%);
}

/* CARD OVERLAY & TEXT */
.cohort-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 15px 20px 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 60%, transparent 100%);
  color: #ffffff;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
}

.cohort-card:hover .cohort-details,
.cohort-card.active .cohort-details {
  opacity: 1;
  transform: translateY(0);
}

.cohort-details h3 {
  font-size: 1.15rem;
  font-weight: 400;
  color: #38bdf8;
  /* Blue name heading matching image */
  margin-bottom: 4px;
}

.cohort-details p {
  font-size: 0.82rem;
  color: #e2e8f0;
  line-height: 1.3;
  margin: 0;
}

/* SLIDER DASH INDICATORS (Matching Image Exact 3 Pills) */
.slider-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.slider-indicators .dash {
  width: 30px;
  height: 4px;
  background-color: #cbd5e1;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.3s ease, width 0.3s ease;
}

.slider-indicators .dash.active {
  background-color: #0f172a;
  width: 30px;
}

/* BUTTON */
.btn-container {
  display: flex;
  justify-content: center;
}

.btn-orange {
  background-color: #ef7d24;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.95rem;
  border: none;
  border-radius: 6px;
  padding: 12px 28px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-orange:hover {
  background-color: #d96c19;
  color: #ffffff;
  transform: translateY(-2px);
}

/* ====================================================
   SMOOTH & REDUCED SCROLL ANIMATIONS (NO MOBILE OVERFLOW)
==================================================== */
.animate-on-scroll {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.animate-fade-up {
  transform: translateY(30px);
}

.animate-fade-down {
  transform: translateY(-30px);
}

.animate-fade-left {
  transform: translateX(-35px);
}

.animate-fade-right {
  transform: translateX(35px);
}

.animate-zoom-in {
  transform: scale(0.92);
}

.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
}

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

/* ====================================================
   MOBILE & TABLET RESPONSIVE FIXES
==================================================== */

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

  .career-banner {
    height: 380px;
  }

  .banner-card-box {
    max-width: 85%;
    bottom: 20px;
    left: 20px;
  }
}

@media (max-width: 768px) {

  /* FIX 1: Turn off Horizontal Translate on Mobile to stop Screen Swaying */
  .animate-fade-left,
  .animate-fade-right {
    transform: translateY(25px) !important;
    /* Soft Upward slide instead of Left/Right overflow */
  }

  .hero-section {
    padding: 25px 0 25px;
  }

  .stat-border {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 15px;
  }

  .cohort-accordion {
    flex-direction: column;
    height: auto;
    gap: 10px;
  }

  .cohort-card {
    height: 120px;
    width: 100%;
  }

  .cohort-card:hover,
  .cohort-card.active {
    flex: none;
    height: 240px;
  }

  /* FIX 2: Mobile Tab Navigation */
  .tabs-nav {
    justify-content: flex-start;
    gap: 8px;
    padding-bottom: 8px;
  }

  .tab-item {
    font-size: 0.82rem;
    padding: 10px 14px;
    border-radius: 6px;
    background-color: #F1F5F9;
  }

  .tab-item.active {
    background-color: #1E3A8A;
    color: #FFFFFF;
  }

  .tab-item.active::after {
    display: none;
    /* Hide bottom line on mobile, use filled background instead */
  }

  /* FIX 3: Banner Box Mobile Card Placement */
  .career-banner {
    height: auto;
    background: transparent;
    overflow: visible;
  }

  .career-banner img {
    height: 240px;
    border-radius: 12px;
  }

  .banner-card-box {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    margin-top: -25px;
    border: 1px solid #E2E8F0;
    padding: 16px;
    border-radius: 12px;
  }

  .btn-orange,
  .btn-outline-blue,
  .btn-primary-blue {
    width: 100%;
    margin-bottom: 8px;
  }
}

@media (max-width: 576px) {
  .faculty-cards-grid {
    grid-template-columns: 1fr;
  }

  .faculty-card {
    height: 320px;
  }

  .glance-card {
    padding: 15px;
  }
}

/* ====================================================
   NEW SECTIONS: TESTIMONIALS, PARTNERS, COUNTDOWN BANNER
==================================================== */

/* TESTIMONIALS SECTION */
.testimonials-section {
  background-color: #ffffff;
}

.testimonial-card {
  border-radius: 16px;
  padding: 30px 24px 20px 24px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(10, 132, 214, 0.15);
}

.testimonial-card.dark-blue {
  background-color: #2F72B6;
}

.testimonial-card.light-blue {
  background-color: #4A90E2;
}

/* Middle Featured Card Styling */
.testimonial-card.featured {
  padding-top: 35px;
  padding-bottom: 25px;
}

.profile-avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-text {
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  flex-grow: 1;
}

.card-footer-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.fellow-name {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
  color: #ffffff;
}

.fellow-title {
  font-size: 0.8rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

.rating-stars {
  color: #FFB800;
  font-size: 1rem;
  letter-spacing: 2px;
}

/* STRATEGIC PARTNERS SECTION */
.partners-section {
  background-color: #ffffff;
  border-top: 1px solid #F1F5F9;
}

.partner-logo-item img {
  height: 48px;
  width: auto;
  opacity: 0.65;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.partner-logo-item img:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* COUNTDOWN BANNER SECTION */
.countdown-banner-section {
  background-color: #163661;
}

.banner-sub-title {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  display: block;
  text-transform: uppercase;
}

.banner-main-title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

/* Timer Box Base Styling */
.timer-box {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  padding: 10px 16px;
  min-width: 75px;
  background-color: rgba(255, 255, 255, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.timer-num {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 400;
  line-height: 1;
  color: #38BDF8;
}

.timer-label {
  font-size: 0.75rem;
  color: #CBD5E1;
  margin-top: 4px;
}

.colon {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 8px;
}

.max-w-200 {
  max-width: 200px;
}

/* Responsive Custom Breakpoints */
@media (max-width: 991px) {
  .countdown-banner-section {
    text-align: center;
  }

  .max-w-200 {
    max-width: 100%;
  }

  .banner-sub-title,
  .banner-main-title {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .timer-box {
    min-width: 60px;
    padding: 8px 10px;
  }

  .colon {
    margin-bottom: 4px;
  }
}

/* ====================================================
   NEW SECTIONS: LATEST FROM ERAI & MAIN FOOTER
==================================================== */

/* LATEST NEWS SECTION */
.latest-news-section {
  background-color: #ffffff;
}

.text-primary-blue {
  color: #0A84D6;
}

.news-card {
  display: flex;
  flex-direction: column;
}

.news-img-wrapper {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  background-color: #f1f5f9;
  width: 100%;
}

.news-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.news-card:hover .news-img-wrapper img {
  transform: scale(1.05);
}

/* 📌 इमेजेसची उंची कमी-कमी होण्यासाठी (Stepped Heights) */
.news-img-wrapper.img-h-1 {
  height: 380px;
  /* पहिला सर्वात मोठा */
}

.news-img-wrapper.img-h-2 {
  height: 300px;
  /* दुसरा */
}

.news-img-wrapper.img-h-3 {
  height: 230px;
  /* तिसरा */
}

.news-img-wrapper.img-h-4 {
  height: 170px;
  /* चौथा सर्वात लहान */
}

/* 📌 तारीख आणि टायटल CSS */
.news-date {
  font-size: 0.85rem;
  color: #94a3b8;
  /* पांढऱ्या ऐवजी सॉफ्ट ग्रे कलर जेणेकरून व्हाईट बॅकग्राउंडवर दिसेल */
  display: block;
  margin-bottom: 6px;
}

.news-title {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.4;
  color: #0F172A;
  margin: 0;
}


/* FOOTER SECTION */
.main-footer {
  background-color: #1A232E;
  /* Dark navy background */
  color: #fff;
  font-size: 0.85rem;
}

.footer-text {
  line-height: 1.6;
  color: #fff;
  margin-bottom: 10px;
}

.footer-email {
  color: #fff;
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}

.footer-email:hover {
  color: #ffffff;
}

.footer-heading {
  font-size: 16px;
  font-weight: 600;
  color: #D97706;
  /* Orange color for headings */
  margin-bottom: 16px;
}

.footer-heading.text-orange {
  color: #E07A26;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

/* Newsletter Input */
.newsletter-input-group {
  position: relative;
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
}

.newsletter-input-group .mail-icon {
  color: #fff;
  font-size: 1.1rem;
  margin-right: 10px;
}

.newsletter-input {
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 0.85rem;
  width: 100%;
}

.newsletter-input::placeholder {
  color: #fff;
}

/* Social Icons */
.social-icons a {
  color: #ffffff;
  font-size: 1.1rem;
  transition: opacity 0.3s ease;
}

.social-icons a:hover {
  opacity: 0.7;
}

/* Footer Bottom Bar */
.footer-bottom {
  border-top: 1px solid #283545;
  background-color: #171F29;
}

.copyright-text {
  font-size: 0.8rem;
  color: #fff;
}

.bottom-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  transition: color 0.3s ease;
}

.bottom-links a:hover {
  color: #ffffff;
}

/* Social Icons Styling Matching the Image */
.social-icons {
  margin-top: 15px;
}

.social-icons a {
  color: #ffffff;
  font-size: 1.25rem;
  /* आयकॉनची साईझ */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.social-icons a:hover {
  opacity: 0.8;
  transform: translateY(-2px);
  /* सौम्य Hover इफेक्ट */
}

/* about us page */
.erai-hero-sec {
  background-color: #111827 !important;
  padding: 135px 0 70px;

}

.erai-badge-outline {
  color: #2F72B6;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  border: 1px solid rgba(47, 114, 182, 0.4);
  padding: 6px 18px;
  border-radius: 20px;
  display: inline-block;
}

.erai-hero-title {
  font-size: 2.75rem;
  font-weight: 400;
  color: #ffffff;
}

.erai-serif-orange {
  font-family: 'Playfair Display', serif;
  /* font-style: italic; */
  font-weight: 400;
  color: #F97316;
}

.erai-hero-desc {
  max-width: 820px;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

/* SECTION 2: WHY ERAI EXISTS */
.erai-why-sec {
  background-color: #EBF3FA !important;
  padding: 80px 0;

}

.erai-img-wrapper {
  position: relative;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding-right: 40px;
  padding-bottom: 30px;
}

.erai-orange-backdrop {
  position: absolute;
  top: 35px;
  right: 85px;
  width: 51%;
  height: 70%;
  background-color: #E07A26;
  /* border-radius: 16px; */
  z-index: 1;
}

.erai-main-photo {
  position: relative;
  z-index: 2;
  width: 82%;
  height: 450px;
  object-fit: cover;
  display: block;
}


.erai-glance-card {
  position: absolute;
  bottom: 125px;
  right: 15px;
  z-index: 3;
  background-color: #ffffff;
  padding: 24px;
  width: 223px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}


.erai-glance-tag {
  font-size: 12px;
  font-weight: 600;
  color: #E07A26;
  letter-spacing: 1.2px;
  display: block;
  margin-bottom: 6px;
}

.erai-glance-title {
  font-size: 18px;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.35;
  margin-bottom: 8px;
}

.erai-glance-subtitle {
  font-size: 0.75rem;
  font-weight: 400;
  color: #E07A26;
  letter-spacing: 0.8px;
  display: block;
}

.erai-sub-blue {
  color: #2F72B6;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.erai-sec-title {
  font-size: 2.3rem;
  font-weight: 500;
  color: #0F172A !important;
  letter-spacing: -0.5px;
}

.erai-sec-text {
  font-size: 16PX;
  line-height: 1.7;
  color: #2a2a2a;
}

/* SECTION 3: OUR APPROACH / METHODOLOGY */
.erai-method-sec {
  background-color: #ffffff !important;
  padding: 80px 0;

}

.erai-method-text-wrapper {
  /* max-width: 950px; */
  margin-bottom: 50px;
}

.erai-method-img-box {
  height: 350px;
  border-radius: 16px;
  overflow: hidden;
}

.erai-method-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.erai-method-card {
  background-color: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 15px 24px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.erai-step-num {
  font-size: 2.8rem;
  font-weight: 600;
  color: #F97316;
  line-height: 1;
  margin-bottom: 12px;
}

.erai-method-card-title {
  font-size: 26PX;
  font-weight: 600;
  color: #2F72B6;
  margin-bottom: 8px;
}

.erai-method-card-desc {
  font-size: 16PX;
  line-height: 1.55;
  color: #2a2a2a;
  margin: 0;
}

/* Normal State */
.btnew {
  border: 1px solid #0A84D6;
  color: #0A84D6;
  font-size: 16px;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  /* स्मूथ इफेक्टसाठी */
}

/* Hover State */
.btnew:hover {
  background-color: #0A84D6;
  /* बॅकग्राउंड ब्ल्यू होईल */
  color: #ffffff;
  /* टेक्स्ट पांढरा होईल */
}


/* ==========================================
   SECTION 4: END-OF-PROGRAMME OUTCOMES
   ========================================== */
.erai-outcomes-sec {
  background-color: #111827 !important;
  padding: 80px 0;
}

.Outcomes {
  color: #fff !important;
}

.erai-outcomes-subtitle {
  font-size: 15px;
  line-height: 1.65;
  color: #fff;
  font-weight: 400;
}

.erai-outcome-card {
  border-radius: 12px;
  padding: 24px 22px;
  min-height: 180px;
  display: flex;
  align-items: center;
}

.erai-outcome-card p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Alternate Card Colors (#2F72B6) */
.erai-card-light {
  background-color: #FFFFFF;
  color: #2a2a2a;
  font-weight: 400;
}

.erai-card-blue {
  background-color: #2F72B6;
  /* Exact Brand Blue Color */
  color: #FFFFFF;
  font-weight: 400;
}

/* ==========================================
   SECTION 5: LEADERSHIP (THE PEOPLE BEHIND ERAI)
   ========================================== */
.erai-leadership-sec {
  background-color: #FFFFFF !important;

  padding: 80px 0;
}

.erai-team-card {
  border-radius: 14px;
  overflow: hidden;
  background-color: #1C3A63;
  /* Darker Navy Accent for Team Base */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.erai-team-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  object-position: top;
}

.erai-team-info {
  padding: 22px 16px;
  color: #FFFFFF;
  background-color: #1C3A63;
}

.erai-team-name {
  font-size: 20px;
  font-weight: 700;
  color: #2F72B6;
  /* Refined Color */
  margin-bottom: 6px;
}

.erai-team-role {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.45;
  margin-bottom: 12px;
  font-weight: 400;
}

.erai-team-country {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #FFFFFF;
  display: block;
}

.erai-team-carousel {
  position: relative;
  padding: 0 45px;
}

.erai-team-viewport {
  overflow: hidden;
}

.erai-team-track {
  display: flex;
  transition: transform 0.5s ease;
}

.erai-team-slide {
  flex: 0 0 25%;
  padding: 0 12px;
}

.erai-team-card {
  height: 100%;
}

/* Bootstrap carousel arrow styling */
.erai-team-carousel .carousel-control-prev,
.erai-team-carousel .carousel-control-next {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  background: #1c3a63;
  border-radius: 50%;
}

.erai-team-carousel .carousel-control-prev {
  left: 0;
}

.erai-team-carousel .carousel-control-next {
  right: 0;
}

.erai-team-carousel .carousel-control-prev-icon,
.erai-team-carousel .carousel-control-next-icon {
  width: 18px;
  height: 18px;
}

/* Tablet */
@media (max-width: 991.98px) {

  .erai-team-slide {
    flex: 0 0 50%;
  }

}

/* Mobile */
@media (max-width: 575.98px) {

  .erai-team-carousel {
    padding: 0 35px;
  }

  .erai-team-slide {
    flex: 0 0 100%;
    padding: 0 8px;
  }

}



/* ==========================================
   SECTION 6: COHORT BANNER
   ========================================== */
.erai-cohort-banner {
  background-color: #1C3252 !important;
  /* Exact Deep Navy Banner Background */
  border-top: 1px solid #2A4468;
  border-bottom: 1px solid #2A4468;

  padding: 35px 0;
}

.erai-banner-tag {
  font-size: 12px;
  font-weight: 700;
  color: #2F72B6;
  /* Refined Color */
  letter-spacing: 1px;
}

.erai-banner-title {
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
  font-family: var(--font-serif);
  letter-spacing: -0.3px;
}

.erai-banner-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  max-width: 680px;
}

.erai-btn-orange {
  background-color: #E07A26;
  color: #FFFFFF !important;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
}

.erai-btn-orange:hover {
  background-color: #c9681d;
}

.erai-btn-outline-white {
  border: 1px solid #FFFFFF;
  color: #FFFFFF !important;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
}

.erai-btn-outline-white:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* ==========================================
   SECTION 7: ABOUT KNOWLEDGE NETWORKS
   ========================================== */
.erai-kn-sec {
  background: linear-gradient(rgba(15, 23, 42, 0.78), rgba(15, 23, 42, 0.78)),
    url('../img/Images/AboutKN.png') center/cover no-repeat;

  padding: 90px 0;
}

.erai-kn-title {
  font-size: 38px;
  font-weight: 400;
  font-family: "Instrument Serif", serif;
  color: #FFFFFF;
  letter-spacing: -0.5px;
}

.erai-orange-line {
  width: 70px;
  height: 2px;
  background-color: #E07A26;
  margin-top: 15px;
  margin-bottom: 25px;
}

.erai-kn-desc {
  font-size: 15px;
  line-height: 1.75;
  color: #D1D5DB;
  font-weight: 400;
}

.erai-btn-white {
  background-color: #FFFFFF;
  color: #0F172A !important;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
}

.erai-btn-white:hover {
  background-color: #F1F5F9;
}

/* COMMON UTILITY CLASSES WITH BRAND COLOR */
.erai-sub-blue {
  color: #2F72B6 !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.erai-sec-title {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

/* ==========================================
   ULTRA-SMOOTH ANIMATION SYSTEM
   ========================================== */

.animate-on-scroll {
  opacity: 0;
  will-change: opacity, transform;
  /* Premium Spring/Smooth Easing Curve */
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  backface-visibility: hidden;
  /* Enables Hardware Acceleration */
  -webkit-font-smoothing: antialiased;
}

/* Initial Off-Screen Positions */
.animate-fade-up {
  transform: translate3d(0, 45px, 0);
}

.animate-fade-down {
  transform: translate3d(0, -45px, 0);
}

.animate-fade-left {
  transform: translate3d(50px, 0, 0);
}

.animate-fade-right {
  transform: translate3d(-50px, 0, 0);
}

.animate-zoom-in {
  transform: scale3d(0.9, 0.9, 1);
}

/* Triggered State (When Element Enters Viewport) */
.animate-on-scroll.animated {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

/* Staggered Delays for Smooth Cascade Effect */
.delay-1 {
  transition-delay: 0.12s;
}

.delay-2 {
  transition-delay: 0.24s;
}

.delay-3 {
  transition-delay: 0.36s;
}

.delay-4 {
  transition-delay: 0.48s;
}

/* 1. HERO HEADER */
.ann-hero-sec {
  background-color: #111827 !important;
  font-family: var(--font-main);
  padding: 135px 0 70px 0;
}

.ann-badge-pill {
  color: #2F72B6;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  border: 1px solid rgba(47, 114, 182, 0.4);
  padding: 6px 18px;
  border-radius: 20px;
  display: inline-block;
}

.ann-hero-title {
  font-family: var(--font-serif);
  font-size: 58px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.ann-hero-desc {
  font-size: 15px;
  line-height: 1.65;
  color: #fff;
  max-width: 780px;
  font-weight: 400;
}

/* 2. FEATURED LAUNCH CARD SECTION */
.ann-featured-sec {
  background-color: #F4F7FA !important;
  padding: 60px 0;
  font-family: var(--font-main);
}

.ann-featured-card {
  background-color: #1C4482;
  border-radius: 12px;
  padding: 44px 48px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ann-featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(28, 68, 130, 0.25);
}

.ann-tag-orange {
  color: #E07A26;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.ann-card-serif-title {
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.15;
}

.ann-date-text {
  color: #E07A26;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.ann-card-body-text {
  font-size: 16px;
  line-height: 1.7;
  color: #E2E8F0;
  font-weight: 400;
}

/* Rocket Icon Positioned Absolute Top-Right */
.ann-rocket-icon-wrapper {
  position: absolute;
  top: 35px;
  right: 40px;
}

.ann-rocket-svg {
  width: 90px;
  height: 90px;
  transition: transform 0.4s ease;
}

.ann-featured-card:hover .ann-rocket-svg {
  transform: translateY(-5px) scale(1.05);
}

/* 3. COUNTDOWN BANNER (Exact Screenshot Box Design) */
.ann-countdown-sec {
  background-color: #111827 !important;
  padding: 45px 0;
  font-family: var(--font-main);
}

.ann-banner-sub {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.2px;
}

.ann-banner-head {
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
}

/* Exact Timer Box with White Border */
.ann-timer-box {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  width: 90px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.ann-timer-box:hover {
  border-color: #2F72B6;
  transform: translateY(-3px);
}

.ann-timer-num {
  font-family: var(--font-serif);
  font-size: 46px;
  font-weight: 400;
  color: #2F72B6;
  line-height: 1;
}

.ann-timer-label {
  font-family: var(--font-main);
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 400;
  margin-top: 6px;
}

.ann-timer-colon {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 10px;
  align-self: center;
  padding-bottom: 20px;
}

.ann-btn-apply {
  background-color: #E07A26;
  color: #FFFFFF !important;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 36px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.ann-btn-apply:hover {
  background-color: #C9681D;
  transform: translateY(-2px);
}

/* 4. BOTTOM GRID CARDS (Exact Screenshot Rounded Box Border) */
.ann-grid-sec {
  background-color: #FFFFFF !important;
  padding: 80px 0;
  font-family: var(--font-main);
}

.ann-grid-card-box {
  border: 1px solid #2F72B6;
  /* Exact Blue Outline Border */
  border-radius: 14px;
  padding: 36px 32px;
  background-color: #FFFFFF;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.ann-grid-card-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(47, 114, 182, 0.12);
}

.ann-grid-card-title {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 400;
  color: #0F172A;
  line-height: 1.18;
}

.ann-grid-card-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #2a2a2a;
  font-weight: 400;
}

/* ==========================================
   SECTION 1: HERO HEADER
   ========================================== */
.cnt-hero-sec {
  background-color: #111827 !important;
  font-family: var(--font-main);
  padding: 135px 0 70px 0;
}

.cnt-badge-pill {
  color: #2F72B6;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.cnt-hero-title {
  font-family: var(--font-serif);
  font-size: 58px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.cnt-title-highlight {
  color: #E07A26;
  font-family: var(--font-serif);
}

.cnt-hero-desc {
  font-size: 16px;
  line-height: 1.65;
  color: #fff;
  max-width: 780px;
  font-weight: 400;
}

/* ==========================================
   SECTION 2: 3 ENQUIRY CARDS
   ========================================== */
.cnt-cards-sec {
  background-color: #FFFFFF !important;
  padding: 70px 0;
  font-family: var(--font-main);
}

.cnt-card {
  background-color: #F8FAFC;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  border: 1px solid #E2E8F0;
}

.cnt-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

.cnt-card-header-blue {
  background-color: #1C4482;
  color: #FFFFFF;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.cnt-card-header-orange {
  background-color: #E07A26;
  color: #FFFFFF;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.cnt-card-body {
  padding: 28px 24px 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.cnt-card-text {
  font-size: 16px;
  line-height: 1.65;
  color: #2a2a2a;
  font-weight: 400;
  margin-bottom: 20px;
}

.cnt-card-email-wrapper {
  border-top: 1px solid #E2E8F0;
  padding-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.cnt-card-email-wrapper:hover {
  color: #E07A26;
}

.cnt-email-icon {
  width: 16px;
  height: 16px;
  stroke: #2a2a2a;
}

/* ==========================================
   SECTION 3: CONTACT FORM
   ========================================== */
.cnt-form-sec {
  background-color: #F4F7FA !important;
  padding: 80px 0;
  font-family: var(--font-main);
}

.cnt-form-container {
  max-width: 820px;
  margin: 0 auto;
}

.cnt-form-title {
  font-size: 38px;
  font-weight: 700;
  color: #0F172A;
  letter-spacing: -0.5px;
}

.cnt-field-label {
  font-size: 14px;
  font-weight: 600;
  color: #1E293B;
  margin-bottom: 8px;
  display: block;
}

.cnt-input-control,
.cnt-select-control,
.cnt-textarea-control {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #2F72B6;
  /* Image Exact Blue Border */
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 14px;
  color: #1E293B;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cnt-input-control::placeholder,
.cnt-textarea-control::placeholder {
  color: #94A3B8;
  font-weight: 400;
}

.cnt-input-control:focus,
.cnt-select-control:focus,
.cnt-textarea-control:focus {
  border-color: #E07A26;
  box-shadow: 0 0 0 3px rgba(224, 122, 38, 0.15);
}

.cnt-select-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2F72B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

.cnt-btn-send {
  background-color: #E07A26;
  color: #FFFFFF !important;
  font-weight: 600;
  font-size: 14px;
  padding: 11px 40px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(224, 122, 38, 0.25);
}

.cnt-btn-send:hover {
  background-color: #C9681D;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(224, 122, 38, 0.35);
}

/* 1. NAVBAR */
.fel-navbar-sec {
  background-color: #111827 !important;
  font-family: var(--font-main);
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.fel-nav-logo {
  font-size: 20px;
  font-weight: 800;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.fel-nav-link {
  color: #D1D5DB !important;
  font-size: 14.4px;
  font-weight: 500;
  margin: 0 7px;
  padding: 8px !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.fel-nav-link:hover,
.fel-nav-link.active {
  color: #FFFFFF !important;
}

.fel-btn-apply-nav {
  background-color: #E07A26;
  color: #FFFFFF !important;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.fel-btn-apply-nav:hover {
  background-color: #C9681D;
  transform: translateY(-1px);
}

/* 2. HERO HEADER */
.fel-hero-sec {
  background-color: #111827 !important;
  font-family: var(--font-main);
  padding: 135px 0 70px;
}

.fel-badge-pill {
  color: #2F72B6;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  border: 1px solid rgba(47, 114, 182, 0.4);
  padding: 6px 18px;
  border-radius: 20px;
  display: inline-block;
}

.fel-hero-title {
  font-family: var(--font-serif);
  font-size: 58px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.fel-title-highlight {
  color: #E07A26;
  font-family: var(--font-serif);
}

.fel-hero-subtitle {
  font-size: 15px;
  color: #9CA3AF;
  font-weight: 400;
  letter-spacing: 0.2px;
}

/* 3. INTRO TEXT & FELLOWS GRID */
.fel-grid-sec {
  background-color: #FFFFFF !important;
  padding: 70px 0;
  font-family: var(--font-main);
}

.fel-intro-text {
  font-size: 16px;
  line-height: 1.7;
  color: #2a2a2a;
  max-width: 1000px;
  font-weight: 400;
}

/* Fellow Card Styling (Fixed BG Color & Exact Fonts) */
.fel-card {
  border: 1px solid #2F72B6;
  /* Exact Blue Outline Border */
  border-radius: 12px;
  overflow: hidden;
  background-color: #F0F7FF !important;
  /* Screenshot Exact Light Blue Tint BG */
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.fel-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(47, 114, 182, 0.15);
}

/* Image Box - Top Crop Fix */
.fel-img-box {
  width: 100%;
  height: 230px;
  overflow: hidden;
  background-color: #E2E8F0;
}

.fel-img-box img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: cover;
  object-position: top center;
  /* फोटो डोक्यावरून कट होऊ नये म्हणून फिक्स */
  transition: transform 0.5s ease;
}

.fel-card:hover .fel-img-box img {
  transform: scale(1.04);
}

.fel-card-body {
  padding: 22px 18px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.fel-card-name {
  font-family: var(--font-main);
  /* Image Matching Serif Font */
  font-size: 22px;
  font-weight: 600;
  color: #2F72B6;
  margin-bottom: 6px;
  line-height: 1.2;
}

.fel-card-role {
  font-family: var(--font-main);
  font-size: 16px;
  color: #475569;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 8px;
}

.fel-card-country {
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 700;
  color: #E07A26;
  letter-spacing: 0.8px;
  margin-bottom: 5px;

}

.fel-card-desc {
  font-family: var(--font-main);
  font-size: 13px;
  line-height: 1.55;
  color: #2a2a2a;
  font-weight: 400;
  margin-bottom: 0;
}

/* 4. COHORT 2 BANNER */
.fel-banner-sec {
  background-color: #1C4482 !important;
  color: #FFFFFF;
  padding: 50px 0;
  font-family: var(--font-main);
}

.fel-banner-sub {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.2px;
}

.fel-banner-head {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
}

.fel-banner-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #E2E8F0;
  font-weight: 400;
  max-width: 580px;
}

.fel-btn-orange {
  background-color: #E07A26;
  color: #FFFFFF !important;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 28px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  width: 100%;
  max-width: 240px;
  border: none;
}

.fel-btn-orange:hover {
  background-color: #C9681D;
  transform: translateY(-2px);
}

.fel-btn-outline {
  border: 1px solid #FFFFFF;
  color: #FFFFFF !important;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 28px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 240px;
}

.fel-btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

/* ==========================================
   FELLOW MODAL
========================================== */

#fellowModal .modal-dialog {
  max-width: 900px;
}

#fellowModal .modal-content {
  position: relative;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

#fellowModal .modal-body {
  padding: 35px;
}


/* Image */

.fellow-modal-image {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.fellow-modal-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}


/* Content */

.fellow-modal-content {
  padding: 10px 15px;
}

.fellow-modal-content h2 {
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

.fellow-modal-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  height: 400px;
  overflow-y: auto;
}


/* Close Button */

.fellow-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 10;

  width: 32px;
  height: 32px;

  border-radius: 50%;
  background-color: #fff;

  opacity: 1;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
}


/* Mobile */

@media (max-width: 767px) {

  #fellowModal .modal-body {
    padding: 25px 20px;
  }

  .fellow-modal-image img {
    height: 320px;
  }

  .fellow-modal-content {
    padding: 5px 0;
  }

  .fellow-modal-content h2 {
    font-size: 26px;
  }

  .fellow-modal-content p {
    font-size: 15px;
    line-height: 1.7;
  }

}

/* ==========================================
   1. HERO HEADER SECTION
   ========================================== */
.flw-hero-sec {
  background-color: #111827 !important;
  font-family: var(--font-main);
  padding: 135px 0 70px 0;
}

.flw-badge-pill {
  color: #2F72B6;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  border: 1px solid rgba(47, 114, 182, 0.4);
  padding: 6px 18px;
  border-radius: 20px;
  display: inline-block;
}

.flw-hero-title {
  font-family: var(--font-main);
  font-size: 50px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.flw-title-highlight {
  color: #E07A26;
  font-family: var(--font-serif);
}

.flw-hero-desc {
  font-size: 15px;
  line-height: 1.65;
  color: #9CA3AF;
  max-width: 780px;
  font-weight: 400;
}

/* ==========================================
   2. OVERVIEW: WHAT THE FELLOWSHIP DELIVERS
   ========================================== */
.flw-overview-sec {
  background-color: #F8FAFC !important;
  padding: 80px 0;
  font-family: var(--font-main);
}

.flw-sec-badge {
  color: #2F72B6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
  display: block;
}

.flw-sec-title {
  font-size: 38px;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.15;
  letter-spacing: -0.5px;
}

.flw-overview-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #2a2a2a;
  font-weight: 400;
}

/* 3 Feature Cards */
.flw-deliver-card {
  background-color: #F0F7FF;
  border: 1px solid #2F72B6;
  border-radius: 12px;
  padding: 36px 28px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.flw-deliver-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(47, 114, 182, 0.12);
}

.flw-card-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
}

.flw-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #E07A26;
  margin-bottom: 14px;
}

.flw-card-text {
  font-size: 14px;
  line-height: 1.65;
  color: #2a2a2a;
  font-weight: 400;
  margin-bottom: 0;
}

.flw-deliver-card img {
  width: 65px;
  margin-bottom: 15px;
}

/* ==========================================
   3. CURRICULUM: 11-WEEK JOURNEY
   ========================================== */
/* CURRICULUM SECTION HEADER FIX */
.flw-weeks-sec {
  background-color: #FFFFFF !important;
  padding: 80px 0;
  font-family: var(--font-main);
}

.flw-sec-badge-left {
  color: #2F72B6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
  display: block;
  text-transform: uppercase;
}

.flw-sec-title-left {
  font-size: 38px;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 35px;
  text-align: left;
  /* Exact Left Alignment as per Image */
}

/* Week Tab Buttons */
.flw-week-btn {
  width: 100%;
  background-color: #F0F7FF;
  border: 1px solid #2F72B6;
  color: #2F72B6;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  outline: none;
}

.flw-week-btn:hover {
  background-color: rgba(47, 114, 182, 0.1);
}

.flw-week-btn.active {
  background-color: #E07A26 !important;
  border-color: #E07A26 !important;
  color: #FFFFFF !important;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(224, 122, 38, 0.25);
}

.flw-final-week-btn {
  width: 100%;
  background-color: #F0F7FF;
  border: 1px solid #2F72B6;
  color: #2F72B6;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.flw-final-week-btn.active,
.flw-final-week-btn:hover {
  background-color: #E07A26;
  border-color: #E07A26;
  color: #FFFFFF;
}

/* Center Content Box */
.flw-content-box {
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 36px 32px;
  background-color: #FFFFFF;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
}

.flw-tab-content {
  display: none;
  animation: flwFadeIn 0.35s ease-in-out;
}

.flw-tab-content.active {
  display: block;
}

@keyframes flwFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.flw-content-title {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 400;
  color: #0F172A;
  margin-bottom: 8px;
}

.flw-content-author {
  color: #E07A26;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.flw-content-body {
  font-size: 14px;
  line-height: 1.7;
  color: #2a2a2a;
  font-weight: 400;
}

/* ==========================================
   4. FROM APPLICATION TO ALUMNI (5 STAGES)
   ========================================== */
.flw-stages-sec {
  background-color: #111827 !important;
  color: #FFFFFF;
  padding: 80px 0 100px 0;
  font-family: var(--font-main);
}

.flw-stage-title-sm {
  color: #E07A26;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.flw-stage-desc {
  font-size: 12.5px;
  line-height: 1.6;
  color: #fff;
  font-weight: 400;
}

/* Center Image Container for You */
.flw-stage-image-holder {
  width: 100%;
  max-width: 520px;
  margin: 30px auto;
  text-align: center;
}

.flw-stage-image-holder img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================
   1. HOW THE FELLOWSHIP ADVANCES YOUR CAREER
   ========================================== */
.flw2-career-sec {
  background-color: #FFFFFF !important;
  padding: 80px 0;
  font-family: var(--font-main, sans-serif);
}

.flw2-badge {
  color: #2F72B6;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.flw2-title {
  font-size: 38px;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.15;
  letter-spacing: -0.5px;
}

.flw2-top-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #2a2a2a;
  font-weight: 400;
}

.flw2-grad-img {
  width: 100%;
  height: 435px;
  object-fit: cover;
  border-radius: 12px;
  max-height: 520px;
}

.flw2-impact-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E2E8F0;
}

.flw2-impact-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.flw2-impact-heading {
  color: #2F72B6;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.flw2-impact-text {
  font-size: 14px;
  color: #2a2a2a;
  margin-bottom: 0;
  font-weight: 400;
}

/* ==========================================
   2. WHAT YOU LEAVE WITH (SKILLS GRID)
   ========================================== */
.flw2-skills-sec {
  background-color: #F0F7FF !important;
  padding: 80px 0;
  font-family: var(--font-main, sans-serif);
}

.flw2-skill-box {
  background-color: #F8FAFC;
  border: 1px solid #2F72B6;
  color: #2F72B6;
  padding: 18px 15px;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  transition: all 0.25s ease;
}

.flw2-skill-box.active,
.flw2-skill-box:hover {
  background-color: #E07A26;
  border-color: #E07A26;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(224, 122, 38, 0.25);
}

/* ==========================================
   3. COHORT ANNOUNCEMENT BAR
   ========================================== */
.flw2-cohort-sec {
  background-color: #1C4482 !important;
  padding: 40px 0;
  font-family: var(--font-main, sans-serif);
}

.flw2-cohort-badge {
  color: #9CA3AF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.flw2-cohort-title {
  font-size: 26px;
  color: #FFFFFF;
  font-weight: 600;
}

.flw2-cohort-sub {
  color: #9CA3AF;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 400;
}

.flw2-btn-orange {
  background-color: #E07A26;
  color: #FFFFFF;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  border: none;
  transition: background 0.2s ease;
}

.flw2-btn-orange:hover {
  background-color: #c9681d;
  color: #FFFFFF;
}

.flw2-btn-outline {
  border: 1px solid #2F72B6;
  color: #FFFFFF;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  background: transparent;
  transition: all 0.2s ease;
}

.flw2-btn-outline:hover {
  background-color: #2F72B6;
  color: #FFFFFF;
}

/* ==========================================
   4. THIS IS NOT A COURSE (6 CARDS GRID)
   ========================================== */
.flw2-different-sec {
  background-color: #FFFFFF !important;
  padding: 80px 0;
  font-family: var(--font-main, sans-serif);
}

.flw2-diff-card {
  background-color: #F8FAFC;
  border: 1px solid #E07A26;
  border-radius: 10px;
  padding: 28px 24px;
  height: 100%;
  transition: transform 0.25s ease;
}

.flw2-diff-card:hover {
  transform: translateY(-4px);
}

.flw2-diff-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 18px;
  color: #111827;
}

.flw2-diff-card-title {
  color: #E07A26;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.25;
}

.flw2-diff-card-text {
  font-size: 14px;
  line-height: 1.6;
  color: #2a2a2a;
  font-weight: 400;
  margin-bottom: 0;
}

/* partnr page */
/* How We Partner Section Styles */
.partner-section {
  background-color: #f8fafc;
}

.section-label {
  color: #0072bc;
  font-size: 0.725rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-heading-main {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #1e293b;
  letter-spacing: -0.01em;
}

.section-desc {
  max-width: 820px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #64748b;
}

/* ==========================================
           EXACT TAB DESIGN AS PER IMAGE
        ========================================== */
.partner-tabs-wrapper {
  margin-bottom: 2.5rem;
}

.partner-tab-btn {
  background: transparent !important;
  border: none !important;
  color: #1e293b !important;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0 0 12px 0 !important;
  position: relative;
  border-radius: 0 !important;
  min-width: 220px;
  text-align: center;
  transition: color 0.3s ease;
}

/* टॅबच्या खालची पूर्ण लांबीची राखाडी (Gray) रेषा */
.partner-tab-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cbd5e1;
}

/* Active टॅब खाली असणारी ऑरेंज (Orange) रेषा */
.partner-tab-btn.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 3px;
  background-color: #f26522;
  z-index: 2;
}

.partner-tab-btn:hover {
  color: #f26522 !important;
}

/* Card Section Styles */
.partner-card {
  background-color: #1861a1;
  max-width: 1000px;
  margin: 0 auto;
}

.partner-card-img {
  height: 250px;
  object-fit: cover;
}

.partner-card-title {
  font-size: 1.75rem;
  font-weight: 500;
}

.orange-divider {
  width: 40px;
  height: 3px;
  background-color: #f26522;
}

.partner-card-desc {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #e2e8f0;
  font-weight: 400;
}

/* Featured Partner Logos Grid */
.partner-logo-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #1e293b;
}

.partner-logo-item img {
  max-height: 45px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.partner-logo-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* Partner CTA Banner */
.partner-cta-section {
  min-height: 420px;
  display: flex;
  align-items: center;
}

.cta-bg-overlay {
  background: url('../img/Images/partnerwit.png') center/cover no-repeat;
  z-index: 1;
}

.cta-content {
  z-index: 2;
}

.cta-title {
  font-family: var(--font-serif);
  font-size: 2.75rem;
  font-weight: 500;
}

.cta-divider {
  width: 50px;
  height: 2px;
  background-color: #f26522;
}

.cta-desc {
  max-width: 740px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #e2e8f0;
  font-weight: 400;
}

.btn-cta-partner {
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
  background-color: #ffffff;
  color: #000000;
  padding: 0.6rem 1.8rem;
}

.btn-cta-partner:hover {
  background-color: #f8fafc;
  color: #000000;
}

/* faculty-&-board */
.board-section-wrapper {
  background-color: #f8fafc;
  padding: 80px 0;
}

.board-main-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #1e293b;
  margin-bottom: 16px;
}

.board-header-desc {
  max-width: 860px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0 auto 50px auto;
}

/* Board Member Card */
.gab-card {
  background-color: #1a365d;
  /* Dark Navy Color */
  border-radius: 16px;
  overflow: hidden;
  border: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.gab-card-img-wrap {
  width: 100%;
  /* height: 282px; */
  height: 350px;
  overflow: hidden;
}

.gab-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.gab-card-body {
  padding: 24px;
  color: #ffffff;
  flex-grow: 1;
}

.gab-member-name {
  color: #38bdf8;
  /* Light Sky Blue */
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.gab-member-affiliation {
  color: #94a3b8;
  /* Light Gray Subtitle */
  font-size: 0.825rem;
  line-height: 1.4;
  margin-bottom: 12px;
}

.gab-member-role {
  color: #f97316;
  /* Vibrant Orange Highlight */
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  height: 35px;
}

.gab-member-bio {
  color: #cbd5e1;
  font-size: 0.8rem;
  line-height: 1.5;
  margin-bottom: 0;
  height: 120px;
}

/* ===========================Resources page sty=============================== */
/* ==========================================
   ERAI RESOURCES
========================================== */

.erai-resources {
    padding: 60px 0 80px;
    background: #fff;
}


/* ==========================================
   TABS
========================================== */

.resource-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 15px;
}

.resource-tab {
    position: relative;
    border: 0;
    background: transparent;
    padding: 0 42px 12px;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    cursor: pointer;
    transition: all 0.3s ease;
}

.resource-tab::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: transparent;
    transition: all 0.3s ease;
}

.resource-tab:hover,
.resource-tab.active {
    color: #f47b20;
}

.resource-tab.active::after {
    background: #f47b20;
}


/* ==========================================
   TAB CONTENT
========================================== */

.resource-content {
    display: none;
    animation: resourceFade 0.4s ease;
}

.resource-content.active {
    display: block;
}

@keyframes resourceFade {

    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* ==========================================
   HEADING
========================================== */

.resource-heading {
    margin-bottom: 18px;
}

.resource-heading span {
    display: block;
    margin-bottom: 5px;
    color: #247db6;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.8px;
}

.resource-heading h2 {
    margin: 0 0 3px;
    color: #111;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 600;
}

.resource-heading p {
    max-width: 100%;
    margin: 0;
    color: #888;
    font-size: 13px;
    line-height: 1.5;
}


/* ==========================================
   GALLERY
========================================== */

.gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    align-items: start;
}

.gallery-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    background: #eee;
}

.gallery-item img {
    width: 100%;
    height: 220px;
    display: block;
    transition: transform 0.5s ease;
    object-fit: cover;
}


/* Overlay */

.gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    transition: all 0.35s ease;
}

.gallery-overlay span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    transform: scale(0.7);
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.06);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.25);
}

.gallery-item:hover .gallery-overlay span {
    transform: scale(1);
}


/* ==========================================
   PRESS RELEASE GRID
========================================== */

.press-release-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 25px;
}


/* ==========================================
   PRESS RELEASE CARD
========================================== */

.press-release-card {
    position: relative;
    height: 352px;
    overflow: hidden;
    border-radius: 7px;
    background: #ddd;
    cursor: pointer;
}


/* ==========================================
   CARD IMAGE
========================================== */

.press-release-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}


/* ==========================================
   DARK GRADIENT OVERLAY
========================================== */

.press-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 25%,
        rgba(0, 0, 0, 0.10) 40%,
        rgba(0, 0, 0, 0.72) 75%,
        rgba(0, 0, 0, 0.95) 100%
    );
}


/* ==========================================
   CONTENT
========================================== */

.press-card-content {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 15px;
    z-index: 2;
}


/* ==========================================
   TITLE
========================================== */

.press-card-content h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0;
}


/* ==========================================
   DATE
========================================== */

.press-card-content span {
    display: block;
    color: #ff8a00;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    margin-top: 20px;
}


/* ==========================================
   HOVER EFFECT
========================================== */

.press-release-card:hover img {
    transform: scale(1.07);
}

.press-release-card:hover .press-card-overlay {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05) 20%,
        rgba(0, 0, 0, 0.25) 45%,
        rgba(0, 0, 0, 0.78) 75%,
        rgba(0, 0, 0, 0.97) 100%
    );
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .press-release-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .press-release-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
  
    .press-release-card {
        height: 300px;
    }

    .press-card-content {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .press-card-content h3 {
        font-size: 15px;
    }

}


/* ==========================================
   ERAI BLOG GRID
========================================== */

.erai-blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 20px;
    margin-top: 25px;
}


/* ==========================================
   BLOG CARD
========================================== */

.erai-blog-card {
    min-width: 0;
}


/* ==========================================
   BLOG IMAGE
========================================== */

.erai-blog-image {
    display: block;
    width: 100%;
    height: 215px;
    overflow: hidden;
    border-radius: 7px;
    background: #eeeeee;
}


.erai-blog-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}


/* Image Hover */

.erai-blog-image:hover img {
    transform: scale(1.05);
}


/* ==========================================
   BLOG CONTENT
========================================== */

.erai-blog-content {
    padding-top: 17px;
}


/* ==========================================
   BLOG TITLE
========================================== */

.erai-blog-content h3 {
    max-width: 480px;
    margin: 0 0 9px;
    color: #111111;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
}


/* ==========================================
   BLOG META
========================================== */

.erai-blog-meta {
    margin-bottom: 11px;
    color: #888888;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
}

.erai-blog-meta span {
    margin: 0 3px;
}


/* ==========================================
   READ MORE
========================================== */

.erai-blog-read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f47b20;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    transition: all 0.3s ease;
}


.erai-blog-read span {
    font-size: 15px;
    line-height: 8px;
    transition: transform 0.3s ease;
}


.erai-blog-read:hover {
    color: #d9660d;
}


.erai-blog-read:hover span {
    transform: translateX(5px);
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .erai-blog-grid {
        gap: 30px 15px;
    }

    .erai-blog-image {
        height: 200px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .erai-blog-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .erai-blog-image {
        height: 230px;
    }

    .erai-blog-content h3 {
        font-size: 18px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .erai-blog-image {
        height: 210px;
    }

    .erai-blog-content {
        padding-top: 14px;
    }

    .erai-blog-content h3 {
        font-size: 16px;
    }

}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .press-grid,
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .erai-resources {
        padding: 45px 0 60px;
    }

    .resource-tabs {
        overflow-x: auto;
        justify-content: flex-start;
    }

    .resource-tab {
        padding: 0 25px 12px;
        flex-shrink: 0;
        font-size: 12px;
    }

    .resource-heading h2 {
        font-size: 24px;
    }

    .resource-heading p {
        font-size: 11px;
        line-height: 1.6;
    }

    .gallery-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }

    .gallery-column {
        gap: 5px;
    }

    .press-grid,
    .blog-grid {
        grid-template-columns: 1fr;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .resource-tab {
        padding-left: 16px;
        padding-right: 16px;
    }

    .resource-heading h2 {
        font-size: 21px;
    }

}

/* ==========================================
   CUSTOM LIGHTBOX
========================================== */

.custom-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: rgba(0, 0, 0, 0.92);
    animation: lightboxFade 0.3s ease;
}

.custom-lightbox img {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    animation: lightboxZoom 0.35s ease;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 2;
    color: #fff;
    font-size: 40px;
    font-weight: 200;
    line-height: 1;
    cursor: pointer;
    transition: 0.3s ease;
}

.lightbox-close:hover {
    color: #f47b20;
    transform: rotate(90deg);
}

@keyframes lightboxFade {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

@keyframes lightboxZoom {

    from {
        transform: scale(0.85);
    }

    to {
        transform: scale(1);
    }

}


@media (max-width: 767px) {

    .custom-lightbox {
        padding: 15px;
    }

    .custom-lightbox img {
        max-width: 96%;
        max-height: 85vh;
    }

    .lightbox-close {
        top: 15px;
        right: 18px;
        font-size: 34px;
    }

}

/* ============================blog details sty============================== */
/* ==================================================
   ERAI BLOG DETAIL PAGE
   UNIQUE CLASSES
================================================== */

.erai-blog-detail-section {
    width: 100%;
    padding: 45px 0 80px;
    background: #ffffff;
}

.erai-blog-detail-container {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 20px;
}


/* ==================================================
   BLOG HEADER
================================================== */

.erai-blog-detail-header {
    width: 100%;
    margin-bottom: 28px;
}


/* ==================================================
   BLOG TITLE
================================================== */

.erai-blog-detail-title {
    max-width: 1050px;
    margin: 0 0 25px;
    color: #111111;
    font-size: 31px;
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: -0.8px;
}


/* ==================================================
   META ROW
================================================== */

.erai-blog-detail-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}


/* ==================================================
   AUTHOR
================================================== */

.erai-blog-detail-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.erai-blog-detail-author-image {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    overflow: hidden;
    border-radius: 50%;
}

.erai-blog-detail-author-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


.erai-blog-detail-author-info {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #999999;
    font-size: 11px;
    line-height: 1;
}

.erai-blog-detail-author-info span {
    color: #999999;
}

.erai-blog-detail-author-info strong {
    color: #999999;
    font-weight: 400;
}

.erai-blog-detail-author-info b {
    color: #c0c0c0;
    font-weight: 400;
}

.erai-blog-detail-author-info time {
    color: #d99b43;
    font-weight: 400;
}


/* ==================================================
   SHARE AREA
================================================== */

.erai-blog-detail-share {
    display: flex;
    align-items: center;
    gap: 17px;
}

.erai-blog-detail-share-label {
    color: #111111;
    font-size: 16px;
    font-weight: 400;
}

.erai-blog-detail-socials {
    display: flex;
    align-items: center;
    gap: 14px;
}

.erai-blog-detail-socials a {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #050505;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.erai-blog-detail-socials a:hover {
    color: #e87820;
    transform: translateY(-2px);
}


/* ==================================================
   FEATURED IMAGE
================================================== */

.erai-blog-detail-featured {
    width: 100%;
    height: 415px;
    overflow: hidden;
    margin-bottom: 40px;
}

.erai-blog-detail-featured img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* ==================================================
   ARTICLE
================================================== */

.erai-blog-detail-article {
    width: 100%;
}


/* ==================================================
   ARTICLE HEADINGS
================================================== */

.erai-blog-detail-content-title {
    margin: 0 0 13px;
    color: #111111;
    font-size: 27px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -0.4px;
}

.erai-blog-detail-sub-title {
    margin-top: 26px;
}


/* ==================================================
   ARTICLE PARAGRAPHS
================================================== */

.erai-blog-detail-article > p {
    margin: 0 0 12px;
    color: #2d2d2d;
    font-size: 14px;
    line-height: 1.62;
    font-weight: 400;
}


/* ==================================================
   CUSTOM BULLET LIST
================================================== */

.erai-blog-detail-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.erai-blog-detail-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 13px;
}

.erai-blog-detail-list li > span {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    margin-top: 7px;
    background: #f28a24;
}

.erai-blog-detail-list li p {
    margin: 0;
    color: #2d2d2d;
    font-size: 14px;
    line-height: 1.5;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 991px) {

    .erai-blog-detail-section {
        padding: 40px 0 65px;
    }

    .erai-blog-detail-title {
        font-size: 28px;
    }

    .erai-blog-detail-featured {
        height: 380px;
    }

    .erai-blog-detail-content-title {
        font-size: 25px;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .erai-blog-detail-section {
        padding: 30px 0 55px;
    }

    .erai-blog-detail-container {
        padding: 0 15px;
    }


    /* Header */

    .erai-blog-detail-title {
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 1.2;
        letter-spacing: -0.4px;
    }


    /* Meta */

    .erai-blog-detail-meta-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .erai-blog-detail-share {
        width: 100%;
        justify-content: space-between;
    }

    .erai-blog-detail-share-label {
        font-size: 15px;
    }


    /* Image */

    .erai-blog-detail-featured {
        height: 250px;
        margin-bottom: 30px;
    }


    /* Content */

    .erai-blog-detail-content-title {
        font-size: 23px;
        line-height: 1.3;
    }

    .erai-blog-detail-article > p {
        font-size: 14px;
        line-height: 1.7;
    }

    .erai-blog-detail-list li p {
        font-size: 13px;
        line-height: 1.6;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {

    .erai-blog-detail-title {
        font-size: 22px;
    }

    .erai-blog-detail-author-info {
        font-size: 10px;
    }

    .erai-blog-detail-featured {
        height: 210px;
    }

    .erai-blog-detail-content-title {
        font-size: 21px;
    }

    .erai-blog-detail-share-label {
        font-size: 14px;
    }

    .erai-blog-detail-socials {
        gap: 11px;
    }

}
/* ============================blog details sty============================== */

.gab-member-bio11{
  height: auto;
}

.gab-member-role11 {
    color: #f97316;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    height: 48px;
}
.erai-blog-detail-inline-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* ==============on scroll section sty AI Is Moving Faster Than the Institutions=============== */

      html,
      body {
        overflow-x: clip !important; /* clip does not break sticky like overflow: hidden does */
      }

      .pin-story-section {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        max-width: 1300px;
        margin: 0 auto;
        padding: 80px 24px;
        overflow: visible !important; /* Mandatory for sticky child to work */
        box-sizing: border-box;
      }

      .pin-story-header {
        text-align: center;
        max-width: 850px;
        margin: 0 auto 60px auto;
      }

      .pin-story-badge {
        display: inline-block;
        font-weight: 600;
        font-size: 0.85rem;
        letter-spacing: 0.1em;
        color: #0d6efd;
        margin-bottom: 0.5rem;
      }

      .pin-story-title {
        font-size: clamp(1.8rem, 4vw, 2.5rem);
        font-weight: 400;
        line-height: 1.25;
        margin-bottom: 1rem;
      }

      .pin-story-desc {
        font-size: 1.05rem;
        color: #6c757d;
        line-height: 1.6;
      }

      /* Two-Column CSS Grid */
      .pin-story-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        align-items: start !important; /* Prevents right track from stretching to text height */
        overflow: visible !important;
        position: relative;
      }

      /* Text Steps */
      .pin-story-text-track {
        display: flex;
        flex-direction: column;
        gap: 20px;
      }

      .pin-story-card {
        min-height: 45vh; /* Gives sufficient scroll space to switch frames smoothly */
        display: flex;
        flex-direction: column;
        justify-content: center;
        opacity: 0.25;
        transform: translateY(20px);
        transition:
          opacity 0.4s ease,
          transform 0.4s ease;
      }

      .pin-story-card.pin-active {
        opacity: 1;
        transform: translateY(0);
      }

      .pin-card-heading {
        font-size: 1.65rem;
        font-weight: 400;
        margin-bottom: 0.75rem;
      }

      .pin-card-text {
        font-size: 1rem;
        color: #495057;
        line-height: 1.7;
      }

      /* Sticky Image Box */
      .pin-story-visual-track {
        position: relative;
        height: 100%;
        overflow: visible !important;
      }

      .pin-sticky-box {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 100px !important; /* Distance from top viewport edge */
        width: 100%;
        height: 310px;
        border-radius: 18px;
        overflow: hidden !important;
        box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
        background-color: #f1f3f5;
        z-index: 10;
      }

      .pin-media-item {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        opacity: 0;
        visibility: hidden;
        transform: scale(1.04);
        transition:
          opacity 0.5s ease,
          visibility 0.5s ease,
          transform 0.5s ease;
      }

      .pin-media-item.pin-active {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
      }

      /* Mobile & Tablet Responsive Layout */
      @media (max-width: 991px) {
        .pin-story-grid {
          grid-template-columns: 1fr;
          gap: 30px;
        }

        .pin-story-visual-track {
          order: -1; /* Image appears on top */
        }

        .pin-sticky-box {
          position: -webkit-sticky !important;
          position: sticky !important;
          top: 15px !important;
          height: 260px;
        }

        .pin-story-card {
          min-height: 45vh;
        }
      }
/* ==============on scroll section sty AI Is Moving Faster Than the Institutions=============== */