#hp-info img {
    position: absolute;
    margin-left: -44px;
    margin-top: 19px;
}

#hp-info .col-4 {
    padding-left: 140px;
    text-align: left;
}

ul {
    list-style: disc;
    padding-left: 1.1em; /* default bývá ~2.5em */
}

/* Zabraň horizontálnímu scrollu kvůli mincím */
body {
    overflow-x: hidden;
}

/* Mince vlevo */
#mince_left {
    position: absolute;
    top: -236px;
    left: -36%;
    will-change: transform;
}

/* Mince vpravo */
#mince_right {
    position: absolute;
    top: -380px;
    right: 0;
    transform: translateX(55%);
    will-change: transform;
}

/* Střední obrazovky - mince více schované */
@media (max-width: 1400px) {
    #mince_left {
        left: -45%;
    }

    #mince_right {
        /* transform se nastaví dynamicky přes JS */
    }
}

/* Tablety a menší - úplně skrýt */
@media (max-width: 1199px) {
    #mince_left,
    #mince_right {
        display: none !important;
    }
}


.card {
    border-radius: 50px !important;
}

.card h3 {
    margin: 14px 0px;
    font-weight: bold;
}

.card h3, .card ul {
    z-index: 20;
    position: relative;
}

.card-body {
    min-height: 450px;
    color: #203554;
    text-align: center;
}

.card img {
    margin-top: 40px;
}

.card ul {
}

.card ul li {
    font-weight: bold;
    text-align: center;
    list-style-type: none;
}

.box-padding {
    padding: 0px 8px;
}

.card .btn {
    font-size: 120%;
}

.card-text {
    margin: 28px 0px;
}

ul {
    list-style-position: inside;
    padding-left: 0px; /* volitelné */
    margin-left: 0px;
}

/* Flip card efekt pro produkty */
.flip-card-container {
    perspective: 1000px;
    width: 82%;
    margin: 0 auto;
    margin-top: 50px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    -o-transition: transform .8s;
    -ms-transition: transform .8s;
    -moz-transition: transform .8s;
    -webkit-transition: transform .8s;
    transition: transform .8s;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-card-inner.flipped {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    width: 100%;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    position: relative;
}

.flip-card-front img, .flip-card-back img {
    width: 100%;
    height: auto;
}

.flip-card-back {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

/* Šikmý zelený pruh vlevo */
.ribbon {
    position: absolute;
    z-index: 50;
    top: 20px;
    left: -80px;
    width: 310px;
    padding: 12px 0;
    text-align: center;
    transform: rotate(-40deg);
    font-weight: bold;
}


/* Stylování textů uvnitř pruhu */
.ribbon .stars {
    font-size: 18px;
    background: #1fb15f;
    color: #fff;
    display: block; /* Zajistí, že se element chová jako blok bez mezer */
    letter-spacing: 4px;
}

.ribbon .text {
    font-size: 13px;
    background: #1fb15f;
    color: #fff;
    padding: 3px 0px 4px;
    display: block; /* Zajistí, že se element chová jako blok bez mezer */
    margin-top: -1px; /* překryje mezeru */

}

.ribbon .sub {
    font-size: 14px;
    opacity: 0.9;
    color: black;
    padding-top: 5px;
}

.ribbon-sberatel .text, .ribbon-sberatel .stars {
    background: #d6290d;
}

.card {
    position: relative;
    clip-path: inset(0 -50px 0 0); /* top right bottom left */
}

.delka-sporeni span {
    font-weight: bold;
}

#porovnanu_tlacitko:hover {
    border-color: #daa315;
    color: #daa315;
}

#porovnaniModal .modal-content {
    border-radius: 30px;
}

#porovnaniModal .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

#porovnaniModal .modal-body {
    padding: 30px 40px;
    color: #203554;
}

#porovnaniModal .btn-close {
    margin-right: 10px;
    margin-top: 10px;
}

#vysvetleni-modal li { list-style-type: none;}

#proc-sporit i {
    font-size: 60px;
    margin-bottom: 16px;
    color: #daa315;
}

.proc-renta i {
    font-size: 60px;
    margin-bottom: 16px;
    color: #daa315;
}

#proc-sporit .col-12 {
    padding-right: 80px;
}

.proc-renta .col-12 {
    padding-right: 80px;
}

h2 {
    font-size: 220%;
    margin: 80px 0px 46px;
}

.nadpis-program {
    font-weight: bold !important;
    margin: 14px 0px !important;
    font-size: 1.75rem !important;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.col-xl-4:hover i {
    animation: bounce 1.1s ease infinite;
}

h3 {
    font-weight: bold;
}
.duvody a { color: white; }
.duvody a:hover { color: #daa315; }

#vybrat_tlacitko:hover {
    border-color: #daa315;
    color: #daa315;
}