* {
    margin: 0px;
    padding: 0px;
}

:root {
    --background-color: #ffffff; /* Background color for the entire website, including individual sections */
    --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
    --heading-color: #009933; /* Color for headings, subheadings and title throughout the website */
    --accent-color: #00b33c; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

body {
    font-family: 'Rajdhani', sans-serif !important;

}

main {
    min-height: 97vh;
}

header {
    padding-top: 3vh
}

nav {
    z-index: 100000 !important;
}

.modal {
    z-index: 100001 !important;
}

.navbar-color {
    background-color: #3A3B3C;
}

.navbar ul li {
    font-size: 15px;
}

.background-image {
    min-height: 75vh;
    background-image: url("../img/cover.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.gradient {
    /*background: linear-gradient(to bottom, rgba(166, 166, 166, 0.85), rgba(0, 38, 128, 0.8));*/
    background: rgba(9, 9, 9, .7);
    /*background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7));*/
    min-height: 75vh;
    width: 100%;
    padding-top: 19vh;
    padding-bottom: 7vh;
}

.margin-button {
    margin-top: 6px
}

.button-search-text {
    font-size: 16.5px;
}

.ovde_link {
    color: #99ccff;
}

.ovde_link:hover {
    color: #99ccff;
}

.section-title {
    padding-top: 8.2vh;
    padding-bottom: 5vh;
}

.section-title h2 {
    font-weight: 1000 !important;
}

.blue-border {
    background-color: #004591;
    width: 52px;
    height: 8px;
}

.vastrener-bg-blue {
    background-color: #004591 !important;

}
.vastrener-table thead th{
    background-color: #004591 !important;
    color: #ffffff; !important;
}


.card-radius {
    border-radius: 7px;
}

.baby-blue {
    background-color: #fafaff;
    padding-bottom: 10vh;
}

.white-back {
    padding-top: 11vh;
    padding-bottom: 11vh;
}

.vastrener {
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
    color: #404040;
}

.vastrener-blue {
    color: #004591 !important;
}

.text-primary-secound {
    color: #004591 !important;
}

.btn-primary {
    background-color: #004591 !important;
    border-color: #004591 !important;;
}

.btn-outline-primary-secound {
    border-color: #004591 !important;;
    color: #004591 !important;
}

.btn-outline-primary-secound:hover {
    background-color: #004591 !important;
    border-color: #004591 !important;;
    color: #ffffff !important;

}

.desc {
    font-size: 20px;
}

.desc i {
    color: #004591;
}

.text-left {
    text-align: left;
}

a {
    text-decoration: none;
}


/*.comments {*/
/*    min-height: 37vh;*/

/*    background-image:*/
/*        linear-gradient(*/
/*            rgba(0, 0, 0, 0.85),*/
/*            rgba(0, 0, 0, 0.85)*/
/*        ),*/
/*        url("../img/comment.webp");*/

/*    background-position: center;*/
/*    background-size: cover;*/
/*    background-attachment: fixed;*/
/*}*/
/*.comments h5 {*/
/*    color: #809fff;*/
/*}*/

/*.comments h6 {*/
/*    color: #ccd9ff;*/
/*}*/

/*.comments p {*/
/*    color: #ffffff;*/
/*}*/

/*.carousel-item {*/
/*    min-height: 37vh; !* isto kao .comments *!*/
/*    position: relative;*/
/*}*/

/*.carousel-caption {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    right: auto;*/
/*    bottom: auto;*/

/*    text-align: center;*/
/*    width: 100%;*/
/*    max-width: 900px;*/
/*    margin: 0 auto;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.carousel-control-next,*/
/*.carousel-control-prev !*, .carousel-indicators *! {*/
/*    filter: invert(100%);*/
/*}*/

.contact-background {
    background-color: #004591;
    padding-bottom: 10vh;
}

.box {
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.16), 0 5px 11px rgba(0, 0, 0, 0.23);
    border-radius: 7px;

}

.box i {
    font-size: 30px;
}

.send i {
    font-size: 15px;
}

.map {
    border-radius: 7px;
    min-height: 40vh;
}

.round-border {
    border: 1px dashed #004591;
    border-radius: 50%;
    padding: 28px 15px 15px 15px;
}

.logo-partner {
    background-color: #ffffff;
    height: 200px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    border: 2px solid #f2f2f2;
    border-radius: 7px;
    color: #d9d9d9;
    font-size: 20px;
}

.log-reg-back {
    min-height: 100vh;
    background: linear-gradient(to top, rgba(166, 166, 166, 0.85), rgba(0, 38, 128, 0.8));
    width: 100%;
    padding-top: 12vh;
    padding-bottom: 20vh;
}

.login-container {
    margin-top: 10vh;
}

.logo-login-reg .card-body {
    margin-left: 0px !important;
}

.log-reg-back label {
    font-size: 15px;
}

.login-re-btn-link {
    font-weight: bold;
    text-decoration: none;
    color: #004591 !important;
}


.rem {
    border-radius: 0.375rem;
    color: #004591 !important;
    border-color: #004591 !important;

}


#blog .card-img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#blog .card-title {
    margin-bottom: 0.3rem;
}

