@font-face {
    font-family: 'Handwritten'; /* Názov fontu, ktorý budete používať v CSS */
    src: url('../fonts/handwritten/handwritten.otf') format('opentype'); /* Cesta k súboru a formát */
}

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

.elementor-section,
.e-con,
.e-con-inner {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color--text);
    background: #fefefe;
}

.text-title {
    font-family: Oswald, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.main-content {
    position: relative;
    top: 100px;
    margin-bottom: 100px;
    overflow: hidden
}

.page-section.prispevky-dosiahnute-vysledky,
.page-section.prispevky-2percenta,
.page-section.prispevky-platobne-karty {
    padding: 30px 0 15px;
    position: relative;
}

.page-section {
    padding: 45px 0 25px;
    position: relative;
}

.centered-block-650 {
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
}

.centered-block-750 {
    margin: 0 auto;
    max-width: 750px;
    width: 100%;
}

.centered-block-850 {
    margin: 0 auto;
    max-width: 850px;
    width: 100%;
}

.centered-block-900 {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}

.centered-block-950 {
    margin: 0 auto;
    max-width: 950px;
    width: 100%;
}

.centered-block-1000 {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.centered-block-1100 {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
}

.centered-block-1200 {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

:root {
    --color--text: #0a0a0a;
    --color--text--light: #807300;
    --color--yellow: #ffe600;
    --color--darkyellow: #efdd3e;
    --color--red: #ed1c24;
    --color--darkred: #c41016;
    --color--white: #ffffff;
    --color--lightblue: #e8f1f7;
    --color--lightgrey: #f5f5f5;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Oswald, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

/* Override for referencie carousel titles to preserve original case */
.referencie .item h4 {
    text-transform: none;
}

/* Hide navigation arrows on mobile for video header widget carousel */
@media (max-width: 768px) {
    .mobile-only .owl-carousel .owl-nav {
        display: none !important;
    }
}

h1 {
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 10px;
}

h2 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 20px;
}

.text-shadow {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

h3 {
    font-size: 32px;
    margin-bottom: 15px;
}


.with-heart::after {
    content: "";
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background-image: url('../img/icon/icon-heart.svg');
    background-repeat: no-repeat;
    margin-left: 1rem;
}

.bg-image-heard {
    transform: scaleX(1) rotate(10deg);
    position: absolute;
    right: -30px;
    top: -75px;
    height: 75px;
    width: auto;
    /*opacity: .5;*/
    z-index: 2;
}

blockquote {
    font-family: 'Caveat';
    /*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);*/
}

blockquote.citat {
    font-size: 40px;
}

.text-red {
    color: var(--color--red);
}

.text-yellow {
    color: var(--color--yellow);
}

.text-larger {
    font-size: 30px;
}

a {
    line-height: inherit;
    color: var(--color--red);
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: var(--color--darkred);
}

.button {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    font-family: Oswald, sans-serif;
    padding: .85em 1em;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid transparent;
    border-radius: 3.125rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: var(--color--red);
    color: var(--color--white);
    font-size: 20px;
    text-transform: uppercase;
    transition: all .25s ease-in;
    font-weight: 400;
}

.button .icon {
    transform: rotate(-180deg);
    display: inline-block;
    height: 1rem;
    width: 1rem;
    margin-left: 10px;
    margin-top: -7px;
    transition: all .25s ease-in;
}

.button.smaller {
    font-size: 15px;
}

.button.red .icon {
    fill: var(--color--white);
}

.button.white .icon {
    fill: var(--color--red);
}

.button.red {
    box-shadow: 0 15px 25px 0 rgba(237, 28, 36, .25);
    color: #fefefe;
    background-color: #ed1c24;

}

.button.red:hover {
    box-shadow: none !important;
    box-shadow: 0 15px 25px 0 rgba(237, 28, 36, .25);
    background-color: var(--color--darkred);
}

.button.white {
    box-shadow: none;
    border: 1px solid var(--color--red);
    color: var(--color--red);
    background-color: var(--color--white);
}

.button.white:hover {
    box-shadow: 0 15px 25px 0 rgba(237, 28, 36, .25) !important;
    color: var(--color--white);
    background-color: var(--color--red);
}

.button.white:hover .icon {
    fill: var(--color--white);
}

.button.yellow {
    box-shadow: none;
    border: 1px solid var(--color--darkyellow);
    color: var(--color--darkyellow);
    background-color: var(--color--white);
}

.button.yellow .icon {
    fill: var(--color--darkyellow);
}

.button.yellow:hover {
    box-shadow: 0 15px 25px 0 rgba(255, 230, 0, .25) !important;
    color: var(--color--white);
    background-color: var(--color--darkyellow);
}

.button.yellow:hover .icon {
    fill: var(--color--white);
}

.border-top {
    border-top: 1px solid var(--color--darkyellow) !important;
}

.page-header {
    padding: 35px 0;
    margin-top: 100px;
    position: relative;
    background-color: var(--color--yellow);
}

@media (max-width: 768px) {
    body .page-header {
        padding: 5px 0 !important;
    }
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 75vw;
    }
}


/********** owlcarousel **********/
header .owl-carousel {
    height: auto;
    /*height: calc(100vh - 100px);*/
    overflow: hidden;
}

header .owl-carousel .owl-item .item .container {
    position: relative;
    z-index: 1;
}

header .owl-carousel .owl-item .item .container .text-block {
    max-width: 850px;
    color: var(--color--white);
}

header .owl-carousel .owl-item .item {
    height: calc(100vh - 100px);
    overflow: hidden;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

header .owl-carousel.sda-banner .owl-item .item {
    height: auto;
    width: 100%;
}

header .owl-carousel.sda-banner {
    overflow: initial;
    margin-bottom: 100px;
}

header .owl-carousel.sda-banner .owl-dots {
    position: absolute;
    bottom: -50px;
}

.owl-carousel.sda-banner .owl-dots .owl-dot span {
    background: #fff;
}

.owl-carousel.sda-banner .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
}

.owl-carousel.sda-banner .owl-nav .owl-next {
    position: absolute;
    right: -60px;
}

header .owl-carousel .owl-item .item .container .text-block-custom {
    max-width: 1200px;
    width: 100%;
    color: var(--color--white);
}

header .item:has(.text-block-custom) {
    height: 70vh;
    overflow: hidden;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

header .item:has(.text-block-custom)::after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 35%);
}


header .item:has(.text-block-custom) h1 span {
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 10px;
    color: var(--color--white);
    z-index: 1;
}

header .owl-carousel .owl-item::after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 35%);
}

header .owl-carousel.sda-banner .owl-item::after {
    background: none;
}

