.elementor-377 .elementor-element.elementor-element-75bdec0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-512d37b *//* style.css */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background: #faf9f6;
  color: #2c2c2c;
  line-height: 1.7;
}

img {
  width: 100%;
  display: block;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* Hero */

.hero {
  position: relative;
  min-height: 70vh;
  background: url("about-hero-craftsmanship.jpg") center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(44, 44, 44, 0.65);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
}

.subtitle,
.section-subtitle {
  color: #a6a77c;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 14px;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: 72px;
  color: white;
  margin-bottom: 25px;
  line-height: 1.1;
  font-family: Georgia, serif;
}

.hero h1 span {
  font-style: italic;
}

.hero-text {
  color: rgba(255,255,255,0.8);
  font-size: 20px;
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.7);
  text-align: center;
}

.scroll-indicator .line {
  width: 1px;
  height: 50px;
  margin: 10px auto 0;
  background: linear-gradient(to bottom, white, transparent);
}

/* Stats */

.stats {
  background: #3d4a3a;
  padding: 60px 20px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.stat-card h2 {
  font-size: 52px;
  color: #a6a77c;
  font-family: Georgia, serif;
}

.stat-card p {
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}

/* Story */

.story-section {
  padding: 120px 0;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.story-content h2 {
  font-size: 48px;
  margin-bottom: 25px;
  font-family: Georgia, serif;
}

.story-content p {
  color: #6b6b6b;
  margin-bottom: 18px;
}

.primary-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: #a6a77c;
  text-decoration: none;
  font-weight: bold;
}

/* Timeline */

.timeline {
  border-left: 2px solid #e8e6e0;
  padding-left: 30px;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -37px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: #a6a77c;
  border-radius: 50%;
}

.year {
  color: #a6a77c;
  font-weight: bold;
  font-size: 14px;
}

.timeline-item h3 {
  margin: 6px 0;
  font-size: 24px;
  font-family: Georgia, serif;
}

.timeline-item p {
  color: #6b6b6b;
  font-size: 15px;
}

/* Values */

.values-section {
  background: white;
  padding: 120px 0;
}

.section-heading {
  text-align: center;
  margin-bottom: 70px;
}

.section-heading h2 {
  font-size: 48px;
  margin-bottom: 20px;
  font-family: Georgia, serif;
}

.section-heading p {
  color: #6b6b6b;
  max-width: 600px;
  margin: auto;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.value-card {
  background: #faf9f6;
  padding: 40px 30px;
  border-radius: 20px;
  transition: 0.4s;
}

.value-card:hover {
  background: #3d4a3a;
}

.value-card:hover h3,
.value-card:hover p {
  color: white;
}

.icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(166,167,124,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.icon-box i {
  color: #a6a77c;
  font-size: 22px;
}

.value-card h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-family: Georgia, serif;
}

.value-card p {
  color: #6b6b6b;
  font-size: 15px;
}

/* Sustainability */

.sustainability {
  position: relative;
  padding: 140px 0;
  background: url("about-sustainability-forest.jpg") center/cover no-repeat;
}

.dark {
  background: rgba(44,44,44,0.82);
}

.sustainability-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.sustainability-content h2 {
  color: white;
  font-size: 50px;
  margin-bottom: 25px;
  font-family: Georgia, serif;
}

.sustainability-content p {
  color: rgba(255,255,255,0.75);
  margin-bottom: 30px;
}

.feature {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.feature i {
  color: #a6a77c;
  font-size: 22px;
  margin-top: 5px;
}

.feature h4 {
  color: white;
  margin-bottom: 6px;
}

.feature p {
  color: rgba(255,255,255,0.65);
  margin: 0;
}

.image-card {
  position: relative;
}

.image-card img {
  border-radius: 20px;
}

.floating-card {
  position: absolute;
  left: -20px;
  bottom: -20px;
  background: #a6a77c;
  color: white;
  padding: 25px;
  border-radius: 16px;
}

.floating-card h3 {
  font-size: 42px;
  font-family: Georgia, serif;
}

/* CTA */

.cta-section {
  padding: 120px 20px;
  text-align: center;
}

.cta-content h2 {
  font-size: 50px;
  margin-bottom: 20px;
  font-family: Georgia, serif;
}

.cta-content p {
  color: #6b6b6b;
  max-width: 700px;
  margin: 0 auto 40px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn {
  padding: 15px 35px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

/*.primary-btn {*/
/*  background: #3d4a3a;*/
/*  color: white;*/
/*}*/

/*.primary-btn:hover {*/
/*  border: 2px solid #3d4a3a;*/
/*  color: #3d4a3a;*/
/*  background: white;*/
/*}*/

/*.secondary-btn {*/
/*  border: 2px solid #3d4a3a;*/
/*  color: #3d4a3a;*/
/*}*/

/*.secondary-btn:hover {*/
/*  background: #3d4a3a;*/
/*  color: white;*/
/*}*/


/* Responsive */

@media (max-width: 992px) {

  .story-grid,
  .sustainability-grid,
  .values-grid,
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero h1 {
    font-size: 52px;
  }
}

@media (max-width: 768px) {

  .story-grid,
  .sustainability-grid,
  .values-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .hero h1,
  .story-content h2,
  .section-heading h2,
  .sustainability-content h2,
  .cta-content h2 {
    font-size: 38px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .floating-card {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 20px;
  }
}/* End custom CSS */