﻿.bodyusluge {
    background: #b8a89c;
    margin: 0;
    min-height: 100vh;
}

footer {
    background-color: transparent !important;
    color: black !important;
}

.footernav a {
    color: black !important;
    font-weight: 900;
    border-left: #3d2b1a 2px solid !important;
}

    .footernav a:last-child {
        border-right: #3d2b1a 2px solid !important;
        color: rebeccapurple !important;
    }

#headerlogo {
    filter: sepia(100%) hue-rotate(290deg) saturate(900%) brightness(30%);
}

.holistic {
color:#3d2b1a;
text-shadow: none !important;
}

    .holistic::before {
        background: linear-gradient(to bottom, #916a4e, #4a3627) !important;
    }

.navbar .bi-list {
    color: #3d2b1a !important;
    text-shadow: none !important;
}

h1 {
    font-family: Garet;
    text-align: center;
    margin-top: 22vh;
    letter-spacing: 1px;
    color: #3d2b1a;
    font-size: 6vw;
}

.ostali {
text-align:center;
}

    .ostali a {
        font-family: Garet;
        font-weight: 900;
        color: rgba(61, 43, 26, 0.3);
        padding: 0 20px;
        border-left: 2px solid rgba(61, 43, 26, 0.3);
        text-decoration: none;
        transition: color ease-in-out 0.3s;
        font-weight:900;
        text-transform:capitalize;
    }

        .ostali a:last-child {
            border-right: 2px solid rgba(61, 43, 26, 0.3);
        }

        .ostali a:hover {
            color: #3d2b1a;
        }


.uvodusluge {
    font-family: Garet;
    color:black;
    padding: 50px 100px 20px 100px;
    font-size:1.4vw;
}

    .uvodusluge p:first-child {
        text-indent: 50px;
    }

    .uvodusluge p:last-child {
        margin: 100px 50px 0 50px;
        font-size:0.8vw;
    }

.lavandadecor {
position:fixed;
z-index:-10;
right:0;
bottom:0;
width:18%;

}


table {
    width: 70%;
    border-collapse: collapse;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    text-transform:uppercase;
}

thead tr th{
background-color:transparent !important;
}

thead tr:hover{
    background-color: transparent !important;
    color:black;
}


table, th, tr, td {
    border: none !important;
    cursor:pointer;
}

thead th:last-child {
    width: 20%;
    text-align:center;
}

tr td:last-child {
    width: 20%;
    text-align: center;
}

th, td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

.podnaslov {
    background: linear-gradient(to right, #d0b2ed,transparent, #c0d1ae);
    font-weight:500;
    letter-spacing:2px;
    font-size:1.5vw;
}

    .podnaslov:hover {
        background: linear-gradient(to right, #d0b2ed,transparent, #c0d1ae);
        color: black;
    }

.premium {
    background: linear-gradient( to right, #b0b0b0 0%, #c0c0c0 8%, #c0c0c0 18%, #d0d0d0 27%, #f0f0f0 35%, #ffffff 40%, #f0f0f0 50%, #d0d0d0 58%, #c0c0c0 67%, #a8a8a8 77%, #b4b4b4 83%, #c8c8c8 88%, #d8d8d8 93%, #b0b0b0 100% );
}

    .premium:hover {
        background: linear-gradient( to right, #b0b0b0 0%, #c0c0c0 8%, #c0c0c0 18%, #d0d0d0 27%, #f0f0f0 35%, #ffffff 40%, #f0f0f0 50%, #d0d0d0 58%, #c0c0c0 67%, #a8a8a8 77%, #b4b4b4 83%, #c8c8c8 88%, #d8d8d8 93%, #b0b0b0 100% );
        color: black;
    }

.cena {
    background: linear-gradient(to right, transparent, #b8a89c);
    font-weight: 600;
    letter-spacing: 1px;
}

tr:hover {
    background-color: #b8a89c;
    color:white;
}

.subtitletable {
text-align:justify-all;
margin: 30px 18% 30px 18%;
font-style:italic;
}

table {
border-bottom:2px solid black !important;
}





.therapymedia {
    display: flex; /* horizontalno raspoređivanje */
    gap: 10px; /* razmak između segmenata */
    width: 100%;
    margin-top:50px;
}

.therapymedia-segment {
    flex: 1; /* svi segmenti iste širine */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%; /* visina segmenata, može se promeniti */
}

    .therapymedia-segment img,
    .therapymedia-segment video {
        width: 100%;
        height: 100%;
        object-fit: cover; /* popunjava segment proporcionalno */
        pointer-events: none;
    }



@media (max-width: 750px) {

    .offcanvas {
    background-position:left center;
    }

    h1 {
        margin-top: 18vh;
        font-size: 9vw;
        padding-bottom:15px;
    }

    .ostali {
        text-align: center;
        padding: 0 15px;
    }

        .ostali a {
            color: rgba(61, 43, 26, 0.35);
            padding: 0 20px;
            border-left: 2px solid rgba(61, 43, 26, 0.1);
            font-size:3vw;
            line-height:2.5;
        }

            .ostali a:last-child {
                border-right: 2px solid rgba(61, 43, 26, 0.1);
            }

    .uvodusluge {
        padding: 40px 20px 20px 20px;
        font-size: 4vw;
        text-align:justify;
    }

        .uvodusluge p:first-child {
            text-indent: 50px;
        }

        .uvodusluge p:last-child {
            margin: 30px 0 0 0;
            font-size: 3.2vw;
            opacity:0.5;
        }

    .lavandadecor {
        display:none;
    }

    .therapymedia {
        display: block;
        gap: 0;
        margin-top: 50px;
    }

    .therapymedia-segment {
        padding-bottom: 10px !important;
    }


    table {
        width: 100%;
    }

    .podnaslov {
        background: linear-gradient(to right, #d0b2ed,transparent, #c0d1ae);
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 4vw;
    }


    .subtitletable {
        text-align: justify-all;
        margin: 30px 20px;
        font-style: italic;
        font-size:3.5vw;
        opacity:0.7;
    }

    table {
        border-bottom: 2px solid black !important;
    }

    .premium {
        background: linear-gradient( to right, #b0b0b0 0%, #c0c0c0 8%, #c0c0c0 18%, #d0d0d0 27%, #f0f0f0 35%, #ffffff 40%, #f0f0f0 50%, #d0d0d0 58%, #c0c0c0 67%, #a8a8a8 77%, #b4b4b4 83%, #c8c8c8 88%, #d8d8d8 93%, #b0b0b0 100% );
    }

        .premium:hover {
            background: linear-gradient( to right, #b0b0b0 0%, #c0c0c0 8%, #c0c0c0 18%, #d0d0d0 27%, #f0f0f0 35%, #ffffff 40%, #f0f0f0 50%, #d0d0d0 58%, #c0c0c0 67%, #a8a8a8 77%, #b4b4b4 83%, #c8c8c8 88%, #d8d8d8 93%, #b0b0b0 100% );
            color: black;
        }

    tr td:last-child {
        width: 30%;
        text-align: center;
    }
}


@media (min-width: 750px) and (max-width: 1024px) and (orientation: portrait) {
    h1 {
        margin-top: 20vh;
        font-size: 8vw;
        padding-bottom: 15px;
    }

    .ostali {
        text-align: center;
        padding: 0 10px;
    }

        .ostali a {
            color: rgba(61, 43, 26, 0.35);
            padding: 0 10px;
            border-left: 2px solid rgba(61, 43, 26, 0.1);
            font-size: 1.8vw;
            line-height: 2.5;
        }

            .ostali a:last-child {
                border-right: 2px solid rgba(61, 43, 26, 0.1);
            }

    .uvodusluge {
        padding: 40px 40px 20px 40px;
        font-size: 2.4vw;
        text-align: justify;
    }

        .uvodusluge p:first-child {
            text-indent: 50px;
        }

        .uvodusluge p:last-child {
            margin: 30px 0 0 0;
            font-size: 1.7vw;
            opacity: 0.5;
        }

    .lavandadecor {
        display: none;
    }

    .therapymedia {
        display: block;
        gap: 0;
        margin-top: 50px;
        padding: 0 10px;
    }

    .therapymedia-segment {
        padding-bottom: 10px !important;
    }


    table {
        width: 90%;
    }

    .podnaslov {
        background: linear-gradient(to right, #d0b2ed,transparent, #c0d1ae);
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 4vw;
    }


    .subtitletable {
        text-align: justify-all;
        margin: 30px 20px;
        font-style: italic;
        font-size: 1.7vw;
        opacity: 0.7;
    }

    table {
        border-bottom: 2px solid black !important;
    }

    .premium {
        background: linear-gradient( to right, #b0b0b0 0%, #c0c0c0 8%, #c0c0c0 18%, #d0d0d0 27%, #f0f0f0 35%, #ffffff 40%, #f0f0f0 50%, #d0d0d0 58%, #c0c0c0 67%, #a8a8a8 77%, #b4b4b4 83%, #c8c8c8 88%, #d8d8d8 93%, #b0b0b0 100% );
    }

        .premium:hover {
            background: linear-gradient( to right, #b0b0b0 0%, #c0c0c0 8%, #c0c0c0 18%, #d0d0d0 27%, #f0f0f0 35%, #ffffff 40%, #f0f0f0 50%, #d0d0d0 58%, #c0c0c0 67%, #a8a8a8 77%, #b4b4b4 83%, #c8c8c8 88%, #d8d8d8 93%, #b0b0b0 100% );
            color: black;
        }

    tr td:last-child {
        width: 30%;
        text-align: center;
    }
}