.elementor-502 .elementor-element.elementor-element-777fd94{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-29fbf8f */.themes-projects-section {
  background: #ffffff;
  padding: 110px 20px;
  font-family: 'Inter', sans-serif;
}

.themes-header {
  max-width: 850px;
  margin: 0 auto 70px;
  text-align: center;
}

.themes-label {
  display: inline-block;
  color: #D4A017;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 16px;
}

.themes-header h2 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #1B4D2E;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.12;
  margin: 0 0 20px;
  font-weight: 600;
}

.themes-header p {
  color: #555;
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}

.themes-timeline {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.theme-item {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.theme-year {
  min-width: 110px;
  position: sticky;
  top: 100px;
}

.theme-year span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #1B4D2E;
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  box-shadow: 0 18px 45px rgba(27, 77, 46, 0.18);
}

.theme-content {
  flex: 1;
  background: #FAF6EF;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(212, 160, 23, 0.2);
  box-shadow: 0 18px 45px rgba(27, 77, 46, 0.08);
}

.theme-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.theme-details {
  padding: 38px;
}

.theme-details h3 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #1B4D2E;
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 600;
}

.theme-details p {
  color: #555;
  font-size: 16px;
  line-height: 1.85;
  margin: 0 0 30px;
}

.theme-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.theme-box {
  background: #ffffff;
  border-radius: 22px;
  padding: 24px;
  border: 1px solid rgba(212, 160, 23, 0.18);
}

.theme-box strong {
  display: block;
  color: #D4A017;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

.theme-box span {
  color: #1B4D2E;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 700;
}

@media (max-width: 1024px) {

  .theme-item {
    flex-direction: column;
  }

  .theme-year {
    position: relative;
    top: 0;
  }

  .theme-info-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 768px) {

  .themes-projects-section {
    padding: 80px 18px;
  }

  .theme-image img {
    height: 280px;
  }

  .theme-details {
    padding: 28px 24px;
  }

  .theme-details h3 {
    font-size: 32px;
  }

}

@media (max-width: 480px) {

  .theme-year span {
    width: 90px;
    height: 90px;
    font-size: 24px;
  }

  .theme-details h3 {
    font-size: 28px;
  }

}/* End custom CSS */