header .owl-carousel.sda-banner .owl-item img {
    overflow: hidden;
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

header .owl-carousel.sda-banner .owl-item video {
    overflow: hidden;
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

header .owl-carousel .owl-item .item p {
    font-size: 25px;
    line-height: 32px;
}

header .owl-carousel .owl-item .item h1 span,
header .owl-carousel .owl-item .item h2 span,
header .item:has(.text-block-custom) h1 span,
header .item:has(.text-block-custom) h2 span {
    color: var(--color--yellow);
}

header .owl-theme .owl-dots {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
}

.banner-subpage {
    margin-top:100px;
}

header.banner-subpage h1 {
    padding-bottom: 85px;
}

.owl-theme .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    right: 0;
    font-size: 16px;
    color: var(--color--white);
}

.owl-theme .owl-nav button {
    min-width: 35px;
    min-height: 35px;
    border-radius: 15px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: var(--color--red) !important;
    opacity: .8;
    transition: all .15s ease-in;
}

.owl-theme .owl-nav button:hover {
    opacity: .8;
    color: var(--color--white) !important
}

.owl-carousel .owl-item .fullscreen-video {
    width: 100%;
    height: calc(100vh - 100px);
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.owl-carousel .owl-item .fullscreen-image {
    width: 100%;
    height: calc(100vh - 100px);
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 25px;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 25px;
}

/********** navbar **********/
/* Štýl pre fixovaný header */
.navbar {
    padding: 10px 0;
    transition: all 0.3s ease;
    background-color: var(--color--yellow);
}

.navbar.shrink {
    padding: 7px 0;
}

.navbar.shrink .logo {
    height: 65px;
}

.navbar-brand {
    transition: all 0.3s ease;
    padding-top: 0;
    padding-bottom: 0;
}

/* otvorenie dropdown pri hover */
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar .logo {
    height: 80px;
    width: auto;
    transition: all 0.3s ease;
}

.navbar a.navbar-brand {
    padding-right: 60px;
}

.navbar .nav-link {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    padding: .7rem .8rem !important;
    color: var(--color--text);
}

.navbar .nav-link:hover {
    color: var(--color--red);
}

.navbar .dropdown-toggle::after {
    color: var(--color--red);
}

.navbar .nav-button {
    font-size: initial;
    margin: 0 20px 0 0;
}

.navbar .search .icon {
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}

.navbar-nav .dropdown-menu {
    border-radius: 0;
    background-color: var(--color--yellow);
    min-width: 200px;
    border: 1px solid #e6cf00;
}

.navbar-nav .dropdown-item {
    color: var(--color--text);
    font-family: Oswald, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 7px 15px;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    color: var(--color--red);
    background-color: var(--color--yellow);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.breadcrumbs {
    margin: 0 0 1rem;
    list-style: none;
    padding: 0;
}

.breadcrumbs a {
    color: var(--color--red);
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs li {
    font-size: .6875rem;
    color: var(--color--text);
    cursor: default;
    text-transform: uppercase;
    display: inline-block;
}

.breadcrumbs li:not(:last-child)::after {
    position: relative;
    margin: 0 .75rem;
    opacity: 1;
    content: "/";
    color: var(--color--text);
}

/********** footer **********/
footer {
    background-color: var(--color--yellow);
    padding: 85px 15px;
}

footer h4 {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 15px;
}

footer h3 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 15px;
}

footer .logo {
    max-width: 6rem;
    display: block;
    margin-bottom: 1rem;
}

footer small {
    font-weight: 200;
    font-size: 80%;
    color: var(--color--text--light);
}

footer .infolinka-list li {
    margin-right: 20px;
}

footer .social-icon {
    border-radius: .625rem;
    background: #fff;
    box-shadow: 0 5px 35px 0 rgba(0, 0, 0, .1);
    display: inline-block;
    padding: 1rem;
    line-height: 0;
    margin: .75rem;
    transition: all .15s ease-in;
}

footer .social-icon:hover {
    box-shadow: none;
}

footer .social-icon .icon.icon-fb {
    fill: #3b5999;
}

.social-icon .icon.icon-tw {
    fill: #55acee;
}

social-icon .icon.icon-ig {
    fill: #e4405f;
}

.social-icon .icon.icon-yt {
    fill: #cd201f;
}

footer .social-icon .icon {
    width: 1.5rem;
    height: 1.5rem;
}

/********** index **********/
.banner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    position: relative;
    top: 50px;
    overflow: hidden;
    margin-top: -50px;
    padding: 25px 0 0 0;
}

.banner img {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
    object-fit: cover;
    object-position: center center;
}

.image-text-row {
    margin: 55px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.image-text-row img {
    width: 100%;
    max-width: 500px;
}

.image-text-row .text-block {
    padding: 0 30px;
}

.image-text-row p {
    margin: 20px 0;
}

.prices .price-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .05);
    border-radius: 20px;
    text-align: center;
    padding: 25px 35px;
    margin-bottom: 20px;
    color: #626c73;
    min-height: 245px;
}

.prices .price-box.written {
    font-family: 'Caveat';
    font-weight: 400;
    font-size: 50px;
    background-color: #f2faff;
}

.prices .price-box .stat {
    font-weight: 700;
    font-family: Oswald, sans-serif;
    display: block;
    color: var(--color--red);
    margin-bottom: 5px;
    font-size: 60px;
}

.prices .price-box .description-small {
    font-size: 25px;
    color: var(--color--text);
    font-family: Oswald, sans-serif;
}

.floating-img-family {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 350px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(100% - 25px);
}

.index-news a {
    width: 100%;
    /*max-width: 700px;*/
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
    border-radius: 13px;
    overflow: hidden;
    display: block;
    transition: all .25s ease-in;
}


.index-news a:hover {
    box-shadow: 5px 5px 40px 0 rgba(0, 0, 0, .15);
}


.index-news a article img {
    height: 253px;
    width: 100%;
    object-fit: cover;
}


.index-news article .text-block {
    padding: 25px;
    background-color: var(--color--white);
}


.index-news article time {
    color: #5c6266;
    font-size: 1rem;
}

.index-news article h3 {
    color: var(--color--text)
}

.index-news article .text {
    color: var(--color--text);
}

.article-list {
    display: flex;
    flex-direction: column;
}

.article-list .article-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 35px;
}

.article-list .article-row a {
    display: flex;
    flex-direction: row;
}

.article-list .article-row a:hover .text {
    text-decoration: underline;
}

.article-list .article-row img {
    border-radius: 8px;
    height: 50px;
    width: 88px;
    object-fit: cover;
    object-position: center center;
    margin-right: 20px;
}

.article-list .article-row .text {
    color: var(--color--text);
    display: flex;
    flex-direction: column;
    font-weight: 700;
}

.article-list .article-row .text time {
    color: #5c6266;
}

.article-preview {
    background-color: var(--color--white);
    color: var(--color--text);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.25s ease-in-out;
    margin-bottom: 25px;
}

.article-preview:hover {
    box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.15);
}

.article-preview article {
    width: 100%;
}

