/*
Theme Name: Turbo
Theme URL:
Author: TemplatesJungle
Author URL: https://templatesjungle.com/
Description: Turbo  is a Free Bootstrap Website Template for Car Wash by TemplatesJungle.
Version: 1.0
*/


/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*

CSS STRUCTURE:

1. VARIABLES
2. GENERAL TYPOGRAPHY

--------------------------------------------------------------*/

/*  General Styles
/*----------------------------------------------*/
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
}

body {
    --heading-font: 'Oswald', sans-serif;
    --heading-font-weight: 700;
    --heading-color: #1F1F1F;
    --accent-color: #F6452D;
    --background-color: #F6F6F6;



    /* bootstrap */
    --bs-body-font-family: 'Nunito Sans', sans-serif;
    --bs-body-font-size: 18px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.75313rem;
    --bs-body-color: #7D7D7D;
    --bs-body-color-rgb: 143, 143, 143;

    --bs-primary: #8C907E;
    --bs-secondary: #6c757d;
    --bs-black: #1F1F1F;
    --bs-light: #FFFFFF;
    --bs-dark: #101010;
    --bs-gray: #E4E4E4;
    --bs-gray-dark: #ABABAB;

    --bs-primary-rgb: 140, 144, 126;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-black-rgb: 17, 17, 17;
    --bs-light-rgb: 241, 241, 240;
    --bs-dark-rgb: 33, 37, 41;

    --bs-link-color: #111;
    --bs-link-color-rgb: 17, 17, 17;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #111;
    --bs-link-hover-color-rgb: 17, 17, 17;

    --bs-border-width: 2px;
    --bs-border-style: solid;
    --bs-border-color: #E4E4E4;

}

a {
    text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--heading-font);
    font-weight: var(--heading-font-weight);
    color: var(--heading-color);
    line-height: var(--heading-line-height);
    letter-spacing: 0.0725rem;
    text-transform: uppercase;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: 600;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 500;
}

.main-logo img {
	width: 100%;
	max-width: 80px;
	height: auto;
}

#header-wrap {
	z-index: 2;
}

.header-top {
    color: var(--accent-color);
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28125rem;
}

.heading-color {
    color: var(--accent-color);
}

.navbar {
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.8) 0%,   /* Hore takmer čierna */
		rgba(0, 0, 0, 0.6) 25%,  /* Postupne zosvetľovanie */
		rgba(0, 0, 0, 0.3) 60%,  /* Stred už svetlejší */
		rgba(0, 0, 0, 0.1) 85%,  /* Takmer priehľadný */
		rgba(0, 0, 0, 0) 100%    /* Úplne priehľadný */
	);
	backdrop-filter: blur(1px); /* Jemné rozmazanie pozadia */
}

/* Zmenšenie navbaru pri scrollnutí (keď má triedu bg-black) */
.navbar.fixed-top.bg-black {
    padding: 0.5rem !important; /* z p-4 na p-2 */
    transition: padding 0.5s ease, background-color 0.5s ease;
}

.navbar.fixed-top.bg-black .main-logo img {
    max-height: 72px; /* zmenšiť logo, prispôsob podľa potreby */
    width: auto;
    transition: max-height 0.5s ease;
}


#hero {
    position: relative;
}

/* 1) Logo v bielom polopriehľadnom boxe */
.hero-logo-wrapper {
    display: inline-block;                             /* wrapper obtočí rozmery loga */
    background-color: rgba(255, 255, 255, 0.7);        /* biely 70 % nepriehľadný podklad */
    padding: 6px;                                      /* vnútorná medzera okolo loga */
    border-radius: 4px;                                /* jemné zaoblenie rohov */
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));    /* jemný tieň okolo rámu */
}

/* 2) Samotné logo – blokový prvok s pevnou šírkou */
.hero-logo-wrapper .hero-logo {
    display: block;
    width: 100px;    /* upravte podľa potreby */
    height: auto;
}

/* 3) Responsívne úpravy */
@media (max-width: 768px) {
    .hero-logo-wrapper .hero-logo {
        width: 80px;
    }
}

@media (max-width: 576px) {
    /* Na mobiloch zoradíme nadpis/breadcrumb a logo pod seba a všetko vystredíme */
    .d-flex.justify-content-center.align-items-center {
        flex-direction: column;
    }
    .me-4 {
        margin-right: 0 !important; /* odstránime okraj pri stĺpcovom zobrazení */
        margin-bottom: 1rem;        /* medzera medzi textom a logom */
    }
    .text-center {
        text-align: center !important;
    }
}








