/* ===========================
   About Us Page Styles (Clean)
   =========================== */

/* ========== HERO SMILES SECTION ========== */
.hero-smiles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 10%;
  background-color: #f5f4ec;
  gap: 40px;
}

.hero-smiles__content {
  flex: 1;
}

.hero-smiles__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #146782;
  margin-bottom: 20px;
  line-height: 1.3;
}

.hero-smiles__text {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  max-width: 665px;
}

.hero-smiles__image {
  flex: 1;
  text-align: right;
}

.hero-smiles__image img {
  max-width: 100%;
  height: auto;
}

/* Mobile */
@media (max-width: 768px) {
  .hero-smiles {
    flex-direction: column;
    text-align: center;
  }

  .hero-smiles__image {
    text-align: center;
  }
}

/* ========== MEET SAM SECTION ========== */
.section-sam {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 80px 10%;
  background-color: #146782;
  color: #fff;
}

.section-sam__image {
  flex: 1;
}

.section-sam__image img {
  border-radius: 12px;
  max-width: 100%;
  height: auto;
}

.section-sam__content {
  flex: 2;
}

.section-sam__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-sam__subtitle {
  font-size: 1.125rem;
  font-style: italic;
  margin-bottom: 20px;
}

.section-sam__text {
  font-size: 1rem;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px) {
  .section-sam {
    flex-direction: column;
    text-align: center;
  }
}

/* ========== NEW BOARD MEMBERS SECTION ========== */
.board {
  padding: 0px 64px;
  text-align: center;
  background: #fff;
}

.board .section-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  color: #146782;
  margin-top: 30px;
  margin-bottom: 24px;
}

.board .section-subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #333;
  margin-bottom: 80px;
}

.board-members {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 48px;
  justify-content: center;
}

.member-card {
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 24px;
  max-width: 350px;
  flex: 1 1 300px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.member-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.member-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
}

.member-name {
  font-family: 'Sansita One', cursive;
  font-size: 24px;
  line-height: 120%;
  color: #000;
  margin-bottom: 6px;
}

.member-role {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #146782;
  margin-bottom: 12px;
}

.member-bio {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #333;
  text-align: justify;
}

.about-hero {
  background: url("../img/about_back.png") no-repeat center;
}

.brdmem {
  padding: unset;
}

/* ========== CONTACT SECTION ========== */
.contact-block {
  padding: 112px 64px;
  background: #f9f9f7;
}

.contact-grid {
  display: flex;
  justify-content: center;
  gap: 112px;
  flex-wrap: wrap;
  text-align: center;
}

.contact-item i {
  font-size: 48px;
  color: #146782;
  margin-bottom: 16px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.contact-item i:hover {
  color: #f4a261;
  transform: scale(1.1);
}

.contact-item h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 8px;
  color: #000;
}

.contact-item p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 6px;
  color: #000;
}

.contact-item a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #146782;
  text-decoration: underline;
}

/* EXACT FIGMA FONT STYLE FOR BOARD MEMBERS */

/* Name */
.member-name {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  text-align: center !important;
  letter-spacing: 0 !important;
}

/* Role / Title */
.member-role {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  text-align: center !important;
  letter-spacing: 0 !important;
  color: #146782 !important; /* Keep your theme blue */
}

/* Bio */
.member-bio {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700 !important;  /* bold like your figma */
  font-size: 16px !important;
  line-height: 150% !important;
  text-align: center !important;
  letter-spacing: 0 !important;
}

/* -------------------------------------------------------------------------------------------------------------------------- */

/* ============================================================
   ABOUT US — PERFECT RESPONSIVE SYSTEM (Mobile + Tablet Only)
   Desktop stays untouched
   ============================================================ */


/* ------------------------------------------------------------
   HERO SMILES — Mobile & Tablet
   ------------------------------------------------------------ */
@media (max-width: 1024px) {
  .hero-smiles {
    padding: 60px 24px !important;
    flex-direction: column !important;
    text-align: center !important;
    gap: 24px !important;
  }

  .hero-smiles__title {
    font-size: 2.2rem !important;
    margin-bottom: 16px !important;
  }

  .hero-smiles__text {
    font-size: 16px !important;
    max-width: 100% !important;
  }

  .hero-smiles__image {
    text-align: center !important;
  }

  .hero-smiles__image img {
    max-width: 85% !important;
  }
}


/* Small mobile layout */
@media (max-width: 480px) {
  .hero-smiles {
    padding: 40px 18px !important;
  }

  .hero-smiles__title {
    font-size: 1.8rem !important;
  }

  .hero-smiles__text {
    font-size: 15px !important;
  }
}


/* ------------------------------------------------------------
   MEET SAM — Mobile & Tablet
   ------------------------------------------------------------ */
@media (max-width: 1024px) {
  .section-sam {
    padding: 60px 24px !important;
    flex-direction: column !important;
    text-align: center !important;
    gap: 30px !important;
  }

  .section-sam__image img {
    max-width: 80% !important;
  }

  .section-sam__title {
    font-size: 1.8rem !important;
  }

  .section-sam__subtitle {
    font-size: 1rem !important;
  }

  .section-sam__text {
    font-size: 15px !important;
    max-width: 90% !important;
    margin: 0 auto !important;
    line-height: 1.6 !important;
  }
}


/* Smaller Mobile */
@media (max-width: 480px) {
  .section-sam {
    padding: 40px 18px !important;
  }

  .section-sam__image img {
    max-width: 95% !important;
  }
}


/* ------------------------------------------------------------
   BOARD MEMBERS — Mobile & Tablet
   ------------------------------------------------------------ */
@media (max-width: 1024px) {
  .board {
    padding: 0px 24px !important;
  }

  .board .section-title {
    font-size: 32px !important;
    margin-top: 20px !important;
  }

  .board .section-subtitle {
    font-size: 16px !important;
    margin-bottom: 40px !important;
  }

  .board-members {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
  }

  .member-card {
    max-width: 100% !important;
    padding: 20px !important;
  }

  .member-card img {
    height: 250px !important;
  }

  .member-name {
    font-size: 16px !important;
  }

  .member-role {
    font-size: 15px !important;
  }

  .member-bio {
    font-size: 14px !important;
    text-align: center !important;
  }
}


/* Mobile — Single Column */
@media (max-width: 600px) {
  .board-members {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  .member-card img {
    height: 230px !important;
  }

  .member-bio {
    padding: 0 10px !important;
  }
}


/* ------------------------------------------------------------
   CONTACT SECTION — Mobile & Tablet
   ------------------------------------------------------------ */
@media (max-width: 1024px) {
  .contact-block {
    padding: 60px 24px !important;
  }

  .contact-grid {
    gap: 40px !important;
  }
}

@media (max-width: 480px) {
  .contact-block {
    padding: 40px 18px !important;
  }

  .contact-item h4 {
    font-size: 22px !important;
  }

  .contact-item p,
  .contact-item a {
    font-size: 14px !important;
  }

  .contact-item i {
    font-size: 40px !important;
  }
}
