.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-color-30b7819:#0C4979;--e-global-color-599e19f:#008EB9;--e-global-color-ff868d2:#ABB5CC;--e-global-color-46b2b3c:#FFFFFF;--e-global-color-1b03dd1:#F8F8F8;--e-global-color-3136253:#091733;--e-global-color-e5f73f9:#0E0E0D;--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;--e-global-typography-2960b6b-font-family:"FreightBig Pro";--e-global-typography-2960b6b-font-size:clamp(2.75rem, 0.917rem + 5.185vw, 6.25rem);--e-global-typography-2960b6b-font-weight:700;--e-global-typography-2960b6b-line-height:1em;--e-global-typography-4ab5cfe-font-family:"FreightBig Pro";--e-global-typography-4ab5cfe-font-size:clamp(2.125rem, 0.759rem + 3.796vw, 4.688rem);--e-global-typography-4ab5cfe-font-weight:700;--e-global-typography-4ab5cfe-line-height:1em;--e-global-typography-a902bf9-font-family:"Instrument Sans";--e-global-typography-a902bf9-font-size:clamp(1.125rem, 1rem + 0.556vw, 1.5rem);--e-global-typography-a902bf9-font-weight:500;--e-global-typography-a902bf9-line-height:1em;--e-global-typography-277ea8a-font-family:"Instrument Sans";--e-global-typography-277ea8a-font-size:clamp(0.938rem, 0.875rem + 0.278vw, 1.125rem);--e-global-typography-277ea8a-font-weight:400;--e-global-typography-d9f1e05-font-family:"Instrument Sans";--e-global-typography-d9f1e05-font-size:clamp(0.938rem, 0.875rem + 0.278vw, 1.125rem);--e-global-typography-d9f1e05-font-weight:500;--e-global-typography-2e01b85-font-family:"Instrument Sans";--e-global-typography-2e01b85-font-size:clamp(0.75rem, 0.7rem + 0.22vw, 0.875rem);--e-global-typography-2e01b85-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 p{margin-block-end:0px;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-family:var( --e-global-typography-d9f1e05-font-family ), Sans-serif;font-size:var( --e-global-typography-d9f1e05-font-size );font-weight:var( --e-global-typography-d9f1e05-font-weight );border-radius:4px 4px 4px 4px;padding:15px 40px 15px 40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1684px;}.e-con{--container-max-width:1684px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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 .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1680px){.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-d9f1e05-font-size );}}@media(max-width:1024px){.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-d9f1e05-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-d9f1e05-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}@media(min-width:2400px){.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-d9f1e05-font-size );}}/* Start custom CSS *//*Glossy card styling*/

.glossy-card{
    background: rgba(255, 255, 255, 0.3);
border: 2px solid rgba(248, 248, 248, 0.2);
backdrop-filter: blur(10px);
}

/**
 * 1. Arrow Container: Create 60px circle with specific background and border
 */
.jet-listing-grid__slider-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important; /* Circular shape */
    background: rgba(255, 255, 255, 0.3) !important; /* User defined background */
    border: 1px solid rgba(248, 248, 248, 0.3) !important; /* User defined border */
    box-shadow: none !important;
    padding: 0 !important;
    transition: all 0.3s ease;
}

/**
 * 2. Remove default JetEngine icon font elements
 */
.jet-listing-grid__slider-icon:before {
    display: none !important;
}

/**
 * 3. Icon Style: Set the 24px size for the SVG
 */
.custom-svg-icon {
    width: 24px !important;
    height: 24px !important;
    display: block;
    pointer-events: none;
}

/**
 * 4. Hover State: Slightly increase opacity when hovered
 */
.jet-listing-grid__slider-icon:hover {
    background: rgba(255, 255, 255, 0.45) !important;
    cursor: pointer;
}

/* HP Loop Carousel – background image zoom on hover (ONLY) */

/* Default state (no zoom) */
.hp-slider-item:not(.elementor-motion-effects-element-type-background),
.hp-slider-item > .elementor-motion-effects-container > .elementor-motion-effects-layer{
  background-position: center center !important;     /* keep image centered */
  background-size: 120% auto !important;            /* initial size */
  transition: background-size .6s ease;             /* smooth zoom animation */
  will-change: background-size;                     /* hint for smoother rendering */
}

/* Hover state (zoom in) */
.hp-slider-item:hover:not(.elementor-motion-effects-element-type-background),
.hp-slider-item:hover > .elementor-motion-effects-container > .elementor-motion-effects-layer{
  background-size: 130% auto !important;            /* zoom level (tweak 108–120%) */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'FreightBig Pro';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://oceanblue.reachways.cz/wp-content/uploads/2026/01/FreightBigProBook-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'FreightBig Pro';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://oceanblue.reachways.cz/wp-content/uploads/2026/01/FreightBigProMedium-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'FreightBig Pro';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://oceanblue.reachways.cz/wp-content/uploads/2026/01/FreightBigProBold-Regular.woff2') format('woff2');
}
/* End Custom Fonts CSS */