/*
Theme Name: Atec

*/

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

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

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

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

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

.okvit-tekst {
	background-color: #edf4ff;
	border-radius: 30px;
	padding: 20px;
}
/* ================================
   1. HEADER (MOBILE DEFAULT)
================================ */
.logo-header a img {
	position: relative;
	z-index: 2000;
}

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

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

.content-header.container-fluid {
	position: relative;
	top: 10px;
}

.navbar-toggler {
	padding: .15rem .75rem;
	font-size: 1.8rem;
}

.navbar-collapse {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #6c9666;
	z-index: 9999;
	padding: 15px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

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

.header-home-image {
	position: relative;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

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

.navbar a {
	font-weight: 600;
	color: #10244b;
	letter-spacing: 0.4px;
	font-size: 17px;
	text-transform: uppercase;
}

.content-header {
	background-color: transparent;
	padding: 10px 0;
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	z-index: 1200;
	pointer-events: none;
}

.header-menu .nav-link:focus, .header-menu .nav-link:hover, .header-menu a.active {
	color: #d8a84b;
	font-weight: 600;
}

.header-menu .navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 20px;
	padding-left: 15px;
}

.header-top {
	background-color: #0c133f;
	padding-top: 5px;
	padding-bottom: 5px;
}

#breadcrumbs {
	font-size: 15px;
	text-align: center;
	color: #d8a84b;
}

#breadcrumbs a {
	color: #d8a84b;
}

.published-on {
	color: #d8a84b;
}

.header-page-title.container h1 {
	font-size: 32px;
	margin-bottom: 10px;
	padding-top: 25px;
	margin-top: 0;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.header-page {
	background-color: #0c133f;
	padding-bottom: 15px;
}

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

.header-contact-item i {
	font-size: 20px;
	text-align: center;
	color: #73a763;
}

.header-phone-numbers {
	display: flex;
	align-items: center;
	gap: 8px;
}

.header-phone a {
	color: #0C0C0C;
	font-size: 16px;
}

.header-contact-item:nth-child(1) {
	padding-bottom: 8px;
}

.menu-social ul li {
	display: inline-block;
	padding-right: 10px;
}

.menu-social .list-inline.header-social {
	margin-bottom: 0;
}

.menu-social {
	display: flex;
	justify-content: flex-end;
	align-self: center;
}

.menu-social i {
	font-size: 24px;
	color: #4a7cd2;	
}

.contact-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-contact-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-contact-list{
    display:flex;
    gap:10px;
    align-items:center;
}

.header-contact-list li{
    list-style:none;
}

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

.header-contact-list .contact-item i{
    margin-top:3px;
    flex-shrink:0;
}

.header-contact-list .contact-text {
	display: flex;
	flex-direction: column;
	margin-top: 5px;
}

.header-contact-list .contact-text p{
    margin:0;
}

.header-contact-list .contact-text a{
    display:block;
    line-height:1.5;
}

.header-contact-list .header-address a{
    text-decoration:none;
    color:inherit;
}

.header-contact-list .contact-text p {
	color: rgba(255, 255, 255, .9);
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 20px;
}

.header-phone .contact-text a {
	color: rgba(255, 255, 255, .9);
}

.header-contact-list i {
    color: #4a7cd2;
}

.header-wh {
	color: #CECECE;
	display: none;
}

.header-address, .header-phone {
	display: none;
}

.contact-header ul {
	list-style-type: none;
	padding-left: 0;
}

.header-address p:hover, .header-phone a:hover {
	color: #d8a84b;
}

.header-contact-list i {
	color: rgba(255, 255, 255, .9);
	border: 2px solid rgba(255, 255, 255, .9);
	border-radius: 50px;
	padding: 14px;
	font-size: 20px;
}

.header-address i {
	padding: 12px 14px;
}

.header-phone a, .header-address p {
	color: #CECECE;
	font-size: 16px;
	margin-bottom: 0;
	display: inline;
}

.cp-contact-info .contact-list.contact-page-address i {
	padding: 11px 13px;
}

.header-booking {
    display: none;
    align-items: center;
}

.booking-btn, .zakazi-btn-about a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #d8a84b;
	color: #fff;
	text-decoration: none;
	padding: 5px 22px;
	border-radius: 7px;
	font-size: 17px;
	font-weight: 600;
	transition: all .3s ease;
	letter-spacing: 0.6px;
}

.zakazi-btn-about a {
	padding: 10px 22px;
}

.booking-btn i {
	border: none;
	font-size: 25px;
	padding-right: 5px;
}

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

.booking-btn:hover, .zakazi-btn-about:hover {
	background: #a87d3d;
	color: #fff;
	transform: translateY(-2px);
	border-radius: 7px;
}

.zakazi-btn-about .wp-block-button__link::before {
    content: "\f274";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 3px;
    display: inline-block;
}

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

