/*
Theme Name: Atec

*/

/* ================================
   0. ROOT & GLOBAL
================================ */

:root {
  --primary-color: #4B4B4B;
  --secondary-color: #ffffff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #3a4f56;
}

a {
  text-decoration: none;
  transition: 0.3s ease;
}


/* ================================
   1. HEADER (MOBILE DEFAULT)
================================ */
.logo-header a {
	z-index: 1;
	position: relative;
}

:root {
  --primary-color: #ab0425;
  --secondary-color: #fff;
}

.header {
	position: absolute;
	z-index: 99;
	width: 100%;
}

.header-page {
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-page img {
	flex: none;
}

.header-page {
	height: 300px;
	object-position: right center;
	object-fit: cover;
}

.header-page img {
	width: auto;
	max-height: 100%;
	max-width: unset;
}

.header-page-title.animated-move.active h1 {
	font-size: 34px;
}

.header-page-img {
	max-height: 300px;
	border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.header-page-title {
	top: 40%;
	position: absolute;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

#header-box {
	position: relative;
	background-color: #fff;
	border-radius: 40px;
	padding-top: 5px;
   padding-bottom: 5px;
}

.content-header.container-fluid {
	position: relative;
	top: 10px;
	padding-left: 3%;
	padding-right: 3%;
}

.header-home-image img {
	width: 100%;
	border-radius: 30px;
	padding-right: 10px;
}

.header-home-title {
	position: relative;
}

.home-header-slider {
	padding: 10px 20px 20px 20px;
}

.header-home-title-content {
	position: relative;
    top: 4%;
	border-radius: 30px 30px 30px 30px;
	padding-bottom: 40px;
	padding-left: 12px;
	padding-right: 12px;
}

.header-home-title {
	position: relative;
	background-color: #f7f7f7;
	border-radius: 30px;
}

.header-home-title-content h2 {
	font-size: 38px;
	font-weight: bold;
	color: #090909;
}

.header-home-title-content p {
	font-size: 20px;
	font-weight: 600;
	color: #8a8a8a;
}


/* ================================
   2. NAVIGATION (MOBILE)
================================ */

.header-menu {
	position: absolute;
	top: 25px;
	z-index: 1;
	right: 0;
	padding-left: 0;
}

#header-box {
	position: relative;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-weight: 500 !important;
}

.header-phone {
	display: none;
}

.heder-icon-language img {
	max-width: 20px;
	width: 20px;
}

.heder-icon-language {
	padding-left: 25px;
	display: flex;
	gap: 10px;
}

.heder-icon-language a {
	position: relative;
	top: -35px;
	z-index: 20;
	right: -60%;
}

.header-home-title-content {
	position: relative;
	z-index: 999;
}

.header-home-title {
	position: relative;
	z-index: 1;
}


/* ================================
   3. LAYOUT & SECTIONS (MOBILE)
================================ */

.page-content {
	padding-top: 4%;
	padding-bottom: 5%;
}

/* Standard Page Elements */

#scroll-top {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	text-indent: -9999px;
	background: url('images/icon_top.png') no-repeat;
	outline: none !important;
}

body {
	font-family: "Poppins", sans-serif;
	color: #0C0C0C;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
}	


/* Home */
.fp-section-wwa h2 {
	padding-bottom: 20px;
	font-weight: 600;
	font-size: 35px;
}

.fp-section-wwa p {
	font-size: 18px;
	line-height: 28px;
	color: #5e5e5e;
}

.btn-fp-slider {
	width: auto;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	padding: 15px 35px 15px 35px;
	color: #fff;
	border: 1px solid #d2092b;
	background-color: #d2092b;
	margin-top: 15px;
	display: inline-block;
	border-radius: 30px;
}

a:visited.btn-fp-slider {
	color: #fff;
}

a:hover.btn-fp-slider {
	background-color: transparent;
	color: #000;
}

.fp-section-wwa {
	padding: 4% 12px 4% 12px;
}

.wwd-boxes-inner {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}

.wwd-boxes img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease, filter 0.5s ease;
    filter: brightness(50%);
}

