.elementor-3040 .elementor-element.elementor-element-99c0265{--display:flex;--min-height:380px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--overlay-opacity:0.5;}.elementor-3040 .elementor-element.elementor-element-99c0265::before, .elementor-3040 .elementor-element.elementor-element-99c0265 > .elementor-background-video-container::before, .elementor-3040 .elementor-element.elementor-element-99c0265 > .e-con-inner > .elementor-background-video-container::before, .elementor-3040 .elementor-element.elementor-element-99c0265 > .elementor-background-slideshow::before, .elementor-3040 .elementor-element.elementor-element-99c0265 > .e-con-inner > .elementor-background-slideshow::before, .elementor-3040 .elementor-element.elementor-element-99c0265 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-primary );--background-overlay:'';}.elementor-3040 .elementor-element.elementor-element-99c0265:not(.elementor-motion-effects-element-type-background), .elementor-3040 .elementor-element.elementor-element-99c0265 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-3040 .elementor-element.elementor-element-0e509fb{text-align:center;}.elementor-3040 .elementor-element.elementor-element-0e509fb .elementor-heading-title{color:var( --e-global-color-3c2ad25 );}.elementor-3040 .elementor-element.elementor-element-fa5290d{text-align:center;}.elementor-3040 .elementor-element.elementor-element-fa5290d .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );line-height:var( --e-global-typography-secondary-line-height );color:var( --e-global-color-3c2ad25 );}.elementor-3040 .elementor-element.elementor-element-9d155d9{--display:flex;}.elementor-3040 .elementor-element.elementor-element-a340b2f{--display:flex;}@media(max-width:1024px){.elementor-3040 .elementor-element.elementor-element-fa5290d .elementor-heading-title{line-height:var( --e-global-typography-secondary-line-height );}}@media(max-width:767px){.elementor-3040 .elementor-element.elementor-element-fa5290d .elementor-heading-title{line-height:var( --e-global-typography-secondary-line-height );}}/* Start custom CSS for html, class: .elementor-element-71daa10 *//* Base */
a.appointment-button,
.designer-intro a.appointment-button {
  display: inline-block;
  background-color: #e94287 !important;
  color: #ffffff !important;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  border: 2px solid #e94287 !important;
  line-height: 1;
  transition: background-color .3s ease, color .3s ease, border-color .3s ease, transform .1s ease;
}

/* Ensure non-hover states stay white text */
a.appointment-button:link,
a.appointment-button:visited {
  color: #ffffff !important;
}

/* Hover / focus – invert correctly */
.designer-intro a.appointment-button:hover,
.designer-intro a.appointment-button:focus,
a.appointment-button:hover,
a.appointment-button:focus {
  background-color: #ffffff !important;
  color: #e94287 !important;      /* force pink text on hover */
  border-color: #e94287 !important;
  text-decoration: none !important;
  outline: none;
}

/* Optional: click feedback */
a.appointment-button:active { transform: translateY(1px); }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5237292 */.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.gallery-item {
  width: 30%;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

.gallery-item img:hover {
  transform: scale(1.02);
}

.gallery-item .caption {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #e94287; /* Updated Roberta’s pink */
  line-height: 1.4;
}/* End custom CSS */