.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{font-weight:500;}.elementor-kit-9 h1{font-family:"Poppins", Sans-serif;font-weight:900;}.elementor-kit-9 h2{font-family:"Poppins", Sans-serif;font-weight:900;}.elementor-kit-9 h3{font-family:"Poppins", Sans-serif;font-weight:900;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 *//* === Pro Gallery render fix (Elementor 4.0 + asset-optimizer) ===
   Masonry JS doesn't initialize on pages saved via REST. Force a CSS
   multi-column layout that doesn't depend on JS positioning. */
.elementor-widget-gallery .e-gallery-container,
.elementor-widget-gallery .elementor-gallery__container {
  display: block !important;
  position: static !important;
  height: auto !important;
  column-count: 3;
  column-gap: 16px;
}
.elementor-widget-gallery .e-gallery-item,
.elementor-widget-gallery .e-gallery-item.elementor-animated-content {
  position: static !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
  break-inside: avoid;
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(42,27,99,0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.elementor-widget-gallery .e-gallery-item:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 32px rgba(42,27,99,0.20);
}
.elementor-widget-gallery .e-gallery-image,
.elementor-widget-gallery .e-gallery-image img,
.elementor-widget-gallery .e-gallery-image .e-gallery-image-loaded {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .elementor-widget-gallery .e-gallery-container,
  .elementor-widget-gallery .elementor-gallery__container { column-count: 2; column-gap: 12px; }
  .elementor-widget-gallery .e-gallery-item { margin-bottom: 12px; }
}
@media (max-width: 600px) {
  .elementor-widget-gallery .e-gallery-container,
  .elementor-widget-gallery .elementor-gallery__container { column-count: 1; }
  .elementor-widget-gallery .e-gallery-item { margin-bottom: 10px; }
}
/* === End Pro Gallery render fix === */


/* === image-gallery masonry + no captions ===
   Applies to the free Elementor image-gallery widget. CSS multi-column gives
   the masonry feel (varying heights), no JS dependency. */
.elementor-widget-image-gallery .gallery,
.elementor-widget-image-gallery .elementor-image-gallery .gallery {
  display: block !important;
  column-count: 3;
  column-gap: 14px;
}
.elementor-widget-image-gallery .gallery-item,
.elementor-widget-image-gallery .elementor-image-gallery .gallery-item {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 14px 0 !important;
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  float: none !important;
}
.elementor-widget-image-gallery .gallery-item img {
  width: 100% !important;
  height: auto !important;
  display: block;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(42,27,99,0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.elementor-widget-image-gallery .gallery-item:hover img {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(42,27,99,0.20);
}
/* Belt-and-suspenders: nuke captions in every shape WP/Elementor outputs */
.elementor-widget-image-gallery .gallery-caption,
.elementor-widget-image-gallery .wp-caption-text,
.elementor-widget-image-gallery figcaption,
.elementor-widget-image-gallery .elementor-image-gallery figcaption {
  display: none !important;
}
@media (max-width: 1024px) {
  .elementor-widget-image-gallery .gallery,
  .elementor-widget-image-gallery .elementor-image-gallery .gallery { column-count: 2; column-gap: 10px; }
  .elementor-widget-image-gallery .gallery-item { margin-bottom: 10px !important; }
}
@media (max-width: 600px) {
  .elementor-widget-image-gallery .gallery,
  .elementor-widget-image-gallery .elementor-image-gallery .gallery { column-count: 1; }
}
/* === End image-gallery masonry === *//* End custom CSS */