.wwd-boxes .box-title {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  text-align: center;
  pointer-events: none;
  transition: all 0.3s ease;
}

.wwd-boxes:hover img {
  transform: scale(1.1);
  filter: brightness(70%);
}

.wwd-boxes:hover .box-title {
	transform: translateX(-50%) translateY(-5px);
	font-size: 36px;
}

.what-we-do-section {
	padding-top: 3%;
	padding-bottom: 5%;
}

.container.text-center.wwd-content-all h3 {
	padding-bottom: 20px;
	color: #222222;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
}

.container-fluid.text-center.real-results-main-content {
	padding: 0;
	padding-top: 3%;
	padding-bottom: 3%;
}

.real-results-gallery .gallery-slide.slick-slide {
	padding: 5px;
}

.real-results-text h2 {
	font-size: 35px;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
}

.real-results-text .section-text {
	font-size: 18px;
	color: #b4b4b4;
}

.have-vision.wwd-button.real-btn {
	padding-top: 70px;
	padding-bottom: 35px;
}

.have-vision.wwd-button a {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	border: 1px solid #f7f7f7;
	border-radius: 50px;
	padding: 10px 90px;
	margin-top: 0;
	display: inline-block;
	transition: 0.5s ease-in-out;
	background-color: transparent;
}



/* Jobs page */
.jobs-section h2 {
	color: #000;
	padding-bottom: 15px;
}

.jobs-section ul {
    padding-left: 0;
    list-style: none;
}

.jobs-section ul li {
	position: relative;
	padding-left: 25px;
}

.jobs-section ul li::before {
	content: "\f111";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 9px;
	color: #d2092b;
	font-size: 6px;
}

.jobs-section h3 {
	font-size: 21px;
}

.jobs-section a {
	color: #d2092b;
}


/* Galerien page */

.content-single-gallery, .archive-gallery, .reference-single, .reference-archive, .main-content-single-services {
	padding-top: 4%;
	padding-bottom: 5%;
}

.gallery-one-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	transition: box-shadow 0.3s ease;
}

.gallery-one-image img:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.gallery-img-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 2;
}

.gallery-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-img-wrapper:hover img {
    transform: scale(1.05);
}

.gallery-text-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.gallery-img-wrapper:hover .gallery-text-overlay {
    opacity: 1;
}

.gallery-title {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 1.5rem;
	margin: 0;
	z-index: 2;
	text-align: center;
	padding: 0 15px;
	text-shadow: 0px 3px 11px rgba(0, 0, 0, 0.8);
}

.gallery-navigation a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    transition: all 0.3s ease;
}

.gallery-navigation a:hover {
    color: #d2092b;
}


/* Referenzen page */

.reference-table {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.reference-header,
.reference-row {
    display: flex;
    flex-wrap: wrap;
    transition: background 0.3s ease;
}

.reference-header {
    background: #eaeaea;
    font-weight: bold;
}

.reference-row:nth-child(even) {
    background: #f1f1f1;
}

.reference-row:nth-child(odd) {
    background: #fff;
}

.reference-row:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.reference-col {
    flex: 1;
    padding: 12px 10px;
    border-right: 1px solid #ddd;
    word-break: break-word;
}

.reference-col:last-child {
    border-right: none;
}

  .reference-table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .reference-header,
    .reference-row {
        display: flex;
        min-width: 600px;
    }

    .reference-col {
        flex: 1 0 200px;
        padding: 10px;
    }

.refrence-card-inner {
    border-radius: 13px;
    padding: 60px 30px;
    box-shadow: 4px 9px 20px rgba(0,0,0,0.2);
    transition: box-shadow 0.3s ease;
    background-image: url('images/reference-bcg.png');
    background-repeat: no-repeat;
    background-position: left;
}


.refrence-card:hover .refrence-card-inner {
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

.refrence-card-inner a h2 {
	color: #0C0C0C;
	margin-top: 18px;
}

.reference-archive-inner i {
	color: #d2092b;
}

.reference-link {
	width: auto;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	padding: 7px 20px 7px 20px;
	color: #fff;
	border: 1px solid #d2092b;
	background-color: #d2092b;
	margin-top: 20px;
	border-radius: 21px;
	display: inline-block;
}  

/* Uber uns page */

.uber-page ul {
	padding-left: 0;
	list-style: none;
}

.uber-page ul li {
	position: relative;
	padding-left: 25px;
}

.uber-page ul li::before {
	content: "\f111";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 9px;
	color: #d2092b;
	font-size: 6px;
}

.uber-page h2 {
	padding-bottom: 25px;
	font-weight: 600;
	font-size: 26px;
}

.uber-page h3 {
	font-size: 22px;
}


/* Dienstelungen page */

.sidebar-services-menu {
	order: 2;
}

.content-single-services {
	order: 1;
}

.content-single-services {
	padding-left: 2%;
}

.content-single-services.col-xl-8 h2 {
	font-weight: 500;
	font-size: 25px;
	padding-bottom: 15px;
}

#sidebar_menu_services ul {
	padding-left: 0;
	list-style-type: none;
}

#sidebar_menu_services ul li {
	position: relative;
	padding-left: 13px;
}

