/* Корпоративний футер SunTime */

body.suntime-custom-footer .footer_wrap.footer_custom {
	display: none !important;
}

.suntime-footer {
	color: rgba(255, 255, 255, 0.86);
	margin-top: 0;
}

.suntime-footer__inner {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 56px var(--st-layout-gutter, clamp(20px, 4vw, 60px)) 28px;
}

.suntime-footer__top {
	display: grid;
	grid-template-columns: minmax(220px, 1.35fr) minmax(140px, 0.85fr) minmax(220px, 1.1fr) minmax(140px, 0.7fr);
	gap: clamp(24px, 3vw, 40px);
	padding-bottom: 34px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.suntime-footer__logo {
	display: inline-flex;
	margin-bottom: 16px;
}

.suntime-footer__logo img {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 0;
	object-fit: contain;
}

.suntime-footer__tagline {
	margin: 0 0 20px;
	max-width: 360px;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.72);
}

.suntime-footer__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border-radius: 999px;
	background: #ef533f;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: none;
	transition: transform 0.2s ease, background 0.2s ease;
}

.suntime-footer__cta:hover {
	background: #ff6a57;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: none;
}

.suntime-footer__title {
	margin: 0 0 14px;
	font-family: var(--theme-font-h5_font-family, "Onest", sans-serif);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
}

.suntime-footer__menu,
.suntime-footer__contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.suntime-footer__contact-list li {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.suntime-footer__menu li + li,
.suntime-footer__contact-list li + li {
	margin-top: 10px;
}

.suntime-footer__menu a,
.suntime-footer__contact-list a,
.suntime-footer__legal a {
	color: rgba(255, 255, 255, 0.86);
	text-decoration: none;
	transition: color 0.2s ease;
}

.suntime-footer__contact-list a {
	display: block;
	line-height: 1.2;
}

.suntime-footer__menu a:hover,
.suntime-footer__contact-list a:hover,
.suntime-footer__legal a:hover {
	color: #ef533f;
}

.suntime-footer__contact-note {
	display: block;
	margin-top: 0;
	font-size: 12px;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.55);
}

.suntime-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.suntime-footer__social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.suntime-footer__social:hover {
	color: #ef533f;
	border-color: rgba(239, 83, 63, 0.55);
	background: rgba(239, 83, 63, 0.12);
}

.suntime-footer__social i {
	font-size: 16px;
	line-height: 1;
}

.suntime-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 22px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.58);
}

.suntime-footer__copy {
	margin: 0;
}

.suntime-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
}

.suntime-footer__legal .suntime-footer__legal-menu,
.suntime-footer__legal ul.menu {
	display: contents;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 1100px) {
	.suntime-footer__top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.suntime-footer__inner {
		padding-top: 42px;
	}

	.suntime-footer__top {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.suntime-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* «Піднятися» — білий текст і стрілка на navy-фоні футера / CTA */
.trx_addons_scroll_to_top.scroll_to_top_style_modern.suntime-scroll-top--on-dark,
.trx_addons_scroll_to_top.scroll_to_top_style_modern.suntime-scroll-top--on-dark .scroll_to_top_text {
	color: #fff !important;
}

.trx_addons_scroll_to_top.scroll_to_top_style_modern.suntime-scroll-top--on-dark .scroll_to_top_icon,
.trx_addons_scroll_to_top.scroll_to_top_style_modern.suntime-scroll-top--on-dark .scroll_to_top_icon::before,
.trx_addons_scroll_to_top.scroll_to_top_style_modern.suntime-scroll-top--on-dark .scroll_to_top_icon::after {
	color: #fff !important;
	border-color: #fff !important;
	background-color: #fff !important;
}
