* {
    margin: 0;
    padding: 0;
}

/* =============================================
   CSS VARIJABLE
   ============================================= */
:root {
    --default-color: #444444;
    --primary-blue: #004591;
    --dark-blue: #00336d;
}

/* =============================================
   BASE
   ============================================= */
body {
    font-family: 'Rajdhani', sans-serif !important;
}

main {
    min-height: 97vh;
}

header {
    padding-top: 3vh;
}

a {
    text-decoration: none;
}

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

.cursor-pointer {
    cursor: pointer;
}

.easy-bold {
    font-weight: 600;
}

/* =============================================
   NAVBAR
   ============================================= */
nav {
    z-index: 100000 !important;
}

.navbar {
    border-bottom: none;
    box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.5);
}

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

.navbar ul li {
    font-size: 0.9375rem;
}

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

/* =============================================
   HEADER / HERO
   ============================================= */
.background-image {
    min-height: 75vh;
    background-image: url("../img/cover-web.webp");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.gradient {
    background: rgba(9, 9, 9, .7);
    min-height: 75vh;
    width: 100%;
    padding-top: 19vh;
    padding-bottom: 7vh;
}

.bg-header {
    background: linear-gradient(rgba(9, 9, 9, .7), rgba(9, 9, 9, .7)), url(../img/header-web.webp) top center no-repeat;
    height: 65vh;
    background-size: cover;
}

.bg-header h1 {
    font-size: 4.6875rem;
}

.bg-header a {
    font-size: 1.5rem;
}

/* =============================================
   SEKCIJA NASLOVI
   ============================================= */
.section-title {
    padding-top: 8.2vh;
    padding-bottom: 5vh;
}

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

.blue-border {
    background-color: var(--primary-blue);
    width: 52px;
    height: 8px;
}

/* =============================================
   BOJE I POZADINE
   ============================================= */
.baby-blue {
    background-color: #fafaff;
    padding-bottom: 10vh;
}

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

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

.contact-background {
    background-color: var(--primary-blue);
    padding-bottom: 10vh;
}

.vastrener-bg-blue {
    background-color: var(--primary-blue) !important;
}

.vastrener-table thead th {
    background-color: var(--primary-blue) !important;
    color: #ffffff !important;
}

.gold {
    color: #D4AF37;
}

.gold-background {
    background-color: #D4AF37;
}

.discount-color {
    color: #ff6666;
}

.text-warning {
    color: #D4AF37 !important;
}

.ovde_link {
    color: #99ccff;
}

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

/* =============================================
   TIPOGRAFIJA
   ============================================= */
.vastrener {
    font-size: 2rem;
    font-weight: bold;
    font-style: italic;
    color: #404040;
}

.vastrener-blue {
    color: var(--primary-blue) !important;
}

.desc {
    font-size: 1.25rem;
}

.desc i {
    color: var(--primary-blue);
}

.small-text {
    font-size: 0.875rem;
}

.small-comment {
    font-size: 0.95rem;
}

.small-comment-blog-email {
    font-size: 0.9375rem;
}

.small-comment-blog-p {
    font-size: 0.9rem;
}

.ocena {
    font-weight: bold;
    font-size: 1.125rem !important;
}

.precent {
    font-size: 0.9375rem;
}

.ponudu-paketa {
    font-size: 0.9375rem;
    letter-spacing: 0.5px;
}

.text-truncate-custom {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

/* =============================================
   BOJE — PRIMARNE
   ============================================= */
.text-primary-secound {
    color: var(--primary-blue) !important;
}

/* =============================================
   DUGMAD
   ============================================= */
.btn-primary {
    background-color: var(--primary-blue) !important;
    border-color: var(--primary-blue) !important;
}

.btn-primary:hover {
    background-color: #003166 !important;
}

.btn-outline-primary-secound {
    border-color: var(--primary-blue) !important;
    color: var(--primary-blue) !important;
}

.btn-outline-primary-secound:hover {
    background-color: var(--primary-blue) !important;
    border-color: var(--primary-blue) !important;
    color: #ffffff !important;
}

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

.button-search-text {
    font-size: 1.03rem;
}

.pronadji-trenera-header-button {
    letter-spacing: 0.5px;
}

.find-coach:hover {
    background-color: #003166 !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;
}

/* =============================================
   BORDER / SHADOW
   ============================================= */
.card-radius {
    border-radius: 7px;
}

.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: 1.875rem;
}

.send i {
    font-size: 0.9375rem;
}

.round-border {
    border: 1px dashed var(--primary-blue);
    border-radius: 50%;
    padding: 28px 15px 15px 15px;
}

.border-primary {
    border-color: var(--primary-blue) !important;
}

.border-warning {
    border-color: #D4AF37 !important;
}

.border-silver {
    border-color: #b3b3b3 !important;
}

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

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

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

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

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

/* =============================================
   MAPA I KONTAKT
   ============================================= */
.map {
    border-radius: 7px;
    min-height: 40vh;
}

.contact-text {
    font-size: 0.9rem !important;
}

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

.contact-info-footer {
    font-size: 1.03rem;
}

/* =============================================
   LOGIN / REGISTRACIJA
   ============================================= */
.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: 0 !important;
}

