.instructor-section {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url("../images/contact-us-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
}
.instructor-section h1 {
  color: #fff !important;
  font-size: 52px !important;
}
.instructor-divider {
  width: 100%;
  height: 1px;
  background: #ddd;
  position: relative;
}

.instructor-divider::after {
  content: "✳";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 10px;
  color: #00bcd4;
  font-size: 18px;
}

.instructor-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.instructor-img {
  border-radius: 15px;
  max-height: 320px;
  object-fit: cover;
}

.instructor-name {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

.instructor-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.instructor-list {
  padding-left: 18px;
}

.instructor-list li {
  margin-bottom: 6px;
  color: #444;
}

.instructor-name {
  font-weight: 700;
  margin-bottom: 20px;
}

.info-grid {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 10px 20px;
}

.label {
  font-weight: 600;
  color: #222;
}

.value {
  color: #555;
  line-height: 1.6;
}
.apply-btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 17px;
  color: #fff;
  background-color: #0eb582;
  border-radius: 36px 36px 36px 36px;
  padding: 18px 30px 15px 30px;
}

.apply-btn:hover {
  background: #273c66;
  color: #fff;
}

.text-style {
  color: #555;
  text-align: justify;
  font-weight: 500;
}

.border-end-custom {
  border-right: 1px solid #ddd;
}


@media (max-width: 991px) {
  .border-end-custom {
    border-right: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
