/* ==========================================================
   ABOUT PAGE
   Mobile First
========================================================== */

/* ==========================
   Hero Section
========================== */

.about-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left,
      rgba(199, 154, 69, .18),
      transparent 45%),
    linear-gradient(135deg,
      #101010,
      #1a1a1a);

  /* padding-block:clamp(70px,10vw,140px); */
  /* padding-block: clamp(50px, 10vw, 60px); */
}

.about-hero {
  padding: 70px 0;
}

@media(max-width:991px) {
  .about-hero {
    padding: 60px 0;
  }
}

@media(max-width:576px) {
  .about-hero {
    padding: 45px 0;
  }
}

.about-hero .container-xl {
  position: relative;
  z-index: 2;
}

.about-hero-blob {

  position: absolute;

  width: 420px;

  height: 420px;

  border-radius: 50%;

  right: -140px;

  top: -120px;

  background: rgba(199, 154, 69, .18);

  filter: blur(120px);

  pointer-events: none;

}

.about-hero h1 {

  color: #fff;

  font-size: clamp(2.2rem, 6vw, 4.5rem);

  font-weight: 700;

  margin-bottom: 20px;

  line-height: 1.1;

}

.contact-hero-sub {

  max-width: 760px;

  margin: auto;

  font-size: clamp(1rem, 2vw, 1.2rem);

  line-height: 1.8;

  color: rgba(255, 255, 255, .75);

}

.about-breadcrumb {

  display: flex;

  justify-content: center;

  align-items: center;

  flex-wrap: wrap;

  gap: 8px;

  margin-bottom: 25px;

  color: #ffffff;

}

.about-breadcrumb a {

  color: #fff;

  transition: .3s;

}

.about-breadcrumb a:hover {

  color: var(--color-gold);

}

.about-breadcrumb .current {

  color: var(--color-gold);

  font-weight: 600;

}

.about-hero-eyebrow {

  display: inline-flex;

  align-items: center;

  gap: 8px;

  padding: 8px 18px;

  border-radius: 40px;

  margin-bottom: 25px;

  background: rgba(199, 154, 69, .12);

  border: 1px solid rgba(199, 154, 69, .25);

  color: var(--color-gold);

  font-weight: 600;

}

.about-hero-eyebrow .dot {

  width: 8px;

  height: 8px;

  border-radius: 50%;

  background: var(--color-gold);

}

.reveal-scale img {
  border-radius: 20px;
}

/* ==========================
   Shared Section
========================== */

.section {
  /* padding: 80px 0;
  padding: 80px 0;  */
  padding-block-start: 48px;
  padding-block-end: 48px;
}

@media (max-width:991px) {
  .section {
    padding: 60px 0;
  }
}

@media (max-width:576px) {
  .section {
    padding: 45px 0;
  }
}

.section-tight {

  padding-block: clamp(40px, 6vw, 60px);

}

.section h2 {

  font-size: 2.8rem;

  margin-bottom: 20px;

  line-height: 1.2;

}

.section .lede {

  font-size: clamp(1rem, 2vw, 1.15rem);

  color: #6d6d6d;

  line-height: 1.8;

}

/* ==========================
   Intro Section
========================== */

/* .about-intro-copy{

    display:flex;

    flex-direction:column;

    justify-content:center;

    height:100%;

} */

.about-intro-copy,
.about-why-copy {
  padding-right: 20px;
}

@media(max-width:991px) {

  .about-intro-copy,
  .about-why-copy {

    padding-right: 0;
    text-align: center;

  }

}

.about-intro-media {

  width: 100%;

}

/* .about-intro-media img{

    width:100%;

    display:block;

    border-radius:24px;

    object-fit:cover;

    aspect-ratio:4/3;

    box-shadow:0 25px 50px rgba(0,0,0,.15);

} */

@media(max-width:991px) {

  .about-intro-media img,
  .about-why-media img {

    max-height: 360px;

  }

}

@media(max-width:576px) {

  .about-intro-media img,
  .about-why-media img {

    max-height: 250px;
    border-radius: 20px;

  }

}

/* ==========================
   Buttons
========================== */

.about-intro-actions {

  display: flex;

  flex-wrap: wrap;

  margin-top: 28px;
  gap: 14px;

  /* gap:18px;

    margin-top:35px; */

}

.about-intro-actions .btn {

  min-height: 52px;

  padding-inline: 28px;

}

/* ==========================
   Why Choose
========================== */

.about-why-section {

  background: #fafafa;

}

/* .about-why-copy{

    display:flex;

    flex-direction:column;

    justify-content:center;

    height:100%;

} */

/* .about-why-media img{

    width:100%;

    border-radius:24px;

    object-fit:cover;

    aspect-ratio:4/3;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

} */

/* ==========================
   Feature List
========================== */

.about-feature-list {

  display: flex;

  flex-direction: column;

  gap: 22px;

  margin-top: 35px;

}

.about-feature-row {

  align-items: flex-start;
  padding: 8px 0;

  /* display:flex;

    align-items:flex-start;

    gap:18px; */

}

