.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1074 .elementor-element.elementor-element-5ee53e08{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1074 .elementor-element.elementor-element-5ee53e08:not(.elementor-motion-effects-element-type-background), .elementor-1074 .elementor-element.elementor-element-5ee53e08 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #FFFAF3 0%, #FFFFFF 100%);}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-3562f1a9 *//* ================================
   MIA SALON AND SPA - SERVICES
================================ */

.mia-services-section {
  position: relative;
  padding: 60px 20px;
  background: linear-gradient(180deg, #fffaf3 0%, #ffffff 100%);
  overflow: hidden;
  font-family: inherit;
}

.mia-services-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.mia-services-header {
  max-width: 780px;
  margin: 0 auto 60px;
  text-align: center;
}

.mia-services-header span {
  display: inline-block;
  margin-bottom: 14px;
  color: #c79a4b;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.mia-services-header h2 {
  margin: 0 !important;
  color: #6f4f3a !important;
  font-family: "PT Serif Caption", serif !important;
  font-size: 30px !important;
  line-height: 1.15 !important;
  font-weight: 400 !important;
}

.mia-services-header p {
  max-width: 680px;
  margin: 20px auto 0;
  color: #4f4a45;
  font-size: 17px;
  line-height: 1.7;
  text-wrap: balance;
}

/* Grid */
.mia-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: stretch !important;
}

/* Card */
.mia-service-card {
  position: relative;
  height: 100% !important;
  background: #ffffff;
  border: 1px solid rgba(199, 154, 75, 0.22);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(111, 79, 58, 0.10);
  transition: all 0.35s ease;

  display: flex;
  flex-direction: column;
}

.mia-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(111, 79, 58, 0.18);
  border-color: rgba(199, 154, 75, 0.55);
}

/* Image */
.mia-service-image {
  position: relative;
  height: 245px;
  overflow: hidden;
  background: #f8f1e9;
  flex-shrink: 0;
}

.mia-service-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(111, 79, 58, 0.02) 0%,
    rgba(111, 79, 58, 0.28) 100%
  );
  z-index: 1;
}

.mia-service-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.45s ease;
}

.mia-service-card:hover .mia-service-image img {
  transform: scale(1.08);
}

/* Content */
.mia-service-content {
  position: relative;
  padding: 45px 28px 34px !important;
  text-align: center !important;
  min-height: 330px !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  flex: 1;
}

/* Icon */
.mia-service-icon {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #fffaf3;
  border: 1px solid rgba(199, 154, 75, 0.65);
  color: #c79a4b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 12px 30px rgba(111, 79, 58, 0.14);
  z-index: 3;
}

/* Titles */
.mia-service-content h3 {
  margin: 0 0 14px !important;
  color: #6f4f3a !important;
  font-family: "PT Serif Caption", serif !important;
  font-size: 30px !important;
  line-height: 1.15 !important;
  font-weight: 400 !important;

  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-wrap: balance;
}

/* Text */
.mia-service-content p {
  max-width: 210px !important;
  margin: 0 auto 26px !important;
  color: #4f4a45 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  text-align: center !important;
  text-wrap: balance;
}

/* Link */
.mia-service-link {
  margin-top: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #8a623f !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(138, 98, 63, 0.45) !important;
  transition: all 0.3s ease !important;
}

.mia-service-link:hover {
  color: #c79a4b !important;
  border-color: #c79a4b !important;
}

/* ================================
   TABLET
================================ */

@media (max-width: 1024px) {
  .mia-services-section {
    padding: 80px 20px;
  }

  .mia-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mia-services-header h2 {
    font-size: 40px !important;
  }

  .mia-service-content {
    min-height: 300px !important;
  }

  .mia-service-content p {
    max-width: 250px !important;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {
  .mia-services-section {
    padding: 65px 18px;
  }

  .mia-services-header {
    margin-bottom: 42px;
  }

  .mia-services-header h2 {
    font-size: 32px !important;
  }

  .mia-services-header p {
    font-size: 16px;
  }

  .mia-services-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mia-service-image {
    height: 240px;
  }

  .mia-service-content {
    padding: 45px 24px 32px !important;
    min-height: auto !important;
  }

  .mia-service-content h3 {
    font-size: 28px !important;
    min-height: auto;
  }

  .mia-service-content p {
    max-width: 260px !important;
  }
}/* End custom CSS */