


/* ═══════════════════════════════════════════════════════════════
   KÖZÖS
═══════════════════════════════════════════════════════════════ */
.suncooler-section-wrap {
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	width: 100%;
}

/* ═══════════════════════════════════════════════════════════════
   FEJLÉC
═══════════════════════════════════════════════════════════════ */
#sc-header-bar {
	display: block;
	background-color: #0f4295;
	min-height: 60px;
}
#sc-header-bar > .suncooler-section-wrap {
	padding-top: 12px;
	padding-bottom: 12px;
	min-height: 60px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

/* Mobil szöveges sor – alapból rejtett */
#sc-div-141 {
	width: 100%;
	display: none;
}
#sc-text-142 {
	color: #ffffff;
	font-size: 8px;
	font-family: "IBM Plex Sans", sans-serif;
	line-height: 14px;
	letter-spacing: 0.12px;
	text-align: left;
}

/* Asztali / tablet sor */
#sc-div-143 {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
#sc-image-144 {
	width: 110px;
	height: auto;
	flex-shrink: 0;
}
#sc-text-145 {
	color: #ffffff;
	font-size: 12px;
	font-family: "Inter", sans-serif;
	line-height: 1.3;
	letter-spacing: 0.12px;
	text-align: center;
	flex: 1;
}

/* Ajánlat gomb (fejlécben) */
.sc-ajanlat-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	background-color: #ffea81;
	border-radius: 30px;
	height: 35px;
	width: 153px;
	flex-shrink: 0;
	transition: background-color 0.2s ease;
}
.sc-ajanlat-button:hover {
	background-color: #ffe14d;
}
.sc-ajanlat-text {
	color: #0f4295;
	font-size: 13px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	white-space: nowrap;
}
#sc-image-148 {
	width: 14px;
	height: auto;
}

/* ═══════════════════════════════════════════════════════════════
   TÉRKÉP SZEKCIÓ
═══════════════════════════════════════════════════════════════ */
#sc-map-section {
	width: 100%;
	display: block;
	background-size: cover;
	background-repeat: repeat;
}
#sc-map-section > .suncooler-section-wrap {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}
#sc-map-block {
	width: 100%;
}
#sc-map-block iframe {
	display: block;
}

/* ═══════════════════════════════════════════════════════════════
   LÁBLÉC 1 – logó sáv
═══════════════════════════════════════════════════════════════ */
#sc-footer-logo {
	display: block;
	background-color: #162c50;
}
#sc-footer-logo > .suncooler-section-wrap {
	padding-top: 56px;
	padding-bottom: 56px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
#sc-text-156 {
	color: #ffffff;
	font-size: 16px;
	font-family: "IBM Plex Sans", sans-serif;
	line-height: 26px;
	letter-spacing: 0.16px;
	text-align: center;
	font-weight: 400;
}
#sc-image-157 {
	height: 53px;
	width: auto;
	flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════════
   LÁBLÉC 2 – fő info
═══════════════════════════════════════════════════════════════ */
#sc-footer-main {
	display: block;
	background-color: #0f4295;
}
#sc-footer-main > .suncooler-section-wrap {
	padding-top: 62px;
	padding-bottom: 62px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
}

/* Bal oszlop: logó + CTA */
#sc-div-159 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 73px;
}
#sc-image-160 {
	width: 238px;
	height: auto;
}
#sc-div-161 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}
#sc-text-162 {
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.16px;
}

/* Csak mobilon látszik */
#sc-link-163 {
	display: none;
	color: #ffffff;
	font-size: 14px;
	text-decoration: underline;
}

/* ── Tovább gomb (animált) ── */
#sc-link-164 {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	text-decoration: none;
	position: relative;
	margin-right: 58px;
}
#sc-text-165 {
	color: #ffffff;
	font-size: 16px;
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 500;
	position: relative;
	z-index: 8;
	padding-right: 14px;
	transition: color 0.4s;
}
#sc-link-164:hover #sc-text-165 {
	color: #2c4b82;
}
#sc-div-166 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: #ffea81;
	border-radius: 48px;
	position: absolute;
	right: -58px;
	z-index: 7;
	padding-right: 14px;
	padding-left: 14px;
	box-sizing: border-box;
	transition: width 0.4s ease-in;
}
#sc-link-164:hover #sc-div-166 {
	width: calc(100% + 77px);
	align-items: flex-end;
	padding-right: 14px;
	transition: width 0.4s ease-out;
}
#sc-image-167 {
	width: 21px;
	height: auto;
	position: relative;
	z-index: 9;
}