.article-preview img {
    height: 175px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.article-preview .text-block {
    padding: 12px 18px;
}

.article-preview .text-block time {
    color: #5c6266;
    font-size: 16px;
}

.article-preview .text-block h3 {
    color: var(--color--text);
    font-size: 17px;
    line-height: 26px;
    text-transform: initial;
    margin-top: 5px;
    height: 45px;
}

.page-section.citat {
    margin-top: 50px;
}

header .owl-carousel .owl-item .item blockquote.banner-blockquote,
header .owl-carousel .owl-item .item blockquote.banner-blockquote p {
    font-size: 40px;
    margin: 10px 0;
    line-height: 55px;
}

/* Vylepšená responzivita pre banner-blockquote na tabletoch a desktope - optimalizované veľkosti a line-height */
@media (max-width: 1600px) {
    header .owl-carousel .owl-item .item blockquote.banner-blockquote,
    header .owl-carousel .owl-item .item blockquote.banner-blockquote p {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (max-width: 1400px) {
    header .owl-carousel .owl-item .item blockquote.banner-blockquote,
    header .owl-carousel .owl-item .item blockquote.banner-blockquote p {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (max-width: 1200px) {
    header .owl-carousel .owl-item .item blockquote.banner-blockquote,
    header .owl-carousel .owl-item .item blockquote.banner-blockquote p {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 992px) {
    header .owl-carousel .owl-item .item blockquote.banner-blockquote,
    header .owl-carousel .owl-item .item blockquote.banner-blockquote p {
        font-size: 20px;
        line-height: 24px;
    }
}

.page-section.citat blockquote {
    position: relative;
    margin: 0 auto;
    text-align: left;
    font-size: 35px;
    max-width: 75%;
}

.page-section.citat blockquote img {
    z-index: -1;
    height: auto;
    position: absolute;
    width: 125px;
    margin: 0 auto;
    top: -40px;
    left: -100px;
}

.page-section.dakujeme {
    position: relative;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /*padding: 150px 0;*/
}

.page-section.dakujeme video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.page-section.dakujeme img.video-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.page-section.dakujeme .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.page-section.dakujeme .container img {
    width: 265px;
    margin-right: 50px;
}

.page-section.dakujeme .sign {
    margin-top: 25px;
    font-family: 'Caveat';
    color: var(--color--yellow);
}

.page-section.dakujeme .sign img {
    transform: rotate(30deg);
}


.help-section {
    padding: 2rem 0;
}

.help-section h2 {
    font-size: 2rem;
    font-weight: bold;
}

.highlight-box {
    background-color: #f0f9ff;
    padding: 1.5rem;
    border-radius: 8px;
}

.help-button {
    border: 2px solid #ff0000;
    color: #ff0000;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
}

.help-button:hover {
    background-color: #ff0000;
    color: white;
}

.small-note {
    font-size: 0.9rem;
    color: #ff0000;
}

.principy {
    padding: 50px 0 0;
}

.principy .princip {
    font-family: Oswald, sans-serif;
    font-size: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--color--white);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .05);
    border-radius: 20px;
    text-align: center;
    padding: 30px 25px 10px 25px;
    margin-bottom: 20px;
    min-height: 270px;
    line-height: 45px;
    font-weight: 700;
    position: relative;
    transition: box-shadow .25s ease-in;
}

.principy .princip:hover {
    box-shadow: 5px 5px 40px 0 rgba(0, 0, 0, .1);
}

.principy .princip span {
    color: var(--color--red);
    font-size: 32px;
}

.principy .princip .base-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 2px 10px #ccc;
    background-color: #fff;
    position: absolute;
    top: -50px;
}

.principy .princip .base-icon img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
}

.lightblue-block {
    padding: 75px 0 100px;
    background-color: var(--color--lightblue);
}

.lightgrey-block {
    padding: 75px 0 100px;
    background-color: var(--color--lightgrey);
}

.referencie .item {
    min-height: 475px;
    height: 475px;
    background-color: var(--color--white);
    border-radius: 15px;
    overflow: hidden;
}

.referencie .item img {
    min-height: 200px;
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
    margin-bottom: 20px;
}

.referencie .item .content {
    padding: 0 15px 15px;
    height: 100%;
}

.referencie .item p {
    font-size: 14px;
}

.referencie .owl-carousel .owl-nav .owl-prev {
    left: -50px;
}

.referencie .owl-carousel .owl-nav .owl-next {
    right: -50px;
}

.referencie .owl-theme .owl-dots {
    bottom: -50px;
    position: absolute;
    left: 0;
    right: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 6px;
    margin: 5px 7px;
    background: #D6D6D6;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color--red);
}

.flip-clock-wrapper {
    width: auto;
}

.flip-counter-block {
    margin-bottom: 60px;
}

.flip-counter-block .flip-counter {
    display: flex;
    justify-content: center;
}

.flip-counter-block .description {
    margin-top: 15px;
    font-size: 45px;
    text-transform: uppercase;
    text-align: center;
    font-family: Oswald, sans-serif;
}

.flip-clock-wrapper ul li a div div.inn {
    color: #fff;
    background-color: var(--color--red);
}

.flip-clock-wrapper ul li a {
    font-family: Style Script;
}

.flip-clock-wrapper ul li a div.up div.inn {
    top: -1px;
    padding-top: 10px;
}

.flip-clock-wrapper ul li a div div.inn {
    height: 180%;
}

.flip-counter.zoom-out {
    zoom: 0.8;
    -moz-transform: scale(0.8);
    transform: scale(0.8);
}

.flip-counter ul:nth-last-of-type(3n) {
    margin-left: 25px;
}

/* iOS Safari fallback styling - statické čísla bez animácie */
.flip-counter.ios-fallback {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-counter.ios-fallback .digit {
    position: relative;
    float: left;
    margin: 15px 5px;
    width: 60px;
    height: 90px;
    font-size: 50px;
    font-weight: bold;
    line-height: 110px;
    text-align: center;
    font-family: "Style Script", cursive;
    color: #fff;
    background-color: var(--color--red);
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Štýlovanie pre medzery - len biela medzera */
.flip-counter.ios-fallback {
    font-family: "Style Script", cursive;
    font-size: 50px;
    color: #fff;
}

/* Tisíckový oddelovač - väčšia medzera */
.flip-counter.ios-fallback .thousand-separator {
    display: inline-block;
    width: 20px; /* Väčšia medzera pre tisíckový oddelovač */
    font-family: "Style Script", cursive;
    font-size: 50px;
    color: #fff;
}

.flip-counter.ios-fallback.zoom-out {
    zoom: 0.8;
    -moz-transform: scale(0.8);
    transform: scale(0.8);
}

.podakovanie {
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
    position: relative;
    bottom: -25px;
    padding: 15px 25px;
}

.podakovanie h2 {
    font-family: 'Caveat';
    font-size: 45px;
    text-transform: initial;
    line-height: 55px;
    /*opacity: .9;*/
    text-shadow: 0 0 20px rgba(0,0,0, .8);
}

.o-nas-principy .image-text-row:hover img {
    transition: all .25s ease-in;
}

.o-nas-principy .image-text-row:hover img {
    filter: grayscale(0%) contrast(100%) !important;
    opacity: 1 !important;
}

.vypovede.owl-carousel .owl-nav .owl-prev {
    left: -50px;
}

.vypovede.owl-carousel .owl-nav .owl-next {
    right: -50px;
}

.vypovede.owl-carousel .owl-dots {
    bottom: -50px;
    position: absolute;
    left: 0;
    right: 0;
}

/*MAPA*/
#map {
    height: 600px;
}

.custom-marker {
    background-color: #ed1c24;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    width: 55px !important;
    height: 55px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid rgba(0, 0, 0, .25);
    background-clip: padding-box;
}

.custom-marker:hover {
    animation: pulse 1s infinite;
}

.marker-kraj {
    background-color: #ed1c24;
}

.marker-okres {
    background-color: #ed1c24;
}

.marker-mesto {
    background-color: #ed1c24;
}

.tazkosti {
    padding: 25px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .05);
    border-radius: 25px;
    margin-bottom: 20px;
    transition: all .1s ease-in;
    font-size: 20px;
}

.tazkosti strong {
    transition: all .1s ease-in;
}

.tazkosti:hover {
    padding: 25px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, .1);
    border-radius: 25px;
    margin-bottom: 20px;
}

.tazkosti:hover strong {
    text-shadow: 2px 2px 6px rgba(237, 28, 36, 0.2);
}

.tazkosti-citat blockquote {
    font-size: 50px;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    padding: 0 15px;
}

.sponzori.owl-carousel .owl-dots {
    bottom: -50px;
    position: absolute;
    left: 0;
    right: 0;
}

.sponzori.owl-carousel .item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    max-height: 100px; /* Nastavte požadovanú výšku */
    object-fit: contain; /* Udržuje pomer strán obrázka */
}