.header-home-image {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.header-home-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient( 90deg, rgba(10, 27, 63, .30) 0%, rgba(10, 27, 63, .25) 20%, rgba(10, 27, 63, .10) 40%, rgba(10, 27, 63, 0) 52% );
}

.hero-content {
	position: absolute;
	bottom: 1%;
	left: 1%;
	transform: translateY(-1%);
	z-index: 2;
	max-width: 785px;
}

.hero-content h1 {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 5px;
}

.hero-content p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}
/* ================================
   2. NAVIGATION (MOBILE)
================================ */

#header-box {
	position: relative;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.gallery-item {
    width: 100% !important;
    margin: 0 !important;
}

.gallery-icon {
	width: 100%;
	height: 125px;
	overflow: hidden;
	border-radius: 15px;
}

.gallery-icon a {
    display: block;
    width: 100%;
}

.gallery-icon img {
	width: 100%;
	height: 100%;
	display: block;
}

/* uklanja WordPress clearfix */
.gallery br {
    display: none;
}

#gallery-1 img {
	border: 0px solid #cfcfcf !important;
}

.plan-terapije {
	padding: 70px 0 50px 0;
	background-color: #edf4ff;
}

.plan-terapije-list {
    align-items: flex-start;
}

.plan-terapije-item {
    text-align: center;
    margin-bottom: 30px;
}

.plan-terapije-image {
    position: relative;
    width: 100%;
}

.plan-terapije-image img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 20px;
}

.plan-terapije h2 {
	margin-bottom: 30px !important;
}

.plan-terapije-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 0 auto;
	background: #d8a84b;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	margin-top: -10px;
	border: 5px solid #fff;
}

.plan-terapije-item h3 {
	margin: 15px 0 10px;
	font-size: 20px;
	color: #0a2264;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 900;
}

.plan-terapije-text {
    font-size: 15px;
    line-height: 1.6;
}

.plan-terapije-text p:last-child {
    margin-bottom: 0;
}

#caption-attachment-2302 {
	color: #000f6f;
	line-height: 25px;
	padding-top: 16px;
}

.cbct_left {
	order: 1;
}

.cbct_right {
	padding-left: 30px;
	order: 2;
}

/* Tablet */
@media (max-width: 991px) {
    .plan-terapije-item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 40px;
    }
    

}

/* Mobilni */
@media (max-width: 575px) {
    .plan-terapije {
        padding: 50px 0;
    }

    .plan-terapije-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .plan-terapije-image img {
        height: auto;
    }
}

.container-fluid.cbct-dijagnostika .container {
	background-color: #010f36;
	border-radius: 15px;
	padding: 30px;
	color: #fff;
}

.cbct_left {
	order: 2;
}

.container-fluid.cbct-dijagnostika {
	padding-bottom: 50px;
}

.cbct-image img {
	width: 100%;
}

.cbct_right {
	padding-left: 30px;
	order: 1;
}

.cbct-content h2 {
	padding-bottom: 25px;
	font-weight: 600;
	font-size: 32px;
	position: relative;
}

.cbct-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cbct-text {
	letter-spacing: 0.3px;
}

.cbct-text ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 18px;
}

.cbct-text ul li::before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 2px;
	width: 22px;
	height: 22px;
	border: 2px solid #bc8d45;
	border-radius: 50%;
	color: #bc8d45;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cbct-content h2::after {
	content: "";
	display: block;
	width: 70px;
	height: 1px;
	background: #bc8d45;
	margin: 7px auto 0;
	border-radius: 20px;
	left: 0;
	position: absolute;
	/* padding-bottom: 25px; */
}

.usluge-gallery-pair {
    display: flex;
    gap: 3px;
    margin-bottom: 30px;
}

.usluge-gallery-pair a {
    width: 50%;
    display: block;
}

.usluge-gallery-pair img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

/* ================================
   3. LAYOUT & SECTIONS (MOBILE)
================================ */
.grecaptcha-badge {
    visibility: hidden !important;
}
.page-content {
	padding-top: 2%;
	padding-bottom: 3%;
}

.usluge-description .wp-caption {
    width: 100% !important;
}

.team-third {
    margin-left: auto;
    margin-right: auto;
}

.fp-google-reviews {
	padding: 3% 0 4% 0;
	background: #f8f9fb;
}

.reviews-card {
	position: relative;
	z-index: 0;
	background: #fff;
	padding: 30px 25px;
	border-radius: 25px;
	box-shadow: 0 15px 40px rgba(0,0,0,.10);
	margin-right: 0;
	margin-top: 35px;
}

.reviews-card h3 {
    font-size: 36px;
    font-weight: 700;
    color: #10244b;
    margin-bottom: 10px;
}

.reviews-image {
    height: 100%;
}

