  :root {
      --primary: #0E6F6D;
      --primary-dark: #0A4F4E;
      --secondary: #8BC57A;
      --accent: #F28C28;
      --light-bg: #F6FBFA;
      --dark: #222;
      --white: #ffffff;
  }
.about-page-section {
  padding: 90px 0;
  background: #fff;
}

/* LEFT IMAGE GRID */
.about-image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}



.about-image-grid img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.about-image-grid img:nth-child(1) {
  grid-row: span 2;
}

/* RIGHT CONTENT */
.about-tag {
  display: inline-block;
  background: rgba(14,111,109,0.12);
  color: var(--primary);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

.about-heading {
  font-size: 34px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 18px;
}

.about-page-section p {
  font-size: 15.5px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 991px) {
  .about-heading {
    font-size: 28px;
  }

  .about-image-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.hero-image-wrap {
  position: relative;
  width: 100%;
}

.hero-img {
  width: 100%;
  display: block;
}

/* LOGO – AS IT IS */
.hero-logo {
  position: absolute;
  top: 18px;
  left: 18px;

  width: 70px;        /* chhota size */
  height: auto;       /* logo distort nahi hoga */

  z-index: 5;
  background: #fff;   /* image readable rahe */
  padding: 6px;
  border-radius: 50%; /* sirf container round, logo same */

  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
}

/* vision mission */
.vision-mission-section {
  padding: 90px 20px;
  background: linear-gradient(135deg, #f6fbfa, #ffffff);
}

.vm-card {
  background: #fff;
  border-radius: 22px;
  padding: 45px 35px;
  height: 100%;
  position: relative;
  box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.vm-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.18);
}

/* Icon */
.vm-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}

/* Vision & Mission headings */
.vm-card h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--dark);
}

.vm-card p {
  font-size: 15.5px;
  line-height: 1.9;
  color: #444;
}

/* Accent border */
.vision-card {
  border-top: 5px solid var(--accent);
}

.mission-card {
  border-top: 5px solid var(--primary);
}

/* Responsive */
@media (max-width: 768px) {
  .vm-card {
    padding: 35px 25px;
  }

  .vm-card h3 {
    font-size: 22px;
  }
}

/* director message */
.director-section {
  padding: 90px 20px;
  background: linear-gradient(135deg, #0A4F4E, #063c3b);
  color: #fff;
}

/* IMAGE */
.director-image img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

/* CONTENT */
.director-content {
  padding-left: 20px;
}

.director-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

.director-content h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #fff;
}

.director-content p {
  font-size: 15.5px;
  line-height: 1.9;
  color: #e2f6f4;
  margin-bottom: 15px;
}

.director-name {
  margin-top: 25px;
  font-size: 17px;
  font-weight: 600;
  color: var(--accent);
}

.director-name span {
  display: block;
  font-size: 14px;
  color: #d6f1ef;
  font-weight: 400;
}

/* Responsive */
@media (max-width: 991px) {
  .director-content {
    padding-left: 0;
  }

  .director-content h2 {
    font-size: 28px;
  }
}

/* value */
.values-section {
  padding: 90px 20px;
  background: var(--light-bg);
}

.values-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 55px;
}

/* Card */
.value-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  height: 100%;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}

/* Icon */
.value-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  color: #fff;
  font-size: 32px;
}

/* Text */
.value-card h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--dark);
}

.value-card p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .values-title {
    font-size: 28px;
  }

  .value-card {
    padding: 32px 22px;
  }
}
