.footer-policy-span:hover {
    color: #333232;
    cursor: pointer;
}

a.py-md-3.px-md-5.btn.btn-rounded.btn-light:hover {
    background: #a30000;
    transition: 0.2s ease-in;
}


.h1-main-heading{
    font-family: 'Poppins';
    font-size: 56px;
    line-height: 1.3em !important;

}




.sticky-header-scroll-down .your-header-class {
    opacity: 0;
    visibility: hidden;
}

.sticky-header-scroll-up .your-header-class {
    opacity: 1;
    visibility: visible;
}

.call-to-action h3 {
    color: var(--light);
}

.call-to-action p {
    color: #ffffff93;
}

.fs-2.lead.text-color-dark.font-weight-semibold {
    color: var(--dark);
}

.grey_cta.call-to-action.call-to-action-in-footer {
    margin-top: 0;

}
.grey_cta.call-to-action.call-to-action-in-footer:before {
    border-top: 20px solid var(--grey-100);
} 


@media (max-width: 768px) {
    .h1-main-heading {
        font-size: 30px;
    }

}


.list.list-icons.list-primary.ms-4 {
    color: #777;
}


.dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary);
}


/* Ukrywa drugą strzałkę (ikonę chevron) */
.nav > li:nth-child(3) .dropdown-menu > li:nth-child(1) .fas.fa-chevron-down {
    display: none !important;
}

/* Ukrywa trzecią strzałkę (ikonę chevron) */
.nav > li:nth-child(3) .dropdown-menu > li:nth-child(2) .fas.fa-chevron-down {
    display: none !important;
}

.call-to-action.call-to-action-default.with-button-arrow.call-to-action-in-footer.homepage:before {
    border-top: 20px solid #fff;
}


.custom-ul li::marker {
    color: black;
}