/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

.ft-unique-logo img,
a.navbar-brand img {
  width: 6rem;
}

.preLoader img {
  width: 400px;
}

/* Local Font */
@font-face {
  font-family: "leahlee";
  src: url("../fonts/leahlee.ttf");
}

:root {
  --white: #fff;
  --black: #000;
  --primary: #e0a526;
  --secondary: #333333;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-family: "Poppins", sans-serif;
}

section {
  position: relative;
  padding: 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Anton", sans-serif;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

/* Cursor Start */

/* Cursor End */

/* PRELOADER */

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.preLoader.black {
  background-color: var(--white);
  z-index: 11113;
}

.preLoader.white {
  z-index: 11112;
  background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background: var(--primary);
  font-size: 1rem;
  color: var(--black);
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 2rem;
  line-height: normal;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

/* Top Bar Styles */
.mentoring-top-bar {
  background-color: #1a2332;
  color: #ffffff;
  padding: 12px 90px;
  font-size: 16px;
  font-weight: 600;
}

.mentoring-contact-info i {
  margin-right: 5px;
  color: #ffffff;
}

.mentoring-social-icons a {
  color: #ffffff;
  margin-left: 15px;
  font-size: 1rem;
  font-weight: 500;
}

.mentoring-social-icons a:hover {
  color: #eebc3f;
}

/* Navbar Styles */
.mentoring-navbar {
  background-color: #ffffff;
  padding: 1.125rem 80px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.mentoring-brand {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #000000 !important;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.mentoring-navbar .nav-link {
  color: #111111 !important;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 5px;
  letter-spacing: 0.5px;
  transition: color 0.3s;
}

.mentoring-navbar .nav-link:hover {
  color: #eebc3f !important;
}

.mentoring-donate-btn {
  background-color: #eebc3f;
  color: #1a2332;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 12px 25px;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid #eebc3f;
  transition: all 0.3s ease;
}

.mentoring-donate-btn:hover {
  background-color: #1a2332;
  color: #ffffff;
  border-color: #1a2332;
}

/* Hero Section Styles */
.mentoring-hero-section {
  position: relative;
  display: flex;
  background: url(../images/bnr.jpg) center/cover no-repeat;
  align-items: center;
  padding: 100px;
  height: 1035px;
}

.mentoring-hero-title {
  color: #ffffff;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.mentoring-hero-desc {
  color: rgb(255 255 255 / 80%);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 500;
  letter-spacing: -0.16px;
  width: 74%;
}

.mentoring-action-buttons {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/* Primary CTA Button (Yellow) */
.mentoring-cta-primary {
  background-color: #eebc3f;
  color: #1a2332;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  padding: 15px 30px;
  border: 2px solid #eebc3f;
  border-radius: 0;
  transition: all 0.3s ease;
}

/* Hover Effect for Primary: turns Dark Blue */
.mentoring-cta-primary:hover {
  background-color: #1a2b45;
  color: #ffffff;
  border-color: #1a2b45;
}

/* Outline CTA Button */
.mentoring-cta-outline {
  background-color: transparent;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  padding: 15px 30px;
  border: 1px solid #ffffff;
  border-radius: 0;
  transition: all 0.3s ease;
}

/* Hover Effect for Outline: turns Yellow */
.mentoring-cta-outline:hover {
  background-color: #eebc3f;
  border-color: #eebc3f;
  color: #1a2332;
  text-decoration: none;
}

/* Link with Arrow */
.mentoring-video-link-wrap {
  margin-top: 10px;
}

.mentoring-video-link {
  color: rgb(255 255 255 / 80%);
  font-size: 20px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid rgb(255 255 255 / 80%);
}

.mentoring-video-link:hover {
  color: #eebc3f;
  text-decoration: none;
}

/* Responsive Tweaks */
@media (max-width: 991px) {
  .mentoring-hero-title {
    font-size: 42px;
  }

  .mentoring-navbar {
    padding: 10px 15px;
  }

  .mentoring-top-bar .col-6 {
    text-align: center !important;
  }

  .mentoring-action-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .mentoring-action-buttons .btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .mentoring-hero-section {
    background: linear-gradient(180deg,
        #1a2b45 0%,
        #1a2b45 60%,
        rgba(26, 43, 69, 0.6) 100%),
      url("https://placehold.co/1920x900");
    background-size: cover;
    background-position: center;
  }
}

/* --- Section llgzy9 --- */
.program-cards-section {
  padding: 80px 0 7rem;
  /* background-color: #fff; */
}

.program-card {
  background-color: #fff;
  border: 2px solid #b8b8b8;
  padding: 120px 20px 120px 20px;
  text-align: center;
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pc-title {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.pc-divider {
  width: 40px;
  height: 2px;
  background-color: #ccc;
  margin: 0 auto 25px auto;
  transition: background-color 0.3s ease;
}

.pc-desc {
  line-height: 1.7;
  color: #000;
  margin-bottom: 35px;
  transition: color 0.3s ease;
}

.pc-btn {
  display: inline-block;
  background-color: #dea935;
  color: #1d2c41;
  padding: 12px 30px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}

/* Hover Effects & Active State */
.program-card:hover {
  background-color: #1d2c41;
  border-color: #1d2c41;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.program-card:hover .pc-title {
  color: #fff;
}

.program-card:hover .pc-desc {
  color: #fff;
}

.program-card:hover .pc-divider,
.program-card.active-mode .pc-divider {
  background-color: #7a8899;
}

.program-card:hover .pc-btn,
.program-card.active-mode .pc-btn {
  background-color: #dea935;
  color: #1d2c41;
}

/* Button specific hover inside the card hover state */
.program-card .pc-btn:hover {
  background-color: #fff;
  color: #1d2c41;
}

.program-card.active-mode .pc-btn:hover {
  background-color: #fff;
  color: #1d2c41;
}

/* --- Section yr656 --- */
.growing-leaders-section {
  padding: 80px 0;
  background-color: #fff;
  overflow: hidden;
  font-family: "Oswald", sans-serif;
}

/* Header Styles */
.gl-header-wrapper {
  margin-bottom: 50px;
}

.gl-bg-text {
  font-size: 8rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -85%);
  white-space: nowrap;
  z-index: 1;
  line-height: 1;
  pointer-events: none;
}

.gl-main-title {
  font-size: 3rem;
  font-weight: 800;
  color: #000;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}

/* Card Styles */
.gl-card {
  position: relative;
  height: 450px;
  background-color: #162035;
  /* Dark Blue */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
  cursor: pointer;
  border: none;
}

/* Background Image Layer (Hidden by default) */
.gl-card-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

/* Yellow Overlay (for hover state) */
.gl-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(230, 176, 67, 0.92);
  /* Yellow with transparency */
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

/* Default Blue Content */
.gl-content-blue {
  position: relative;
  z-index: 5;
  transition: all 0.4s ease;
  transform: translateY(0);
  opacity: 1;
}

.gl-icon-wrapper {
  margin-bottom: 20px;
}

.gl-icon-wrapper svg {
  width: 50px;
  height: 50px;
  stroke: #e6b043;
  /* Gold Icon */
}

.gl-card-title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  font-family: "Poppins";
}

/* Hover Yellow Content (Hidden by default) */
.gl-content-yellow {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 80%;
  opacity: 0;
  transition: all 0.4s ease;
}

.gl-desc {
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
}

/* Hover Effects */
.gl-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.gl-card:hover .gl-card-bg-img {
  opacity: 1;
}

.gl-card:hover .gl-card-overlay {
  opacity: 1;
}

.gl-card:hover .gl-content-blue {
  opacity: 0;
  transform: translateY(-20px);
}

.gl-card:hover .gl-content-yellow {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .gl-bg-text {
    font-size: 4rem;
    transform: translate(-50%, -50%);
    top: 40%;
  }

  .gl-main-title {
    font-size: 2rem;
  }

  .gl-card {
    height: 350px;
  }
}

/* --- Section q7yu29 --- */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&family=Dancing+Script:wght@500&family=Roboto:wght@300;400;700&display=swap");

.wim-section-wrapper {
  background: linear-gradient(to bottom, #ffffff 0%, #e8f5e9 100%);
  padding: 80px 0;
  font-family: "Roboto", sans-serif;
  color: #333;
}

/* Header Styles */
.wim-main-heading {
  font-family: "Oswald", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #111;
}

.wim-sub-text {
  color: #6b6d6b;
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0 auto;
  width: 95%;
  font-weight: 500;
}

/* Card Styles */
.wim-stat-card {
  background-color: #1d2b44;
  color: #ffffff;
  padding: 40px 20px;
  text-align: center;
  height: 100%;
  border-radius: 4px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}

.wim-stat-card:hover {
  background-color: var(--primary);
  color: #1d2b44;
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.wim-icon-box {
  margin-bottom: 15px;
}

.wim-card-icon {
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: all 0.4s ease;
}

.wim-stat-card:hover .wim-card-icon {
  filter: brightness(0) saturate(100%) invert(13%) sepia(30%) saturate(969%) hue-rotate(184deg) brightness(93%) contrast(92%);
  /* Dark Blue filter */
}

.wim-separator {
  width: 30px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 10px auto 20px auto;
  transition: background-color 0.4s ease;
}

.wim-stat-card:hover .wim-separator {
  background-color: #1d2b44;
}

.wim-stat-number {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1;
  color: #fff;
}

.wim-stat-desc {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  color: #fff;
}

/* Quote Styles */
.wim-quote-text {
  font-size: 50px;
  color: #1e1e1e;
  font-weight: 400;
  line-height: 1.2;
  font-family: "leahlee";
  width: 70%;
  margin: 0 auto 1.25rem;
}

.wim-quote-author {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  font-family: "Anton";
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .wim-main-heading {
    font-size: 2.5rem;
  }

  .wim-stat-number {
    font-size: 2.5rem;
  }

  .wim-quote-text {
    font-size: 1.5rem;
  }
}

/* --- Section 4rfosl --- */
.moh-section-wrapper {
  padding: 6rem 0 5rem;
  background-color: #fff;
}

.moh-main-heading {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .moh-main-heading {
    font-size: 2.2rem;
  }
}

.moh-description {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 25px;
  font-weight: 500;
  color: #6f6f6f;
}

.moh-check-list {
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
}

.moh-check-list li {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 12px;
}

.moh-check-icon {
  display: inline-block;
  width: 14px;
  height: 8px;
  border-bottom: 2px solid #28a745;
  border-left: 2px solid #28a745;
  transform: rotate(-45deg);
  margin-right: 15px;
  margin-bottom: 4px;
}

/* Button styling per instructions: Yellow on Hover, but visual match requires Yellow default. 
   The instruction 'yellow hover pea krdena' (put yellow on hover) often implies a transition to yellow. 
   However, to match the static design which IS yellow, we set the background yellow and add a hover effect. */
.moh-cta-btn {
  background-color: #eeb23b;
  color: #222;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 12px 25px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 2px solid #eeb23b;
  transition: all 0.3s ease;
}

.moh-cta-btn:hover {
  background-color: transparent;
  color: #eeb23b;
  /* Alternatively, if the instruction meant 'make it yellow ONLY on hover', the default would be transparent. 
     But this matches the visual snapshot first. */
}

.moh-video-box {
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.moh-video-thumb {
  display: block;
  transition: transform 0.5s ease;
}

.moh-video-box:hover .moh-video-thumb {
  transform: scale(1.05);
}

.moh-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
}

.moh-play-btn svg {
  margin-left: 4px;
  /* Optical centering for play triangle */
}

.moh-play-btn:hover {
  background: #fff;
  transform: translate(-50%, -50%) scale(1.1);
}

.moh-play-btn:hover svg path {
  stroke: #eeb23b;
  fill: #eeb23b;
}

/* --- Section ai6hof --- */
.cust_testim_section {
  background-color: #fff;
  overflow: hidden;
}

.cust_testim_slider {
  padding: 50px 0;
}

.cust_testim_card {
  opacity: 0.3;
  transform: scale(0.9);
  transition: all 0.5s ease;
  padding: 0 15px;
  max-width: 600px;
  margin: 0 auto;
}

.swiper-slide-active .cust_testim_card {
  opacity: 1;
  transform: scale(1);
}

.cust_testim_img_box img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 3px solid transparent;
  transition: border-color 0.3s ease;
}

.swiper-slide-active .cust_testim_img_box img {
  width: 120px;
  height: 120px;
}

/* Hover effect for yellow as per instructions, applied to image border */
.cust_testim_img_box:hover img {
  border-color: #ffc107;
  /* Bootstrap warning yellow */
}

.cust_testim_text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
  font-weight: 300;
}

.swiper-slide-active .cust_testim_text {
  color: #333;
  font-weight: 400;
}

.cust_testim_author {
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
  font-weight: 700;
  margin-top: 20px;
  transition: color 0.3s ease;
}

.swiper-slide-active .cust_testim_author {
  color: #000;
}

.cust_testim_author:hover {
  color: #ffc107;
}

/* --- Section tzcckk --- */
/* Import Condensed Font for Headline */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&display=swap");

/* Unique Section Styling */
.hb-hero-section {
  background: linear-gradient(180deg, #ffffff 0%, #dbeaf6 40%, #bad5ea 100%);
  color: #000;
  padding: 6rem 0;
}

.hb-image-wrapper {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.hb-main-img {
  max-width: 100%;
  height: auto;
  /* Slight adjust to match cutout look */
  mix-blend-mode: multiply;
  filter: contrast(1.1);
}

/* The fade effect at the bottom of the image to blend with section bg */
.hb-bottom-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, transparent 0%, #bad5ea 100%);
  pointer-events: none;
  z-index: 2;
}

/* Content Logic */
.hb-content-col {
  position: relative;
  z-index: 3;
  margin-top: -70px;
  /* Overlap the image */
}

/* Headline Styling */
.hb-main-heading {
  font-size: 3rem;
  line-height: 0.95;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 30px;
  color: #111;
}

/* Responsive adjustments for headline */
@media (max-width: 768px) {
  .hb-main-heading {
    font-size: 2rem;
    margin-top: -30px;
  }
}

@media (min-width: 1200px) {
  .hb-main-heading {
    font-size: 4rem;
  }
}

/* Buttons Container */
.hb-action-buttons {
  gap: 15px;
}

/* Base Button Styling */
.hb-btn {
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  min-width: 160px;
  text-align: center;
  letter-spacing: 0.5px;
}

/* Primary Button (Yellow) */
.hb-btn-primary {
  background-color: #eab73b;
  /* Matches design yellow */
  color: #000;
  border-color: #eab73b;
}

/* Hover Effect for Yellow Button: Darken or Transparent */
.hb-btn-primary:hover {
  background-color: #d19f28;
  border-color: #d19f28;
  color: #fff;
  text-decoration: none;
}

/* Secondary Button (Outline) */
.hb-btn-secondary {
  background-color: transparent;
  color: #000;
  border-color: #333;
}

/* Hover Effect for Outline Buttons: Turn Yellow as per instruction */
.hb-btn-secondary:hover {
  background-color: #eab73b;
  border-color: #eab73b;
  color: #000;
  text-decoration: none;
}

/* Mobile spacing for buttons */
@media (max-width: 767px) {
  .hb-btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* --- Section lqm85f --- */
/* Unique Footer Styles */
.ft-unique-section {
  background-color: #1b2a41;
  /* Deep Navy Blue */
  padding: 4rem 0 0 0;
}

.ft-unique-logo {
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 1px;
  font-family: "Impact", "Arial Black", sans-serif;
}

.ft-unique-title {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Poppins";
}

.ft-unique-desc {
  color: #f7f8f9;
  font-size: 14px;
  margin: 1rem 0;
}

/* Social Icons */
.ft-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s ease;
}

.ft-social-icon:hover {
  background-color: #f4c613;
  /* Yellow Hover as requested */
  border-color: #f4c613;
  color: #1a2332;
  text-decoration: none;
}

/* Links */
.ft-unique-links li {
  margin-bottom: 8px;
}

.ft-unique-links a,
.ft-unique-contact a,
.ft-post-item a {
  color: #f9f7f7;
  text-decoration: none;
  transition: color 0.3s ease, padding-left 0.3s ease;
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
}

/* Hover effect: yellow */
.ft-unique-links a:hover,
.ft-unique-contact a:hover,
.ft-post-item a:hover {
  color: #f4c613;
  padding-left: 5px;
}

.ft-unique-contact li {
  display: flex;
  flex-direction: column;
}

.ft-unique-contact li strong {
  color: #fff;
}

/* Bottom Bar */
.ft-unique-bottom {
  background-color: #0f0f0f;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #8892a0;
  padding: 1rem 0;
}

.ft-unique-bottom a {
  transition: color 0.3s ease;
}

.ft-unique-bottom a:hover {
  color: #f4c613 !important;
  text-decoration: none;
}

.mentoring-action-buttons .themeBtn:nth-child(2) {
  background-color: transparent;
  border: 1px solid #fff;
  color: var(--white);
}

.mentoring-action-buttons .themeBtn:nth-child(3) {
  border: 1px solid var(--white);
  background-color: transparent;
  color: var(--white);
}

.mainHead {
  font-size: 100px;
  font-weight: 400;
  text-transform: uppercase;
  color: #111111;
  line-height: 1;
}

.grow-wrapp {
  height: 690px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 418px;
  background-color: #1b2a41;
  transition: 0.6s ease;
}

.grow-relative {
  position: relative;
}

.grow-sec {
  padding: 6rem 6rem 6.25rem 6rem;
}

.grow-hover {
  position: absolute;
  inset: 0;
  margin: auto;
  transition: 0.6s ease;
  transform: scale(0);
}

.grow-hover p {
  position: absolute;
  margin: auto;
  height: fit-content;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--black);
  line-height: 1.5;
  letter-spacing: -0.21px;
  width: 90%;
  text-align: center;
  inset: 0;
}

.grow-wrapp h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--white);
  font-family: "Poppins";
  letter-spacing: -0.21px;
  line-height: 1.2;
}

.grow-relative:hover .grow-wrapp {
  opacity: 0;
}

.grow-relative:hover .grow-hover {
  transform: scale(1.02);
}

.heading-div {
  position: relative;
  text-align: center;
}

.heading-div h5 {
  font-size: 150px;
  font-weight: 400;
  text-transform: uppercase;
  background: linear-gradient(45deg, #b7b7b7, transparent);
  color: transparent;
  background-clip: text;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -5rem;
  z-index: -1;
}

section.grow-sec .heading-div {
  text-align: center;
  margin-bottom: 4rem;
}

section.change-sec {
  padding: 9rem 4rem;
}

.test-content h4 {
  font-size: 3.5rem;
  margin-top: 3rem;
}

.test-content p {
  color: #000;
  font-size: 1.2rem;
}

.change-main {
  text-align: center;
  opacity: 20%;
  transition: 0.9s ease;
}

.change-content p {
  font-size: 26px;
  color: #333232;
  line-height: 1.5;
  margin: 1.5rem 0 3rem;
}

.change-content h5 {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Poppins";
}

.changeslider {
  padding: 3rem 0 0 0;
}

.changeslider .swiper-slide-active .change-main {
  opacity: 100%;
}

.video-sec .mainHead {
  text-align: center;
  margin-bottom: -2rem;
}

.video-imag {
  position: relative;
  text-align: center;
}

.video-imag a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
}

.video-imag a i {
  height: 3rem;
  width: 68px;
  background-color: #ff0033;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--white);
  transition: 0.6s ease;
  opacity: 0;
}

.swiper.videoslider.swiper-initialized.swiper-vertical.swiper-pointer-events.swiper-backface-hidden .swiper-slide {
  height: 22%;
  height: 420px;
}

.videoslider {
  height: 850px;
}

.swiper.videoslider .swiper-slide-active .video-imag img {
  transform: scale(1.5);
}

section.video-sec {
  padding: 5rem 0;
  background: linear-gradient(6deg,
      rgb(0 119 182 / 24%),
      #fff,
      rgb(0 52 80 / 16%));
}

.video-imag img {
  transition: 0.6s ease;
  border-radius: 10px;
  height: 210px;
}

.swiper.videoslider .swiper-slide-active .video-imag a i {
  opacity: 1;
}

.videoslider .swiper-slide-prev .video-imag {
  width: fit-content;
  height: fit-content;
  margin: 5rem auto 0;
}

.videoslider .swiper-slide-prev .video-imag::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(45deg,
      rgb(255 255 255 / 50%),
      rgb(255 255 255 / 50%));
}

section.moh-section-wrapper .mainHead {
  font-size: 90px;
}

section.hb-hero-section .mainHead {
  font-size: 90px;
  margin-bottom: 2rem;
}

.ft-unique-bottom p.mb-0.small {
  font-size: 15px;
  font-weight: 400;
  color: var(--white);
}

.center-div {
  text-align: center;
}

.themeBtn:hover {
  background-color: #1b2a41;
  color: #fff;
}

.mentoring-action-buttons .themeBtn:hover {
  background-color: #e0a526;
  color: #000;
  border-color: #e0a526;
}

.mentoring-action-buttons .themeBtn:first-child:hover {
  background-color: #fff;
  color: #e0a526;
}

.program-card .themeBtn:hover {
  background-color: #fff;
  color: #e0a526;
}

/* innerpages Start */

.innerBan .overlay {
  position: absolute;
  text-align: left;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.innerBan h2 {
  font-size: 70px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 400;
}

.innerBan {
  position: relative;
}

.aboutwraps h3 {
  font-size: 60px;
  font-weight: 400;
  color: #111111;
  text-transform: uppercase;
}

.aboutwraps h4 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins";
}

.aboutwraps p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #575757;
  width: 95%;
}

section.aboutpage1 {
  padding: 6rem 0;
}

.aboutwraps.abtwrap2 {
  margin-top: 5rem;
}

.proramwrps1 h3 {
  font-size: 60px;
  font-weight: 400;
  color: #111111;
  font-family: "Anton";
}

.proramwrps1 p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #575757;
  width: 99%;
}

