/* @import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

/* Global Class */
.text-green {
  color: #3bce5b !important; /* Green highlight */
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

section {
  padding: 80px 0;
}

.font-bricolage {
  font-family: "Bricolage Grotesque";
}

.font-figtree {
  font-family: "Figtree", sans-serif;
}

h2 {
  font-size: 48px;
  font-weight: 600;
}

.text-content p {
  font-size: 20px;
  color: #03140f99;
  font-weight: 400;
  margin: 20px 0 0;
}
/* Global Class */

/*breadcrumb css starts here*/
.breadcrumb-item {
  color: #03140f99;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.breadcrumb-item a {
  color: #efa145;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
/*breadcrumb css ends here ENDS----------------*/

/* Join team section */

.join-btn {
  margin-top: 60px;
  font-size: 18px;
}

/* Join team section ENDS HERE*/

/* Empower career section */
.empower-career-section {
  background-color: #ddffe6;
  margin-top: 160px;
}
.feature-card-wrapper {
  margin-top: 40px;
}

.feature-card {
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  height: 204px;
}
.feature-card h4 {
  font-weight: bold;
  font-family: "Bricolage Grotesque";
  font-size: 28px;
}
.feature-card p {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  color: #03140f99;
  font-weight: 400;
  margin-top: 8px;
}
.feature-dark {
  background-color: #003d1a;
  color: #3bce5b;

  p {
    color: #bbbbbb;
  }
}
.feature-light {
  background-color: white;
  color: black;
}

/* Empower career section ENDS HERE*/

/* Job Openings Start Here */

.location-ropdown-toggle-custom {
  background: #ffffff;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  border-radius: 12px;
  border: none;
  font-weight: 500;
  padding: 16px;
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  color: #082f25;

  span {
    img {
      margin-right: 12px;
    }
  }
}

.location-ropdown-toggle-custom .dropdown-arrow {
  width: 16px;
  transition: transform 0.3s ease;
}

/* Rotate the arrow when aria-expanded="true" */
.location-ropdown-toggle-custom[aria-expanded="true"] .dropdown-arrow {
  transform: rotate(180deg);
}

.location-dropdown-menu {
  display: none;
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  z-index: 20;
  position: relative;
  padding: 16px;
  border-radius: 12px;
  margin-top: 4px;
}

.search-wrapper {
  position: relative;
  padding: 12px;

  input {
    height: 52px;
    border-radius: 12px;
    padding-top: 12px;
    padding-right: 40px;
    padding-bottom: 12px;
    padding-left: 16px;
    border: 1px solid #d8efde;
    position: relative;

    background-image: url("../images/duotonesearch.svg");
    background-repeat: no-repeat;
    background-position: right 10px center; /* adjust as needed */
    padding-right: 30px; /* ensure text doesn't overlap the icon */
  }

  input:focus {
    border: 1px solid #d8efde;
    outline: 0;
    box-shadow: unset;
  }

  /*   img {
    position: absolute;
  } */
}

.search-wrapper .bi-search {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: orange;
}

.form-check-input:checked {
  background-color: orange;
  border-color: orange;
}

.form-check-label {
  position: relative;
  width: 100%;
  height: 51px;
  font-family: "Figtree", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #03140f99;
  font-size: 16px;
  font-weight: 500;

  span {
    float: right;
  }
}

.form-check {
  display: flex;
  align-items: center;
  padding: 0 16px;
}

/* .form-check.select-all {
  color: #03140F99;
} */

.job-card {
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 1.5rem;
  height: 220px;
  border-bottom: 1px solid #d7f0e0;
}

.job-card:hover {
  background-color: #03321f;
  color: #fff;

  .job-meta {
    color: #c2cdc4;
  }

  .apply-btn {
    background-color: #efa145;
    color: #ffffff;
  }
}

.job-title {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 28px;
}

.job-meta {
  font-family: "Figtree", sans-serif;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #424242;

  img {
    margin-right: 8px;
  }

  span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.job-desc {
  font-size: 20px;
  font-family: "Figtree", sans-serif;
  color: #888888;
  font-weight: 400;
  margin-top: 32px;

  a {
    color: #efa145;
    text-decoration: underline;
  }
}

.apply-btn {
  border: 2px solid #efa145;
  background-color: transparent;
  font-weight: 700;
  border-radius: 12px;
  font-size: 18px;
  float: right;
  color: #efa145;
  height: 56px;
  width: 167px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.search-box {
  position: relative;

  input {
    border-radius: 10px;
    padding: 0.6rem 1rem;
    border: 1px solid #ddd;
    height: 56px;
  }

  button {
    background-color: transparent !important;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    border: none;
  }
}

.search-box input:focus {
  box-shadow: none;
  border-color: #ffa646;
}

.filter-dropdown {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-top: 8px;
}

/* Job Openings Ends Here */

/* Popular Blog Section */
.popular-blog-section {
  background-image: url("../images/Union.png");
  background-repeat: no-repeat;
  background-position: top -65% center;
  background-size: 100% auto;
  background-color: rgb(238, 255, 242);
  padding: 200px 0;
}

#news-slider {
  /* max-width: 1200px; */
  margin: 0 auto;
  /* height: 500px; */
  overflow: hidden;
  padding-left: 0;
  /* Hide left side padding */
}

.owl-stage {
  margin-left: 0 !important;
  /* Remove default left margin */
}

.slide-content {
  margin-bottom: 14px;
  position: relative;
}

.post-img.double .slide-content {
  height: 248px;
}

.post-img.single .slide-content {
  height: 510px;
}

.slide-content {
  overflow: hidden;
  border-radius: 12px;
}

.slide-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px; /* Adjust to your image height */
  background-image: url("../images/Rectangle34624966.png");
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 10;
}

.slide-content h3 {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #ffffff;
  z-index: 11;
  font-size: 24px;
  font-weight: 600;
}

.post-slide {
  overflow: hidden;
  height: 510px;
  width: 387px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
/* Popular Blog Section Ends Here */

/* Offerings Section */
.offerings-section {
  margin-bottom: -81px;
  display: flex;
}

.offerings-section .right {
  display: flex;

  img {
    margin: auto;
  }
}

.main-div3 {
  display: flex;
  /* background-color: #082F25; */
  background-image: url("../images/merge-bg.png");
  border-radius: 10px;
  padding: 50px;
  background-size: cover;
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents tiling */
}

.left h2 {
  text-align: left;
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}

.left p {
  text-align: left;
  font-size: 20px;
  color: #bbbbbb;
  font-weight: 400;
  padding-right: 62px;
}

.view-box-wrapper {
  height: 155px;
  margin-top: 50px;
}

.view-box {
  background-color: #1a6b56;
  height: 105px;
  padding: 10px 20px;
  border-radius: 12px;

  .title {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
  }

  .openings {
    font-weight: 500;
    font-size: 16px;
    color: #eefff2;
    margin-top: 10px;
  }

  a {
    display: none;
    float: right;
    margin-top: -12px;
  }
}

.view-box:hover {
  background-color: #ffffff;
  height: 147px;

  .title {
    color: #03140f;
  }

  .openings {
    color: #03140f99;
  }

  a {
    display: block;
    float: right;
  }
}

/* Offerings Section Ends here */


article header.entry-header {
  background-image: url('../images/BannerCard.png');
  width: 100%;
  height: 226px; /* Adjust to your image height */
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;

  h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
  }

  .banner-content {
    padding: 60px;

    .job-meta {
      color: #BBBBBB;

      span {
        margin-right: 16px;
      }
    }
  }

  .banner-button {
    display: flex;
    justify-content: center;
    align-items: center;

    .apply-btn {
      border: 2px solid #efa145;
      background-color: #EFA145;
      font-weight: 700;
      border-radius: 12px;
      font-size: 18px;
      float: right;
      color: #FCFCFE;
      height: 56px;
      width: 167px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
    }
  }
}

.entry-content {
  width: 996px;
  margin: 20px auto 142px;

  h1, h2, h3, h4, h5, h6 {
    font-family: "Bricolage Grotesque";
    color: #03140F;
    margin-top: 60px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  h3 {
    font-size: 32px;
  }

  p {
    font-family: "Figtree", sans-serif;
    color: #03140F99;
    font-size: 18px;
    font-weight: 400;
  }
}

.modal-content {
    padding: 30px;
}

.green-back {
    background-color: #77FD95;
    border-radius: 24px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;

    img {
      width: 100%;
    }
}

.apply-form {
  hr {
     border: none;
    height: 1px;
    background-color: #EBEBEB; /* Red line */
  }


  label {
    color: #03140F99;
    font-size: 14px;
    font-weight: 400;
    font-family: "Figtree", sans-serif;
  }

  small {
    color: #03140F99;
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  span.select-file {
    width: 100%;
    height: 52px;
    border: 1px solid #D8EFDE;
    display: flex;
    align-items: center;
    padding: 16px;
    border-radius: 12px;
    background-image: url('../images/document-download.svg');
    background-repeat: no-repeat;
    background-position: right 10px center; /* adjust as needed */
    color: #BBBBBB;
  }

  br {
    display: none;
  }

  input {
    height: 52px;
    border: 1px solid #D8EFDE;
    padding: 16px;
  }

  input::placeholder {
    color: #BBBBBB;
    font-size: 16px;
    font-weight: 500;
    font-family: "Figtree", sans-serif;
  }

  .submit-btn {
    font-family: "Figtree", sans-serif;
    background-color: #EFA145;
    font-weight: 700;
    border-radius: 12px;
    font-size: 18px;
    color: #FCFCFE;
    padding: 0;
    width: 167px;
    height: 56px;
    margin-top: 34px;
  }
}

.modal-header {
    border: none;
}


@media (min-width: 576px) {
  .modal-container-width {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .modal-container-width {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .modal-container-width {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .modal-container-width {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .modal-container-width {
    max-width: 1320px;
  }
}
