/* ======= Current Openings Section ======= */
.current-openings {
  background: #c4c5c5d2;
  padding: 50px 0px;
}

.section-title h2 {
  font-weight: 700;
  color: rgb(11, 35, 90);
  font-size: 46px;
  line-height: 54px;
  margin-bottom: 15px;
}

.section-title p {
  font-size: 22px;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 850px;
}

.current-openings .job-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  margin: 50px 0px;
}

.current-openings .job-card:hover {
  transform: translateY(-8px);
  border-color: rgb(11, 35, 90);
  box-shadow: 0 8px 25px rgba(21, 101, 192, 0.15);
}

.current-openings .job-card h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 34px;
  color: #333;
}

.current-openings .job-info li {
  margin-bottom: 8px;
  font-size: 20px;
  color: #555;
  line-height: 28px;
  margin-bottom: 15px;
}

.current-openings .apply-btn {
  display: inline-block;
  background: rgb(11, 35, 90);
  color: #fff;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  transition: 0.3s ease;
  margin: 15px 0px 0px;
}

.current-openings .apply-btn:hover {
  background: #0d47a1;
}

/* ======= Why Join Us Section ======= */
.why-join-us {
  background: #0e0d0d;
  padding: 50px 0px;
}

.why-join-us .section-title h2 {
  color: #f5f7fa;
}

.why-join-us .section-title {
  color: white;
  padding-bottom: 40px;
}

.why-join-us .perk-card {
  background: #f9fafc;
  border-radius: 16px;
  padding: 35px 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  height: 100%;
  border: 2px solid transparent;
}

.why-join-us .perk-card:hover {
  transform: translateY(-10px);
  border-color: rgb(11, 35, 90);
  box-shadow: 0 10px 25px rgba(21, 101, 192, 0.15);
  background: #fff;
}

.why-join-us .perk-card i {
  font-size: 55px;
  color: rgb(11, 35, 90);
  margin-bottom: 25px;
  transition: 0.3s;
}

.why-join-us .perk-card:hover i {
  transform: scale(1.2);
  color: #0d47a1;
}

.why-join-us .perk-card h5 {
  font-size: 26px;
  font-weight: 600;
  color: #333;
  line-height: 34px;
  margin-bottom: 10px;
}

.why-join-us .perk-card p {
  font-size: 20px;
  color: #666;
  line-height: 28px;
}

/* ======= Internship Section ======= */
.internship-section {
  background: #ebedf1;
  padding: 50px 0px;
}

.internship-section .intern-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 35px;
  text-align: left;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  margin: 50px 0px;
  height: 220px;
}

.internship-section .intern-card:hover {
  transform: translateY(-8px);
  border-color: rgb(11, 35, 90);
  box-shadow: 0 10px 25px rgba(21, 101, 192, 0.15);
}

.internship-section .intern-card h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 36px;
  color: #333;
}

.internship-section .intern-info li {
  font-size: 20px;
  color: #555;
  margin-bottom: 10px;
  line-height: 28px;
}

.internship-section .apply-btn {
  display: inline-block;
  background: rgb(11, 35, 90);
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s ease;
  line-height: 30px;
  margin-top: 20px;
}

.apply-btn:hover {
  background: #0d47a1;
}

/* ======= Application Form Section ======= */
.application-form-section {
  background: #0a0a0a;
  padding: 50px 0px;
}

.application-form-section .section-title {
  color: white;
  margin-bottom: 50px;
}

.application-form-section .section-title h2 {
  color: #f5f7f8;
}

.application-form {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
  transition: 0.3s;
  padding: 50px;
}

.application-form:hover {
  border-color: rgb(11, 35, 90);
  box-shadow: 0 6px 25px rgba(21, 101, 192, 0.1);
}

.application-form .form-label {
  font-weight: 500;
  color: #070707;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
}

.application-form .form-control,
.application-form .form-select {
  border-radius: 8px;
  padding: 10px 12px;
  border: 2px solid rgb(11, 35, 90);
  font-size: 20px;
  transition: 0.3s;
}

.application-form .form-control:focus,
.application-form .form-select:focus {
  border-color: #080808;
  box-shadow: 0 0 0 0.2rem rgba(21, 101, 192, 0.15);
  font-size: 20px;
  color: #0d47a1;
}

.submit-btn {
  background: rgb(11, 35, 90);
  color: #fff;
  border: none;
  padding: 12px 40px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s ease;
  margin-top: 15px;
  line-height: 28px;
}

.submit-btn:hover {
  background: #0d47a1;
}

.success-message {
  background: #e3f2fd;
  border-left: 4px solid rgb(11, 35, 90);
  padding: 25px 30px;
  border-radius: 10px;
  color: #0d47a1;
  font-size: 20px;
  font-weight: 500;
}

/* ======= FAQ Section ======= */
.faq-section {
  background: #ffffff;
  padding: 50px 0px;
}

.faq-section .accordion-item {

  margin-bottom: 35px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.faq-section .accordion-button {
  font-weight: 600;
  color: #333;
  background-color: #f9fafc;
  transition: 0.3s;
  padding: 18px 22px;
  font-size: 20px;
  line-height: 30px;
}

.accordion-button:not(.collapsed) {
  background-color: #111111;
  color: #fff;
  box-shadow: none;
}

.accordion-button::after {
  filter: invert(40%) sepia(90%) saturate(400%) hue-rotate(190deg);
}

.faq-section .accordion-body {
  background: #fff;
  color: #555;
  font-size: 18px;
  padding: 20px 25px;
  line-height: 32px;
}

.accordion-button i {
  font-size: 20px;
  margin-right: 10px;
}


/* Owl Carousel Styling */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: rgb(11, 35, 90) !important;
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  transition: 0.3s;
}