#blog .cat {
    display: inline-block;
    margin-bottom: 0.6rem;
}

#blog .cat, .card-blog .cat {
    display: inline-block;
    margin-bottom: 0.6rem;
}

#blog .fa-users {
    margin-left: 1rem;
}

#blog .card-footer {
    font-size: 0.9rem;
}

.category-button {
    top: 10px;
    left: 10px;
}
.category-button p{
    padding: 5px 15px;
}
.card-round-div {
    padding-bottom: 20px;

}

#blog h5 {
    font-size: 17px;
}

.card-blog h4 {
    font-size: 20.5px;
}

.all-blogs {
    font-size: 17px;
}

.border-primary {
    border-color: #004591 !important;

}

.bg-silver {
    background-color: #f2f2f2
}

.label-silver {
    background-color: #f2f2f2;
    font-size: 14.5px;
}

.label-light {
    font-size: 14.4px;
}

.profil-trainer-image-container {
    width: 100%;
    height: 18rem;
}

.profil-trainer-image-container {
    width: 100%;
    height: 15rem
}

.profil-trainer-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-card {
    cursor: pointer;
}

.blog-post p {
    font-size: 16px;
}

.card-trainer h5 {
    font-size: 20px;
}

.allTextBackground * {
    background-color: #ffffff !important;
    font-family: 'Rajdhani', sans-serif !important;
}

.allTextBackground img {
    max-width: 100%;
    box-shadow: 3px 3px 8px 0.5px #b3b3b3;
    border-radius: 7px;
}

.blogPostImg img {
    box-shadow: 3px 3px 8px 0.5px #b3b3b3
}

.boxShadow {
    box-shadow: 7px 7px 13px 3px #b3b3b3
}


.text-box {
    height: 8em;
    overflow: hidden; /* Isecite tekst koji prelazi granice div-a */
    text-overflow: ellipsis; /* Dodajte tri tačke na kraju teksta */
}

.star {
    font-size: 18px;
}



.card-space {
    margin-bottom: 15px;
}

.multiselect {
    min-height: 37.3px !important;
    border-radius: 0.375rem !important;
}

.multiselect__element span:after {
    background-color: #004591 !important;
}

.multiselect__element:hover {
    background-color: #004591 !important;
}

.multiselect__element span:hover {
    background-color: #004591 !important;
}

.multiselect__option--highlight::after {
    background-color: #004591 !important;
}

.multiselect__option--highlight {
    background-color: #004591 !important;

}

.multiselect__option--selected {
    background-color: #004591 !important;
    color: #ffffff !important;
}

.multiselect__option--selected::after {
    color: #ffffff !important;
}

.multiselect__tag {
    background-color: #004591 !important;
}

.multiselect__tag-icon::after {
    color: #ffffff !important;
}

.multiselect__placeholder {
    font-size: 13px !important;;
}

.multiselect__input::placeholder {
    font-size: 13px !important;;

}

.multiselect--active {
    border-color: #007bff !important;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25) !important;; /* Promenite boju i debljinu granice prema vašem dizajnu */
    border-radius: 0.375rem;
}