.sponzori.owl-carousel .owl-item {
    height: 120px;
    display: flex;
    align-items: center;
}

.sponzori.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.sponzori.owl-carousel .owl-nav {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 16px;
    color: var(--color--white);
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}

.sponzori.owl-carousel .owl-nav .owl-prev {
    position: initial;
    left: auto;
    margin-right: 20px;
}

.sponzori.owl-carousel .owl-nav .owl-next {
    position: initial;
    right: auto;
    margin-left: 20px;
}

.podporuju-nas-image {
    max-width: 250px;
    max-height: 75px;
    height: auto;
    width: auto;
}

.cisla {
    padding: 50px 0 0;
}

.cisla .cislo {
    font-family: Oswald, sans-serif;
    font-size: 21px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: var(--color--white);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .05);
    border-radius: 20px;
    text-align: center;
    padding: 60px 25px 28px 25px;
    margin-bottom: 75px;
    min-height: 245px;
    line-height: 35px;
    font-weight: 700;
    position: relative;
    transition: box-shadow .25s ease-in;
    text-transform: uppercase;
}

.cisla .cislo span {
    color: var(--color--red);
    font-size: 25px;
    margin-top: 15px;
    white-space: nowrap;
}

.cisla .cislo .base-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 2px 10px #ccc;
    background-color: var(--color--red);
    position: absolute;
    top: -50px;
}

.cisla .cislo .base-icon i {
    font-size: 60px;
    color: var(--color--white)
}

.value-slider {
    padding: 35px 70px;
}

.value-slider .values {
    margin-top: 20px;
}

.value-slider .slider-container {
    position: relative;
}

.value-slider .date-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}

.value-slider .form-range {
    accent-color: var(--color--red);
    -webkit-appearance: none;
    appearance: none;
    appearance: none;
    position: relative;
}


.value-slider .form-range::-webkit-slider-thumb {
    width: 30px;
    height: 25px;
    background: url(https://dobryanjel.sk/wp-content/themes/dobry-anjel/assets/img/timelinearrow.png) no-repeat center center;
    background-size: cover; /* Zabezpečí, že obrázok bude škálovaný do rozmerov */
    cursor: pointer;
    margin-top: -10px; /* Posun jazdca nahor */
    border-radius: 5px;
}

.value-slider .form-range::-moz-range-thumb {
    width: 30px;
    height: 25px;
    background: url(https://dobryanjel.sk/wp-content/themes/dobry-anjel/assets/img/timelinearrow.png) no-repeat center center;
    background-size: cover; /* Zabezpečí, že obrázok bude škálovaný do rozmerov */
    cursor: pointer;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 5px;
}

.value-slider .form-range::-ms-thumb {
    width: 30px;
    height: 25px;
    background: url(https://dobryanjel.sk/wp-content/themes/dobry-anjel/assets/img/timelinearrow.png) no-repeat center center;
    background-size: contain; /* Zabezpečí, že obrázok bude škálovaný do rozmerov */
    border-radius: 5px;
    cursor: pointer;
}

.value-slider .form-range::-webkit-slider-runnable-track {
    background: var(--color--white);
}

.value-slider .form-range::-moz-range-track {
    background: var(--color--white);
}

.value-slider .form-range::-ms-track {
    background: var(--color--white);
}

.value-slider .slider-date-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}

.value-slider .value-cell {
    margin-bottom: 30px;
    padding: 0 15px;
}

.value-slider .description {
    font-family: Oswald, sans-serif;
    font-size: 25px;
    margin-bottom: 10px;
}

.value-slider .value {
    font-family: Oswald, sans-serif;
    font-size: 35px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    color: var(--color--red);
}


.value-slider .bubble {
    position: relative;
    background: white;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* Šipka vľavo dole */
.value-slider .bubble.left::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 10px;
    border-width: 10px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

/* Šipka v strede dole */
.value-slider .bubble.center::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

/* Šipka vpravo dole */
.value-slider .bubble.right::after {
    content: "";
    position: absolute;
    bottom: -18px;
    right: 10px;
    border-width: 10px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.prispevky-platobne-karty ul.timeline {
    list-style-type: none;
    position: relative;
}

.prispevky-platobne-karty ul.timeline:before {
    content: ' ';
    background: var(--color--white);
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

.prispevky-platobne-karty ul.timeline > li {
    margin: 10px 0;
    padding-left: 20px;
}

.prispevky-platobne-karty ul.timeline > li:before {
    content: ' ';
    background: var(--color--darkyellow);
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid var(--color--white);
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.o-nas-motto {
    position: relative;
    padding: 0;
    margin: 125px 0 0;
    background-color: var(--color--yellow);
    z-index: 0;
}

.o-nas-motto blockquote {
    padding: 20px 0 20px 40px;
    font-size: 40px;
}

.image-bg-color {
    position: relative;
    display: inline-block;
}

.image-bg-color img.picture {
    width: 100%;
    height: 375px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center center;
    position: relative;
    top: -50px;
    border: 10px solid #fff;
}

/*.image-bg-color:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 105%;*/
/*    aspect-ratio: 1 / 1;*/
/*    background-color: var(--color--white);*/
/*    filter: contrast(125%) !important;*/
/*    !*opacity: .8;*!*/
/*    border-radius: 20px;*/
/*    bottom: 38px;*/
/*    right: -12px;*/
/*    z-index: -1;*/
/*}*/

.bg-anjel {
    position: relative;
    width: 100%;
    height: 100%;
}

.bg-anjel:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/rodina-anjelov1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    opacity: 0.1;
    z-index: -1;
}

.vizia {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 35px;
    font-family: 'Caveat';
}

.vizia span {
    color: var(--color--red);
}

.list-big-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color--red);
}

.list-big-icon i {
    font-size: 22px;
    color: var(--color--white);
}

.list-big-icon svg {
    width: 22px;
    height: 22px;
    color: var(--color--white);
    fill: var(--color--white);
}

.pribehy-rodin {
    background-color: var(--color--yellow);
}

.pribehy-rodin .container {
    max-width: 950px;
    width: 100%;
}

.pribehy-rodin .item {
    padding: 40px 60px;
}

.pribehy-rodin .pribehy .item img.picture {
    height: 320px;
    width: 320px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
    border-radius: 7px;
    border: solid 15px #fff;
    border-bottom-width: 40px;
    transform: rotate(-.5deg);
    margin-right: 30px;
}

.pribehy-rodin .pribehy .item .position-relative::after {
    content: "";
    position: absolute;
    left: -30px;
    bottom: -30px;
    height: 320px;
    width: 320px;
    background-color: transparent;
    border: solid 3px #ffbd13;
    border-radius: 7px;
    z-index: -1;
    transform: rotate(1deg);
}

.pribehy-rodin .pribehy .item .title {
    font-family: Oswald, sans-serif;
    font-size: 22px;

    text-transform: uppercase;
    font-weight: 600;
}

.pribehy-rodin .pribehy .item .description {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.pribehy-rodin .pribehy .item blockquote {
    font-size: 22px;
}

.pribehy-rodin .pribehy .item .author {
    font-size: 15px;
    font-weight: bold;
}

.pribehy-rodin .pribehy.owl-theme .owl-dots {
    bottom: -50px;
    position: absolute;
    left: 0;
    right: 0;
}

.pribehy-rodin .pribehy.owl-theme .owl-nav button {
    min-width: 35px;
    min-height: 35px;
    border-radius: 15px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: var(--color--red) !important;
    opacity: .8;
    transition: all .15s ease-in;
}

.pribehy-rodin .pribehy.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -35px;
}

.pribehy-rodin .pribehy.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -35px;
}

.pribehy-rodin .owl-theme .owl-dots .owl-dot:not(.active) span {
    background: #fff;
}

.pribehy-rodin .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color--red);
}


