.mobile-navbar-nav .nav-item {
  margin-left: 15px;
  list-style: none;
}

.mobile-navbar-nav .nav-item span {
  font-weight: 600;
  font-size: 24px;
  color: #002750;
}

.mobile-navbar-nav .nav-item a {
  font-weight: 600;
  font-size: 16px;
  color: #002750;
  background-color: #ffd60a;
  padding: 7px 24px;
  border-radius: 6px;
}
/* ---------------- banner */

.nav-item i{
    font-size: 20px;
}
#banner-text {
  width: fit-content;
  padding-bottom: 18px;
}

.banner-title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  background-color: #ffd60a;
  padding: 4px 15px;
  border-radius: 6px;
}

.sub-title {
  color: #fff;
  font-weight: 900;
  font-size: 40px;
}

.banner-points .fa-circle-check {
  color: #ffd60a;
}
.banner-points li {
  font-size: 1.1rem;
  margin-bottom: 12px;
  font-weight: 600;
}

.form-card-outer {
    border-radius: 10px;
  max-width: 380px;
  margin: auto;
}

.form-card-modern {
  background: #ffffff;
  padding: 25px 15px;
border-radius: 10px;
  border: 2px solid #002a68;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.form-header-highlight {
  height: 4px;
  width: 60%;
  background: #002a68;
  margin: 0 auto 6px;
  border-radius: 10px;
}
.skill-form-subtitle {
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  color: #0a1e43;
  opacity: 0.8;
}

.form-title-modern {
  font-size: 20px;
  font-weight: 800;
  color: #002a68;
  margin-bottom: 4px;
  text-align: center;
}

.floating-group {
  position: relative;
  margin-bottom: 18px;
}

.floating-group input {
  width: 100%;
  border: 2px solid #ccd5e0;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  transition: 0.3s ease;
}

.floating-group input:focus {
  border-color: #ff7e00;
  box-shadow: 0 0 0 3px rgba(255, 125, 0, 0.2);
}

.floating-group label {
  position: absolute;
  left: 12px;
  top: 13px;
  color: #888;
  font-size: 13px;
  background: #fff;
  padding: 0 5px;
  transition: 0.25s ease;
  pointer-events: none;
}
.floating-group span {
  color: #ff7e00;
  font-size: 13px;
}

.floating-group input:focus + label,
.floating-group input:not(:placeholder-shown) + label {
  top: -8px;
  font-size: 11px;
  font-weight: 600;
  color: #003a88;
}

.btn-modern {
  background: #ffd60a;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  border: 0;
  border-radius: 4px;
  font-size: 15px;
  transition: 0.25s ease;
}

.btn-modern:hover {
  transform: translateY(-2px);
  background: #002c74ff;
  box-shadow: 0 6px 18px rgba(0, 42, 104, 0.4);
}

.disclaimer-modern {
  font-size: 10px;
  color: #4a4a4a;
  opacity: 0.7;
  text-align: center;
  line-height: 16px;
}

@media (max-width: 576px) {
  .form-card-outer {
    max-width: 100%;
  }
  .form-title-modern {
    font-size: 20px;
  }
}

.footer-logo {
  width: 220px;
  height: 86px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}
.footer-logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.fotr-media {
  position: relative;
  border-bottom: 1px solid #ffffff63;
  width: 100%;
}

/* ---------------- */

.weip-section {
  background: #f9f9f9;
}

.weip-text {
  font-size: 15px;
  line-height: 1.7;
  color: #2c2c2c;
  margin-bottom: 18px;
}

.weip-text strong {
  color: #012040;
}

.highlight-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: white;
}

.highlight-title span {
  color: #ffcc00;
}

.highlight-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.highlight-number {
  font-size: 32px;
  font-weight: 800;
  color: #ffcc00;
  margin-right: 15px;
  line-height: 1;
}

.highlight-text {
  font-size: 15px;
  color: #e1e1e1;
}

section.feature-section {
  padding: 60px 0;
  background: #ffffff;
}