.padding-large {
    padding-top: 26.13rem;
    padding-bottom: 14.06rem;
}

.padding-medium {
    padding-top: 9rem;
    padding-bottom: 9rem;
}

.padding-medium-2 {
    padding-top: 9rem;
    padding-bottom: 9rem;
}

.entry-title {
	margin: 12px 0;
	padding: 6px 0;
}


@media only screen and (max-width: 768px) {
    .padding-large {
        padding-top: 18rem;
        padding-bottom: 12rem;
    }

    .padding-medium {
        padding-top: 5rem;
        padding-bottom: 0rem;
    }

    .padding-medium-2 {
        padding-top: 2rem;
        padding-bottom: 5rem;
    }
}


/* bootstrap button style  */
.btn {
    text-transform: uppercase;
    letter-spacing: 0.075rem;
    --bs-btn-padding-x: 3rem;
    --bs-btn-padding-y: 1.4rem;
    --bs-btn-font-weight: 600;
    --bs-btn-border-radius: 0px;
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-light);
    --bs-btn-border-color: var(--bs-light);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--accent-color);
    --bs-btn-hover-border-color: var(--accent-color);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--accent-color);
    --bs-btn-active-border-color: var(--accent-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--accent-color);
    --bs-btn-border-color: var(--accent-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ea422b;
    --bs-btn-hover-border-color: #ea422b;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ea422b;
    --bs-btn-active-border-color: #ea422b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

/* button arrow style  */
iconify-icon.arrow-icon {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: -3px;
}


/* offcanvas style  */
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-bg: var(--bs-dark);
}

.navbar-toggler {
    border: var(--bs-border-width) solid var(--bs-light);
}

iconify-icon.hamburger-menu {
    color: var(--bs-light);
    font-size: 30px;
}



/*---- navigation section style start ----*/
.nav-link {
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.075rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.show {
    background: rgba(255, 255, 255, 0.35);
}

iconify-icon.social-icon {
    font-size: 1.2rem;
}

/* dropdown style  */

.dropdown-menu {
    --bs-dropdown-bg: var(--bs-black);
    --bs-dropdown-border-radius: 0px;
}

.dropdown-item {
    color: var(--bs-light);
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-gray-dark);
}

#single-post-navigation {
    margin-top: 3em
}


@media only screen and (max-width: 1500px) {
    .social-div {
        display: none;
    }
}


/*---- hero section style start ----*/


/*---- project section style start ----*/
.project-swiper .swiper-slide {
    width: auto !important; /* umožní rôzne šírky */
    display: flex;
    justify-content: center;
}

.project-swiper .portfolio-img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}


iconify-icon.icon-arrow-left,
iconify-icon.icon-arrow-right {
    color: var(--bs-light);
    font-size: 70px;
}

iconify-icon.icon-arrow-left:active,
iconify-icon.icon-arrow-right:active {
    color: var(--bs-light);
}

/*@media only screen and (max-width: 576px) {*/
@media only screen and (max-width: 962px) and (hover: none) and (pointer: coarse) {
    .chocolat-overlay {
        touch-action: pan-y;
    }

    .chocolat-img,
    .chocolat-image-wrapper {
        touch-action: pan-y;
    }

    .chocolat-image-wrapper {
        will-change: transform;
    }

    .chocolat-left,
    .chocolat-right {
        display: none !important;
    }

    .swiper-arrow {
        left: 0;
    }

    iconify-icon.icon-arrow-left,
    iconify-icon.icon-arrow-right {

        font-size: 50px;
    }

    .navbar {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    nav.navbar .navbar-nav {
        background-color: #0b0b0b;
    }

    .hero-tex-content {
        display: none;
    }

    .btn-close {
        background-color: white;
    }

    .chocolat-wrapper .chocolat-overlay.chocolat-visible {
        opacity: 0.92;
    }

    /*.chocolat-image-wrapper img {*/
    /*    cursor: default;*/
    /*    touch-action: manipulation; !* umožní tap a swipe *!*/
    /*}*/

    .chocolat-wrapper .chocolat-fullscreen,
    .chocolat-wrapper .chocolat-set-title {
        display: none !important;
    }

    .chocolat-wrapper .chocolat-pagination {
        padding-right: 0;
        margin-right: 0;
    }

    .chocolat-image-wrapper {
        position: relative !important;
        max-height: 100vh;
        overflow: hidden;
    }

    #custom-chocolat-caption {
        position: absolute !important;
        bottom: 10px;
        left: 50% !important;
        transform: translateX(-50%) !important;
        background: rgba(0, 0, 0, 0.65);
        color: white;
        padding: 8px 12px;
        font-size: 15px;
        max-width: 90%;
        text-align: center;
        border-radius: 5px;
        z-index: 10;
        box-sizing: border-box;
    }

    .chocolat-overlay .chocolat-image-wrapper {
        width: 100vw !important;
        max-width: 100vw !important;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .chocolat-overlay .chocolat-image-wrapper img {
        max-width: none !important;
        max-height: none !important;
        width: auto;
        height: auto;
    }
}

/*---- price section style start ----*/

@media (max-width: 575.98px) {
    .container-remove-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
    }
}