.accordionFAQ .accordion-item {
    border: none;
}

.accordionFAQ .accordion-item h2 button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    box-shadow: none;
    border-radius: 10px 10px 0 0 !important;
    padding: 10px 20px 10px 25px;
}

.accordionFAQ .accordion-item h2 .accordion-button:not(.collapsed) {
    color: var(--color--white);
    background-color: var(--color--red);
}

.accordionFAQ .accordion-item h2 .accordion-button:not(.collapsed)::after {
    filter: invert(100%) brightness(1000%);
}


.zakladatelia .zakladatel {
    margin-bottom: 100px;
}

.zakladatelia .zakladatel.zamestnanec {
    margin-bottom: 25px;
}

.zakladatelia .zakladatel .info-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}

.zakladatelia .zakladatel .info-row img {
    width: 250px;
    min-width: 250px;
    height: 250px;
    min-height: 250px;
    object-fit: cover;
    object-position: center center;
    margin-right: 25px;
    margin-bottom: 25px;
}

.zakladatelia .zakladatel .info-row .info .name {
    font-family: Oswald, sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.zakladatelia .zakladatel .info-row .info .date {
    margin-bottom: 10px;
}

.zakladatelia .zakladatel blockquote {
    font-size: 35px;
}

.contact .contact-link {
    font-family: Oswald, sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.contact .contact-link-small {
    font-family: Oswald, sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.contact .contact-info {
    padding: 50px 40px 25px;
    border-radius: 20px;
    position: relative;
    top: -135px;
    margin-bottom: -85px;
    background-color: #fff;
}

.contact .contact-info div {
    color: #626c73;
    margin-bottom: 5px;
    font-size: 18px;
}

.contact .contact-info .contact-spacer {
    height: 15px;
}


.btn-loader {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    border: 2px solid white;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

.video-rows .video-row {
    margin-bottom: 100px;
}

.video-rows .video-row .video {
    min-width: 550px;
    width: 100%;
    margin: 0 25px 25px 0;
}

.video-rows .video-row.flex-lg-row-reverse .video {
    margin: 0 0 25px 25px;
}

.video-rows .video-row video {
    height: auto;
    width: 100%;
    /* iOS Safari fixes */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.video-rows .video-row .video .playButton {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85px;
    height: 85px;
    background: #E93337;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* iOS Safari fixes */
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto;
}

.znamy-anjel {
    border-bottom: 1px solid #555;
    display: flex;
    flex-direction: row;
    padding-bottom: 25px;
    margin-bottom: 50px;
}

.znamy-anjel .image-block {
    width: 150px;
    text-align: center;
    margin-right: 35px;
}

.znamy-anjel img {
    border-radius: 15px;
    border: 2px solid #000;
    margin-bottom: 10px;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center center;
}

.znamy-anjel .title {
    color: var(--color--red);
    font-size: 40px;
    font-family: Oswald, sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}

.znamy-anjel blockquote {
    font-size: 30px;
}

.image-backdrop-gallery .image-container {
    position: relative;
    width: 100%;
    height: 275px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

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

.image-backdrop-gallery .image-container .overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: bottom 0.4s ease-in-out;
}

.image-backdrop-gallery .image-container:hover .overlay,
.image-backdrop-gallery .image-container:focus .overlay,
.image-backdrop-gallery .image-container:active .overlay {
    bottom: 0;
}

.image-backdrop-gallery .image-container .overlay p {
    font-size: 20px;
    color: var(--color--text);
    text-align: center;
    padding: 20px;
}

.kniha-bezvlaska img {
    max-width: 500px;
    height: auto;
}

.kniha-bezvlaska .image-block {
    margin-right: 75px;
}

.bezvlaska-authors {
    padding: 10px 15px;
    background-color: var(--color--darkyellow);
}

.kniha-bezvlaska .text-title {
    font-size: 35px;
}

.bezvlaska-clanky .bezvlaska-clanok .text-title {
    font-size: 25px;
}

.bezvlaska-clanky .bezvlaska-clanok {
    margin-bottom: 25px;
}

.modal .custom-close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}

.modal .custom-close-btn i {
    color: #fff;
    font-size: 18px;
}

.modal-dialog {
    width: 100%;
    max-width: 850px;
    margin-top: 50px;
}

.modal-scrollbar {
    max-height: 85vh;
    overflow-y: auto;
}

.galeria.owl-carousel .owl-item img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    max-width: initial;
    object-position: center center;
}

.galeria.owl-carousel .owl-nav .owl-prev {
    left: 15px;
    opacity: 1;
}

.galeria.owl-carousel .owl-nav .owl-next {
    right: 15px;
    opacity: 1;
}

.download-btn {
    padding: 10px 15px;
    border-radius: 10px;
    background-color: var(--color--red);
    color: var(--color--white);
    box-shadow: 0 7px 15px 0 rgba(237, 28, 36, .25);
    transition: all .1s ease-in-out;
    margin: 0 10px 10px;
}

.download-btn:hover {
    color: var(--color--white);
    box-shadow: 0 5px 10px 0 rgba(237, 28, 36, .20);
}

.narodeniny-ako-funguje .krok {
    display:flex;
    flex-direction: column;
    align-items: center;
}

.narodeniny-ako-funguje .krok .image-block {
    background-color: #F2F4F5;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.narodeniny-ako-funguje .krok .image-block img {
    height: auto;
    width: 100%;
    max-width: 275px;
}

.narodeniny-ako-funguje .krok .text-title {
    font-size: 30px;
    margin-bottom: 10px;
}

.narodeniny-ako-funguje .description {
    color: #576168;
    max-width: 325px;
    text-align: center;
}

.kam-pojdu-peniaze .miesto {
    background-color: var(--color--white);
    padding: 40px 25px;
    border-radius: 15px;
    margin-bottom: 25px;
    min-height: 325px;
}

.kam-pojdu-peniaze .miesto .image-block img {
    height: 110px;
    width: 100%;
}

.kam-pojdu-peniaze .miesto .red-spacer {
    background-color: var(--color--red);
    width: 40px;
    height: 5px;
    border-radius: 5px;
    margin: 40px 0 30px;
}

.nav-tabs .nav-link {
    font-weight: bold;
    color: var(--color--text);
    border: 0;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0;
}

.nav-tabs .nav-link.active {
    color: var(--color--red);
    border-bottom: 3px solid var(--color--red);
}

form .form-control,
input[type="search"] {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px 18px;
    font-size: 1rem;
    color: #6c757d;
}

form .form-control::placeholder {
    color: #b0b0b0;
    font-style: italic;
}

form label {
    margin-bottom: 5px;
    font-size: 14px;
}

input[type="search"],
form input[type="text"],
form input[type="password"],
form input[type="email"],
form select
form textarea {
    border-bottom: 2px solid #d0d3d5 !important;
    border-bottom-color: rgb(208, 211, 213);
    transition: all .2s ease-in-out;
}

input[type="search"]:focus,
input[type="search"]:active,
form textarea:focus,
form textarea:active,
form select:focus,
form select:active,
form input:focus,
form input:active {
    box-shadow: none !important;
    outline: none !important;
}

input[type="search"]:active,
input[type="search"]:focus,
form textarea:active,
form textarea:focus,
form select:active,
form select:focus,
form input[type="email"]:active,
form input[type="email"]:focus,
form input[type="number"]:active,
form input[type="number"]:focus,
form input[type="text"]:active,
form input[type="text"]:focus,
form input[type="password"]:active,
form input[type="password"]:focus {
    border-color: #0c0c0c !important;
    border-bottom-color: #5c6266 !important;
}

form input[type="checkbox"]:focus,
form input[type="checkbox"]:active {
    border-color: var(--color--red) !important;
}

form .form-control {
    font-size: 18px;
    color: var(--color--text);
}

form .error-box {
    display: none;
    border: 1px solid #ff0000;
    margin-bottom: 20px;
    padding: 10px;
    background: #ffcccc;
    border-radius: 5px;
}

form .form-check-input:checked {
    background-color: var(--color--red);
    border-color: var(--color--red);
    border-bottom-color: var(--color--red);
}

form .form-check-input {
    width: 18px;
    height: 18px;
}

form .gdpr-text {
    font-size: 12px;
}

.donation-btn {
    border: 2px solid #ddd;
    background: white;
    color: black;
    border-radius: 50px;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all .15s ease-in-out;
    width: 80px;
    text-align: center;
}

.donation-btn.active {
    background: var(--color--red);
    color: white;
    border-color: var(--color--red);
}

.donation-box {
    background: #fff;
    padding: 35px 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin-top: 15px;
    box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.05);
}

.donation-box::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 30px;
    background: white;
    box-shadow: -3px -3px 5px rgba(0, 0, 0, 0.05);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}


.custom-radio {
    display: flex;
    align-items: center;
}

.custom-radio input {
    display: none;
}

/* Vizuálny kruh rádio tlačidla */
.custom-radio .radio-circle {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    border: 2px solid #d0d3d5;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 8px;
}

/* Aktívne rádio tlačidlo */
.custom-radio input:checked + label .radio-circle {
    border-color: var(--color--red);
    background-color: white;
}

/* Vnútorný červený kruh pri výbere */
.custom-radio input:checked + label .radio-circle::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--color--red);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-radio label {
    display: flex;
    align-items: center;
}

