/*
Theme Name: 	Helurax AG
Datum: 			14. September 2025
Version: 		1.0
Author: 		id-script // grafik . print . web
Author URI: 	https://www.id-script.com/
*/

/* ================================================
-- Default
================================================ */
:root {

	--fs-p: 		15px;

	--ff-h:			'Oswald', sans-serif;
	--ff-p:			'Open Sans', sans-serif;

	--white: 		#f1f3f4;
	--black:		#0A0D14;
	--gray:			#474747;
	--gray-light:	#dadada;
	
	--blue-dark:	#002C5E;
	--blue-light:	#248BCD;
}

::-moz-selection,
::selection {
	color: var(--white);
	background: var(--black);
}

body {
	font-family: var(--ff-p), sans-serif;
	font-size: var(--fs-p);
	color: var(--black);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .25px;
}

/* ================================================
-- Fonts
================================================ */
h1 {
	font-family: var(--ff-h);
	color: var(--blue-dark);
	font-size: 36px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.05px;
	margin-bottom: 60px;
}

h2 {
	font-family: var(--ff-p);
	color: var(--gray);
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: 0;
}

h3 {
	font-family: var(--ff-p), sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 0;
}

h3.arrow_single {
	display: flex;
	flex-wrap: wrap;
	color: var(--blue-light);
	margin-bottom: 6px;
}

h3.arrow_single::before {
	content: "\e80a";
	font-family: "isf";
	color: var(--blue-light);
	margin-right: 4px;
}

h4 {
	font-family: var(--ff-h);
	color: var(--blue-dark);
	font-size: 30px;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 34px;
}

h5 {
	font-family: var(--ff-p);
	font-size: 18px;
	letter-spacing: 0.75px;
	font-weight: 600;
}

h6 {
	color: var(--gray-light);
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 1.2rem;
}

p {
	hyphens: auto;
}

a {
	display: block;
	text-decoration: none;
	color: var(--black);
	transition: all .4s;
	cursor: pointer;
}

b,
strong {
	color: var(--blue-dark);
	font-weight: 700;
}

dl {
	margin-top: 30px;
	margin-bottom: 0;
}

dt {
	font-family: var(--ff-p);
	font-size: 19px;
	letter-spacing: 0.5px;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: start;
	color: var(--blue-dark);
	margin-bottom: 8px;
}

dt::before {
	content: "\e80b";
	font-family: "isf";
	color: var(--blue-dark);
	font-size: 14px;
	width: 16px;
	margin-top: 4px;
}

#benefits dt,
#benefits dt::before {
	color: var(--white);
}

dt span {
	width: calc(100% - 20px);
}

dd {
	margin-bottom: 20px;
	margin-left: 14px;
}

dd.extra {
	font-weight: 500;
	font-size: 15px;
	color: var(--blue-light);
	margin-bottom: 0;
}

@media screen and (min-width: 768px){
	h1 {font-size: 46px;}
	h2 {font-size: 22px;}
	dl {padding-left: 2rem;}
}                                                                                                          

@media screen and (min-width: 1024px){
	h1 {font-size: 48px;}
	h2 {line-height: 1.6;}
	h4 {font-size: 34px;}
	h6 {font-size: 24px;}
}


@media screen and (min-width: 1680px){
	h1 {font-size: 54px;}
}

