﻿

.arzico-section {
  background: #7f9272;
  padding: 60px 20px;
  text-align: center;
  font-family: sans-serif;
}

.arzico-section .title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
}

.arzico-section .subtitle {
  color: #e5e5e5;
  margin-bottom: 40px;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.card {
  background: #ffffff;
  padding: 25px 15px;
  border-radius: 16px;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.card:hover {
  transform: translateY(-5px);
}

.icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  color: #caa74d;
}

.icon svg {
  width: 100%;
  height: 100%;
}

.card h3 {
  font-size: 16px;
  color: #333;
}

/* Tablet */
@media (max-width: 992px) {
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .features {
    grid-template-columns: 1fr;
  }

  .arzico-section .title {
    font-size: 22px;
  }
}

.elementor-12258 .elementor-element.elementor-element-455c0a9 img {
  width: 100%;
  height: 620px !important;
}

