.my-con {
    display: flex;
    flex-wrap: wrap;
}

.my-column {
    box-sizing: border-box;
    padding: 10px;
}

.my-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.my-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.my-column strong {
    font-weight: bold;
}

.mojeh2 h2 {
    background: url("../images/title-background_Tantra-masaze-Praha.png") no-repeat center top;
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    line-height: 18px;
    font-size: 14px;
}

.cenik_subcategory-title {
    font-family: "Arial", sans-serif; /* Elegantní písmo */
    font-size: 1rem; /* Mírně větší text, aby byl odlišitelný */
    font-weight: 500; /* Střední váha písma */
    text-align: center; /* Vycentrování textu */
    color: #fbf2f2; /* Neutrální šedá barva */
    margin-top: 0.5rem; /* Mezera nad textem */
    margin-bottom: 0.5rem; /* Mezera pod textem */
    letter-spacing: 0.05rem; /* Trochu větší mezery mezi písmeny */
    text-transform: uppercase; /* Velká písmena pro elegantní vzhled */
    border-bottom: 2px solid #dcdcdc; /* Jemná čára pod textem */
    padding-bottom: 0.5rem; /* Výplň mezi textem a čárou */
}

.page-masseurs-list .masseurs-list-top-text .moje-list {
    padding: 20px;
    background-color: #520200;
    border-top: 3px solid #c97a01;
    border-bottom: 3px solid #c97a01;
    list-style: none; /* Add this to remove bullet points from list */
}

.page-masseurs-list .masseurs-list-top-text .moje-list li {
    padding-left: 30px; /* Add this to offset text because of the icon */
    position: relative; /* Add this to position the icon */
    margin-bottom: 10px; /* Add this if you want space between the list items */
}

.page-masseurs-list .masseurs-list-top-text .moje-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url("../images/odrazkam.png");
    background-size: contain;
}

@media screen and (max-width: 360px) {
    .page-masseurs-list .masseurs-list-top-text .moje-list {
        margin: 0 -20px;
    }
}

.image-wrapper img {
    cursor: pointer;
}

/* Rest of the styles remain same*/
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal video {
    margin: 5% auto;
    display: block;
}

#closeModal {
    color: #f1f1f1;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    transition: 0.3s;
}

#closeModal:hover,
#closeModal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

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

.image-wrapper img {
    cursor: pointer;
    display: block;
}

.image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px;
    color: #fff;
    font-size: 17px;
}

.image-overlay {
    position: absolute;
    width: 50px; /* Adjust as necessary */
    height: 50px; /* Adjust as necessary */
    bottom: 2%;
    right: 2%;
    cursor: pointer;
}

.my-gold {
    color: #f38900;
}

.myDiscounts {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.myDiscounts__block {
    padding: 2%;
}

.myDiscounts__block--icon {
    background-color: #400000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.myDiscounts__block--icon .icon-img {
    position: absolute;
    left: 0;
    height: 38px;
}

.myDiscounts__block--text strong {
    font-weight: bold;
}

.myDiscounts__block--icon h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.myDiscounts__block--text {
    background-color: #520200;
    color: white;
}

.myDiscounts__block--text ul {
    list-style: none;
    padding-left: 3%;
}

.myDiscounts__block--text ul li {
    position: relative;
    margin-bottom: 1em;
    padding-left: 30px;
}

.myDiscounts__block--text ul li::before {
    content: url("../images/odrazkaS.png");
    position: absolute;
    left: 0;
    top: 0;
}

.myDiscounts__block--bottom {
    background-color: rgba(255, 0, 0, 0.43);
    color: white;
    font-weight: bold;
}

.my-pt-2 {
    padding-top: 0.5rem;
}

.my-pt-4 {
    padding-top: 2.5rem;
}

.my-standards {
    padding-top: 1rem;
}

.my-standards p {
    padding-top: 1rem;
}

.my-standards h3 {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #f38900;
}

.my-standards h3 img {
    margin-right: 10px; /* Odsazení mezi ikonou a textem */
}

.my-standards ul {
    padding-top: 1rem;
    padding-left: 3%;
}

.my-standards ul li {
    position: relative;
    margin-bottom: 1em;
    padding-left: 20px;
}

.my-standards ul li::before {
    content: url("../images/odrazkaS.png");
    position: absolute;
    left: 0;
    top: 0;
}

.my-school.container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
}

