/*
Theme Name: Atec

*/

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

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

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

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

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


/* ================================
   1. HEADER (MOBILE DEFAULT)
================================ */

.napomena-text {
	padding-top: 25px;
}

.napomena-text p strong {
	color: #f50d0d;
}

.napomena-text p {
	font-weight: 600;
}

.logo-header a {
	z-index: 1;
	position: relative;
}

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

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

.header-page img {
	flex: none;
}

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

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

.header-page-img {
	max-height: 300px;
}

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

#header-box {
	background-color: #fff;
	padding-top: 5px;
   padding-bottom: 5px;
}

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

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

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

.header-home-title-content h2 {
    color: #0e5299 !important; /* Plava boja naslova */
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.header-home-title-content p {
    color: #333333 !important;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.hero-services {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 !important;
}

.hero-services li {
    display: flex;
    align-items: center;
    font-size: 1.05rem;
    font-weight: 600;
    color: #222222 !important;
    margin-bottom: 10px;
}

.hero-services li i {
    width: 28px;
    height: 28px;
    background-color: #0e5299;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 13px;
    flex-shrink: 0;
}

/* Stajling plave kartice na dnu */
.hero-badge {
    display: inline-flex !important;
    align-items: center;
    background-color: #0e5299 !important;
    color: #ffffff !important;
    padding: 10px 18px !important;
    border-radius: 8px !important;
    margin-top: 10px;
    text-decoration: none !important;
}

.hero-badge .badge-icon {
    font-size: 18px;
    margin-right: 10px;
    color: #ffffff;
}

.hero-badge .badge-text {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff !important;
}

.home-header-hero {
    position: relative;
    width: 100%;
    min-height: 600px; /* Možeš podesiti po želji */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 40px 0;
    overflow: hidden;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(10, 40, 75, 0.43) 0%, rgba(14, 82, 153, 0.11) 45%, rgba(14, 82, 153, 0.3) 100%);
	z-index: 1;
}

.hero-services li {
    display: flex;
    align-items: center;
    color: #ffffff !important;
    font-size: 1rem;
    font-weight: 600;
}

.service-icon {
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.service-icon svg {
    width: 15px;
    height: 15px;
    stroke: #0e5299;
}

.home-header-hero .container {
    position: relative;
    z-index: 2;
}

.hero-content-wrapper h2 {
    color: #ffffff !important;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.hero-subtitle {
    color: #e0e6ed !important;
    font-size: 25px;
    margin-bottom: 20px;
}

.hero-services {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Prikazuje usluge u 2 kolone */
    gap: 10px 15px;
}

.hero-content-wrapper {
	background-color: rgba(0,0,0,0.3);
	padding: 10px 25px;
}

.product-card-content h3 a {
	font-size: 22px;
	color: #053e6e;
	font-weight: 700;
}

.product-card-content {
	text-align: center;
	box-shadow: 0 0 24px rgba(0,0,0,0.1);
	padding: 20px 10px;
}

.product-card .btn-primary {
	color: #fff;
	border: 1px solid #085ca4;
	padding: 6px 19px;
	border-radius: 31px;
	background-color: #085ca4;
}

.container.front-page-content.py-5 h2 {
    text-align: center;
    padding-bottom: 40px;
    font-weight: 800;
    font-size: 40px;
    color: #053e6e;
    position: relative;
}

.container.front-page-content.py-5 h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 21px;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background: #3a9ef3;
	border-radius: 2px;
}

.home-service-banner-right h2 {
	padding-bottom: 18px;
	font-weight: 800;
	font-size: 37px;
	color: #053e6e;
	position: relative;
}

.home-service-banner-right h2::after {
	content: "";
	position: absolute;
	left: 6%;
	bottom: 6px;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background: #3a9ef3;
	border-radius: 2px;
}

.home-service-banner-right p {
	padding-right: 3%;
	padding-top: 10px;
	padding-bottom: 18px;
}

.home-service-banner-right .btn-primary {
	color: #fff;
	border: 1px solid #053e6e;
	padding: 13px 24px;
	border-radius: 31px;
	background-color: #053e6e;
	font-size: 13px;
	text-transform: uppercase;
}

.home-service-banner-right .btn-primary:hover {
	border: 1px solid #085ca4;
	background-color: #085ca4;
	font-size: 13px;
	text-transform: uppercase;
}

.home-service-banner-left img {
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
}

.home-service-banner {
	background-color: #f3f7ff;
	padding: 36px 0;
}

.home-service-banner-right {
	padding-left: 3%;
}

.wp-block-image.size-full.wp-lightbox-container {
	width: 100% !important;
	height: 150px !important;
	display: block !important;
	object-fit: cover;
	overflow: hidden;
}

.product-card .btn-primary:hover {
	background-color: #033566;
	border: 1px solid #033566;
}