/* Jobb oszlop: kapcsolat + partnerek */
#sc-div-168 {
	display: flex;
	flex-direction: row;
	text-align: left;
	gap: 90px;
}
#sc-text-170 {
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.16px;
	font-weight: 400;
	text-align: left;
	font-family: "IBM Plex Sans", sans-serif;
}
#sc-text-170 a {
	color: #ffffff;
}
#sc-div-171 {
	max-width: 209px;
}
#sc-text-172 {
	color: rgba(255,255,255,0.7);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}
.sc-footer-menu-link {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 28px;
	transition: opacity 0.2s ease;
}
.sc-footer-menu-link:hover {
	opacity: 0.75;
}

/* ═══════════════════════════════════════════════════════════════
   LÁBLÉC 3 – aljsor
═══════════════════════════════════════════════════════════════ */
#sc-footer-bottom {
	display: block;
	background-color: #162c50;
}
#sc-footer-bottom > .suncooler-section-wrap {
	padding-top: 22px;
	padding-bottom: 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#sc-div-181 {
	display: flex;
	flex-direction: row;
	gap: 5px;
}
.sc-footer-link {
	color: rgba(255,255,255,0.7);
	font-size: 14px;
	text-decoration: none;
	transition: color 0.2s ease;
}
.sc-footer-link:hover {
	color: #ffffff;
}
.sc-footer-sep {
	color: rgba(255,255,255,0.4);
	font-size: 14px;
}
#sc-text-185 {
	color: rgba(255,255,255,0.7);
	font-weight: 500;
	letter-spacing: 0.14px;
	line-height: 26px;
	font-size: 14px;
}

/* ═══════════════════════════════════════════════════════════════
   RESZPONZÍV – tablet (max 991px)
═══════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
	#sc-footer-logo > .suncooler-section-wrap {
		padding-top: 33px;
		padding-bottom: 47px;
		flex-direction: column-reverse;
	}
	#sc-div-168 {
		gap: 20px;
	}
	#sc-footer-bottom > .suncooler-section-wrap {
		flex-direction: column;
		gap: 5px;
	}
	#sc-text-185 {
		text-align: center;
	}
}

/* ═══════════════════════════════════════════════════════════════
   RESZPONZÍV – mobil (max 767px)
═══════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
	/* Fejléc */
	#sc-header-bar {
		min-height: 73px;
	}
	#sc-header-bar > .suncooler-section-wrap {
		padding-top: 9px;
		padding-bottom: 14px;
		min-height: 73px;
		flex-direction: column;
		align-items: flex-end;
	}
	#sc-div-141 {
		display: block;
		width: 100%;
	}
	#sc-text-142 {
		display: block;
		width: 100%;
	}
	#sc-div-143 {
		justify-content: flex-end;
	}
	#sc-text-145 {
		display: none;
	}
	#sc-image-148 {
		width: 11px;
	}

	/* Lábléc 1 */
	#sc-text-156 {
		width: 100%;
		font-size: 10px;
		letter-spacing: 0.1px;
		line-height: 16px;
	}

	/* Lábléc 2 */
	#sc-footer-main > .suncooler-section-wrap {
		padding-top: 34px;
		padding-bottom: 60px;
		flex-direction: column;
	}
	#sc-div-159 {
		gap: 20px;
	}
	#sc-div-168 {
		flex-direction: column;
	}
	#sc-link-163 {
		display: block;
	}
	#sc-link-164 {
		display: none;
	}
	#sc-image-160 {
		height: 51px;
		width: auto;
	}
	#sc-text-170 {
		font-size: 14px;
		letter-spacing: 0.14px;
	}
}


/*# sourceURL=wp-block-library-inline-css */