@media (orientation: portrait) and (max-width: 520px) {
    .mfm-gallery.standard-gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; /* medzera medzi thumbnailmi */
    }

    .mfm-gallery.standard-gallery .gallery-item {
        width: 100%;
    }
}

@media (orientation: landscape) and (max-width: 767px) {
    .mfm-gallery.standard-gallery {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .mfm-gallery.standard-gallery .gallery-item {
        width: 100%;
    }
}

/* tab style  */
.nav-tabs {
    --bs-nav-tabs-border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    color: var(--bs-light);
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.nav-tabs .nav-link {
    text-transform: uppercase;
    border: 1px solid #E4E4E4;
    border-radius: 0px;
    transition: all 0.2s ease-in;

}


.plan-post {
    border: 1px solid var(--bs-border-color);
}

span.price-tick {
    color: var(--accent-color);
}

.price-option {
    height: 320px;
}


/*---- blog section style start ----*/

#blog .container {
    max-width: 50%;
}

.blog-content {
    border-bottom: 1px solid var(--bs-border-color);
    transition: all 0.2s ease-in;
}

.blog-topic {
    color: var(--bs-gray-dark);
    font-size: 0.9375rem;
    letter-spacing: 0.28125rem;
}

.blog-title {
    transition: all 0.3s ease-in;
}


.blog-content:hover {
    background: var(--background-color);
}

.blog-content:hover .blog-title {
    color: var(--accent-color);
}

/*---- video section style start ----*/
.video .video-player {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

iconify-icon.video-icon {
    font-size: 66px;
    color: var(--bs-light);
    border-radius: 6.25rem;
    background: rgba(255, 255, 255, 0.35);
}


/*---- footer section style start ----*/

.dashicons {
	font-family: "dashicons";
	font-size: 32px; /* Alebo 2em */
	width: auto;
	height: auto;
	display: inline-block;
	line-height: 1;
	text-align: center;
}

#footer .logo {
	width: 100%;
	max-width: 54px;
}


section#footer {
    background: var(--background-color);
}

.navbar-nav .footer-list .nav-link.active,
.navbar-nav .footer-list .nav-link:hover,
.navbar-nav .footer-list .nav-link.show {
    background: transparent;
    color: var(--accent-color);
}

iconify-icon.social-icon-footer {
    font-size: 20px;
    color: #D0D0D0;
}

iconify-icon.social-icon-footer.active,
iconify-icon.social-icon-footer:hover,
iconify-icon.social-icon-footer.show {
    color: var(--accent-color);
}


/*--------------------------------------------------------------
about section style start
--------------------------------------------------------------*/

.breadcrumb {
    --bs-breadcrumb-divider-color: var(--bs-light);
}


/*--------------------------------------------------------------
blog section style start
--------------------------------------------------------------*/

.blog-title:hover {
    color: var(--accent-color);
}

.pagination {
    --bs-pagination-active-bg: var(--bs-black);
    --bs-pagination-active-border-color: var(--bs-gray-dark);
}


/*--------------------------------------------------------------
booking section style start
--------------------------------------------------------------*/

.form-control {
    padding: 0.9rem 0.9rem;
    font-size: 1.2rem;
    border-radius: 0px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--bs-gray-dark);
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--bs-gray);
}

/*--------------------------------------------------------------
faqs section style start
--------------------------------------------------------------*/

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-gray);
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-black);
    outline: 0;
    box-shadow: var(--bs-black);
}


/*--------------------------------------------------------------
services section style start
--------------------------------------------------------------*/

.services-content {
    border-radius: 20px;
}

