.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#F2EBDF;--e-global-color-text:#000000;--e-global-color-accent:#C8C897;--e-global-color-7fa13d1:#CDCC9D;--e-global-color-fbdee6e:#99A45A;--e-global-color-d51ff14:#6A773D;--e-global-color-85cba1c:#730C15;--e-global-color-096fde4:#C0151B;--e-global-color-03e388c:#231F20;--e-global-color-ed6763c:#C2141C;--e-global-color-835241b:#F2EBDF;--e-global-color-669e0d3:#FFFFFF;--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:"futura-pt";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-da94a18-font-family:"haboro-contrast-extended";--e-global-typography-da94a18-letter-spacing:2px;--e-global-typography-87fb1a4-font-family:"futura-pt";--e-global-typography-87fb1a4-font-size:16px;--e-global-typography-87fb1a4-font-weight:600;--e-global-typography-87fb1a4-line-height:0px;--e-global-typography-0c5ca3c-font-family:"futura-pt";--e-global-typography-0c5ca3c-font-size:18px;--e-global-typography-0c5ca3c-font-weight:400;--e-global-typography-0c5ca3c-line-height:30px;--e-global-typography-4f9b0ef-font-family:"haboro-contrast-extended";--e-global-typography-4f9b0ef-font-size:24px;--e-global-typography-4f9b0ef-letter-spacing:2px;--e-global-typography-3b37d49-font-family:"futura-pt";--e-global-typography-3a5fefa-font-family:"acme-gothic-extrawide";--e-global-typography-3a5fefa-font-size:1.7rem;--e-global-typography-3a5fefa-font-weight:500;background-color:#FFFFFF;}.elementor-kit-6 h2{color:var( --e-global-color-096fde4 );font-family:"acme-gothic-extrawide", Sans-serif;font-size:30px;text-transform:uppercase;}.elementor-kit-6 h3{color:var( --e-global-color-096fde4 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@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 *//* 1) Two-column wrapper (the section that holds left + right columns) */
.barco-split-section {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
}

/* 2) Left column: stacked sticky image cards */
.barco-image-stack {
  position: relative;
}

/* Each image "card" */
.barco-image-card {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

/* Stagger / overlap effect between cards */
.barco-image-card + .barco-image-card {
  margin-top: 140px;  /* tune this spacing */
}

/* Image fills card */
.barco-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 3) Right column: sticky details panel, full viewport height */
.barco-detail-panel {
  position: sticky;
  top: 0;
  height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center; /* centers the content vertically */
  overflow: hidden;        /* use auto if copy might overflow */
}/* End custom CSS */