.za-1-euro {
    font-size: 40px;
    background-color: var(--color--yellow);
    border-radius: 25px;
    padding: 40px 50px;
}

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

.table {
    white-space: nowrap;
}

.percenta-z-dane .percenta-link {
    box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, .05);
    height: 125px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: var(--color--red);
    font-size: 25px;
    font-weight: 600;
    transition: all .2s ease-in-out;
    font-family: Oswald, sans-serif;
}

.percenta-z-dane .percenta-link:hover {
    background-color: var(--color--red);
    color: var(--color--white);
}

.percenta-citat {
    background-color: var(--color--yellow);
    padding: 45px;
    border-radius: 20px;
}

.percenta-citat blockquote {
    font-size: 30px;
}

.percenta-citat img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.accordionPayments .accordion-item {
    border: none;
    background-color: var(--color--lightgrey);
    margin-bottom: 15px;
    border-radius: 10px;
    color: #576168;
}

.accordionPayments .accordion-item .accordion-body {
    padding-top: 0;
}

.accordionPayments .accordion-item .accordion-item {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 0;
}


.accordionPayments .accordion-item .accordion-item h2 button {
    padding: 20px 15px 20px 15px;
}

.accordionPayments .accordion-item .accordion-button {
    background-color: var(--color--lightgrey);
    color: var(--color--text);
}

.accordionPayments .accordion-item .accordion-button i {
    margin-right: 7px;
}

