/**
 * About Us Page Styles
 * Theme: Salkantay Treks Peru
 * Version: 2.0.0
 */

.stp-about-page {
  background-color: #f8fafc;
  color: #334155;
}

/* --------------------------------------------------------------------------
   Stats Strip Below Hero
   -------------------------------------------------------------------------- */
.stp-about-stats-strip {
  margin-top: -45px;
  position: relative;
  z-index: 10;
}

.stp-about-stats-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  padding: 1.5rem 1rem;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.stp-about-stats-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}

.stp-about-stat-number {
  font-size: 2.35rem;
  font-weight: 850;
  color: #2d6a4f;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.stp-about-stat-label {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

/* --------------------------------------------------------------------------
   Our Story & Heritage Section
   -------------------------------------------------------------------------- */
.stp-about-story-section {
  padding: 5rem 0 3.5rem;
}

.stp-story-title {
  font-size: 2.35rem;
  font-weight: 850;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  letter-spacing: -0.5px;
}

.stp-story-body {
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.8;
}

.stp-story-body p {
  margin-bottom: 1.25rem;
}

.stp-story-quote-card {
  border-left: 4px solid #52b788;
  background: #f0fdf4;
  padding: 1.25rem 1.5rem;
  border-radius: 0 12px 12px 0;
  margin: 2rem 0;
}

.stp-story-quote-text {
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 600;
  color: #1e3a2f;
  margin-bottom: 0.5rem;
  line-height: 1.55;
}

.stp-story-quote-author {
  font-size: 0.875rem;
  font-weight: 700;
  color: #2d6a4f;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stp-story-media-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.stp-story-media-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.stp-story-media-wrap:hover .stp-story-media-img {
  transform: scale(1.03);
}

.stp-story-media-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  padding: 1rem 1.35rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  gap: 12px;
}

.stp-story-media-badge i {
  font-size: 1.75rem;
  color: #ffc300;
}

.stp-story-media-badge .badge-text {
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.3;
}

/* --------------------------------------------------------------------------
   Core Pillars / Values Section
   -------------------------------------------------------------------------- */
.stp-pillars-section {
  padding: 4.5rem 0;
  background: #ffffff;
  border-top: 1px solid #eef2f6;
  border-bottom: 1px solid #eef2f6;
}

.stp-section-heading {
  font-size: 2.25rem;
  font-weight: 850;
  color: #0f172a;
  line-height: 1.25;
  margin-bottom: 0.75rem;
  letter-spacing: -0.4px;
}

.stp-section-subheading {
  font-size: 1.075rem;
  color: #64748b;
  max-width: 680px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

.stp-pillar-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2rem 1.75rem;
  height: 100%;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
}

.stp-pillar-box:hover {
  background: #ffffff;
  border-color: #52b788;
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(45, 106, 79, 0.08);
}

.stp-pillar-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #d8f3dc;
  color: #2d6a4f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  margin-bottom: 1.25rem;
  transition: transform 0.25s ease;
}

.stp-pillar-box:hover .stp-pillar-icon-wrap {
  transform: scale(1.08);
  background: #2d6a4f;
  color: #ffffff;
}

.stp-pillar-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.65rem;
}

.stp-pillar-desc {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.65;
  margin: 0;
  flex-grow: 1;
}

/* --------------------------------------------------------------------------
   Team Section
   -------------------------------------------------------------------------- */
.stp-team-section {
  padding: 5rem 0;
  background-color: #f8fafc;
}

.stp-team-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
}

.stp-team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

.stp-team-photo-wrap {
  position: relative;
  height: 270px;
  overflow: hidden;
  background: #e2e8f0;
}

.stp-team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.stp-team-card:hover .stp-team-photo {
  transform: scale(1.05);
}

.stp-team-body {
  padding: 1.5rem;
  text-align: center;
}

.stp-team-name {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.25rem;
}

.stp-team-role {
  font-size: 0.85rem;
  font-weight: 700;
  color: #2d6a4f;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
}