.reviews-image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 25px;
}

.single-review {
    padding-right: 20px;
}

.quote {
	font-size: 90px;
	line-height: 1;
	color: #bc8d45;
	font-family: Georgia, serif;
	display: block;
	margin-bottom: -10px;
	height: 70px;
}

.review-text {
	font-size: 18px;
	line-height: 1.7;
	color: #555;
	margin: 0 0 25px 0;
}

.review-name {
	font-size: 17px;
	font-weight: 600;
	color: #10244b;
	padding-bottom: 25px;
}

.google-btn {
	margin-top: 35px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #bc8d45;
	color: #fff;
	padding: 10px 20px;
	border-radius: 7px;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
}

a.google-btn {
	color: #fff;
}

.reviews-slider .slick-dots {
    bottom: -35px;
    text-align: right;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 15px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	color: #bc8d45;
}

.slick-dots li button::before {
	font-family: 'slick';
	font-size: 8px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #bc8d45;
}

/* Standard Page Elements */

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

/* Home */

.container-fluid.front-page-content {
	padding-top: 2%;
	padding-bottom: 1%;
}

h2.section-title {
	font-size: 32px;
	font-weight: 600;
	color: #10244b;
	margin-top: 5px;
	position: relative;
	padding-bottom: 15px;
	letter-spacing: -1px;
}

 h3.section-title {
	font-size: 36px;
	font-weight: 600;
	color: #d8a84b;
	margin-top: 5px;
	position: relative;
	padding-bottom: 15px;
}

h2.section-title::after, h3.section-title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: #e0be8c;
	border-radius: 3px;
}

.section-header h1 {
	color: #d8a84b;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	line-height: 1.5em;
	position: relative;
}

.section-header h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	line-height: 1.5em;
	position: relative;
}

.fp-blog .section-header h4 {
	color: #3a4f56;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	line-height: 1.5em;
	position: relative;
}

.section-header{
   text-align: center;
   margin-bottom: 40px;
}

.col.home-usluga-item {
	padding: 0;
}

.main-title{
   font-size: 36px;
   font-weight: 600;
   margin: 0;
}

.section-title{
   font-size: 24px;
   font-weight: 400;
   margin-top: 10px;
   color: #555;
}

.home-usluga-box {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
	padding: 15px;
}

.home-usluga-img img{
   width: 100%;
   height: auto;
   display: block;
}

.home-usluga-img {
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.10);
}

.home-usluga-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.home-usluga-overlay h3 {
	color: #092b59;
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding: 15px 0px 5px 0;
	line-height: 25px;
}

.home-usluga-overlay p {
	color: #464646;
	text-align: center;
	line-height: 21px;
	padding-top: 5px;
}

.home-usluga-box:hover img{
   transform: scale(1.05);
   transition: 0.3s ease;
}

.fp-our-team.container-fluid {
	background-color: #0c133f;
	margin-top: 2%;
	padding-top: 2%;
	padding-bottom: 3%;
}

.fp-our-team {
    padding: 80px 0;
    background: #f8f9fb;
}

.team-item {
    margin-bottom: 30px;
}

.team-box {
    display: block;
    align-items: stretch;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    height: 100%;
    transition: .3s;
}

.team-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,.12);
}

.team-image {
    flex: 0 0 45%;
    background: #f3f3f3;
}

.team-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.team-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.team-info {
	flex: 1;
	padding: 30px 30px;
	display: flex;
	flex-direction: column;
}

.team-info h4 {
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    color: #10244b;
}

.team-info > p, .modal-body h5 {
	margin: 0px 0 1px;
	color: #c6964a !important;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 1px !important;
}

.team-experience {
	color: #10244b;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

.modal-body .team-contact {
	display: flex;
	gap: 15px;
	margin-top: 8px;
	text-align: center;
	justify-content: center;
}

.about-team {
	background-color: #0c133f;
	margin-top: 2%;
	padding-top: 3% !important;
	padding-bottom: 3%;
}

.team-list {
	margin-bottom: 10px;
	margin-top: 20px;
}

.team-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.team-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #555;
    line-height: 20px;
}

.team-list li:last-child {
    margin-bottom: 0;
}

.team-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #d8a84b;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 13px;
}

.team-image {
   position: relative;
   overflow: hidden;
   border-radius: 10px;
}

.team-image img {
   width: 100%;
   display: block;
   transition: 0.4s ease;
}

.team-contact {
	display: flex;
	gap: 2px;
	margin-top: 8px;
}

.team-contact a{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:22px;
    transition:.3s;
    background:#fff;
}

.team-btn {
    display: inline-block;
    width: fit-content;
    background-color: #0c133f;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    margin-top: 20px;
    text-decoration: none;
}

a.team-btn {
	color: #fff;
}

