/* ============================================================
   CHAIRMAN'S MESSAGE  —  add this to about.css
   ============================================================ */

/* ── PAGE WRAPPER ── */
.chairman-page { background: var(--bg);  background-image: var(--texture);}

/* ── DARK HERO BANNER ── */
.chairman-hero {
  background: linear-gradient(135deg, #0a0008 0%, #1e0018 50%, #3c0028 100%);
  padding: 5rem 2rem 4rem;
  position: relative;
  overflow: hidden;
}
.chairman-hero::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139,0,69,.25) 0%, transparent 70%);
  pointer-events: none;
}
.chairman-hero::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(180,0,90,.12) 0%, transparent 70%);
  pointer-events: none;
}
.chairman-hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.chairman-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245,184,216,.7);
  margin-bottom: 1rem;
}
.chairman-hero-label::before,
.chairman-hero-label::after {
  content: '';
  width: 24px; height: 1px;
  background: rgba(245,184,216,.35);
}
.chairman-hero h1 {
  font-family: var(--display);
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: .6rem;
}
.chairman-hero h1 em {
  font-style: italic;
  background: linear-gradient(135deg, #f5b8d8, var(--c4));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.chairman-hero-sub {
  font-size: 1rem;
  color: rgba(255,255,255,.5);
  font-weight: 300;
  letter-spacing: .04em;
}

/* ── MAIN CONTENT LAYOUT ── */
.chairman-body {
  padding: var(--s1) 2rem;
}
.chairman-body-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 5rem;
  align-items: start;
}

/* ── LEFT: PROFILE CARD ── */
.chairman-profile-card {
  position: sticky;
  top: 100px;
  margin-left: 20px;
  margin-top: 20px;
}
.chairman-photo-wrap {
  position: relative;
  border-radius: var(--r3);
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.chairman-photo-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: var(--r3);
  transition: transform .6s var(--ease);
}
.chairman-photo-wrap:hover img { transform: scale(1.04); }
.chairman-photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(139,0,69,.55) 0%, transparent 55%);
  border-radius: var(--r3);
}
.chairman-photo-badge {
  bottom: 1.5rem; left: 1.5rem; right: 1.5rem;
  background: rgba(10,0,8,.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r2);
  padding: 1.1rem 1.3rem;
}
.chairman-photo-badge h3 {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
}
.chairman-photo-badge .badge-role {
  font-size: 12px;
  font-weight: 600;
  color: #f5b8d8;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.chairman-photo-badge .badge-company {
  font-size: 12px;
  color: rgba(255,255,255,.5);
  margin-top: 2px;
}

/* Profile stats row */
.chairman-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .8rem;
}
.chairman-stat {
  background: var(--cl1);
  border: 1px solid var(--cl3);
  border-radius: var(--r1);
  padding: 1rem;
  text-align: center;
  transition: all .25s var(--ease);
}
.chairman-stat:hover { background: var(--c1); border-color: var(--c1); }
.chairman-stat:hover .cs-num,
.chairman-stat:hover .cs-lbl { color: #fff; }
.cs-num {
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--c1);
  line-height: 1;
  transition: color .25s;
}
.cs-lbl {
  font-size: 11px;
  font-weight: 600;
  color: var(--ink3);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 3px;
  transition: color .25s;
}


/* Opening large quote */
.chairman-opening-quote {
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 1.2rem;
  background: linear-gradient(135deg, var(--cl1), var(--cl2));
  border-left: 4px solid var(--c1);
  border-radius: 0 var(--r2) var(--r2) 0;
  margin-bottom: 1.2rem;
  margin-right: 100px;
}
.chairman-opening-quote::before {
  content: '\201C';
  font-family: var(--display);
  font-size: 3rem;
  color: rgba(164, 3, 124, 0.984);
  margin-right: 10px;
  vertical-align: top;
}