.stp-team-bio {
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* --------------------------------------------------------------------------
   Social Responsibility & Porter Welfare Section
   -------------------------------------------------------------------------- */
.stp-community-section {
  padding: 5rem 0;
  background: #ffffff;
  border-top: 1px solid #eef2f6;
}

.stp-community-feature-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.stp-community-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 1.15rem;
  font-size: 1rem;
  color: #475569;
  line-height: 1.6;
}

.stp-community-feature-list li i {
  color: #2d6a4f;
  font-size: 1.15rem;
  margin-top: 3px;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   TripAdvisor Trust Proof Box
   -------------------------------------------------------------------------- */
.stp-about-reviews-section {
  padding: 4.5rem 0;
  background: #f8fafc;
}

.stp-testimonial-quote-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.stp-stars-wrap {
  color: #00aa6c;
  font-size: 1.05rem;
  margin-bottom: 1rem;
}

.stp-quote-text {
  font-size: 0.98rem;
  color: #334155;
  line-height: 1.7;
  font-style: italic;
  flex-grow: 1;
  margin-bottom: 1.25rem;
}

.stp-quote-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.stp-quote-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #2d6a4f;
}

.stp-quote-user-info strong {
  display: block;
  font-size: 0.95rem;
  color: #0f172a;
}

.stp-quote-user-info span {
  font-size: 0.8rem;
  color: #94a3b8;
}

/* --------------------------------------------------------------------------
   Bottom Conversion CTA Banner
   -------------------------------------------------------------------------- */
.stp-about-cta-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #1b4332 0%, #081c15 100%);
  color: #ffffff;
  text-align: center;
}

.stp-about-cta-title {
  font-size: 2.5rem;
  font-weight: 850;
  color: #ffffff;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.stp-about-cta-desc {
  font-size: 1.15rem;
  color: #d8f3dc;
  max-width: 680px;
  margin: 0 auto 2.25rem;
  line-height: 1.65;
}

.stp-btn-gold {
  background: linear-gradient(135deg, #ffc300 0%, #ffb703 100%);
  color: #081c15 !important;
  font-weight: 800;
  border-radius: 50px;
  padding: 0.85rem 2.25rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.95rem;
  border: none;
  box-shadow: 0 8px 24px rgba(255, 183, 3, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.stp-btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 183, 3, 0.55);
  color: #081c15 !important;
}

.stp-btn-outline-white {
  background: transparent;
  color: #ffffff !important;
  font-weight: 700;
  border-radius: 50px;
  padding: 0.85rem 2rem;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 0.95rem;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.stp-btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  color: #ffffff !important;
}

@media (max-width: 991.98px) {
  .stp-story-media-img {
    height: 360px;
  }
  .stp-about-cta-title {
    font-size: 2rem;
  }
}

/* --------------------------------------------------------------------------
   Mission & Vision Section
   -------------------------------------------------------------------------- */
.stp-mission-vision-section {
  padding: 5rem 0;
  background: #f8fafc;
  border-top: 1px solid #eef2f6;
  border-bottom: 1px solid #eef2f6;
}

.stp-mv-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.stp-mv-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2d6a4f, #52b788);
  z-index: 2;
}

.stp-mv-card-vision::before {
  background: linear-gradient(90deg, #f26822, #ffc300);
}

.stp-mv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09);
  border-color: #cbd5e1;
}

.stp-mv-img-wrap {
  height: 230px;
  overflow: hidden;
  position: relative;
  background: #e2e8f0;
}

.stp-mv-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.stp-mv-card:hover .stp-mv-img {
  transform: scale(1.05);
}

.stp-mv-img-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 0.4rem 0.85rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.stp-mv-card-body {
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.stp-mv-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 1.25rem;
}

.stp-mv-icon-wrap {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #d8f3dc;
  color: #2d6a4f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.stp-mv-card-vision .stp-mv-icon-wrap {
  background: #fef3c7;
  color: #d97706;
}

