/* ==========================================================================
   About Page - bám layout demo gioi-thieu-tinhdaudua.html
   ========================================================================== */

.about-page {
  --about-line: rgba(226, 211, 185, .76);
  --about-soft: 0 22px 58px rgba(54, 32, 15, .075);
  --about-card: 0 16px 38px rgba(54, 32, 15, .055);
  background: linear-gradient(180deg, #fffdf8 0%, #f8fff9 52%, #fffdf8 100%);
  color: var(--brown, #3c2a1e);
}

.about-page .wrap {
  width: min(1500px, calc(100% - 48px));
  max-width: 1500px;
  margin-inline: auto;
  padding-inline: 0;
}

.about-page .about-hero {
  padding: 34px 0 32px;
}

.about-page .hero-box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  min-height: 500px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 34px;
  background: linear-gradient(135deg, #fff0b8 0%, #fff8e8 45%, #eaffef 100%);
  box-shadow: var(--about-soft);
}

.about-page .hero-box::before {
  content: "";
  position: absolute;
  left: -110px;
  top: -130px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .55);
  pointer-events: none;
}

.about-page .hero-copy {
  position: relative;
  z-index: 1;
  padding: 72px 72px;
}

.about-page .breadcrumb {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 16px;
  color: #7b6c5c;
  font-size: 13px;
  font-weight: 800;
}

.about-page .breadcrumb span {
  color: var(--green, #17743a);
}

.about-page .eyebrow,
.about-page .tag {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  border: 1px solid #f1e0b7;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--green, #17743a);
  font-size: 13px;
  font-weight: 950;
  padding: 8px 14px;
}

.about-page h1 {
  max-width: 780px;
  margin: 18px 0 16px;
  color: #2b251f;
  font-size: clamp(52px, 5vw, 78px);
  line-height: .98;
  letter-spacing: 0;
}

.about-page h2 {
  margin: 14px 0 12px;
  color: var(--brown, #3c2a1e);
  font-size: clamp(34px, 3.6vw, 50px);
  line-height: 1.06;
  letter-spacing: 0;
}

.about-page h3 {
  margin: 0 0 8px;
  color: var(--brown, #3c2a1e);
  font-size: 21px;
  line-height: 1.25;
}

.about-page p,
.about-page .lead {
  color: #6e6257;
  font-size: 17px;
  line-height: 1.78;
}

.about-page .lead {
  max-width: 760px;
  margin: 0;
}

.about-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.about-page .hero-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 54px 58px 54px 0;
}

.about-page .photo {
  overflow: hidden;
  width: 100%;
  height: 360px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(54, 32, 15, .18);
}

.about-page .photo img,
.about-page .image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .mini-card {
  position: absolute;
  left: -30px;
  bottom: 62px;
  max-width: 220px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .14);
  color: var(--green, #17743a);
  font-weight: 950;
  padding: 16px 18px;
}

.about-page .mini-card small {
  display: block;
  margin-top: 5px;
  color: #756b60;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.about-page .about-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 54px;
}

.about-page .stat,
.about-page .value,
.about-page .step,
.about-page .content-card {
  border: 1px solid var(--about-line);
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--about-card);
}

.about-page .stat {
  min-height: 152px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 24px;
  padding: 22px;
}

.about-page .stat b {
  display: block;
  color: var(--green, #17743a);
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
}

.about-page .stat span {
  display: block;
  margin-top: 12px;
  color: #756b60;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.about-page .about-section {
  padding: 42px 0;
}

.about-page .story-box {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--about-soft);
  padding: 56px 64px;
}

.about-page .about-section,
.about-page .about-stats,
.about-page .about-cta {
  width: min(1500px, calc(100% - 48px));
  max-width: 1500px;
}

.about-page .story-box::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #effaf1;
}

.about-page .story-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: auto;
  text-align: center;
}

.about-page .story-content p {
  max-width: 1120px;
  margin: 12px auto 0;
  line-height: 1.9;
}

.about-page .timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
  padding-top: 38px;
  text-align: left;
}

.about-page .timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 15px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, var(--green, #17743a), #c89736, var(--green, #17743a), transparent);
}