.my-school .img-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 252px;
    gap: 75px;
}

.my-school .img-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-school .text {
    position: absolute;
    width: 100%;
    color: #fff;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.my-school .hover-in {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
}

.my-school .hover-out {
    position: relative;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
}

.my-school .img-box:hover .hover-out {
    opacity: 0;
}

.my-school .img-box:hover .hover-in {
    opacity: 1;
}

.my-school .img-box .text {
    position: absolute;
    width: 100%;
    color: #fff;
    background: transparent;
}

.my-school .initial-text {
    bottom: 4%;
    transition: all 0.1s ease-in-out;
}

.my-school .hover-text {
    display: none;
    padding: 12px;
}

.my-school .img-box:hover .initial-text {
    opacity: 0;
    display: none;
}

.my-school .img-box:hover .hover-text {
    opacity: 1;
    font-size: 11.5px;
    display: flex;
}

.my-school .central-img {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
}

.my-school .img-box .hover-in,
.my-school .img-box .hover-out {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

@media (max-width: 768px) {
    .my-school .img-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .my-school .central-img {
        display: none;
    }
}

.my-courses {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-row {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding-bottom: 20px;
    position: relative; /* Add this line */
}

.square-image {
    width: 139px;
    height: 139px;
    position: relative; /* Add this line */
    display: flex; /* Add this line */
    justify-content: center; /* Add this line */
    align-items: flex-end; /* Add this line */
    background-size: cover; /* Add this line */
    background-position: center; /* Add this line */
}

.image-text {
    color: white; /* Add this line */
    text-align: center; /* Add this line */
    padding: 10px; /* Add this line */
}

.content-row {
    display: flex;
    justify-content: space-around;
    width: 100%;
    background: #520200;
}

.text-section {
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.bordered-title {
    border-top: 2px solid #f38900;
    border-bottom: 2px solid #f38900;
    font-size: 18px;
    font-weight: bold;
}

.text-section p {
    margin-top: 20px;
}

@media (max-width: 600px) {
    .content-image {
        display: none;
    }
}

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

.my-videos {
    width: 100%;
    position: relative;
    font-family: "Roboto", sans-serif;
}

/* Hlavni video blok */
.my-videos-main {
    width: 100%;
    position: relative;
}

.my-videos-thumbnail {
    width: 100%;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 10px;
}

.my-videos-thumbnail:before {
    content: attr(data-content);
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 700;
}

.my-videos-content {
    display: none;
}

.my-videos-others {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 10px;
}

.my-videos-item {
    width: calc(33.33% - 10px);
    position: relative;
}

.youtube-player {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.popup-wrapper {
    display: none;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.popup-content {
    width: 50%;
    margin: 50px auto 0;
    max-height: 70vh;
    overflow: auto;
}

/* Přidáno */
.my-videos-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.my-videos-player {
    height: 70%;
    max-width: 100%;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.my-videos-close-modal {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    background-color: #333;
    border-radius: 50%;
    padding: 0 5px;
}

.my-videos-item .my-videos-thumbnail {
    cursor: pointer;
}

.my-videos-main .my-videos-thumbnail-main {
    cursor: pointer;
}

.video-modal {
    display: none; /* Skrytý defaultně */
    position: fixed; /* Zůstává na místě */
    z-index: 1; /* Leží na vrchu */
    padding-top: 100px; /* Pozicováno nad 100px od vrcholu */
    left: 0;
    top: 0;
    width: 100%; /* Plná šířka */
    height: 100%; /* Plná výška */
    overflow: auto; /* V případě potřeby přidat scroll */
    background-color: rgb(0, 0, 0); /* Fallback barev */
    background-color: rgba(0, 0, 0, 0.4); /* Černý w/ opacity */
}

/* Modal Content/Box */
.video-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

/* Tlačítko Close */
.video-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.video-modal-close:hover,
.video-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.video-description {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #f38900;
    text-align: center;
    padding: 20px 0;
    /*background: rgba(0, 0, 0, 0.5);*/
}

.mojeImg {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 10px 10px 10px; /* Odsazení zleva přidáno (20px) */
    float: left;
    width: 50%;
    max-width: 252px;
    height: auto; /* Zajistí, že obrázek si zachová správný poměr stran */
}

.mojeImg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/border-252x204.png") no-repeat center center;
    background-size: contain; /* Rámeček se přizpůsobí velikosti obrázku */
    pointer-events: none; /* Rámeček nebude interaktivní */
    z-index: 1; /* Zajistí, že rámeček bude nad obrázkem */
}

.mojeImg img {
    display: block;
    width: 100%;
    height: auto; /* Obrázek zůstane v rámci svého rodiče */
    z-index: 0; /* Obrázek bude pod rámečkem */
}

/* Styl pro Magnific Popup */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.t1 {
    font-size: 12px; /* Výchozí velikost textu pro větší obrazovky */
    white-space: normal; /* Povolit zalomení textu */
}

@media only screen and (max-width: 768px) {
    .t1 {
        font-size: 10px; /* Zmenšit velikost textu na menších obrazovkách */
    }
}

@media only screen and (max-width: 480px) {
    .t1 {
        font-size: 10px; /* Ještě menší velikost pro extra malé obrazovky (telefony) */
    }
}

.my-videos-thumbnail-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.my-videos-thumbnail-text {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

/*----------------------------------------- C E N Í K -----------------------------------------*/

.block-price-list-massages ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.block-price-list-massages ul .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    background-color: #4f0102;
    border-bottom: 1px;
}

.block-price-list-massages ul .row:hover {
    opacity: 0.8;
}

.block-price-list-massages ul .col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.block-price-list-massages ul .col-1 {
    flex: 0 0 75%;
    max-width: 75%;
    border-right: 1px solid #690203;
}

.block-price-list-massages ul .col-2 {
    flex: 0 0 25%;
    max-width: 25%;
}

.block-price-list-massages a {
    color: white;
    font-size: 15px;
    text-decoration: none;
}

.list-icon {
    margin-right: 5px;
    margin-top: 3px;
    height: 16px;
    width: 16px;
}

.reference {
    margin-top: 2%;
}

.my-article img {
    max-width: 100%;
}

li.special-li::before {
    content: url("../images/odrazkaS.png");
    padding-right: 5px;
}

.image-wrapper {
    position: relative;
}

.image-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("../images/articles-list-box.png") no-repeat;
    background-size: cover;
    z-index: 2;
}

/*==================== F I L T R A C E ====================*/

.fil_ser-container {
    display: flex;
    flex-direction: column;
}

.fil_ser-row {
    display: flex;
    padding-top: 2%;
}

.fil_ser-label {
    width: 30%;
}

.fil_ser-input {
    width: 30%;
}

.fil_ser-input-vel {
    width: 60%;
}

input[type="submit"] {
    width: 100%;
    margin-top: 10px;
}

.cenik_headline_container {
    position: relative;
    text-align: center;
}

.cenik_headline_border {
    width: 100%;
    height: auto;
}

.cenik_headline_content {
    position: absolute;
    top: 45%;
    left: 52%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.cenik_icon {
    position: absolute;
    left: 2%;
    height: 40px; /* Adjust based on your requirement */
}

.cenik_headline {
    color: white;
    margin: 0; /* Remove default margin if any */
    font-size: 16px; /* Adjust based on your requirement */
    font-family: "TrajanProRegular", serif;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .cenik_icon {
        height: 30px; /* Adjust based on your requirement */
    }

    .cenik_headline {
        font-size: 16px; /* Adjust based on your requirement */
    }
}

@media (max-width: 480px) {
    .cenik_icon {
        height: 20px; /* Adjust based on your requirement */
    }

    .cenik_headline {
        font-size: 16px; /* Adjust based on your requirement */
    }
}

/*CENÍK TABULKA*/

.cenik_prices-table {
    display: table;
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
    padding-bottom: 15px;
}

.cenik_price-row {
    display: table-row;
    background-color: #4b0102;
}

.cenik_price-variant,
.cenik_price-value {
    display: table-cell;
    padding: 3px;
    border: 1px solid transparent; /* Transparentní border */
}

.cenik_price-variant {
    width: 75%;
    color: #ffffff;
}

.cenik_price-variant p {
    display: flex;
    align-items: center; /* Zarovnání ikonky s textem na střed vertikálně */
    margin: 0; /* Odstraníme výchozí margin */
}

.cenik_price-variant img.cenik_odrazka {
    margin-right: 10px;
    width: 12px; /* Nastavení šířky ikonky */
    height: 13px; /* Nastavení výšky ikonky */
}

.cenik_price-value {
    width: 25%;
    text-align: left;
    color: #ffffff;
    margin: 0; /* Odstraníme výchozí margin */
}

.padding-top-20 {
    padding-top: 20px;
}

.gal09_subcategories {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important; /* Space between items */
    justify-content: space-between !important;
}

.gal09_subcat {
    flex: 1 1 30% !important; /* Default: 3 items per row */
    box-sizing: border-box !important; /* Ensure padding and borders are included in the element's total width and height */
    text-align: center !important;
    margin: 10px 0 !important; /* Adjust vertical spacing as needed */
}

.gal09_subcat img {
    width: 141px !important;
    height: auto !important;
}

.gal09_subcat p {
    margin-top: 10px !important; /* Space between image and text */
    font-size: 1.2em !important; /* Adjust font size as needed */
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .gal09_subcat {
        flex: 1 1 45% !important; /* 2 items per row on medium screens */
    }
}

@media (max-width: 768px) {
    .gal09_subcat {
        flex: 1 1 48% !important; /* 2 items per row on small screens */
    }
}

@media (max-width: 480px) {
    .gal09_subcat {
        flex: 1 1 100% !important; /* 1 item per row on extra small screens */
    }
}

.gal09_image_container {
    width: 100%;
    max-width: 100%; /* Maximální šířka je nastavena na 100 % */
    margin-bottom: 20px;
    position: relative;
}

.gal09_image {
    width: 100%;
    height: auto; /* Výška se přizpůsobuje automaticky */
    display: inline-block;
}

.gal09_hidden {
    display: none; /* Schová všechny další instance obrázků */
}

.gal09_subcat_button {
    background: transparent; /* Změníme pozadí na průhledné */
    border: none; /* Odstraníme rámeček tlačítka */
    padding: 10px; /* Přidáme vnitřní odsazení */
    cursor: pointer; /* Nastavíme ukazatel myši na pointer */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gal09_subcat_button img {
    max-width: 141px; /* Maximální šířka obrázku */
    margin-bottom: 5px; /* Spodní odsazení mezi obrázkem a textem */
}

.gal09_subcat_button p {
    margin: 0; /* Odstraníme výchozí margin */
    color: #fff;
}

.gal09_subcat_article {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
    background: transparent;
    border: 0;
}

.gal09_article_img {
    width: 211px;
    height: 91px;
    object-fit: cover;
    margin-right: 10px;
}

.gal09_article_name {
    margin: 0;
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline;
}

.gal09_video_img {
    width: 211px;
    height: 91px;
    object-fit: cover;
    margin-right: 10px;
}

.gal09_video_name {
    margin: 0;
    text-decoration: underline; /* Optional if needed */
}

.gal09_image-counter {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border-radius: 3px;
    font-size: 12px;
}

.gal09_main_image {
    position: relative;
    border: 2px solid #ffc356; /* Zlatý rámeček */
}

.gal09_main_image::before,
.gal09_main_image::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../images/img-corner.png") no-repeat center;
    background-size: contain;
    z-index: 20000;
}

.gal09_main_image::before {
    top: -10px;
    left: -10px;
    transform: rotate(0deg);
}

.gal09_main_image::after {
    top: -10px;
    right: -10px;
    transform: rotate(90deg);
}

.gal09_main_image .bottom-left::before,
.gal09_main_image .bottom-left::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../images/img-corner.png") no-repeat center;
    background-size: contain;
}

.gal09_main_image .bottom-left::before {
    bottom: -10px;
    left: -10px;
    transform: rotate(270deg);
}

.gal09_main_image .bottom-left::after {
    bottom: -10px;
    right: -10px;
    transform: rotate(180deg);
}

/*ALERTY*/

.alert_1 {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    width: 100%;
    color: #fff;
}

.alert_1-success {
    background-color: rgba(40, 167, 69, 0.9); /* Zelené pozadí s průhledností 0,9 */
}

.alert_1-danger {
    background-color: rgba(220, 53, 69, 0.9); /* Červené pozadí s průhledností 0,9 */
}

/*NÁPOVĚDA*/

.block-faq-text {
    background: #4f0102;
    padding: 1px 30px 10px;
    margin-top: 15px;
    border-radius: 10px;
}

.text-uppercase {
    text-transform: uppercase;
}

.block-faq-text h3 {
    position: relative;
    color: #f7923a;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 2px solid #f7923a;
    padding-bottom: 10px;
    margin-top: 25px;
    padding-left: 25px; /* Add padding to ensure the text does not overlap the icon */
    line-height: 1.2; /* Adjust as necessary to match your design */
}

.block-faq-text h3::before {
    content: url("../images/odrazkaS.png"); /* Adjust path as necessary */
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0%); /* Align to the top of the h3 element */
    text-align: justify;
}

.block-faq-text p {
    margin-top: 3%;
    text-align: justify;
}

.page-masseurs-list .masseur-list-item:before,
.page-masseurs-list .masseur-list-item:last-child:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 11px;
    margin: 40px 0;
    background: url("../images/masseurs-list/separator-left_Tantra-masaze-Praha.png") no-repeat left top,
        url("../images/masseurs-list/separator-right_Tantra-masaze-Praha.png") no-repeat right top;
    background-color: #450103;
}

.page-masseurs-list.no-background .masseur-list-item:before,
.page-masseurs-list.no-background .masseur-list-item:last-child:after {
    background: none !important;
    background-color: transparent !important;
}

.mas11_container {
    display: flex;
    overflow: auto;
    overflow: hidden;
}

.mas11_item {
    flex: 0 0 auto;
    width: 271px; /* Adjust width as needed */
    position: relative; /* Ensure items are positioned relative */
    z-index: 3; /* Ensure items are positioned above backgrounds */
}

.mas11_name-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    padding: 5px 0;
    z-index: 2; /* Ensure name overlay is above the photo */
}

.mas11_photo-frame {
    position: relative;
    margin-bottom: 10px;
    z-index: 2; /* Higher than references */
}

.mas11_photo {
    width: 100%;
    height: auto; /* Adjust as needed */
    display: block;
    position: relative; /* Ensure image is positioned relative */
    z-index: 1; /* Lower than .mas11_photo-frame */
}

.custom-heading {
    color: #f38900;
    text-align: center;
    font-size: 20px;
    display: block; /* Změňte z inline na block, aby se správně zarovnal */
}

.custom-divider {
    display: block; /* Změňte z inline na block, aby se správně zarovnala */
    border: none;
    height: 1px;
    background-color: #f38900;
    margin: 10px auto;
    width: 100%; /* Můžete upravit šířku podle potřeby */
}

.masseur-list-item-right-top-langs {
    display: flex;
    gap: 10px; /* Mezera mezi vlaječkami, lze upravit dle potřeby */
}

.masseur-list-item-right-top-lang {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.masseur-list-item-right-top-lang span {
    margin-top: 4px;
    font-size: 0.8em; /* Úprava velikosti dle potřeby */
}

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

.school13-container {
    width: 100%;
    padding: 0 2.5%;
    box-sizing: border-box;
}

.school13-item {
    display: flex;
    align-items: flex-start; /* Align items to the top */
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 0;
    border-radius: 5px;
    box-sizing: border-box;
    gap: 5%; /* Add gap between columns */
}

.school13-image-container {
    flex: 0 0 auto;
    width: 263px;
    height: 411px;
    box-sizing: border-box;
    position: relative;
}

.school13-image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 263px;
    height: 418px;
    background: url("../../images/courses-list-image-border.png") no-repeat center center;
    background-size: cover;
    pointer-events: none; /* To ensure it does not interfere with image interactions */
    z-index: 1000;
}

.school13-image-container:hover {
    background: url("../../images/courses-list-image-border.png") no-repeat center center;
}

.school13-content {
    flex: 1;
    width: calc(48% - 2.5%); /* Adjust width to account for margin */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align items to the start on the cross axis */
    text-align: justify; /* Justify text */
    justify-content: flex-start; /* Ensure items are aligned at the top of the container */
}

.school13-content h3 {
    margin-bottom: 15px; /* Optional: adjust if you want spacing below the heading */
    font-size: 24px; /* Example font size */
    color: #f2a200; /* Example text color */
    margin-top: 0; /* Ensure no additional margin at the top */
    text-align: left;
}

.school13-content a {
    color: #f2a200;
}

.orange-color {
    color: #f2a200;
}

.school13-description {
    margin-bottom: 20px;
}

.school13-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Mobile layout */
@media (max-width: 767px) {
    .school13-image-container {
        width: 35%;
        height: auto;
    }

    .school13-image-container::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 35%;
        height: auto;
        background: none;
        background-size: cover;
        pointer-events: none; /* To ensure it does not interfere with image interactions */
    }

    .school13-content {
        width: 65%; /* Make the content take 70% width */
    }
}