.team-phone{
    color:#0d6efd;
    box-shadow:0 8px 20px rgba(0,0,0,.15);    
}

.team-viber{
    color:#7360F2;
    box-shadow:0 8px 20px rgba(0,0,0,.15);    
}

.team-whatsapp, .team-whatsapp:visited {
    color:#25D366;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.team-contact a:hover{
    transform:translateY(-3px) scale(1.08);
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.team-info {
   margin-top: 15px;
}

.team-info h4, .modal-body h3, .modal-header h3 {
	margin: 0;
	font-size: 27px;
	color: #10244b;
	line-height: 1.2;
  font-weight: 800;
}

.fp-blog.container-fluid {
	margin-top: 1%;
	padding-top: 2%;
	padding-bottom: 3%;
}

.archive-blog-excerpt-text {
	font-size: 16px;
	color: #3a4f56;
	font-weight: 500;
}

/* About page */

.about-right figure {
	margin: 0;
	border-radius: 30px;
}

.about-right figure img {
	border-radius: 14px;
}

.about-section1f, .about-section2f {
	background-color: #edf2fa;
}

.about-section-top-inner, .about-section1, .about-section2 {
	margin: 0 auto !important;
}

.about-section1-left figure {
	margin-left: 0;
	margin-right: 20px;
}

.about-section2-right figure {
	margin-right: 0;
	margin-left: 20px;
}

.about-section1-right p, .about-section2-left p {
	line-height: 30px;
}

.about-section1-left img, .about-section2-right img {
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.about-section1-right h2, .about-section2-left h2 {
	color: #0c133f;
	font-weight: 700;
	margin-bottom: 0;
}

.about-section1-right h3, .about-section2-left h3 {
	font-size: 18px;
	padding-bottom: 10px;
}

.about-section1-right, .about-section2-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.content.page-content.page-full-width {
	padding-bottom: 0;
}

.about-section2f {
	padding-bottom: 3%;
}

.about-section1f {
	padding-top: 2%;
}

.about-section-top-inner h2, .about-section-top h2 {
	font-weight: 700;
	padding-bottom: 15px;
	font-size: 27px;
	color: #0c133f;
}

.content.page-content.page-full-width.about-gallery p {
	display: none;
}

.about-section-top-inner {
	padding-bottom: 25px;
}

.container-fluid.single-usluge-p {
	padding-top: 2%;
	font-size: 17px;
}

/* Usluge */
.single-usluge-p {
	padding-top: 2%;
}

.single-usluge-photo {
	padding-bottom: 3%;
}

.usluge-description h2 {
	font-size: 25px;
	font-weight: 600;
}

/* ==========================
   FAQ
========================== */

.faq-section {
    padding: 80px 0;
    background: #f7f9fc;
}

.faq-content {
    background: #fff;
    border-radius: 24px;
    padding: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

.faq-content > h3, .single-usluge-photo h4, .plan-terapije h2 {
	text-align: center;
	color: #0c133f;
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.faq-content > h3::after, .single-usluge-photo h4::after, .plan-terapije h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #bc8d45;
    margin: 15px auto 0;
    border-radius: 20px;
}

.faq-content > h2 {
	background: #edf4ff;
	border-left: 5px solid #d8a84b;
	border-radius: 14px;
	padding: 15px 25px;
	margin: 35px 0 15px;
	color: #010f36;
	font-size: 22px;
	font-weight: 700;
}

.faq-content > h2:first-of-type {
    margin-top: 40px;
}

.faq-content > p {
	margin: 0 0 25px;
	padding: 0 15px 0 20px;
	font-size: 17px;
	line-height: 1.9;
	color: #24374e;
}

.faq-content > p:last-child {
    margin-bottom: 0;
}

.row.usluge-gallery {
	margin-top: 40px;
}

@media (max-width: 991px) {

    .faq-content {
        padding: 15px;
    }

    .faq-content > h2 {
        font-size: 20px;
        padding: 15px 20px;
    }

}

.container-fluid.single-usluge-photo img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
	border-radius: 25px;
}

.usluge-gallery-singl {
	padding: 0 5px;
	margin-bottom: 10px;
}

.usluga-box {
   display: block;
   background: #fff;
   border-radius: 12px;
   overflow: hidden;
   text-decoration: none;
   color: inherit;
   transition: 0.3s;
}

.usluga-box:hover {
   transform: translateY(-5px);
   box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.usluga-content {
   padding: 20px;
}

.usluga-link {
   display: inline-block;
   margin-top: 10px;
   color: #0073ff;
   font-weight: 500;
}

.usluga-item {
	margin-bottom: 25px;
}

.archive-usluge {
	padding-top: 2%;
	padding-bottom: 3%;
}

.single-service-header {
	position: relative;
	margin: 0px 0 25px;
}

.single-service-header .container {
    position: relative;
    height: 490px;
    border-radius: 24px;
    overflow: hidden;
}

.single-service-header .header-bg {
    position: absolute;
    inset: 0;
}

.single-service-header .header-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 75% center;
}

.single-service-header .header-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(240,242,245,.82) 0%,
        rgba(236,239,243,.82) 22%,
        rgba(233,236,241,.68) 40%,
        rgba(240,242,245,.0) 55%,
        rgba(255,255,255,.15) 68%,
        rgba(255,255,255,0) 82%
    );
}