.about-page .year {
  position: relative;
  border: 1px solid var(--about-line);
  border-radius: 28px;
  background: linear-gradient(180deg, #fff, #fffaf0);
  box-shadow: var(--about-card);
  padding: 30px 24px;
}

.about-page .year::before {
  content: "";
  position: absolute;
  left: 30px;
  top: -32px;
  z-index: 2;
  width: 18px;
  height: 18px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--green, #17743a);
  box-shadow: 0 0 0 4px rgba(23, 116, 58, .14), 0 10px 24px rgba(23, 116, 58, .22);
}

.about-page .year b {
  display: inline-flex;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--green, #17743a);
  color: #fff;
  padding: 7px 12px;
}

.about-page .year p,
.about-page .step p,
.about-page .value p,
.about-page .content-card p {
  margin: 0;
  color: #756b60;
  font-size: 15px;
  line-height: 1.7;
}

.about-page .two-col {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: center;
}

.about-page .content-card {
  border-radius: 30px;
  padding: 48px;
}

.about-page .image-card {
  overflow: hidden;
  min-height: 430px;
  height: 100%;
  border-radius: 30px;
  background: #eee;
  box-shadow: var(--about-soft);
}

.about-page .section-sub {
  max-width: 900px;
  margin: 10px 0 24px;
  color: #756b60;
}

.about-page .values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.about-page .value {
  border-radius: 26px;
  padding: 32px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.about-page .value:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(23, 116, 58, .14);
}

.about-page .value i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 19px;
  background: #eaf7ee;
  font-size: 17px;
  font-style: normal;
}

.about-page .process {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-page .step {
  min-height: 172px;
  border-radius: 24px;
  padding: 28px;
}

.about-page .num {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--green, #17743a), #35aa58);
  color: #fff;
  font-weight: 950;
}

.about-page .brand-quote {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
  align-items: center;
  border-radius: 32px;
  background: linear-gradient(135deg, #0f5b2d, var(--green, #17743a));
  color: #fff;
  box-shadow: var(--about-soft);
  padding: 56px 64px;
}

.about-page .brand-quote h2,
.about-page .brand-quote p {
  color: #fff;
}

.about-page .brand-quote p {
  margin: 0;
  color: #eaffef;
  font-size: 18px;
  line-height: 1.85;
}

.about-page .brand-quote .tag {
  background: rgba(255, 255, 255, .92);
}

.about-page .founder {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  color: #eaffef;
}

.about-page .founder i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #fff;
  color: var(--green, #17743a);
  font-style: normal;
  font-weight: 950;
}

.about-page .about-cta {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  overflow: hidden;
  margin-top: 48px;
  margin-bottom: 56px;
  border: 1px solid var(--about-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--about-soft);
}

.about-page .cta-left {
  padding: 52px;
  background: linear-gradient(135deg, #0f5b2d, var(--green, #17743a));
  color: #fff;
}

.about-page .cta-left h2,
.about-page .cta-left p {
  color: #fff;
}

.about-page .cta-left p {
  color: #e9ffee;
}

.about-page .cta-form {
  display: grid;
  gap: 12px;
  padding: 52px;
}

.about-page .cta-form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.about-page .cta-form input,
.about-page .cta-form textarea {
  width: 100%;
  border: 1px solid var(--about-line);
  border-radius: 14px;
  outline: none;
  background: #fffdf8;
  color: var(--brown, #3c2a1e);
  font: inherit;
  padding: 15px 16px;
}

.about-page .cta-form textarea {
  min-height: 96px;
  resize: vertical;
}

.about-page .cta-form .btn {
  border-radius: 14px;
}

@media (max-width: 1050px) {
  .about-page .hero-box,
  .about-page .two-col,
  .about-page .brand-quote,
  .about-page .about-cta {
    grid-template-columns: 1fr;
  }

  .about-page .hero-img {
    padding: 0 34px 34px;
  }

  .about-page .mini-card {
    left: 54px;
  }

  .about-page .about-stats,
  .about-page .timeline,
  .about-page .process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-page .values {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .about-page .wrap {
    width: min(100% - 28px, 1500px);
  }

  .about-page .about-hero {
    padding-top: 18px;
  }

  .about-page .hero-box {
    border-radius: 24px;
  }

  .about-page .hero-copy {
    padding: 34px 22px;
  }

  .about-page .hero-img {
    padding: 0 22px 28px;
  }

  .about-page .photo {
    height: 230px;
  }

  .about-page .mini-card {
    display: none;
  }

  .about-page h1 {
    font-size: 38px;
  }

  .about-page h2 {
    font-size: 31px;
  }

  .about-page .about-stats,
  .about-page .timeline,
  .about-page .process,
  .about-page .cta-form .row {
    grid-template-columns: 1fr;
  }

  .about-page .timeline {
    padding-top: 0;
  }

  .about-page .timeline::before,
  .about-page .year::before {
    display: none;
  }

  .about-page .story-box,
  .about-page .content-card,
  .about-page .brand-quote,
  .about-page .cta-left,
  .about-page .cta-form {
    border-radius: 26px;
    padding: 26px 20px;
  }

  .about-page .image-card {
    min-height: 280px;
  }
}
