/* ================================================================
   SWAMI ASSOCIATES — about.css
   Combined CSS for all About Us sub-pages
   No breadcrumb styles included
   ================================================================ */

/* ---------------------------------------------------------------
   PAGE HERO BANNER (no breadcrumb)
--------------------------------------------------------------- */
.page-hero-banner {
  position: relative;
  height: 260px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,32,96,0.85), rgba(0,119,200,0.75));
}
.page-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.page-hero-title {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
@media (max-width: 576px) {
  .page-hero-banner { height: 180px; }
  .page-hero-title { font-size: 24px; }
}

/* ---------------------------------------------------------------
   SHARED HEADINGS
--------------------------------------------------------------- */
.sec-heading-center {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #003580;
  text-align: center;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.sec-heading-center::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 60px; height: 4px;
  background: linear-gradient(90deg, #003580, #0077c8);
  border-radius: 2px;
}
.sec-heading-left {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #003580;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.sec-heading-left::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 50px; height: 4px;
  background: linear-gradient(90deg, #003580, #0077c8);
  border-radius: 2px;
}

/* ---------------------------------------------------------------
   ABOUT US PAGE — Intro
--------------------------------------------------------------- */
.about-intro-section { background: #fff; }
.about-page-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 28px; font-weight: 800;
  color: #003580; margin-bottom: 16px;
}
.about-page-text {
  font-size: 14.5px; line-height: 1.85; color: #555; margin-bottom: 14px;
}
.about-logo-wrap {
  background: #f4f8ff;
  border-radius: 14px;
  padding: 30px;
  border: 2px solid #dce8f8;
  text-align: center;
}
.about-company-logo { max-width: 220px; }
.btn-company-profile {
  background: #003580; color: #fff;
  padding: 10px 22px; border-radius: 6px;
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 13px;
  display: inline-block; margin-top: 14px;
  transition: background 0.2s;
}
.btn-company-profile:hover { background: #0077c8; color: #fff; }

/* ---------------------------------------------------------------
   HISTORY — 3 Cards
--------------------------------------------------------------- */
.history-section { background: #f4f8ff; }
.history-intro {
  font-size: 15px; color: #555; line-height: 1.8;
  max-width: 800px; margin: 0 auto 2.5rem; text-align: center;
}
.history-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 22px;
  text-align: center;
  border: 1px solid #dce8f8;
  box-shadow: 0 4px 18px rgba(0,53,128,0.07);
  transition: transform 0.2s, box-shadow 0.2s;
  height: 100%;
}
.history-card:hover { transform: translateY(-6px); box-shadow: 0 12px 28px rgba(0,53,128,0.13); }
.history-year {
  width: 68px; height: 68px;
  background: linear-gradient(135deg, #003580, #0077c8);
  color: #fff;
  font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 800;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
}
.history-icon { font-size: 26px; color: #0077c8; margin-bottom: 10px; }
.history-title {
  font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700;
  color: #003580; margin-bottom: 10px;
}
.history-text { font-size: 13px; color: #666; line-height: 1.75; }

/* ---------------------------------------------------------------
   WHO WE ARE
--------------------------------------------------------------- */
.who-text { font-size: 15px; color: #555; line-height: 1.85; }
.who-img { width: 100%; height: 360px; object-fit: cover; border-radius: 12px; border: 3px solid #dce8f8; }
.who-features { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }
.who-feature-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: #444; font-weight: 500;
}
.who-feature-item i { color: #0077c8; font-size: 17px; flex-shrink: 0; }

/* ---------------------------------------------------------------
   VISION & QUALITY POLICY
--------------------------------------------------------------- */
.vision-section { background: #f4f8ff; }
.vp-box {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  border-top: 5px solid #003580;
  border: 1px solid #dce8f8;
  border-top: 5px solid #003580;
  box-shadow: 0 4px 16px rgba(0,53,128,0.07);
  height: 100%;
}
.vp-box.quality { border-top-color: #0077c8; }
.vp-icon {
  width: 58px; height: 58px;
  background: linear-gradient(135deg, #003580, #0077c8);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 22px; margin-bottom: 14px;
}
.vp-box.quality .vp-icon { background: linear-gradient(135deg, #0077c8, #00aaff); }
.vp-title {
  font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 700;
  color: #003580; margin-bottom: 10px;
}
.vp-divider { width: 40px; height: 3px; background: linear-gradient(90deg, #003580, #0077c8); border-radius: 2px; margin-bottom: 14px; }
.vp-list { list-style: none; padding: 0; margin: 0; }
.vp-list li {
  font-size: 13.5px; color: #555; line-height: 1.75;
  padding: 7px 0 7px 22px; position: relative;
  border-bottom: 1px dashed #e0e8f0;
}
.vp-list li:last-child { border-bottom: none; }
.vp-list li::before { content: '✔'; position: absolute; left: 0; color: #0077c8; font-size: 12px; top: 9px; }

/* ---------------------------------------------------------------
   INFO TABLES (General + Statutory)
--------------------------------------------------------------- */
.tables-section { background: #fff; }
.info-table-wrap {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #dce8f8;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,53,128,0.07);
}
.info-table-heading {
  background: linear-gradient(135deg, #003580, #0077c8);
  color: #fff; margin: 0;
  padding: 13px 18px;
  font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700;
}
.info-table { margin: 0; width: 100%; border-collapse: collapse; }
.info-table th {
  background: #f0f5ff; color: #003580;
  font-family: 'Poppins', sans-serif; font-size: 12.5px; font-weight: 700;
  padding: 10px 16px; border-bottom: 1px solid #dce8f8; width: 42%;
  text-align: left;
}
.info-table td { font-size: 13px; color: #444; padding: 10px 16px; border-bottom: 1px solid #f0f0f0; }
.info-table td a { color: #0077c8; }
.info-table tr:last-child th,
.info-table tr:last-child td { border-bottom: none; }

/* ---------------------------------------------------------------
   WHY US — 2 cols x 4 items
--------------------------------------------------------------- */
.why-us-section { background: #f4f8ff; }
.why-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px; background: #fff; border-radius: 10px;
  border: 1px solid #e8eef8;
  box-shadow: 0 2px 8px rgba(0,53,128,0.05);
  transition: transform 0.2s, box-shadow 0.2s;
  margin-bottom: 16px;
}
.why-item:hover { transform: translateY(-3px); box-shadow: 0 8px 18px rgba(0,53,128,0.11); }
.why-icon-wrap {
  width: 50px; height: 50px;
  background: linear-gradient(135deg, #003580, #0077c8);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 19px; flex-shrink: 0;
}
.why-title { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700; color: #003580; margin-bottom: 4px; }
.why-desc { font-size: 12.5px; color: #555; line-height: 1.65; margin: 0; }

/* ---------------------------------------------------------------
   AROUND THE WORLD
--------------------------------------------------------------- */
.world-section { background: #fff; }
.world-text { font-size: 15px; color: #555; line-height: 1.85; margin-bottom: 14px; }
.world-list { list-style: none; padding: 0; margin: 0; }
.world-list li { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: #444; padding: 7px 0; border-bottom: 1px dashed #dce8f8; }
.world-list li i { color: #0077c8; flex-shrink: 0; }
.world-map-wrap { border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,53,128,0.13); }

/* ---------------------------------------------------------------
   POPULAR SERVICES — 3 Boxes (used across all pages)
--------------------------------------------------------------- */
.popular-services-section { background: #f4f6f9; }
.pop-svc-box {
  background: #fff;
  border-radius: 14px; padding: 30px 22px; text-align: center;
  border: 1px solid #dce8f8;
  box-shadow: 0 4px 14px rgba(0,53,128,0.07);
  transition: transform 0.2s, box-shadow 0.2s; height: 100%;
}
.pop-svc-box:hover { transform: translateY(-6px); box-shadow: 0 12px 28px rgba(0,53,128,0.13); }
.pop-svc-icon {
  width: 70px; height: 70px;
  background: linear-gradient(135deg, #003580, #0077c8);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 26px; margin: 0 auto 16px;
}
.pop-svc-title { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 700; color: #003580; margin-bottom: 10px; }
.pop-svc-text { font-size: 13px; color: #666; line-height: 1.75; margin-bottom: 16px; }
.btn-pop-svc {
  background: transparent; border: 2px solid #003580; color: #003580;
  padding: 8px 18px; border-radius: 6px;
  font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700;
  transition: all 0.2s;
}
.btn-pop-svc:hover { background: #003580; color: #fff; }

/* ---------------------------------------------------------------
   MANAGEMENT DESK
--------------------------------------------------------------- */
.mgmt-img {
  width: 100%; max-width: 260px;
  border-radius: 12px; border: 4px solid #dce8f8;
  box-shadow: 0 4px 16px rgba(0,53,128,0.12);
}
.mgmt-role { font-size: 14px; color: #0077c8; font-weight: 600; margin-bottom: 4px; }
.mgmt-name { font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 800; color: #003580; margin-bottom: 6px; }
.mgmt-exp { font-size: 13px; color: #888; margin-bottom: 14px; }
.mgmt-text { font-size: 14.5px; color: #555; line-height: 1.85; margin-bottom: 12px; }
.mgmt-quote {
  border-left: 4px solid #0077c8;
  padding: 12px 18px;
  background: #f0f8ff;
  border-radius: 0 8px 8px 0;
  margin-top: 16px;
  font-style: italic; font-size: 14px; color: #444;
}
.journey-timeline-wrap {
  background: linear-gradient(135deg, #003580, #0077c8);
  border-radius: 14px; padding: 28px; color: #fff;
}
.journey-timeline-wrap h4 { font-family: 'Poppins', sans-serif; font-weight: 800; margin-bottom: 18px; }
.tl-item { display: flex; gap: 14px; margin-bottom: 16px; align-items: flex-start; }
.tl-year {
  background: rgba(255,255,255,0.2); border-radius: 6px;
  padding: 3px 10px; font-weight: 700; font-size: 13px; white-space: nowrap; flex-shrink: 0;
}
.tl-text { font-size: 13px; opacity: 0.9; line-height: 1.6; }
.journey-stat-row { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 16px; }
.j-stat {
  background: #fff; border-radius: 10px;
  padding: 14px 18px; text-align: center; min-width: 90px;
}
.j-num { display: block; font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 800; color: #003580; }
.j-lbl { font-size: 11px; color: #666; font-weight: 600; }
.user-icon-box {
  background: linear-gradient(135deg, #003580, #0077c8);
  border-radius: 14px; padding: 30px; text-align: center; color: #fff;
}
.user-icon-box i { font-size: 72px; opacity: 0.9; }
.user-icon-box p { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 700; margin-top: 12px; }

/* ---------------------------------------------------------------
   NEWS 3 BOXES (sub-pages)
--------------------------------------------------------------- */
.sub-news-card {
  background: #fff; border-radius: 12px;
  border: 1px solid #dce8f8; overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,53,128,0.07);
  transition: transform 0.2s; height: 100%;
}
.sub-news-card:hover { transform: translateY(-4px); }
.sub-news-img { width: 100%; height: 155px; object-fit: cover; }
.sub-news-body { padding: 16px; }
.sub-news-title { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; color: #003580; margin-bottom: 7px; line-height: 1.5; }
.sub-news-text { font-size: 12px; color: #666; line-height: 1.7; }
.sub-news-link { font-size: 12px; color: #0077c8; font-weight: 600; display: inline-block; margin-top: 8px; }
.sub-news-link:hover { color: #003580; }

/* ---------------------------------------------------------------
   OUR TEAM
--------------------------------------------------------------- */
.team-section { background: #fff; }
.team-card {
  background: #fff; border-radius: 14px; overflow: hidden;
  border: 1px solid #dce8f8;
  box-shadow: 0 4px 16px rgba(0,53,128,0.07);
  transition: transform 0.2s; text-align: center;
}
.team-card:hover { transform: translateY(-6px); }
.team-img-wrap { background: #f0f5ff; padding: 24px; }
.team-photo {
  width: 130px; height: 130px; border-radius: 50%; object-fit: cover;
  border: 4px solid #0077c8;
}
.team-body { padding: 20px; }
.team-name { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 700; color: #003580; margin-bottom: 4px; }
.team-role { font-size: 13px; color: #0077c8; font-weight: 600; margin-bottom: 5px; }
.team-exp { font-size: 12px; color: #888; margin-bottom: 10px; }
.team-text { font-size: 12.5px; color: #555; line-height: 1.7; }
.team-social { display: flex; gap: 8px; justify-content: center; margin-top: 12px; }
.team-soc-btn {
  width: 32px; height: 32px; background: #f0f5ff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #003580; font-size: 13px; transition: background 0.2s, color 0.2s;
}
.team-soc-btn:hover { background: #003580; color: #fff; }

/* ---------------------------------------------------------------
   ASSOCIATIONS — 10 boxes
--------------------------------------------------------------- */
.assoc-section { background: #fff; }
.assoc-header-img { width: 100%; max-height: 300px; object-fit: cover; border-radius: 12px; box-shadow: 0 4px 16px rgba(0,53,128,0.11); }
.assoc-intro-text { font-size: 15px; color: #555; line-height: 1.85; }
.assoc-box {
  background: #fff; border-radius: 12px;
  border: 1px solid #dce8f8; padding: 20px 12px; text-align: center;
  box-shadow: 0 2px 10px rgba(0,53,128,0.06);
  transition: transform 0.2s, box-shadow 0.2s; height: 100%;
}
.assoc-box:hover { transform: translateY(-4px); box-shadow: 0 10px 22px rgba(0,53,128,0.12); }
.assoc-box-icon { font-size: 36px; color: #003580; margin-bottom: 10px; display: block; }
.assoc-box-name { font-family: 'Poppins', sans-serif; font-size: 12.5px; font-weight: 700; color: #003580; margin-bottom: 4px; }
.assoc-box-sub { font-size: 11px; color: #888; }
.assoc-para-text { font-size: 15px; color: #555; line-height: 1.85; }

/* ---------------------------------------------------------------
   ACHIEVEMENT & AWARD
--------------------------------------------------------------- */
.achieve-section { background: #fff; }
.achieve-top-line { width: 80px; height: 4px; background: linear-gradient(90deg, #003580, #0077c8); border-radius: 2px; margin: 0 auto 22px; }
.achieve-intro-text { font-size: 15px; color: #555; line-height: 1.85; max-width: 800px; margin: 0 auto; text-align: center; }
.achieve-block-img { width: 100%; max-height: 320px; object-fit: cover; border-radius: 12px; box-shadow: 0 4px 18px rgba(0,53,128,0.12); }
.achieve-cert-card {
  background: #fff; border-radius: 10px;
  border: 1px solid #dce8f8; padding: 14px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,53,128,0.06);
  transition: transform 0.2s; height: 100%;
}
.achieve-cert-card:hover { transform: translateY(-4px); }
.achieve-cert-img { max-height: 110px; object-fit: contain; margin-bottom: 8px; }
.achieve-cert-label { font-size: 11px; font-weight: 700; color: #003580; }
.achieve-outro-text { font-size: 15px; color: #555; line-height: 1.85; max-width: 800px; margin: 0 auto; text-align: center; }

/* ---------------------------------------------------------------
   OUR MEDIA PRESENCE
--------------------------------------------------------------- */
.media-section { background: #fff; }
.media-header-img { width: 100%; max-height: 310px; object-fit: cover; border-radius: 12px; box-shadow: 0 4px 16px rgba(0,53,128,0.11); }
.media-empower-line {
  font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 800;
  color: #003580; border-left: 5px solid #0077c8; padding-left: 14px; margin-bottom: 12px;
}
.media-intro-text { font-size: 15px; color: #555; line-height: 1.85; }
.media-card {
  background: #fff; border-radius: 12px;
  border: 1px solid #dce8f8; overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,53,128,0.07);
  transition: transform 0.2s; height: 100%;
}
.media-card:hover { transform: translateY(-4px); }
.media-card-img { width: 100%; height: 175px; object-fit: cover; }
.media-card-body { padding: 14px; }
.media-card-title { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700; color: #003580; margin-bottom: 6px; line-height: 1.4; }
.media-card-text { font-size: 12px; color: #666; line-height: 1.65; }
.media-card-date { font-size: 11px; color: #0077c8; font-weight: 600; margin-top: 8px; display: block; }
.media-stats { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 16px; }
.media-stat-box {
  background: #f0f5ff; border: 1px solid #dce8f8; border-radius: 10px;
  padding: 12px 16px; text-align: center; min-width: 90px;
}
.media-stat-icon { font-size: 22px; display: block; margin-bottom: 5px; }
.media-stat-num { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 800; color: #003580; display: block; }
.media-stat-lbl { font-size: 11px; color: #888; }

/* ---------------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------------- */
@media (max-width: 768px) {
  .sec-heading-center { font-size: 22px; }
  .about-page-heading { font-size: 22px; }
  .mgmt-img { max-width: 100%; }
  .who-img { height: 260px; }
  .world-map-wrap iframe { height: 280px; }
  .vp-box { margin-bottom: 16px; }
}
@media (max-width: 576px) {
  .page-hero-title { font-size: 22px; }
  .sec-heading-center { font-size: 19px; }
  .sec-heading-left { font-size: 20px; }
  .about-company-logo { max-width: 160px; }
  .pop-svc-box { padding: 20px 12px; }
  .history-card { margin-bottom: 14px; }
}
