/* FSGK dodatna podešavanja preko originalnog Footclub template-a. */

.fsgk-site {
    overflow-x: hidden;
}

.fsgk-navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    max-width: 270px;
}

.fsgk-navbar-brand__logo {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    padding: 4px;
    border-radius: 50%;
    background: var(--white-color);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}

.fsgk-navbar-brand__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fsgk-navbar-brand__mark,
.fsgk-footer-logo__mark {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: var(--white-color);
    background: var(--accent-color);
    font-family: var(--accent-font);
    font-size: 24px;
    line-height: 1;
}

.fsgk-navbar-brand__text {
    display: flex;
    min-width: 0;
    flex-direction: column;
    color: var(--white-color);
    line-height: 1.05;
}

.fsgk-navbar-brand__text strong {
    font-family: var(--accent-font);
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.fsgk-navbar-brand__text small {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    opacity: 0.72;
}

.main-menu ul li.nav-item > a.active {
    color: var(--accent-color);
}

.fsgk-hero-slider {
    position: relative;
    min-height: 760px;
    background: var(--primary-color);
}

.fsgk-hero-slide {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(3, 21, 33, 0.96) 0%, rgba(3, 21, 33, 0.78) 43%, rgba(3, 21, 33, 0.22) 100%),
        var(--fsgk-hero-image);
    background-position: center;
    background-size: cover;
}

.fsgk-hero-slide::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 190px;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(3, 21, 33, 0.38));
}

.fsgk-hero-slide .container {
    position: relative;
    z-index: 2;
}

.fsgk-hero-content {
    padding-top: 115px;
}

.fsgk-hero-content .section-title h3 {
    color: var(--accent-color);
}

.fsgk-hero-content .section-title h1 {
    max-width: 900px;
    font-size: clamp(56px, 6.6vw, 102px);
    color: var(--white-color);
}

.fsgk-hero-content .hero-content-body {
    max-width: 710px;
}

.fsgk-hero-content .hero-content-body p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
}

.fsgk-hero-controls {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 42px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.fsgk-hero-pagination {
    display: flex;
    gap: 8px;
    width: auto !important;
    pointer-events: auto;
}

.fsgk-hero-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 4px;
    margin: 0 !important;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.52);
    opacity: 1;
    transition: width 0.25s ease, background 0.25s ease;
}

.fsgk-hero-pagination .swiper-pagination-bullet-active {
    width: 56px;
    background: var(--accent-color);
}

.fsgk-hero-arrows {
    display: flex;
    gap: 10px;
    pointer-events: auto;
}

.fsgk-hero-arrows button {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    color: var(--white-color);
    background: rgba(3, 21, 33, 0.46);
    transition: 0.25s ease;
}

.fsgk-hero-arrows button:hover {
    border-color: var(--accent-color);
    background: var(--accent-color);
}

.fsgk-intro-section {
    padding-top: 120px;
}

.fsgk-intro-image .about-us-images img {
    min-height: 610px;
    object-fit: cover;
}

.fsgk-api-warning {
    margin-bottom: 50px;
    line-height: 1.55;
}

.fsgk-footer-header {
    align-items: center;
}

.fsgk-footer-header__action {
    flex: 0 0 auto;
}

.fsgk-footer-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 25px;
}

.fsgk-footer-logo img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    padding: 4px;
    border-radius: 50%;
    background: var(--white-color);
}

.fsgk-footer-logo > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.fsgk-footer-logo strong {
    color: var(--white-color);
    font-family: var(--accent-font);
    font-size: 30px;
    line-height: 1;
}

.fsgk-footer-logo small {
    display: block;
    max-width: 220px;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    line-height: 1.4;
}

.fsgk-footer-email .icon-box {
    display: grid;
    place-items: center;
    color: var(--white-color);
    font-size: 20px;
}

@media (max-width: 1199px) {
    .fsgk-navbar-brand__text small {
        display: none;
    }

    .fsgk-navbar-brand__text strong {
        font-size: 24px;
    }

    .main-menu .nav-menu-wrapper {
        margin: 0 8px;
    }

    .main-menu ul li {
        margin: 0 1px;
    }

    .main-menu ul li.nav-item a {
        padding: 12px 8px !important;
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .fsgk-navbar-brand__logo,
    .fsgk-navbar-brand__mark {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .fsgk-hero-slider,
    .fsgk-hero-slide {
        min-height: 690px;
    }

    .fsgk-hero-content {
        padding-top: 130px;
    }

    .fsgk-hero-content .section-title h1 {
        font-size: clamp(48px, 10vw, 78px);
    }
}

@media (max-width: 767px) {
    .fsgk-navbar-brand__text strong {
        font-size: 22px;
    }

    .fsgk-hero-slider,
    .fsgk-hero-slide {
        min-height: 650px;
    }

    .fsgk-hero-slide {
        background-image:
            linear-gradient(90deg, rgba(3, 21, 33, 0.94), rgba(3, 21, 33, 0.66)),
            var(--fsgk-hero-image);
    }

    .fsgk-hero-content .section-title h1 {
        font-size: clamp(44px, 14vw, 66px);
    }

    .fsgk-hero-content .hero-content-body p {
        font-size: 16px;
    }

    .fsgk-hero-controls {
        bottom: 25px;
    }

    .fsgk-hero-arrows button {
        width: 42px;
        height: 42px;
    }

    .fsgk-intro-section {
        padding-top: 80px;
    }

    .fsgk-intro-image {
        margin-top: 45px;
    }

    .fsgk-intro-image .about-us-images img {
        min-height: 420px;
    }

    .fsgk-footer-header__action {
        margin-top: 25px;
    }
}