.log-reg-back label {
    font-size: 0.9375rem;
}

.login-re-btn-link {
    font-weight: bold;
    text-decoration: none;
    color: var(--primary-blue) !important;
    font-size: 1rem;
}

.rem {
    border-radius: 0.375rem;
    color: var(--primary-blue) !important;
    border-color: var(--primary-blue) !important;
}

/* =============================================
   LOGO PARTNER
   ============================================= */
.logo-partner {
    background-color: #ffffff;
    height: 200px;
    margin: 0 0 10px 0;
    width: 100%;
    border: 2px solid #f2f2f2;
    border-radius: 7px;
    color: #d9d9d9;
    font-size: 1.25rem;
}

/* =============================================
   BLOG
   ============================================= */
#blog .card-img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

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

#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;
}

#blog h5 {
    font-size: 1.0625rem;
}

.card-blog h4 {
    font-size: 1.28rem;
}

.all-blogs {
    font-size: 1.0625rem;
}

.category-button {
    top: 10px;
    left: 10px;
}

.category-button p {
    padding: 5px 15px;
}

.card-round-div {
    padding-bottom: 20px;
}

.blog-post p {
    font-size: 1rem;
}

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

.blog-search-padd {
    padding-top: 6.6px;
    padding-bottom: 6.6px;
}

.blog-comments h6 {
    font-size: 0.97rem;
}

/* =============================================
   TRENER KARTICA
   ============================================= */
.card-trainer h5 {
    font-size: 1.25rem;
}

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

.star {
    font-size: 1.125rem;
}

