/* =========================================================
   LIMOTAK LIQUID GLASS — CLEAN CONSOLIDATED STYLESHEET
   Load this file after style.css, color-blue.css and retina.css.
========================================================= */

/* =========================================================
   1. DESIGN TOKENS
========================================================= */

body.limotak-liquid-theme {
	--limotak-navy: #0b1d2c;
	--limotak-navy-rgb: 11, 29, 44;

	--limotak-button-color: #59636d;
	--limotak-button-hover: #6b747d;

	--limotak-light-bg: #eef4f7;
	--limotak-light-bg-alt: #f5f8fa;

	--limotak-glass-light: rgba(255, 255, 255, 0.62);
	--limotak-glass-dark: rgba(255, 255, 255, 0.055);

	--limotak-border-light: rgba(255, 255, 255, 0.82);
	--limotak-border-dark: rgba(255, 255, 255, 0.14);

	--limotak-silver: #aeb7c0;
	--limotak-silver-light: #eef2f5;

	--limotak-radius: 24px;
	--limotak-section-space: clamp(48px, 4vw, 72px);

	--limotak-shadow-light:
		0 22px 50px rgba(9, 35, 52, 0.13),
		inset 0 1px 0 rgba(255, 255, 255, 0.95);

	--limotak-shadow-dark:
		0 24px 55px rgba(0, 5, 14, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.10);

	margin: 0;
	background: var(--limotak-light-bg);
	color: #3b4146;
	font-family: "Montserrat", Arial, sans-serif;
	text-align: left;
}


/* =========================================================
   2. TYPOGRAPHY AND BASE RESET
========================================================= */

body.limotak-liquid-theme,
body.limotak-liquid-theme p,
body.limotak-liquid-theme a,
body.limotak-liquid-theme span,
body.limotak-liquid-theme li,
body.limotak-liquid-theme label,
body.limotak-liquid-theme input,
body.limotak-liquid-theme textarea,
body.limotak-liquid-theme select,
body.limotak-liquid-theme button,
body.limotak-liquid-theme table,
body.limotak-liquid-theme td,
body.limotak-liquid-theme th {
	font-family: "Montserrat", Arial, sans-serif;
}

body.limotak-liquid-theme h1,
body.limotak-liquid-theme h2,
body.limotak-liquid-theme h3,
body.limotak-liquid-theme h4,
body.limotak-liquid-theme h5,
body.limotak-liquid-theme h6 {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
}

body.limotak-liquid-theme p {
	text-align: left;
}

body.limotak-liquid-theme .fa,
body.limotak-liquid-theme [class^="fa-"],
body.limotak-liquid-theme [class*=" fa-"] {
	font-family: "FontAwesome" !important;
}

body.limotak-liquid-theme .row {
	margin-bottom: 0;
}

body.limotak-liquid-theme .page-content,
body.limotak-liquid-theme section {
	position: relative;
	box-sizing: border-box;
}

body.limotak-liquid-theme img {
	max-width: 100%;
	height: auto;
}


/* =========================================================
   3. GLOBAL SECTION SPACING
========================================================= */

/* =========================================================
   GLOBAL SECTION SPACING
   Hero slider is excluded
========================================================= */

body.limotak-liquid-theme
> .page-content:not(.limotak-overlap-section),

body.limotak-liquid-theme
> section:not(.limotak-overlap-section):not(.main-slider) {
	margin-top: 0 !important;
	margin-bottom: 0 !important;

	padding-top: var(--limotak-section-space) !important;
	padding-bottom: var(--limotak-section-space) !important;
}

body.limotak-liquid-theme > .page-content.mb-70,
body.limotak-liquid-theme > section.mb-70 {
	margin-bottom: 0 !important;
}

body.limotak-liquid-theme > .page-content.parallax.parallax01:not(.dark),
body.limotak-liquid-theme > .limotak-overlap-section {
	padding-top: 0 !important;
	padding-bottom: var(--limotak-section-space) !important;
}

body.limotak-liquid-theme
> .page-content
> .container
> .row:last-child,
body.limotak-liquid-theme
> section
> .container
> .row:last-child {
	margin-bottom: 0 !important;
}

body.limotak-liquid-theme #vueapp {
	margin: 0;
	padding: var(--limotak-section-space) 0;
}


/* =========================================================
   4. REUSABLE GLASS SURFACE
========================================================= */

body.limotak-liquid-theme .liquid-glass {
	background: var(--limotak-glass-light);
	border: 1px solid var(--limotak-border-light);
	border-radius: var(--limotak-radius);
	box-shadow: var(--limotak-shadow-light);
	backdrop-filter: blur(22px) saturate(145%);
	-webkit-backdrop-filter: blur(22px) saturate(145%);
}


/* =========================================================
   5. FIXED GLASS NAVIGATION
========================================================= */

body.limotak-liquid-theme .header-wrapper {
	position: fixed !important;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99999;

	padding: 14px 0;
	background: transparent !important;
	box-shadow: none !important;

	visibility: visible !important;
	opacity: 1 !important;
	transform: none !important;
}