.product-card-content h3 {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.product-card img {
	max-width: 50%;
	margin: 0 auto;
	display: flex;
}

.container.front-page-content.py-5 {
	padding-left: 4%;
	padding-right: 4%;
}

.hero-services li {
    display: flex;
    align-items: center;
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 600;
}

.hero-services li i {
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    color: #0e5299;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 12px;
    flex-shrink: 0;
}

/* Badge na dnu */
.hero-badge {
    display: inline-flex !important;
    align-items: center;
    background-color: #ffffff !important;
    color: #0e5299 !important;
    padding: 10px 18px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.hero-badge .badge-icon {
    font-size: 18px;
    margin-right: 10px;
    color: #0e5299 !important;
}

.hero-badge .badge-text {
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.2;
    color: #0e5299 !important;
}

/* Prilagođavanje za telefone */
@media (max-width: 767px) {
    .hero-services {
        grid-template-columns: 1fr; /* Na mobilnom 1 kolona */
    }
    .hero-content-wrapper h2 {
        font-size: 1.7rem;
    }
}

.floating-contact{
    position:fixed;
    right:20px;
    bottom:20px;
    display:flex;
    flex-direction:column;
    gap:12px;
    z-index:99999;
}

.floating-contact a{
    width:58px;
    height:58px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
    text-decoration:none;
    box-shadow:0 6px 20px rgba(0,0,0,.25);
    transition:.3s;
}

.whatsapp-btn{
    background:#25D366;
}

.viber-btn{
    background:#7360F2;
}

.floating-contact a:hover{
    transform:scale(1.1);
}

@media (max-width:768px){
    .floating-contact{
        right:15px;
        bottom:15px;
    }

    .floating-contact a{
        width:52px;
        height:52px;
        font-size:28px;
    }
}
/* ================================
   2. NAVIGATION (MOBILE)
================================ */

#header-box {
	position: relative;
}

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

.breadcrumbs a {
	color: #f4f9fd;
	font-size: 15px;
}

.breadcrumbs span {
	font-size: 15px;
}

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

/* Standard Page Elements */

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

body {
	font-family: "Inter", sans-serif;
	color: #494949;
	font-size: 17px;
	line-height: 1.8;
	font-weight: 400;
}	


.header-page-title {
	top: 12%;
	font-size: 19px;
}

.header-page-title h1 {
	font-weight: 600;
	margin-bottom: 0;
}

.breadcrumbs {
	display: grid;
}
/* 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;
}

.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;
}



/* Proizvodi page */

.page-content-main h2 {
	padding-bottom: 10px;
	color: #085ca4;
	font-weight: 600;
}

.page-content-main {
	padding-right: 3%;
	padding-bottom: 3%;
}

.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;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tabela-cenovnik {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}


/* 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: 0px;
}

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

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

.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;
}

.footer-top {
	padding: 25px 0;
	background: #053e6e;
	margin-bottom: 40px;
}

.footer-top h3 {
	padding-bottom: 0;
}

.footer-cta {
	display: block;
	text-align: center;
}

.footer-cta-content h3 {
	padding-bottom: 5px !important;
}

.footer-cta-content p {
	margin: 0;
	max-width: 750px;
	color: #d9eeff;
	font-size: 15px;
	letter-spacing: 0.3px;
}

.footer-cta-phone {
	text-align: center;
	white-space: nowrap;
}

.footer-cta-phone span {
	display: block;
	font-size: 18px;
	color: #fff;
}

.footer-cta-phone i {
	color: #0866c6;
	font-size: 25px;
	padding-right: 12px;
}

.footer-cta-phone a {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.footer-cta-phone a {
    display: inline-block;
    animation: phone-pulse 2s infinite;
}

@keyframes phone-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.06);
    }
}

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

.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 {
	text-decoration: underline;
}

.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;
	border-width: 0px 0px 0px 0px;
	padding: 16px 30px 16px 30px;
	margin: 0px 0px 25px 0px;
	border-radius: 15px;
}

.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: 15px;
}

.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: #071230;
}

.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 #0d71b1;
	background-color: #0d71b1;
}

.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: #0760b0;
	border: 1px solid #0760b0;
	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%;
}

.contact-list i {
	font-size: 24px;
	padding-bottom: 15px;
	color: #0d71b1;
}

.contact-item h4 {
	font-size: 24px;
	color: #424242;
	font-weight: 600;
	margin-bottom: 0;
}

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

.contact-page .contact-item {
	display: flex;
	align-items: center;
	gap: 20px;
	background-color: #F4F9FD;
	padding: 25px 10px;
	height: auto;
}

.contact-item > i {
    font-size: 35px;
    color: #0d71b1;
    flex-shrink: 0;
}

.contact-content h4 {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: 500;
}

.contact-content a, .contact-content span {
	display: block;
	font-size: 19px;
	color: #333;
	text-decoration: none;
	font-weight: 600;
}

.cp-contact-form {
	background-color: #f4f9fd;
	padding-top: 5%;
}

.sidebar-services ul {
	display: block;
}

.sidebar-services-menu {
	background-color: #f4f9fd;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 20px;
	margin-bottom: 25px;
}

.sidebar-services-menu h4 {
	color: #222;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	padding-bottom: 12px;
}

.sidebar-services ul li a {
	color: #141c4f;
	line-height: 31px;
	text-transform: uppercase;
	font-size: 14px;
}

.sidebar-services .nav li a {
    position: relative;
    display: block;
    padding-left: 21px;
}

.sidebar-services .nav li a::before {
	content: "\f101";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	color: #0d71b1;
	font-size: 8px;
}

.have-vision.single-project-bottom {
	padding-top: 30px;
}

.overlay-content p {
	margin-bottom: 5px;
	font-size: 18px;
}

.overlay-content {
	background-color: #085ca4;
	border-radius: 5px;
	padding: 15px;
	color: #fff;
}

.overlay-content a {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
}

.overlay-content i {
	font-size: 26px;
	padding-right: 12px;
}

.tabela-cenovnik{
    width:100%;
    border-collapse:collapse;
    font-family:inherit;
    font-size:16px;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.tabela-cenovnik thead th {
	background: #0d71b1;
	color: #fff;
	padding: 18px 20px;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	border: none;
	line-height: 25px;
}

.tabela-cenovnik td{
    padding:15px 20px;
    border-bottom:1px solid #e8eef3;
    vertical-align:middle;
}

.tabela-cenovnik tbody tr:last-child td{
    border-bottom:none;
}

.tabela-cenovnik tbody tr:nth-child(even):not(.category){
    background:#fafcff;
}

.tabela-cenovnik tbody tr:hover:not(.category){
    background:#eef7fd;
    transition:.25s;
}

.tabela-cenovnik .category td{
    background:#d9eefb;
    color:#0d71b1;
    font-size:18px;
    font-weight:700;
    padding:16px 20px;
    border-bottom:2px solid #b9dff5;
}

.tabela-cenovnik td:nth-child(2),
.tabela-cenovnik td:nth-child(3){
    text-align:center;
    white-space:nowrap;
}

.tabela-cenovnik td:nth-child(3){
    font-weight:700;
    color:#0d71b1;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    flex: 0 0 calc(50% - 16px) !important;
    width: calc(50% - 16px) !important;
    max-width: calc(50% - 16px) !important;
}

.page-content-main ul.wp-block-list {
    list-style: none;
    padding-left: 0;
}

.page-content-main ul.wp-block-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}

.page-content-main ul.wp-block-list li::before {
	content: "\f058";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #0866c6;
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 14px;
}

.wp-block-gallery.has-nested-images {
    margin: 15px 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: linear-gradient(0deg,#000000a6,#0000);
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
}

.page-content-main h3 {
	padding-top: 25px;
	padding-bottom: 10px;
	color: #085ca4;
	font-weight: 600;
	font-size: 26px;
}

.content.page-content {
	padding-top: 2%;
	padding-bottom: 3%;
}

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

.footer {
	background-color: #085ca4;
}

#footer .contact-list i {
	font-size: 24px;
	padding-bottom: 0;
	color: #FFFFFF99;
	padding-right: 10px;
	width: 31px;
}

.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;
}

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

.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: 18px;
	line-height: 28px;
	padding-top: 0;
}

.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: #fff;
	line-height: 37px;
	font-size: 15px;
	font-weight: 400;
}

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

.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;
	background-color: transparent;
	padding: 0;
}

ul#footer_menu {
	padding-left: 0;
	list-style-type: none;
	column-count: 1;
}
.contact-footer-phone {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.phone-numbers a {
    display: block;
}

.phone-numbers {
	margin-top: -6px;
}

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

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

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

.website-design.container-fluid a {
	color: #fff;
	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; }

#footer h2, #footer h3 {
	font-size: 19px;
	padding-bottom: 0px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
}

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

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

@media (min-width: 576px) {

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

}


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

@media (min-width: 768px) {

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

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

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

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


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


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

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

#footer h2, #footer h3 {
	padding-bottom: 20px;
}

}


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

@media (min-width: 992px) {

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

.contact-list.contact-page-address {
	padding-top: 0;
	padding-bottom: 0;
}

.footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

#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 {
	display: flex;
	align-items: center;
	justify-content: right;
}

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

.wp-block-gallery.has-nested-images figure.wp-block-image {
    flex: 0 0 calc(33.333% - 16px) !important;
    width: calc(33.333% - 16px) !important;
    max-width: calc(33.333% - 16px) !important;
}

}


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

@media (min-width: 1200px) {

.wp-block-image.size-full.wp-lightbox-container {
	width: 100% !important;
	height: 190px !important;
	display: block !important;
	object-fit: cover;
	overflow: hidden;
}

.header-page {
	height: auto;
}

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


.footer-cta-phone {
    text-align: right;
    white-space: nowrap;
}

ul#footer_menu {
	column-count: 2;
}

.header-menu {
	left: 0;
}

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

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

.content.page-content {
	padding-top: 2%;
	padding-bottom: 3%;
}

.header-page-title {
	top: 10%;
	font-size: 34px;
}
}


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

@media (min-width: 1400px) {

.footer {
	padding: 0px 12px 0 12px;
}

.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: #fff;
	line-height: 37px;
	font-size: 15px;
	font-weight: 400;
}

.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: 19px;
	padding-bottom: 20px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
}

.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;
}


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

}

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

@media (min-width: 1900px) {

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

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

}