section.programs-section {
  padding: 6rem 0;
}

section.programs-section .row+.row {
  margin-top: 5rem;
}

/* faqs programs section  */

.programs-section .accordion {
  margin-top: 4rem;
}

.programs-section .accordion-item {
  background: transparent;
  /* border: 1px solid #ddd; */
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.programs-section .accordion-header {
  width: 100%;
  padding: 15px 20px 15px 10px;
  font-size: 18px;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  text-align: left;
  transition: background 0.3s;
  color: #000;
  font-weight: 600;
}

.programs-section .accordion-header:focus {
  border: unset;
  outline: unset;
}

.programs-section .accordion-header:hover {
  background: transparent;
}

/* Plus icon before */
.programs-section .accordion-header::before {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.3s, content 0.3s;
}

/* When active -> minus icon */
.programs-section .accordion-item.active .accordion-header::before {
  content: "-";
}

.programs-section .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.programs-section .accordion-content p {
  margin: 0;
  color: #fff;
  line-height: 1.6;
  background-color: var(--white);
  font-size: 17px;
  color: #5b5b5b;
  padding: 30px;
  border-radius: 30px;
}

figure.abtyoutbe {
  position: relative;
  margin-top: 5rem;
}

figure.abtyoutbe a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #ff0033;
}

section.programs-section h4 {
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  margin-top: 4rem;
  font-family: "Poppins";
  text-transform: uppercase;
}