.cor14_custom_block {
    background-color: #520200;
    padding: 20px;
}

.cor14_custom_block h2 {
    font-size: 12px;
    color: white;
    font-weight: bold;
}

.cor14_custom_list {
    list-style: none;
    padding: 0;
}

.cor14_custom_list li {
    padding-left: 20px;
    background: url("../images/odrazkaS.png") no-repeat left center;
    margin-bottom: 2px;
}

.cor14_custom_list_custom li {
    padding-left: 20px;
    font-size: 20px;
    background: url("../images/odrazkaS.png") no-repeat left center;
    margin-bottom: 2px;
}

#content .course-voucher.course-voucher-redesign .course-voucher-content {
    padding-top: 55px;
    margin-top: -25px;
    margin-bottom: 120px;
}

#content .course-voucher.course-voucher-redesign .course-voucher-content h3 {
    font-size: 14px;
    background: none;
    border-bottom: 2px solid #d8851b;
}

.course-voucher-content {
    background-color: #520200;
    position: relative;
    margin-bottom: 80px;
    padding: 25px 25px 170px;
}

#content .main-clmn * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.course-voucher-content h3 {
    background: url("../images/line-532w.png") left bottom no-repeat;
    margin: 0 0 15px;
    padding: 0 0 15px;
    text-align: center;
}

