/* ============================================ */

/* PAGE HERO */

/* ============================================ */

/* ============================================ */

/* PAGE HERO */

/* ============================================ */

.about-hero {
  background: linear-gradient(135deg, rgba(27, 94, 32, 0.95), rgba(46, 125, 50, 0.95)), url('https://images.unsplash.com/photo-1497633762265-9d179a990aa6?w=1200&q=80');
  background-size: cover;
  background-position: center;
  padding: 4rem 0 3rem !important;
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.about-hero .container {
  position: relative;
  z-index: 2;
}

.about-hero .row {
  justify-content: center !important;
}

.about-hero .col-lg-6 {
  max-width: 100% !important;
  flex: 0 0 100% !important;
  text-align: center !important;
}

.about-title {
  font-size: 3.5rem !important;
  font-weight: 700 !important;
  margin-bottom: 1rem !important;
  text-align: center !important;
  color: #fff !important;
  display: block !important;
  width: 100% !important;
}

.about-lead {
  font-size: 1.3rem !important;
  opacity: 0.95 !important;
  text-align: center !important;
  margin-bottom: 0 !important;
  color: #fff !important;
  display: block !important;
  width: 100% !important;
}

.about-hero-img {
  display: none !important;
}

/* ============================================ */

/* FOUNDER STORY */

/* ============================================ */

.founder-story {
  padding: 5rem 0;
  background: var(--background);
}

.founder-image-wrapper {
  position: relative;
}

.founder-img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: 0 15px 45px var(--shadow-hover);
}

.founder-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--primary-color);
  color: #fff;
  padding: 1.5rem;
  border-radius: var(--radius-md);
  text-align: center;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(27, 94, 32, 0.4);
}

.founder-badge i {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  display: block;
}

.founder-story-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.highlight-box {
  background: var(--accent);
  border-left: 4px solid var(--primary-solid);
  padding: 1.5rem;
  border-radius: var(--radius-md);
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
}

.highlight-box i {
  font-size: 2.5rem;
  color: var(--primary-solid);
  flex-shrink: 0;
}

.highlight-box h4 {
  margin-bottom: 0.5rem;
  color: var(--text-primary);
}

.highlight-box p {
  margin: 0;
  color: var(--text-primary);
}

/* ============================================ */

/* MISSION & VISION */

/* ============================================ */

.mission-vision-section {
  padding: 4rem 0;
  background: var(--accent);
}

.mv-card {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  padding: 3rem 2rem;
  height: 100%;
  border: 1px solid var(--border-color);
  transition: all var(--transition-normal);
  box-shadow: 0 4px 10px var(--shadow);
}

.mv-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 45px var(--shadow-hover);
}

.mv-icon {
  width: 80px;
  height: 80px;
  background: var(--primary-color);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.mv-card h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.mv-card p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

.vision-quote {
  font-size: 1.3rem;
  font-style: italic;
  color: var(--text-primary);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.vision-goals {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.goal-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--accent);
  padding: 1rem;
  border-radius: var(--radius-md);
}

.goal-item i {
  font-size: 2rem;
  color: var(--primary-solid);
  flex-shrink: 0;
}

.goal-item span {
  color: var(--text-primary);
}

/* ============================================ */

/* VALUES */

/* ============================================ */

.values-section {
  padding: 5rem 0;
  background: var(--background);
}

.value-card-about {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 2rem;
  text-align: center;
  height: 100%;
  transition: all var(--transition-normal);
  box-shadow: 0 4px 10px var(--shadow);
}

.value-card-about:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 45px var(--shadow-hover);
  border-color: var(--primary-solid);
}

.value-icon-large {
  width: 90px;
  height: 90px;
  margin: 0 auto 1.5rem;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #fff;
}

