/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
#productModal::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#productModal {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

body {
    /* font-family: 'Raleway', sans-serif; */
    /* font-family: "Montserrat", sans-serif; */
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99;
}

#user-menu {
    border-radius: 8px;
    z-index: 99;
    position: absolute;
    top: 39px;
    right: 22px;
    width: 190px;
    background-color: #242424;
    padding-top: 6px;
    padding-bottom: 6px;
}

.user-menu-element {
    text-decoration: none;
    color: white;
    /*border-radius: 8px;*/
}

.user-menu-element:hover {
    color: #45be84;
}

.body-padding {
    padding-top: 55px;
}

.my-title-1 {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .remember-password-title-1 {
        font-size: 1rem;
    }
}

.my-title-2 {
    font-size: 0.875rem;
}

.my-menu-title {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 700;
    color: white !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 2px solid rgba(69, 190, 132, 0);
}

.my-menu-title:hover {
    color: #45be84 !important;
    border-bottom: 2px solid #45be84;
}

.my-menu-title-2 {
    cursor: pointer;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: white;
    font-size: 0.844rem;
    border-bottom: 2px solid #242424;
    border-top: 2px solid #242424;
    background-color: #242424;
}

.my-menu-title-2:hover {
    background-color: #242424;
    color: #45be84 !important;
    border-bottom: 2px solid #45be84;
}

.dropdown-menu {
    /*padding: 0;*/
    background-color: #242424;
    border-radius: 8px;
}

.my-hr-1 {
    border-top: 3px solid black;
    opacity: 1;
    width: 25%;
}

.my-text-1 {
    font-family: "Lato", sans-serif;
    /* font-size: 0.75rem; */
}

@media (max-width: 991px) {
    .my-text-1 {
        /* font-family: 'Lato', sans-serif; */
        font-size: 0.75rem;
    }
}

.my-link {
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--bs-body-color);
    transition: all 0.2s ease-in-out;
}

.my-link-text-white {
    color: var(--bs-body-color-hover);
}

.my-link-2 {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    font-size: 0.875rem;
    /*font-weight: 300;*/
    color: var(--bs-body-color-hover) !important;
}

.my-link:hover {
    color: var(--bs-body-color-lighter);
}

.my-button-1 {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    height: 37px;
    background-color: var(--bs-item-bg);
    color: var(--bs-body-color);
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}

.my-button-1:hover {
    background-color: var(--bs-body-bg-darker);
    color: var(--bs-item-bg);
}

.my-border-1,
.my-border-1:hover,
.my-border-1:focus {
    border-width: 1px;
    border-color: var(--bs-body-color);
}

.my-tab-button {
    color: white !important;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    height: 37px;
    background-color: white;
    border-radius: 4px;
}

.wzor-image {
    display: none;
    object-fit: contain;
    position: absolute;
    width: 300px;
    bottom: 0;
    left: -305px;
    border-radius: 15px;
}

.wzor-name {
    cursor: pointer;
}

.wzor-name:hover {
    color: #45be84;
}

.wzor-name:hover + .wzor-image {
    display: block;
}

.wzor-name:hover + .wzor-brak {
    display: flex;
    justify-content: end;
}

.wzor-image:hover {
    display: block;
}

.my-tab-button.active {
    background-color: black !important;
}

.form-check-input:checked {
    background-color: #45be84;
    border-color: #45be84;
}

.login-body {
    background-size: cover;
    background-position: center center;
    height: 100vh;
    max-height: 100vh;
}

.login-logo {
    position: absolute;
    height: 50px;
    left: 20px;
    top: 20px;
}

.bg-black {
    background-color: black;
}

.logout-button {
    font-size: 1.25rem;
    cursor: pointer;
}

.logout-button:hover {
    color: #45be84;
}

.dropdown-toggle::after {
    display: none;
}

