.elementor-489 .elementor-element.elementor-element-e09e2e2{--display:flex;}.elementor-489 .elementor-element.elementor-element-e09e2e2.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-489 .elementor-element.elementor-element-e09e2e2{--width:100.546%;}}/* Start custom CSS for html, class: .elementor-element-4d117eb */.about-hero {
  background-image: url('https://i.pinimg.com/1200x/93/62/78/936278c940e53ded479dfb51cf5e3cd9.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
  position: relative;
  color: #F6F1EA; /* Light Cream for visibility */
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* Dark overlay for text visibility */
  z-index: 1;
}

.about-hero .hero-content {
  position: relative;
  z-index: 2;
}

.about-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #F6F1EA;
}

.about-hero p {
  font-size: 1.2rem;
  color: #E6DED2;
}

.about-hero .scroll-indicator {
  margin-top: 2rem;
  font-size: 2rem;
  animation: bounce 2s infinite;
  color: #FFFFFF;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}
.brand-story {
  background-color: #1F2D26;
  color: #F1EDE5;
  padding: 4rem 2rem;
  font-family: 'Georgia', serif;
}

.brand-story-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}

.brand-story-text {
  flex: 1 1 55%;
}

.brand-story-text h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #E6DED2;
  margin-bottom: 1rem;
}

.brand-story-text h2 span {
  font-weight: 400;
  opacity: 0.6;
}

.brand-story-text em {
  font-style: italic;
  color: #fff;
}

.brand-story-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.brand-story-text .quote-line {
  font-style: italic;
  font-size: 1.3rem;
  color: #F6F1EA;
  margin: 2rem 0;
}

.brand-story-images {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.brand-story-images img {
  width: 100%;
  border-radius: 10px;
  max-height: 250px;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.vision-section {
  background-color: #F6F1EA;
  padding: 8rem 2rem;
  text-align: center;
  font-family: 'Playfair Display', serif;
  color: #1F2D26;
}

.vision-section h2 {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
  font-weight: 600;
}

.vision-section p {
  font-size: 1.3rem;
  max-width: 850px;
  margin: 0 auto;
  line-height: 2.2rem;
  font-weight: 400;
}
/* Section background */
.mission-section {
  position: relative;
  background: url('https://i.pinimg.com/1200x/38/78/2b/38782b71caf7c6ac98061dea6b6675c7.jpg') no-repeat center center / cover;
  padding: 90px 25px;
  text-align: center;
  color: #1F2D26;
  overflow: hidden;
}

/* Remove overlay completely */
.mission-section::before {
  display: none;
}

.mission-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.mission-title h2 {
  font-size: 2.6rem;
  font-family: 'Georgia', serif;
  font-weight: 700;
  color: #ffffff; /* white for contrast on image */
  text-shadow: 0 3px 6px rgba(0,0,0,0.4); /* improves readability */
}

/* Grid Layout */
.mission-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 35px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Mission Cards */
.mission-card {
  background: rgba(255, 255, 255, 0.95); /* solid but slightly soft */
  border: 1px solid #e8e3d8;
  border-radius: 20px;
  padding: 35px 25px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.15);
}

/* Icons */
.mission-card i {
  font-size: 34px;
  margin-bottom: 18px;
  color: #234536; /* earthy green accent */
}

/* Text */
.mission-card h3 {
  font-size: 1.35rem;
  margin-bottom: 12px;
  font-family: 'Georgia', serif;
  color: #1F2D26;
}

.mission-card p {
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.6;
}
.materials-section {
  background-color: #f5f0e8; /* light cream / sand */
  padding: 70px 25px;
  text-align: center;
  font-family: 'Georgia', serif;
  color: #1F2D26;
}

.materials-title h2 {
  font-size: 2.4rem;
  margin-bottom: 15px;
  color: #1F2D26;
}

.materials-title p {
  font-size: 1.1rem;
  font-style: italic;
  color: #4a4a4a;
  margin-bottom: 40px;
}

/* Horizontal scroll */
.materials-scroll {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 15px;
  scrollbar-width: none; /* hide scrollbar Firefox */
}

.materials-scroll::-webkit-scrollbar {
  display: none; /* hide scrollbar Chrome/Safari */
}

/* Material cards */
.material-card {
  flex: 0 0 260px; /* fixed width */
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 20px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.material-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.12);
}

.material-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #234536; /* earthy green accent */
}

.material-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}
/* Our Impact Section */
.impact-section {
  background: #f5f0e8; /* light cream/sand tone */
  padding: 80px 20px;
  text-align: center;
  font-family: 'Georgia', serif;
  color: #2d2d2d;
}

.impact-section h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-family: 'Georgia', serif;
  color: #D9CBB7; /* Beige color for heading */
}

.impact-section p.intro {
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 50px;
  color: #4a4a4a;
}

/* Timeline Container */
.impact-timeline {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  padding: 20px;
  scroll-padding-left: 20px;
  max-width: 1200px;
  margin: 0 auto;
  scrollbar-width: none;
}

.impact-timeline::-webkit-scrollbar {
  display: none;
}

/* Individual Impact Cards */
.impact-card {
  flex: 0 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  min-width: 280px;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.impact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.12);
}

/* Icons + Headings */
.impact-card h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #1f2d26;
}

.impact-card h3 span {
  font-size: 1.6rem; /* emoji size */
}

.impact-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.impact-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, #d8d2c4, transparent);
  z-index: 0;
}
.impact-card {
  position: relative;
  z-index: 1;
}
/* CTA Section */
.cta-section {
  background: #19391e; /* Solid deep green */
  color: #ffffff;
  text-align: center;
  padding: 100px 20px;
  border-radius: 20px;
}

.cta-section h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-family: 'Georgia', serif;
  color: #F5F5F5; /* Light cream for contrast */
}

.cta-section p {
  font-size: 1.2rem;
  margin-bottom: 35px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  color: #E8E8E8; /* Softer white for readability */
}

/* CTA Button */
.cta-section .cta-button {
  display: inline-block;
  background-color: #F5E6D3; /* light cream for button */
  color: #19391e;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 14px 32px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.cta-section .cta-button:hover {
  background-color: #ffffff;
  color: #19391e;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}/* End custom CSS */