.value-icon-large.excellence {
  background: linear-gradient(135deg, #FFA726, #FB8C00);
}

.value-icon-large.integrity {
  background: linear-gradient(135deg, #42A5F5, #1E88E5);
}

.value-icon-large.innovation {
  background: linear-gradient(135deg, #AB47BC, #8E24AA);
}

.value-icon-large.love {
  background: linear-gradient(135deg, #EF5350, #E53935);
}

.value-card-about h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--text-primary);
}

.value-card-about p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 0;
}

/* ============================================ */

/* STATS */

/* ============================================ */

.stats-section {
  padding: 2rem 0;
  background: linear-gradient(135deg, #1B5E20, #2E7D32);
  position: relative;
}

.stat-card {
  text-align: center;
  /*color: #fff;*/
  padding: 1rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-card i {
  font-size: 3rem;
  /*margin-bottom: 1rem;*/
  opacity: 0.9;
  /*color: #fff;*/
  order: 1;
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  /*color: #fff;*/
  order: 2;
}

.stat-label {
  font-size: 1rem;
  /*opacity: 0.9;*/
  color: var(--text-secondary) !important;
  order: 3;
  line-height: 1.4;
}

/* ============================================ */

/* RESPONSIVE - MOBILE */

/* ============================================ */

@media (max-width: 575.98px) {
  .stats-section {
    padding: 3rem 0;
  }
}

@media (max-width: 575.98px) {
  .stat-card {
    padding: 1.5rem 0.5rem;
  }
}

@media (max-width: 575.98px) {
  .stat-card i {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .stat-number {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 575.98px) {
  .stat-label {
    font-size: 0.9rem;
  }
}

/* ============================================ */

/* TRANSPARENCY */

/* ============================================ */

.transparency-section {
  padding: 5rem 0;
  background: var(--background);
}

.transparency-img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: 0 15px 45px var(--shadow-hover);
}

.transparency-features {
  margin-top: 2rem;
}

.feature-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  align-items: flex-start;
}

.feature-item i {
  font-size: 2.5rem;
  color: var(--primary-solid);
  flex-shrink: 0;
}

.feature-item h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text-primary);
}

.feature-item p {
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.6;
}

/* ============================================ */

/* CTA */

/* ============================================ */

.cta-section-about {
  background: linear-gradient(135deg, #1B5E20, #2E7D32);
  padding: 5rem 0;
}

.cta-content {
  text-align: center;
  color: #fff;
}

.cta-content h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cta-content p {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  opacity: 0.95;
}

/* ============================================ */

/* RESPONSIVE - TABLETS */

/* ============================================ */

@media (max-width: 991.98px) {
  .about-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 991.98px) {
  .about-lead {
    font-size: 1.1rem;
  }
}

@media (max-width: 991.98px) {
  .about-hero {
    padding: 4rem 0 3rem;
  }
}

@media (max-width: 991.98px) {
  .founder-story {
    padding: 4rem 0;
  }
}

@media (max-width: 991.98px) {
  .mv-card {
    padding: 2.5rem 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .mv-card h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 991.98px) {
  .cta-content h2 {
    font-size: 2rem;
  }
}

@media (max-width: 991.98px) {
  .cta-content p {
    font-size: 1rem;
  }
}

/* ============================================ */

/* RESPONSIVE - MOBILE */

/* ============================================ */

@media (max-width: 575.98px) {
  .about-title {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .about-lead {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .about-hero {
    padding: 3rem 0 2rem;
  }
}

@media (max-width: 575.98px) {
  .founder-badge {
    position: static;
    margin-top: 1rem;
  }
}

@media (max-width: 575.98px) {
  .founder-story {
    padding: 3rem 0;
  }
}

@media (max-width: 575.98px) {

  .mission-vision-section,
  .values-section,
  .transparency-section {
    padding: 3rem 0;
  }
}

@media (max-width: 575.98px) {

  .stats-section,
  .cta-section-about {
    padding: 3rem 0;
  }
}

@media (max-width: 575.98px) {
  .stat-number {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .cta-content h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 575.98px) {
  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 575.98px) {
  .cta-buttons .btn {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .highlight-box {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .highlight-box i {
    font-size: 2rem;
  }
}

.btn-outline-light {
  color: #fff !important;
  border: 2px solid #fff !important;
  background: transparent !important;
}

.btn-outline-light:hover {
  color: #2E7D32 !important;
  background: #fff !important;
  border-color: #fff !important;
}

.btn-outline-light:active,
.btn-outline-light:focus {
  color: #2E7D32 !important;
  background: #fff !important;
  border-color: #fff !important;
}

.scroll-to-top {
  display: none;
}


/* ============================================ */
/* FIX: HORIZONTAL SCROLL ISSUES */
/* ============================================ */
/* 1. Strict Global Overflow Handling */
/* Ensures the browser strictly clips content to the viewport width */
/* 1. Strict Global Overflow Handling - Modified to avoid double scrollbars */
body {
  overflow-x: hidden;
  position: relative;
}

/* 2. Patch for Animation Overflow */
/* Prevents elements sliding in from the side (AOS) from causing scrollbars */
section {
  overflow-x: hidden;
}

/* 3. Fix for Founder Badge Overflow */
/* The badge currently hangs -20px off the right side.
   This updates the responsive rule to include tablets/larger phones (up to 991px)
   so it doesn't push the screen width out. */
@media (max-width: 991.98px) {
  .founder-badge {
    position: static !important;
    margin-top: 1.5rem;
    width: 100%;
    margin-right: 0;
  }

  .founder-image-wrapper {
    margin-bottom: 2rem;
  }
}