.form-control-search:focus {
    border-color: #cfcfcf !important;
    border: 0px !important;
}

.form-control-search {
    min-height: 40px !important;
}


.range-value {
    position: absolute;
    top: 0rem;
}

.range-value.min {
    left: 0;
}

.range-value.max {
    right: 0;
}

.track-container {
    margin-top: 40px;
    width: 100%;
    position: relative;
    cursor: pointer;
    height: 0.5rem;
}

.track,
.track-highlight {
    display: block;
    position: absolute;
    height: 0.7rem;
    border-radius: 0.35rem;
}

.track {
    width: 100%;
    background-color: #ddd;
    z-index: 1;
}

.track-highlight {
    background-color: #004591;
    z-index: 2;
}

.track-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 3;
    width: 1.3rem;
    height: 1.5rem;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20%;
    background-color: #004591;
    border: 2px solid white;
    transition: box-shadow 0.3s ease-out, background-color 0.3s ease, transform 0.3s ease-out;
}

.track1 {
    left: 0%;
}

.track2 {
    left: 100%;
}

.breadcrumb li {
    font-size: 15px;
}

.okrugla-slika {
    border-radius: 50%;
}

.profil-image-container {
    width: 13rem;
    height: 13rem;
}

.profil-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.infotable {
    font-size: 15px;
}

.infotable td {
    padding-top: 7px;
    padding-bottom: 7px;
}

.profile-table {
    font-size: 17px;
}

.infotable td:first-child {
    padding-top: 15px;
}

.infotable i {
    font-size: 20px;
}

.social-media i {
    font-size: 22px;
}

.social-media div {
    border-radius: 7px;
    padding-top: 6px !important;
}

.profile-trainer-star {
    font-size: 16px;
}

.profile-trainer-star i {
    font-size: 16px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-color: #004591;
    background-color: #004591;
    color: #ffffff;
    border-radius: 7px !important;
}

.nav-tabs .nav-tabs:hover, .nav-tabs .nav-link:hover {
    border-radius: 7px !important;
}

.check-tab {
    border-radius: 0 0 7px 7px;
}

.information-container span {
    font-size: 19px;
    font-weight: 600 !important;
    color:#3A3B3C;
    padding:6px 10px !important;
}
.information-container .sport-badge {
    padding-left:0 !important;
    font-size: 19px !important;

}
.information-container i {
    font-size: 19px;
}



.aboutme {
    border: 0.5px solid #e6e6e6;
    border-left: 4px solid #004591;
    border-radius: 5px;
    padding: 15px 8px 0px 8px;
}

.trainer-package {

    border-radius: 7px;
    padding: 10px 8px 10px 8px;
}

.trainer-package-show-full-info {
    border-left: 4px solid #004591;
    border-radius: 7px;
    padding: 10px 8px 10px 8px;
}

.vastrener-border {
    border-radius: 7px;
}

.gallery-photos .gallery-photo-div {
    width: 200px;
    height: 200px;
}

.gallery-photos .my-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery-photos .gallery-thumbnail img {
    object-fit: cover;
    width: 270px;
    height: 270px;
    border-radius: 7px;
    box-shadow: 7px 7px 13px 3px #b3b3b3
}

.gallery-photos .gallery-thumbnail img:hover {
    border: 2px solid #004591;
}


.gallery-edit-image img {
    object-fit: cover;
    width: 200px;
    height: 200px;
    border-radius: 7px;
    box-shadow: 7px 7px 13px 3px #b3b3b3
}

.gallery-edit-image img:hover {
    border: 2px solid #004591;
}

.dugmeZaDelete {
    width: 200px;
}





.contact-text {
    font-size: 14.5px !important;
}

.fa-fa-smile {
    font-size: 14.5px !important;

}

.lable-font {
    text-align: left !important;
    font-size: 14.5px !important;
    color: #212259 !important;
    margin-top: 14px;
}

.cursor-pointer {
    cursor: pointer;
}

.fa-star {
    user-select: none; /* Ovaj stil može uzrokovati uspravnu crtu */
}