#sidebar_menu_services ul li::before {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
	color: #d2092b;
	font-size: 9px;
}

#sidebar_menu_services li {
	line-height: 27px;
}

.brandschutz-image {
	text-align: center;
}

.brandschutz-text {
	font-size: 15px;
	padding-top: 3%;
}

.brandschutz-content.row {
	margin-top: 5%;
}

.brandschutz-text p strong {
	color: #d2092b;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 8px;
	display: inline-block;
	line-height: 25px;
}

.brandschutz-box {
	padding-top: 25px;
	font-size: 14px;
}

.brandschutz-box .thumb-mobile img {
	padding-bottom: 11px;
}

.have-vision.single-project-bottom p {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 32px;
	font-weight: 500;
	text-shadow: 0px 3px 11px rgba(0, 0, 0, 0.64);
}

.have-vision.single-project-bottom a.sidebar-phone {
	display: block;
	color: #fff;
	font-size: 33px;
	line-height: 1.3em;
	text-shadow: 0px 3px 11px rgba(0, 0, 0, 0.64);
	letter-spacing: -1px;
	font-weight: 600;
	margin-bottom: 15px;	
}

.have-vision.single-project-bottom .btn-get-touch {
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	padding: 5px 50px 5px 50px;
	color: #000;
	border: 1px solid #fff;
	background-color: #fff;
	display: inline-block;
	border-radius: 30px;
}

.sb-main > a {
	color: #000;
	font-weight: 600;
	font-size: 17px;
}

.sidebar-services {
	padding: 15px 20px 30px 25px;
	border-radius: 15px;
	box-shadow: 4px 9px 20px rgba(0,0,0,0.2);
}

.content-single-services ul li {
	position: relative;
	padding-left: 15px;
}

.content-single-services ul li::before {
	content: "\f111";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 9px;
	color: #d2092b;
	font-size: 6px;
}

.content-single-services ul {
	padding-left: 0;
	list-style: none;
}

.sb-main {
	padding-top: 10px;
}

#sidebar_menu_services {
	display: block;
}

.sidebar-services .sub-menu a {
	color: #3a3a3a;
	font-size: 14px;
}

.sidebar-services .current-menu-item a {
	color: #d2092b !important;
}

.have-vision.single-project-bottom {
	position: relative;
	background-image: url('images/sidebar-bcg.jpg');
	background-size: cover;
	background-position: center;
	padding: 30px 20px;
	color: #fff;
	border-radius: 15px;
	overflow: hidden;
}

.have-vision::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.0);
}

.overlay-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.have-vision p {
  font-size: 24px;
  margin-bottom: 15px;
}

.have-vision a {
  display: block;
  color: #fff;
  margin: 5px 0;
}

.btn-get-touch {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  text-decoration: none;
}

/* Unser engagement page */
.engagement-section h2 {
	color: #000;
	padding-bottom: 15px;
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
}

