.elementor .e-afd8a1f{width:50%;flex-direction:column;}.elementor .e-52749e1{flex-direction:row;/* Γονικό container */
selector {
  gap: 24px;
  align-items: stretch;
  padding: 35px 0;
}

/* Τα δύο κουτιά */
selector > .e-con:nth-child(1),
selector > .e-con:nth-child(2) {
  flex: 1;
  padding: 30px 32px;
  background: #ffffff;
  border: 1px solid rgba(34, 74, 149, 0.12);
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(34, 74, 149, 0.10);
  transition:
      transform 0.3s ease,
      box-shadow 0.3s ease,
      border-color 0.3s ease;
}

/* Hover */
selector > .e-con:nth-child(1):hover,
selector > .e-con:nth-child(2):hover {
  transform: translateY(-5px);
  border-color: rgba(34, 74, 149, 0.25);
  box-shadow: 0 18px 45px rgba(34, 74, 149, 0.16);
}

/* Τίτλοι */
selector h2,
selector h3 {
  margin: 0 0 22px;
  color: #224a95;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

/* Εικονίδιο διεύθυνσης */
selector .elementor-widget-icon .elementor-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 13px;
  color: #ffffff;
  background: #224a95;
  border-radius: 50%;
}

selector .elementor-widget-icon .elementor-icon i,
selector .elementor-widget-icon .elementor-icon svg {
  color: #ffffff;
  fill: #ffffff;
}

/* Στοιχεία λίστας επικοινωνίας */
selector .elementor-icon-list-item {
  margin-bottom: 12px;
}

selector .elementor-icon-list-item:last-child {
  margin-bottom: 0;
}

selector .elementor-icon-list-item a {
  display: flex;
  align-items: center;
  color: #40516a;
  transition: color 0.25s ease;
}

/* Κυκλικά εικονίδια λίστας */
selector .elementor-icon-list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  margin-right: 12px;
  background: #224a95;
  border-radius: 50%;
}

selector .elementor-icon-list-icon i,
selector .elementor-icon-list-icon svg {
  color: #ffffff !important;
  fill: #ffffff !important;
  font-size: 15px;
}

/* Κείμενα */
selector .elementor-icon-list-text,
selector .elementor-widget-text-editor {
  color: #40516a;
  font-size: 17px;
  line-height: 1.55;
}

selector .elementor-icon-list-item a:hover,
selector .elementor-icon-list-item a:hover .elementor-icon-list-text {
  color: #22aaca;
}

/* Tablet και mobile */
@media (max-width: 1024px) {
  selector {
      flex-direction: column;
      gap: 18px;
  }

  selector > .e-con:nth-child(1),
  selector > .e-con:nth-child(2) {
      width: 100%;
  }
}

/* Mobile */
@media (max-width: 767px) {
  selector {
      padding: 22px 0;
  }

  selector > .e-con:nth-child(1),
  selector > .e-con:nth-child(2) {
      padding: 24px 20px;
      border-radius: 14px;
  }

  selector h2,
  selector h3 {
      margin-bottom: 18px;
      font-size: 25px;
  }

  selector .elementor-icon-list-text,
  selector .elementor-widget-text-editor {
      font-size: 16px;
  }
}\n}