.form-control {
    background-color: #ffffff !important;
}

.multiselect__tags {
    min-height: 37.3px !important;
}

.multiselect__tag {
    margin-bottom: 0px !important;
}

.dp__input_focus {
    border: 1px solid #e8e8e8 !important;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25) !important;; /* Promenite boju i debljinu granice prema vašem dizajnu */

}

.dp__pointer {
    border-color: #e8e8e8 !important;
    font-size: 0.9rem !important;
    border-radius: 0.375rem !important;
}

.dp__input {
    font-size: 0.9rem !important;
    color: #212529 !important;
    font-weight: 400;
    font-family: 'Rajdhani', sans-serif !important;
}

.form-control:disabled {
    background: #e9ecef !important;

}

.tox-tinymce {
    border-radius: 0.375rem !important;

}

.tox-tinymce, .tox-toolbar__primary, .tox-statusbar {
    border-color: #e8e8e8 !important;
}

.tox .tox-statusbar {
    display: none !important;
}

.form-check-input:not(:checked) {
    background-color: #e6e6e6 !important;
}
.reset {
    background-color: #bfbfbf !important;
    color:#000000 !important;
    border-color: #a6a6a6 !important;
}
.reset:hover {
    background-color: #a6a6a6 !important;
    color:#000000 !important;
    border-color: #999999 !important;

}
.btn-primary:hover{
    background-color:#003166 !important;
}
.multiselect, .multiselect__input, .multiselect__single, select option {
    font-size: 14px !important;
}

.cenaod-padding {
    padding-right: 20px;
}

:root {
    --popper-theme-background-color: #3A3B3C;
    --popper-theme-background-color-hover: #3A3B3C;
    --popper-theme-text-color: white;
    --popper-theme-border-width: 0px;
    --popper-theme-border-radius: 6px;
    --popper-theme-padding: 15px;
    --popper-theme-box-shadow: 0 6px 30px -6px rgba(0, 0, 0, 0.25);
}

.popper {
    font-size: 13px !important;
}

.fa-crown {
    cursor: pointer;
}

.discount-color {
    color: #ff6666
}

.dp__action_select {
    width: 100px !important;
    height: 40px !important;
    padding-left: 10px !important;
}



#gym-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9); /* Polu-providna bela pozadina */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100002; /* Postavite z-index da bude iznad svih drugih elemenata */
}

/* Loader za teretanu */
.gym-loader {
    width: 82px;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #004591;
    border-style: solid hidden hidden solid;
    border-radius: 50%;
    animation: spin 5s linear infinite; /* Animacija za rotaciju */
}

/* Ikona tegića */
.gym-loader .fa-dumbbell {
    color: #004591;; /* Plava boja za ikonicu */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); /* Senka */
    border-radius: 50%; /* Zaobljene ivice */
    padding: 25px; /* Veći padding */
}

/* Animacija ključnih kadrova za rotaciju */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

input[type="checkbox"] {
    width: 1.35em !important;
    height: 1.35em !important;
}

.chexkboxpadding {
    padding-top: 0.22em;
}

.paginationsty button {
    margin: 5px;
    padding: 10px;
    background-color: #004591;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.paginationsty button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.paginationsty ul {
    list-style: none;
    padding: 0;
}

.paginationsty li {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;

}

.paginationsty span {
    font-weight: bold;
    font-size: 14.5px;
}

.ocena {
    font-weight: bold;
    font-size: 17.5px !important;
}

.blog-comments h6 {
    font-size: 15.5px;
}

.fake-photo {
    padding-right: 50px;
    min-height: 10px;
}

.border-down {
    border-bottom: 1px solid #d9d9d9;
}

.border-down:last-child {
    border-bottom: 0;
}

.all-borders {
    border-radius: 7px !important;
}

.pack h4 {
    font-size: 20px !important;
}

.box-profile-menu {
    box-shadow: 4px 4px 10px 2px #b3b3b3;
}

.col-padding {
    padding: 0;
}