.btn-unser-red a {
	width: auto;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	padding: 15px 45px 15px 45px;
	color: #fff;
	border: 1px solid #d2092b;
	background-color: #d2092b;
}

.btn-unser-red {
	margin-top: 25px;
	margin-bottom: 25px;
}

.engagements-logos figure a img {
	max-width: 250px !important;
	width: 250px;
}

/* Contact page */

.cp-contact-form h3 {
	font-weight: 600;
	font-size: 40px;
	padding-bottom: 25px;
	position: relative;
	color: #111;
}

.cf-contact-info h3 {
	margin-bottom: 35px;
	margin-top: 35px;
	font-size: 20px;
	font-weight: 600;
	padding-left: 0;
}

.contact-list.contact-page-firmname span {
	text-transform: uppercase;
	font-weight: 500;
}

.cp-contact-info li {
	padding-left: 0;
	margin-bottom: 10px;
}

.contact-list.contact-page-firmname {
	padding-bottom: 30px;
}

.contact-list.contact-page-address {
	padding-top: 30px;
	padding-bottom: 25px;
}

.contact-lista {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list {
  margin-bottom: 15px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.contact-item img {
	margin-top: 3px;
	flex-shrink: 0;
}

.contact-item span, .contact-item a, .contact-item div, .contact-item p {
  display: block;
  line-height: 1.5;
  flex: 1;
  margin: 0;
  color: inherit;
  text-decoration: none;
}

.wh-subtext {
	font-size: 15px;
	font-weight: 400 !important;
	line-height: 30px !important;
}

.content.contact-page.page-content {
	padding-bottom: 0;
}

.footer .cf-contact-info ul {
	list-style: none;
	padding-left: 12px;
	margin-bottom: 0;
}

.footer-working-hour p {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 0;
}

#footer_menu li {
	display: flex;
}

.cf-contact-info a {
	color: #4b4b4b;
	text-decoration: none;
}

.cf-contact-info a:hover {
	color: #1c0f02;
}

.contact-detail-list li {
	margin-bottom: 18px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
	position: relative;
	padding-left: 40px;
	list-style: none;
}

.contact-detail-list .contact-detail {
	font-size: 14px;
	line-height: 14px;
	color: #1f1f1f;
	display: block;
}

.title-cl {
	font-weight: 500;
	padding-bottom: 0;
	display: block;
}

.contact-detail-list img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.contact-detail-list .small {
	font-size: 12px;
	color: #808080;
	display: block;
}

.contact-page label {
	width: 100%;
}

.wpcf7-form-control-wrap {
	font-weight: 300;
	font-size: 18px;
}

.cp-contact-form input {
	width: 100%;
	transition: all 0.3s;
	background-color: #F2F2F2;
	border-width: 0px 0px 0px 0px;
	padding: 16px 30px 16px 30px;
	margin: 0px 0px 25px 0px;
	border-radius: 30px;
}

.cp-contact-form textarea {
	width: 100%;
	border-top: none;
	border-left: none;
	border-right: none;
	transition: all 0.3s;
	border-width: 0px 0px 0px 0px;
	padding: 16px 30px 16px 30px;
	margin: 0px 0px 25px 0px;
	border-radius: 30px;
	background-color: #F2F2F2;
}

.cp-contact-form p {
	margin-bottom: 0px;
	font-weight: 400;
	font-size: 16px;
}

.cf-contact-info {
	padding: 10px 0 15px;
}

.content.contact-page.page-content .cf-contact-info .contact-list, .content.contact-page.page-content .cf-contact-info .contact-list a {
	color: #1f1f1f;
}

.button-submit-contact input {
	width: auto;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	padding: 15px 45px 15px 45px;
	color: #fff;
	border: 1px solid #d2092b;
	background-color: #d2092b;
}

.wpcf7-form-control.wpcf7-submit {
	text-transform: uppercase;
}

.wpcf7-submit {
	background-color: #fff;
	border: 1px solid #a4a4a4;
	transition: 0.5s ease-in-out;
}

.wpcf7-submit:hover {
	background-color: #d2092b;
	border: 1px solid #d2092b;
	transition: 0.5s ease-in-out;
}

.wpcf7-form-control.wpcf7-textarea {
	max-height: 180px;
}

.cf-form-cpage > p {
	margin-bottom: 40px;
	line-height: 30px;
}

.contact-page .cp-contact-info h3 {
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 3%;
}

.cp-contact-map iframe {
	filter: grayscale(100%) contrast(100%) brightness(105%);
	border-radius: 30px;
}

.cp-contact-map {
	margin-bottom: 60px;
}

.contact-page .contact-item {
	display: flex;
	padding: 30px;
	border-radius: 30px;
	border: 1px solid #ebebeb;
	flex-direction: column;
}

.contact-list i {
	font-size: 24px;
	padding-bottom: 25px;
	color: #d2092b;
}

.contact-item h4 {
	font-size: 24px;
	color: #000000;
	font-weight: 600;
	letter-spacing: -0.2px;
	margin-bottom: 0;
	margin-bottom: -5px;
}

.cf-contact-info {
	padding-top: 0;
	padding-bottom: 20px;
}

a.btn-contact-page {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7142857143;
	margin-top: 24px;
	border-radius: 30px;
	cursor: pointer;
	padding: 9px 20px;
	text-transform: capitalize;
	border: 1px solid #111;
	transition: all ease 0.3s;
	width: 70%;
	text-align: center;
}

a:hover.btn-contact-page {
	background-color: #d2092b;
	color: #fff !important;
	border: 1px solid #d2092b;
}

/******** 5.0 FOOTER ********/

.footer {
	background-image: url("images/footer-bcg-1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 12px;
	border-top-right-radius: 40px;
	border-top-left-radius: 40px;
}

#footer .contact-list i {
	font-size: 15px;
	padding-bottom: 0;
	color: #d2092b;
	padding-right: 10px;
	width: 25px;
}

#footer > .container-fluid {
	background-color: #ffffff;
	border-radius: 40px;
	padding: 60px 30px 0 30px;
}

