.elementor-1718 .elementor-element.elementor-element-0f8e66b{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-1718 .elementor-element.elementor-element-3b0fba8 img{width:89%;}.elementor-1718 .elementor-element.elementor-element-141dfea{--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;}.elementor-1718 .elementor-element.elementor-element-7322fe5{--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;}@media(max-width:1024px){.elementor-1718 .elementor-element.elementor-element-0f8e66b{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-1718 .elementor-element.elementor-element-0f8e66b{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-99a389c */.ash-item-card {
  background-color: #000;
  border: 1px solid #00ff00;
  padding: 20px;
  margin: 10px;
  box-shadow: 0 0 10px #00ff00;
  color: #0f0;
  font-family: 'Share Tech Mono', monospace;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.ash-item-card:hover {
  background-color: #001100;
  box-shadow: 0 0 20px #33ff33;
}

.ash-item-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.lore-hover {
  font-size: 0.8rem;
  color: #39ff14;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.ash-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #00ff00;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 0 5px #0f0;
  transition: background-color 0.2s ease;
}

.ash-btn:hover {
  background-color: #33ff33;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d130518 */.featureDropContainer {
  text-align: center;
  margin: 60px 0;
  padding: 20px;
}

.dropSectionTitle {
  font-size: 2.2rem;
  color: #39ff14;
  font-family: 'Share Tech Mono', monospace;
  text-shadow: 0 0 5px #39ff14;
  margin-bottom: 10px;
}

.dropSubtitle {
  color: #888;
  font-style: italic;
  margin-bottom: 40px;
}

.featureDropGrid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
}

.dropCard {
  background: #111;
  border: 2px solid #39ff14;
  padding: 25px;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 0 15px #39ff14;
  transition: transform 0.3s, box-shadow 0.3s;
}

.dropCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px #66ff66;
}

.dropCard h3 {
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: 'Share Tech Mono', monospace;
}

.dropCard p {
  color: #aaa;
  font-style: italic;
  margin-bottom: 15px;
}

.dropTimer {
  font-size: 0.9rem;
  color: #ff5555;
  display: block;
  margin-bottom: 10px;
}

.dropBtn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #39ff14;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 0 8px #39ff14;
}

.dropBtn:hover {
  background-color: #66ff66;
  box-shadow: 0 0 12px #66ff66;
}/* End custom CSS */