.owl-carousel .owl-nav button:hover {
  background: #0d47a1 !important;
}

@media screen and (max-width: 1399px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 12px;
  }

  .section-title p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .current-openings .job-card h4 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px;
  }

  .current-openings .job-info li {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }

  .current-openings .apply-btn {
    padding: 7px 24px;
    font-size: 18px;
    line-height: 26px;
    margin: 12px 0px 0px;
  }

  .why-join-us .perk-card {
    border-radius: 16px;
    padding: 22px 15px;
  }

  .why-join-us .perk-card i {
    font-size: 50px;
    margin-bottom: 18px;
  }

  .why-join-us .perk-card h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
  }

  .why-join-us .perk-card p {
    font-size: 18px;
    line-height: 26px;
  }

  .internship-section .intern-card {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 25px 28px;
    margin: 42px 0px;
    height: 275px;
  }

  .internship-section .intern-card h4 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 34px;
  }

  .internship-section .intern-info li {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 26px;
  }

  .internship-section .apply-btn {
    padding: 8px 18px;
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .section-title h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
  }

  .section-title p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .current-openings .job-card {
    margin: 40px 0px;
    padding: 30px 14px
  }

  .current-openings .job-card h4 {
    font-size: 20px;
    margin-bottom: 13px;
    line-height: 28px;
  }

  .current-openings .job-card h4 {
    font-size: 20px;
    margin-bottom: 13px;
    line-height: 28px;
  }

  .current-openings .apply-btn {
    padding: 6px 20px;
    font-size: 16px;
    line-height: 24px;
    margin: 9px 0px 0px;
  }

  .why-join-us .perk-card i {
    font-size: 45px;
    margin-bottom: 15px;
  }

  .why-join-us .perk-card h5 {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 6px;
  }

  .why-join-us .perk-card p {
    font-size: 16px;
    line-height: 24px;
  }

  .internship-section .intern-card h4 {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 30px;
  }

  .internship-section .intern-info li {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 24px;
  }

  .internship-section .apply-btn {
    padding: 6px 15px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 11px;
  }

  .internship-section .intern-card {
    padding: 25px 28px;
    margin: 42px 0px 10px;
    height: 230px;
  }

  .application-form .form-label {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 8px;
  }

  .application-form .form-control,
  .application-form .form-select {
    padding: 6px 10px;
    font-size: 17px;
  }

  .submit-btn {
    padding: 10px 33px;
    font-size: 18px;
    line-height: 24px;
  }

  .accordion-button {
    padding: 16px 22px;
    font-size: 19px;
    line-height: 26px;
  }

  .accordion-body {
    font-size: 18px;
    padding: 14px 25px;
    line-height: 28px;
  }
}

@media screen and (max-width: 991px) {
  .accordion-button {
    font-size: 17px;
    line-height: 24px;
  }

  .accordion-body {
    font-size: 16px;
    padding: 12px 25px;
    line-height: 26px;
  }

  .accordion-item {
    margin-bottom: 20px;
  }

  .section-title h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 8px;
  }

  .application-form .form-label {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 6px;
  }

  .application-form .form-control,
  .application-form .form-select {
    padding: 5px 10px;
    font-size: 14px;
  }

  .submit-btn {
    padding: 10px 25px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .current-openings {
    background: #c4c5c5d2;
    padding: 22px 0px;
  }

  .section-title h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 5px;
  }

  .section-title p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 3px;
  }

  .current-openings .job-card {
    margin: 21px 15px;
    padding: 21px 45px;
  }

  .current-openings .job-card {
    margin: 21px 15px;
    padding: 21px 45px;
  }

  .current-openings .job-info li {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 22px;
  }

  .current-openings .apply-btn {
    padding: 4px 18px;
    font-size: 14px;
    line-height: 24px;
    margin: 9px 0px 0px;
  }

  .why-join-us {
    background: #0e0d0d;
    padding: 28px 0px;
  }

  .accordion-button {
    font-size: 15px;
    line-height: 21px;
  }

  .accordion-body {
    font-size: 14px;
    padding: 12px 25px;
    line-height: 23px;
  }

  .internship-section {
    background: #ebedf1;
    padding: 38px 0px;
  }

  .application-form-section {
    background: #0a0a0a;
    padding: 28px 0px;
  }
}

@media screen and (max-width: 565px) {
  .banner-section-bg {
    height: 127px;
  }

  .section-title h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .current-openings .job-card h4 {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 24px;
  }

  .current-openings .job-card {
    margin: 21px 15px;
    padding: 21px 22px;
  }

  .current-openings .job-info li {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 19px;
  }

  .why-join-us .perk-card {
    border-radius: 16px;
    padding: 16px 15px;
  }

  .why-join-us .perk-card i {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .why-join-us .perk-card h5 {
    font-size: 17px;
    line-height: 24px;
  }

  .why-join-us .perk-card p {
    font-size: 14px;
    line-height: 22px;
  }

  .internship-section .intern-card {
    padding: 25px 28px;
    margin: 21px 0px 10px;
    height: 225px;
  }

  .accordion-button {
    font-size: 14px;
    line-height: 20px;
  }

  .accordion-body {
    font-size: 12px;
    padding: 12px 25px;
    line-height: 20px;
  }
}