/*=================== ABOUT US DESIGN ===================*/
.aboutUs {
  margin-top: -50px;
  background: #f4f8fc;
  padding-bottom: 10px;
}

.aboutUs_title {
  text-align: center;
  padding: 80px 20px 40px;
}

.aboutUs_title span:first-child {
  font-size: 14px;
  letter-spacing: 3px;
  color: #2bb3ff;
  font-weight: 700;
}

.aboutUs_title h1 {
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 10px;
  color: #0f2d4d;
}

.aboutUs_title h1::after {
  content: "";
  width: 90px;
  height: 4px;
  background: #2bb3ff;
  display: block;
  margin: 12px auto 0;
  border-radius: 20px;
}

.whoWeAre {
  display: flex;
  gap: 40px;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.aboutUs_img {
  width: 45%;
  border-radius: 18px;
  object-fit: cover;
}

.icmc_Profile {
  width: 55%;
  text-align: justify;
}

.icmc_Profile h4 {
  font-size: 22px;
  color: #0f2d4d;
  margin-bottom: 15px;
}

.aboutUs_icmcProf {
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  text-align: justify;
}

/* ════════════════════════════
   VISION & MISSION
════════════════════════════ */
.vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.vm-card {
  border: 2px solid var(--blue-light);
  border-radius: var(--radius);
  padding: 24px 24px 28px;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
}
.vm-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--blue);
  border-radius: 4px 0 0 4px;
}
.vm-card h3 {
  font-size: 13px;
  font-weight: 700;
  color: #0f2d4d;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
}
.vm-card p, .vm-card ol {
  font-size: 13px;
  color: #555;
  line-height: 1.8;
}
.vm-card ol { padding-left: 18px; }
.vm-card ol li { margin-bottom: 6px; }

/* ════════════════════════════
   CORE VALUES
════════════════════════════ */
.section-label {
  font-size: 32px;
  font-weight: 700;
  color: #0f2d4d;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 24px;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.value-card {
  border: 1.5px solid #dde8ff;
  border-radius: px;
  padding: 20px 10px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.value-card:hover {
  border-color: var(--blue);
  box-shadow: 0 4px 16px rgba(23,105,254,0.10);
}
.value-icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: var(--blue-light);
  display: flex; align-items: center; justify-content: center;
}
.value-icon svg { width: 26px; height: 26px; fill: var(--blue); }
.value-card span {
  font-size: 10.5px;
  font-weight: 700;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
.misVis {
  display: flex;
  gap: 30px;
}

.aboutUs_card {
  flex: 1;
  background: #f8fbff;
  padding: 30px;
  border-radius: 16px;
  border-left: 6px solid #2bb3ff;
}

.aboutUs_card h2 {
  color: #0f2d4d;
  margin-bottom: 15px;
}

.aboutUs_card p,
.aboutUs_card li {
  font-size: 15px;
  line-height: 1.7;
}

.divider {
  height: 2px;
  background: linear-gradient(to right, transparent, #2bb3ff, transparent);
  margin: 50px 0;
}

.coreValues_section {
  padding-bottom: 50px;
}

.coreValues_section h2 {
  text-align: center;
  color: #0f2d4d;
  margin-bottom: 25px;
}

.coreValues ol {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
}

.coreValues li {
  background: #f4f9ff;
  padding: 15px;
  border-radius: 12px;
  font-weight: 700;
  color: #0f2d4d;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  list-style: none;
  border: 1px solid #ccc;
}

.aboutUs_badge {
  margin-top: 80px;
  background: linear-gradient(135deg, #0f2d4d, #2bb3ff);
  padding: 70px 20px;
}

.aboutUs_bagdeContainer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.badgeIcon {
  background: rgba(255, 255, 255, 0.12);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}

.badgeIcon:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.25);
}

.badgeIcon i {
  font-size: 40px;
  margin-bottom: 10px;
}

.bagdeNum {
  font-size: 32px;
  font-weight: 900;
  display: block;
}

.bagdeText {
  font-size: 14px;
  letter-spacing: 1px;
}

/* ACCREDITATION */
.aboutUs_accreditation {
  margin-top: -20px;
  background: #f8fbff;
  padding: 70px 20px;
  text-align: center;
}

.aboutUs_accreditation h2 {
  font-size: 32px;
  font-weight: 900;
  color: #0f2d4d;
  margin-bottom: 20px;
}

.accredi_sub {
  margin: 10px 0 40px;
  color: #666;
}

.accreditation_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.accredit_card {
  background: #fff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.accredit_card:hover {
  transform: translateY(-6px);
}

.accredit_card img {
  max-width: 120px;
  /* margin-bottom: 1px; */
}

.accredit_card p {
  font-size: 14px;
  font-weight: 600;
  color: #444;
  text-transform: uppercase;
}

.map-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 16px;
}