/* ================================================
-- Classes
================================================ */
.px {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.py {
	padding-top: 100px;
	padding-bottom: 70px;
}

.bg_dark {
	background-color: var(--blue-dark);
	color: var(--white);
}

.entry {
	font-size: 19px;
	font-weight: 700;
}

.link_dotted {
	display: inline;
	border-bottom: 1px dotted var(--white);
	color: var(--white);
}

.shadow {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 100px 0px;
}

@media screen and (min-width: 768px){
	.px {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.py {
		padding-top: 100px;
		padding-bottom: 90px;
	}
}
@media screen and (min-width: 1030px){
.px {
	padding-left: 0;
	padding-right: 0;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
}

@media screen and (min-width: 1600px){
		.py {
		padding-top: 160px;
		padding-bottom: 150px;
	}
}
/* ================================================
-- Button & Links
================================================ */
.btn {
	display: flex;
	flex-wrap: wrap;
	width: fit-content;
	align-content: center;
	justify-content: flex-start;
	background: var(--blue-dark);
	border-radius: 13px;
	padding: 10px 28px;
	transition: 0.3s all;
}

.btn a {
	font-family: var(--ff-h);
	font-size: 22px;
	font-weight: 600;
	color: white;
	margin-bottom: 0;
	line-height: 1;
	letter-spacing: .5px;
}

.btn a span {
	font-family: var(--ff-p);
	font-size: 14px;
	font-weight: 500;
}

.btn:hover {
	background: var(--blue-light);
}

/* -- Top Link -- */

.pulse-element {
	background-color: var(--blue-dark);
	border-radius: 10px;
	padding: 10px;
	color: var(--white);
	font-weight: 700;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.pulse-element.mail {
	display: none;
}

@media screen and (min-width: 768px){
	.pulse-element.phone {
		display: none;
	}
	.pulse-element.mail {
		display: block;
	}
}

/* ================================================
-- Header
================================================ */
#header {
	position: sticky;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999999999;
	height: 80px;
	background: white;
}

#header .header_inner {
	width: 100%;
	height: 100%;
	padding: 0 1.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .logo_mobile img {
	height: 48px;
	width: auto;
}

@media screen and (min-width: 1200px){
	#header .header_inner {
		padding: 0 3rem;
	}
}

@media screen and (min-width: 1600px){
	#header .header_inner {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* ================================================
-- Intro
================================================ */
#intro .inner {
	display: flex;
	flex-wrap: wrap;
	align-content: end;
	height: 100%;
	position: relative;
}

#intro h2 {
	margin-bottom: 0;
	position: relative;
	padding: 50px 0;
	z-index: 100;
	width: 100%;
}

#intro h2::after {
	content: '';
	background-image: url("img/helurax_symbol.svg");
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: right center;
	opacity: .1;
	z-index: -1;
	top: 0;
	right: 0%;
}

@media screen and (min-width: 768px){
	#intro .inner {
		padding-top: 160px;
	}
	#intro .ctn {
		max-width: 500px;
	}
	#intro h2::after {
		right: -25%;
	}
}

@media screen and (min-width: 1024px){
	#intro .ctn {
		max-width: 650px;
	}
}

@media screen and (min-width: 1600px){
	#intro .inner {
		padding-top: 220px;
	}
}

/* ================================================
	-- Slider
================================================ */
.slick-slide {
	margin: 0 3px;
}

/* ================================================
-- About
================================================ */
#about h4 {
	color: var(--white);
}

#about .allpura_logo {
	max-width: 180px;
	margin-top: 30px;
}

@media screen and (min-width: 768px){
	#about .ctn {
		max-width: 600px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1024px){
	#about .ctn {
		max-width: 700px;
	}
}

/* ================================================
-- Service
================================================ */
#services .bg_img {
	background-attachment: scroll;
	pacity: 0.65;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 380px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 100px 0px;
}
#hauswartung .bg_img {background-image: url("img/hauswartung_zuerich.webp");}
#wohnungsreinigung .bg_img {background-image: url("img/wohnung_reinigung_zuerich.webp");}
#bueroreinigung .bg_img {background-image: url("img/buero_reinigung_zuerich.webp");}
#umzugsreinigung .bg_img {background-image: url("img/umzug_reinigung_zuerich.webp");}

#services .caption {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #000;
}

#services .caption span.border {
	background-color: #111;
	color: #fff;
	padding: 18px;
	font-size: 25px;
	letter-spacing: 10px;
}

#services .item {
	padding-top: 60px;
	padding-bottom: 80px;
}

#services .item_nr {
	background-color: var(--blue-light);
	padding: 1.5rem 1.25rem;
	margin-bottom: 60px;
}

#services .item_nr span {
	font-family: "Montserrat", sans-serif;
	font-size: 90px;
	font-weight: 900;
	line-height: 1;
	color: var(--white);
}

@media screen and (min-width: 1024px){
	
	#services .bg_img {
		background-attachment: fixed !important;
	}	

	.ctn_flex,
	.ctn_flx_nr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.ctn_title {
		width: 45%;
	}
	.ctn_par {
		width: 50%;
	}

	#services .item_nr {
		margin: 0;	
	}

	.ctn_flx_nr .item_nr {
		width: 30%;
		display: flex;
		flex-wrap: wrap;
		align-content: end;
		justify-content: end;
	}

	.ctn_flx_nr.rtl {
		flex-direction: row-reverse;
	}

	#services .item_nr span {
		font-size: 150px;
	}

	.ctn_flx_nr .item_ctn {
		width: 65%;
	}
}