.header-content {
    position: relative;
    z-index: 2;
    height: 100%;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 45px;
}

.header-content .breadcrumbs {
    font-size: 14px;
    margin-bottom: 15px;
    color:#6b7280;
}

.header-content .breadcrumbs a {
    color: #6b7280;
    text-decoration: none;
}

.header-content .breadcrumbs a:hover {
    color: #bc8d45;
}

.header-content .breadcrumbs span,
.header-content .breadcrumbs .breadcrumb_last {
    color: #bc8d45;
}

.header-content h1 {
	font-size: 50px;
	line-height: 1.15;
	font-weight: 700;
	color: #0c133f;
	margin: 0 0 20px;
	text-shadow: 0 1px 2px rgba(255,255,255,.45);
}

.header-description {
	font-size: 16px;
	line-height: 24px;
	color: #161b39;
	margin-bottom: 35px;
	max-width: 400px;
	text-shadow: 0px 3px 11px rgba(0, 0, 0, 0.24);
	background-color: #ffffff54;
	border-radius: 15px;
	padding: 10px;
}

.usluge-description h2 {
	font-size: 29px;
	line-height: 1.15;
	font-weight: 700;
	color: #0c133f;
}

.btn-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 14px 34px;
    background: #d8a84b;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s ease;
}

.btn-header:hover {
    background: #053e6e;
    color: #fff;
    text-decoration: none;
}

.btn-header:visited {
    color: #fff;
}

.usluge-description ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.usluge-description ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.8;
    color: #031341;
}

.usluge-description ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #d8a84b;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 18px;
}

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

.single-usluge-p {
    padding: 0px 0 50px;
}

.usluge-description {
    padding-right: 45px;
}

.usluge-description h2,
.usluge-description h3,
.usluge-description h4 {
    color: #0c133f;
    margin-bottom: 20px;
}

.usluge-description p {
    line-height: 1.9;
    margin-bottom: 10px;
}

.single-right-image img{
    width:100%;
    border-radius:20px;
    display:block;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.single-usluge-photo {
	padding: 2% 0 2%;
}

.usluge-gallery-singl {
    margin-bottom: 30px;
}

.usluge-gallery-singl img {
    width: 100%;
    border-radius: 18px;
    transition: .35s;
}

.usluge-gallery-singl img:hover {
    transform: scale(1.01);
}

/* ==========================
   MOBILE
========================== */

@media (max-width:991px){

    .single-service-header .container{
        height:420px;
    }

.single-service-header .header-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(240,242,245,.92) 0%,
        rgba(236,239,243,.82) 22%,
        rgba(233,236,241,.68) 40%,
        rgba(240,242,245,.42) 55%,
        rgba(255,255,255,.15) 68%,
        rgba(255,255,255,0) 82%
    );
}

    .header-content{
        max-width:100%;
        padding:35px;
    }

    .header-content h1{
        font-size:36px;
    }

    .header-description{
        font-size:16px;
        margin-bottom:25px;
    }

    .usluge-description{
        padding-right:0;
        margin-bottom:40px;
    }

}
/* Footer */
.footer-column.cp-contact-info p {
	color: rgba(255, 255, 255, .6);
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
}

.footer-top{
    background: transparent;
    position: relative;
    margin-bottom: -50px;   /* banner ulazi u footer */
    z-index: 10;
}

.footer-top .container {
	background: #010f36;
	border-radius: 18px;
	padding: 25px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	box-shadow: 0 15px 35px rgba(0,0,0,.18);
	border-top: 3px solid #d8a84b;
	border-bottom: 3px solid #d8a84b;
	flex-direction: column;
}

.footer-cta-left {
	display: flex;
	align-items: center;
	gap: 22px;
	flex-direction: column;
}

.footer-cta-icon{
    width:65px;
    height:65px;
    border:2px solid #d8a84b;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#d8a84b;
    font-size:28px;
}

.footer-cta-text h3{
    margin:0;
    color:#fff;
    font-size:32px;
    font-weight:700;
    font-family:"Urbanist",sans-serif;
}

.footer-cta-text p{
    margin:8px 0 0;
    color:rgba(255,255,255,.75);
    font-size:18px;
}

