.elementor-3330 .elementor-element.elementor-element-247951c{overflow:visible;}.elementor-3330 .elementor-element.elementor-element-29921a2{overflow:visible;}.elementor-3330 .elementor-element.elementor-element-e274415{overflow:visible;}.elementor-3330 .elementor-element.elementor-element-1664f08{overflow:visible;}/* Start custom CSS for html, class: .elementor-element-d7bd8ac *//* Container and layout */
.servicesPage__reasons {
  padding: 60px 0;
  background-color: #f9f9f9;
  text-align: center;
}

.servicesPage__reasons--wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.aboutTitle {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #222;
}

/* Table layout */
.servicesPage__reasons--items {
  width: 100%;
  border-collapse: separate;
  border-spacing: 30px 40px;
  table-layout: fixed;
}

.servicesPage__reasons--item {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  transition: box-shadow 0.3s ease;
  vertical-align: top;
}

.servicesPage__reasons--item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Icon styles */
.servicesPage__reasons--icon {
  position: relative;
  margin-bottom: 20px;
}

.iconHover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.servicesPage__reasons--item:hover .iconHover {
  opacity: 1;
}

.servicesPage__reasons--item:hover .iconDefault {
  opacity: 0;
}

/* Content */
.servicesPage__reasons--title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.servicesPage__reasons--text {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

/* Responsive design */
@media (max-width: 992px) {
  .servicesPage__reasons--items {
    display: block;
  }

  .servicesPage__reasons--item {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}/* End custom CSS */