iconify-icon.service-icon {
    font-size: 80px;
    color: var(--accent-color);
}

a.icon-link {
    font-size: 1rem;
    text-transform: uppercase;
    display: inline-table;
}

a.icon-link:after {
    content: "";
    display: block;
    border-bottom: 1px solid var(--accent-color);
    width: 20%;
    transition: width 0.2s ease-out;
}

a.icon-link:hover:after {
    width: 80%;
}




/*--------------------------------------------------------------
reviews section style start
--------------------------------------------------------------*/


.reviews-components {
    border: 2px solid #FAFAFA;
    box-shadow: 0px 12px 90px rgba(12, 12, 12, 0.06);
    border-radius: 9px;
}

iconify-icon.quote {
    font-size: 60px;
    color: var(--accent-color);
}

.rate {
    color: var(--accent-color);
}



/*--------------------------------------------------------------
gallery/project section style start
--------------------------------------------------------------*/

button.filter-button {
    letter-spacing: 0.075rem;
    border: 1px solid var(--bs-border-color);
    background: transparent;
    color: var(--bs-black);
    text-transform: uppercase;
    font-size: 1rem;
    transition: all 0.3s ease-in;
}

button.filter-button.active {
    color: var(--bs-light);
    background: var(--accent-color);
}

button.filter-button:hover {
    color: var(--bs-light);
    background: var(--accent-color);
}

@media (min-width: 769px) {
    .item .description {
        width: 100%;
        position: absolute;
        z-index: 5;
        opacity: 0;
        transition: all 0.5s ease-in;
    }

    .item .overlay {
        opacity: 0;
        transition: all 0.3s linear;
    }

    .item:hover .description {
        opacity: 1;
    }

    .item:hover .overlay {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(7px);
    }
}

@media (max-width: 768px) {
    .item .description{
        display: none;
        opacity: 0;
    }
}

/* chocolat style  */
.chocolat-wrapper.chocolat-visible {
    z-index: 9999999999;
    transition: opacity 0.4s, visibility 0s;
    opacity: 1;
    visibility: visible;
}

.chocolat-overlay .chocolat-caption {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.6);
	color: white;
	padding: 10px 15px;
	font-size: 14px;
	border-radius: 5px;
	max-width: 90%;
	text-align: center;
	z-index: 1000;
}

.chocolat-caption {
	display: none !important;
}

/* gallery/project section style end */

.video-popup {
	visibility: hidden; /* Skryť prvok, kým sa neaktivuje */
	opacity: 0; /* Urobiť ho neviditeľným */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.video-popup.show {
	visibility: visible; /* Zobrazí popup */
	opacity: 1; /* Urobí ho viditeľným */
}

.video-popup-content {
	position: relative;
	width: 80%;
	max-width: 800px;
	background: black;
	padding: 10px;
	border-radius: 10px;
}

.video-popup video {
	width: 100%;
	height: auto;
	display: block;
}

.close-popup {
	position: absolute;
	top: -10px;
	right: 10px;
	font-size: 30px;
	color: white;
	cursor: pointer;
}

.video-bg img {
	position: relative;
	display: inline-block;
}

.video-bg img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(10px); /* Rozmazanie */
	-webkit-backdrop-filter: blur(10px); /* Podpora pre Safari */
}

/*--------------------------------------------------------------
rental section style start
--------------------------------------------------------------*/

/*.rental-vehicles {*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	margin: 0 auto;*/
/*	margin-top: 32px;*/
/*}*/

/*.rental-vehicle-item {*/
/*	display: flex;*/
/*	align-items: center;*/
/*	gap: 20px;*/
/*	padding-bottom: 20px;*/
/*}*/

/*.rental-vehicle-image {*/
/*	flex-shrink: 0; !* Zabezpečí, že obrázok nezmení veľkosť *!*/
/*	width: 300px;*/
/*	height: 300px;*/
/*	overflow: hidden; !* Orezanie obrázka *!*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*}*/

/*.rental-vehicle-img {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	object-fit: cover; !* Zachováva proporcie a oreže *!*/
/*}*/

/*.rental-vehicle-details {*/
/*	flex-grow: 1;*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*}*/

/*.rental-vehicle-title {*/
/*	font-size: 22px;*/
/*	font-weight: bold;*/
/*	margin-bottom: 10px;*/
/*}*/

/*.rental-vehicle-description {*/
/*	font-size: 16px;*/
/*	color: #666;*/
/*	line-height: 1.5;*/
/*}*/

/* rental section style end */