.btn-zakazi{
    display:flex;
    align-items:center;
    gap:10px;
    background:#d8a84b;
    color:#fff;
    text-decoration:none;
    padding:16px 32px;
    border-radius:10px;
    font-size:18px;
    font-weight:600;
    transition:.3s;
}

.btn-zakazi:hover, .btn-zakazi:visited {
    background:#c89735;
    color:#fff;
}

.btn-zakazi i{
    font-size:18px;
}

.about-gallery {
	padding-bottom: 3%!important;
	padding-top: 3%;
}

.content.page-content.page-full-width.about-page {
	padding-bottom: 0;
}

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

.footer-column.footer-right, .footer-column.footer-right a {
	font-size: 24px;
}

.header-page-title.container h1 {
	font-size: 28px;
}

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

.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-right a {
	line-height: 36px;
	font-size: 17px;
}

.footer-right {
	color: #878787;
}

.footer-right span, .footer-right a {
	color: #0c0c0c;
}

.copyright-right .list-inline.header-social {
	margin-bottom: 0;
}

.copyright-right i {
	color: #d8a84b;
	font-size: 23px;
	border-radius: 50px;
	border: 2px solid #d8a84b;
	padding: 11px 13px;
}

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

.content-header.container-fluid {
	position: relative;
	top: 20px;
}

.footer-contact .contact-item, .contact-list.contact-footer-phone span, .contact-list.footer-email span {
	font-weight: 700;
	color: #fff;
}

.footer-column .copyright-right ul li {
	display: inline-block;
	margin-top: 25px;
	padding-right: 7px;
}

.footer-column .copyright-right a:hover {
	background-color: transparent;
}

.footer-column .copyright-right a:hover i {
	color: rgba(255, 255, 255, 0.9);
}

.cta-item{
   width: 45px;
   height: 45px;
   border-radius: 50%;
   background: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: 0 5px 15px rgba(0,0,0,0.15);
   text-decoration: none;
   transition: 0.3s;
}

.mobile-cta-bar {
	position: fixed;
	right: 0px;
	bottom: 0;
	transform: translateY(-35%);
	display: flex;
	flex-direction: row;
	gap: 10px;
	left: 17px;
	justify-content: center;
}

.cta-item i{
   font-size: 22px;
}

.cta-item.call {
	display: inherit;
}

.cta-item .fa-brands.fa-facebook {
	color: #395498;
}

.cta-item .fab.fa-instagram {
	color: #E4405F;
}

.btn-outline-light.btn-social.cta-item {
	display: none;
}

.cta-item.viber i{ color: #7360f2; }
.cta-item.whatsapp i{ color: #25D366; }
.cta-item.call i{ color: #0aa; }

.cta-item:hover{
   transform: scale(1.1);
}

.contact-list.contact-footer-address a:hover p, .contact-list.contact-footer-phone a:hover p, .contact-list.footer-email a:hover p {
	color: #d8a84b !important;
}

.mobile-cta-bar .cta-item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45x;
    height: 45px;
    border-radius: 50%;
    animation: iconPulse 2s ease-in-out infinite;
    transform-origin: center;
}

.mobile-cta-bar .cta-item::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255,255,255,.35);
    transform: translate(-50%,-50%) scale(1);
    animation: haloPulse 2s ease-out infinite;
    z-index: -1;
}

@keyframes iconPulse{
    0%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.08);
    }
}

@keyframes haloPulse{
    0%{
        transform: translate(-50%,-50%) scale(1);
        opacity:.45;
    }
    70%{
        transform: translate(-50%,-50%) scale(1.8);
        opacity:0;
    }
    100%{
        transform: translate(-50%,-50%) scale(1.8);
        opacity:0;
    }
}

/* Contact page */

.cp-contact-form h3 {
	color: #10244b;
	font-weight: 700;
	font-size: 36px;
	position: relative;
	font-family: "Urbanist", sans-serif;
	padding-bottom: 35px;
}

.cp-contact-info h3 {
	font-weight: 700;
	font-size: 36px;
	position: relative;
	color: #fff;
	font-family: "Urbanist", sans-serif;
	padding-bottom: 35px;
}

.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-address {
	padding-top: 30px;
}

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

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

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

.cp-contact-info {
	padding-left: 3%;
}

.contact-page .cp-contact-info {
	padding-left: 3%;
	background-color: #0c133f;
	border-radius: 30px;
	padding-top: 3%;
}

.contact-page .cp-contact-form {
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.10);
	border-radius: 30px;
	padding: 3%;
}

.contact-page .page-content {
	padding-left: 5%;
}

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

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

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

.footer-contact .contact-list {
	margin-bottom: 20px;
	padding-left: 0;
}

.contact-list i, .contact-list span i {
	color: #d8a84b;
	border: 2px solid #d8a84b;
	border-radius: 50px;
	padding: 11px;
	font-size: 20px;
	margin-right: 5px;
}

