/* * * * * * * * * * * * * * * * * * * *
 *
 *   @name		custom.css
 *   @author	Bartosz Machnik
 *   @created	03.2026
 *   @licence	copyright (c) by sitte.pl
 *   @version	1.0.0
 *
 */

:root {
	--transition: 0.15s;
	--b-radius: 20px;
}

p:last-child { margin: 0; }
.sppb-tab-subtitle ul { margin-bottom: 1rem; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin: 0; }
/* h2{margin-bottom:52px} */
h2 { margin-bottom: 15px; }

.sppb-addon-single-image img { border-radius: var(--b-radius); }

/* domyślne marginesy sekcji */
.sppb-section { padding: 100px 0; /*background-color: var(--sppb-bg-section-primary);*/ }
	@media (max-width: 767px) { .sppb-section { padding: 50px 0; } }
.sppb-section.no-bg { background-color: transparent; }
.top0{padding-top:0;}
.bottom0{padding-bottom:0;}
.sppb-section .sppb-section { padding: 0; margin: 0; background-color: transparent; }

.dark1.sppb-section { border-radius: var(--b-radius); color: #fff; }
.dark1.sppb-section .sppb-addon-title { color: #fff; }
.dark1.sppb-section .sppb-addon-text-block .sppb-addon-title { margin-bottom: 20px; }

.light1.sppb-section { border-radius: var(--b-radius); background: #f2f2f0; padding: 50px; }
@media (max-width: 575px) { .light1.sppb-section { padding: 35px; }}

body .btn i, body .sppb-btn i { margin-left: 10px; }

/* template.css -__- */
body .sppb-btn.sppb-btn-primary,
body .sppb-btn.btn-primary,
body .sppb-btn.btn-outline-primary,
body .btn.sppb-btn-primary,
body .btn.btn-primary,
body .btn.btn-outline-primary
	{ background: #000; border: 1px solid #000; color: #fff; padding: 14px 32px; border-radius: 123px; transition: var(--transition); }
body .sppb-btn.sppb-btn-primary:hover,
body .sppb-btn.btn-primary:hover,
body .sppb-btn.btn-outline-primary:hover,
body .btn.sppb-btn-primary:hover,
body .btn.btn-primary:hover,
body .btn.btn-outline-primary:hover
	{ background: #fff; border: 1px solid #000; color: #000; }

body .sppb-btn.sppb-btn-secondary,
body .sppb-btn.btn-secondary,
body .sppb-btn.btn-outline-secondary,
body .btn.sppb-btn-secondary,
body .btn.btn-secondary,
body .btn.btn-outline-secondary
	{ background: transparent; border: 1px solid #000; color: #000; padding: 14px 32px; border-radius: 123px; transition: var(--transition); }
body .sppb-btn.sppb-btn-secondary:hover,
body .sppb-btn.btn-secondary:hover,
body .sppb-btn.btn-outline-secondary:hover,
body .btn.sppb-btn-secondary:hover,
body .btn.btn-secondary:hover,
body .btn.btn-outline-secondary:hover
	{ background: #000; border: 1px solid #000; color: #fff; }

/* zamiana .creative-home (jakiegoś niby-layoutu dla strony głównej, ale napisanego w stylu Pat & Mat i trzymającego się na taśmę i słowo honoru) na zwyczajne body (żeb było tak samo wszędzie) */ 
/*
body #sp-header #sp-logo .logo-image { filter: unset; }
body #sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item > a { color: var(--sppb-color-variation-1); }
	body #sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item.active > a,
	body #sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item:hover > a,
	body #sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item:active > a,
	body #sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item:focus > a
		{ color: var(--sppb-text-variation-3); background-color: var(--sppb-text-variation-7); box-shadow: 0px 1px 1px 0px rgba(0,0,0,.05); }
body #sp-header #sp-menu #offcanvas-toggler .burger-icon>span { background-color: var(--sppb-color-variation-1); }
body #sp-header.body[data-sppb-color-mode=Black] #sp-header.header-sticky #sp-logo .logo-image { filter: unset!important; }
body #sp-header .sppb-button-wrapper .sppb-btn { color: var(--sppb-color-variation-1); border-color: var(--sppb-color-variation-1); }
body #sp-header .sppb-button-wrapper .sppb-btn:hover { color: var(--sppb-bg-body-primary); background-color: var(--sppb-color-variation-2); border-color: var(--sppb-color-variation-2); }
body #sp-header.header-sticky .sp-module.menu-button .sppb-button-wrapper .sppb-btn { color: var(--sppb-color-secondary); border-color: var(--sppb-color-secondary); }
body #sp-header.header-sticky .sp-module.menu-button .sppb-button-wrapper .sppb-btn:hover { color: var(--sppb-bg-body-primary); background-color: var(--sppb-color-variation-2); border-color: var(--sppb-color-variation-2); }
body.com-sppagebuilder #sp-main-body { padding: 0px; }
body #sp-header { height: 62px; }
body #sp-header .logo { height: 62px; }
body #sp-header > .container { border: none; margin-top: 16px; background: rgba(0,0,0,.9); backdrop-filter: blur(10px); padding-left: 32px!important; padding-right: 32px!important; border-radius: 90px; }
body #sp-header #offcanvas-toggler { height: 62px; line-height: 62px; }
body #sp-header.header-sticky { height: 72px; }
body #sp-header.header-sticky .logo { height: 72px; }
body #sp-header.header-sticky > .container { margin-top: unset; border-radius: unset; background-color: rgba(0,0,0,0); }
body #sp-bottom1 { padding: 0!important; }
body #sp-bottom > .container { max-width: 100%!important; }
body #sp-bottom .creative-social-icon .sppb-icons-group-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
body #sp-bottom .creative-social-icon .sppb-icons-group-list > li { width: 100%; display: flex!important; align-items: center; justify-content: center; background-color: var(--sppb-bg-card-variation-7); padding: 14px 28px; border-radius: 100px; transition: all .5s ease; }
body #sp-bottom .creative-social-icon .sppb-icons-group-list > li:not(:last-child) { margin-right: 30px!important; }
body #sp-bottom .creative-social-icon .sppb-icons-group-list > li:last-child { display: none!important; }
body #sp-bottom .creative-social-icon .sppb-icons-group-list > li > a { width: 100%!important; margin: 0!important; font-size: 24px!important; color: var(--sppb-text-primary)!important; transition: all .5s ease; }
body #sp-bottom .creative-social-icon .sppb-icons-group-list > li:hover { transform: scale(1); background-color: var(--sppb-button-variation-1-hover)!important; }
body #sp-bottom .creative-social-icon .sppb-icons-group-list > li:hover > a { color: var(--sppb-color-variation-1)!important; }
body #sp-footer > .container > .container-inner { padding-top: 20px!important; padding-bottom: 30px!important; }
body #sp-footer #sp-footer1 { width: 100%!important; }
body #sp-footer #sp-footer1 .sp-copyright { display: inline-block; width: 100%; text-align: center; }
@media (max-width: 991px) {
	body #sp-header > .container { margin-top: 16px; background: rgba(0,0,0,.2); backdrop-filter: blur(10px); padding-left: 30px!important; padding-right: 30px!important; }
	body #sp-bottom .creative-social-icon .sppb-icons-group-list { grid-template-columns: repeat(2, 1fr) };
}
@media (max-width: 767px) {
	body #sp-bottom .creative-social-icon .sppb-icons-group-list { grid-template-columns: repeat(1, 1fr); }
}
@media (max-width: 575px) {
	body #sp-header > .container { width: calc(100% - 15px); padding-left: 15px!important; padding-right: 15px!important; }
}
*/
body #sp-bottom .creative-social-icon .sppb-icons-group-list{flex-wrap: nowrap;  display: flex;}


/* ??? */
#sp-header > .container { margin-top: 16px; background: rgba(0,0,0,.9); backdrop-filter: blur(10px); padding-left: 32px!important; padding-right: 32px!important; border-radius: 90px; }
	.shome #sp-header > .container { background: rgba(0,0,0,.2); }	
		.shome #sp-header.header-sticky > .container { background: inherit }
#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item > a { padding: 6px 8px; }
#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item:not(:last-child) { margin-right: 8px; }
#sp-header #sp-menu #offcanvas-toggler .burger-icon > span { background-color: #fff;}
	#sp-header.header-sticky #sp-menu #offcanvas-toggler .burger-icon > span { background-color: #000;}
.sp-megamenu-parent { margin-top: 4px; }
.header-sticky .sppb-btn.sppb-btn-primary.sppb-btn-outline{color:#000; border-color:#000}

#sp-header .sp-module { margin-left: 8px; }

#sp-menu { flex: 1 1 75%; }
body #sp-bottom .creative-social-icon .sppb-icons-group-list > li:last-child { display: flex!important; }
#sp-logo { max-width: 240px; flex: 1 1 25%; }
body #sp-header #sp-logo .logo-image, .logo-image-phone,
body.view-dynamic.services-page #sp-header #sp-logo .logo-image /* fix */
	{ filter: invert(1) brightness(2) contrast(2); }
/* tu nie rób białego loga z czarnego */
#sp-header.header-sticky .logo-image-phone, .offcanvas-menu .logo { filter: brightness(0); }
body #sp-header > .container { max-width: 1300px; padding-left: 22px!important; padding-right: 14px!important; }
@media (max-width: 1199px) { body #sp-header > .container { padding-right: 24px!important; }}
#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item { margin-bottom: 4px; }
@media (max-width: 992px) { #sp-logo { flex: 1 1 80%; } #sp-menu { flex: 1 1 20%; } }





#sp-bottom {font-size: inherit;}
#sp-bottom .sppb-addon-title{white-space:nowrap; font-size:24px; margin-bottom:20px}


/* poprawki template.css - ujednolicenie stopki na body... :333 */
body #sp-footer > .container > .container-inner { padding: 22px 0!important; }



#s-testi1 .s-quote1 { font-family: Instrument Serif, sans-serif; font-weight: 400; font-size: 50px; line-height: 60px; letter-spacing: -2px; }
#s-testi1 .s-quote1 span { font-style: italic; color: var(--sppb-text-secondary); }
#s-testi1 .s-quote2 .sppb-addon-title { font-family: Inter; font-weight: 400; font-size: 24px; line-height: 36px; letter-spacing: -1px; }



#s-my-appr .sppb-addon-text-block { max-width: 600px; margin: 0 auto; }
#s-my-appr .sppb-addon-text-block .sppb-addon-content { text-align: left }



.hero-slider .sppb-sp-slider-text { color: #fff; font-size: 20px; line-height: 24px; font-weight: 600; flex: 0 0 50%; }
.hero-slider [class*="sp-slider-content-align-"] { height: 560px; display: flex; flex-wrap: wrap; justify-content: space-between; align-content: flex-end; /*center*/ align-items: flex-end; gap: 20px; }
@media (max-width: 1399px) { .hero-slider [class*="sp-slider-content-align-"] { height: 440px; } }
@media (max-width: 1199px) { .hero-slider [class*="sp-slider-content-align-"] { height: 500px; } }
@media (max-width: 991px) { .hero-slider [class*="sp-slider-content-align-"] { height: 535px; } }
@media (max-width: 767px) { .hero-slider [class*="sp-slider-content-align-"] { height: 520px; } }
		/* legacy z szablonu */
		/* .hero-slider [class*="sp-slider-content-align-"] { padding: 380px 0 0 0; } */
/* template.css, sppagebuilder.css */
.hero-slider .sppb-sp-slider-title { color: #fff; flex: 1 0 100%; font-size: 100px; line-height: 0.9; } /* h2 fix */
.hero-slider .sppb-sp-slider-title span { /*text-transform: lowercase;*/ }
.hero-slider .sppb-sp-slider-title span:first-child { text-transform: UPPERCASE; }
.hero-slider .sppb-sp-slider-button { flex: 0 0 200px; margin: 0; text-align: center; border: 1px solid #000; border-radius: 123px; transition: var(--transition); }
.hero-slider .sppb-sp-slider-button .sp-slider-btn-text { background: #000; border-radius: 123px; transition: var(--transition); }
.hero-slider .sppb-sp-slider-button:hover .sp-slider-btn-text { background: #fff; color: #000; }
@media (max-width: 1399px) { .hero-slider .sppb-sp-slider-title { font-size: 90px; }}
@media (max-width: 1199px) { .hero-slider .sppb-sp-slider-title { font-size: 75px; }}
@media (max-width: 991px) { .hero-slider .sppb-sp-slider-title { font-size: 60px; }}
@media (max-width: 767px) {
	.hero-slider .sppb-sp-slider-title, .hero-slider .sppb-sp-slider-text { text-align: center; }
	.hero-slider .sppb-sp-slider-title { font-size: 45px; }
	.hero-slider .sppb-sp-slider-text { flex: 0 0 100%; }
	.hero-slider [class*="sp-slider-content-align-"] { justify-content: center; }
}
.hero-wrap .hero-slider .sp-dots ul { overflow-x: scroll; }

.s-custom-anim1 { white-space: nowrap!important; width: max-content!important; max-width: none!important; will-change: transform; animation: customSlideAnim1 15s linear infinite; margin: 0 0 30px 0; }
@keyframes customSlideAnim1 {
	0% { transform: translateX(100vw); }
	100% { transform: translateX(-100%); }
}



.sec-clients .sppb-addon-clients { margin-top: 25px; }
.sec-clients .sppb-addon-clients .sppb-carousel-extended-item { padding: 0 20px; }



.sppb-carousel-extended-heading, .sppb-carousel-extended-subheading, .sppb-carousel-extended-description { color: #5b5e5c; }



.sec-edge-ai .sppb-nested-row { row-gap: 50px; }
.sec-edge-ai .sppb-addon-title { font-weight: 400; font-size: 28px; /*margin-bottom: 0;*/ line-height: 28px; letter-spacing: -0.56px; }
.sec-edge-ai .sppb-addon-text { color: rgba(0, 0, 0, 0.6); }
/* .sec-edge-ai .addon-root-popover { margin-top: -13px; } */
.sec-edge-ai .sppb-inline { width: 100%; }
.sec-edge-ai .sppb-addon.sppb-addon-popover .sppb-marker { width: 30px; height: 30px; border: 1px solid var(--sppb-color-main1); left: 50%; }
.sec-edge-ai .sppb-addon.sppb-addon-popover .sppb-marker, .sec-edge-ai .sppb-popover-ripple-effect:before, .sec-edge-ai .sppb-popover-ripple-effect:after { background: var(--sppb-color-main1); }
.sec-edge-ai .sppb-addon.sppb-addon-popover .sppb-marker:hover, .sec-edge-ai .sppb-popover-ripple-effect:hover:before, .sec-edge-ai .sppb-popover-ripple-effect:hover:after { background: #fff; }
.sec-edge-ai svg { width: 16px; height: 16px; }
@media (max-width: 991px) {
	.sec-edge-ai .sppb-addon.sppb-addon-popover .sppb-marker { left: 41px; }
	.sppb-popover-wrap { width: min(600px, calc(100vw - 30px))!important; left: 15px!important; }
	.sppb-popover-content-item { box-shadow: 7px 7px 8px #0000001c, -2px -2px 3px #00000026; }
}



/* fixy template.css */
.sppb-addon-wrapper:has(.about-facts) .about-facts { display: flex; flex-wrap: wrap; }
.sppb-addon-wrapper:has(.about-facts) .about-facts .sppb-addon-wrapper:has(.about-fact-item) { max-width: 100%; flex: 25% 0 1; padding: 10px 25px; }
@media (max-width: 991px) {
	.sppb-addon-wrapper:has(.about-facts) .about-facts .sppb-addon-wrapper:has(.about-fact-item) { flex: 50% 0 1; }
	.sppb-addon-wrapper:has(.about-facts) .about-facts .sppb-addon-wrapper:has(.about-fact-item):nth-child(3) { border-left: 0; }
	.sppb-addon-wrapper:has(.about-facts) .about-facts .sppb-addon-wrapper:has(.about-fact-item):nth-child(1),
	.sppb-addon-wrapper:has(.about-facts) .about-facts .sppb-addon-wrapper:has(.about-fact-item):nth-child(2)
		{ border-bottom: 1px solid var(--sppb-border-primary); }
}
@media (max-width: 767px) {
	.sppb-addon-wrapper:has(.about-facts) .about-facts .sppb-addon-wrapper:has(.about-fact-item),
	.sppb-addon-wrapper:has(.about-facts) .about-facts .sppb-addon-wrapper:has(.about-fact-item):nth-child(3)
		{ max-width: 370px; margin: 0 auto; flex: 100% 0 1; border: 1px solid var(--sppb-border-primary); border-top: 0; border-right: 0; padding: 35px 10px 20px 60px; }
	/* fancy anim */
	.about-facts .sppb-div-addon { position: relative; }
	.about-facts .sppb-icon::before
		{ content: ''; display: block; width: 205px; height: 24px; position: absolute; top: 1px; left: -40px; background: #f3f3f3; z-index: -1; }
}
/* odmaskowanie */
/* .img-masking .sppb-addon-single-image-container .sppb-img-responsive { mask-image: none; } */
/* tabsy */
.sppb-addon-tab.create-tabs .sppb-tab { display: flex; flex-direction: row; gap: 15px; }
.sppb-addon-tab.create-tabs .sppb-tab > ul { flex: calc(33.33333% - 7.5px) 0 1; }
.sppb-addon-tab.create-tabs .sppb-tab > div { flex: calc(66.66666% - 7.5px) 0 1; }
	.sppb-addon-tab.create-tabs .sppb-nav > li { width: 100%; }
	.sppb-addon-tab.create-tabs .sppb-nav > li a { font-family: Inter; border-radius: var(--b-radius); }
	.sppb-addon-tab.create-tabs .sppb-nav > li a::before { content: "\2b"; top: 19px; font-family: "Font Awesome 6 Free"!important; font-weight: 400; }
	.sppb-addon-tab.create-tabs .sppb-nav > li a .sppb-tab-subtitle { font-family: Inter; }
	.sppb-addon-tab.create-tabs .sppb-nav > li.active a { font-weight: 500; padding: 10px 15px 15px 15px; color: var(--sppb-color-variation-2); }
@media (max-width: 991px) {
	.sppb-addon-tab.create-tabs .sppb-tab > ul, .sppb-addon-tab.create-tabs .sppb-tab > div { flex: 100% 0 1; }
	.sppb-addon-tab.create-tabs .sppb-tab > ul { order: 2; }
	.sppb-addon-tab.create-tabs .sppb-tab > div { order: 1; }
}
/* template.css po prostu to USUWAŁ... ech >__>" */
@media (max-width: 767px) {
	.sppb-addon-tab.create-tabs .sppb-nav { flex-direction: column; }
	/* .sppb-addon-tab.create-tabs .sppb-nav > li a { padding-left: 0px!important; } */
	.sppb-addon-tab.create-tabs .sppb-nav > li a::before {content: none}
	/* .sppb-addon-tab.create-tabs .sppb-nav > li a::before { content: "\2b"; display: block; width: 36px; height: 36px; position: absolute; left: 15px; top: 22px; font-size: 15px; font-weight: 900; text-align: center; line-height: 36px; border-radius: 50%; border: 1px solid var(--sppb-text-secondary); font-family: "Font Awesome 6 Free"!important; transition: all .4s ease-in-out; } */
	.sppb-addon-tab.create-tabs .sppb-nav > li.active a { padding-left: 15px!important; }
}



.sp-pagebuilder-popup .builder-container { width: 100%; max-width: 700px; margin: 40px calc(50% - 350px); }
@media (max-width: 991px) { .sp-pagebuilder-popup .builder-container { max-width: 700px; margin: 0; }}



/* fixy całych sekcji (nie elementów funkcyjnych) */
.s-fix1 .sppb-addon-header .sppb-addon-title { color: var(--sppb-text-primary); font-size: 20px; letter-spacing: 0.5px; }












