/* ===== SERVICES CARD COMPONENT ===== */
.services-card,
.professional-card {
  display: flex;
  align-items: center;
  background-color: #34b4ff;
  background-image: url("../../images/pattern-2.svg");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 200px 200px;
  border-radius: 16px;
  padding: 24px;
  color: #1f2937;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 320px;
  max-width: 704px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  text-decoration: none;
  border: none;
}
.services-card:hover,
.professional-card:hover {
  transform: scale(1.01);
  transition: transform 0.3s ease;
  text-decoration: none;
  color: inherit;
}
.services-card__content,
.professional-card__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  position: relative;
}
.services-card__icon,
.professional-card__icon {
  flex-shrink: 0;
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  order: 1;
}
.services-card__icon-img,
.professional-card__icon-img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:contain";
  -o-object-fit: contain;
     object-fit: contain;
}
.services-card__text,
.professional-card__text {
  flex: 1;
  order: 2;
  text-align: left;
}
.services-card__title,
.professional-card__title {
  color: #fff;
  margin: 0 0 8px 0;
  font-family: "Inter", Inter, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 42px !important;
  line-height: 130% !important;
  letter-spacing: 0;
  text-transform: none !important;
}
.services-card__description,
.professional-card__description {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.services-card__arrow,
.professional-card__arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: transparent !important;
  outline: none !important;
  border: none !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.services-card__arrow:hover,
.professional-card__arrow:hover {
  transform: scale(1.01);
  transition: transform 0.3s ease;
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.services-card .buttons.buttons_square,
.professional-card .buttons.buttons_square {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: transparent !important;
  outline: none !important;
  border: none !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.services-card .buttons.buttons_square:hover,
.professional-card .buttons.buttons_square:hover {
  transform: scale(1.01);
  transition: transform 0.3s ease;
}
.services-card--has-link,
.professional-card--has-link {
  color: inherit;
  text-decoration: none;
}
.services-card--has-link:hover, .services-card--has-link:focus,
.professional-card--has-link:hover,
.professional-card--has-link:focus {
  color: inherit;
  text-decoration: none;
}
.services-card--muted,
.professional-card--muted {
  position: relative;
  color: #fff;
}
.services-card--muted::after,
.professional-card--muted::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
.services-card--muted .services-card__title,
.services-card--muted .services-card__description,
.professional-card--muted .services-card__title,
.professional-card--muted .services-card__description {
  position: relative;
  z-index: 1;
}
.services-card::before,
.professional-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 1px, transparent 1px), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.3;
  animation: infinityFloat 20s ease-in-out infinite;
  pointer-events: none;
}

.services-card--blue {
  background-color: #34b4ff;
}

.services-card--green {
  background-color: #4caf50;
}

.services-card--orange {
  background-color: #ff8500;
}

.services-card--pink {
  background-color: #ee4981;
}

@media (prefers-reduced-motion: reduce) {
  .services-card,
  .professional-card {
    transition: none;
  }
  .services-card::before,
  .professional-card::before {
    animation: none;
  }
}
/* Animation for infinity pattern */
@keyframes infinityFloat {
  0%, 100% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
}
.services-block .professional-card,
.services-block .services-card {
  padding: 40px !important;
  justify-content: space-between;
  text-align: left;
}
.services-block h3.professional-card__title {
  font-size: 40px !important;
  color: #fff !important;
}
.services-block .card,
.services-block .views-row,
.services-block .node,
.services-block .field--name-field-services .field__item {
  list-style: none;
}

@media (max-width: 768px) {
  .services-card,
  .professional-card {
    padding: 20px;
    height: 280px;
  }
  .services-card__icon,
  .professional-card__icon {
    width: 120px;
    height: 120px;
    margin-right: 20px;
  }
  .services-card__arrow,
  .services-card .buttons.buttons_square,
  .professional-card__arrow,
  .professional-card .buttons.buttons_square {
    width: 40px;
    height: 40px;
  }
  .services-card__arrow svg,
  .services-card .buttons.buttons_square svg,
  .professional-card__arrow svg,
  .professional-card .buttons.buttons_square svg {
    width: 40px;
    height: 40px;
  }
  .services-block h3.professional-card__title {
    font-size: 28px !important;
  }
  .services-block {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media screen and (max-width: 480px) {
  .services-card,
  .professional-card {
    padding: 16px;
    height: 240px;
    flex-direction: column;
    text-align: center;
  }
  .services-card__icon,
  .professional-card__icon {
    width: 120px;
    height: 120px;
    margin-right: 0;
  }
  .services-card__content,
  .professional-card__content {
    flex-direction: column;
    gap: 12px;
  }
  .services-card__description,
  .professional-card__description {
    font-size: 14px;
  }
  .services-card__arrow,
  .services-card .buttons.buttons_square,
  .professional-card__arrow,
  .professional-card .buttons.buttons_square {
    position: static;
    margin-top: 12px;
    align-self: center;
  }
  .services-block h3.professional-card__title {
    font-size: 24px !important;
  }
  .buttons.buttons_square {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .services-block .professional-card,
  .services-block .services-card {
    padding: 24px !important;
  }
}
/* Grid Layout for Services Block */
.services-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.services-block--2-columns {
  grid-template-columns: repeat(2, 1fr);
}

.services-block--3-columns {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .services-block {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
/*# sourceMappingURL=maps/services-card.css.map */