.contact-list.contact-footer-address p, .contact-list a {
	color: red;
	color: rgba(255, 255, 255, .9);
	font-weight: 400;
}

#footer_menu li {
	display: flex;
}

.cf-contact-info a {
	color: #071b52;
	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 .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: #edf2fa;
	border-width: 0px 0px 0px 0px;
	padding: 15px 30px 15px 30px;
	margin: 0px 0px 5px 0px;
	border-radius: 6px;
	font-size: 16px;
	color: #10244b;
}

.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: 15px 30px 15px 30px;
	margin: 0px 0px 10px 0px;
	border-radius: 6px;
	background-color: #edf2fa;
		color: #10244b;
}

.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: #fff;
	font-size: 19px;
}

.button-submit-contact input {
	width: auto;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	padding: 10px 45px 10px 45px;
	border: 1px solid #0c133f;
	background-color: #0c133f;
}

.contact-list.contact-page-address i {
	padding: 11px 13px;
}

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

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

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

.cp-contact-map {
	margin-bottom: 0px;
	margin-top: 30px;
}

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

.contact-phone-numbers {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

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

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

.cp-contact-info .contact-list i, .cp-contact-info .contact-list span i {
	color: #d8a84b;
	border: 2px solid #d8a84b;
	border-radius: 50px;
	padding: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	font-size: 20px;
	margin-right: 5px;
}

.cf-contact-info, .cf-contact-info a, .cf-contact-info .contact-list {
	font-size: 18px;
	line-height: 28px;
	font-family: "Urbanist", sans-serif;
	font-weight: 500;
}

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

.cf-contact-info .contact-list a {
	margin-top: -4px;
	color: red;
	color: #3a4f56;
	font-weight: 500;
}

.footer-contact .fa-solid.fa-location-dot {
	padding: 11px 13px;
}

.footer-contact .contact-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 20px;
}

.footer-contact .contact-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 20px;
}

.contact-list.contact-footer-address {
	margin-top: 20px;
}

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

.footer-contact .contact-text{
    display:flex;
    flex-direction:column;
}

.footer-contact .contact-text span{
    font-weight:600;
    display:block;
}

.footer-contact .contact-text p{
    margin:3px 0 0;
}

.footer-contact .contact-list a{
    text-decoration:none;
    display:block;
}

.contact-text p {
	color: rgba(255, 255, 255, .9);
	font-weight: 400;
	letter-spacing: 0.3px;
}


/******** Politika i uslovi pages ********/
.page-id-963 .content.page-content h2, .page-id-1731 .content.page-content h2 {
	font-size: 20px;
	font-weight: 600;
}

.page-id-963 .content.page-content ul, .page-id-1731 .content.page-content ul {
	padding-left: 27px;
}

/******** Blog ********/
.archive-blog-box img {
	width: 100%;
	border-radius: 15px;
}

.archive-blog-content h4 {
	font-size: 20px;
	color: #10244b;
	font-weight: 600;
	padding-top: 15px;
}

.archive-blog.content-section {
	padding-top: 2%;
	padding-bottom: 3%;
}

.archive-blog-excerpt-text p {
	font-size: 16px;
	color: #3a4f56;
	font-weight: 500;
}

.archive-blog-content h4 {
	font-size: 20px;
	color: #10244b;
	font-weight: 600;
	padding-top: 15px;
}

.btn-txt {
	color: #c6964a;
	font-weight: 700;
}

.archive-blog-box {
	margin-bottom: 20px;
}

.single-blog-inner.two-column-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.single-blog-inner .post-thumbnail {
    flex: 0 0 30%;
    max-width: 30%;
}

.single-blog-inner .post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.single-blog-inner .post-content {
    flex: 0 0 70%;
    max-width: 70%;
}

.single-blog-inner .post-content h4 {
    margin-bottom: 15px;
}

.single-blog-details h1 {
	color: #10244b;
	font-size: 35px;
	font-weight: 600;
}

.row.content.content-single-blog {
	padding-top: 2%;
	padding-bottom: 3%;
}

.single-blog-content-sidebar h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 24px;
	padding-left: 5px;
}

