@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lora:ital,wght@0,400..700;1,400..700&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');

:root {
  --dark-blue: #FFF;
  --gold: #d4af37;
  --light-bg: #f5f7fa;
}

/* Loaders Styless */
.loader {
  width: 48px;
  height: 24px;
  color: #FFF;
  background: currentColor;
  border-radius: 50% 50% 0 0;
  position: relative;
  display: block;
  margin: 60px auto 0;
  box-sizing: border-box;
  animation: animloader 4s linear infinite;
}
.loader::after {
  content: '';  
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: currentColor;
  top: -34px;
  box-sizing: border-box;
  animation: animloader1 4s linear infinite;
}

@keyframes animloader {
  0% { box-shadow: 0 0 0 -2px , 0 0 0 -2px , 0 0 0 -5px , 0 0 0 -5px; }
  20% { box-shadow: 40px -1px 0 -2px , 0 0 0 -2px , 40px -1px 0 -5px , 0 0 0 -5px; }
  40% { box-shadow: 40px -1px 0 -2px , -40px -1px 0 -2px ,  40px -1px 0 -5px ,-40px -1px 0 -5px; }
  60% { box-shadow: 40px -1px 0 -2px , -40px -1px 0 -2px ,   23px -29px 0 -5px ,-40px -1px 0 -5px; }
  80%, 95% { box-shadow: 40px -1px 0 -2px , -40px -1px 0 -2px ,   23px -29px 0 -5px , -23px -29px 0 -5px; }
  100% { box-shadow: 40px -1px 0 -2px rgba(255, 255, 255, 0), -40px -1px 0 -2px rgba(255, 255, 255, 0), 23px -29px 0 -5px rgba(255, 255, 255, 0), -23px -29px 0 -5px rgba(255, 255, 255, 0); }
}

@keyframes animloader1 {
  0% { box-shadow: 0 0 0 -2px , 0 0 0 -2px , 0 0 0 -5px , 0 0 0 -5px; }
  20% { box-shadow: 40px 2px 0 -2px  , 0 0 0 -2px , 40px 2px 0 -5px , 0 0 0 -5px; }
  40% { box-shadow: 40px 2px 0 -2px  , -40px 2px 0 -2px , 40px 2px 0 -5px , -40px 2px 0 -5px; }
  60% { box-shadow: 40px 2px 0 -2px  , -40px 2px 0 -2px , 23px -23px 0 -5px , -40px 2px 0 -5px; }
  80%, 95% { box-shadow: 40px 2px 0 -2px  , -40px 2px 0 -2px , 23px -23px 0 -5px , -23px -23px 0 -5px; }
  100% { box-shadow: 40px 2px 0 -2px rgba(255, 255, 255, 0), -40px 2px 0 -2px rgba(255, 255, 255, 0), 23px -23px 0 -5px rgba(255, 255, 255, 0), -23px -23px 0 -5px rgba(255, 255, 255, 0); }
}


/* PRELOADER FULL SCREEN */
#preloader{
  position: fixed;
  inset: 0;
  background: #0f172a;   /* dark background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}



/* Loaders Styless -end */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;

  margin-bottom: 15px;
  font-weight: 700;
}

p{
    font-family: 'Inter', sans-serif;

    line-height: 1.7;
    font-weight: 500;
}
body {
  
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #333;
}

a {
  text-decoration: none;
}
/* Navbar background */
/* GLASS NAVBAR */
.glass-navbar {
  background: rgba(11, 28, 45, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
  z-index: 1000;
}

/* NAV LINKS */
.navbar .nav-link {
  color: #ffffff !important;
  font-weight: 500;
  position: relative;
  padding: 8px 0;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

/* ✅ TEXT HIGHLIGHT ON HOVER + ACTIVE (Underline removed) */
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #d4af37 !important; /* Gold highlight */
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.6); /* Glow effect */
}

