.elementor-2438 .elementor-element.elementor-element-925b450{--display:flex;--min-height:400px;--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:flex-end;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--overlay-opacity:0.15;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-2438 .elementor-element.elementor-element-925b450:not(.elementor-motion-effects-element-type-background), .elementor-2438 .elementor-element.elementor-element-925b450 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(135deg, var( --e-global-color-primary ) 0%, var( --e-global-color-31b9302 ) 39%);}.elementor-2438 .elementor-element.elementor-element-925b450::before, .elementor-2438 .elementor-element.elementor-element-925b450 > .elementor-background-video-container::before, .elementor-2438 .elementor-element.elementor-element-925b450 > .e-con-inner > .elementor-background-video-container::before, .elementor-2438 .elementor-element.elementor-element-925b450 > .elementor-background-slideshow::before, .elementor-2438 .elementor-element.elementor-element-925b450 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2438 .elementor-element.elementor-element-925b450 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://canefor.com/wp-content/uploads/2026/01/img025.jpg");--background-overlay:'';background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-2438 .elementor-element.elementor-element-1d7b7a9 .elementor-heading-title{font-family:var( --e-global-typography-8a6e467-font-family ), Sans-serif;font-size:var( --e-global-typography-8a6e467-font-size );font-weight:var( --e-global-typography-8a6e467-font-weight );line-height:var( --e-global-typography-8a6e467-line-height );color:var( --e-global-color-7498e3e );}.elementor-2438 .elementor-element.elementor-element-6d2e1a5{--display:flex;--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;--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}:root{--page-title-display:none;}@media(min-width:2400px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-2438 .elementor-element.elementor-element-1d7b7a9 .elementor-heading-title{font-size:var( --e-global-typography-8a6e467-font-size );line-height:var( --e-global-typography-8a6e467-line-height );}}@media(max-width:1024px){.elementor-2438 .elementor-element.elementor-element-925b450{--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-2438 .elementor-element.elementor-element-1d7b7a9 .elementor-heading-title{font-size:var( --e-global-typography-8a6e467-font-size );line-height:var( --e-global-typography-8a6e467-line-height );}}@media(max-width:767px){.elementor-2438 .elementor-element.elementor-element-925b450{--min-height:300px;--gap:5px 5px;--row-gap:5px;--column-gap:5px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-2438 .elementor-element.elementor-element-1d7b7a9 .elementor-heading-title{font-size:var( --e-global-typography-8a6e467-font-size );line-height:var( --e-global-typography-8a6e467-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-71f1ae8 *//* ===== TRUE MASONRY GRID ===== */
.all-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-auto-rows: 8px;                 /* masonry precision */
  grid-auto-flow: dense;               /* fill gaps */
  gap: 20px;
}



/* Filter group */
.filter-group {
  margin-bottom: 50px;
}

.gallery-filters .filter-title {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 20px;
} 

/* Filter title */
.filter-group h4,
.filter-group strong {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
} 

/* Chip-style buttons */
.filter-group button {
  display: inline-block; /* chip style */
  width: auto; /* auto width for chip */
  padding: 6px 14px;
  margin: 4px 4px 4px 0; /* spacing between chips */
  border-radius: 25px; /* pill shape */
  border: 1px solid #003a8f; /* blue border */
  background: #f7f9fc; /* white background */
  color: #003a8f; /* blue text */
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.25s ease;
  text-align: center;
} 

/* Hover effect */
.filter-group button:hover {
  background-color: #e0eafa;
} 

/* Active / selected chip */
.filter-group button.active {
  background-color: #c4161c;
  color: white;
  border-color: red;
} 

/* Mobile: horizontal chips */
@media (max-width: 768px) {
  .filter-group button {
    margin-right: 8px;
    margin-bottom: 6px;
  }
} 

/* Responsive column control */
@media (min-width: 1200px) {
  .all-gallery-grid {
    column-count: 4;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .all-gallery-grid {
    column-count: 3;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .all-gallery-grid {
    column-count: 2;
  }
}

@media (max-width: 479px) {
  .all-gallery-grid {
    column-count: 1;
  }
} 

/* Gallery item */
.gallery-item {
  /*display: inline-block;*/
  width: 100%;
  /*margin-bottom: 20px;*/
  /*break-inside: avoid;*/
} 

/* Image styling */
.gallery-item img {
  width: 100%;
  /*height: auto;*/
  display: block;
  border-radius: 10px; /* ✅ 10px border */
  transition: transform 0.25s ease, box-shadow 0.25s ease;
} 

/* Hover effect (Elementor-like) */
.gallery-item:hover img {
  transform: scale(1.02);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
} 

.gallery-item.is-hidden {
  display: none !important;
}

/* Gallery layout */
.gallery-layout {
  display: flex;
  gap: 30px;
}

.gallery-filters {
  width: 260px;
  flex-shrink: 0;
  position: sticky;
  top: 100px;
}

.gallery-content {
  flex: 1;
} 

/* Mobile layout */
@media (max-width: 768px) {
  .gallery-layout {
    flex-direction: column;
  }
  .gallery-filters {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
}/* End custom CSS */