.product-image {
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-product-image {
    width: 100%;
    object-fit: contain;
    max-height: 750px;
}

.swiper-wrapper {
    width: 100% !important;
}

.swiper-button .swiper-button-prev::after,
.owl-nav .swiper-button-next::after {
    content: "";
    position: absolute;
    left: -40px;
    top: 39px;
    width: 0;
    height: 0;
    border: 40px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 40px;
    border-top: 40px solid #e5c284;
    z-index: 5;
}

/* Stylowanie ikony koszyka */
.scroll-to-section .cart-icon {
    position: relative;
    display: inline-block;
}

/* Stylowanie licznika w prawym górnym rogu */
.scroll-to-section .card-quantity {
    position: absolute;
    top: -5px;
    /* Dopasuj wartość, jeśli licznik nie jest dobrze wyrównany */
    right: -10px;
    /* Dopasuj wartość, jeśli licznik nie jest dobrze wyrównany */
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    /* Dopasuj rozmiar do swoich potrzeb */
    font-size: 12px;
    /* Dopasuj rozmiar tekstu */
    line-height: 1;
}

/* .card-quantity {
    position: absolute;
    right: 10px;
    background-color: black;
    border-radius: 15px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    top: 9px;
    font-weight: 600;
} */

.card-dialog {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
}

.card-image {
    width: 100%;
    object-fit: contain;
}

.card-image-2 {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .lessFontMobile {
        font-size: 0.8rem !important;
    }
}

.card-item {
    border-bottom: 1px solid gray;
}

.card-item:last-child {
    border-bottom: 0px solid gray;
}

.card-content {
    background-color: #242424;
    position: absolute;
    border: none;
    border-radius: 0;
    top: 0;
    bottom: 0;
}

#menu-dialog {
    position: absolute;
    top: 0;
    bottom: 0;
}

.arrow-style {
    z-index: 99;
    color: white;
    font-size: 32px;
    position: fixed;
    padding: 5px 20px;
    top: 0;
    bottom: 0;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arrow-image {
    width: 32px;
    height: 32px;
}

.arrow-style:hover {
    background-color: rgba(211, 211, 211, 0.3);
}

.my-search {
    max-width: 280px;
    height: 35px;
    font-size: 0.8rem;
    /* background: none !important; */
    /* color: white !important; */
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    /* border-color: white !important; */
    padding-left: 0.5rem;

    background-color: transparent;
    border-color: var(--bs-body-color);
    /* color:#333; */
    /* border-bottom-width: 1px; */
}

.my-search::placeholder {
    /* color: white; */
    opacity: 0.8;
    /* Firefox */
}

.my-search:focus {
    box-shadow: none;
    background-color: inherit;
    border-color: inherit;
}

.my-search-div {
    /* border-bottom: 1px solid white; */
    padding: 0 7px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        right: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        left: 100%;
        right: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1;
    }

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }

    .menu-left-margin {
        margin-left: 40px;
    }

    .image-desc {
        /* position: absolute; */
        margin-top: 16px;
        bottom: 16px;
        background: #0009;
        left: 16px;
        right: 16px;
        border-radius: 0.3rem;
    }

    .mobileShow {
        display: none;
    }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .menu-line {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .card-quantity {
        display: none;
    }

    .mobileHide {
        display: none;
    }

    .mobileShow {
        display: block;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: 0.5rem;
    }

    .image-desc {
        bottom: 16px;
        background: #0009;
        left: 16px;
        right: 16px;
    }

    #bg {
        left: 50%;
        margin-left: -512px;
        /* 50% */
    }

    .arrow-style {
        height: 60px;
        width: 60px;
        margin: auto;
        background-color: rgba(66, 66, 66, 0.7);
    }

    .arrow-style:hover {
        background-color: rgba(66, 66, 66, 0.7);
    }

    .my-search {
        max-width: 100%;
    }
}

#searchModal .modal-content {
    background-color: #242424;
    border-radius: 20px;
}

#searchModal .modal-header {
    border: none !important;
    text-align: center !important;
}

#searchModal .modal-footer {
    border: none !important;
    padding: 0px !important;
}

#searchModal .modal-body {
    padding-top: 0px !important;
}

.grid-container-web {
    display: grid;
    grid-template-columns: repeat(4, 24.7vw);
    justify-content: center;
}

.grid-item {
    display: flex;
    justify-content: left;
    align-items: top;
}

@media screen and (min-width: 992px) {
    .grid-container-web {
        grid-template-rows: repeat(2, 21.35vw);
    }

    .grid-item {
        padding-left: 0.7815rem;
        padding-right: 0.7815rem;
        padding-bottom: 1.563rem;
    }
}

@media screen and (max-width: 991px) {
    .grid-container-web {
        grid-template-columns: repeat(1, 100%);
        grid-template-rows: 100vw;
    }

    .grid-item {
        padding-bottom: 1.5rem;
        padding-left: 1.5815rem;
        padding-right: 1.5815rem;
    }
}

