/* ============================================
   ABOUT US PAGE - SPECIFIC STYLES
   ============================================ */

/* ============ ABOUT HERO ============ */
.about-hero {
  background:
    linear-gradient(90deg, rgba(235, 230, 230, 0.23) 0%, rgba(255, 255, 255, 0.825) 45%, rgb(255 255 255 / 0%) 75%), 
    url(image/image-about.webp) center / cover no-repeat;
  padding: 70px 0 90px;
}
.about-hero h1 {
  font-size: 56px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 10px;
  line-height: 1.1;
}
.about-hero .tagline {
  font-size: 20px;
  color: var(--text-dark);
  font-weight: 500;
  margin-bottom: 8px;
}
.about-hero .divider-line {
  width: 70px;
  height: 3px;
  background: var(--primary-blue);
  border-radius: 2px;
  margin-bottom: 15px;
}
.about-hero .about-intro {
  color: #212123;
  font-size: 15px;
  max-width: 520px;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}

/* ============ SECTION HEADINGS ============ */
.section-heading {
  font-weight: 600;
  font-size: 26px;
  color: var(--text-dark);
  margin-bottom: 10px;
}
.short-divider {
  width: 50px;
  height: 3px;
  background: var(--primary-blue);
  border-radius: 2px;
  margin-bottom: 22px;
}

/* ============ WHO WE ARE ============ */
.who-we-are {
  padding: 50px 0 30px;
}
.who-we-are p {
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.6;
}
.who-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.who-img-wrap img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

/* ============ VALUES SECTION ============ */
.values-section {
  padding: 20px 0 50px;
}
.values-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 40px 25px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}
.col-value {
  border-right: 1px solid var(--border-light);
}
.col-value:last-child {
  border-right: none;
}
.value-item {
  text-align: center;
  padding: 0 10px;
}
.value-icon {
  width: 60px;
  height: 60px;
  background: var(--primary-blue);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}
.value-item h6 {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
  color: var(--text-dark);
}
.value-item p {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

/* ============ GLOBAL OPERATIONS & MISSION ============ */
.global-mission {
  padding: 50px 0;
}
.global-mission p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.8;
}

/* Partner Card */
.partner-card {
  background: rgba(0, 56, 159, 0.06);
  border: 1px solid rgba(0, 56, 159, 0.15);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 20px 0;
  width: 420px;
}
.partner-icon {
  width: 44px;
  height: 44px;
  background: var(--primary-blue);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.partner-card h6 {
  font-weight: 700;
  font-size: 14px;
  color: var(--text-dark);
  margin-bottom: 8px;
  line-height: 1.4;
}
.partner-card .country {
  color: var(--primary-blue);
}
.partner-card p {
  color: var(--text-muted);
  font-size: 13px;
  margin: 0;
  line-height: 1.6;
}

/* World Map */
.world-map {
  position: relative;
  margin-top: 20px;
  min-height: 180px;
  opacity: 0.85;
}
.world-map img {
  width: 100%;
  opacity: 0.35;
  filter: grayscale(100%);
}
.world-map .plane-icon {
  position: absolute;
  top: 40%;
  left: 55%;
  font-size: 22px;
  color: var(--primary-blue);
  transform: rotate(-30deg);
}
.world-map .pin-icon {
  position: absolute;
  font-size: 22px;
  color: var(--primary-blue);
}
.world-map .pin-1 {
  top: 30%;
  left: 30%;
}
.world-map .pin-2 {
  top: 65%;
  left: 65%;
}

/* Mission */
.mission-content {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 25px;
}
.mission-icon {
  width: 60px;
  height: 60px;
  /* background: rgba(0, 56, 159, 0.1); */
  color: var(--primary-blue);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  flex-shrink: 0;
}
.mission-content p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  padding-top: 4px;
}
.mission-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.mission-img-wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

/* ============ BUSINESS INFORMATION ============ */
.business-info {
  padding: 10px 0 0px;
}
.business-title {
  font-weight: 600;
  font-size: 26px;
  color: var(--text-dark);
  margin-bottom: -15px;
  z-index: 999;
  position: relative;
  overflow: hidden;
}
.business-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 50px 30px 30px;
  /* box-shadow: 0 6px 20px rgba(0,0,0,0.04); */
}

.border-col{
  border-right: 1px solid #e9e9e9;
}
.biz-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.biz-icon {
  width: 50px;
  height: 50px;
  background: rgba(0, 56, 159, 0.1);
  color: var(--primary-blue);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.biz-item h6 {
  font-weight: 500;
  font-size: 16px;
  color: var(--text-dark);
  margin-bottom: 6px;
}
.biz-item p {
  color: var(--text-muted);
  font-size: 13px;
  margin: 0;
  line-height: 1.6;
}

/* ============ ABOUT CTA ============ */
.about-cta {
  margin-top: 0;
}
/* .about-cta .cta-left .cta-icon {
  background: rgba(255,255,255,0.2);
} */

.cta-bg {
    background-color: #013191;
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.btn-cta-white-filled {
  background: #fff;
  color: var(--primary-blue);
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 600;
  border: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: background 0.2s;
}
.btn-cta-white-filled:hover {
  background: #f3f4f6;
  color: var(--primary-blue);
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

@media (max-width: 991px) {
  .about-hero h1 { font-size: 42px; }
  .section-heading { font-size: 26px; }
  .about-hero {
    padding: 50px 0 70px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.6) 60%, rgba(255,255,255,0.3) 100%),
      url('image/image-about.webp') center/cover no-repeat;
  }
  .who-img-wrap img { min-height: 260px; }

  /* Values section - 2x grid on tablet */
  .col-value {
    border-right: none;
    border-bottom: 1px solid var(--border-light);
    padding-bottom: 20px;
  }
  .col-value:last-child { border-bottom: none; padding-bottom: 0; }
}

@media (max-width: 768px) {
  .about-hero h1 { font-size: 34px; }
  .about-hero .tagline { font-size: 17px; }
  .section-heading { font-size: 22px; }
  .business-title { font-size: 22px; }
  .values-card { padding: 25px 15px; }
  .business-card { padding: 50px 20px 30px; }
  .border-col {border: none;}
  .who-we-are { padding: 50px 0 30px; }
  .global-mission { padding: 30px 0; }
  .partner-card { padding: 16px; gap: 12px; width: 100%;}
  .mission-content { gap: 14px; }
  .mission-icon { width: 50px; height: 50px; font-size: 20px; }
  .mission-img-wrap img { height: 200px; }
  .world-map { min-height: 140px; }
}

@media (max-width: 576px) {
  .about-hero { padding: 40px 0 60px; }
  .about-hero h1 { font-size: 28px; }
  .about-hero .about-intro { font-size: 14px; }
  .value-icon { width: 54px; height: 54px; font-size: 20px; }
  .values-card { padding: 20px 10px; }
  .biz-item { gap: 12px; }
  .biz-icon { width: 44px; height: 44px; font-size: 18px; }
  .partner-card {
    flex-direction: column;
    text-align: left;
  }
}