#footer {
	padding-left: 0;
	padding-right: 0;
}

.footer-column.footer-right ul {
	list-style-type: none;
	padding-left: 12px;
}

.footer-column.footer-right, .footer-column.footer-right a {
	color: #111;
}

.contact-list.contact-footer-address br {
	display: none;
}

.container.footer-top {
	margin: 0px 0px -5px 0px;
}

.container.footer-top h3 {
	font-size: clamp(35px, 7vw, 100px) !important;
	background: linear-gradient(to bottom, #FFFFFFBA, #FFFFFF4A);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-weight: 600;
}

.footer .cf-contact-info p {
	line-height: 22px;
	margin-top: 25px;
}

.container.footer-top-text p {
	font-size: 19px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-weight: 300;
}

.footer > .container, .footer > .website-design {
	position: relative;
	z-index: 2;
	text-align: center;
	margin: 0 auto;
	margin-bottom: -12px;
}

footer .cf-contact-info, footer .cf-contact-info a, .cf-contact-info .contact-list {
	list-style: none;
	font-size: 16px;
	line-height: 28px;
	padding-top: 0;
}

.container.footer-top-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer-top-btn a {
	background-color: #00000036;
	font-size: 20px;
	line-height: 24px;
	border: 1px solid #FFFFFF1A;
	backdrop-filter: blur(460px);
	width: 160px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	position: relative;
}

.footer-top-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 205px;
  height: 205px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(88, 173, 252, 0.3);
  z-index: -1;
  animation: pulse-ring 2s infinite;
  animation-delay: 0s;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
	flex-basis: 100% !important;
}

.wp-block-columns {
	display: flex;
	margin-bottom: 1.75em;
	box-sizing: border-box;
	flex-wrap: wrap !important;
	align-items: normal !important;
}

    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
        width: 100% !important;
    }

/* tvoja animacija */
@keyframes pulse-ring {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.6;
  }
}

