/* About page specific styles */
:root {
  --about-bg: #f5fafd;
  --about-accent: #fbd34d;
  --about-accent-2: #8bd2f5;
  --about-accent-3: #f58fb5;
  --about-card: #ffffff;
  --about-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}

.about-page {
  display: flex;
  flex-direction: column;
  /* gap: 48px; */
}

.about-hero-block {
  margin-top: -7pc;
  padding: 80px 24px 56px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
  align-items: center;
  text-align: center;
  background: url("../images/updateimages/aboutbg.png");
  /* margin: 0 auto; */
  width: 100%;
  height: 115vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.about-hero-block::after {
  bottom: 12%;
  right: 6%;
  animation-delay: 2s;
}

@keyframes floatCloud {
  from {
    transform: translateY(0px) translateX(0px);
  }

  to {
    transform: translateY(-10px) translateX(8px);
  }
}

.about-hero-copy {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: -15pc;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  font-weight: 700;
  color: #1f2d3d;
}

.about-hero-copy h1 {
  font-size: clamp(38px, 5vw, 54px);
  letter-spacing: 1px;
  margin: 12px 0 14px;
  color: #1f2d3d;
}

.about-hero-copy .lead {
  /* max-width: 580px; */
  color: #2f3d4d;
}

.about-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
  justify-content: center;
}

.about-hero-actions .about-btn {
  border-radius: 999px;
  padding: 12px 20px;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid #1f2d3d;
  background: #fff;
  color: #1f2d3d;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.about-hero-illustration {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}

.about-hero-illustration img {
  width: 100%;
  max-width: 540px;
  display: block;
  border-radius: 24px;
}

.about-hero-float {
  position: absolute;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
  padding: 14px;
  display: grid;
  gap: 8px;
  min-width: 180px;
}

.card-cta {
  top: 12%;
  right: 6%;
}

.card-review {
  bottom: 10%;
  left: 8%;
}

.about-hero-float .label {
  font-weight: 700;
  color: #1f2d3d;
  margin: 0;
}

.about-hero-float .avatars {
  display: flex;
  align-items: center;
  gap: 6px;
}

.about-hero-float .bubble {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e8e8e8;
  box-shadow: inset 0 0 0 2px #fff;
}

.about.qr-placeholder {
  width: 60px;
  height: 60px;
  background: #3b82f6;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #fff;
}

.about-hero-float small {
  color: #4b5563;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reviewer .avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e8e8e8;
}

.reviewer .meta {
  font-size: 12px;
  color: #4b5563;
}

.about-section {
  width: 100%;
  margin: 0 auto;
  padding: 10pc 27pc 20pc;
  display: grid;
  gap: 24px;
  position: relative;
}

.about-section.two-col {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--about-shadow);
}

.about-section .about-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: var(--about-shadow);
  background: #e8e8e8;
}

.about-text h2 {
  font-size: clamp(30px, 3.5vw, 40px);
  margin: 8px 0 10px;
}

.about-text p {
  font-size: 17px;
  color: #2f3d4d;
}

.z-pattern {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--about-shadow);
}

.icon-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.icon-list li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #1f2d3d;
}

.mission {
  text-align: center;
  position: relative;
}

.mission-card {
  background: linear-gradient(135deg, #1d4ed8, rgba(239, 246, 255, 0.9));
  /* border-radius: 24px; */
  padding: 25px 0px;
  box-shadow: var(--about-shadow);
}

.mission-card h2 {
  margin-bottom: 10px;
}

.mission-card p {
  font-size: 18px;
  color: #1f2d3d;
}

.cards .card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.info-card {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--about-shadow);
  display: grid;
  gap: 10px;
}

.info-card img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  background: #e8e8e8;
}

.info-card h3 {
  margin: 4px 0;
}

.info-card p {
  color: #2f3d4d;
}

.love-grid.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  gap: 24px;
  width: auto;
  /* background: url("../images/about1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; */
}

.love-image {
  position: relative;
  z-index: 2;
}

.love-image img {
  width: 100%;
}

.love-text {
  display: grid;
  gap: 12px;
  text-align: left;
  color: #1f2d3d;
  position: relative;
  z-index: 2;
}

.love-text h2 {
  font-size: clamp(26px, 3.5vw, 34px);
  color: #2b2663;
  margin: 0;
}

.love-text .lead {
  font-size: 17px;
  color: #334155;
}

.love-text p {
  margin: 0;
  color: #42526b;
  line-height: 1.5;
}

.love-dots {
  letter-spacing: 6px;
  color: #3b82f6;
  font-weight: 800;
}

.love-text .about-hero-actions {
  justify-content: flex-start;
}

.about-section11 {
  background: url("../images/updateimages/About\ section\ 2.jpg");
  width: 100%;
  text-align: center;
  height: 100vh;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.closing-copy {
  margin: 0 auto;
  max-width: 600px;
}

.closing-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  align-items: center;
  justify-items: center;
  width: 40%;
}