.information-container .badge {
    font-size: 14.2px;
    padding-top: 0.7vh !important;
    padding-bottom: 0.7vh !important;
    background-color:  #004591 !important;
    color:#ffffff;
    font-weight: 500 !important;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.wizard-tab-content {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.editInformation {
    font-size: 15.5px;
}

.lista-trenutne-foto {
    font-size: 17px !important;
    text-decoration: underline;
}

.editTrenutneFotografije {
    background-color: #f2f2f2;


}

.editTrenutneFotografijeText {
    font-weight: bold;
    font-size: 20px;
}

.image-wrapper {
    width: 100%;
    height: 250px;
    overflow: hidden;     /* ← OVO TI FALI */
    border-radius: 5px;    /* bolje ovde nego na img */
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 7px;
}

/* Delete button preko slike dole */
.delete-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;


    border-radius: 5px !important;
    padding: 6px 0;
    text-align: center;

    cursor: pointer;
    font-size: 18px;
}

.delete-bar i {
    pointer-events: none;
}

.current-pakets th {
    min-width: 150px !important;
    max-width: 300px !important;
}

.current-pakets th:first-child {
    min-width: 450px !important;
    max-width: 650px !important;
}

.sirina {
    width: 75%;
}


.swiper-wrapper {
    padding-top: 50px !important;
    min-height: 600px;
}

.swiper-pagination {
    margin-top: 60px;
    position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: color-mix(in srgb, #004591, transparent 85%);
    border: 0;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #004591;
    opacity: 1;
}

.swiper-slide-active {
    text-align: center;
}

:root {
    --primary-blue: #004591;
    --dark-blue: #00336d;
    --light-bg: #f8fbff;
    --feature-check: #28a745; /* Zelena za kvačice */
}


.pricing-cards-section {
    padding: 60px 0;
}

.card-custom {
    border: none;
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    min-height: 100% !important;
    display: flex;
    flex-direction: column;
}

.card-custom:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.card-header-custom {
    padding: 25px 0;
    text-align: center;
    color: white;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 100%);
    border-radius: 7px 7px 0 0;
    position: relative;
    font-weight: 700;
    font-size: 1.5rem;
}

.card-header-standard {
    background: linear-gradient(135deg, #a4b0be 0%, #747d8c 100%); /* Siva za Standard */
}

/* Oznaka za "Najpopularnije" */


.price-table-custom {
    background: #f8f7f7;
    border-radius: 7px;
    padding: 15px;
    margin: 20px;
}

.price-row-custom {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed #ced4da;
}

.price-row-custom:last-child {
    border-bottom: none;
}

.price-label {
    font-weight: 600;
    color: #495057;
    font-size: 0.95rem;
}

.price-value {
    font-weight: 800;
    color: var(--primary-blue);
    font-size: 1.02rem;
}

.card-header-standard .price-value {
    color: #5a6268;
}

/* Siva cena za Standard */


.features-list-custom {
    list-style: none;
    padding: 0 20px;
    margin-bottom: 30px;
    flex-grow: 1; /* Omogućava da lista zauzme sav dostupan prostor */
}

.features-list-custom li {
    padding: 10px 0;
    font-size: 0.95rem;
    color: #495057;
    display: flex;
    border-bottom: 1px solid #f1f1f1;
}

.features-list-custom li:last-child {
    border-bottom: none;
}

.features-list-custom i {
    color: var(--feature-check);
    margin-right: 12px;
    font-size: 1.1rem;
    margin-top: 2.5px;
}

.btn-select-custom {
    background: var(--primary-blue);
    color: white;
    border: none;
    padding: 15px 25px;
    border-radius: 7px;
    font-weight: 700;
    font-size: 16.5px;
    letter-spacing: 0.5px;
    transition: 0.3s;
    margin: 0 20px 20px 20px;
}

.btn-select-custom:hover {
    background: var(--dark-blue);
    color: white;
    box-shadow: 0 5px 15px rgba(0, 69, 145, 0.3);
}

.btn-select-standard {
    background: #747d8c; /* Siva za Standard dugme */
}

.btn-select-standard:hover {
    background: #5a6268;
}

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #D4AF37; /* Žuta */
    color: #ffffff;
    padding: 3px 15px;
    border-radius: 7px;
    font-size: 0.95rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.item-included {
    color: #404040 !important;
}

.item-no-included {
    color: #999999 !important;
    text-decoration: line-through;

}

.obracun span {
    font-size: 14px;
}

.ukupno-uplata span {
    font-size: 17px;
    font-weight: bold;
}


/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
    position: relative;
    min-height: 10vh;
}
.testimonials .swiper-pagination-bullet{
    background-color: #ffffff !important;
}
.testimonials .swiper-wrapper {
    display: flex;
    align-items: center;
    padding-top: 0 !important;
}

.testimonials:before {
    content: "";
    background: color-mix(in srgb, #000000, transparent 19%);
    position: absolute;
    inset: 0;
    z-index: 2;

}

.testimonials .testimonials-bg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;

}

.testimonials .container {
    position: relative;
    z-index: 3;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid color-mix(in srgb, #ffffff, transparent 85%);
    margin: 0 auto;
}

.testimonials .testimonial-item h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #809fff;
}

.testimonials .testimonial-item h4 {
    font-size: 20px;
    margin: 0 0 25px 0;
    color: #ccd9ff;
}

.testimonials .testimonial-item .stars {
    margin-bottom: 20px;
    font-size: 18px;
}

.testimonials .testimonial-item .stars i {
    color: #D4AF37;
    margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    font-size: 26px;
    line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
    color: #ffffff;
    font-size: 17px;
}

.testimonials .swiper-wrapper {
    height: auto;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: color-mix(in srgb, var(--default-color), transparent 50%);
    opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--default-color);
    opacity: 1;
}

