/* ============================================
   CUSTOM OVERRIDES — MW Pro Services
   Brand: Primary #009BDC, Secondary #005BA9, Accent #FF8605
   ============================================ */

/* === SMOOTH SCROLL === */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

/* === FIX 1: STICKY HEADER === */
.elementor-element[data-elementor-type="header"],
.elementor.elementor-546.elementor-location-header,
.elementor-628 > .elementor-element[data-id="03531b1"],
.elementor-628 > .elementor-element[data-id="950607d"] {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.elementor-sticky__spacer { display: none !important; }

.elementor-sticky--active {
  left: 0 !important;
  width: 100% !important;
}

/* === FIX: Elementor frozen entrance animations === */
.elementor-invisible {
  visibility: visible !important;
  opacity: 1 !important;
}

/* === FIX 3: NAV SYSTEM === */

/* --- 3A: DESKTOP — hover dropdowns + arrows --- */
@media (min-width: 1025px) {

  /* Allow dropdowns to escape parent containers */
  .elementor-546 .e-con,
  .elementor-546 .e-con-inner,
  .elementor-546 .elementor-widget-container,
  .elementor-546 .elementor-widget-nav-menu {
    overflow: visible !important;
  }

  .elementor-nav-menu--main .menu-item-has-children {
    position: relative;
  }

  /* Show dropdown on hover — override the base .sub-menu{display:none} */
  .elementor-nav-menu--main .menu-item-has-children > .sub-menu {
    display: none !important;
    position: absolute !important;
    top: 100%;
    left: 0;
    background: #fff !important;
    min-width: 240px;
    width: max-content;
    max-width: 340px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14) !important;
    z-index: 10000 !important;
    padding: 8px 0;
    border-radius: 4px;
  }

  /* Kill the 15px gap — must match Elementor's specificity */
  .elementor-546 .elementor-element.elementor-element-41bfd5fa .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown,
  .elementor-546 .elementor-element.elementor-element-41bfd5fa .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    margin-top: 0 !important;
  }

  /* Invisible hover bridge so mouse can cross from item to dropdown */
  .elementor-nav-menu--main .menu-item-has-children > .sub-menu::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
  }

  .elementor-nav-menu--main .menu-item-has-children:hover > .sub-menu {
    display: block !important;
  }

  /* Dropdown item styling */
  .elementor-nav-menu--main .sub-menu .elementor-sub-item {
    padding: 10px 20px !important;
    display: block;
    white-space: nowrap;
    color: #005BA9 !important;
    transition: background 0.2s, color 0.2s;
  }

  .elementor-nav-menu--main .sub-menu .elementor-sub-item:hover {
    background: rgba(0, 91, 169, 0.08) !important;
    color: #FF8605 !important;
  }

  /* Nested flyout to the right */
  .elementor-nav-menu--main .sub-menu .menu-item-has-children > .sub-menu {
    top: 0 !important;
    left: 100% !important;
    z-index: 10001 !important;
  }

  /* Injected .sub-arrow spans (via JS) */
  .elementor-nav-menu--main .sub-arrow {
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
  }

  .elementor-nav-menu--main .sub-arrow svg {
    width: 10px;
    height: 10px;
    fill: #005BA9;
    transition: transform 0.2s, fill 0.2s;
  }

  .elementor-nav-menu--main .menu-item-has-children:hover > a > .sub-arrow svg {
    fill: #FF8605;
    transform: rotate(180deg);
  }
}

