.elementor-71 .elementor-element.elementor-element-d0ae5db{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-51bc6c6 *//* ================================================
   ABOUT PAGE STYLES
   ================================================ */

.about-exotic-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
}

/* ================================================
   HERO SECTION
   ================================================ */

.about-hero {
  text-align: center;
  padding: 50px 40px;
  background: linear-gradient(135deg, #f9f9f9, #fff);
  border: 3px solid #084D00;
  box-shadow: 8px 8px 0 rgba(8, 77, 0, 0.1);
  margin-bottom: 60px;
}

.about-hero h1 {
  font-size: 3.5em;
  color: #084D00;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  letter-spacing: 2px;
}

.hero-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  margin: 25px auto;
}

.hero-line {
  flex: 1;
  height: 3px;
  background: #084D00;
}

.hero-dot {
  margin: 0 25px;
  color: #084D00;
  font-size: 1.5em;
  font-weight: 900;
}

.hero-tagline {
  font-size: 1.3em;
  color: #555;
  font-weight: 600;
  margin: 25px 0 0 0;
  line-height: 1.6;
}

/* ================================================
   INTRO SECTION
   ================================================ */

.about-intro {
  background: #fff;
  border-left: 5px solid #084D00;
  padding: 30px 40px;
  margin-bottom: 50px;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.08);
}

.about-intro p {
  font-size: 1.2em;
  line-height: 1.9;
  color: #333;
  margin: 0;
}

/* ================================================
   CONTENT SECTIONS
   ================================================ */

.about-section {
  background: #fff;
  border: 3px solid #084D00;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 6px 6px 0 rgba(8, 77, 0, 0.1);
  transition: all 0.3s;
}

.about-section:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 rgba(8, 77, 0, 0.15);
}

.about-section h2 {
  font-size: 2.5em;
  color: #084D00;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  letter-spacing: 1px;
}

.about-section p {
  font-size: 1.15em;
  line-height: 1.9;
  color: #555;
  margin-bottom: 20px;
}

.about-section p:last-child {
  margin-bottom: 0;
}

.section-icon {
  font-size: 4em;
  text-align: center;
  margin-bottom: 20px;
}

/* ================================================
   BENEFITS GRID
   ================================================ */

.highlight-section {
  background: linear-gradient(135deg, #e8f5e9, #fff);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 35px;
}

.benefit-card {
  background: #fff;
  border: 3px solid #084D00;
  padding: 30px;
  text-align: center;
  transition: all 0.3s;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 6px 6px 0 rgba(8, 77, 0, 0.2);
  background: #084D00;
}

.benefit-icon {
  font-size: 3.5em;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.benefit-card:hover .benefit-icon {
  filter: brightness(0) invert(1);
}

.benefit-card h3 {
  font-size: 1.5em;
  color: #084D00;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  transition: all 0.3s;
}

.benefit-card:hover h3 {
  color: #fff;
}

.benefit-card p {
  font-size: 1.05em;
  line-height: 1.7;
  color: #555;
  margin: 0;
  transition: all 0.3s;
}

.benefit-card:hover p {
  color: #fff;
}

/* ================================================
   OFFERINGS LIST
   ================================================ */

.offerings-list {
  margin-top: 35px;
}

.offering-item {
  background: #f9f9f9;
  border-left: 5px solid #084D00;
  padding: 25px 30px;
  margin-bottom: 25px;
  transition: all 0.3s;
}

.offering-item:hover {
  background: #fff;
  border-left-width: 8px;
  padding-left: 35px;
  box-shadow: 4px 4px 15px rgba(8, 77, 0, 0.1);
}

.offering-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.offering-icon {
  font-size: 2.5em;
}

.offering-item h3 {
  font-size: 1.8em;
  color: #084D00;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}

.offering-item p {
  font-size: 1.1em;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/* ================================================
   COMMUNITY SECTION
   ================================================ */

.community-section {
  background: linear-gradient(135deg, #084D00, #0a5f00);
  border: none;
  color: #fff;
}

.community-section h2 {
  color: #fff;
  text-align: center;
  font-size: 3em;
  margin-bottom: 30px;
}

.community-content p {
  font-size: 1.2em;
  line-height: 1.9;
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
}

.community-thanks {
  font-size: 1.3em !important;
  margin-top: 35px !important;
  padding-top: 25px;
  border-top: 3px solid rgba(255, 255, 255, 0.3);
}

/* ================================================
   RESPONSIVE
   ================================================ */

@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .about-exotic-wrapper {
    padding: 40px 20px;
  }

  .about-hero h1 {
    font-size: 2.5em;
  }

  .hero-tagline {
    font-size: 1.1em;
  }

  .about-section {
    padding: 25px;
  }

  .about-section h2 {
    font-size: 2em;
  }

  .offering-item h3 {
    font-size: 1.4em;
  }

  .community-section h2 {
    font-size: 2.2em;
  }
}

@media (max-width: 480px) {
  .about-hero h1 {
    font-size: 2em;
  }

  .about-section h2 {
    font-size: 1.6em;
  }
}/* End custom CSS */