.text-box {
    height: 8em;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* =============================================
   PROFIL TRENERA
   ============================================= */
.profil-trainer-image-container {
    width: 100%;
    height: 15rem;
}

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

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

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

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

.profile-table {
    font-size: 1.0625rem;
}

.profile-trainer-star {
    font-size: 1rem;
}

.profile-trainer-star i {
    font-size: 1rem;
}

.infotable {
    font-size: 0.9375rem;
}

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

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

.infotable i {
    font-size: 1.25rem;
}

.breadcrumb li {
    font-size: 0.9375rem;
}

.social-media i {
    font-size: 1.375rem;
}

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

.social-media-list i {
    font-size: 1.375rem;
    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;
}

.information-container span {
    font-size: 1.1875rem;
    font-weight: 600 !important;
    color: #3A3B3C;
    padding: 6px 10px !important;
}

.information-container .sport-badge {
    padding-left: 0 !important;
    font-size: 1.1875rem !important;
}

.information-container i {
    font-size: 1.1875rem;
}

.information-container .badge {
    font-size: 0.95rem;
    padding-top: 0.7vh !important;
    padding-bottom: 0.7vh !important;
    background-color: var(--primary-blue) !important;
    color: #ffffff;
    font-weight: 500 !important;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.aboutme {
    border: 0.5px solid #e6e6e6;
    border-left: 4px solid var(--primary-blue);
    border-radius: 5px;
    padding: 15px 8px 0 8px;
}

.trainer-package {
    border-radius: 7px;
    padding: 10px 8px;
}

.trainer-package-show-full-info {
    border-left: 4px solid var(--primary-blue);
    border-radius: 7px;
    padding: 10px 8px;
}

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

.pack h4 {
    font-size: 1.25rem !important;
}

.editInformation {
    font-size: 0.97rem;
}

.fa-star {
    user-select: none;
}

.fa-crown {
    cursor: pointer;
}

/* =============================================
   GALERIJA
   ============================================= */
.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 var(--primary-blue);
}

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


.dugmeZaDelete {
    width: 200px;
}

/* =============================================
   IMAGE WRAPPER
   ============================================= */
.image-wrapper {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 0 auto;
    overflow: visible;
}

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

.image-wrapper-about {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    overflow: visible;
}

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

.blobImage {
    position: absolute;
    width: 90%;
    height: 96%;
    background: var(--primary-blue);
    opacity: 0.05;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* =============================================
   TABS
   ============================================= */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-color: var(--primary-blue);
    background-color: var(--primary-blue);
    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;
}

/* =============================================
   FORM ELEMENTI
   ============================================= */
.form-control {
    background-color: #ffffff !important;
}

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

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

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

.label-silver {
    background-color: #f2f2f2;
    font-size: 0.9rem;
}

.label-light {
    font-size: 0.9rem;
}

.fa-fa-smile {
    font-size: 0.9rem !important;
}

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

.chexkboxpadding {
    padding-top: 0.22em;
}

.form-check-input:not(:checked) {
    background-color: #e6e6e6 !important;
}

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

.multiselect,
.multiselect__input,
.multiselect__single,
select option {
    font-size: 0.875rem !important;
}

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

.multiselect__tag {
    background-color: var(--primary-blue) !important;
    margin-bottom: 0 !important;
}

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

.multiselect__element span:after {
    background-color: var(--primary-blue) !important;
}

.multiselect__element:hover {
    background-color: var(--primary-blue) !important;
}

.multiselect__element span:hover {
    background-color: var(--primary-blue) !important;
}

.multiselect__option--highlight::after {
    background-color: var(--primary-blue) !important;
}

.multiselect__option--highlight {
    background-color: var(--primary-blue) !important;
}

.multiselect__option--selected {
    background-color: var(--primary-blue) !important;
    color: #ffffff !important;
}

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

.multiselect__placeholder {
    font-size: 0.8125rem !important;
}

.multiselect__input::placeholder {
    font-size: 0.8125rem !important;
}

.multiselect--active {
    border-color: #007bff !important;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25) !important;
    border-radius: 0.375rem;
}

/* =============================================
   DATE PICKER
   ============================================= */
.dp__input_focus {
    border: 1px solid #e8e8e8 !important;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25) !important;
}

.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;
}

.dp__action_select {
    width: 9rem !important;
    height: 40px !important;
    justify-content: center;
}

/* =============================================
   TINYMCE
   ============================================= */
.tox-tinymce {
    border-radius: 0.375rem !important;
}

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

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

/* =============================================
   RANGE SLIDER
   ============================================= */
.range-value {
    position: absolute;
    top: 0;
}

.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: var(--primary-blue);
    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: var(--primary-blue);
    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%;
}

/* =============================================
   PAGINACIJA
   ============================================= */
.col-padding {
    padding: 0;
}

.paginationsty button {
    margin: 5px;
    padding: 10px;
    background-color: var(--primary-blue);
    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: 0.875rem;
}

.paginationsty span {
    font-weight: bold;
    font-size: 0.9rem;
}

/* =============================================
   LOADER
   ============================================= */
#gym-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100002;
}

.gym-loader {
    width: 82px;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid var(--primary-blue);
    border-style: solid hidden hidden solid;
    border-radius: 50%;
    animation: spin 5s linear infinite;
}

.gym-loader .fa-dumbbell {
    color: var(--primary-blue);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    padding: 25px;
}

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

/* =============================================
   SWIPER
   ============================================= */
.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, var(--primary-blue), transparent 85%);
    border: 0;
    width: 12px;
    height: 12px;
    opacity: 1;
}

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

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

/* =============================================
   TESTIMONIALS
   ============================================= */
.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;
    height: auto;
    min-height: unset;
}

.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;
}

.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: 1.5rem;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #809fff;
}

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

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

.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: 1.625rem;
    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: 1.0625rem;
}

@media (min-width: 992px) {
    .testimonials .testimonial-item p {
        width: 80%;
    }
}

/* =============================================
   PRICING KARTICE
   ============================================= */
.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%);
}