/* --- 3B: MOBILE/TABLET — WPR offcanvas --- */
@media (max-width: 1024px) {

  /* Sticky mobile header */
  .elementor-element[data-id="123bafd"] {
    position: sticky !important;
    top: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }

  /* Offcanvas wrap = full-screen overlay backdrop */
  .wpr-offcanvas-wrap {
    display: none;
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background: rgba(7, 7, 7, 0.2) !important;
    z-index: 99998 !important;
  }
  .wpr-offcanvas-wrap.wpr-offcanvas-open {
    display: block !important;
  }

  /* Offcanvas content = slide-in panel */
  .wpr-offcanvas-content {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: 60vw !important;
    max-width: 60vw;
    height: 100vh !important;
    background: #fff !important;
    z-index: 99999 !important;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    padding: 0 10px !important;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .wpr-offcanvas-open .wpr-offcanvas-content {
    transform: translateX(0) !important;
  }

  /* Close button */
  .wpr-offcanvas-header {
    display: flex;
    justify-content: flex-end;
    padding: 15px 10px 5px;
  }
  .wpr-close-offcanvas {
    cursor: pointer;
    font-size: 24px;
    color: #333;
    padding: 5px;
    line-height: 1;
  }
  .wpr-close-offcanvas:hover { color: #FF8605; }

  /* Show the mobile nav list inside offcanvas */
  .elementor-893 .elementor-nav-menu--dropdown {
    display: block !important;
    position: static !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* Nav item styling */
  .elementor-893 .elementor-nav-menu--dropdown .elementor-item,
  .elementor-893 .elementor-nav-menu--dropdown .elementor-sub-item {
    padding: 12px 16px !important;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #005BA9 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .elementor-893 .elementor-nav-menu--dropdown .elementor-item:hover,
  .elementor-893 .elementor-nav-menu--dropdown .elementor-sub-item:hover {
    color: #FF8605 !important;
    background: rgba(0, 155, 220, 0.05) !important;
  }

  /* Sub-menu accordion — hidden until toggled */
  .elementor-893 .menu-item-has-children > .sub-menu {
    display: none !important;
    padding-left: 10px !important;
    position: static !important;
    box-shadow: none !important;
    background: transparent !important;
  }
  .elementor-893 .menu-item-has-children.sub-menu-open > .sub-menu {
    display: block !important;
  }

  /* Mobile arrow indicators (injected .sub-arrow spans) */
  .elementor-893 .menu-item-has-children > a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  .elementor-893 .sub-arrow {
    display: flex;
    align-items: center;
    margin-left: auto;
    padding: 4px;
  }
  .elementor-893 .sub-arrow svg {
    width: 12px;
    height: 12px;
    fill: #005BA9;
    transition: transform 0.2s;
  }
  .elementor-893 .menu-item-has-children.sub-menu-open > a > .sub-arrow svg {
    transform: rotate(180deg);
  }

  /* Mobile CTA buttons inside offcanvas */
  .elementor-893 .elementor-button {
    display: block;
    text-align: center;
    margin: 10px 0;
  }
}

/* === SERVICE PAGES: 20px (tablet) / 15px (mobile) on sections 2-4 ===
   Targets only service pages via body class. nth-child(n+2):nth-child(-n+4) = sections 2,3,4. */
.elementor-page-583 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
.elementor-page-620 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
.elementor-page-1736 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
.elementor-page-1737 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
.elementor-page-1738 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
.elementor-page-1739 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
.elementor-page-1740 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
.elementor-page-1741 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
.elementor-page-1742 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
.elementor-page-1743 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
.elementor-page-1744 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
.elementor-page-1745 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
.elementor-page-1746 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
.elementor-page-1747 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
.elementor-page-1748 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
.elementor-page-1749 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
.elementor-page-1750 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
.elementor-page-3422 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
.elementor-page-3505 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4) {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (max-width: 767px) {
  .elementor-page-583 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
  .elementor-page-620 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
  .elementor-page-1736 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
  .elementor-page-1737 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
  .elementor-page-1738 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
  .elementor-page-1739 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
  .elementor-page-1740 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
  .elementor-page-1741 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
  .elementor-page-1742 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
  .elementor-page-1743 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
  .elementor-page-1744 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
  .elementor-page-1745 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
  .elementor-page-1746 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
  .elementor-page-1747 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
  .elementor-page-1748 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
  .elementor-page-1749 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
  .elementor-page-1750 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
  .elementor-page-3422 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4),
  .elementor-page-3505 [data-elementor-type="wp-page"] > .e-con.e-parent:nth-child(n+2):nth-child(-n+4) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* === CONTACT SECTION EDGE PADDING — mobile & tablet === */
/* 7dbddff = home, d749184 = reviews, ba57d8a = contact page */
@media (max-width: 1024px) {
  .elementor-element[data-id="7dbddff"],
  .elementor-element[data-id="d749184"],
  .elementor-element[data-id="ba57d8a"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-element[data-id="ba57d8a"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* ===== CONTACT PAGE — HERO BACKGROUND ===== */
.elementor-628 .elementor-element.elementor-element-ba57d8a:not(.elementor-motion-effects-element-type-background),
.elementor-628 .elementor-element.elementor-element-ba57d8a > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-image: url('../images/House-Washing-in-Bowling-Green-OH-1024x684.jpg') !important;
  background-position: center center !important;
  background-size: cover !important;
}

/* ===== CONTACT PAGE — PREMIUM SECTION REDESIGN ===== */

/* Section: light blue-gray background */
.elementor-628 .elementor-element.elementor-element-lbqjyk0 {
  background-color: #eef5fb !important;
}

/* Left column: white card with shadow */
.elementor-628 .elementor-element.elementor-element-902ab61 > .elementor-element-populated {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 36px rgba(0, 91, 169, 0.10);
  padding: 40px 36px !important;
  margin: 0 !important;
}

/* Hide duplicate "Contact Us" h2 — hero already says it */
.elementor-628 .elementor-element.elementor-element-d318e48 {
  display: none !important;
}

/* Left-align description text, softer color */
.elementor-628 .elementor-element.elementor-element-327040e {
  text-align: left !important;
}
.elementor-628 .elementor-element.elementor-element-327040e p {
  color: #6b7280;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

/* Right column: brand blue card */
.elementor-628 .elementor-element.elementor-element-2e9938b > .elementor-element-populated {
  background: #005BA9;
  border-radius: 12px;
  padding: 40px 32px !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* Right col: "Phone Number" label → orange eyebrow */
.elementor-628 .elementor-element.elementor-element-f309b95 {
  text-align: left !important;
}
.elementor-628 .elementor-element.elementor-element-f309b95 .elementor-heading-title {
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #FF8605 !important;
}

/* Right col: phone number → large white bold */
.elementor-628 .elementor-element.elementor-element-d5e8e51 {
  text-align: left !important;
}
.elementor-628 .elementor-element.elementor-element-d5e8e51 .elementor-heading-title {
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
}
.elementor-628 .elementor-element.elementor-element-d5e8e51 .elementor-heading-title a {
  color: #ffffff !important;
  text-decoration: none;
}
.elementor-628 .elementor-element.elementor-element-d5e8e51 .elementor-heading-title a:hover {
  color: #FF8605 !important;
}

/* Right col: hours — separator + orange label + white text */
.elementor-628 .elementor-element.elementor-element-fc76bb3 > .elementor-widget-container {
  margin-top: 28px !important;
  padding-top: 28px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.elementor-628 .elementor-element.elementor-element-fc76bb3 .elementor-icon-box-wrapper {
  text-align: left !important;
}
.elementor-628 .elementor-element.elementor-element-fc76bb3 .elementor-icon-box-title,
.elementor-628 .elementor-element.elementor-element-fc76bb3 .elementor-icon-box-title a {
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #FF8605 !important;
  margin-bottom: 6px;
}
.elementor-628 .elementor-element.elementor-element-fc76bb3 .elementor-icon-box-description {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

/* Gap between form card and info card */
.elementor-628 .elementor-element.elementor-element-lbqjyk0 .elementor-container {
  gap: 30px;
}

/* Space between description paragraph and form fields */
.elementor-628 .elementor-element.elementor-element-9a4c448 {
  margin-top: 20px !important;
}

/* Mobile: stack columns with gap */
@media (max-width: 767px) {
  .elementor-628 .elementor-element.elementor-element-902ab61 > .elementor-element-populated {
    padding: 28px 20px !important;
  }
  .elementor-628 .elementor-element.elementor-element-2e9938b > .elementor-element-populated {
    padding: 28px 20px !important;
    margin-top: 20px !important;
  }
}

/* === FOOTER: CENTER "GET STARTED" COLUMN === */
/* data-id varies per page footer template: 1845c30 (main), 6e67b05 (reviews), 8dc737b (contact) */
.elementor-element[data-id="1845c30"],
.elementor-element[data-id="6e67b05"],
.elementor-element[data-id="8dc737b"] {
  text-align: center;
  align-items: center !important;
}
.elementor-element[data-id="1845c30"] .elementor-icon-box-wrapper,
.elementor-element[data-id="6e67b05"] .elementor-icon-box-wrapper,
.elementor-element[data-id="8dc737b"] .elementor-icon-box-wrapper {
  flex-direction: column !important;
  align-items: center !important;
  text-align: center;
}
.elementor-element[data-id="1845c30"] .elementor-icon-box-icon,
.elementor-element[data-id="6e67b05"] .elementor-icon-box-icon,
.elementor-element[data-id="8dc737b"] .elementor-icon-box-icon {
  margin: 0 auto 10px !important;
}
.elementor-element[data-id="1845c30"] .elementor-icon-box-content,
.elementor-element[data-id="6e67b05"] .elementor-icon-box-content,
.elementor-element[data-id="8dc737b"] .elementor-icon-box-content {
  text-align: center;
  width: 100%;
}

/* === BLOG + PRESS RELEASES: remove thumbnail padding-bottom gap === */
.elementor-post__thumbnail {
  padding-bottom: 0 !important;
}

/* === GOOGLE REVIEWS CAROUSEL === */
.google-reviews-section {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Left: business profile card */
.google-reviews-profile {
  flex-shrink: 0;
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 20px 0;
}

.google-reviews-profile img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
}

.google-reviews-profile .grp-name {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-align: center;
  line-height: 1.3;
}

.google-reviews-profile .grp-stars {
  color: #F4B400;
  font-size: 20px;
  letter-spacing: 2px;
}

.google-reviews-profile .grp-write-review {
  display: inline-block;
  margin-top: 6px;
  padding: 8px 20px;
  border: 1px solid #333;
  border-radius: 4px;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.google-reviews-profile .grp-write-review:hover {
  background: #333;
  color: #fff;
}

/* Right: carousel */
.google-reviews-carousel-wrap {
  flex: 1;
  min-width: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.google-reviews-carousel {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.google-reviews-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
}

/* Arrow buttons */
.google-reviews-arrow {
  background: none;
  border: none;
  font-size: 36px;
  color: #000;
  opacity: 0.5;
  cursor: pointer;
  padding: 8px;
  flex-shrink: 0;
  transition: opacity 0.2s;
  line-height: 1;
}

.google-reviews-arrow:hover {
  opacity: 1;
  background: none;
}

/* Review card */
.google-review-card {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  flex-shrink: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.grc-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.grc-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.grc-info {
  flex: 1;
  min-width: 0;
}

.grc-name {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.grc-date {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #999;
}

.grc-google {
  flex-shrink: 0;
}

.grc-stars {
  display: flex;
  align-items: center;
}

.grc-stars-icons {
  color: #F4B400;
  font-size: 18px;
  letter-spacing: 1px;
}

.grc-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.grc-readmore {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #999;
  text-decoration: none;
}

.grc-readmore:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 1024px) {
  .google-reviews-section {
    flex-direction: column;
    align-items: center;
  }
  .google-reviews-profile {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .google-reviews-carousel-wrap {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .google-reviews-section {
    padding: 0 10px;
  }
  .google-reviews-arrow {
    font-size: 28px;
    padding: 4px;
  }
}

/* === FIX 4: GALLERY GRID + LIGHTBOX === */
.elementor-gallery__container {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  position: relative !important;
}

@media (max-width: 1024px) {
  .elementor-gallery__container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .elementor-gallery__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.e-gallery-item {
  position: relative !important;
  display: block !important;
  overflow: hidden;
  border-radius: 4px;
  width: auto !important;
  height: auto !important;
  left: auto !important;
  top: auto !important;
}

.e-gallery-image {
  width: 100%;
  padding-top: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.e-gallery-item:hover .e-gallery-image {
  transform: scale(1.03);
}

.elementor-gallery-item__overlay {
  display: none;
}

/* Lightbox */
#lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
}

#lightbox-overlay.active {
  display: flex;
}

.lb-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
}

.lb-img-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 88vh;
}

.lb-img {
  max-width: 90vw;
  max-height: 88vh;
  object-fit: contain;
  transition: opacity 0.3s;
}

.lb-close {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 2;
  background: none;
  border: none;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  line-height: 1;
}

.lb-prev, .lb-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  font-size: 28px;
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s;
}

.lb-prev:hover, .lb-next:hover {
  background: rgba(255, 255, 255, 0.3);
}

.lb-prev { left: 16px; }
.lb-next { right: 16px; }

.lb-spinner {
  display: none;
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: lb-spin 0.8s linear infinite;
}

@keyframes lb-spin {
  to { transform: rotate(360deg); }
}
