/* Navbar Styling */
.navbar {
  background-color: rgba(119, 119, 119, 0.4);
  padding: 16px 0;
}
.navbar a {
  color: #fff !important;
  /* text-transform: uppercase; */
  font-weight: 400 !important;
  font-size: 18px;
}
.navbar a.active {
  border-bottom: 2px solid #fff;
}
body {
  font-family: poppins, sans-serif;
}

/* Hero Section */
.hero {
  background: url("img/background.png") center/cover no-repeat;
  color: white;
  text-align: center;

  /* ✅ Full-screen height */
  min-height: 100vh;

  /* ✅ Center content vertically */
  display: flex;
  justify-content: center;
  align-items: center;

  /* ✅ Padding for spacing on smaller screens */
  padding: 0 15px;

  /* Optional: overlay for better text contrast */
  position: relative;
}

.hero1 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("img/bg.jpg") center/cover no-repeat fixed;
  color: #fff;
}
.hero h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.hero1 h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.hero p {
  font-size: 1.5rem;
  margin-top: 10px;
  color: #ddd;
  font-weight: 100;
}
.hero1 p {
  font-size: 1.5rem;
  margin-top: 10px;
  color: #ddd;
  font-weight: 100;
}

/* About Section */
.about-section {
  background: #fff;
  padding: 80px 15px;
  color: #222;
}
.about-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.about-section p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}
.main {
  font-family: "Poppins", sans-serif;
  background-color: #0a0a0a;
  color: #fff;
}

h2 {
  letter-spacing: 1px;
  /* margin: 64px 0 !important; */
}

.leader-img {
  width: 420px;
  height: 480px;
  object-fit: cover;
  border-radius: 4px;
  filter: grayscale(100%);
}
.img-box > p {
  text-align: center;
}
.main > p {
  color: #ffffffb3; /* ~70% opacity white */
}

.btn-outline-light {
  border-color: #77777766; /* 40% opacity gray */
  color: #fff;
  transition: 0.3s;
}

.btn-outline-light:hover {
  background-color: #ffffff22;
  border-color: #fff;
}

.text-muted {
  color: #cccccc99 !important; /* soft gray */
}

.ladershipe > .container > .col-md-6.d-flex {
  gap: 120px;
  justify-content: space-between;
  max-width: 1300px !important;
  width: 100% !important;
  align-items: center;
}

.dark-p {
  color: #b9b9b9 !important;
  margin-top: 10px;
}
p.dark-p {
  font-size: 18px;
}
.btn-outline-light {
  background-color: #fff; /* Solid black background */
  border: 1px solid #77777766; /* Subtle gray border with 40% opacity */
  color: #000; /* White text */
  font-weight: 300; /* Bold text */
  transition: 0.3s;
  padding: 6px 16px;
  margin-top: 12px;
  font-size: 18px;
}

.btn-outline-light:hover {
  background-color: #000000; /* White background on hover */
  color: #f1eeee; /* Black text on hover */
  border-color: #fff;
}
.footer > p {
  text-align: center;
}
.sub-hero {
  max-height: 900px;
  height: 100%;
}
.hero1 {
  padding: 20px;
  z-index: 2;
}
.leader-details1 {
  z-index: 1;
  margin-top: 120px;
}
.img-box2 {
  margin-bottom: -100px;
  margin-top: 100px;
}
.discription > p {
  font-size: 18px;
  line-height: 36px;
}
.custom-footer {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("img/bg.jpg") center/cover no-repeat fixed;
  color: white;
  text-align: center;
  padding: 20px 15px;
}
.discription > ul {
  padding-left: 36px;
  margin-top: 24px;
}
.discription > ul > li {
  margin-left: 18px;
  margin-top: 14px;
}
.discription > ul > span {
  font-size: 18px;
  margin-top: 12px;
  margin-left: -10px;
}
.gap-c {
  gap: 40px !important;
}

.img-1 {
  border-radius: 20px !important;
}

/* Mobile Devices */
@media (max-width: 767px) {
  .hero {
    padding: 100px 15px;
  }

  .about-section {
    padding: 40px 15px;
  }

  .ladershipe .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer p {
    font-size: 14px;
  }

  .img-box p {
    font-size: 14px;
  }
  .col-md-6.g4.d-flex.flex-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .btn {
    margin: 12px auto;
  }
  .col-md-6.mt-5.revers.g4.d-flex.flex-box {
    flex-direction: column-reverse;
  }
  .leader-img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 4px;
    filter: grayscale(100%);
  }
  .hero h1 {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .hero p {
    font-size: 0.8rem;
    margin-top: 10px;
    color: #ddd;
  }
  .about-section p {
    font-size: 10px;
    line-height: 1.2;
  }
  p.dark-p {
    font-size: 12px;
  }
  ul.dark-p {
    font-size: 12px;
  }
  .container.sub-hero.d-flex.justify-content-between.align-items-center {
    flex-direction: column;
    margin-top: 94px;
  }
  .img-box2 {
    margin-bottom: -100px;
    margin-top: 10px;
  }
  .leader-details1 {
    z-index: 1;
    margin-top: 70px;
  }
  .hero1 h1 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .hero1 p {
    font-size: 1.2rem;
    margin-top: 10px;
    color: #ddd;
  }
  .discription > p {
    font-size: 14px;
    line-height: 22px;
  }
  .row.align-items-center.discription.g-5 {
    width: 100%;
  }
  .order1 {
    order: 2 !important;
  }
  .gap-c {
    gap: 16px !important;
  }
}

/* Tablet Devices */
@media (min-width: 768px) and (max-width: 991px) {
  .container.sub-hero.d-flex.justify-content-between.align-items-center {
    flex-direction: column;
    margin-top: 94px;
  }
  .discription > p {
    font-size: 16px;
    line-height: 28px;
  }
  .img-box2 {
    margin-bottom: -100px;
    margin-top: 10px;
  }
  .leader-details1 {
    z-index: 1;
    margin-top: 70px;
  }
  .hero {
    padding: 150px 15px;
  }
  .hero h1 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .hero p {
    font-size: 1.2rem;
    margin-top: 10px;
    color: #ddd;
  }
  .hero1 h1 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .hero1 p {
    font-size: 1.2rem;
    margin-top: 10px;
    color: #ddd;
  }
  .about-section p {
    font-size: 15px;
    line-height: 1.4;
  }
  p.dark-p {
    font-size: 15px;
  }
  ul.dark-p {
    font-size: 15px;
  }
  .ladershipe .container {
    gap: 40px;
  }

  .footer p {
    font-size: 16px;
  }

  .img-box p {
    font-size: 16px;
  }
  .col-md-6.g4.d-flex.flex-box {
    display: flex;
    flex-direction: column;
  }
  .col-md-6.mt-5.revers.g4.d-flex.flex-box {
    flex-direction: column-reverse;
  }
  .leader-img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 4px;
    filter: grayscale(100%);
  }
}
