* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', sans-serif;
}

.top-bar {
  background-color: #011c53;
  color: white;
  padding: 8px 0;
  font-size: 14px;
}

.top-bar .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar i {
  margin-right: 6px;
}

.navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    font-weight: 500;
  }
  .navbar-nav .dropdown-menu {
    background-color: #fff;
  }

  .navbar-brand img{
     height: 120px;
  }

.btn-primary{
  background-color: #574A9F !important;
  color: white !important;
  border: 2px solid #574A9F !important;
  padding: 12px 25px !important;
  border-radius: 25px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  letter-spacing: 0.2px !important;
  cursor: pointer;
}
.btn-primary:hover{
  color: #574A9F !important;
  background-color: #fff !important;
  border: 2px solid #574A9F !important;
}
.navbar-expand-lg .navbar-nav .nav-link{
    color: #00194c !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.navbar-expand-lg .navbar-nav .nav-link:active{
  color: #574a9f !important;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
  color: #574a9f !important;
}
.dropdown-item{
  color: #00194c !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 8px 25px !important;
}
.banner {
  background-color: #f6f6f6;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.banner img {
  width: 100%;
  height: auto;
  display: block;
}


/* Footer */
.footer {
  background-color: #0a1435;
  color: #ffffff;
  padding: 100px 20px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-container p{
  color: #96a1b8;
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
}
.footer-col {
  flex: 1 1 220px;
  min-width: 200px;
}

.footer-logo {
  max-width: 140px;
  margin-bottom: 15px;
}

.footer-col h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 15px;
  position: relative;
}

.footer-col h4::after {
  content: '';
  width: 35px;
  height: 4px;
  background: #574A9F;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 2px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin: 10px 0;
}

.footer-col ul li a {
  color: #687799;
  text-decoration: none;
  transition: color 0.3s;
  line-height: 27px;
  font-size: 16px;
  font-weight: 600;
}

.footer-col ul li a:hover {
  color: #05f;
}

/* Social Icons */
.social-icons {
  margin-top: 20px;
}

.social-icons a {
  display: inline-block;
  background: #1f2b4a;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
  transition: background 0.3s;
}

.social-icons a:hover {
  background: #7c4dff;
}

/* Contact Info */
.contact-info li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
  color: #dcdcdc;
  color: #687799;
  line-height: 27px;
  font-size: 16px;
  font-weight: 600;
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
  color: #687799;
  font-weight: 600;
}


.jobs-section {
  max-width: 900px;
  margin: 100px auto;
  padding: 0 20px;
}

.jobs-header .subtitle-line {
  width: 30px;
  height: 3px;
  background-color: #5e3dc6;
  border-radius: 2px;
  margin-bottom: 5px;
}

.jobs-header .subtitle {
  font-size: 15px;
  font-weight: 500;
  color: #c1480c;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.jobs-header .main-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
  font-color:#00194c !important;
}

.bg-darkblue {
  background-color: #002060 !important;
}

.accordion-button {
  background-color: #11429c;
  color: white;
  font-size: 20px !important;
  font-weight: 600;
  padding: 1rem;
  border-radius: 0;
}

.accordion-button::after {
  filter: brightness(0) invert(1); /* white arrow */
}

.accordion-button:not(.collapsed)::after {
      transform: rotate(180deg);
    }

.accordion-button:focus {
      box-shadow: none !important;
    }

  .accordion-body {
      background-color: #5744a0;
      color: #fff;
      padding: 2rem;
    }

    .accordion-body p {
      margin-bottom: 0.8rem;
      font-size: 17px;
    }

    .accordion-body strong {
      font-weight: 600;
    }

  .job-form {
      margin-top: 2rem;
      background-color: transparent;
      padding: 1rem;
    }

    .job-form input,
    .job-form textarea,
    .job-form select {
      border-radius: 4px;
      padding: 10px;
    }

    .job-form label {
      color: #ddd;
    }

    .job-form .btn-success {
      background-color: #42d57a;
      border: none;
      font-weight: 600;
      padding: 10px 30px;
      border-radius: 6px;
      margin-top: 10px;
    }

    .job-form .form-control::placeholder {
      color: #999;
    }


/* Mobile View Dropdown Handling */
@media screen and (max-width: 768px) {
  .dropdown-content {
    position: static;
    box-shadow: none;
    border: none;
    padding-left: 15px;
  }

  .dropdown:hover .dropdown-content {
    display: none; /* Disable hover on mobile */
  }

  .dropdown .dropdown-toggle {
    cursor: pointer;
  }

  .dropdown.active .dropdown-content {
    display: flex;
  }
}