.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;
}

.features-list-custom {
    list-style: none;
    padding: 0 20px;
    margin-bottom: 30px;
    flex-grow: 1;
}

.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: #28a745;
    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: 1.03rem;
    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;
}

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

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #D4AF37;
    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: 0.875rem;
}

.ukupno-uplata span {
    font-size: 1.0625rem;
    font-weight: bold;
}

/* =============================================
   PREMIUM TRENER
   ============================================= */
.premium-trener {
    font-weight: 600;
    border-color: #D4AF37 !important;
}

.premium-trener i,
.premium-trener span {
    color: #D4AF37 !important;
}

.premium-budget {
    padding: 7px 15px;
}

.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: 1.125rem;
    margin-bottom: 5px;
}

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

.stat-label {
    font-size: 0.6875rem;
    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;
}

.lux-sports-container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.lux-sport-item {
    font-size: 0.84375rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: var(--primary-blue);
}

.lux-separator {
    color: #D4AF37;
}

.lux-remaining {
    font-size: 0.84375rem;
    background: var(--primary-blue);
    color: #ffffff;
    padding: 1px 15px;
    border-radius: 20px;
    font-weight: 600;
}

/* =============================================
   INFO KARTICA
   ============================================= */
.info-card {
    border-radius: 7px;
    transition: .25s ease;
}

/* =============================================
   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: 1.6875rem;
}

.cta-band p {
    font-size: 1rem;
}

.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;
}

#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));
}

/* =============================================
   FEATURED SERVICES
   ============================================= */
.featured-services {
    padding-top: 1vh;
    padding-bottom: 1vh;
}

.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: var(--primary-blue);
    top: 0;
    border-radius: 0;
}

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

.featured-services .icon i {
    font-size: 2.1875rem;
    line-height: 1;
    color: var(--primary-blue);
    transition: all 0.3s ease-in-out;
}

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

.featured-services .description {
    font-size: 0.9375rem;
    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;
}

/* =============================================
   FAQ / ACCORDION
   ============================================= */
.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: 1.1875rem;
    background-color: #ffffff;
    color: #0b1220;
    transition: all 0.25s ease;
}

.accordion-button:not(.collapsed) {
    background: var(--primary-blue);
    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: 1.0125rem !important;
}

.accordion-button:focus,
.accordion-button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* =============================================
   NEWSLETTER
   ============================================= */
.news-input {
    width: 70%;
}

.news-button {
    width: 30%;
}

.my-social li {
    font-size: 0.8125rem;
    background-color: white;
    color: red !important;
}

.circle {
    width: 42px;
    height: 42px;
}

.circle i {
    font-size: 1.125rem !important;
}

/* =============================================
   FOOTER
   ============================================= */
footer {
    font-size: 1.0125rem !important;
    background-color: #3A3B3C !important;
}

/* =============================================
   EDIT PROFIL / UPLOAD
   ============================================= */
.delete-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 5px !important;
    padding: 6px 0;
    text-align: center;
    cursor: pointer;
    font-size: 1.125rem;
}

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

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

.editTrenutneFotografije {
    background-color: #f2f2f2;
}

.editTrenutneFotografijeText {
    font-weight: bold;
    font-size: 1.25rem;
}

/* =============================================
   TABELE — PAKETI
   ============================================= */
.current-pakets th {
    min-width: 150px !important;
    max-width: 300px !important;
}

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

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

.euro-padd {
    padding-left: 0.5px;
}

/* =============================================
   MISC
   ============================================= */
.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;
}

.sirina {
    width: 75%;
}

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

.settings-buttons {
    padding-top: 7.4px;
    padding-bottom: 7.4px;
}

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

.wizard-card-footer {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.spinner-border {
    width: 17px;
    height: 17px;
}

.popper {
    font-size: 0.8125rem !important;
}

.uslovikoriscenja h2 {
    color: var(--primary-blue);
}
.seo-tekstovi h1 {
    font-weight: bold;
}


.mobile-padding-fix {
    padding-top: 0.5rem !important;
}

.packet-padd {
    padding-left: 0.8vh !important;
}
.packet-padd:nth-child(odd) {
    padding-left: 0 !important;
    padding-right: 0.6vh !important;
}


.contact-trainer-plain {
    font-size: 15px !important;
}