.map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-box {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  animation: popIn 0.4s ease;
}

.modal-box i {
  font-size: 60px;
  color: #2ecc71;
  margin-bottom: 15px;
}

.modal-box h2 {
  margin-bottom: 10px;
}

.modal-box button {
  margin-top: 20px;
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
  background: #007bff;
  color: #fff;
  cursor: pointer;
}

@keyframes popIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/*=================== END OF ABOUT US DESIGN ===================*/

/* ════════════════════════════
   VISION & MISSION — improved
════════════════════════════ */
.vm-section {
    width: 90%;
    max-width: 1200px;
    margin: 40px auto 0;
}
.vm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.vm-card {
    background: #fff;
    border-radius: 18px;
    border: 1.5px solid #dde8f5;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    overflow: hidden;
    position: relative;
    transition: transform 0.25s, box-shadow 0.25s;
}
.vm-card::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 5px;
    background: #2bb3ff;
    border-radius: 18px 0 0 18px;
}
.vm-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(43,179,255,0.15);
}
.vm-card-header {
    background: transparent;
    padding: 20px 24px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 2px solid #2bb3ff;
}
.vm-card-header-icon {
    width: 42px;
    height: 42px;
    background: transparent;
    border: 1.5px solid #2bb3ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.vm-card-header-icon svg {
    width: 20px;
    height: 20px;
    fill: #2bb3ff;
}
.vm-card-header-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.vm-card-header h3 {
    font-size: 16px;
    font-weight: 800;
    color: #2bb3ff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
}
.vm-card-body {
    padding: 20px 24px 28px;
}
.vm-card-body p,
.vm-card-body ol {
    font-size: 14px;
    color: #555;
    line-height: 1.85;
    margin: 0;
}
.vm-card-body ol {
    padding-left: 20px;
}
.vm-card-body ol li {
    margin-bottom: 8px;
}
.vm-card-body ol li::marker {
    color: #2bb3ff;
    font-weight: 700;
}

/* Divider override */
.divider {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto;
}

/* ════════════════════════════
   CORE VALUES — improved
════════════════════════════ */
.core-values-section {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 50px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    padding: 40px 36px 44px;
}
.core-values-header {
    text-align: center;
    margin-bottom: 32px;
}
.section-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #2bb3ff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}
.core-values-header .section-label {
    font-size: 28px;
    font-weight: 900;
    color: #0f2d4d;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.core-values-header .section-label::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #2bb3ff;
    display: block;
    margin: 10px auto 0;
    border-radius: 20px;
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.value-card {
    background: #f4f8fc;
    border: 1.5px solid #dde8f5;
    border-radius: 16px;
    padding: 24px 12px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s, background 0.25s;
}
.value-card:hover {
    background: #fff;
    border-color: #2bb3ff;
    box-shadow: 0 8px 24px rgba(43,179,255,0.14);
    transform: translateY(-4px);
}
.value-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #e6f5ff, #cce9ff);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s;
}
.value-card:hover .value-icon {
    background: linear-gradient(135deg, #2bb3ff, #0f8fd4);
}
.value-icon svg {
    width: 26px;
    height: 26px;
    fill: #2bb3ff;
    transition: fill 0.25s;
}
.value-card:hover .value-icon svg {
    fill: #fff;
}
.value-card span {
    font-size: 10.5px;
    font-weight: 800;
    color: #0f2d4d;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1.4;
}

@media (max-width: 900px) {
    .vm-grid { grid-template-columns: 1fr; }
    .values-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
    .values-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  /*=================== RESPONSIVE CSS FOR ABOUT US ===================*/
  .row-group {
    grid-template-columns: 1fr;
  }

  .contactUs_getTouch h2 {
    font-size: 30px;
  }

  .areaMap {
    padding: 25px;
  }

  .areaMap h1 {
    font-size: 20px;
  }

  .map-wrapper {
    border-radius: 12px;
  }
}
/*=================== END RESPONSIVE CSS FOR ABOUT US ===================*/