.about-section {
  text-align: center;
  padding: 90px 20px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #FDFBF1 0%, #FFFCF1 49%, #FFF2E3 100%);
}

.gallery-hero {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 6px;
}

.full-gallery-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px;
  object-fit: cover;
}

.hero-text {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
  max-width: 950px;
  color: #3A1700;
  font-size: clamp(22px, 4.6vw, 56px) !important;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  word-break: break-word;
  hyphens: auto;
  padding: 0 12px;
}

.buttons-section {
  width: 100%;
  display: flex;
  justify-content: center;
  /* padding: 2px 16px; */
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.buttons-inner {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.buttons-inner .cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 32px;
  border-radius: 28px;
  font-weight: 700;
  font-size: 12.055px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
}

.buttons-inner .btn-primary {
  background: #7E8AB8;
  color: #fff;
  border: 0;
  box-shadow: 0 6px 18px rgba(118, 131, 209, 0.14);
  font-size: 18px;
}

.buttons-inner .btn-outline {
  border-radius: 20.665px;
  background: #fff;
  color: #7E8AB8;
  border: 2px solid #7E8AB8;
  box-shadow: 0 6px 18px rgba(118, 131, 209, 0.14);
  font-size: 18px;
  border-radius: 40px;
}

.about-content {
  width: 100%;
  background: #fff;
  padding: 40px 60px;
  box-sizing: border-box;
}

.about-container {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 48px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.about-image img {
  width: 100%;
  max-width: 380px;
  height: auto;
  border-radius: 60%;
  display: block;
  margin-top: 60px;
  object-fit: cover;
}

.single-gallery-wrapper {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0 3px;
  display: flex;
  justify-content: center;
}

.full-gallery-img {
  width: 100%;
  max-width: 1800px;
  height: auto;
  border-radius: 24px;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4));
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4));
  transition: transform 0.3s ease;
}

.eyebrow {
  color: #E29F72;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1px;
  line-height: 1.2;
}

.vision-title {
  font-size: 30px;
  font-weight: bold;
  color: #3A1700;
}

.about-title {
  color: #3A1700;
  font-size: clamp(22px, 3.5vw, 48px);
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 16px;
  word-break: break-word;
  hyphens: auto;
}

.about-paragraph {
  color: #3A1700;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-align: justify;
}

.about-quote {
  grid-column: 1 / -1;
  margin-top: -20px;
  font-size: 18px;
  line-height: 30px;
  color: #3A1700;
  text-align: left;
}

/* ============ RESPONSIVE BREAKPOINTS ============ */

@media (max-width: 1200px) {
  .about-container {
    grid-template-columns: 360px 1fr;
    gap: 36px;
  }

  .about-content {
    padding: 36px 40px;
  }

  .hero-text {
    font-size: clamp(20px, 4.2vw, 44px) !important;
  }
}

@media (max-width: 992px) {
  .about-container {
    grid-template-columns: 320px 1fr;
    gap: 28px;
  }

  .about-image img {
    max-width: 320px;
    margin-top: 40px;
  }

  .hero-text {
    font-size: clamp(18px, 5vw, 36px) !important;
    top: 12%;
  }

  .buttons-inner {
    gap: 20px;
  }

  .buttons-inner .cta {
    padding: 8px 22px;
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding: 56px 16px;
  }

  .hero-text {
    position: static !important;
    transform: none !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 540px;
    margin: 8px auto 12px;
    text-align: center;
    padding: 0 12px;
    font-size: clamp(18px, 5.6vw, 28px) !important;
    line-height: 1.2;
  }

  .about-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-content {
    padding: 28px 20px;
  }

  .about-title {
    font-size: clamp(20px, 4.8vw, 28px);
    text-align: center;
  }

  .about-paragraph {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 8px;
  }

  .about-image {
    display: flex;
    justify-content: center;
  }

  .about-image img {
    margin-top: 16px;
    max-width: 240px;
    width: 60%;
    border-radius: 50%;
  }
}

@media (max-width: 480px) {
  .about-section {
    padding: 40px 12px;
  }

  .hero-text {
    font-size: clamp(16px, 7vw, 22px) !important;
    margin: 6px auto 10px;
  }

  .buttons-inner {
    gap: 12px;
  }

  .buttons-inner .cta {
    padding: 8px 16px;
    font-size: 11px;
    border-radius: 20px;
  }

  .about-title {
    font-size: clamp(16px, 6.2vw, 22px);
    line-height: 1.18;
    text-align: center;
    margin: 6px 0 14px;
  }

  .about-paragraph {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 8px;
  }

  .about-quote {
    margin-top: 8px;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
  }

  .about-image img {
    max-width: 200px;
    width: 60%;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 16px;
  }
}

/* Prevent images causing overflow */
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.vision-paragraph{
    font-size: 20px;
}
.sub-btn-text { 
      font-size: 25px ;
      color: #3A1700;
      font-family: 'Rowdies', sans-serif ;
  }