section.invloved-sec {
  padding: 5rem 0;
}

.involvedwrap h3 {
  font-size: 60px;
  font-weight: 400;
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.involvedwrap {
  text-align: center;
}

.involvedwrap p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #575757;
}

.involvedwrap figure {
  margin-top: 2.5rem;
}

.involved-update h4 {
  margin-top: 2rem;
  font-size: 2rem;
}

.involved-update p {
  font-size: 1.2rem;
  color: #000;
}

.involved-update ul li {
  list-style: disc;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.involved-update ul {
  padding-left: 1rem;
}

.eventwraps h3 {
  font-size: 60px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 28px;
}

.eventwraps p {
  font-size: 1.125rem;
  color: #575757;
  line-height: 1.7;
  font-weight: 500;
}

section.eventwraps {
  padding: 6rem 0 0;
}

.eventwraps {
  margin-bottom: 6rem;
}

section.gallery-sec.partnersec {
  padding: 2rem 0;
}

section.gallery-sec.partnersec .row+.row {
  margin-top: 4rem;
}

section.patnerwrapsec {
  padding: 2rem 0 5rem 0;
}

.patnercontent p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #575757;
  margin-bottom: 2rem;
}

section.patnerwrapsec figure img {
  width: 100%;
  margin-bottom: 2rem;
  height: 430px;
  object-fit: cover;
}

