/* Swiper */

/* Stylizacja focus dla wszystkich elementów */
*:focus {
    outline: 2px solid #1b6e44; /* Zielony kontur */
    outline-offset: 3px; /* Przesunięcie konturu */
    box-shadow: 0 0 8px rgba(27, 110, 68, 0.5); /* Subtelny cień */
    border-color: #1b6e44; /* Zmiana koloru ramki dla elementów formularzy */
}

/* Stylizacja focus dla linków */
a:focus {
    text-decoration: underline; /* Podkreślenie linku */
    color: #1b6e44; /* Zmiana koloru tekstu na zielony */
}

/* Stylizacja focus dla przycisków */
button:focus, 
input[type="button"]:focus, 
input[type="submit"]:focus, 
textarea:focus, 
select:focus {
    background-color: #e1f2e0; /* Subtelna zmiana tła na jasny zielony */
    color: #1b6e44; /* Zmiana koloru tekstu na zielony */
}

/* Stylizacja focus dla inputów tekstowych */
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
textarea:focus {
    border-color: #1b6e44; /* Zmiana koloru ramki */
    background-color: #f4f8f4; /* Delikatna zmiana tła na jasny zielony */
    box-shadow: 0 0 5px rgba(27, 110, 68, 0.4); /* Subtelny cień */
}

/* Stylizacja focus dla pól formularzy */
input[type="radio"]:focus, 
input[type="checkbox"]:focus {
    outline: 2px solid #1b6e44; /* Zielony kontur */
}

/* Stylizacja focus dla elementów select */
select:focus {
    border-color: #1b6e44;
    background-color: #f4f8f4;
    box-shadow: 0 0 5px rgba(27, 110, 68, 0.4);
}




.swiper .swiper-pagination {
	position: relative;
	margin-top: 16px;
}

.swiper .swiper-pagination.swiper-pagination-bullets {
	bottom: 0px!important;
	line-height: 0px;
	padding: 8px 0px;
	overflow: visible;
}

.swiper .swiper-pagination.swiper-pagination-bullets:before {
    content: '';
    height: 100%;
    width: 84px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 #D9D9D966;
    border-radius: 40px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active[data-bullet-index="0"]:before,
.swiper .swiper-pagination-bullets .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active::before
 {
	content: '';
	position: absolute;
	opacity: 1!important;
	right: 16px;
}


.swiper .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active[data-bullet-index="0"]:before,
.swiper .swiper-pagination-bullets .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active::before {
	opacity: 0;
	width: 12px;
    height: 12px;
    transform: scale(1);
	background-color: #f2f2f2;
	border-radius: 50px; 
	margin: 0px 4px!important;
	pointer-events: none;
}


.swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #5A9E33;
}

.swiper .swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper .swiper-pagination-bullets .swiper-pagination-bullet-active-next,
.swiper .swiper-pagination-bullets .swiper-pagination-bullet-active-prev {
	opacity: 1;
	transition: opacity 1s linear;
	pointer-events: auto;
}

.swiper .elementor-swiper-button {
	border: 1px solid #5A9E33;
	padding: 7px;
	border-radius: 10px;
}

.swiper .elementor-swiper-button svg {
	width: 16px !important;
	height: 16px !important;
}
/* Comfino BTN */

.comfino-btn.elementor-widget-button .elementor-button {
    background-color: #FFF;
    color: var(--e-global-color-838f37e);
    font-family: var(--e-global-typography-db20474-font-family), Sans-serif;
    font-size: var(--e-global-typography-01be10a-font-size);
    font-weight: 600;
    border: 1px solid var(--e-global-color-838f37e);
    border-radius: 60px
}

.comfino-btn.elementor-widget-button .elementor-button:hover {
	color: #FFF;
	background-color: var(--e-global-color-838f37e);
}