.borderBottomFocus {
    border-bottom-width: 0px !important;
}

.borderBottomFocus:focus {
    border-bottom: 2px solid #0060df !important;
}

.grid-x-padding {
    padding-left: 0.8815rem;
    padding-right: 0.8815rem;
}

.grid-b-margin {
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .grid-b-margin {
        margin-bottom: 1.763rem;
    }
}

.dropdown-menu {
    position: absolute;
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-body-color);
    padding: 10px, 0, 10px, 0;
    list-style: none;
    margin-top: 10px;
}

.dropdown-menu li {
    margin: 0;
    /* padding: 5px 0; */
}

.dropdown-menu li a {
    /* color: #2a2a2a !important; */
    /* transition: all 0.3 ease-in-out; */
    text-decoration: none;
}

.dropdown-menu li {
    /* color: #2a2a2a !important; */
    transition: all 0.3 ease-in-out;
    text-decoration: none;
}

.dropdown-menu li:hover {
    /* color: #000 !important; */
    background-color: var(--bs-body-color-hover);
    /* text-decoration: underline; */
    /* text-decoration: underline; */
}

/* .dropdown-menu li a:hover { */
/* color: #000 !important; */
/* background-color: var(--bs-body-color-lighter); */
/* text-decoration: underline; */
/* } */

/* @media (max-width: 1199px) {
    .dropdown-menu {
        position: sticky;
        left: 25% !important;
    }
} */

.text-color-custom {
    color: #2a2a2a;
}

.border-bottom-color {
    border-color: var(--bs-body-color) !important;
}

.color-normal {
    color: var(--bs-body-color);
}

.color-normal-hover:hover {
    color: var(--bs-body-color-hover);
}

.color-lighter {
    color: var(--bs-body-color-lighter);
}

.item-bg {
    background-color: var(--bs-item-bg);
}

/* PAGINATOR */
/* Ustawienia dla kontenera paginacji */
.pagination.color-normal {
    background-color: var(--bs-body-bg);
    padding: 0.5rem;
    border-radius: 0.25rem;
}

/* Ustawienia dla elementów paginacji */
.pagination.color-normal .page-item .page-link {
    background-color: var(--bs-item-bg);
    color: var(--bs-body-color);
    border: 1px solid var(--bs-body-color-darker);
}

/* Hover dla linków */
.pagination.color-normal .page-item .page-link:hover {
    background-color: var(--bs-body-bg-darker);
    color: var(--bs-body-color-hover);
    border-color: var(--bs-body-color-lighter);
}

/* Styl dla aktualnej strony (active) */
.pagination.color-normal .page-item.active .page-link {
    background-color: var(--bs-body-color-darker);
    color: var(--bs-body-color-hover);
    border-color: var(--bs-body-color-lighter);
}

/* Styl dla stron nieklikalnych (disabled) */
.pagination.color-normal .page-item.disabled .page-link {
    background-color: var(--bs-body-bg-opacity);
    color: var(--bs-body-color-opacity);
    border-color: var(--bs-body-bg-opacity-2);
}

/* Stylowanie dla poprzedniego i następnego przycisku */
.pagination.color-normal .page-item .page-link[rel="prev"],
.pagination.color-normal .page-item .page-link[rel="next"] {
    background-color: var(--bs-body-bg-opacity-3);
    color: var(--bs-body-color-lighter);
    border-color: var(--bs-body-bg-opacity-2);
}

/* Hover dla poprzedniego i następnego przycisku */
.pagination.color-normal .page-item .page-link[rel="prev"]:hover,
.pagination.color-normal .page-item .page-link[rel="next"]:hover {
    background-color: var(--bs-body-bg-darker);
    color: var(--bs-body-color-hover);
}

.showrooms-section {
    background: #fefdf7;
    border-bottom: 3px dotted var(--bs-body-color);
}

.showrooms-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
}

/* wrapper na 3 kolumny */
.map-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap; /* żeby na mobile się łamało */
}

/* kolumny */
.side-image,
.map-center {
    flex: 1;
    min-width: 100px;
    text-align: center;
}

/* lewa kolumna */
.left-side {
    text-align: center;
    font-size: 1.1rem;
}

/* prawa kolumna */
.right-side {
    text-align: center;
    font-size: 1.1rem;
}

/* obrazki */
.side-image img {
    width: 60%;
    height: auto;
    border-radius: 10px;
}