.feature-title {
  font-size: 28px;
  font-weight: 700;
  color: #0d2b50;
  margin-bottom: 25px;
}

.feature-title span {
  color: #f9b700;
}

/* Bullet Icon */
.feature-list li {
  list-style: none;
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #333;
}

.feature-list li strong {
  color: #012040;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid #f9b700;
}

.feature-img-container {
  padding: 2px;
  display: inline-block;
}

.feature-img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.benefit-heading {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

.benefit-box {
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.benefit-col-title {
  background: #f7c800;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 9px 0;
  font-size: 21px;
  border-bottom: 1px solid #ddd;
}

.benefit-list {
  list-style: none;
  padding: 20px 30px;
  margin: 0;
}

.benefit-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #202020;
  font-size: 15px;
}

.benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #f7c800;
  /* yellow bullet */
}

.skill-program-section {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  padding-bottom: 40px;
}

.skill-program-section h2 span {
  color: #f7c800;
}

.skill-program-section p {
  color: white;
}

.skill-durationn {
  color: #f7c800;
  font-size: 16px;
  font-weight: 600;
}

.skill-sidebar {
  display: flex;
  flex-direction: column;
}

.skill-btn {
  background: #ebebebff;
  border: none;
  padding: 12px 18px;
  text-align: left;
  margin-bottom: 10px;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
}

.skill-btn:hover,
.skill-btn.active {
  background-color: #f7c800;
  color: #fff;
}

.skill-content-box {
  background-color: #0b2c6a;
  color: #fff;
  min-height: 512px;
  width: 100%;
  max-width: 900px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
}

.skill-content-box h5 {
  font-size: 16px;
  margin-bottom: 18px;
  font-weight: 500;
  color: white;
}

.benefit-box {
  border: 2px solid #003366;
  border-radius: 10px;
  overflow: hidden;
  background: #f8fbff;
}

.industry-collaboration {
  background-color: #eeeeeeff;
  padding: 10px 15px;
}

.industry-title {
  font-weight: 800;
  color: #003366;
  letter-spacing: 1px;
}

.industry-title span {
  color: #f7c800;
}

.brand-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.brand-box img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(30%);
  transition: 0.3s ease;
}

.brand-box:hover {
  border-color: #f7c800;
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.brand-box:hover img {
  filter: none;
}

.partner-btn {
  background-color: #f7c800;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 25px;
  text-decoration: none;
  transition: 0.3s ease;
}

.partner-btn i {
  margin-left: 6px;
}

.partner-btn:hover {
  background-color: #003366;
  color: #fff;
}

@media (max-width: 575px) {
  .brand-box {
    height: 80px;
  }

  .brand-box img {
    max-height: 50px;
  }
}

.who-join-section {
  background: #0b2e52;
  padding: 20px 0;
}

.who-title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.who-title span {
  color: #f7b500;
  font-weight: 700;
}

.who-list {
  list-style: none;
  /* max-width: 900px; */
  margin: 0 auto;
  padding: 0;
}

.who-list li {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 16px;
  padding-left: 22px;
}

.who-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  line-height: 15px;
  color: #ffffff;
}

.partner-section {
  background: #ffffff;
  padding: 60px 0;
}

.partner-title {
  font-size: 28px;
  font-weight: 700;
  color: #0b1c2d;
  margin-bottom: 25px;
}

.partner-title span {
  color: #f7b500;
  font-weight: 700;
}

.partner-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.partner-list li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  margin-bottom: 12px;
  color: #2c2c2c;
}

.partner-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  line-height: 14px;
  color: #0d2b50;
}

/* Image Box */
.partner-img-box {
  /* border: 5px solid #f7b500; */
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
}

.partner-img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.partner-btn-1 {
  text-align: center;
  padding-top: 20px;
}

.partner-btn {
  background: #0d2b50;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  text-align: center;
  align-items: center;
}

.partner-btn:hover {
  background: #091d34;
}
