.slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}

.slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}


.card {
  border-radius: 25px;
  background-color: #FFF;
}

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}

.image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}

.overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}

.card-image {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}

.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #4070F4;
}

.name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.description {
  font-size: 14px;
  color: #707070;
  text-align: center;
  min-height: 145px;
}

.button {
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button:hover {
  background: #265DF2;
}

.swiper-navBtn {
  color: #6E93f7;
  transition: color 0.3s ease;
}

.swiper-navBtn:hover {
  color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination-bullet {
  background-color: #6E93f7;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #4070F4;
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }

  .swiper-navBtn {
    display: none;
  }
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.container-box-one {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 10px;
}

.box {
  flex: 0 1 calc(20% - 20px);
  /* 20% width with a 20px margin between cards */
  margin: 10px;
  /* background-color:#ffeb3ba8; */
  background-color: #fcd671;
  box-sizing: border-box;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 17px;
}

.image {
  max-width: 100%;
  height: 150px;
  width: auto;
  padding: 3px;
}

.box:hover {
  transform: scale(1.06);
  /* Increase the scale to zoom in */
  box-shadow: 0px 0px 47px 4px blueviolet;
  /* Add a subtle shadow effect */
}

.box p {

  text-align: justify;
  letter-spacing: 0px;
}

.box .name_job {
  margin: 10px 0 3px 0;
  color: #8e44ad;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
}

.title {
  margin: 0 auto;
  margin-top: 9.0rem !important;
}

.title-two {
  background: #feefdc;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin-top: 10px;
}

.title {
  background: -webkit-linear-gradient(bottom, white, #b7b7a4);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

summary {
  font-size: 1.12rem;
  font-weight: 500;
  background-color: #fafafa;
  background: -webkit-linear-gradient(right, #ffc107, #dc3545);
  color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  outline: none;
  border-radius: 1.75rem;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.faq__content p {
  text-align: left;
  color: black;
  font-size: arial;
  font-size: 16px;
  margin-left: 10px;
  color: white;
}

details[open] summary~* {
  animation: sweep .5s ease-in-out;
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-top: -10px
  }

  100% {
    opacity: 1;
    margin-top: 0px
  }
}

details>summary::after {
  position: absolute;
  content: "+";
  right: 20px;
}

details[open]>summary::after {
  position: absolute;
  content: "-";
  right: 20px;
}

details>summary::-webkit-details-marker {
  display: none;
}

#css-script-menu {
  max-width: 1000px;
  margin: 0 auto;
}

/* -----------------------PopUp Content------------------- */
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 17px;
  position: relative;
}

.popup-one,
.popup-two,
.popup-three,
.popup-four,
.popup-five {
  display: none;
  position: fixed;
  width: 50%;
  height: 100%;
  margin: 0;
  /* Center the pop-up horizontally */
  left: 25%;
  /* Center the pop-up horizontally */
}

.read-more-button-one,
.read-more-button-two,
.read-more-button-three,
.read-more-button-four,
.read-more-button-five {
  cursor: pointer;
  color: blueviolet;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 17px !important;
  left: 0;
  width: 100%
}

.custom-card {
  /* background: linear-gradient(180deg, #0f1736, #0a0f2a); */
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.custom-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.custom-card img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.custom-card .card-body {
  padding: 1.5rem;
}

.custom-card h5 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.custom-card p {
  color: #000000;
  font-size: 0.95rem;
  line-height: 1.6;
}

.corevalues-section {
  /* background: #F0F2FF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); */
  background-size: cover;
  background-repeat: no-repeat;
  margin: 9rem 0rem 1rem 0rem;
  border-radius: 1rem;
}

.core-values-head {
  font-size: 3rem;
  font-weight: 700;
  color: #d9091e;
  margin-bottom: 10px;
}

.underline-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.underline {
  bottom: 0;
  height: 4px;
  background-color: #fe5800;
  animation: slide 3s infinite;
}

@keyframes slide {

  0%,
  100% {
    width: 0;
  }

  25%,
  75% {
    width: 100%;
  }
}

body {
  font-family: "Segoe UI", sans-serif;
  /* background: #f8f9fa; */
}

.hero {
  background: linear-gradient(to right, #a00000 80%, #f2b705);
  padding: 2rem 2rem;
}

.hero h1 {
  font-size: 3rem;
  font-weight: 700;
}

.hero p {
  max-width: 700px;
  margin: auto;
}

/* INITIATIVE CARD */
.initiative-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  height: 100%;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.initiative-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.initiative-card i {
  font-size: 2.8rem;
  color: #a00000;
  margin-bottom: 15px;
}

.initiative-card h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.initiative-card p {
  font-size: 0.95rem;
  color: #444;
}

.tagline {
  display: block;
  margin-top: 12px;
  font-weight: 600;
  color: #a00000;
}

.initiatives {
  font-family: "Segoe UI", sans-serif;
  background: #fff;
  color: #333;


  .header {
    text-align: center;
    padding: 1rem 0rem;
  }

  .header h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #d9091e;
    margin-bottom: 10px;
  }

  .header p {
    font-size: 1.1rem;
    color: #666;
  }
}

.timeline {
  position: relative;
  /* max-width: 1100px; */
  margin: 0px auto;
  padding: 0 20px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 45px;
  bottom: 180px;
  /* top: 0;
    bottom: 0; */
  left: 50%;
  width: 3px;
  background: #d9091e;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 8px 40px;
  box-sizing: border-box;
}

.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
  text-align: left;
}

.step {
  position: absolute;
  top: 40px;
  width: 44px;
  height: 44px;
  background: #d9091e;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.left .step {
  right: -22px;
}

.right .step {
  left: -22px;
}

.content {
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.left .content {
  flex-direction: row-reverse;
}

.icon {
  font-size: 2.4rem;
  color: #d9091e;
  min-width: 50px;
}

.content h3 {
  margin: 0 0 8px;
  font-size: 1.3rem;
}

.content p {
  margin: 0;
  color: #555;
  font-size: 0.95rem;
}

.tagline {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: #d9091e;
}

.benefits-section {
  padding: 4rem 0rem 2rem 0rem;
  background: white;
}

.benefits-header h2 {
  font-weight: 700;
}

.benefits-header p {
  max-width: 800px;
  margin: auto;
  color: #555;
}

.benefits-header h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #d9091e;
  margin-bottom: 10px;
}

.benefit-card {
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
  width: 55px;
  height: 55px;
  background: #d9091e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  margin-bottom: 20px;
}

.benefit-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.benefit-card p {
  font-size: 15px;
  color: #555;
}

.cta-box {
  background: linear-gradient(135deg, #dc3545, #b02a37);
  color: #fff;
  padding: 50px 30px;
  border-radius: 18px;
  margin-top: 70px;
  text-align: center;
}

.cta-box h3 {
  font-weight: 700;
}

.cta-box p {
  margin: 15px 0 25px;
}

.cta-box .btn {
  padding: 12px 30px;
  font-weight: 600;
}

@media (max-width: 992px) {

  .timeline::before {
    left: 42px;
    transform: none;
    /* bottom: 135px; */
    bottom: 255px;
  }

  .timeline-item {
    width: 100%;
    left: 0;
    padding-left: 90px;
    padding-right: 0px;
    text-align: left;
  }

  .timeline-item.left,
  .timeline-item.right {
    left: 0;
    text-align: left;

    .content {
      flex-direction: column;
      align-items: center;
    }
  }

  .timeline-item .step {
    left: 0;
    right: auto;
    top: 36px;
    width: 46px;
    height: 46px;
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {

  .timeline::before {
    left: 38px;
  }

  .timeline-item {
    padding-left: 55px;
  }

  .timeline-item .step {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    top: 32px;
  }

  .content {
    padding: 20px;
    gap: 14px;
  }

  .content h3 {
    font-size: 1.15rem;
  }

  .content p {
    font-size: 0.9rem;
  }
}