
/* HERO SECTION */
.hero {
    position: relative;
    height: 40vh;
    background-image: url("../images/chairman-hero.jpg"); /* library image */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Dark overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background:#000;
    opacity: 70%;
}

/* Hero text */
.hero-content {
    position: relative;
    color: #DAC0A3;
    z-index: 2;
}


.hero-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #DAC0A3;
    padding-bottom: 10px;
}


/* Wave */
.hero-wave {
    position: absolute;
    bottom: -1px;
    width: 100%;
    line-height: 0;
    
}

.hero-wave svg {
    display: block;
    width: 100%;
    height: 120px;
    
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 22px;
        padding-bottom: 60px;
    }

    .hero {
        height: 30vh;
    }
}





/* ================= SINDH LEADERSHIP SECTION ================= */

.sindh-leadership {
  background: #ffffff;
  padding: 80px 20px;
}

.sindh-wrapper {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.sindh-wrapper h2 {
  font-size: 36px;
  color: #000;
  margin-bottom: 15px;
}

.sindh-wrapper p {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* MOBILE */
@media (max-width: 768px) {
  .sindh-wrapper h2 {
    font-size: 28px;
  }

  .sindh-wrapper p {
    font-size: 15px;
  }
}