/* GOLD BUTTON */
.join-glow {
  position: relative;
  padding: 9px 20px;
  font-weight: 600;
  color: #0b1c2d;
  background: linear-gradient(135deg, #d4af37, #f5d76e);
  border-radius: 5px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.join-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.6),
    transparent
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.join-glow:hover::before {
  transform: translateX(100%);
}

.join-glow:hover {
  box-shadow: 0 0 20px rgba(212,175,55,0.6);
  transform: translateY(-2px);
}

/* JOIN BUTTON */
.btn-join {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 30px;
  border: none;
  cursor: pointer;

  /* Gradient colors (Blue + Gold) */
  background: linear-gradient(135deg, #1f4fd8, #d4af37);
  color: #ffffff;

  letter-spacing: 0.5px;
  transition: all 0.3s ease;

  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* MOBILE */
@media (max-width: 991px) {
  .navbar-nav {
    padding-top: 15px;
  }
  .btn-join {
    margin-top: 15px;
  }
}




/* =========================
   HERO SECTION BACKGROUND
========================= */

/* =========================
   HERO SECTION
========================= */
.logo-box {
  position: relative;
  display: inline-block;
  padding: 40px;
}




/* Logo */
.logo-imgs{
  width: 100%;
  height: auto;
}




/* HERO SLIDER */
.hero-bluegold {
  position: relative;
  background: linear-gradient(120deg, #0a1f44, #102c5c);
  overflow: hidden;
}
.hero-image-wrap {
  position: relative;
  border-radius: 22px;
  padding: 4px; /* border thickness */
  background: linear-gradient(
    135deg,
    #ffd700,
    #d4af37,
    #ffd700
  );
  box-shadow:
    0 0 25px rgba(255, 215, 0, 0.45),
    0 20px 60px rgba(0, 0, 0, 0.35);
}

.hero-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}


.hero-overlay {
  position: absolute;
  inset: 0;
  /* background: radial-gradient(circle at top right,
    rgba(255,215,0,0.15),
    transparent 60%); */
    background: linear-gradient(
  135deg,
  #050f24 0%,
  #0a1f44 45%,
  #1f3b5c 100%
);

}



/* GLASS NAVBAR */
.glass-navbar {
  background: rgba(11, 28, 45, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
  z-index: 1000;
}

/* NAV LINKS */
.navbar .nav-link {
  color: #ffffff !important;
  font-weight: 500;
  position: relative;
  padding: 8px 0;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

/* ✅ TEXT HIGHLIGHT ON HOVER + ACTIVE (Underline removed) */
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #d4af37 !important; /* Gold highlight */
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.6); /* Glow effect */
}

/* GOLD BUTTON */
.join-glow {
  position: relative;
  padding: 9px 20px;
  font-weight: 600;
  color: #0b1c2d;
      background: linear-gradient(135deg, #f5c400, #f5c400);
  border-radius: 5px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.join-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.6),
    transparent
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.join-glow:hover::before {
  transform: translateX(100%);
}

.join-glow:hover {
  box-shadow: 0 0 20px rgba(212,175,55,0.6);
  transform: translateY(-2px);
}

/* JOIN BUTTON */
.btn-join {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 30px;
  border: none;
  cursor: pointer;

  /* Gradient colors (Blue + Gold) */
  background: linear-gradient(135deg, #1f4fd8, #d4af37);
  color: #ffffff;

  letter-spacing: 0.5px;
  transition: all 0.3s ease;

  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* MOBILE */
@media (max-width: 991px) {
  .navbar-nav {
    padding-top: 15px;
  }
  .btn-join {
    margin-top: 15px;
  }
}




.hero-text h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-text .highlight {
  color: #f5d547;
}

.hero-text p {
  font-size: 1.1rem;
  margin: 20px 0 35px;
  color: #fff;
  max-width: 480px;
  font-family: 'Poppins', sans-serif;
}

.trust-badge {
  background: rgba(255,255,255,0.1);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  display: inline-block;
  margin-bottom: 20px;
}

.hero-buttons .btn {
  padding: 14px 26px;
  border-radius: 9px;
  font-weight: 600;
  margin-right: 15px;
}

.btn-join {
  background: #f5d547;
  color: #000;
  border: none;
}

.btn-join:hover {
  background: #e6c73f;
  color: #000;
}

.btn-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
}
#about-img img{
  width: 86%;
  height: auto;
}

.btn-outline:hover {
     background: #f5c400;
    color: #051024;
}
.btn-data{
    background: #f5d547;
    color: #000;
    border-radius: 9px;
    padding:14px 26px;
    font-size:0.95rem;
    font-weight:600;
}
.hero-features {
  margin-top: 30px;
  display: flex;
  gap: 25px;
  font-size: 0.95rem;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.hero-image {
  max-width: 90%;
}


/* founders */
/* NEXT-GEN FOUNDERS DESIGN */

.leadership-v9 {
  padding: 90px 0;
  background: linear-gradient(135deg, #071629, #0b1c2d);
}

/* Title */
.diag-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.diag-subtitle {
  color: #d4af37;
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

/* Card */
.diag-card {
  background: rgba(15, 38, 61, 0.9);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: all 0.4s ease;
  border: 1px solid rgba(212, 175, 55, 0.18);
}

/* Hover */
.diag-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 18px 50px rgba(212, 175, 55, 0.25);
}

/* ✅ Image Box */
.diag-img {
  height: 240px;
  overflow: hidden;
}

/* ✅ Image FULL WIDTH */
.diag-img img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;       /* ✅ full width cover */
  object-position: center;
  display: block;
}

/* Body */
.diag-body {
  padding: 22px;
  text-align: center;
}

/* Name */
.diag-body h5 {
  color: #fff;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 18px;
}

/* Role */
.diag-body span {
  color: #d4af37;
  font-size: 14px;
  font-weight: 500;
}

/* Text */
.diag-body p {
  color: #cfd6df;
  font-size: 14px;
  margin-top: 12px;
  line-height: 1.6;
}



/* what we do */
/* WHAT WE DO / BENEFITS */

.benefit-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.18);
}

.benefit-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4af37, #0b1c2d);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #ffffff;
}

.benefit-card h5 {
  font-weight: 700;
  margin-bottom: 12px;
  color: #0b1c2d;
}

.benefit-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}


/* CALL TO ACTION */
/* CALL TO ACTION SECTION */

.cta-section {
  padding: 40px 20px;
  background: linear-gradient(
    135deg,
    #0b1c2d,
    #102a44
  );
  color: #ffffff;
}

.cta-title {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.cta-title span {
  color: #d4af37;
}

.cta-text {
  font-size: 1.0rem;
  max-width: 700px;
  margin: 0 auto 35px;
  color: #e0e0e0;
  line-height: 1.7;
}

/* CTA Button */
.cta-btn {
  display: inline-block;
  padding: 14px 38px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0b1c2d;
  background: linear-gradient(135deg, #f1d27a, #d4af37);
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.7);
  transition: all 0.35s ease;
}

.cta-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 0 45px rgba(212, 175, 55, 1);
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-title {
    font-size: 2rem;
  }
}

/* FOOTER */
/* FOOTER SECTION */

/* Footer */

.site-footer {
  background: linear-gradient(180deg, #05060a 0%, #0b0f19 100%);
  color: #cbd5e1;
  padding: 50px 0 15px !important;
  border-top: 1px solid rgba(255, 215, 0, 0.15);
}

/* Brand */
.footer-brand img {
  max-width: 180px;
}

.footer-text {
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
}

/* Titles */
.footer-title {
  color: gold;
  font-weight: 700;
  margin-bottom: 18px;
  font-size: 1.05rem;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
  position: relative;
}

.footer-title::after {
  content: "";
  width: 45px;
  height: 2px;
  background: gold;
  display: block;
  margin-top: 8px;
  border-radius: 10px;
}

/* Lists */
.footer-nav,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li,
.footer-contact li {
  margin-bottom: 12px;
  font-size: 0.92rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-nav a i {
  color: gold;
  margin-right: 6px;
}

.footer-nav a:hover {
  color: gold;
  padding-left: 8px;
}

/* Contact Icons */
.footer-contact i {
  color: gold;
  margin-right: 10px;
  font-size: 1rem;
}

/* Social Icons */
.footer-social {
  margin-top: 22px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.25);
  color: gold;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: gold;
  color: #000;
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px rgba(255, 215, 0, 0.2);
}

/* Divider */
.footer-divider {
  margin: 35px 0 18px;
  height: 1px;
  background: rgba(255, 215, 0, 0.15);
}

/* Copyright */
.footer-copy {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-copy a {
  color: gold;
  text-decoration: none;
  font-weight: 600;
}

.footer-copy a:hover {
  text-decoration: underline;
}

/* Map Iframe Look */
.site-footer iframe {
  border-radius: 12px;
  /* filter: grayscale(100%) contrast(110%) brightness(90%); */
  transition: 0.3s ease;
}

.site-footer iframe:hover {
  filter: grayscale(0%) contrast(110%) brightness(100%);
}

/* Mobile */
@media (max-width: 768px) {
  .site-footer {
    text-align: left;
    padding: 35px 0 10px !important;
  }

  .footer-social a {
    margin-bottom: 10px;
  }

  .site-footer iframe {
    height: 220px !important;
  }
}


/* why lbn */
/* WHY LBN â€“ MODERN */

.why-lbn-modern {
  padding: 45px 0;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.why-card-modern {
  height: 100%;
  padding: 36px 28px;
  border-radius: 5px;
  background: #ffffff;
  text-align: center;
  position: relative;
  border: 1px solid #e5e7eb;
  cursor: pointer;

  transition: transform 0.35s ease,
              box-shadow 0.35s ease,
              border-color 0.35s ease;
  font-family: 'Poppins', sans-serif;
}

.why-card-modern:hover {
  transform: translateY(-8px);
  border-color: #d4af37;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}


/* Icon */
.why-icon-glow {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff7cc, #f5d76e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
  box-shadow: 0 12px 30px rgba(212,175,55,0.4);
}

/* Text */
.why-card-modern h5 {
  font-weight: 700;
  color: #0a1f44;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

.why-card-modern p {
  font-size: 0.95rem;
  color: #475569;
  margin: 0;
  font-family: Inter, sans-serif;
}

/* Mobile */
@media (max-width: 768px) {
  .why-card-modern {
    padding: 30px 22px;
  }

  .why-icon-glow {
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }
}



/* counter */
.stats-modern {
  padding: 40px 0;
  background: radial-gradient(circle at top, #0a1f44, #050f24);
}

.text-gold {
  color: #d4af37;
}

.stats-modern .section-subtitle {
  max-width: 650px;
  margin: 0 auto;
  opacity: 0.9;
}

.stat-glow {
  height: 220px;
  border-radius: 26px;
  background: rgba(255,255,255,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: all 0.4s ease;
}

/* Glow border */
.stat-glow::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 28px;
  background: linear-gradient(
    120deg,
    transparent,
    #d4af37,
    transparent
  );
  opacity: 0.6;
}

.stat-glow::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 24px;
  background: #081a33;
}

.stat-glow * {
  position: relative;
  z-index: 1;
}

.stat-glow i {
  font-size: 2.6rem;
  color: #ffd700;
  margin-bottom: 12px;
}

.stat-glow h3 {
  font-size: 2.6rem;
  font-weight: 800;
  color: #ffd700;
  margin-bottom: 6px;
}

.stat-glow p {
  font-size: 1rem;
  color: #e5e7eb;
  margin: 0;
}

/* Hover */
.stat-glow:hover {
  transform: translateY(-14px) scale(1.05);
}

.stat-glow:hover::before {
  opacity: 1;
  filter: blur(6px);
}

/* Mobile */
@media (max-width: 768px) {
  .stat-glow {
    height: 190px;
  }
  .stat-glow h3 {
    font-size: 2.2rem;
  }
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #fff;
    content: var(--bs-breadcrumb-divider, "/");
}


/* sectors */
   /* Sectors Slider */
.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: var(--gold);
}

/* ================================
   SECTORS SLIDER
================================ */
.sectors-slider {
    overflow: hidden;
    position: relative;
    padding: 40px 0;
}
.sectors-section {
    padding: 40px 0;
    /* background: radial-gradient(circle at top, #0a1f44, #050f24); */
}
/* Track */
.sectors-track {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: scroll 35s linear infinite;
}

/* Pause animation on hover */
.sectors-slider:hover .sectors-track {
    animation-play-state: paused;
}

/* Infinite animation */
@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Badge */
.sector-badge {
    min-width: 160px;
    height: 160px;
    background: linear-gradient(
        135deg,
        rgba(26, 40, 71, 0.9),
        rgba(10, 22, 40, 0.95)
    );
    border: 2px solid var(--gold);
    border-radius: 18px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;

    text-align: center;
    cursor: pointer;

    transition: 
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.sector-badge:hover {
    transform: translateY(-8px) scale(1.08);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.45);
    background: linear-gradient(
        135deg,
        rgba(212, 175, 55, 0.25),
        rgba(26, 40, 71, 0.9)
    );
}

/* Icon */
.sector-badge .icon {
    font-size: 46px;
    line-height: 1;
}

/* Label */
.sector-badge .label {
    font-size: 14px;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 0.5px;
}

/* ================================
   RESPONSIVE
================================ */

/* Tablet */
@media (max-width: 992px) {
    .sector-badge {
        min-width: 140px;
        height: 140px;
    }
    .sector-badge .icon {
        font-size: 40px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .section-title {
        font-size: 24px;
    }

    .sectors-slider {
        padding: 20px 0;
        overflow-x: auto;
    }

    /* Disable animation on mobile */
    .sectors-track {
        animation: none;
        padding: 0 16px;
    }

    .sector-badge {
        min-width: 120px;
        height: 120px;
        gap: 10px;
    }

    .sector-badge .icon {
        font-size: 32px;
    }

    .sector-badge .label {
        font-size: 12px;
    }
}

/* Faq questions */
 /* FAQ Section */
        .faq-section {
            position: relative;
            z-index: 1;
            padding: 100px 0;
        }

        .accordion {
            max-width: 1000px;
            margin: 0 auto;
        }

        .accordion-item {
            background: linear-gradient(135deg, rgba(26, 40, 71, 0.9) 0%, rgba(10, 22, 40, 0.9) 100%);
            border: 2px solid rgba(212, 175, 55, 0.4);
            border-radius: 20px !important;
            margin-bottom: 25px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .accordion-item:hover {
            border-color: var(--gold);
            box-shadow: 0 10px 35px rgba(212, 175, 55, 0.3);
        }

        .accordion-button {
            background: transparent;
            color: var(--gold);
            font-weight: 600;
            font-size: 19px;
            padding: 25px 35px;
            border: none;
            transition: all 0.3s ease;
        }

        .accordion-button:not(.collapsed) {
            background: rgba(212, 175, 55, 0.15);
            color: var(--gold-light);
            box-shadow: none;
        }

        .accordion-button:hover {
            background: rgba(212, 175, 55, 0.1);
        }

        .accordion-button:focus {
            box-shadow: none;
            border: none;
        }

        .accordion-button::after {
            filter: brightness(0) saturate(100%) invert(77%) sepia(48%) saturate(456%) hue-rotate(8deg) brightness(92%) contrast(88%);
            transition: transform 0.3s ease;
        }

        .accordion-button:not(.collapsed)::after {
            transform: rotate(180deg);
        }

        .accordion-body {
            background: transparent;
            color: rgba(255, 255, 255, 0.95);
            padding: 25px 35px;
            line-height: 1.9;
            font-size: 16px;
        }


/* About us Data */
/* About section data */
/*section {
  overflow: hidden;
  padding: 100px 0px ;
}*/

/* ===============================
   ABOUT HEADER
================================ */
.about-header h1 span,
.text-primary {
  color: #d4af37 !important;
  font-family: 'Poppins', sans-serif;
}
.title-heading h3{
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
}
.title-heading p{
font-family: 'Inter', sans-serif;
}
/* ===============================
   WHO WE ARE
================================ */
img {
  max-width: 100%;
}



/* ===============================
   MISSION VISION VALUES
================================ */
.mv-section {
  background: #f9fbfd;
  padding: 90px 0;
}

.mv-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.mv-subtitle {
  text-align: center;
  color: #5c6f82;
  font-family: 'Inter', sans-serif;
}

.mv-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  border: 1px solid rgba(212, 175, 55, 0.3);
  transition: 0.35s;
}

.mv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}

.mv-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #d4af37, #f5c76a);
  color: #0b1c2d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 auto 18px;
}

/* ===============================
   WHY JOIN US
================================ */
.why-join-v2 {
  background: #ffffff;
  padding: 100px 0;
}

.why-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 30px;
  background: rgba(212,175,55,0.15);
  color: #b8962e;
  font-weight: 600;
  margin-bottom: 16px;
}

.why-heading {
  font-size: 2.6rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.why-heading span {
  color: #d4af37;
}

.why-desc {
  color: #4a5d73;
  line-height: 1.8;
}

.why-list {
  list-style: none;
  padding: 0;
}

.why-list li {
  margin-bottom: 10px;
  font-weight: 500;
  font-family:  Poppins, sans-serif;
}

.why-list i {
  color: #d4af37;
  margin-right: 8px;
}

/* STATS */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.stat-box {
  background: #f9fbfd;
  border-radius: 16px;
  padding: 30px 20px;
  border: 1px solid rgba(212,175,55,0.35);
  transition: 0.3s;
}

.stat-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.stat-box h3 {
  color: #d4af37;
  font-weight: 700;
}

/* ===============================
   COMMUNITY / WHAT WE DO
================================ */
.bg-light {
  background-color: #f9fbfd !important;
}

.border {
  border-color: rgba(212,175,55,0.3) !important;
}

/* ===============================
   FOUNDER SECTION
================================ */
.rounded-circle {
  border: 4px solid rgba(212,175,55,0.4);
}

/* ===============================
   CTA SECTION
================================ */
.bg-primary {
  background: linear-gradient(135deg, #0b1c2d, #102a43) !important;
}

.btn-primary {
  background: linear-gradient(135deg, #d4af37, #f5c76a);
  border: none;
  color: #0b1c2d;
  font-weight: 600;
}

.btn-primary:hover {
  box-shadow: 0 12px 25px rgba(212,175,55,0.45);
}

.btn-light {
  font-weight: 600;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
  .why-heading {
    font-size: 2rem;
  }

  .mv-title {
    font-size: 2rem;
  }
}

.custom-navbar {
  background-color: #2c3e50; /* change background color here */
}





/* About us Breadcrumb */
.breadcrumb-area {
  background: linear-gradient(135deg, #002c51, #002c51);
  padding: 60px 0;
  color: #fff;
 margin-top: 69px;
}

.breadcrumb {
  background: transparent;
}

.breadcrumb-item a {
  color: #e0e0e0;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #f4c913;
  font-weight: 500;
}

.page-title {
  font-size: 36px;
  font-weight: 700;
}
/*contact Section*/



/* Scroll In Top */
#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;

  width: 50px;
  height: 50px;
  border-radius: 50%;

  border: none;
  outline: none;
  cursor: pointer;

  font-size: 20px;
  font-weight: bold;

  background: linear-gradient(135deg, #b99410ff, #0d50d6ff);
  color: white;

  box-shadow: 0 8px 20px rgba(0,0,0,0.25);

  display: none; /* default hide */
  transition: 0.3s ease;
}

#scrollTopBtn:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 24px rgba(0,0,0,0.35);
}



/* Members page code */
.member-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.member-card:hover {
    transform: translateY(-5px);
}

.member-card img {
    height: 180px;
    object-fit: cover;
}

.member-card h5 {
    font-weight: 600;
}


/* Members page code */
       /* =========================
           Premium Events Section
        ========================= */
      /* background nice look kosam optional */

    




        /* =========================
           Overlay Content
        ========================= */
        .premium-overlay {
            position: absolute;
            bottom: 0;
            width: 100%;
            z-index: 2;
            padding: 25px;
            color: #fff;

            display: flex;
            flex-direction: column;
        }

        .premium-overlay h5 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .premium-overlay p {
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 12px;
        }

        .premium-overlay span {
            display: inline-block;
            font-size: 13px;
            background: rgba(255, 255, 255, 0.15);
            padding: 5px 12px;
            border-radius: 20px;
            width: fit-content;
        }

        /* =========================
           Right Aligned Button
        ========================= */
        .premium-overlay a.btn {
            align-self: flex-end;     /* RIGHT SIDE */
            margin-top: 15px;
            padding: 8px 22px;
            border-radius: 25px;
            font-size: 13px;
            font-weight: 600;
            transition: 0.3s ease;
        }

        .premium-overlay a.btn:hover {
            background: #ffc107;
            border-color: #ffc107;
            color: #000;
        }

        /* =========================
           Responsive
        ========================= */
        @media (max-width: 768px) {
            .premium-card {
                height: 300px;
            }
        }


        /* Metting code */
        .event-card img {
    height: 220px;
    object-fit: cover;
}

.event-card {
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.event-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.15);
}

.event-card .btn {
    border-radius: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.event-card .btn:hover {
    transform: translateX(3px);
}


/*Notifications*/


/*Testmonialns*/