.gallery-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  /* image height jaisa */
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  white-space: nowrap;
}

.contact-section {
  padding: 5rem 0;
  background-color: #fff;
}

.section-title {
  font-size: 60px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}

.section-subtitle {
  font-size: 1.125rem;
  color: #575757;
}

label {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.4rem;
  font-weight: 400;
}

.form-control {
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 0.75rem;
  height: calc(1.5em + 1.5rem + 2px);
  font-size: 0.95rem;
  color: #495057;
}

.form-control:focus {
  border-color: #a8a8a8;
  box-shadow: none;
}

/* Custom style for the select box to match the gray background */
.custom-select-bg {
  background-color: #ececec;
  color: #666;
  border: none;
}

/* Fix textarea height calculation */
textarea.form-control {
  height: auto;
}

/* Button Styling */
.theme-btn1 {
  background-color: #dfa638;
  color: #1a1a1a;
  font-weight: 400;
  padding: 12px 40px;
  border-radius: 0;
  text-transform: uppercase;
  border: none;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}

.theme-btn1:hover {
  background-color: #c9932d;
  color: #000;
}

/* Spacing adjustments */
.form-group {
  margin-bottom: 1.5rem;
}

/* Mobile responsiveness adjustments */
@media (max-width: 768px) {
  .section-title {
    font-size: 2.5rem;
  }
}

