.elementor-77 .elementor-element.elementor-element-553cfbf{--display:flex;}.elementor-77 .elementor-element.elementor-element-752d303{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7020e54 *//* ========== ABOUT BANNER ========== */
.about-banner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  min-height: 360px;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  position: relative;
  overflow: hidden;
}

.about-left {
  background: #0b2f9a;
  color: #fff;
  padding: 55px 70px 55px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  clip-path: polygon(0 0, 93% 0, 78% 100%, 0 100%);
}

.about-left h1 {
  font-size: 44px;
  font-weight: 800;
  margin: 0 0 14px;
  letter-spacing: 0.5px;
  line-height: 1;
}

.about-tagline {
  font-size: 17px;
  line-height: 1.45;
  color: #c7d7fe;
  margin: 0 0 16px;
}

.about-tagline .orange {
  color: #f97316;
  font-weight: 700;
}

.about-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #d4e0ff;
  max-width: 340px;
  margin: 0;
}

.about-right {
  position: relative;
  margin-left: -14%;
  z-index: 1;
}

.about-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 360px;
}

/* ========== OUR STORY ========== */
.our-story {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 40px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 40px 40px;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

.label-blue {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: #1a56db;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 6px;
}

/* small orange underline under OUR STORY / OUR MISSION / OUR VISION */
.label-blue::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 3px;
  background: #f97316;
  border-radius: 2px;
}

.story-text h2 {
  font-size: 25px;
  font-weight: 800;
  color: #1a56db;
  line-height: 1.25;
  margin: 0 0 18px;
}

.story-text h2 .orange {
  color: #f97316;
}

.story-text p {
  font-size: 13.5px;
  color: #4b5563;
  line-height: 1.65;
  margin: 0 0 12px;
}

/* Timeline */
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  position: relative;
  padding-top: 26px;
}

.timeline-track {
  position: absolute;
  top: 38px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #d1d5db;
  z-index: 0;
}

.timeline-track .dot {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  background: #f97316;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.timeline-track .dot:nth-child(1) { left: 28%; }
.timeline-track .dot:nth-child(2) { left: 50%; }
.timeline-track .dot:nth-child(3) { left: 72%; }

.t-card {
  border-radius: 10px;
  padding: 20px 12px 16px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  min-height: 175px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.t-card.blue   { background: #1a56db; }
.t-card.orange { background: #f97316; }

.t-card img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-bottom: 8px;
  filter: brightness(0) invert(1);
}

.t-card .year {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 2px;
}

.t-card .title {
  font-size: 12.5px;
  font-weight: 700;
  margin-bottom: 8px;
}

.t-card p {
  font-size: 11.5px;
  line-height: 1.4;
  margin: 0;
  opacity: 0.95;
}

/* ========== MISSION & VISION ========== */
.mission-vision {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  max-width: 960px;
  margin: 0 auto;
  padding: 15px 40px 55px;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

.mv-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 10px;
}

.mv-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  flex-shrink: 0;
}

.mv-row p {
  font-size: 13.5px;
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 980px) {
  .about-banner {
    grid-template-columns: 1fr;
  }

  .about-left {
    clip-path: none;
    padding: 40px 30px;
  }

  .about-right {
    margin-left: 0;
  }

  .about-right img {
    min-height: 260px;
  }

  .our-story {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .timeline {
    grid-template-columns: 1fr 1fr;
  }

  .timeline-track {
    display: none;
  }

  .mission-vision {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 560px) {
  .about-left h1 {
    font-size: 34px;
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .our-story,
  .mission-vision {
    padding-left: 20px;
    padding-right: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2bcc005 *//* ===== SHARED HEADING (perfectly centered) ===== */
.section-heading {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #1a56db;
  letter-spacing: 0.8px;
  margin: 0 auto 40px;
  position: relative;
  display: block;
  width: fit-content;
  padding-bottom: 10px;
}

.section-heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #f97316;
  border-radius: 2px;
}

/* ===== CORE VALUES ===== */
.core-values {
  background: #ffffff;
  padding: 55px 40px 50px;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  text-align: center;
}

.values-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 1100px;
  margin: 0 auto;
  gap: 0;
}

.value-item {
  flex: 1;
  padding: 10px 18px;
  text-align: center;
  max-width: 180px;
}

.value-icon {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 14px;
}

.value-item h3 {
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
  letter-spacing: 0.4px;
  margin: 0 0 8px;
}

.value-item p {
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

.value-divider {
  width: 1px;
  background: #e2e8f0;
  align-self: stretch;
  margin: 8px 0;
  flex-shrink: 0;
}

/* ===== MEET OUR TEAM ===== */
.team {
  background: #f8fafc;
  padding: 55px 40px 60px;
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  text-align: center;
}

.team-grid {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.team-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  width: 230px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  text-align: left;
  transition: box-shadow 0.25s, transform 0.25s;
}

.team-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.team-photo {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.team-info {
  padding: 16px 18px 18px;
}

.team-info h3 {
  font-size: 16px;
  font-weight: 700;
  color: #f97316;
  margin: 0 0 2px;
}

.team-info span {
  font-size: 13px;
  color: #64748b;
  display: block;
  margin-bottom: 12px;
}

.team-socials {
  display: flex;
  gap: 8px;
}

.team-socials a img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  border-radius: 50%;
  transition: opacity 0.2s, transform 0.2s;
}

.team-socials a:hover img {
  opacity: 0.8;
  transform: scale(1.1);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
  .values-grid {
    flex-wrap: wrap;
    gap: 24px 0;
  }

  .value-item {
    flex: 1 1 30%;
    max-width: none;
  }

  .value-divider {
    display: none;
  }
}

@media (max-width: 700px) {
  .core-values,
  .team {
    padding-left: 20px;
    padding-right: 20px;
  }

  .value-item {
    flex: 1 1 45%;
  }

  .team-card {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 480px) {
  .value-item {
    flex: 1 1 100%;
  }
}/* End custom CSS */