.elementor-kit-6{--e-global-color-primary:#D8A3A0;--e-global-color-secondary:#F2D9D7;--e-global-color-text:#2A2328;--e-global-color-accent:#000000;--e-global-color-4a25c86:#F8F4F2;--e-global-color-666962f:#FFFFFF;--e-global-typography-primary-font-family:"DM Serif Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:12px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-letter-spacing:3px;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-4a25c86 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.soft-card {
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(216,163,160,0.22);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(42,35,40,0.08);
}

.rounded-img img {
  border-radius: 28px;
}

.elementor-button {
  transition: all 0.25s ease;
}

.elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(216,163,160,0.28);
}

/* Soft card hover */
.style-card,
.review-card,
.service-card {
  transition: all 0.25s ease;
}

.style-card:hover,
.review-card:hover,
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 20px 45px rgba(39, 34, 38, 0.10);
}

/* Image polish */
.nails-rounded-img img {
  border-radius: 28px;
}

/* CTA gradient */
.nails-cta {
  background: linear-gradient(135deg, #E38E8B 0%, #F0A9A5 100%);
  box-shadow: 0px 20px 50px rgba(227, 142, 139, 0.35);
}

/* Soft white cards */
.nails-card {
  background: #ffffff;
  border: 1px solid #F1C9C6;
  border-radius: 22px;
  box-shadow: 0px 14px 34px rgba(39, 34, 38, 0.06);
}/* End custom CSS */