.about-feature-row .ic {

  width: 58px;

  height: 58px;

  flex-shrink: 0;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 50%;

  background: #fff;

  color: var(--color-gold);

  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);

}

.about-feature-row h3 {

  font-size: 1.2rem;

  margin-bottom: 8px;

}

.about-feature-row p {

  margin: 0;

  line-height: 1.8;

}

/* ==========================================================
   STATISTICS
========================================================== */

.about-stat-card {

  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  text-align: center;

  padding: 28px 18px;

  background: #fff;

  border-radius: 20px;

  border: 1px solid rgba(0, 0, 0, .06);

  transition: .35s ease;

  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);

}

.about-stat-card:hover {

  transform: translateY(-8px);

  box-shadow: 0 20px 40px rgba(0, 0, 0, .10);

}

.about-stat-card .ic {

  width: 70px;

  height: 70px;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  background: #faf6eb;

  color: var(--color-gold);

  margin-bottom: 20px;

}

.about-stat-num {

  display: block;

  font-size: 2.3rem;

  font-weight: 700;

  line-height: 1;

  color: #111;

  margin-bottom: 12px;

}

.about-stat-label {

  font-size: .95rem;

  color: #777;

  letter-spacing: 1px;

  text-transform: uppercase;

}



/* ==========================================================
   TESTIMONIAL SECTION
========================================================== */

.about-testimonials {

  background: #101010;

}

.about-testimonials .section-head {

  text-align: center;

  margin-bottom: 60px;

}

.about-testimonials h2 {

  color: #fff;

}

.about-testimonials p {

  color: rgba(255, 255, 255, .70);

}

.about-underline {

  width: 70px;

  height: 4px;

  border-radius: 30px;

  background: linear-gradient(90deg, #b8860b, #f1d27a);

  margin: 18px auto 25px;

}

.about-testimonial-card {

  height: 100%;

  display: flex;

  flex-direction: column;

  background: #1a1a1a;

  border-radius: 22px;

  padding: 28px;

  border: 1px solid rgba(255, 255, 255, .05);

  transition: .35s ease;

}

.about-testimonial-card:hover {

  transform: translateY(-8px);

  border-color: rgba(199, 154, 69, .40);

  box-shadow: 0 18px 45px rgba(0, 0, 0, .35);

}

.quote-icon {

  font-size: 55px;

  color: rgba(199, 154, 69, .30);

  line-height: 1;

}

.stars {

  margin: 15px 0;

  color: #FFD54F;

  letter-spacing: 3px;

}

.about-testimonial-card h3 {

  color: #fff;

  margin-bottom: 18px;

  font-size: 1.3rem;

}

.about-testimonial-card p {

  color: rgba(255, 255, 255, .75);

  line-height: 1.8;

  flex-grow: 1;

}

.reviewer {

  display: flex;

  align-items: center;

  margin-top: 30px;

}

.reviewer strong {

  display: block;

  color: #fff;

  font-size: 1rem;

}

.reviewer span {

  color: #bbb;

  font-size: .9rem;

}

/* ==========================================================
   RESPONSIVE
========================================================== */

/* Large Laptop */

@media (max-width:1200px) {

  .about-stat-card {

    padding: 35px 20px;

  }

}


/* Tablet */

@media (max-width:992px) {

  .about-intro-copy,

  .about-why-copy {

    text-align: center;

  }

  .about-intro-actions {

    justify-content: center;

  }

  .about-feature-row {

    text-align: left;

  }

  .section {

    padding-block: 45px;

  }

  .section h2 {

    font-size: 2.3rem;

  }

}


/* Mobile */

@media (max-width:768px) {

  .about-hero {

    padding-block: 80px;

  }

  .about-intro-actions {

    flex-direction: column;

  }

  .about-intro-actions .btn {

    width: 100%;

  }

  .about-feature-row {

    gap: 15px;

  }

  .about-feature-row .ic {

    width: 50px;

    height: 50px;

  }

  .about-testimonial-card {

    padding: 28px;

  }

}


/* Small Mobile */

@media (max-width:576px) {

  .about-hero h1 {

    font-size: 2.2rem;

  }

  .section h2 {

    font-size: 1.9rem;

  }

  .about-stat-card {

    padding: 25px 15px;

  }

  .about-stat-num {

    font-size: 2rem;

  }

  .about-breadcrumb {

    font-size: .85rem;

  }

}


/* Very Small Phones */

@media (max-width:420px) {

  .container-xl {

    padding-inline: 15px;

  }

  .about-hero {

    padding-block: 65px;

  }

  .contact-hero-sub {

    font-size: .95rem;

  }

  .about-feature-row {

    flex-direction: column;

    align-items: center;

    text-align: center;

  }

  .about-feature-row .ic {

    margin-bottom: 8px;

  }

  .about-testimonial-card {

    padding: 22px;

  }

  .about-intro-actions .btn {

    font-size: .9rem;

  }

}