.single-blog-box {
	border-bottom: solid 1px rgba(0, 0, 0, .1);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.single-blog-content-sidebar {
	padding-top: 2%;
	background-color: #0c133f;
	border-radius: 30px;
}
.single-blog-inner.two-column-box .published-on {
	color: #d8a84b;
	font-size: 14px;
}

.single-blog-inner.two-column-box .published-on i {
	color: #d8a84b;
	font-size: 13px;
	padding-right: 4px;
}

.single-blog-content-sidebar h3 {
	color: #fff;
	font-size: 28px;
	padding-bottom: 14px;
	font-weight: 600;
}
/******** 5.0 FOOTER ********/

.footer {
	position: relative;
	padding: 100px 12px 0 12px;
	background-color: #010f36;
}

.footer-column ul{
	list-style-type: none;
	padding-left: 0;
}

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

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

.footer-right {
	color: #878787;
}

footer .cf-contact-info, footer .cf-contact-info a, .cf-contact-info .contact-list {
	list-style: none;
	font-size: 15px;
	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-right a {
	color: rgba(255, 255, 255, .9);
	line-height: 33px;
	font-size: 16px;
	font-weight: 400;
}

#footer_menu a:hover, .footer-menu-right a:hover {
	color: #d8a84b;
}

#footer h3 {
	font-weight: 600;
	font-size: 24px;
	text-transform: none;
	margin-bottom: 10px;
	color: #fff;
}

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

.footer-column.cp-contact-info img {
	max-width: 150px;
}

.website-design {
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
	text-align: center;
	font-weight: 400;
	border-top: 1px solid #202d45;
	padding: 14px 0;
	margin-top: 0px;
}

.copyright-left {
	display: block;
}

.website-design a {
	color: rgba(255, 255, 255, .6);
	font-weight: 400;
}

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

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

.header-top .container {
	max-width: 100%;
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
}

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

@media (min-width: 576px) {

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

.header-home-image {
    height: 500px;
}

.hero-content h1 {
	font-size: 26px;
}

}


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

@media (min-width: 768px) {

.header-page img {
	width: 100%;
	max-height: 100%;
}
	
	.btn-outline-light.btn-social.cta-item {
	display: flex;
}

.faq-content {
	padding: 30px;
}

.reviews-card {
	z-index: 2;
}

.mobile-cta-bar {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 999;
	left: auto;
}

.website-design {
	margin-top: 60px;
}

.team-box {
    display: flex;
}

.gallery {
    grid-template-columns: repeat(3, 1fr);
}

.container-fluid.single-usluge-photo img {
	height: 250px;
}

.header-description {
	text-shadow: none;
	background-color: transparent;
}

 h3.section-title {
	font-size: 45px;
}

.col.home-usluga-item {
	padding: 0 12px;
}

h2.section-title {
	font-size: 42px;
}

.header-booking {
	display: block;
}

.content-header {
	background-color: #fff;
	padding: 10px 0;
	position: unset;
}

.footer-cta-text {
	text-align: left;
}

#footer h3 {
	margin-bottom: 33px;
}
}


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

@media (min-width: 992px) {

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

.navbar-collapse {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 9999;
	padding: 0;
	box-shadow: none;
}

    .cbct_right {
	order: 2;
}

.cp-contact-form, .single-nekretnine-gallery, .section-why-img {
	order: unset;
}

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

.cta-item.call {
	display: none;
}

.footer-top .container {
	flex-direction: row;
}

.footer-cta-left {
	flex-direction: row;
}

.gallery {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-icon {
	height: 145px;
}
.reviews-card {
	margin-right: -65px;
	padding: 55px 60px;
}

.header-home-image {
	height: 510px;
}

.hero-content h1 {
	font-size: 35px;
	margin-bottom: 25px;
	line-height: 42px;
}

.hero-content p {
	font-size: 19px;
	margin-bottom: 35px;
}

.header-wh, .header-address, .header-phone {
	display: block;
}

}


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

@media (min-width: 1200px) {

.navbar-toggler {
	padding: .15rem .75rem;
	font-size: 2rem;
}

.faq-content {
	padding: 50px;
}

.navbar-toggler .fas.fa-bars {
	color: #fff;
}

.header-menu {
	display: flex;
}

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

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

.gallery {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-icon {
	height: 165px;
}

.header-home-image {
	height: auto;
}

.header-top .container {
    max-width: 1320px;
}

.header-contact-list{
    gap:40px;
}

}


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

@media (min-width: 1400px) {

.wp-container-core-columns-is-layout-9d6595d7 {
	flex-wrap: nowrap !important;
}

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

.footer-column.footer-right, .footer-column.footer-right a {
	font-size: 24px;
}

.header-page-title.container h1 {
	font-size: 38px;
}

.hero-content h1 {
	font-size: 64px;
	margin-bottom: 25px;
	line-height: 58px;
}

.hero-content p {
	font-size: 22px;
	margin-bottom: 35px;
}

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

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

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

#footer_menu a, .footer-menu-right a {
	font-size: 16px;
}

.footer-right {
	color: #878787;
}

.footer-right span, .footer-right a {
	color: #0c0c0c;
}

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

.content-header.container-fluid {
	position: relative;
	top: 20px;
}

#header-box {
	position: relative;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

#header-box img {
	flex: none;
}

.gallery {
    grid-template-columns: repeat(5, 1fr);
}


}

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

@media (min-width: 1900px) {

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

}