.animated-move {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

.animated-move.animated-move-left {
  transform: translateX(-80px) !important;
}

.animated-move.animated-move-right {
  transform: translateX(80px) !important;
}

.animated-move.active {
  opacity: 1;
  transform: translateX(0) !important;
}

.cp-social-icons h3 {
	font-weight: bold;
	padding-right: 20px;
}

.cp-social-icons {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.cp-social-icons ul {
	margin-bottom: 0;
}

#footer_menu a, #footer_menu_quick a {
	color: #212121;
	line-height: 37px;
	font-size: 15px;
	font-weight: 400;
}

.footer-column.footer-menu {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	margin-bottom: 10px;
	padding-left: 25px;
}

#footer h2, #footer h3 {
	font-size: 22px;
}

.contact-footer-address span, .footer-email, .contact-footer-phone {
	line-height: 30px;
	margin: 0;
	text-decoration: none;
}

#footer .contact-item {
	display: flex;
	gap: 0;
	flex-direction: row;
	align-items: anchor-center;
}

ul#footer_menu {
	padding-left: 0;
	list-style-type: none;
	column-count: 1;
}

#footer_menu a:hover {
	text-decoration: underline;
}

.footer-column.logo_footer img {
	padding-top: 20px;
	max-width: 230px;
	width: 100%;
}

.website-design {
	font-size: 11px;
	color: #4b4b4b;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	border-top: 1px solid #efefef;
	padding: 10px 0;
}

.website-design.container-fluid a {
	color: #4b4b4b;
	text-transform: uppercase;
}

.website-design.container-fluid a:hover {
	text-decoration: underline;
}

.animated-move {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.animated-move.active {
  opacity: 1;
  transform: translateY(0);
}

.animated-move:nth-child(1) { transition-delay: 0.1s; }
.animated-move:nth-child(2) { transition-delay: 0.2s; }
.animated-move:nth-child(3) { transition-delay: 0.3s; }



/* ========== TABLET (min-width: 576px) =========== */

@media (min-width: 576px) {
.container.footer-top h3 {
	font-size: clamp(55px, 0vw, 92px) !important;
}

.container.text-center.wwd-content-all h3 {
	font-size: 46px;
}

}


/* ========= SMALL LAPTOP (min-width: 768px) =============== */

@media (min-width: 768px) {

.container.footer-top h3 {
	font-size: clamp(75px, 0vw, 92px) !important;
}

.header-page img {
	width: 100%;
	max-height: 100%;
}

.header-home-title-content h2 {
	font-size: 72px;
}

.container.text-center.wwd-content-all h3 {
	font-size: 64px;
}

.sidebar-services-menu {
	order: 1;
}

.content-single-services {
	order: 2;
}

.header-page-title.animated-move.active h1 {
	font-size: 40px;
}

.footer-column.footer-menu {
	margin-bottom: 50px;
}

}


/* ======== DESKTOP (min-width: 992px) =============== */

@media (min-width: 992px) {

.container.footer-top h3 {
	font-size: clamp(86px, 0vw, 92px) !important;
}

.contact-page .contact-item {
	padding: 50px;

}

a.btn-contact-page {
	padding: 9px 4px;
}

.wp-block-columns {
	flex-wrap: nowrap !important;
}


.cf-contact-info {
	padding-top: 30px;
	padding-bottom: 40px;
}

.header-page-title.animated-move.active h1 {
	font-size: 48px;
}

.content-single-services.col-xl-8 h2 {
	font-weight: 500;
	font-size: 36px;
	padding-bottom: 25px;
}

.content-single-services {
	padding-left: 5%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 9px !important;
}

#mega-menu-wrap-primary #mega-menu-primary {
	text-align: left;
}

.header-menu {
	position: unset;
	display: flex;
	align-items: center;
}

.header-home-title-content {
	position: relative;
	top: 4%;
}

.header-page img {
	width: 100%;
	max-height: 100%;
}

.header-home-image img {
	width: 100%;
	border-radius: 30px;
	padding-right: 0;
}

.heder-icon-language a {
	top: 0;
}

}


/* ===== LARGE DESKTOP (min-width: 1200px) ======== */

@media (min-width: 1200px) {

.header-page {
	height: auto;
}

.header-home-image img {
	padding-right: 10px;
}

footer .cf-contact-info, footer .cf-contact-info a, .cf-contact-info .contact-list {
	font-size: 18px;
}

ul#footer_menu {
	column-count: 2;
}