/* środkowa kolumna z mapą */
.map-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.map-img {
    width: 70%;
    height: auto;
    margin-top: 10px;
}

.map-link {
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, 0); /* całkowicie przezroczyste */
    z-index: 2;
    cursor: pointer;
}

/* hotspot dla Łodzi */
.map-link.link-center {
    top: 49%; /* odległość od góry mapy */
    left: 45.5%; /* odległość od lewej mapy */
    width: 12.5%; /* szerokość pola aktywnego */
    height: 11%; /* wysokość pola aktywnego */
}

/* hotspot dla Gdańska */
.map-link.link-top-center {
    top: 7%;
    left: 38%;
    width: 14.5%;
    height: 10%;
}

.map-link:hover {
    background: rgba(0, 0, 0, 0.1); /* lekko przyszarzone tło */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    border-radius: 35px;
}

/* adres i kontakt */
.address {
    position: relative; /* pseudo-element będzie względem linku */
    display: inline-block;
    margin: 5px 0;
    color: black;
    text-decoration: none;
    transition: color 0.3s;
}

.address:hover {
    color: black !important;
}

.address::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px; /* grubość podkreślenia */
    background-color: black; /* kolor taki sam jak tekst */
    transform: scaleX(0);
    transform-origin: left; /* startuje od lewej */
    transition: transform 0.7s ease;
}

.address:hover::after {
    transform: scaleX(1); /* pełna szerokość przy hover */
}

.contact {
    font-size: 1.1rem;
    color: #444;
    margin-top: 5px;
}

.side-left-subtitle {
    font-size: 1.2rem;
}

.side-right-subtitle {
    font-size: 1.2rem;
}

.left-column {
    order: 1;
}

.map-center {
    order: 2;
}

.right-column {
    order: 3;
}

.left-column,
.right-column,
.map-center {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* odstęp między obiektami */
}

/* sekcja Instagram */
.instagram-section {
    background: #fff;
    border-bottom: 3px dotted var(--bs-body-color);
}

.instagram-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
    /* margin-left: -30px; */
}

/* karta */
.instagram-card {
    width: 300px; /* stała szerokość */
    height: 480px; /* maksymalna wysokość */
    overflow: hidden; /* ukrywa wystające elementy */
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5; /* opcjonalnie tło dla wideo/obrazów mniejszych niż kontener */
    margin: auto;
}