#content .course-voucher.course-voucher-redesign .course-voucher-content h3 a {
    color: #d8851b;
}

.course-voucher-content h3 a {
    color: #df8504;
    font-size: 16px;
}

.button-2 {
    display: block;
    width: 190px;
    height: 58px;
    line-height: 58px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    background: url("../images/button_01.png") left center no-repeat;
}

.course-voucher-content:after {
    content: "";
    display: block;
    width: 284px;
    height: 248px;
    position: absolute;
    left: 10px;
    bottom: -95px;
    background: url("../images/decor_poukazy.png") no-repeat;
}

.course-voucher-content a.button-2 {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

/* CSS pro subcategories */
.subcat11-subcategories {
    margin-top: 20px;
    margin-left: 10%;
}

.subcat11-subcategory-list {
    list-style: none; /* Odstranění výchozích odrážek */
    font-size: 16px; /* Zvětšení písma */
}

.subcat11-subcategory-item {
    position: relative;
    margin-bottom: 10px; /* Trochu odstupu mezi položkami */
}

.subcat11-subcategory-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px; /* Upravte tuto hodnotu dle potřeby */
    width: 20px; /* Šířka obrázku */
    height: 20px; /* Výška obrázku */
    background: url("../images/odrazkaL.png") no-repeat;
    background-size: contain;
}