body.limotak-liquid-theme
.header-wrapper.header-transparent.solid-color {
	padding: 8px 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.limotak-liquid-theme .main-nav,
body.limotak-liquid-theme
.header-wrapper.header-transparent.solid-color
.header-style01
.main-nav {
	margin-top: 0 !important;
	background: rgba(var(--limotak-navy-rgb), 0.92) !important;
	border: 1px solid var(--limotak-border-dark) !important;
	border-radius: 22px;
	box-shadow:
		0 18px 45px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
	backdrop-filter: blur(24px) saturate(150%);
	-webkit-backdrop-filter: blur(24px) saturate(150%);
}

body.limotak-liquid-theme .navbar-default .navbar-nav > li > a,
body.limotak-liquid-theme
.header-wrapper.solid-color
.navbar-default
.navbar-nav > li > a {
	color: #ffffff !important;
	font-weight: 600;
	letter-spacing: 0;
}

body.limotak-liquid-theme
.navbar-default
.navbar-nav > li > a:hover,
body.limotak-liquid-theme
.nav > li.current-menu-item > a {
	color: #ffffff !important;
	border-bottom-color: #1388ca !important;
}

body.limotak-liquid-theme .dropdown-menu {
	background: rgba(var(--limotak-navy-rgb), 0.97) !important;
	border: 1px solid var(--limotak-border-dark) !important;
	border-radius: 16px;
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
}

body.limotak-liquid-theme .dropdown-menu > li > a {
	color: rgba(255, 255, 255, 0.82);
	border-bottom-color: rgba(255, 255, 255, 0.10);
	font-weight: 600;
}

body.limotak-liquid-theme .dropdown-menu > li > a:hover {
	color: #ffffff;
}

body.limotak-liquid-theme
.header-wrapper.solid-color
.logo img {
	visibility: visible !important;
	opacity: 1 !important;
}


/* Language selector */

body.limotak-liquid-theme .wpml-languages {
	margin-right: 18px;
}

body.limotak-liquid-theme .wpml-languages a.active {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;

	min-width: 54px;
	height: 40px;
	padding: 8px 10px;

	background: rgba(var(--limotak-navy-rgb), 0.96) !important;
	border: 1px solid var(--limotak-border-dark) !important;
	border-radius: 12px !important;

	box-shadow:
		0 10px 24px rgba(0, 0, 0, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.14);

	backdrop-filter: blur(20px) saturate(145%);
	-webkit-backdrop-filter: blur(20px) saturate(145%);
}

body.limotak-liquid-theme .wpml-languages a.active img {
	width: 22px;
	height: auto;
	margin: 0;
	float: none;
}

body.limotak-liquid-theme .wpml-languages a.active i {
	top: 0;
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
}

body.limotak-liquid-theme .wpml-lang-dropdown {
	top: calc(100% + 8px);
	padding: 6px;
	overflow: hidden;

	background: rgba(var(--limotak-navy-rgb), 0.97) !important;
	border: 1px solid var(--limotak-border-dark) !important;
	border-radius: 12px !important;

	box-shadow:
		0 18px 40px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);

	backdrop-filter: blur(22px) saturate(145%);
	-webkit-backdrop-filter: blur(22px) saturate(145%);
}

body.limotak-liquid-theme .wpml-lang-dropdown li {
	padding: 4px;
	background: transparent;
}

body.limotak-liquid-theme .wpml-lang-dropdown li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px;
	border-radius: 8px;
}

body.limotak-liquid-theme .wpml-lang-dropdown li a:hover {
	background: rgba(255, 255, 255, 0.10);
}


/* Desktop navigation sizing */

@media (min-width: 992px) {
	body.limotak-liquid-theme #dl-menu {
		display: none !important;
	}

	body.limotak-liquid-theme .navbar-collapse {
		display: block !important;
		height: 80px !important;
		min-height: 80px;
		overflow: visible !important;
	}

	body.limotak-liquid-theme .navbar,
	body.limotak-liquid-theme .main-nav,
	body.limotak-liquid-theme .navbar-header {
		min-height: 80px;
	}

	body.limotak-liquid-theme .navbar-nav {
		margin: 0;
	}

	body.limotak-liquid-theme .wpml-languages {
		margin-top: 20px;
	}
}


/* =========================================================
   6. HERO SLIDER
========================================================= */

body.limotak-liquid-theme .main-slider,
body.limotak-liquid-theme .main-slider .slick-list,
body.limotak-liquid-theme .main-slider .slick-track,
body.limotak-liquid-theme .main-slider .slick-slide,
body.limotak-liquid-theme .main-slider .slick-slide > div {
	height: 700px;
}

body.limotak-liquid-theme .main-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}

body.limotak-liquid-theme .main-slider .slick-slide {
	position: relative;
}

body.limotak-liquid-theme .main-slider .slick-slide::before {
	position: absolute;
	inset: 0;
	z-index: 2;
	content: "";
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(3, 14, 23, 0.25),
		rgba(3, 14, 23, 0.62)
	);
}

body.limotak-liquid-theme .main-slider .main-slider--image {
	position: absolute;
	top: 50%;
	left: 50%;

	width: 100%;
	height: 100%;
	max-width: none;

	object-fit: cover;
	object-position: center;

	transform: translate(-50%, -50%);
}

body.limotak-liquid-theme .main-slider--content {
	position: absolute !important;
	inset: 0 !important;
	z-index: 5;

	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	padding: 0 25px !important;

	text-align: center;
	transform: none !important;
}

body.limotak-liquid-theme
.main-slider
.slick-slide
.main-slider--caption {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;

	width: calc(100% - 40px) !important;
	max-width: 1000px;
	margin: 0 !important;
	padding: 0 !important;

	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;

	color: #ffffff;
	font-size: 60px;
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -0.035em;
	text-align: center;
	text-transform: uppercase;

	opacity: 1 !important;
	transform: translate(-50%, -125%) !important;

	text-shadow:
		0 8px 28px rgba(0, 0, 0, 0.35),
		0 2px 8px rgba(0, 0, 0, 0.28);
}

body.limotak-liquid-theme
.main-slider
.slick-slide
.main-slider--underline {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;

	width: 70px !important;
	height: 3px !important;
	margin: 0 !important;

	opacity: 1 !important;
	transform: translate(-50%, 2px) !important;
}

body.limotak-liquid-theme
.main-slider
.slick-slide
.main-slider--content p {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;

	width: calc(100% - 40px) !important;
	margin: 0 !important;
	padding: 0 !important;

	color: #ffffff;
	font-size: 26px !important;
	line-height: 1.25 !important;
	font-weight: 500;
	letter-spacing: -0.02em;
	text-align: center;

	opacity: 1 !important;
	transform: translate(-50%, 45px) !important;

	text-shadow:
		0 6px 18px rgba(0, 0, 0, 0.30),
		0 2px 6px rgba(0, 0, 0, 0.24);
}