@media (min-width: 992px) {
    .testimonials .testimonial-item p {
        width: 80%;
    }
}
.premium-trener{
    font-weight: 600;
    border-color: #D4AF37 !important;
}
.premium-trener i, .premium-trener span {

    color:#D4AF37 !important;
}
/* Statistika (Grid) */
.lux-stats {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 20px;
}

.stat-item {
    border-right: 1px solid   #e6e6e6;
    width: 33.33%;

    display: flex;
    flex-direction: column;
}
.stat-item:last-child {
    border-right: 0;
}
.stat-item i {
    color: #D4AF37;
    font-size: 18px;
    margin-bottom: 5px;
}

.stat-value {
    font-weight: 700;
    font-size: 14px;
    color: #D4AF37;
    text-transform: uppercase;
}

.stat-label {
    font-size: 11px;
    color: #2e2e2e;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.lux-divider {
    border: 0;
    border-top: 2px solid #e5c07b;
    opacity: 0.3;
    margin: 15px 0;
}
.gold{
    color: #D4AF37;
}
.gold-background{
    background-color: #D4AF37;
}
.social-media-list i{
    font-size: 22px;
    padding-right: 14px;
}
.social-media-list .fa-square-facebook{
    color:#4267B2
}
.social-media-list .fa-instagram{
    color:#C13584
}
.social-media-list .fa-globe{
    color:#003a70
}
.precent{
    font-size: 15px;
}
.premium-budget{
    padding: 7px 15px;
}
.lux-sports-container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.lux-sport-item {
    font-size: 13.5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #004591; /* Tamno siva za bolju čitljivost */
}

.lux-separator {
    color: #D4AF37; /* Tvoja lux zlatna */
}

.lux-remaining {
    font-size: 13.5px;
    background:  #004591;
    color: #ffffff;
    padding: 1px 15px;
    border-radius: 20px;
    font-weight: 600;
}
.text-warning{
    color: #D4AF37 !important;
}
.border-warning{
    border-color: #D4AF37 !important;
}
.border-silver{

    border-color:#b3b3b3 !important;
}
.info-card {
    border-radius: 7px;
    transition: .25s ease;
}
footer{
    font-size: 16.2px !important;
    background-color:#3A3B3C !important;
}



/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/

.featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.featured-services .icon-box:hover::before {
    background:  #004591;
    top: 0;
    border-radius: 0;
}

.featured-services .icon {
    margin-bottom: 15px;
}

.featured-services .icon i {
    font-size: 35px;
    line-height: 1;
    color: #004591;
    transition: all 0.3s ease-in-out;
}