.chairman-opening-quote::after {
  content: '\201D';
  font-family: var(--display);
  font-size: 3rem;
  color: rgba(164, 3, 124, 0.984);
  margin-left: 5px;
  vertical-align: bottom;
}
.chairman-opening-quote p {
  font-family: var(--display);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-style: italic;
  color: var(--ink);
  line-height: 1.65;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.chairman-opening-quote .quote-attr {
  margin-top: 1 rem;
  font-size: 13px;
  font-weight: 600;
  color: var(--c1);
  letter-spacing: .06em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

/* Message paragraphs */
.chairman-paragraphs { display: flex; flex-direction: column; gap: 1.2rem; margin-bottom: 3rem;  margin-right: 100px;}
.chairman-paragraphs p {
  font-size: 16.5px;
  color: var(--ink2);
  line-height: 1.85;
  font-weight: 300;
  text-align: justify;
  
 
}
.chairman-paragraphs p strong { color: var(--ink); font-weight: 600; }

/* Mid-section highlight box */
.chairman-highlight {
  background: linear-gradient(135deg, #0a0008, #2d0040);
  border-radius: var(--r3);
  padding: 2.5rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.chairman-highlight::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139,0,69,.2) 0%, transparent 70%);
  pointer-events: none;
}
.chairman-highlight h3 {
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.chairman-highlight h3 em { color: #f5b8d8; font-style: italic; }
.chairman-pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.pillar-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.pillar-icon {
  width: 36px; height: 36px;
  border-radius: 9px;
  background: rgba(139,0,69,.4);
  border: 1px solid rgba(200,0,100,.35);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.pillar-text h4 { font-size: 13.5px; font-weight: 700; color: #fff; margin-bottom: 3px; }
.pillar-text p  { font-size: 12.5px; color: rgba(255,255,255,.55); line-height: 1.5; font-weight: 300; }

/* Closing & signature About Us Part*/
.chairman-closing {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 5px;
  border-top: 1px solid var(--line);
  margin-right: 100px;
  text-align: justify ;
}
.chairman-closing p {
  font-size: 16.5px;
  color: var(--ink2);
  line-height: 1.85;
  font-weight: 300;
}

/* Signature block */
.chairman-signature {
  display: inline-flex;
  align-items: center;
  gap: 3.5rem;
  padding: 1.5rem 2rem;
  background: var(--bgf);
  border: 1px solid var(--line);
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 20px;
}
.sig-avatar {
  width: 130px; height: 140px;
  border-radius: 50%;
  object-fit: fill;
  border: 3px solid var(--cl3);
  flex-shrink: 0;
  margin: 0 auto;
}
.sig-name {
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0 auto;
}
.sig-title { font-size: 13px; color: var(--c1); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; align-items: center; }
.sig-company { font-size: 12.5px; color: var(--ink3); margin-top: 2px; margin: 0 auto; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .chairman-body-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .chairman-profile-card { position: static; }
  .chairman-pillars { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .chairman-hero { padding: 3.5rem 1.2rem 3rem; }
  .chairman-body { padding: var(--s1) 1.2rem; }
  .chairman-opening-quote { padding: 1.8rem 1.5rem 1.8rem 2rem; }
  .chairman-opening-quote::before { font-size: 4rem; }
  .chairman-stats { grid-template-columns: 1fr 1fr; }
  .chairman-signature { flex-direction: column; text-align: center; }
}
/* ==========================================
   CHAIRMAN PAGE - MOBILE FIX
   ========================================== */
@media (max-width: 768px) {

  .chairman-body {
    padding: 2rem 1rem;
  }

  .chairman-body-inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  /* Profile Card */
  .chairman-profile-card {
    position: static;
    margin: 0;
    width: 100%;
  }

  .chairman-photo-wrap img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
  }

  .chairman-photo-badge {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }

  /* Stats */
  .chairman-stats {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .chairman-stat {
    padding: 14px;
  }

  .cs-num {
    font-size: 1.25rem;
  }

  .cs-lbl {
    font-size: 10px;
  }

  /* Remove desktop margins */
  .chairman-opening-quote,
  .chairman-paragraphs,
  .chairman-closing {
    margin-right: 0 !important;
  }

  /* Quote */
  .chairman-opening-quote {
    padding: 1.5rem;
    border-radius: 14px;
  }

  .chairman-opening-quote::before {
    font-size: 3.5rem;
    left: 10px;
    top: -5px;
  }

  .chairman-opening-quote p {
    font-size: 1rem;
    line-height: 1.7;
  }

  /* Paragraphs */
  .chairman-paragraphs p,
  .chairman-closing p {
    font-size: 14px;
    line-height: 1.8;
  }

  /* Highlight Section */
  .chairman-highlight {
    padding: 1.5rem;
  }

  .chairman-highlight h3 {
    font-size: 1.2rem;
  }

  .chairman-pillars {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pillar-item {
    align-items: flex-start;
  }

  .pillar-icon {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
  /* Hero */
  .chairman-hero {
    padding: 3rem 1rem;
  }

  .chairman-hero h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .chairman-hero-sub {
    font-size: 0.9rem;
  }

  
}