.instagram-card img,
.instagram-card video {
    width: 100%; /* dopasowanie do szerokości kontenera */
    height: 100%; /* dopasowanie do wysokości kontenera */
    object-fit: cover; /* wypełnia kontener przy zachowaniu proporcji */
    border-radius: 10px;
    transition: transform 0.3s ease, border 0.3s ease;
}
.instagram-row {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* hover efekt */
.instagram-card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.instagram-caption {
    margin-top: 10px;
    font-size: 1rem;
    color: #333;
}

/* cała sekcja */
.newsletter-section {
    color: black;
    /* border-bottom: 3px dotted var(--bs-body-color); */
}

/* nagłówki */
.newsletter-section h2 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 6px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.newsletter-title {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 30px;
}

/* input newslettera */
.newsletter-input {
    max-width: 400px;
    background-color: #fdf3ea;
    margin: 0 auto;
    padding: 12px 15px;
    border-radius: 8px;
    border: none;
    outline: none;
    text-align: center;
    font-size: 1rem;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.newsletter-input:focus {
    background-color: #fdf3ea;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
    transform: scale(1.02);
}

.newsletter-input:focus {
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
    transform: scale(1.02);
}

/* przycisk newslettera */
.newsletter-btn {
    background-color: #f6e0c9;
    color: var(--kolor2);
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 12px 40px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.newsletter-btn:hover {
    background-color: #f6e0c9;
    border: 2px solid #fff;
    color: white;
    transform: scale(1.05);
}

/* małe p */
.newsletter-section p.small {
    font-size: 0.75rem;
    margin-top: 15px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}

.footer-section {
    font-size: 0.9rem;
    background-color: #fdf3ea;
}

.footer-branch {
    margin-left: 0;
    text-align: left !important;
}

.footer-branch.lodz {
    margin-left: 70px;
}

.footer-branch-title {
    color: black;
    font-weight: 600;
}

.footer-branch-sub {
    color: black;
}

/* Linki */

.footer-links p {
    margin-bottom: 25px; /* odstęp między linkami */
}

.footer-links a {
    text-decoration: none;
    color: black;
    transition: color 0.3s;
}

.footer-links a:hover {
    text-decoration: underline; /* lub inny efekt hover */
}

.footer-links-col {
    margin-top: 70px;
    max-width: 130px;
}

/* maile w stopce */

.footer-branch-sub a.email-link {
    color: black !important;
    text-decoration: none;
}

/* telefony w stopce */

.footer-branch-sub a.phone-link {
    color: black !important;
    text-decoration: none;
}

.footer-branch-sub a.email-link:hover {
    color: white !important;
    font-weight: bold;
}

.footer-branch-sub a.phone-link:hover {
    color: white !important;
    font-weight: bold;
}

.footer-links-col a:hover {
    color: white !important;
    font-weight: bold;
}

.footer-section {
    background-color: #f6e0c9;
    width: 100%;
    color: white;
}

/* Logo */

.footer-logo {
    max-width: 300px;
    margin-left: -50px;
}

.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    /* background-color: white; */
    color: black; /* ikona*/
    margin-right: 8px; /* odstęp od tekstu */
    font-size: 14px; /* wielkość ikony */
}

.icon-circle-middle {
    display: flex;

    /* wyśrodkowanie w poziomie */
    /* justify-content: center; */
    width: 15px;
    height: 15px;
    border-radius: 50%;
    /* background-color: white; */
    color: black;
    margin-right: 8px;
    font-size: 14px;
    margin-top: 0.3rem; /* ikona na środku tekstu */
}

.diamonds-section {
    border-bottom: 3px dotted var(--bs-body-color);
}

/* odstęp dla tytułu */
.diamonds-title {
    margin-bottom: 150px;
}

/* grid na 3 kolumny */
.diamonds-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    justify-items: center;
}

/* kontener na każdy obrazek */
.diamond {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.diamond img {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
    filter: brightness(1.05) contrast(1.05); /* lekki połysk całości */
}

/* animacja połysku całego obrazka (opcjonalna) */
.diamond::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    animation: shine 2.5s infinite;
}

@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

@media (max-width: 500px) {
    .footer-branch.lodz {
        margin-left: 0;
    }

    .footer-section {
        font-size: 0.64rem !important;
    }

    .footer-branch {
        font-size: 0.64rem !important;
        max-width: 110%;
        /* max-width: 400px; */
    }
    .text-start {
        font-size: 0.64rem !important;
    }
    .footer-branch-sub {
        font-size: 0.64rem !important;
    }

    .footer-logo {
        width: 160px !important;
        margin-left: -10px !important;
    }

    .footer-links {
        margin-left: 30px;
        /* text-align: left; */
    }

    .icon-circle {
        font-size: 10px; /* wielkość ikony */
    }

    .icon-circle-middle {
        font-size: 10px; /* wielkość ikony */
    }

    .footer-links-col {
        margin-top: 10px;
    }

    .footer-links p {
        font-size: 0.64rem !important;
    }
}

@media (max-width: 1000px) {
    .map-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .map-center {
        order: -1;
        margin-bottom: 30px;
    }

    .side-image {
        order: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .map-link.link-center {
        top: 48.5%;
        left: 45%;
        width: 12.5%;
        height: 11%;
    }

    .map-link.link-top-center {
        top: 8%;
        left: 39%;
        width: 13%;
        height: 10%;
    }

    .footer-branch-title {
        font-size: 0.92rem;
    }
}

@media (min-width: 501px) and (max-width: 750px) {
    .map-link.link-center {
        top: 48.5%;
        left: 45.5%;
        width: 11.5%;
        height: 11%;
    }

    .map-link.link-top-center {
        top: 9%;
        left: 38.5%;
        width: 14%;
        height: 12.2%;
    }
}

@media (min-width: 751px) and (max-width: 1000px) {
    .map-link.link-center {
        top: 48.5%;
        left: 44.5%;
        width: 13%;
        height: 12%;
    }

    .map-link.link-top-center {
        top: 9.5%;
        left: 37.5%;
        width: 14.5%;
        height: 12.2%;
    }
}

@media (min-width: 1001px) and (max-width: 1200px) {
    .map-link.link-center {
        top: 49.5%;
        left: 45%;
        width: 13.5%;
        height: 10%;
    }

    .map-link.link-top-center {
        top: 9.5%;
        left: 37.5%;
        width: 14.5%;
        height: 10%;
    }
}

.our-services {
    background: white;
}

@media (max-width: 993px) {
    .footer-branch.lodz {
        margin-left: 0;
        margin-right: 20px;
    }

    .footer-section {
        font-size: 0.7rem;
    }

    .footer-branch {
        font-size: 0.7rem;
        /* max-width: 400px; */
    }
    .text-start {
        font-size: 0.7rem;
    }
    .footer-branch-sub {
        font-size: 0.7rem;
    }

    .footer-logo {
        width: 190px;
        margin-left: -45px;
    }

    .footer-links {
        margin-left: 30px;
        /* text-align: left; */
    }

    .footer-links p {
        font-size: 0.7rem;
    }
}

@media (max-width: 1100px) {
    .footer-logo {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .footer-branch.lodz {
        margin-left: 0;
        margin-right: 0px;
    }
}

@media (min-width: 850px) and (max-width: 980px) {
    .footer-logo {
        margin-left: -50px !important;
    }
}

@media (max-width: 1200px) {
    .instagram-card {
        width: 200px;
        height: 310px;
    }

    /* .instagram-row {
        margin-left: 35px !important;
    } */
}

/* .instagram-row {
        margin-left: 20px;
    }



@media (max-width: 1000px) {

    .instagram-row {
        margin-left: 0px !important;
    }

}


@media (max-width: 769px) {

    .instagram-row {
        margin-left: 120px !important;
    }

}


@media (max-width: 500px) {

    .instagram-row {
        margin-left: 100px !important;
    }

} */

@media (max-width: 1199px) {
    .navbar.nav {
        margin-top: 1000px !important;
    }
}

#newsletter {
    scroll-margin-top: 100px;
}
#certyfikaty {
    scroll-margin-top: 100px; /* wysokość Twojego sticky headera */
}

@media (max-width: 500px) {
    #certyfikaty .grid-b-margin,
    #certyfikaty .grid-x-padding,
    #certyfikaty [class*="offset-"] {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

.footer-nav-link {
    text-decoration: none;
    color: black;
    font-weight: 500;
    transition: color 0.3s;
}

.footer-nav-link:hover {
    text-decoration: underline;
    color: white;
}


/* Widoczność tylko powyżej 1000px */
@media (min-width: 767px) {
    .d-desktop-flex {
        display: flex !important;
    }
    .d-desktop-none {
        display: none !important;
    }
}

/* Widoczność tylko poniżej 1000px */
@media (max-width: 766px) {
    .d-desktop-flex {
        display: none !important;
    }
    .d-desktop-none {
        display: block !important;
    }
}

@media (min-width: 1400px) {
    .footer-branch.lodz {
        margin-left: 210px !important;
    }

    .footer-branch.gdansk {
        margin-left: 140px !important;
        width: 250px;
    }
}

@media (min-width: 1150px) {
    .footer-branch.lodz {
        margin-left: 190px !important;
    }

    .footer-branch.gdansk {
        margin-left: 110px !important;
    }
}

@media (min-width: 1000px) {
    .footer-branch.lodz {
        margin-left: 120px;
    }

    .footer-branch.gdansk {
        margin-left: 50px;
        width: 250px;
    }
}

@media (min-width: 768px) {
    .footer-branch.lodz {
        margin-left: 70px;
    }

    .footer-branch.gdansk {
        margin-left: 30px;
    }
}

.priv-heading-custom {
    color: black !important; /* czarny kolor */
    font-weight: 100 !important; /* bardzo cienka grubość (najcieńsza dostępna w Montserrat) */
    letter-spacing: 12px !important; /* spory odstęp między literami */
    font-family: "Montserrat", sans-serif !important; /* czcionka Montserrat */
    font-size: 4.9rem !important;
    margin-top: -2.9rem;
    text-transform: uppercase !important; /* opcjonalnie: wielkie litery */
}

@media (max-width: 768px) {
    .priv-heading-custom {
        font-size: 1.2rem !important;
        margin-top: -1rem;
    }
}

.page-link {
    color: var(--bs-body-color);
    background-color: transparent;
    border: 1px solid #ccc;
}

.page-link:hover {
    color: white;
    background-color: var(--bs-body-color);
    border-color: var(--bs-body-color);
}

.page-item.active .page-link {
    color: white;
    background-color: var(--bs-body-color);
    border-color: var(--bs-body-color);
}
.pagination {
    justify-content: center; /* wyśrodkowanie */
    margin-top: 30px;
}