@media screen and (min-width: 1366px){
	#services .bg_img {
		height: 500px;
	}
}

@media screen and (min-width: 1600px){
	#services .bg_img {
		height: 650px;
	}
	
	#services .item {
	padding-top: 80px;
}
}

/* ================================================
-- Blockquote
================================================ */
#quote .py {
  padding-top: 140px;
}

blockquote {
	margin: 0 auto;
	position: relative;
	max-width: 460px;
	font-family: var(--ff-h);
	text-align: center;
	font-size: 25px;
	line-height: 1.5;
	font-weight: 500;
	z-index: 5;
}

blockquote img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -65px);
	width: 120px;
	z-index: -1;
	opacity: .25;
}

@media screen and (min-width: 1024px){
	blockquote {
		max-width: 560px;
		font-size: 1.75rem;
	}
}

@media screen and (min-width: 1600px){
	#quote .py {
  padding-top: 160px;
}
}
/* ================================================
-- Contact
================================================ */
#contact .inner {
	margin: 0 auto 0 auto;
	max-width: 1140px;
    margin: 0 auto;
}

#contact .ctn_form {
	background: white;
	border-radius: 30px;
	border: 1px solid #3a3a3a;
	padding: 60px 30px 30px 30px;
	margin-bottom: 40px;
}

/* ================================================
-- Footer
================================================ */
#footer {
	background-color: var(--blue-dark);
}

.footer_ctn .logo {
	width: 230px;
}

.footer_ctn .col {
	margin-bottom: 40px;
}

.footer_ctn p {
	font-size: 18px;
	line-height: 1.5;
}

.footer_ctn p,
.footer_ctn a,
.footer_ctn b {
	color: var(--white);
}

.footer_ctn .col_contact span {
	display: inline-block;
	width: 70px;
}

.footer_ctn .col_contact a,
.footer_ctn .col_social a {
	display: inline-block;
	transition: 0.3s all;
}

.footer_ctn .col_contact a:hover,
.footer_ctn .col_social a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 768px){
	.footer_ctn {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}

	.footer_ctn .col_logo {
		width: 100%;
	}
}

@media screen and (min-width: 1200px){
	.footer_ctn .col_logo {
		width: auto;
	}
}

@media screen and (min-width: 1600px) {
  .footer_ctn.py {
    padding-bottom: 100px;
  }
}

/* -- Footer: Meta
------------------------------------ */
#footer_meta .inner {
 	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
    padding: 18px 1.25rem;
}

#footer_meta span {
	display: block;
	text-transform: uppercase;
}

#footer_meta,
#footer_meta a {
	color: var(--white);
	font-size: 11px;
}

#footer_meta .wda {
	transition: 0.3s all;
}
#footer_meta .wda i {
	font-size: 18px;
	line-height: 14px;
	color: #00cbff !important;
}
#footer_meta [class^="icon-"]::before,
#footer_meta [class*=" icon-"]::before {
	font-weight: 400;
}
#footer_meta .wda:hover {
	font-weight: 600;
	color: #00cbff;
}

@media screen and (min-width: 1200px){
	#footer_meta .inner {
		padding: 18px 3rem;
	}
}

@media screen and (min-width: 1600px){
	#footer_meta .inner {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}


.back-to-top {
position: fixed;
  text-indent: -999em;
  background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTcuNCIgaGVpZ2h0PSIxMC44IiB2aWV3Qm94PSIwIDAgMTcuNCAxMC44Ij48c3R5bGU+LnN0MHtmaWxsOiMyQTMxMzY7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTIgMTAuN2w2LjctNi42IDYuNyA2LjcgMi0yLTYuNy02LjdWMmwtMi0yTDAgOC43eiIvPjwvc3ZnPg==) center 50% no-repeat;
  border: 1px solid rgb(0 0 0 / .75);
  border-radius: .1875em;
  height: 40px;
  width: 40px;
  bottom: 5em;
  right: 1em;
  opacity: .25;
  z-index: 3000;
}
.back-to-top:hover{
	opacity:1;
	background-position:center 45%
}