.accordionPayments .accordion-item h2 button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    box-shadow: none;
    border-radius: 10px !important;
    padding: 20px 20px 20px 25px;
}

.accordionPayments .accordion-item h2 .accordion-button:not(.collapsed) {
    background-color: var(--color--lightgrey);
}


.osoby-kniha .osoba {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 10px 10px 10px;
}

.osoby-kniha .osoba img {
    width: 125px;
    min-width: 125px;
    height: 125px;
    min-height: 125px;
    margin-bottom: 10px;
}

.citat-bigger {
    font-size: 50px
}

.tu-pracuju img {
    display: block;
    max-width: 175px;
    height: auto;
    max-height: 60px;
    object-fit: contain;
    margin: 0 15px 25px 0;
}

.html-block table td,
.html-block table th {
    border-width: 1px;
    padding: 10px;
}

.html-block table {
    margin: 25px 0;
}

#zoznamanjelov td, #zoznamanjelovWidget td,
#zoznamanjelov th, #zoznamanjelovWidget th {
    border: 2px solid #fff;
}

#zoznamanjelov th, #zoznamanjelovWidget th {
     font-weight: bold;
    font-family: Oswald, sans-serif;
 }

#zoznamanjelov thead th, #zoznamanjelovWidget thead th {
    border-bottom: 2px solid yellow;
}

#zoznamanjelov tbody tr:nth-child(even), #zoznamanjelovWidget tbody tr:nth-child(even) {
    background-color: #e9e9e9;
}

.dataTables_wrapper .dataTables_paginate {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.dataTables_wrapper .dataTables_paginate span {
    display: flex;
    align-items: center; /* Zarovná čísla stránok na rovnakú úroveň */
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: #ed1c24 !important;
    color: white !important;
    border-radius: 5px;
    margin: 0 1px;
    border: none;
    width: 35px;
    height:35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #c2171f !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    background-color: #f28b8e !important;
    color: white !important;
}

.wings-cards {
    margin-bottom: 25px;
}

.wings-cards .wings-card {
    margin-bottom: 15px;
    border-radius: 20px;
    padding: 20px;
    transition: all .15s ease-in-out;
    cursor:pointer;
}

.wings-cards .wings-card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 40px rgba(0, 0, 0, .08);
}

.wings-cards .wings-card img {
     height: 100%;
     width: 50%;
     object-fit: contain;
}

.wings-cards .wings-card .text-title {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 400;
}

.wings-cards .wings-card .flip-right {
    transform: scaleX(-1);
}

.sda-form-block {
    background-color: var(--color--white);
    border-radius: 20px;
    padding: 50px 50px;
    position:relative;
    top: -150px;
    margin-bottom: -150px;
}

.video-button-block {
    position:absolute;
    bottom: 20px;
    margin:0 auto;
    right: 40px;
    z-index: 1;
}

.video-button-block .button {
    font-weight: 600;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;;
}

header .owl-carousel .owl-item .item .container {
    padding: 75px 15px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.7);
    }
    60% {
        box-shadow: 0 0 15px 15px rgba(237, 28, 36, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(237, 28, 36, 0);
    }
}

@media (max-width: 991px) {
    .navbar .dropdown-toggle::after {
        position: absolute;
        right: 0 !important;
    }

    .navbar-collapse {
        padding: 15px 15px 15px 0;
        overflow: auto;
        /*height: calc(100vh - 110px);*/
        height: auto;
    }

    .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;

    }

    .navbar-nav .dropdown-menu {
        border: none;
        list-style: initial;
        padding-left: 25px;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        padding-left: 5px;
    }
}

@media (min-width: 1151px) {
    .counter-desktop-only {
        display: flex;
    }

    .counter-mobile-only {
        display: none;
    }
}

@media (max-width: 1150px) {
    .counter-desktop-only {
        display: none;
    }

    .counter-mobile-only {
        display: flex;
    }
}

@media (min-width: 992px) {
    .desktop-only {
        display: flex !important;
    }

    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: flex !important;
    }
}

/* Video Header Responsive Text Styles */
header .owl-carousel .text-block h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

header .owl-carousel .text-block .banner-blockquote {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}

header .owl-carousel .text-block .banner-blockquote p {
    margin-bottom: 0.5rem;
}

/* Vylepšené responzívne breakpointy pre desktop text - optimalizované veľkosti a line-height */
@media (max-width: 1600px) {
    header .owl-carousel .text-block h1 {
        font-size: 2.25rem;
    }
    
    header .owl-carousel .text-block .banner-blockquote {
        font-size: 1.3rem;
        line-height: 1.2;
    }
}

@media (max-width: 1400px) {
    header .owl-carousel .text-block h1 {
        font-size: 2rem;
    }
    
    header .owl-carousel .text-block .banner-blockquote {
        font-size: 1.1rem;
        line-height: 1.2;
    }
}

@media (max-width: 1200px) {
    header .owl-carousel .text-block h1 {
        font-size: 1.75rem;
    }
    
    header .owl-carousel .text-block .banner-blockquote {
        font-size: 0.95rem;
        line-height: 1.2;
    }
}

@media (max-width: 992px) {
    header .owl-carousel .text-block h1 {
        font-size: 1.75rem;
    }
    
    header .owl-carousel .text-block .banner-blockquote {
        font-size: 0.85rem;
        line-height: 1.1;
    }
}

/* Mobile styles (already handled by mobile-only class) */
@media (max-width: 991px) {
    header .owl-carousel .text-block h1 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
    
    header .owl-carousel .text-block .banner-blockquote {
        font-size: 0.85rem;
        margin-bottom: 1.5rem;
    }
}

/* Vylepšené pozicionovanie tlačidiel pre video header widget na desktope */
/* Zabezpečenie stabilného pozicionovania tlačidiel na všetkých desktop rozlíšeniach */

/* Základné desktop rozlíšenia */
@media (min-width: 992px) {
    .desktop-only .container[style*="padding-bottom: 120px"] {
        padding-bottom: 12vh !important;
        min-height: 60px !important;
    }
}

/* Veľké desktop rozlíšenia (Full HD a vyššie) */
@media (min-width: 1920px) {
    .desktop-only .container[style*="padding-bottom: 120px"] {
        padding-bottom: 10vh !important;
    }
}

/* Široké obrazovky (ultrawide) */
@media (min-width: 2560px) {
    .desktop-only .container[style*="padding-bottom: 120px"] {
        padding-bottom: 8vh !important;
    }
}

/* Menšie laptopy a tablety v landscape móde */
@media (min-width: 768px) and (max-width: 1199px) {
    .desktop-only .container[style*="padding-bottom: 120px"] {
        padding-bottom: 15vh !important;
    }
}

/* Špecifické rozlíšenia kde môže byť tlačidlo príliš vysoko */
@media (min-width: 1400px) and (max-width: 1919px) and (min-height: 800px) and (max-height: 1200px) {
    .desktop-only .container[style*="padding-bottom: 120px"] {
        padding-bottom: 10vh !important;
    }
}