.right-column .right-column-item-references {
    margin: 1px;
    background-color: #3e0200;
    position: relative; /* Ensure the relative positioning is applied */
    z-index: 1; /* Lower than frames */
    padding: 0px; /* Placeholder padding for content area, adjust as needed */
}

.right-column .right-column-item-references .corner {
    position: absolute;
    width: 50px; /* Adjust as needed */
    height: 50px; /* Adjust as needed */
    background-size: contain;
    background-repeat: no-repeat;
}

.right-column .right-column-item-references .top-left {
    top: 0;
    left: 0;
    width: 37px;
    height: 36px;
    background-image: url("../images/column-references-decoration-top-left_Tantra-masaze-Praha.png");
    z-index: 999;
}

.right-column .right-column-item-references .top-right {
    top: 0;
    right: 0;
    width: 36px;
    height: 37px;
    background-image: url("../images/column-references-decoration-top-right_Tantra-masaze-Praha.png");
    z-index: 999;
}

.right-column .right-column-item-references .bottom-left {
    bottom: 0;
    left: 0;
    width: 36px;
    height: 37px;
    background-image: url("../images/column-references-decoration-bottom-left_Tantra-masaze-Praha.png");
    z-index: 999;
}

.right-column .right-column-item-references .bottom-right {
    bottom: 0;
    right: 0;
    width: 37px;
    height: 36px;
    background-image: url("../images/column-references-decoration-bottom-right_Tantra-masaze-Praha.png");
    z-index: 999;
}
