.expert-team-section {
  padding: 30px 0 10px;
  background: #fff;
}

.expert-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-left: 5px solid #136644;
  border-radius: 14px;
  padding: 18px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.35s ease;
}

.expert-card h4 {
  margin: 0;
  color: #01244b;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  transition: 0.35s;
}

.expert-card:hover {
  transform: translateY(-8px);
  border-left-color: #01244b;
  box-shadow: 0 15px 35px rgba(1, 36, 75, 0.12);
}

.expert-card:hover h4 {
  color: #136644;
}

@media (max-width: 991px) {
  .expert-team-section {
    padding: 70px 0;
  }

  .expert-card {
    padding: 25px;
  }

  .expert-card h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .expert-team-section {
    padding: 60px 0;
  }

  .expert-card {
    padding: 22px;
  }

  .expert-card h4 {
    font-size: 18px;
    line-height: 1.4;
  }
}

/* abut card */
/* list  */
.phil-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.phil-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 9px;
  color: #555;
  font-size: 17px;
  line-height: 1.7;
}

.phil-list li i {
  color: #136644;
  font-size: 18px;
  margin-top: 5px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .phil-list li {
    font-size: 16px;
    gap: 10px;
  }

  .phil-list li i {
    font-size: 16px;
    margin-top: 4px;
  }
}
/* we do */
.we-do-section {
  padding: 30px 0;
}

.we-do-wrapper {
  background: #02264d;
  border-radius: 24px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.we-do-wrapper::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(211, 142, 48, 0.08);
  top: -100px;
  right: -80px;
}

.we-do-wrapper::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  bottom: -80px;
  left: -60px;
}

/* .we-do-title {
  position: relative;
  z-index: 2;
} */

/* .we-do-title span {
  display: inline-block;
  color: #d38e30;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
} */

.we-do-title h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.we-do-title p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.9;
  margin: 0;
}

.we-do-list {
  position: relative;
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 50px;
}

.we-do-list li {
  break-inside: avoid;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #fff;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 22px;
}

.we-do-list li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d38e30;
  font-size: 18px;
  margin-top: 3px;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .we-do-wrapper {
    padding: 40px 30px;
  }

  /* .we-do-title {
    margin-bottom: 35px;
  } */

  /* .we-do-title h2 {
    font-size: 34px;
  } */

  .we-do-list {
    columns: 1;
  }
}

@media (max-width: 767px) {
  .we-do-section {
    padding: 40px 0;
  }

  .we-do-wrapper {
    padding: 30px 20px;
    border-radius: 18px;
  }

  /* .we-do-title h2 {
    font-size: 28px;
  } */

  .we-do-list li {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
/* we do */
.explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 20px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 50px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s ease;
}

.explore-btn i {
  transition: 0.35s;
}

.explore-btn:hover {
  background: #fff;
  color: #02264d;
  border-color: #fff;
}

.explore-btn:hover i {
  transform: translateX(6px);
}
/*  */
.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 20px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.35);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.whatsapp-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.18);
  transform: skewX(-25deg);
  transition: 0.6s;
  z-index: -1;
}

.whatsapp-btn:hover::before {
  left: 120%;
}

.whatsapp-btn:hover {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(37, 211, 102, 0.45);
}

.whatsapp-btn i {
  font-size: 16px;
}

.whatsapp-btn:active {
  transform: scale(0.97);
}

@media (max-width: 576px) {
  .whatsapp-btn {
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
  }
}
/*  */