/* =========================================================
   7. TOP FLEET CARDS
========================================================= */

body.limotak-liquid-theme .services-negative-top {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

body.limotak-liquid-theme
.services-negative-top
> [class*="col-"] {
	display: flex;
}

body.limotak-liquid-theme .service-feature-box {
	display: flex;
	flex-direction: column;

	width: 100%;
	height: 100%;
	overflow: hidden;

	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: var(--limotak-radius);

	box-shadow:
		0 22px 55px rgba(10, 35, 52, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.85);

	backdrop-filter: blur(20px) saturate(145%);
	-webkit-backdrop-filter: blur(20px) saturate(145%);

	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

body.limotak-liquid-theme .service-feature-box:hover {
	transform: translateY(-7px);
	box-shadow:
		0 30px 65px rgba(10, 35, 52, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body.limotak-liquid-theme .service-feature-box .service-media {
	border-radius: var(--limotak-radius) var(--limotak-radius) 0 0;
}

body.limotak-liquid-theme .service-feature-box .service-body {
	position: relative;
	display: flex;
	flex: 1;
	flex-direction: column;

	min-height: 270px;
	padding: 24px 25px 25px !important;

	background: #ffffff !important;
}

body.limotak-liquid-theme .service-feature-box .service-body > p {
	flex: 1;
	margin-bottom: 20px;
}

body.limotak-liquid-theme
.service-feature-box
.custom-heading {
	text-align: center;
}

body.limotak-liquid-theme
.service-feature-box
.custom-heading h4 {
	width: 100%;
	margin-bottom: 25px;
	text-align: center !important;
}

body.limotak-liquid-theme
.service-feature-box
.custom-heading::after {
	left: 50% !important;
	margin-left: -20px !important;
}

body.limotak-liquid-theme
.service-feature-box
.service-body
.col-md-12 {
	position: static !important;

	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: 100% !important;
	margin-top: auto !important;
	padding: 0 !important;

	transform: none !important;
}

body.limotak-liquid-theme
.service-feature-box
.service-body
.btn {
	margin: 20px auto 0 !important;
}


/* =========================================================
   8. GLOBAL BUTTON SYSTEM
========================================================= */

body.limotak-liquid-theme .btn,
body.limotak-liquid-theme .promo-box .btn,
body.limotak-liquid-theme .call-to-action .btn,
body.limotak-liquid-theme .service-feature-box .btn,
body.limotak-liquid-theme .limotak-service-overview .btn {
	box-sizing: border-box;

	display: inline-flex !important;
	align-items: center;
	justify-content: center;

	min-width: 180px;
	min-height: 50px;
	margin: 0;
	padding: 12px 34px !important;

	float: none !important;
	top: auto !important;

	background: var(--limotak-button-color) !important;
	border: 1px solid rgba(255, 255, 255, 0.24) !important;
	border-radius: 999px !important;

	box-shadow:
		0 12px 28px rgba(4, 13, 22, 0.25),
		inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;

	color: #ffffff !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-align: center;
	text-transform: uppercase;

	transform: none !important;

	transition:
		background-color 0.25s ease,
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

body.limotak-liquid-theme .btn span {
	display: block;
	width: 100%;
	color: #ffffff !important;
	font-weight: 700;
	text-align: center;
}

body.limotak-liquid-theme .btn:hover,
body.limotak-liquid-theme .promo-box .btn:hover,
body.limotak-liquid-theme .call-to-action .btn:hover,
body.limotak-liquid-theme .service-feature-box .btn:hover,
body.limotak-liquid-theme .limotak-service-overview .btn:hover {
	background: var(--limotak-button-hover) !important;
	transform: translateY(-2px) !important;
	box-shadow:
		0 16px 34px rgba(4, 13, 22, 0.32),
		inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
}


/* =========================================================
   9. QSI AWARDS
========================================================= */

body.limotak-liquid-theme .limotak-qsi-section {
	background: linear-gradient(135deg, #e5eff5, #f4f8fa);
}

body.limotak-liquid-theme .limotak-qsi-content {
	max-width: 900px;
	margin: 0 auto;
	padding: 38px;

	background: var(--limotak-glass-light);
	border: 1px solid var(--limotak-border-light);
	border-radius: 28px;
	box-shadow: var(--limotak-shadow-light);

	text-align: center;

	backdrop-filter: blur(24px) saturate(145%);
	-webkit-backdrop-filter: blur(24px) saturate(145%);
}

body.limotak-liquid-theme .limotak-qsi-content h2 {
	margin: 0 0 15px;
	font-size: 30px;
	line-height: 1.25;
	text-align: center;
}

body.limotak-liquid-theme .limotak-qsi-intro {
	max-width: 760px;
	margin: 0 auto 25px;
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
}

body.limotak-liquid-theme .limotak-qsi-awards {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: center;
	gap: 35px;
	margin: 0 auto;
}

body.limotak-liquid-theme .limotak-qsi-award {
	flex: 0 0 170px;
	width: 170px;
	text-align: center;
}

body.limotak-liquid-theme .limotak-qsi-image-box {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 140px;
	height: 135px;
	margin: 0 auto 10px;
}

body.limotak-liquid-theme .limotak-qsi-image-box img {
	display: block;
	width: auto;
	height: auto;
	max-width: 125px;
	max-height: 125px;
	object-fit: contain;
}

body.limotak-liquid-theme .limotak-qsi-award p {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}

body.limotak-liquid-theme .limotak-qsi-bottom {
	max-width: 720px;
	margin: 25px auto 0;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}


/* =========================================================
   10. CONTACTS AND MOBILE APP
========================================================= */

body.limotak-liquid-theme .limotak-contact-app-section {
	background: linear-gradient(180deg, #f4f7f9, #eaf0f4);
}

body.limotak-liquid-theme .limotak-contact-app-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

body.limotak-liquid-theme .limotak-contact-app-col {
	display: flex;
	align-items: stretch;
}

body.limotak-liquid-theme .limotak-equal-panel {
	box-sizing: border-box;

	width: 100%;
	height: 100%;
	min-height: 340px;
	margin: 0;

	background: var(--limotak-glass-light) !important;
	border: 1px solid var(--limotak-border-light);
	border-radius: var(--limotak-radius);
	box-shadow: var(--limotak-shadow-light);

	backdrop-filter: blur(22px) saturate(145%);
	-webkit-backdrop-filter: blur(22px) saturate(145%);
}


/* Contact panel */

body.limotak-liquid-theme .limotak-contact-panel {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 32px;
	padding: 40px 42px;
}

body.limotak-liquid-theme
.limotak-contact-panel
.icon-container {
	flex: 0 0 90px;
	width: 90px;
	margin: 0;
	float: none;
}

body.limotak-liquid-theme
.limotak-contact-panel
.icon-container img {
	display: block;
	width: 100%;
	max-width: 90px;
	height: auto;
}

body.limotak-liquid-theme
.limotak-contact-panel
.service-details {
	flex: 0 1 470px;
	width: auto;
	max-width: 470px;
	margin: 0;
	padding: 0;
}

body.limotak-liquid-theme
.limotak-contact-panel h3 {
	margin: 0 0 15px;
}

body.limotak-liquid-theme
.limotak-contact-panel
.service-details > *:last-child,
body.limotak-liquid-theme
.limotak-contact-panel
.service-details ul:last-child {
	margin-bottom: 0;
}


/* App panel */

body.limotak-liquid-theme .limotak-app-panel {
	position: relative;

	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 210px;
	align-items: center;
	gap: 20px;

	padding: 30px 22px 30px 34px !important;
	overflow: hidden;
}

body.limotak-liquid-theme .limotak-app-panel::before {
	position: absolute;
	right: -90px;
	bottom: -100px;

	width: 320px;
	height: 320px;

	content: "";
	pointer-events: none;

	background: rgba(92, 112, 130, 0.12);
	border-radius: 50%;
	filter: blur(65px);
}

body.limotak-liquid-theme .limotak-app-panel__content,
body.limotak-liquid-theme .limotak-app-panel__visual {
	position: relative;
	z-index: 2;
}

body.limotak-liquid-theme .limotak-app-panel__content {
	min-width: 0;
}

body.limotak-liquid-theme .limotak-app-panel__content h3 {
	margin: 0 0 17px;
	font-size: 22px;
	line-height: 1.3;
	text-align: left;
}

body.limotak-liquid-theme .limotak-app-panel__content p {
	margin: 0 0 24px;
	font-size: 13px;
	line-height: 1.7;
	text-align: left;
}

body.limotak-liquid-theme .limotak-app-panel__buttons {
	display: flex !important;
	flex-flow: row nowrap !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 9px;

	width: 100%;
	margin: 0;
	padding: 0;
}

body.limotak-liquid-theme .limotak-app-panel__buttons a {
	display: inline-block;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
}

body.limotak-liquid-theme .limotak-app-panel__buttons img {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;

	width: auto !important;
	height: 36px !important;
	max-width: none !important;
	margin: 0;
}

body.limotak-liquid-theme .limotak-app-panel__visual {
	display: flex;
	align-items: flex-end;
	justify-content: center;

	width: 100%;
	height: 100%;
	min-height: 280px;
	overflow: hidden;
}

body.limotak-liquid-theme .limotak-app-panel__visual img {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;

	width: auto;
	height: 305px;
	max-width: 100%;
	margin: 0 auto -30px;

	object-fit: contain;
	object-position: center bottom;

	filter: drop-shadow(0 20px 28px rgba(8, 22, 34, 0.20));
}


/* =========================================================
   11. ULTRA-LUXURY BENEFITS
========================================================= */

body.limotak-liquid-theme .limotak-luxury-benefits {
	overflow: hidden;
	background: var(--limotak-navy) !important;
	background-image: none !important;
}

body.limotak-liquid-theme .limotak-benefits-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;

	margin-right: -12px;
	margin-left: -12px;
}

body.limotak-liquid-theme .limotak-benefit-col {
	display: flex;
	padding-right: 12px;
	padding-left: 12px;
}

body.limotak-liquid-theme .limotak-benefit-card {
	position: relative;

	display: flex;
	flex-direction: column;
	align-items: center;

	width: 100%;
	height: 100%;
	min-height: 390px;
	padding: 28px 22px 26px;
	overflow: hidden;

	background: rgba(255, 255, 255, 0.045) !important;
	border: 1px solid rgba(205, 214, 222, 0.22) !important;
	border-radius: 28px;

	box-shadow:
		0 25px 55px rgba(0, 5, 14, 0.38),
		inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;

	text-align: center;

	backdrop-filter: blur(22px) saturate(135%);
	-webkit-backdrop-filter: blur(22px) saturate(135%);

	transition:
		transform 0.35s ease,
		background-color 0.35s ease,
		border-color 0.35s ease,
		box-shadow 0.35s ease;
}

body.limotak-liquid-theme .limotak-benefit-card::before {
	position: absolute;
	top: -90px;
	left: 50%;

	width: 240px;
	height: 190px;

	content: "";
	pointer-events: none;

	background: rgba(210, 220, 228, 0.16);
	border-radius: 50%;
	filter: blur(65px);

	transform: translateX(-50%);
}

body.limotak-liquid-theme .limotak-benefit-card::after {
	position: absolute;
	right: 22px;
	bottom: 0;
	left: 22px;

	height: 1px;

	content: "";
	pointer-events: none;

	background: linear-gradient(
		90deg,
		transparent,
		rgba(220, 228, 235, 0.32),
		transparent
	);
}

body.limotak-liquid-theme .limotak-benefit-card:hover {
	background: rgba(255, 255, 255, 0.065) !important;
	border-color: rgba(225, 232, 238, 0.35) !important;
	transform: translateY(-8px);

	box-shadow:
		0 34px 70px rgba(0, 5, 14, 0.48),
		0 0 34px rgba(215, 225, 233, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

body.limotak-liquid-theme .limotak-benefit-card__icon {
	position: relative;
	z-index: 2;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 235px;
	margin-bottom: 16px;
}

body.limotak-liquid-theme .limotak-benefit-card__icon img {
	display: block !important;
	visibility: visible !important;
	opacity: 0.96 !important;

	width: auto;
	height: 220px;
	max-width: 100%;
	margin: 0;

	object-fit: contain;

	filter:
		grayscale(1)
		saturate(0)
		brightness(1.42)
		contrast(0.92)
		drop-shadow(0 18px 30px rgba(0, 0, 0, 0.42))
		drop-shadow(0 0 16px rgba(220, 228, 235, 0.14)) !important;

	transition:
		transform 0.4s ease,
		filter 0.4s ease;
}

body.limotak-liquid-theme .limotak-benefit-card:hover img {
	transform: scale(1.04);

	filter:
		grayscale(1)
		saturate(0)
		brightness(1.58)
		contrast(0.94)
		drop-shadow(0 22px 34px rgba(0, 0, 0, 0.48))
		drop-shadow(0 0 20px rgba(225, 233, 239, 0.20)) !important;
}

body.limotak-liquid-theme .limotak-benefit-card h3 {
	position: relative;
	z-index: 2;

	margin: 0 0 11px;

	color: var(--limotak-silver-light) !important;
	font-size: 21px;
	line-height: 1.3;
	text-align: center;
}

body.limotak-liquid-theme .limotak-benefit-card p {
	position: relative;
	z-index: 2;

	margin: 0;

	color: var(--limotak-silver) !important;
	font-size: 14px;
	line-height: 1.65;
	text-align: center;
}

/* =========================================================
   12. UNIFIED DARK SECTIONS
========================================================= */

body.limotak-liquid-theme .page-content.parallax.parallax01.dark,
body.limotak-liquid-theme .page-content.parallax.parallax02.dark,
body.limotak-liquid-theme .custom-bkg.bkg-dark-blue,
body.limotak-liquid-theme .limotak-service-overview,
body.limotak-liquid-theme #footer-wrapper.footer-dark {
	background: var(--limotak-navy) !important;
	background-color: var(--limotak-navy) !important;
	background-image: none !important;
}

body.limotak-liquid-theme .limotak-dark-center,
body.limotak-liquid-theme .limotak-service-overview,
body.limotak-liquid-theme .page-content.parallax.dark {
	padding-top: clamp(56px, 4vw, 76px) !important;
	padding-bottom: clamp(56px, 4vw, 76px) !important;
}

body.limotak-liquid-theme
.limotak-dark-center
> .container
> .row,
body.limotak-liquid-theme
.limotak-service-overview
> .container
> .row {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 0 !important;
}


/* CTA block */

body.limotak-liquid-theme
.limotak-dark-center
.call-to-action {
	display: flex;
	align-items: center;
	justify-content: space-between;

	width: 100%;
	margin: 0;
}

body.limotak-liquid-theme
.limotak-dark-center
.call-to-action
.text {
	flex: 1;
	width: auto !important;
	margin: 0;
	padding: 0;
}

body.limotak-liquid-theme
.limotak-dark-center
.call-to-action
.text h3,
body.limotak-liquid-theme
.limotak-dark-center
.call-to-action
.text h6 {
	margin: 0;
	padding: 0;
	line-height: 1.55;
}

body.limotak-liquid-theme
.limotak-dark-center
.call-to-action
.btn {
	flex: 0 0 auto;
	margin: 0 0 0 45px !important;
}


/* Service overview */

body.limotak-liquid-theme
.limotak-service-overview__content,
body.limotak-liquid-theme
.limotak-service-overview__card {
	margin-top: 0;
	margin-bottom: 0;
}

body.limotak-liquid-theme
.limotak-service-overview__card {
	box-sizing: border-box;
	padding: 32px 34px;

	background: var(--limotak-glass-dark) !important;
	border: 1px solid var(--limotak-border-dark) !important;
	border-radius: var(--limotak-radius);

	box-shadow: var(--limotak-shadow-dark);

	backdrop-filter: blur(22px) saturate(135%);
	-webkit-backdrop-filter: blur(22px) saturate(135%);
}

body.limotak-liquid-theme
.limotak-service-overview__buttons {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	margin-top: 22px;
}


/* =========================================================
   13. FOUR-COLUMN FLEET PRICE GUIDE
========================================================= */

body.limotak-liquid-theme .limotak-fleet-price-guide {
	min-height: 0;
	padding-top: 52px !important;
	padding-bottom: 52px !important;
	background: var(--limotak-light-bg);
}

body.limotak-liquid-theme
.limotak-fleet-price-guide
.custom-heading {
	margin: 0 0 34px !important;
	padding: 0 !important;
}

body.limotak-liquid-theme
.limotak-fleet-price-guide
.custom-heading::before,
body.limotak-liquid-theme
.limotak-fleet-price-guide
.custom-heading::after {
	display: none !important;
	content: none !important;
}

body.limotak-liquid-theme
.limotak-fleet-price-guide
.custom-heading h2,
body.limotak-liquid-theme
.limotak-fleet-price-guide
.custom-heading h3 {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

body.limotak-liquid-theme .limotak-heading-accent {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}

body.limotak-liquid-theme
.limotak-heading-accent::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 3px;

	content: "";

	background: #087fc3;
	border-radius: 999px;
}

body.limotak-liquid-theme .limotak-fleet-price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;

	margin-top: 0 !important;
	margin-right: -12px;
	margin-left: -12px;
	padding-top: 0 !important;
}

body.limotak-liquid-theme .limotak-fleet-price-col {
	display: flex;
	padding-right: 12px;
	padding-left: 12px;
}

body.limotak-liquid-theme .limotak-fleet-price-card {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;

	width: 100%;
	height: 100%;
	min-height: 0;
	margin: 0;
	padding: 22px 18px 26px;

	background: var(--limotak-glass-light);
	border: 1px solid var(--limotak-border-light);
	border-radius: var(--limotak-radius);
	box-shadow: var(--limotak-shadow-light);

	text-align: center;

	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

body.limotak-liquid-theme
.limotak-fleet-price-card::before,
body.limotak-liquid-theme
.limotak-fleet-price-card::after,
body.limotak-liquid-theme
.limotak-fleet-price-card
.team-details::before,
body.limotak-liquid-theme
.limotak-fleet-price-card
.team-details::after {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	content: none !important;
	background: none !important;
	border: 0 !important;
}

body.limotak-liquid-theme
.limotak-fleet-price-card > img {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;

	width: 100%;
	height: 145px;
	margin: 0 auto 22px;

	object-fit: contain;
	object-position: center;
}

body.limotak-liquid-theme
.limotak-fleet-price-card
.team-details {
	position: static !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;

	display: block !important;
	flex: none !important;

	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;

	transform: none !important;
}

body.limotak-liquid-theme
.limotak-fleet-price-card h6 {
	min-height: 44px;
	margin: 0 0 18px;
	padding: 0;

	font-size: 18px;
	line-height: 1.3;
	text-align: center;
}

body.limotak-liquid-theme
.limotak-fleet-price-card
p.position {
	position: relative;
	display: block !important;

	margin: 0 !important;
	padding: 12px 0 !important;

	border-bottom: 1px solid rgba(24, 51, 70, 0.10);

	color: #68727a;
	font-size: 13px;
	line-height: 1.4;
	font-style: normal;
	text-align: left;
	white-space: nowrap;
}

body.limotak-liquid-theme
.limotak-fleet-price-card
p.position::before,
body.limotak-liquid-theme
.limotak-fleet-price-card
p.position::after {
	display: none !important;
	content: none !important;
}

body.limotak-liquid-theme
.limotak-fleet-price-card
p.position strong {
	position: relative;

	display: inline-block !important;
	margin: 0 0 0 4px !important;
	padding-bottom: 5px;

	color: #666c71;
	font-size: inherit !important;
	font-weight: 700 !important;
}

body.limotak-liquid-theme
.limotak-fleet-price-card
p.position strong::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;

	height: 2px;

	content: "";

	background: #087fc3;
	border-radius: 999px;
}

body.limotak-liquid-theme
.limotak-fleet-price-card
p.position:last-child {
	margin-bottom: 0 !important;
	border-bottom: 0;
}

body.limotak-liquid-theme
.limotak-fleet-price-card--vip {
	border-color: rgba(118, 134, 148, 0.38);
	box-shadow:
		0 22px 52px rgba(12, 35, 52, 0.15),
		inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

body.limotak-liquid-theme
.limotak-fleet-price-card--vip h6::after {
	display: table;
	margin: 8px auto 0;
	padding: 4px 10px;

	content: "CAPTAIN’S SEATS";

	background: var(--limotak-button-color);
	border-radius: 999px;

	color: #ffffff;
	font-size: 9px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.08em;
}


/* =========================================================
   14. CONTENT IMAGES AND ANIMATION SAFETY
========================================================= */

body.limotak-liquid-theme
.page-content
.col-full-img img,
body.limotak-liquid-theme
.page-content
.triggerAnimation > img {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;

	width: 100%;
	max-width: 100%;
	height: auto;

	transform: none;
}

body.limotak-liquid-theme .triggerAnimation.animated {
	visibility: visible !important;
	opacity: 1 !important;
}


/* =========================================================
   15. FOOTER
========================================================= */

body.limotak-liquid-theme #footer-wrapper.footer-dark {
	background: var(--limotak-navy) !important;
}

body.limotak-liquid-theme #footer .container {
	position: relative;
}

body.limotak-liquid-theme .footer-social-icons li a {
	background: rgba(255, 255, 255, 0.10);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 10px;

	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

body.limotak-liquid-theme .copyright-container {
	background: rgba(0, 0, 0, 0.14) !important;
}


/* =========================================================
   16. VUE / VUETIFY CALCULATOR
========================================================= */

body.limotak-liquid-theme .v-application,
body.limotak-liquid-theme .v-application *,
body.limotak-liquid-theme #vueapp,
body.limotak-liquid-theme #vueapp input,
body.limotak-liquid-theme #vueapp button {
	font-family: "Montserrat", Arial, sans-serif !important;
}
/* =========================================================
   17. TABLET
========================================================= */

@media (max-width: 991px) {
	body.limotak-liquid-theme .main-slider,
	body.limotak-liquid-theme .main-slider .slick-list,
	body.limotak-liquid-theme .main-slider .slick-track,
	body.limotak-liquid-theme .main-slider .slick-slide,
	body.limotak-liquid-theme .main-slider .slick-slide > div {
		height: 560px;
	}

	body.limotak-liquid-theme
	.main-slider
	.slick-slide
	.main-slider--caption {
		font-size: 48px;
	}

	body.limotak-liquid-theme
	.main-slider
	.slick-slide
	.main-slider--content p {
		font-size: 22px !important;
		transform: translate(-50%, 40px) !important;
	}

	body.limotak-liquid-theme .limotak-app-panel {
		grid-template-columns: minmax(0, 1fr) 165px;
		padding: 28px 18px 28px 25px !important;
	}

	body.limotak-liquid-theme .limotak-app-panel__visual img {
		height: 270px;
	}

	body.limotak-liquid-theme .limotak-app-panel__buttons img {
		height: 31px !important;
	}

	body.limotak-liquid-theme .limotak-benefit-col,
	body.limotak-liquid-theme .limotak-fleet-price-col {
		margin-bottom: 24px;
	}
}


/* =========================================================
   18. MOBILE
========================================================= */

@media (max-width: 767px) {
	body.limotak-liquid-theme {
		--limotak-section-space: 48px;
	}

	body.limotak-liquid-theme .header-wrapper {
		padding: 6px 0;
	}

	body.limotak-liquid-theme .main-nav {
		border-radius: 14px;
	}

	body.limotak-liquid-theme .main-slider,
	body.limotak-liquid-theme .main-slider .slick-list,
	body.limotak-liquid-theme .main-slider .slick-track,
	body.limotak-liquid-theme .main-slider .slick-slide,
	body.limotak-liquid-theme .main-slider .slick-slide > div {
		height: 460px;
	}

	body.limotak-liquid-theme
	.main-slider
	.slick-slide
	.main-slider--caption {
		font-size: 34px;
		line-height: 1.1;
		transform: translate(-50%, -135%) !important;
	}

	body.limotak-liquid-theme
	.main-slider
	.slick-slide
	.main-slider--content p {
		font-size: 18px !important;
		transform: translate(-50%, 34px) !important;
	}

	body.limotak-liquid-theme .services-negative-top,
	body.limotak-liquid-theme
	.limotak-dark-center
	> .container
	> .row,
	body.limotak-liquid-theme
	.limotak-service-overview
	> .container
	> .row {
		display: block;
	}

	body.limotak-liquid-theme
	.services-negative-top
	> [class*="col-"] {
		display: block;
		margin-bottom: 20px;
	}

	body.limotak-liquid-theme .limotak-qsi-content {
		padding: 28px 18px;
		border-radius: 22px;
	}

	body.limotak-liquid-theme .limotak-qsi-content h2 {
		font-size: 24px;
	}

	body.limotak-liquid-theme .limotak-qsi-awards {
		gap: 10px;
	}

	body.limotak-liquid-theme .limotak-qsi-award {
		flex: 0 0 140px;
		width: 140px;
	}

	body.limotak-liquid-theme .limotak-qsi-image-box {
		width: 115px;
		height: 110px;
	}

	body.limotak-liquid-theme .limotak-qsi-image-box img {
		max-width: 105px;
		max-height: 105px;
	}

	body.limotak-liquid-theme .limotak-contact-app-row,
	body.limotak-liquid-theme .limotak-benefits-grid,
	body.limotak-liquid-theme .limotak-fleet-price-row {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}

	body.limotak-liquid-theme .limotak-contact-app-col,
	body.limotak-liquid-theme .limotak-benefit-col,
	body.limotak-liquid-theme .limotak-fleet-price-col {
		display: block;
		width: 100%;
	}

	body.limotak-liquid-theme .limotak-contact-app-col:first-child,
	body.limotak-liquid-theme .limotak-benefit-col,
	body.limotak-liquid-theme .limotak-fleet-price-col {
		margin-bottom: 20px;
	}

	body.limotak-liquid-theme .limotak-equal-panel {
		height: auto;
		min-height: 0;
	}

	body.limotak-liquid-theme .limotak-contact-panel {
		align-items: center;
		justify-content: center;
		gap: 20px;
		padding: 30px 24px;
	}

	body.limotak-liquid-theme
	.limotak-contact-panel
	.icon-container {
		flex: 0 0 65px;
		width: 65px;
	}

	body.limotak-liquid-theme
	.limotak-contact-panel
	.icon-container img {
		max-width: 65px;
	}

	body.limotak-liquid-theme
	.limotak-contact-panel
	.service-details {
		flex: 1;
		max-width: none;
	}

	body.limotak-liquid-theme .limotak-app-panel {
		grid-template-columns: 1fr;
		gap: 22px;

		padding: 28px 22px 0 !important;
		text-align: center;
	}

	body.limotak-liquid-theme
	.limotak-app-panel__content h3,
	body.limotak-liquid-theme
	.limotak-app-panel__content p {
		text-align: center;
	}

	body.limotak-liquid-theme .limotak-app-panel__buttons {
		justify-content: center !important;
	}

	body.limotak-liquid-theme .limotak-app-panel__buttons img {
		height: 37px !important;
	}

	body.limotak-liquid-theme .limotak-app-panel__visual {
		min-height: 290px;
	}

	body.limotak-liquid-theme .limotak-app-panel__visual img {
		height: 310px;
		margin-bottom: -35px;
	}

	body.limotak-liquid-theme .limotak-benefit-card {
		max-width: 430px;
		min-height: 0;
		margin: 0 auto;
		padding: 26px 20px;
		border-radius: 22px;
	}

	body.limotak-liquid-theme .limotak-benefit-card__icon {
		height: 220px;
	}

	body.limotak-liquid-theme .limotak-benefit-card__icon img {
		height: 205px;
	}

	body.limotak-liquid-theme
	.limotak-dark-center
	.call-to-action {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	body.limotak-liquid-theme
	.limotak-dark-center
	.call-to-action
	.text {
		width: 100% !important;
	}

	body.limotak-liquid-theme
	.limotak-dark-center
	.call-to-action
	.text h3,
	body.limotak-liquid-theme
	.limotak-dark-center
	.call-to-action
	.text h6 {
		text-align: center;
	}

	body.limotak-liquid-theme
	.limotak-dark-center
	.call-to-action
	.btn {
		margin: 24px auto 0 !important;
	}

	body.limotak-liquid-theme .limotak-service-overview__card {
		margin-top: 30px;
	}

	body.limotak-liquid-theme .btn {
		min-width: 170px;
	}

	body.limotak-liquid-theme .limotak-fleet-price-guide {
		padding-top: 48px !important;
		padding-bottom: 48px !important;
	}

	body.limotak-liquid-theme
	.limotak-fleet-price-guide
	.custom-heading {
		margin-bottom: 28px !important;
	}

	body.limotak-liquid-theme .limotak-fleet-price-card {
		max-width: 430px;
		margin: 0 auto;
	}

	body.limotak-liquid-theme
	.limotak-fleet-price-card > img {
		height: 175px;
	}

	body.limotak-liquid-theme
	.limotak-fleet-price-card
	p.position {
		white-space: normal;
	}
}


/* =========================================================
   19. BROWSER FALLBACK
========================================================= */

@supports not (
	(backdrop-filter: blur(10px)) or
	(-webkit-backdrop-filter: blur(10px))
) {
	body.limotak-liquid-theme .main-nav {
		background: rgba(var(--limotak-navy-rgb), 0.98) !important;
	}

	body.limotak-liquid-theme .limotak-qsi-content,
	body.limotak-liquid-theme .limotak-contact-panel,
	body.limotak-liquid-theme .limotak-app-panel,
	body.limotak-liquid-theme .limotak-fleet-price-card {
		background: rgba(248, 250, 252, 0.98) !important;
	}

	body.limotak-liquid-theme .limotak-benefit-card,
	body.limotak-liquid-theme .limotak-service-overview__card {
		background: rgba(255, 255, 255, 0.08) !important;
	}
}/* =========================================================
   HERO TEXT AND TOP FLEET CARDS — OVERLAP FIX
========================================================= */

/* Текст слайдера завжди поверх фонової фотографії */
body.limotak-liquid-theme .main-slider--content {
	z-index: 10 !important;
	pointer-events: none;
}

/* Підзаголовок піднімаємо вище */
body.limotak-liquid-theme
.main-slider
.slick-slide
.main-slider--content p {
	z-index: 11 !important;

	width: calc(100% - 60px) !important;
	max-width: 920px !important;

	transform: translate(-50%, 22px) !important;
}

/* Картки більше не заходять на текст */
body.limotak-liquid-theme .services-negative-top {
	position: relative;
	z-index: 20;

	margin-top: -145px !important;
}

/* Сам блок карток повинен бути поверх фото,
   але починатися нижче підзаголовка */
body.limotak-liquid-theme
.services-negative-top
> [class*="col-"] {
	position: relative;
	z-index: 21;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

	body.limotak-liquid-theme .services-negative-top {
		margin-top: -95px !important;
	}

	body.limotak-liquid-theme
	.main-slider
	.slick-slide
	.main-slider--content p {
		max-width: 760px !important;
		transform: translate(-50%, 28px) !important;
	}
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

	/* На телефоні картки краще не накладати на слайдер */
	body.limotak-liquid-theme .services-negative-top {
		margin-top: 0 !important;
		padding-top: 24px;
	}

	body.limotak-liquid-theme
	.main-slider
	.slick-slide
	.main-slider--content p {
		width: calc(100% - 40px) !important;
		max-width: 520px !important;

		font-size: 17px !important;
		line-height: 1.45 !important;

		transform: translate(-50%, 28px) !important;
	}
}/* =========================================================
   REMOVE WHITE SPACE ABOVE HERO SLIDER
========================================================= */

html,
body.limotak-liquid-theme,
body.ptl-home.limotak-liquid-theme {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* Fixed menu не повинно займати місце в потоці сторінки */
body.limotak-liquid-theme .header-wrapper {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	left: 0 !important;

	width: 100%;
	height: auto !important;
	min-height: 0 !important;

	margin: 0 !important;
	padding-top: 14px !important;
	padding-bottom: 0 !important;

	background: transparent !important;
}

/* Головна фотографія починається від самого верху сторінки */
body.limotak-liquid-theme .header-wrapper + .main-slider,
body.limotak-liquid-theme .main-slider {
	position: relative;

	margin-top: 0 !important;
	padding-top: 0 !important;

	top: 0 !important;
}

/* Прибираємо можливий резерв старого шаблону */
body.limotak-liquid-theme #header,
body.limotak-liquid-theme .header-style01,
body.limotak-liquid-theme .main-nav {
	margin-bottom: 0 !important;
}

/* Картинка слайдера заповнює весь блок */
body.limotak-liquid-theme .main-slider .slick-list,
body.limotak-liquid-theme .main-slider .slick-track,
body.limotak-liquid-theme .main-slider .slick-slide {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.limotak-liquid-theme .main-slider .main-slider--image {
	top: 50% !important;
	width: 100% !important;
	height: 100% !important;

	object-fit: cover !important;
	transform: translate(-50%, -50%) !important;
}

/* Hero slider must start from the top of the page */

body.limotak-liquid-theme > section.main-slider {
	position: relative;

	width: 100%;
	margin: 0 !important;
	padding: 0 !important;

	top: 0 !important;
}

body.limotak-liquid-theme
> section.main-slider
.slick-list,

body.limotak-liquid-theme
> section.main-slider
.slick-track,

body.limotak-liquid-theme
> section.main-slider
.slick-slide {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
/* =========================================================
   RUSSIAN PAGE HERO — REMOVE TOP WHITE GAP
========================================================= */

html,
body.ru-home {
	margin: 0 !important;
	padding: 0 !important;
}

/* Карусель знаходиться всередині main */
body.ru-home > main {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

/* Прибираємо будь-який відступ саме з першої секції */
body.ru-home > main > section.main-slider {
	position: relative;
	top: 0 !important;

	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

/* Slick також без верхніх відступів */
body.ru-home > main > section.main-slider .slick-list,
body.ru-home > main > section.main-slider .slick-track,
body.ru-home > main > section.main-slider .slick-slide,
body.ru-home > main > section.main-slider .slick-slide > div {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* Картинка заповнює карусель від самого верху */
body.ru-home > main > section.main-slider .main-slider--image {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;

	width: 100% !important;
	height: 100% !important;
	max-width: none !important;

	object-fit: cover !important;
	object-position: center !important;

	transform: translate(-50%, -50%) !important;
}