.elementor-kit-5{--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:"Raleway";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:500;background-color:#000000;font-family:"Helvetica", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 */:root{ --sidebar: clamp(180px,15%,260px); }

/* global: remove jump and stray top spacing */
html,body{ margin:0; padding:0; overflow-x:hidden; }
html{ scrollbar-gutter: stable; }    /* prevents the tiny scroll jump */
@media (min-width:1024px){
  .elementor-hidden-desktop{
    display:none !important; height:0 !important; margin:0 !important; padding:0 !important;
  }
}

/* fixed left menu */
@media (min-width:1024px){
  .side-menu{
    position:fixed; top:0; left:0;
    width:var(--sidebar); height:100dvh;
    background:#000; border-right:0; z-index:1000;
  }
  body.admin-bar .side-menu{ top:32px; height:calc(100dvh - 32px); }
}

/* right pane with the carousel - no gaps, no right space */
@media (min-width:1024px){
  .hero-pane{
    margin-left:var(--sidebar) !important;
    width:calc(100% - var(--sidebar)) !important;
    padding:0 !important; margin-top:0 !important;
    background:#000; overflow:hidden; box-sizing:border-box;
    max-width:none !important;
  }

  /* kill inner Elementor gutters in this area only */
  .hero-pane .elementor-container,
  .hero-pane .elementor-section,
  .hero-pane .elementor-widget-container{
    padding:0 !important; margin:0 !important; border:0 !important; max-width:none !important;
  }

  /* make the carousel fill the viewport and touch all edges */
  .hero-pane .swiper{ height:100dvh; overflow:hidden; }
  body.admin-bar .hero-pane .swiper{ height:calc(100dvh - 32px); }
  .hero-pane .swiper-wrapper, .hero-pane .swiper-slide{ height:100%; }
  .hero-pane .swiper-slide{
    display:flex; align-items:center; justify-content:center; background:#000;
  }
  .hero-pane .swiper-slide img{
    display:block; width:100%; height:100%;
    object-fit:cover; object-position:center;
  }
}

/* --- Laptop Screen Specific Fixes (768px - 1023px) --- */
@media (min-width: 768px) and (max-width: 1023px) {

    /* --- Primary Fix for the Image Carousel Container --- */
    /* Targets the main container by its class and ID for highest specificity */
    .hero-pane .main.e-con-full,
    .elementor-element-2c495e3 {
        min-height: 100vh !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    /* Targets the image carousel widget and its swiper containers */
    .elementor-element-4dd7d5e,
    .elementor-element-4dd7d5e .elementor-image-carousel-wrapper {
        min-height: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    /* Targets the actual images in the carousel to ensure they fill the space */
    .elementor-element-4dd7d5e .swiper-slide img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
    }

    /* --- Secondary Fix for the Gallery Widget (if visible on laptop) --- */
    .elementor-element-e55d32f {
        padding: 0 !important;
        margin: 0 !important;
    }
    .elementor-element-e55d32f .elementor-gallery__container {
        padding-bottom: 0 !important;
    }
}

/* Mobile Fixes (max-width: 767px) */
@media (max-width: 767px){
  .hero-pane{ margin-left:0 !important; width:100% !important; padding:0 !important; }
  .hero-pane .swiper{ height:auto; }
  .hero-pane .swiper-slide img{ height:auto; }
  .side-menu{ display: none; }
}
/*
 * This CSS rule adds a custom attribute to elements with the 'notranslate' class.
 * It serves as a secondary layer of protection against machine translation.
 */
.notranslate {
  user-select: none; /* Prevents text selection, sometimes a side effect of translation */
  pointer-events: none; /* Prevents clicks, to avoid strange behavior */
}
/* Hides the title/caption in the Elementor Lightbox */
body .elementor-lightbox-title {
    display: none !important;
}

/* Also targets a common lightbox title class for older versions or other plugins */
body .mfp-title {
    display: none !important;
}
body .elementor-lightbox-title {
    display: none !important;
}

/* Specific Elementor widget fix to hide all titles */
.elementor-lightbox-title {
    visibility: hidden !important;
}/* End custom CSS */