/* Rýchlejšia a plynulejšia animácia Lightboxu */
/* ✅ Oprava zobrazenia Lightboxu na všetkých zariadeniach */
.lightboxOverlay {
	background: rgba(0, 0, 0, 0.85) !important;
	opacity: 1 !important;
	z-index: 99998 !important;
}

/* ✅ Lightbox modal je vždy správne vystredený */
.lightbox {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) scale(1) !important;
	max-width: 85vw !important;
	max-height: 85vh !important;
	opacity: 1 !important;
	z-index: 99999 !important;
	overflow: auto !important;
}

#post-author-info .image-holder img {
    max-width: 120px;
    height: auto;
    border-radius: 8px; /* jemné zaoblenie rohov namiesto elipsy */
    object-fit: cover;
}

#post-author-info .post-author-content {
    margin-top: 0;
}

/* Texty */
#post-author-info .element-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#post-author-info .author-position {
    display: block;
    font-size: 1rem;
    color: #666;
    margin-bottom: 0.5rem;
}

#post-author-info p {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: #444;
}

#post-author-info .image-holder img {
    max-width: 140px;
    height: auto;
    border-radius: 8px; /* jemné zaoblenie */
    object-fit: cover;
}

#post-author-info .post-author-content {
    margin-top: 0;
}

/* Texty */
#post-author-info .element-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#post-author-info .author-position {
    display: block;
    font-size: 1rem;
    color: #666;
    margin-bottom: 0.5rem;
}

#post-author-info p {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: #444;
}

/* ✅ Oprava pre mobilné zariadenia */
/* ✅ Mobilné štýly pre lightbox - platné iba pre menšie obrazovky */
@media (max-width: 768px) {
	/* Upravíme modal pre mobil */
	.lightbox {
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw; /* Celá šírka obrazovky */
		height: 100vh; /* Celá výška obrazovky */
		background: rgba(0, 0, 0, 0.85);
		z-index: 9999;
		overflow: hidden; /* Skryjeme scrollbar */
	}

	/* Vonkajší kontajner obrázka */
	.lb-outerContainer {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 90vw; /* 90% šírky zariadenia */
		height: 90vh; /* 90% výšky zariadenia */
		max-width: 90vw; /* Zabezpečme maximálnu šírku */
		max-height: 90vh; /* Zabezpečme maximálnu výšku */
	}

	/* Obrázok v modale */
	.lb-image {
		display: block;
		max-width: 100%; /* Obrázok si zachová proporcie */
		max-height: 100%;
		object-fit: contain; /* Zachovanie pomeru strán */
	}

	/* 🟢 Úprava pozície dát (napríklad: Image 1 of 7) */
	.lb-dataContainer {
		position: absolute;
		bottom: 20px; /* Umiestnime na spodok */
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		color: white;
		font-size: 12px; /* Zmenšíme text, aby ladil s mobilom */
	}

	/* Tlačidlo zatvorenia na mobile */
	.lb-closeContainer {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.lb-close {
		color: white;
		font-size: 24px; /* Zmenšíme zatváracie tlačidlo */
		cursor: pointer;
		text-decoration: none;
	}

    #blog .container {
        max-width: 100%;
    }

    #single-post-navigation .post-navigation {
        flex-wrap: wrap;
    }

    #single-post-navigation .post-prev,
    #single-post-navigation .post-next {
        max-width: 48%;
        display: flex;
        align-items: center;
    }

    #single-post-navigation .page-nav-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #post-author-info .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #post-author-info .col-md-3,
    #post-author-info .col-md-9 {
        width: 100%;
        max-width: 100%;
    }

    #post-author-info .image-holder img {
        max-width: 100px;
        margin-bottom: 1rem;
    }

    #post-author-info .post-author-content {
        margin-top: 0;
    }
}

/* ✅ Animácia pri otvorení Lightboxu */
.lightbox {
	transform: scale(1);
	opacity: 1;
	transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out !important;
}

.wpcf7-form-control {
	border: 1px solid #ccc; /* Východiskový štýl */
	transition: border-color 0.3s; /* Plynulá zmena farby */
}

.wpcf7-form-control.error {
	border: 1px solid red; /* Červený okraj */
	background-color: #ffe6e6; /* Jemne červené pozadie */
}

.wpcf7-form-control.valid {
	border: 1px solid green; /* Štýl pre validné pole */
	background-color: #e6ffe6; /* Jemne zelené pozadie */
}


