.elementor-2822 .elementor-element.elementor-element-307aba6{--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-2822 .elementor-element.elementor-element-307aba6::before, .elementor-2822 .elementor-element.elementor-element-307aba6 > .elementor-background-video-container::before, .elementor-2822 .elementor-element.elementor-element-307aba6 > .e-con-inner > .elementor-background-video-container::before, .elementor-2822 .elementor-element.elementor-element-307aba6 > .elementor-background-slideshow::before, .elementor-2822 .elementor-element.elementor-element-307aba6 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2822 .elementor-element.elementor-element-307aba6 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-primary );--background-overlay:'';}.elementor-2822 .elementor-element.elementor-element-307aba6:not(.elementor-motion-effects-element-type-background), .elementor-2822 .elementor-element.elementor-element-307aba6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-2822 .elementor-element.elementor-element-bc9c180{text-align:center;}.elementor-2822 .elementor-element.elementor-element-bc9c180 .elementor-heading-title{color:var( --e-global-color-3c2ad25 );}.elementor-2822 .elementor-element.elementor-element-710c01f{text-align:center;}.elementor-2822 .elementor-element.elementor-element-710c01f .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-2822 .elementor-element.elementor-element-b69dbbf{--display:flex;}.elementor-2822 .elementor-element.elementor-element-5410837{--display:flex;}@media(max-width:1024px){.elementor-2822 .elementor-element.elementor-element-710c01f .elementor-heading-title{line-height:var( --e-global-typography-secondary-line-height );}}@media(max-width:767px){.elementor-2822 .elementor-element.elementor-element-710c01f .elementor-heading-title{line-height:var( --e-global-typography-secondary-line-height );}}/* Start custom CSS for html, class: .elementor-element-4d25050 *//* 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-6db1d82 *//* === Gallery Wrapper === */
.rachel-allan-gallery {
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
  background: #fff;
}

/* === Grid Layout (Fixed 3 Columns) === */
.gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Always 3 columns */
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* === Individual Gallery Items === */
.gallery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
}

/* === Link Wrapper for Lightbox === */
.gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
}

/* === Image Styling (with hover) === */
.gallery-item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* === Caption Styling === */
.gallery-item .caption {
  font-size: 0.9rem;
  font-weight: 500;
  color: #e94287;
  margin-top: 10px;
  text-align: center;
  padding: 0 10px;
}/* End custom CSS */
/* Start custom CSS */<style>
  /* ===== Designer page styles (Roberta’s Bridal) ===== */
  .designer-section{
    font-family:'Poppins',sans-serif;
    padding:40px 20px;
    max-width:1000px;
    margin:0 auto;
    color:#333;
    line-height:1.7;
  }

  .designer-intro{
    text-align:center;
    margin-bottom:40px;
  }

  .designer-logo{
    max-width:300px;
    height:auto;
    margin:0 auto 20px;
    display:block;
  }

  .designer-title{
    font-size:32px;
    margin:0 0 10px;
    font-weight:600;
  }

  .designer-subheading{
    font-size:18px;
    margin:0 0 20px;
    color:#777;
  }

  /* CTA button (matches your existing designer pages) */
  .appointment-button{
    display:inline-block;
    background-color:#e94287;
    color:#fff !important;
    padding:12px 25px;
    font-weight:500;
    font-size:16px;
    border-radius:6px;
    text-decoration:none;
    border:2px solid #e94287;
    transition:all .3s ease;
    margin:10px 0;
  }
  .appointment-button:hover{
    background-color:#fff;
    color:#e94287 !important;
  }

  .designer-content p{
    margin-bottom:20px;
    font-size:16px;
  }

  .highlight-line{
    color:#e94287;
    font-size:20px;
    font-weight:600;
    margin-top:40px;
  }

  /* Nice spacing for long text on big screens */
  @media (min-width: 900px){
    .designer-section{ line-height:1.8; }
  }
</style>/* End custom CSS */