.contact-info-section {
  padding: 0 0 80px 0;
  background-color: #fff;
}

.contact-item .icon-circle {
  width: 140px;
  height: 140px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #eebf4d;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.contact-item:hover .icon-circle {
  background-color: #eebf4d;
  border-color: #eebf4d;
  color: #fff;
}

.contact-label {
  color: #eebf4d;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: capitalize;
  font-family: "Poppins";
}

.col-md-4:first-child .contact-label {
  text-transform: lowercase;
}

.col-md-4:first-child .contact-label::first-letter {
  text-transform: lowercase;
}

.contact-value {
  color: #111111;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

/* schools supports pages css start  */
section.schools-sec h4 {
  font-size: 3rem;
}

section.schools-sec p {
  color: #000;
  font-size: 1.2rem;
}

section.schools-sec {
  padding: 4rem 0;
}

.supports ul li {
  list-style: disc;
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}

.supports ul {
  padding-left: 1rem;
}

.boldd {
  font-weight: 900;
  font-style: italic;
}

/* schools supports pages css end  */

.grow-bg img {
  height: 690px;
  object-fit: cover;
}

.grow-bg {
  position: relative;
}

.grow-bg::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgb(224 165 38 / 80%);
}

.insta-imag img {
  height: 260px;
  width: 100%;
  object-fit: cover;
  object-position: right;
}

section.programs-section figure img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.video-sec.media-page .mainHead {
  margin-bottom: 3rem;
}

figure.new-imag {
  margin-bottom: 1rem;
}

figure.new-imag img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

section.video-sec.media-page video {
  width: 100%;
  height: 502px;
  object-fit: cover;
  object-position: center;
}

/*.video-link {
    position: relative;
    display: inline-block;
}*/

.video-link video {
  display: block;
  width: 100%;
  height: auto;
}

.video-link .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-77%, -85%);
  font-size: 35px;
  color: #fff;
  pointer-events: none;
  opacity: 0.8;
  background: #1b2a41;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.patnercontent li {
  position: relative;
}

.patnercontent li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--primary);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.patnercontent li p {
  margin: 0 0 .5rem 1.25rem;
}

.media-pills {
  gap: 1rem;
  margin-bottom: 3rem;
}

.media-pills .themeBtn {
  border-radius: 0;
}

.media-pills .themeBtn.active {
  background: #1b2a41;
}