.stp-mv-card:hover .stp-mv-icon-wrap {
  transform: scale(1.1);
}

.stp-mv-kicker {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  color: #2d6a4f;
  margin-bottom: 2px;
}

.stp-mv-card-vision .stp-mv-kicker {
  color: #d97706;
}

.stp-mv-title {
  font-size: 1.5rem;
  font-weight: 850;
  color: #0f172a;
  margin: 0;
  line-height: 1.25;
}

.stp-mv-body {
  color: #475569;
  font-size: 1.025rem;
  line-height: 1.8;
  flex-grow: 1;
}

.stp-mv-body p:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   What We Offer Section
   -------------------------------------------------------------------------- */
.stp-what-we-offer-section {
  padding: 5rem 0;
  background: #ffffff;
  border-bottom: 1px solid #eef2f6;
}

.stp-offer-showcase-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  margin-bottom: 3.5rem;
  height: 380px;
}

.stp-offer-showcase-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.stp-offer-showcase-wrap:hover .stp-offer-showcase-img {
  transform: scale(1.03);
}

.stp-offer-showcase-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.75) 100%);
  display: flex;
  align-items: flex-end;
  padding: 2.25rem 2.5rem;
}

.stp-offer-showcase-content {
  color: #ffffff;
  max-width: 700px;
}

.stp-offer-showcase-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0.45rem 1rem;
  border-radius: 50px;
  font-size: 0.825rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 0.75rem;
}

.stp-offer-showcase-title {
  font-size: 1.85rem;
  font-weight: 850;
  color: #ffffff;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}

.stp-offer-showcase-desc {
  font-size: 1rem;
  color: #e2e8f0;
  margin: 0;
  line-height: 1.6;
}

.stp-offer-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 2.25rem 1.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}

.stp-offer-card:hover {
  transform: translateY(-6px);
  border-color: #52b788;
  box-shadow: 0 16px 36px rgba(45, 106, 79, 0.08);
}

.stp-offer-card-img-wrap {
  height: 160px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 1.25rem;
  background: #e2e8f0;
}

.stp-offer-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.stp-offer-card:hover .stp-offer-card-img {
  transform: scale(1.05);
}

.stp-offer-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #f0fdf4;
  color: #2d6a4f;
  border: 1px solid #dcfce7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  margin-bottom: 1.35rem;
  transition: all 0.25s ease;
}

.stp-offer-card:hover .stp-offer-icon {
  background: #2d6a4f;
  color: #ffffff;
  border-color: #2d6a4f;
  transform: scale(1.08);
}

.stp-offer-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.65rem;
  line-height: 1.35;
}

.stp-offer-desc {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.65;
  margin: 0;
  flex-grow: 1;
}

.stp-offer-media-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.stp-offer-media-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.stp-offer-media-wrap:hover .stp-offer-media-img {
  transform: scale(1.03);
}

.stp-offer-media-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  padding: 1rem 1.35rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  gap: 12px;
}

.stp-offer-media-badge i {
  font-size: 1.75rem;
  color: #ffc300;
}

.stp-offer-media-badge .badge-text {
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.3;
}

.stp-offer-wysiwyg-content {
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.8;
}

.stp-offer-wysiwyg-content p {
  margin-bottom: 1.25rem;
}

.stp-offer-wysiwyg-content ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.stp-offer-wysiwyg-content ul li {
  position: relative;
  padding-left: 1.85rem;
  margin-bottom: 1rem;
  line-height: 1.65;
}

.stp-offer-wysiwyg-content ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #2d6a4f;
  font-size: 1.15rem;
}

.stp-offer-wysiwyg-content strong {
  color: #0f172a;
}

@media (max-width: 991.98px) {
  .stp-offer-showcase-wrap {
    height: 280px;
  }
  .stp-offer-showcase-title {
    font-size: 1.4rem;
  }
  .stp-offer-media-img {
    height: 360px;
  }
}