.closing-copy h2 {
  font-size: clamp(28px, 3.8vw, 55px);

}

.closing-copy p {
  margin: 8px 0 14px;
  color: #2f3d4d;
  text-align: center;
  font-size: 22px;
}

.closing-illustration img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  background: #e8e8e8;
  box-shadow: var(--about-shadow);
}

/* Responsive typography for about page */
.hero-badge {
  font-size: clamp(14px, 3.5vw, 16px);
}

.about-hero-copy h1 {
  font-size: clamp(32px, 7vw, 54px);
}

.about-hero-copy .lead {
  font-size: clamp(16px, 3.8vw, 20px);
  line-height: 1.6;
}

.about-hero-actions .about-btn,
.btn-ghost {
  font-size: clamp(15px, 3.4vw, 17px);
}

.about-text h2,
.love-text h2,
.closing-copy h2 {
  font-size: clamp(24px, 4.5vw, 36px);
}

.about-text p,
.about-section p,
.mission-card p,
.info-card p,
.love-text p,
.closing-copy p {
  font-size: clamp(15px, 3.4vw, 18px);
  line-height: 1.55;
}

.icon-list li {
  font-size: clamp(14px, 3.4vw, 17px);
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .about-hero-copy h1 {
    font-size: clamp(32px, 7vw, 40px);
  }

  .about-hero-copy .lead {
    font-size: clamp(16px, 3.8vw, 17px);
    line-height: 1.6;
  }

  .about-hero-actions .about-btn {
    font-size: clamp(14px, 3.4vw, 11px);
  }

  .about-section {
    padding: 20pc 10pc;
  }

  .love-image {
    display: flex;
    justify-content: center;
  }

  .love-text {
    padding: 4pc 1pc;
  }

  .love-image img {
    width: 80%;
  }

  .love-text p {
    font-size: 15px;
  }

  .love-text .lead {
    font-size: 15px;
  }

  .love-text .lead2 {
    width: 65%;
  }
}

/* Extra Large Screens */
@media (max-width: 1300px) {
  .about-section {
    padding: 8pc 7pc;
    /* seems like you meant px? verify */
  }
}

/* Large Screens */
@media (max-width: 1024px) {
  .about-hero-block {
    padding: 72px 18px 40px;
    background: url("../images/updateimages/aboutbg1_mobile.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100vh;
  }

  .about-section11 {
    background: url("../images/updateimages/about-section11.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100vh;
  }

  .about-section {
    padding: 28px 14px;
  }

  .love-text {
    background: #f7f7f7;
  }

  .love-grid.split {
    gap: 18px;
    /* padding: 2pc 1pc; */
    /* padding: 7pc 5pc; */
  }
}

/* Medium Screens */
@media (max-width: 768px) {
  .about-hero-block {
    margin-top: 0;
    grid-template-columns: 1fr;
    padding: 48px 18px 28px;
    background: url("../images/updateimages/aboutbg1_mobile.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 80vh;
  }

  .mobile-video {
    display: none;
  }

  .about-hero-illustration img {
    max-width: 420px;
  }

  .about-section {
    padding: 40px 1pc;
  }

  .about-list {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }

  .card-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  .closing-inner {
    grid-template-columns: 1fr;
  }
}

/* Small Screens */
@media (max-width: 720px) {
  .about-hero-block {
    padding: 0px 18px 28px;
    background: url("../images/updateimages/aboutbg1_mobile.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 80vh;
  }

  .about-section11 {
    background: url("../images/updateimages/about-section11.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100vh;
  }

  .about-section {
    padding: 24px 18px;
  }

  .about-section.two-col,
  .z-pattern,
  .mission-card {
    border-radius: 18px;
  }

  .closing-inner {
    width: 80%;
  }
}

/* Extra Small Screens / Mobile */
@media (max-width: 576px) {
  .about-hero-block {
    padding: 10pc 12px 28px;
    background: url("../images/updateimages/aboutbg1_mobile.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 80vh;
  }

  .hero-badge {
    width: 100%;
    justify-content: center;
  }

  .about-hero-actions {
    justify-content: center;
  }

  .about-section {
    padding: 20px 10px;
  }

  .love-grid.split {
    grid-template-columns: 1fr;
    padding: 1.5pc 0.5pc;
  }



  .about-hero-illustration img {
    max-width: 100%;
  }
}

@media(max-width: 320px) {
  .about-hero-block {
    padding: 10pc 28px 0;
  }

  .about-hero-copy h1 {
    font-size: clamp(17px, 3vw, 54px);
  }

  .about-hero-copy .lead {
    font-size: clamp(12px, 3.8vw, 20px);
  }

  .about-hero-actions .about-btn,
  .btn-ghost {
    font-size: clamp(12px, 3.4vw, 17px);
  }
}