:root {
    --bg: #f0f2f0;
    --bg-alt: #a9988d;
    --bg-dark: #1d1d1b; 
    --text: #232323; 
    --text-alt: #fff; 
    --highlight: #ba1515; 

    --color-1: #1d1d1b;
    --color-2: #ae8f5f;
    --color-3: #ba1515;
    /* --color-4: #c15145; */
}

.text-custom-1 {
    color:var(--color-1)!important;
}
.text-custom-2 {
    color:var(--color-2)!important;
}
.text-custom-3 {
    color:var(--color-3)!important;
}
.text-custom-4 {
    color:var(--color-4)!important;
}
.text-custom-5 {
    color:#4d4d4d!important;
}


.bg-custom-1 {
    background-color:var(--color-1)!important;
}
.bg-custom-2 {
    background-color:var(--color-2);
}
.bg-custom-3 {
    background-color:var(--color-3);
}
.bg-custom-4 {
    background-color:var(--color-4);
}

.border-color-custom-1 {
    border-color:var(--color-1)!important;
}
.border-color-custom-2 {
    border-color:var(--color-2)!important;
}

.text-fast-blue {color: #222222}
::selection {color: #000;background:none;}
body.bg-navy {
    background-color: #f0f2f0!important;
}
body {
    color: var(--text); 
    /* background-color: var(--bg); */
    font-size: 16px;
    word-break: normal;
}

h1, .h1 {
    font-size: 4rem;
    line-height: 4rem;
}

h2 {
    font-size: 2.9rem;
    line-height: 3.2rem;
}

h3 {
    font-size: 2.4rem;
    line-height: 2.9rem;
}

h4 {
    font-size: 1.85rem;
    line-height: 2.4rem;
}

h5 {
    font-size: 1.30rem;
    line-height: 2rem;
}

h6 {
    font-size: 1rem;
    line-height: 1.5rem;
}

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

ul.ul {margin-bottom:20px;}
.tab-style-07 .nav-tabs > li.nav-item > a.nav-link.active {
    border-color: var(--bg-alt);
    background-color: var(--bg-alt);
    color:#fff
}
.tab-style-07 .nav-tabs > li.nav-item > a.nav-link {
    border: 3px solid var(--bg-alt);
}

.cookiealert > a {
    color: var(--bg-alt);
}
.cookiealert > a:hover,
.cookiealert > a:focus {
    color: #fff;
}

.popup-youtube > picture > img {margin-bottom:20px;}

.w4p-icon-custom-1{
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}
.w4p-icon-custom-1:before{content:"\e944"}
#articleTitle.bg-custom {background-color: #000;}
#breadcrumb > ul > li {font-weight: bold;}
#breadcrumb > ul > li > a:hover,
#breadcrumb > ul > li > a:focus {
    color: var(--text-alt);
}

.bg-overlay-custom {
    background: linear-gradient(90deg, var(--bg) 0%, transparent 100%);
    opacity: 1;
}
/* .parallax {
    background-attachment: inherit !important;
    background-position: center !important;
} */

/* mapa */
#map-canvas{height:100%}

/* kolory */
.alt-font {
    color:var(--text);
}
.text-alt {
    color:var(--text-alt);
}
a:hover,
a:focus {
    color: var(--highlight);
}

.bg-gray {
    background-color: var(--bg);
}
.bg-custom {
    background-color: var(--bg-alt);
}
.footer-light.bg-custom {
    background-color: var(--bg);
}
/* .blog-post:hover .blog-post-image img {
    opacity: 0.1;
} */
/* .bg-gradient-custom {
    background: rgb(177,43,29);
    background: -moz-linear-gradient(90deg, rgba(177,43,29,1) 0%, rgba(177,103,30,1) 25%, rgba(177,151,25,1) 50%, rgba(123,177,27,1) 75%, rgba(22,177,61,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(177,43,29,1) 0%, rgba(177,103,30,1) 25%, rgba(177,151,25,1) 50%, rgba(123,177,27,1) 75%, rgba(22,177,61,1) 100%);
    background: linear-gradient(90deg, rgba(177,43,29,1) 0%, rgba(177,103,30,1) 25%, rgba(177,151,25,1) 50%, rgba(123,177,27,1) 75%, rgba(22,177,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b12b1d",endColorstr="#16b13d",GradientType=1);
} */
.text-gradient-custom {
    background: rgb(177,43,29);
    background: -moz-linear-gradient(90deg, rgba(177,43,29,1) 0%, rgba(177,103,30,1) 25%, rgba(177,151,25,1) 50%, rgba(123,177,27,1) 75%, rgba(22,177,61,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(177,43,29,1) 0%, rgba(177,103,30,1) 25%, rgba(177,151,25,1) 50%, rgba(123,177,27,1) 75%, rgba(22,177,61,1) 100%);
    background: linear-gradient(90deg, rgba(177,43,29,1) 0%, rgba(177,103,30,1) 25%, rgba(177,151,25,1) 50%, rgba(123,177,27,1) 75%, rgba(22,177,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b12b1d",endColorstr="#16b13d",GradientType=1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient-dark {
    background: linear-gradient(90deg, rgb(0 0 0 / 85%) 0%, rgb(239 66 66 / 0%) 100%)
}

.bg-gradient-dark-top {
    background: linear-gradient(0deg, rgb(0 0 0 / 85%) 0%, rgb(239 66 66 / 0%) 100%)
}

.btn.btn-custom {
    background: var(--bg-alt);
    border-color: var(--bg-alt);
    color: var(--color-1);
}

.btn.btn-custom:hover {
    background: #cfbeaf!important;
    border-color: #cfbeaf!important;
    color: var(--color-1);
}
.btn.btn-custom-transparent {
    background: #ae8f5f96;
    border-color: var(--color-1);
    color: var(--color-1);
}

.btn.btn-custom-transparent:hover {
    background: var(--color-1);
    border-color: var(--color-2);
    color: var(--color-2);
}

.btn-link:hover {
    color: var(--highlight);
}

.text-default {
    color:var(--text);
}

.text-custom {
    color:var(--bg-alt);
}

.text-highlight {
    color:var(--highlight);
}

.text-red {color:var(--text);}
a.text-custom-hover:hover {
    color: var(--highlight);
}
/* .text-extra-dark-gray {
    color: var(--color-1);
} */

a {color:var(--bg-dark)}

strong,
sup,
sub {
    color: var(--bg-dark);
}

strong {font-weight: 500;}

/* header */
.bg-nav-custom {
    background: var(--bg);
}
span.top-bar-contact-list i,
span.top-bar-contact-list>span {
    color: #fff
}
.navbar-light .navbar-nav .nav-link:hover,
.sticky .navbar.header-light .navbar-nav .nav-link:hover,
.navbar.navbar-light .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a,
a:active, a:focus { color: var(--highlight)!important}

.dropdown-menu > li > a {color:var(--text)}
.dropdown-menu > li > a:hover {color:var(--highlight)}

.sticky .navbar.navbar-dark.header-light .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a { color: var(--highlight)!important }

.navbar.navbar-light .navbar-nav .nav-link {
    color: var(--text);
}
.sticky .navbar.header-light .navbar-nav .nav-link, .sticky .navbar.header-light .header-search-icon > a, .sticky .navbar.header-light .header-social-icon > a, .sticky .navbar.header-light .header-cart-icon > a, .sticky .navbar.header-light .header-language > a, .sticky .navbar.header-light .nav-bar-contact { color: var(--text) !important; }

.navbar.navbar-light .navbar-nav > .dropdown.active > a,
.navbar.navbar-light .navbar-nav .nav-link.active {color: var(--bg-alt)!important;}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar.navbar-light .header-search-icon>a:hover,
.navbar.navbar-light .header-social-icon>a:hover,
.navbar.navbar-light .header-cart-icon>a:hover,
.navbar.navbar-light .header-language>a:hover,
.navbar.navbar-light .header-language>a:hover,
.sticky .navbar-dark.header-light .navbar-nav .nav-link.active,
.sticky .navbar-dark.header-light .navbar-nav .nav-link:hover,
.sticky .navbar-dark.header-light .navbar-nav .nav-link:focus,
.sticky .navbar-dark.header-light .header-search-icon>a:hover,
.sticky .navbar-dark.header-light .header-social-icon>a:hover,
.sticky .navbar-dark.header-light .header-cart-icon>a:hover,
.sticky .navbar-dark.header-light .header-language>a:hover,
.sticky .navbar-dark.header-light .header-language>a:hover,
.top-bar.navbar-dark .header-search-icon>a:hover,
.top-bar.navbar-dark .header-social-icon>a:hover,
.top-bar.navbar-dark .header-cart-icon>a:hover,
.top-bar.navbar-dark .header-language>a:hover,
.top-bar.navbar-dark .header-language.dropdown-style-01 .btn:hover {
    color: var(--highlight)!important;
}
.sticky .navbar.navbar-dark.header-light .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a { color: var(--highlight) !important; }
header .top-bar .container-fluid .d-flex div p,
header .top-bar .container-fluid .d-flex div span {
    font-size: 18px;
}

header .navbar .navbar-brand img,
header.side-menu .logo img,
header .sidebar-nav-menu .navbar-brand img {
    max-height: 50px;
}
/* img.mobile-logo {
    min-width: 160px;
} */
.navbar-brand img {
    height:100%;
    min-height: 36px;
}


/* facebook */
.bg-gradient-facebook {
    background-image: linear-gradient(to right top, #0062E0, #19AFFF);
}

/* sluchawka */
.buttonizer {
    position: fixed;
    z-index: 99999;
    transition: ease-in-out .25s;
    right: 5%;
    bottom: 10%
}

.buttonizer .buttonizer-button {
    display: block;
    cursor: pointer;
    outline: none;
    position: relative;
    width: 56px;
    height: 56px;
    max-width: none!important;
    color: #fff;
    background: var(--bg-alt);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    text-align: center;
    text-decoration: none;
    margin-top: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    background-color: var(--bg-alt);
    border-radius: 50%
}

.buttonizer-button i {
    font-size: 35px;
    padding-top: 10px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.no-section {
    padding: 0px;
}

.image-back-offset-shadow.position-right.active .overlay {
    -webkit-transform: scale(0.95) translate(-11px, 2px);
    transform: scale(0.95) translate(-11px, 2px);
}

.mfp-counter {
    display: none!important;
}

p.text-medium.m-0>a,
.top-bar-contact-list>a {
    color: #ffffff;
}

p.text-medium.m-0>a:hover,
.top-bar-contact-list>a:hover {
    color: var(--highlight);
}

sup>i.fa {
    margin-left: 10px;
}

sub>i.fa {
    margin-right: 10px;
}


.w4p-heroBox{
    background: #00303c;
    /* background: linear-gradient(90deg, #00303c 0%, #00303c 40%, #00303cbf 100%); */
    background: linear-gradient(90deg, #00303ce3 0%, #00303cdb 40%, #00303c96 100%);
    padding:50px;
}

/* shop listing */
li.active > a {font-weight: bold;}
li.active > a:hover {color:var(--highlight);font-weight: bold;}
.list-style-07 li a:hover {
    color:var(--highlight);
}
.w4p-title-section {padding:0; margin-bottom:100px;}

/* product page */
/* .breadcrumb {
    margin-left: 5px!important;
    padding-left: 10px!important;
    border-radius: 5px;
    background: linear-gradient(90deg, #014e661c 0%, #ffffff 40%, #ffffff 100%);
}
.breadcrumb ul > li:after {
    content: "\f101";
    font-size: 10px;
    margin-top: -2px;
} */

/*========== Categories sidebar  ===================*/
.w4p-widget-categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.w4p-widget-categories ul > li{
    position: relative;
    margin-bottom: 5px;
    padding-left: 16px;
}
.w4p-widget-categories ul > li:last-child {
    margin-bottom: 0;
}
.w4p-widget-categories ul > li::before {
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    color: #999;
    font-family: feather;
    font-size: 1.15em;
    content: "\e92e";
}

.w4p-widget-categories ul > li > a {
    display: inline-block;
    transition: color 0.3s;
    color: #505050;
    font-size: 14px;
    text-decoration: none;
}
.w4p-widget-categories ul > li > a:hover {
    color: var(--highlight);
}
.w4p-widget-categories ul > li.active > a {
    color: var(--bg-alt);
}
.w4p-widget-categories ul > li > span {
    margin-left: 4px;
    color: #999;
}
.w4p-widget-categories ul > li.has-children ul {
    border-left: 1px solid #e2e2e2;
}
.w4p-widget-categories ul > li.has-children ul li::before {
    top: 14px;
    width: 8px;
    height: 1px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 0;
    background-color: #e2e2e2;
    color: transparent;
}
.w4p-widget-categories ul > li.has-children ul li a {
    font-size: 13px;
}
.w4p-widget-categories ul > li.has-children ul ul > li {
    margin-bottom: 0;
}
.w4p-widget-categories ul > li.has-children > ul {
    max-height: 0;
    transition: max-height 0.6s;
    overflow: hidden;
}
.w4p-widget-categories ul > li.has-children.expanded::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.w4p-widget-categories ul > li.has-children.expanded > ul {
    max-height: 800px;
}

.all-categories i::before {
  font-size:10px;
}
.all-categories a {
  font-weight: 500;
  color: var(--bg-alt);
}
.all-categories a:hover {
  text-decoration: none;
}

.table-style-02 th {width: 260px;}

/* FAQ */
.accordion-button:not(.collapsed) {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    background-color: #c3262c;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
    transform: rotate(-180deg);
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
}
.accordion-button {
    cursor: pointer;
    background-color: #222222;
    color: #f2f2f2;
    font-weight: 600;
    font-size: 1.5rem;
}


.bg-light-gray2 {
    background-color: #f5f5f5;
}
.bg-custom-gradient {
    background: rgb(76,153,137);
    background: -moz-linear-gradient(180deg, rgba(76,153,137,1) 0%, rgba(95,163,111,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(76,153,137,1) 0%, rgba(95,163,111,1) 100%);
    background: linear-gradient(180deg, rgba(76,153,137,1) 0%, rgba(95,163,111,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c9989",endColorstr="#5fa36f",GradientType=1);
}

ul.ul > li {
    margin-left:20px;
}

section {
    padding: 75px 0;
}

.blog-post-image {
    max-height:230px;
}
section.big-section {
    padding: 100px 0;
}


/* Kofeina */
.w4p-custom-push-menu li.menu-list-item span {
    font-size:28px;
    color:#fff;
    font-weight: 600;
}
.w4p-custom-push-menu li.menu-list-item span.w4p-category {
    font-size:14px;
    color:#ba1515;
    text-transform: uppercase;
}
.hamburger-menu-big-font .menu-list li a {
    font-size: 19px;
    line-height: 20px;
}
.hamburger-menu-big-font .menu-list li {
    padding: 1px 0;
}
.hamburger-menu.hamburger-menu-big-font {
    border: 10px solid #ae8f5f;
}
.menu-list-wrapper.menu-list-wrapper-small {
    max-height: calc(85vh);
}

.bg-gradient-custom,
.bg-gradient-dark-slate-blue { background-image: linear-gradient(to right, var(--color-1), rgba(29, 29, 27, 0.66), rgba(29, 29, 27, 0.42), rgba(29, 29, 27, 0.1), rgba(29, 29, 27, 0)) }
.bg-gradient-dark-slate-blue-reverse { background-image: linear-gradient(to left, var(--color-1), rgba(29, 29, 27, 0.66), rgba(29, 29, 27, 0.42), rgba(29, 29, 27, 0.1), rgba(29, 29, 27, 0)) }

.btn-gradient-custom { background: linear-gradient(to right, var(--color-1), var(--color-2), var(--color-1)); color: #fff; background-size: 200% auto; transition: all 0.3s cubic-bezier(.25,.8,.25,1); }

.btn.btn-gradient-custom:active { color: #fff; border-color: transparent; }
.btn-gradient-custom:hover, .btn-gradient-custom:focus { background-position: right center; color: #fff; }

#w4p-menu-picture img {
    max-height: 600px;
}
#w4p-menu-picture h2 {
    margin-left:30px;
}
[data-mobile-nav-style=full-screen-menu] .dropdown-item:focus, .dropdown-item:hover {
    /* color: var(--bs-dropdown-link-hover-color); */
    background-color: #00000000;
}
.sticky.header-appear .header-dark, .sticky .header-dark.header-always-fixed-scroll {
    background-color: var(--bg-dark) !important;
}
footer img.img-fluid {
    max-width: min(100%, 300px);
}

.process-step-style-02 .process-step-item:hover .process-step-icon {
    background-color: var(--color-1);
    color: var(--color-2);
}
.list-style-02 li i {
    padding-right: 10px;
}
.text-custom-1.list-style-02 strong{
    color: var(--color-1);
    font-weight: 600;
}

.w4p-bg-pattern {
    position: relative;
    overflow: hidden;
}

.w4p-bg-pattern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../bundles/w4profront/images/custom/pattern.gif');
    background-repeat: repeat;
    background-size: auto; /* lub możesz ustawić np. 300px 300px */
    
    /* Gradient opacity od lewej (0%) do prawej (30%) */
    -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    
    z-index: 0;
    pointer-events: none;
}
.w4p-food-pattern::before {
    background-image: url('../bundles/w4profront/images/custom/pattern2.gif')!important;
}
.w4p-food-pattern2::before {
    background-image: url('../bundles/w4profront/images/custom/pattern4.gif')!important;
}
.w4p-water-pattern::before {
    background-image: url('../bundles/w4profront/images/custom/pattern3.gif')!important;
}

.w4p-bg-pattern > * {
    position: relative;
    z-index: 1;
}

a.btn:focus{
    color: #fff!important;
}

section.bg-light p,
section.bg-light ol,
section.bg-light ul {
    color: var(--color-1);
}
.hamburger-menu-big-font .menu-list li a.w4p-menu-category:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 50%;
    background-color: rgb(187 20 20);
    visibility: hidden;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transition: all 0.3s 
ease-in-out 0s;
    transition: all 0.3s 
ease-in-out 0s;
}
.hamburger-menu-big-font .menu-list li > a:hover:before {
    visibility: visible;
    width: 100%;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    background-color: var(--bg-alt)!important;
}
    

/* Media queries  */
@media (min-width: 768px) { 
    .w-100.h-1px.bg-extra-dark-gray.margin-2-half-rem-top.opacity-1 {
        display:none;
    }
}

@media (max-width: 768px) { 
    .select-wrapper .left .bg,
    .select-wrapper .right .bg {
        background-position: 20%!important;
    }
    .bg-gradient-dark-slate-blue-reverse { background-image: linear-gradient(to right, var(--color-1), rgba(29, 29, 27, 0.66), rgba(29, 29, 27, 0.42), rgba(29, 29, 27, 0.1), rgba(29, 29, 27, 0)) }
    .opacity-medium.bg-gradient-dark-slate-blue {
        opacity: 1;
        background-image: linear-gradient(to right, var(--color-1), rgb(29 29 27 / 34%));
    }
}

@media (max-width: 991px) {
    section {padding: 50px 0;}
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner {
        background-image: linear-gradient(to right top, #514839, #1d1d1b, #1d1d1b, #1d1d1b, #514839)!important;
    }
    .outside-box-right.position-relative img {
        max-height: 400px;
    }
}

/* Swiper gallery images - responsive object-fit */
.swiper-image-cover {
    object-fit: cover;
}
.swiper-pagination-bullet {
    border: 2px solid #fff;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-2);
}

@media (max-width: 767px) {
    .swiper-image-cover {
        object-fit: contain;
    }
}


/* Fix dla WOW.js - ukrycie elementów przed uruchomieniem animacji */
.wow {
    visibility: hidden;
}

.wow.animated {
    visibility: visible;
}
#w4p-emailForm p,
#w4p-emailForm small {
    color: #939393!important;
}
#w4p-emailForm p small {
    font-size: 10px;
}
#w4p-notificationModal {
    color: var(--color-1);
}
#w4p-topBarAnnouncement {
    background-color: var(--color-2);
}
.list-style-01 li {
    padding: 5px 25px 5px 25px;
}
.list-style-01 li i {
    top: 12px;
}
.list-style-01 li:hover {
    padding: 5px 25px 5px 50px;
}

/* --- Style dla sekcji wideo --- */

/* Ustawienia kontenera wideo i overlaya */
.video-bg-container,
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Warstwa 1: Wideo (najniżej) */
.video-bg-container {
    z-index: 1;
}

/* Technika centrowania i wypełniania wideo (object-fit cover) */
.video-bg-container video {
    /* Nowoczesna metoda */
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* Fallback dla starszych przeglądarek, jeśli potrzebny (opcjonalnie) */
    /*
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    */
}

/* Warstwa 2: Overlay (środek) */
.video-overlay {
    z-index: 2;
    /* Kolor przyciemnienia. 0.6 to 60% czerni. Dostosuj od 0.4 do 0.8 zależnie od jasności wideo */
    background: linear-gradient(to bottom, 
        rgb(170 152 142 / 100%) 0%, 
        rgb(170 152 142 / 97%) 50%, 
        rgb(170 152 142 / 80%) 100%
    );
}

/* Warstwa 3: Kontener z treścią (najwyżej) */
/* Musi mieć z-index wyższy niż overlay */
.video-cta-section .container {
    z-index: 3;
}


/* --- Style dodatkowe --- */

/* Kolor tekstu lekko transparentny dla lepszego feelingu na ciemnym tle */
.text-white-90 {
    color: rgba(255, 255, 255, 0.9);
}

/* --- Przycisk Facebook (Branding) --- */
/* Oficjalny kolor FB: #1877f2 */
.btn-facebook {
    background-color: #1877f2;
    border: 1px solid #1877f2; /* Dodana obwódka, choć przy pełnym kolorze jest ona w tym samym kolorze tła */
    color: #ffffff;
    font-weight: 600; /* Lekko pogrubiona czcionka */
    transition: all 0.3s ease-in-out;
    /* Opcjonalnie zaokrąglenie jak w FB */
    /* border-radius: 50px; */
}

/* Efekt hover dla przycisku */
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
    background-color: #1465d3; /* Nieco ciemniejszy odcień niebieskiego */
    border-color: #1465d3;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(24, 119, 242, 0.4) !important; /* Lekka niebieska poświata */
}

.feature-icon.bg-dark {
    background-color: var(--bg-alt)!important;
}
.flex-grow-1.ms-4 {
    margin-top:15px;
}
.btn.btn-fancy.btn-large.btn-custom {
margin-top:15px;
background-color: var(--bg-alt)!important;
border-color: var(--bg-alt)!important;
color:var(--bg-dark)!important;
}
.btn.btn-fancy.btn-large.btn-custom:hover {
    background-color: #cfbeaf!important;
}
.bg-light-gray.overflow-visible.pt-md-0 {
    background-color: #f0f2f0!important;
}
.scroll-top-arrow, .scroll-top-arrow:focus {
    bottom: 80px;
}
