.elementor-widget-section > .uael-party-propz-wrap i{color:var( --e-global-color-primary );}.elementor-widget-section > .uael-party-propz-wrap svg{fill:var( --e-global-color-primary );}.elementor-widget-column > .uael-party-propz-wrap i{color:var( --e-global-color-primary );}.elementor-widget-column > .uael-party-propz-wrap svg{fill:var( --e-global-color-primary );}.elementor-widget-html .uael-party-propz-widget-wrap i{color:var( --e-global-color-primary );}.elementor-widget-html .uael-party-propz-widget-wrap svg{fill:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-ae90a94 */.timeline-image{
width:50%;
display:flex;
justify-content:center;
}

.timeline-image{

position:relative;

}

.timeline-image::before{

content:'';

position:absolute;

top:-10px;

width:320px;

height:6px;

background:linear-gradient(90deg,#c4a46b,#e6d3a3);

border-radius:10px;

}


/* Hover effect */

.timeline-image img:hover{

transform:translateY(-8px) scale(1.02);

box-shadow:
0 25px 50px rgba(0,0,0,0.25),
0 10px 25px rgba(0,0,0,0.15);

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-635cde2 */body {
  font-family: Arial, sans-serif;
  background: #f7faf9;
  margin: 0;
  padding: 0;
}

.natural-section {
  max-width: 1200px;
  margin: 70px auto;
  text-align: center;
  padding: 50px 20px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.08);
}

/* TITLE */
.natural-title {
  font-size: 32px;
  color: #0f5f2c;
  margin-bottom: 15px;
  animation: fadeIn 1s ease-in-out;
}

/* DESCRIPTION */
.natural-text {
  max-width: 900px;
  margin: 0 auto 40px;
  color: #444;
  line-height: 1.7;
  font-size: 16px;
  animation: slideUp 1s ease-in-out;
}

/* ICON GRID */
.natural-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

/* CARD DESIGN */
.natural-card {
  background: #f0f7f4;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s;
  animation: fadeIn 1.2s ease-in-out;
}

.natural-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 14px rgba(0,0,0,0.12);
}

/* ICON CIRCLE */
.icon-circle {
  width: 65px;
  height: 65px;
  background: #e8f3ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  transition: 0.3s;
}

.icon-circle i {
  font-size: 26px;
  color: #0f5f2c;
  transition: 0.3s;
}

/* ICON ANIMATION */
.natural-card:hover .icon-circle {
  background: #0f5f2c;
}

.natural-card:hover .icon-circle i {
  color: #ffffff;
  transform: rotate(12deg) scale(1.1);
}

/* TEXT */
.natural-card h4 {
  font-size: 14px;
  color: #222;
  margin-top: 8px;
}

/* ANIMATIONS */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .natural-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .natural-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}/* End custom CSS */