/* ALLGEMEIN */

p:last-child {
margin-bottom: 0;
}

.fc {
color: #8f8f8f;
}

body {
  padding: 10px;
}

/* ICONS */

svg.lucide,
svg.lucide * {
  fill: none !important;
}

/* CONTAINER PADDINGS */

.cp {
  padding-top: 140px;
  padding-bottom: 140px;
  padding-right: 20px;
  padding-left: 20px;
}

/* Tablet ≤ 1100px */
@media (max-width: 1100px) {
  .cp {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* Phone ≤ 767px */
@media (max-width: 767px) {
  .cp {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* CONTAINER RADIUS */

.cr {
  border-radius: 14px !important;
}

@media (max-width: 767px) {
 .cr {
  border-radius: 10px !important;
  }
}

/* BUTTONS */

.elementor-button {
  transition: transform 0.2s ease;
}

.elementor-button:hover {
  transform: scale(1.04);
}

.box-button svg {
  transition: transform 0.2s ease;
}

.box-button:hover svg {
  transform: translateX(3px);
}

/* IMAGE RADIUS */

.elementor img {
  border-radius: 14px !important;
}

@media (max-width: 767px) {
 .elementor img {
  border-radius: 10px !important;
  }
}