/* Pre veľmi vysoké obrazovky */
@media (min-height: 1200px) {
    .desktop-only .container[style*="padding-bottom: 120px"] {
        padding-bottom: 8vh !important;
    }
}

/* Zabezpečenie, že tlačidlá sú vždy viditeľné a dostupné */
@media (min-width: 992px) {
    .desktop-only .container[style*="padding-bottom: 120px"] {
        position: relative;
        z-index: 10;
    }
    
    /* Zabezpečenie, že tlačidlo nie je príliš blízko k okraju */
    .desktop-only .container[style*="padding-bottom: 120px"] .button {
        margin-bottom: 20px;
    }
}

/* Responzívne štýly pre nadpisy obrázkov na desktopoch a tabletoch */
/* Tieto štýly sa aplikujú na nadpisy v obrázkových slidoch */
@media (max-width: 1600px) {
    header .owl-carousel .owl-item .item .text-block h1 {
        font-size: 2.25rem;
        line-height: 1.2;
    }
}

@media (max-width: 1400px) {
    header .owl-carousel .owl-item .item .text-block h1 {
        font-size: 2rem;
        line-height: 1.2;
    }
}

@media (max-width: 1200px) {
    header .owl-carousel .owl-item .item .text-block h1 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
}

@media (max-width: 992px) {
    header .owl-carousel .owl-item .item .text-block h1 {
        font-size: 1.5rem;
        line-height: 1.2;
    }
}

/* Viewport jednotky pre plynulú responzivitu nadpisov obrázkov */
@media (min-width: 992px) and (max-width: 1199px) {
    header .owl-carousel .owl-item .item .text-block h1 {
        font-size: 2.2vw;
        line-height: 1.2;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    header .owl-carousel .owl-item .item .text-block h1 {
        font-size: 2.1vw;
        line-height: 1.2;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header .owl-carousel .owl-item .item .text-block h1 {
        font-size: 2vw;
        line-height: 1.2;
    }
}

/* Clamp funkcia pre bezpečné škálovanie nadpisov obrázkov */
@media (min-width: 992px) {
    header .owl-carousel .owl-item .item .text-block h1 {
        font-size: clamp(1.5rem, 2.2vw, 2.5rem);
    }
}

/* ===== VIDEO HEADER WIDGET STYLES ===== */
/* Všetky štýly pre video header widget presunuté z widgetu */

/* Vylepšené pozicionovanie tlačidiel pre desktop */
/* Základné desktop rozlíšenia - používame viewport jednotky pre stabilné pozicionovanie */
@media (min-width: 992px) {
    /* Desktop tlačidlá - stabilné pozicionovanie pomocou viewport jednotiek */
    .desktop-only .container[style*="padding-bottom: 120px"] {
        padding-bottom: 12vh !important;
    }
}

/* Veľké desktop rozlíšenia (Full HD a vyššie) */
@media (min-width: 1920px) {
    .desktop-only .container[style*="padding-bottom: 120px"] {
        padding-bottom: 10vh !important;
    }
}

/* Široké obrazovky (ultrawide) */
@media (min-width: 2560px) {
    .desktop-only .container[style*="padding-bottom: 120px"] {
        padding-bottom: 8vh !important;
    }
}

/* Menšie laptopy a tablety v landscape móde */
@media (min-width: 768px) and (max-width: 1199px) {
    /* Desktop tlačidlá na menších obrazovkách */
    .desktop-only .container[style*="padding-bottom: 120px"] {
        padding-bottom: 15vh !important;
    }
    
    /* Mobile tlačidlá na tablet rozlíšeniach */
    .mobile-only .container[style*="padding-bottom: 110px"] {
        padding-bottom: 12vh !important;
    }
    
    /* Mobile text na tablet rozlíšeniach - aktualizované pre padding-bottom */
    .mobile-only .container[style*="padding-bottom: 250px"] {
        padding-bottom: 28vh !important;
    }
}

/* Špecifické rozlíšenia kde môže byť tlačidlo príliš vysoko */
@media (min-width: 1400px) and (max-width: 1919px) and (min-height: 800px) and (max-height: 1200px) {
    .desktop-only .container[style*="padding-bottom: 120px"] {
        padding-bottom: 10vh !important;
    }
}

/* Pre veľmi vysoké obrazovky */
@media (min-height: 1200px) {
    .desktop-only .container[style*="padding-bottom: 120px"] {
        padding-bottom: 8vh !important;
    }
}

/* Zabezpečenie minimálnej výšky pre tlačidlá */
@media (min-width: 992px) {
    .desktop-only .container[style*="padding-bottom: 120px"] {
        min-height: 60px !important;
    }
}

/* Vylepšené pozicionovanie mobile textov - mierne vyššie */
@media (max-width: 991px) {
    .mobile-only .container[style*="padding-bottom: 250px"] {
        padding-bottom: 250px !important;
    }
}

/* Responzívne prispôsobenie pre menšie mobile zariadenia */
@media (max-width: 480px) {
    .mobile-only .container[style*="padding-bottom: 250px"] {
        padding-bottom: 220px !important;
    }
}

/* Pre veľmi malé zariadenia */
@media (max-width: 360px) {
    .mobile-only .container[style*="padding-bottom: 250px"] {
        padding-bottom: 200px !important;
    }
}

/* ===== PAGE HEADER STAŇTE SA PARTNEROM WIDGET ===== */
/* Skryť bannery (carousel) na mobilných zariadeniach */
@media (max-width: 991px) {
    .page-header .owl-carousel.sda-banner {
        display: none !important;
    }
}

/* Dodatočné vylepšenia responzivity pre banner-blockquote - optimalizované viewport jednotky */
/* Použitie viewport jednotiek pre ešte lepšiu responzivitu s menším line-height */
@media (min-width: 992px) and (max-width: 1199px) {
    header .owl-carousel .owl-item .item blockquote.banner-blockquote,
    header .owl-carousel .owl-item .item blockquote.banner-blockquote p {
        font-size: 2vw;
        line-height: 1.2;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    header .owl-carousel .owl-item .item blockquote.banner-blockquote,
    header .owl-carousel .owl-item .item blockquote.banner-blockquote p {
        font-size: 1.9vw;
        line-height: 1.2;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header .owl-carousel .owl-item .item blockquote.banner-blockquote,
    header .owl-carousel .owl-item .item blockquote.banner-blockquote p {
        font-size: 1.8vw;
        line-height: 1.2;
    }
}

/* Zabezpečenie minimálnej a maximálnej veľkosti pre viewport jednotky - optimalizované limity */
@media (min-width: 992px) {
    header .owl-carousel .owl-item .item blockquote.banner-blockquote,
    header .owl-carousel .owl-item .item blockquote.banner-blockquote p {
        font-size: clamp(18px, 2vw, 35px);
    }
}