.featured-services .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 19px;
    color: #111;
}



.featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.featured-services .icon-box:hover .title ,
.featured-services .icon-box:hover .description {
    color: #fff;
}

.featured-services .icon-box:hover .icon i {
    color: #fff;
}

    .featured-services{
        padding-top: 1vh;
        padding-bottom: 1vh;
    }

/*faq*/

.accordion-item {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.15);
}

.accordion-button {
    font-weight: 600;
    font-size: 19px;
    background-color: #ffffff;
    color: #0b1220;
    transition: all 0.25s ease;
}

.accordion-button:not(.collapsed) {
    background: #004591;
    color: #ffffff;
    border-bottom: 5px solid #b3d1ff;

}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.accordion-body {
    background-color:#f5faff;
    padding: 15px 17px;
}
.accordion-body p{
    font-size: 16.2px !important;
}
.accordion-button:focus,
.accordion-button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
.news-input {
    width: 70%;
}
.news-button {
    width: 30%;
}
.my-social li{
    font-size: 13px;
    background-color: white;
    color:red !important;
}
.circle{
    width:42px;
    height:42px;
}
.circle i{
   font-size: 18px !important;
}
.contact-info-footer{
    font-size: 16.5px;
}
.pronadji-trenera-header-button {
    letter-spacing: 0.5px;
}
.find-coach:hover {
    background-color: #003166 !important;
}
.easy-bold{
    font-weight: 600;
}
.image-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
}
.image-wrapper-about {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    overflow: visible;
}

/* SLIKA */
.aboutusimage {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
    display: block;
}

/* BLUR MRLJA */
.blobImage {
    position: absolute;
    width: 90%;
    height:  96%;
    background:  #004591;
    opacity: 0.05;

    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
/* CTA band */
.cta-band{
    background:
        radial-gradient(900px 300px at 15% 50%, rgba(16,110,234,.25), transparent 55%),
        linear-gradient(135deg, rgba(0,69,145,1), rgba(0,38,128,1));
    color:#fff;
    overflow:hidden;
    position: relative;
    box-shadow: 0 20px 55px rgba(0,0,0,.18);
}
.cta-band h2{
   font-size: 27px;
}
.cta-band p{
    font-size: 16px;
}
.cta-band::before{
    content:"";
    position:absolute; inset:-30% -10%;
    background: linear-gradient(45deg, rgba(255,255,255,.10), transparent 60%);
    transform: rotate(10deg);
    pointer-events:none;
}
.ponudu-paketa{
    font-size: 15px;
    letter-spacing : 0.5px
}
#kontakt{
    background:
        radial-gradient(1555px 500px at 15% 50%, rgba(16,110,234,.25), transparent 55%),
        linear-gradient(135deg, rgba(0,69,145,1), rgba(0,38,128,1));
}
.bg-header {
    background: linear-gradient(rgba(9, 9, 9, .7), rgba(9, 9, 9, .7)), url(../img/header.jpg) top center no-repeat;
    height: 65vh;

    background-size: cover;
}
.bg-header h1{
    font-size: 75px;
}
.bg-header a{
    font-size: 24px;
}
.blog-search-padd{
    padding-top:6.6px;
    padding-bottom: 6.6px;
}
.settings-buttons{
    padding-top:7.4px;
    padding-bottom: 7.4px;
}
.small-text{
    font-size: 14px;
}
.text-truncate-custom {
    white-space: nowrap;      /* nema novog reda */
    overflow: hidden;         /* sakrij višak */
    text-overflow: ellipsis;  /* ... */
    width: 100%;
    display: block;
}
.euro-padd{
    padding-left: 0.5px;
}
.small-comment{
    font-size: 15.2px;
}
.small-comment-blog-email{
    font-size: 15px;
}
.small-comment-blog-p{
    font-size: 14.3px;
}
.wizard-card-footer{
    padding-left:  0.25rem !important;
    padding-right:  0.25rem !important;
}
.spinner-border{
    width: 17px;
    height: 17px;

}
.uslovikoriscenja h2{
    color:#004591
}