.container.footer-top h3 {
	font-size: clamp(107px, 0vw, 120px) !important;
}

.jobs-section h2 {
	font-size: 40px;
}

.uber-page h2 {
	padding-bottom: 25px;
	font-weight: 600;
	font-size: 30px;
}

.uber-page h3 {
	font-size: 23px;
}

.header-menu {
	left: 0;
}

.logo-header {
	padding-right: 0;
}

.header-phone {
	display: flex;
	flex-direction: column;
	color: #f9f9f9;
	align-items: center;
	align-content: center;
	align-self: center;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 7px !important;
}

.header-phone a {
	color: #8a8a8a;
	width: auto;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	color: #fff;
	border: 1px solid #d2092b;
	background-color: #d2092b;
	display: inline-block;
	border-radius: 30px;
}

.header-home-title-content {
	top: 30%;
	padding-left: 50px;
	padding-right: 50px;
}

.header-home-title-content p {
	font-size: 19px;
}

.header-home-title-content h2 {
	font-size: 56px;
}

}


/* ===== EXTRA LARGE (min-width: 1400px) ======= */

@media (min-width: 1400px) {

.footer {
	padding: 40px 12px;
}

.header-home-title-content h2 {
	font-size: 70px;
}

.header-home-title-content {
	top: 35%;
	padding-left: 85px;
	padding-right: 85px;
}

.header-home-title-content p {
	font-size: 22px;
}

#footer > .container-fluid {
	padding: 60px 30px 0 30px;
}

#footer {
	padding-left: 3%;
	padding-right: 3%;
}

.footer-column.footer-right ul {
	padding-left: 0px;
}

.container.footer-top {
	margin: 0px 0px -5px 0px;
}

.container.footer-top h3 {
	font-size: clamp(80px, 20vw, 122px) !important;
}

.footer .cf-contact-info p {
	font-size: 14px;
}

.header-page-title {
	top: 30%;
	font-size: 42px;
}

.container.footer-top-text p {
	font-size: 19px;
	line-height: 30px;
}

.footer > .container, .footer > .website-design {
	margin-bottom: -25px;
	margin: 0 auto;
	margin-bottom: -25px;
}

footer .cf-contact-info, footer .cf-contact-info a, .cf-contact-info .contact-list {
	font-size: 16px;
	padding-top: 0;
	color: #212121;
	line-height: 37px;
	font-size: 15px;
	font-weight: 400;
}

.container.footer-top-btn {
	padding-top: 50px;
	padding-bottom: 50px;
}

.cp-social-icons h3 {
	padding-right: 20px;
}

.cp-social-icons ul {
	margin-bottom: 0;
}

#footer_menu a, #footer_menu_quick a {
	line-height: 37px;
	font-size: 15px;
}

#footer h2, #footer h3 {
	font-size: 22px;
	padding-bottom: 20px;
	font-weight: 600;
}

.footer-column.footer-menu {
	margin-bottom: 50px;
	padding-left: 25px;
}

.contact-footer-address span, .footer-email, .contact-footer-phone {
	line-height: 30px;
	margin: 0;
	padding-bottom: 0px;
}

ul#footer_menu {
	column-count: 2;
}

.website-design {
	font-size: 11px;
	padding: 10px 0;
}

.content-header.container-fluid {
	position: relative;
	top: 20px;
	padding-left: 6%;
	padding-right: 6%;
}

.footer-column.footer-right {
	padding-left: 25px;
}

}

/* ===== EXTRA LARGE (min-width: 1900px) ======= */

@media (min-width: 1900px) {

#footer {
	padding-left: 15%;
	padding-right: 15%;
}

.footer > .container, .footer > .website-design {
	margin-bottom: -30px;
}	

.container.footer-top h3 {
	font-size: clamp(85px, 24vw, 139px) !important;
}

.header-page img {
	width: 100%;
}

.content-header.container-fluid {
	padding-left: 15%;
	padding-right: 15%;
}

}