/* ===================================================================================

* Theme Name: BildPress Child
* Theme URI: https://themeforest.net/user/basictheme/portfolio
* Author: BasicTheme
* Author URI: https://bdevs.net/wp/bildpress/
* Description: BildPress - Construction WordPress Theme
* Version: 1.0.3
* Template: bildpress
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
.slider1__content h3{
    -webkit-text-stroke: unset!important;
}
header .fa-shopping-cart{
    font-family: 'Font Awesome 5 Pro';
}
.header__top1__right--social ul li a{
    color: #fff;
}
.header__top1__left span i, .header__top1__left span a{
    color: #fff;
}
.header__top1__left span a:hover{
    color: #A5CE3A;
}
.projects1__content{
    width: 100%;
    margin-top: unset;
}
.container{
    max-width: 1280px!important;
}

.topbar-space{
    padding-right: 0!important;
    background-color: #1F2937;
}
.topbar-space .col-xl-6{
    padding-right: 0;
}
.header__logo.logo-shape{
        transform: unset;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    height: 100%;
    align-items: center;
}
.header__top1__left{
    padding-left: 0!important;
}
.header-menu-space::before{
    content: unset;
}
.slider-circle-shape, .slider-circle-shape-sm{
    display: none;
}

.elementor-37 .elementor-element.elementor-element-ca54c6d .bdevs-btn-sec:hover{
    background-color: #000;
    border-color: #000;
}
.quantity .quantity-button{
    width: 24px;
    height: 24px;
display: flex;
    align-items: center;
    justify-content: center;
}
header  .fa-shopping-cart{
    font-size: 22px;
    color: #000;
}
.header-style-4 .menu_sticky  .fa-shopping-cart{
    color: #000;

}
.bild-cart span{
    right: -20px;
    top: -13px;
}
.mobile-cart{
    display:inline-block;
    position:relative;
    margin-right:15px;
    color:#000;
    font-size:20px;
}

.mobile-cart  .fa-shopping-cart{
    color: #000;

}

.mobile-cart span{
    position:absolute;
    top:-10px;
    right:-12px;
    background:#A5CE3A;
    color:#fff;
    font-size:10px;
    line-height: 15px;
    padding:2px 6px;
    border-radius:50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 560px) {
    .right-menu-block{
 display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 8px!important;
    }
}
header .header-icon{
    margin-left: 12px;
    margin-top: 4px;
}
.quantity .quantity-nav{
    height: 60px;
}
/* .details-price span{
    display: none;
} */

.single-product .product-details > .price.details-price{
    display: none;
}
.quantity .quantity-nav{
    display: block;
}
/* kontener */
.projects1 .owl-nav button{
height: 24px!important; 
width: 24px!important
}


.projects1__carousel .owl-next::after, .testimonial-active .owl-next::after,
.projects1__carousel .owl-prev::after, .testimonial-active .owl-prev::after{
content: unset;}



.projects1  .owl-next::before,
.projects1  .owl-prev::before { font-family: 'themify';
content: "\e628";
}
 .projects1 .owl-prev::before{
    transform: rotate(180deg);
 }

.projects1__carousel .owl-prev span, .projects1__carousel .owl-next span{
    display: none;
}

.projects1__carousel  .owl-nav .owl-prev{
    transform: rotate(180deg)!important;
}


@media (max-width: 992px) {
    .projects1__carousel .owl-prev{
        left: 30%;
    }
     .projects1 .owl-nav button{
        right: 30%;
    }
}

@media (max-width: 420px) {
    .projects1__carousel .owl-prev{
        left: 25%;
    }
     .projects1 .owl-nav button{
        right: 25%;
    }
}
@media (max-width: 576px) {
    .topbar-space{
        display: none;
    }
}




.branches {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.branch {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4fae8;
    border: 1.5px solid #d4eaa0;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    box-sizing: border-box;
}

.branch:hover {
    background: #e6f5c2;
    border-color: #A5CE3A;
    box-shadow: 0 4px 12px rgba(165, 206, 58, 0.25);
}

.branch img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.branch-tooltip {
    position: fixed;
    background: #1a1a1a;
    color: #fff;
    padding: 7px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 9999;
    box-shadow: 0 4px 14px rgba(31, 41, 55, 0.18);
    border: 1px solid rgba(165, 206, 58, 0.3);
    max-width: calc(100vw - 24px);
}

.branch-tooltip.visible {
    opacity: 1;
    transform: translateY(0);
}
.branch-tooltip::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #1a1a1a;
    border: 1px solid rgba(165, 206, 58, 0.3);
    transform: rotate(45deg);
    left: var(--arrow-left, 50%);
}

.branch-tooltip.tip-top::before {
    bottom: -5px;
    border-top: none;
    border-left: none;
}

.branch-tooltip.tip-bottom::before {
    top: -5px;
    border-bottom: none;
    border-right: none;
}


.product-details h2 {
    font-size: 20px;
    font-weight: 700;
	margin-top: 24px;
}

/* ==== SEKCJE ==== */
.event-text h2 {
    margin-top: 40px;
    font-size: 22px;
    border-left: 5px solid #A5CE3A;
    padding-left: 15px;
}

/* ==== LISTA ==== */
.event-text ul {
    list-style: none;
    padding-left: 0;
}

.event-text ul li {
    padding: 10px 0 10px 35px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.event-text ul li:before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 10px;
    color: #A5CE3A;
    font-weight: bold;
}



.header .main-menu1 > nav > ul{
    padding-left: 0;
}
.header.home1 .header__menu-wrapper .col-lg-10{
    padding-left: 0;
}

.woocommerce-variation-price .price span {
	color: #000;
    font-size: 24px;
    font-weight: 400;
    margin-left: 0;
    margin-right: 10px;
}
.single_add_to_cart_button{

    display: inline-block;
    background: #A5CE3A;
    padding: 19px 50px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #fff;
    border: 0;
}



.product-details-action{
margin-top: 24px;}
/* Opis produktu – ładne listy */
.woocommerce-product-details__short-description ul {
    margin: 10px 0 20px 0;
    padding-left: 0;
    list-style: none;
}

.woocommerce-product-details__short-description ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 6px;
    line-height: 1.5;
}

/* elegancka kropka */
.woocommerce-product-details__short-description ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 1.1;
    color: #A5CE3A; 
}

/* odstępy nad nagłówkami sekcji */
.woocommerce-product-details__short-description p strong {
    display: block;
    margin-top: 18px;
    margin-bottom: 6px;
    font-size: 16px;
}

/* poprawa czytelności akapitu */
.woocommerce-product-details__short-description p {
    margin-bottom: 10px;
}





div.header__side-nav1 a{
border-color: #A5CE3A;
color: #fff;
	background-color: #A5CE3A;
}
div.header__side-nav1 a:hover{
	background: #fff;
	border-color: #fff;
color: #A5CE3A!important;

}


.about1__thumb span{
font-size: 70px;}

.product-details .price del span{
color: #4d4d4d;
}

.details-price span{
color: #000;
}


.product-details ins  span{
	font-size: 32px!important;
}

#custom-icons  .about1__item svg{
max-width: 150px;
height: auto;
margin: 0 auto;}
.about1__item:hover:before{
background: transparent!important;}



.about1__content{
margin-top: 44px;}

.footer-img {
	max-width: 170px!important;
}

.widget{
	background: #fff;
    padding: 0 30px 75px 0;
}

@media(max-width: 768px){
	.widget{
	background: #fff;
    padding: 0 0 45px;
}

	
}

.header .main-menu1 > nav > ul > li{
margin-right: 16px;
font-size: 16px;
}

@media (max-width: 1280px) {
    .header .main-menu1 > nav > ul > li{
        margin-right: 8px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header__logo.logo-shape img {
        width: 120px!important;
    }
}
@media (max-width: 992px) {
    .header__logo.logo-shape img {
        width: 100px!important;
    }
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
	background: #A5CE3A;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{
color: #fff;
background: #000;}


.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background-color: #A5CE3A;


}

.product-showing{
display: none;

}

@media (max-width: 767px){

	
	
	
	.header__logo.logo-shape{
	max-width: 100px
	
	}

}

.key_features1__thumb-2{
background: #000}


.progress-wrap svg.progress-circle path{
stroke: #A5CE3A;
}

.progress-wrap{
	background: white;
box-shadow: inset 0 0 0 2px #000;
}

.progress-wrap::after{
	color: #A5CE3A;

}

.features1__item--text{
padding-left: 64px;
}
.features2__item--text{
padding-left: 64px;
}

.about1__experience--content .about1_experience_text h3{
font-size: 36px;}


@media (max-width: 576px){
	.about1__experience--content .about1_experience_text h3{

	font-size: 24px;}
	
}

div.header__side-nav1 a{
    border-radius: 4px;
}
.widget ul li{
        padding: 15px 0!important;
}
.widget ul li a{
    cursor: pointer;
}
.nice-select .option{
    padding-left: 24px!important;
    padding-right:24px!important;
}
.projects1__carousel .owl-item, .news1__item{
    border-radius: 12px;
    overflow: hidden;-webkit-box-shadow: 0px 16px 32px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 16px 32px 0px rgba(32, 85, 125, 0.06);
}

.slider1 .owl-theme .owl-nav button{
    border-radius: 50%;
    height: 48px;
    width: 50px;
    line-height: 50px;
font-size: 20px;
}

.bg-gray.page_title{
    background: #1F2937!important;
}
.page_title__content .breadcrumb-title{
    color: #fff;
    text-transform: unset;
    font-size: 60px;
    letter-spacing: unset;
    margin-bottom: 32px;
}
.yoast-seo-breadcrumbs{
    color: #ababab;
}
.header .main-menu1 > nav > ul > li > a{
    font-size: 14px;
}
@media (max-width: 576px) {
    .page_title__content .breadcrumb-title{
        font-size: 48px;
        line-height: 56px;

    }
    .bg-gray.page_title{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.page_title__bread-crumb ul{
    background: transparent;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    padding: 0;
}
.page_title__bread-crumb ul li a, .page_title__bread-crumb ul li::before{
    color: #f5f5f5!important;
}
.page_title__bread-crumb ul li::before{
    background: #f5f5f5!important;
}

.postbox_thumb img{
    width: 100%;
}
.blog-area.pt-120{
    padding-top: 70px!important;
}



.woocommerce div.product form.cart{
margin-top: 2em;}

.title_style1 .text-border-title1{
font-size: 240px;}

@media (max-width: 1930px){
	.title_style1 .text-border-title1{
font-size: 6vw;}
}






.chemfor-contact-form {
  box-sizing: border-box !important;
  flex: 0 0 100% !important;
  max-width: 108% !important;
  display: flex !important;
  flex-direction: column !important;
  background: #FFFFFF !important;
  border: 1px solid #D8DDE2 !important;
  border-radius: 12px !important;
  padding: 44px !important;
  box-shadow: 0 8px 40px rgba(29, 40, 50, 0.10) !important;
  position: relative !important;
  animation: cfFadeUp 0.7s 0.3s ease-out both !important;
}

.chemfor-contact-form::after {
  box-sizing: border-box !important;
  content: '' !important;
  position: absolute !important;
  top: -1px !important;
  left: 40px !important;
  right: 40px !important;
  height: 3px !important;
  background: #A5CE3A !important;
  border-radius: 0 0 3px 3px !important;
}

.cf-form-header {
  box-sizing: border-box !important;
  margin-bottom: 32px !important;
}

.cf-form-header h3 {
  box-sizing: border-box !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #1D2832 !important;
  margin: 0 0 6px 0 !important;
}

.cf-form-header p {
  box-sizing: border-box !important;
  font-size: 14px !important;
  color: #7A7A7A !important;
  margin: 0 !important;
  font-weight: 300 !important;
}

/* ── CF7 Form Fields ── */
.chemfor-contact-form .cf-row {
  box-sizing: border-box !important;
  display: flex !important;
  gap: 16px !important;
  margin-bottom: 0 !important;
}

.chemfor-contact-form .cf-row > span,
.chemfor-contact-form .cf-row > .cf-field {
  box-sizing: border-box !important;
  flex: 1 !important;
}

.chemfor-contact-form .cf-label {
  box-sizing: border-box !important;
  display: block !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #1D2832 !important;
  margin-bottom: 4px !important;
  letter-spacing: 0.2px !important;
}
.chemfor-contact-form .wpcf7-form-control-wrap {
  box-sizing: border-box !important;
  display: block !important;
  margin-bottom: 18px !important;
}

.chemfor-contact-form input[type="text"],
.chemfor-contact-form input[type="email"],
.chemfor-contact-form input[type="tel"],
.chemfor-contact-form textarea {
  box-sizing: border-box !important;
  width: 100% !important;
  padding: 14px 16px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #1D2832 !important;
  background: #F6F8FA !important;
  border: 1px solid #D8DDE2 !important;
  border-radius: 8px !important;
  outline: none !important;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  -webkit-appearance: none !important;
}
.chemfor-contact-form textarea {
  height: 125px;

}
.chemfor-contact-form input::placeholder,
.chemfor-contact-form textarea::placeholder {
  box-sizing: border-box !important;
  color: #B0B0B0 !important;
  font-weight: 300 !important;
}

.chemfor-contact-form input:hover,
.chemfor-contact-form textarea:hover {
  box-sizing: border-box !important;
  border-color: #A5CE3A !important;
  background: #FFFFFF !important;
}

.chemfor-contact-form input:focus,
.chemfor-contact-form textarea:focus {
  box-sizing: border-box !important;
  border-color: #A5CE3A !important;
  background: #FFFFFF !important;
  box-shadow: 0 0 0 3px rgba(165, 206, 58, 0.2) !important;
}

.chemfor-contact-form textarea {
  box-sizing: border-box !important;
  min-height: 130px !important;
  resize: vertical !important;
  line-height: 1.6 !important;
}

/* ── Custom Checkbox ── */
.chemfor-contact-form .cf-consent-wrap {
  box-sizing: border-box !important;
  margin-bottom: 14px !important;
  margin-top: 4px !important;
}

.chemfor-contact-form .wpcf7-acceptance {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  cursor: pointer !important;
}

.chemfor-contact-form .wpcf7-acceptance input[type="checkbox"] {
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding: 0;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  border: 2px solid #D8DDE2 !important;
  border-radius: 5px !important;
  background: #F6F8FA !important;
  cursor: pointer !important;
  position: relative !important;
  margin-top: 1px !important;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.chemfor-contact-form .wpcf7-acceptance input[type="checkbox"]:hover {
  box-sizing: border-box !important;
  border-color: #A5CE3A !important;
}

.chemfor-contact-form .wpcf7-acceptance input[type="checkbox"]:checked {
  box-sizing: border-box !important;
  background: #A5CE3A !important;
  border-color: #A5CE3A !important;
}

.chemfor-contact-form .wpcf7-acceptance input[type="checkbox"]:checked::after {
  box-sizing: border-box !important;
  content: '' !important;
  position: absolute !important;
  left: 5px !important;
  top: 1px !important;
  width: 6px !important;
  height: 11px !important;
  border: solid white !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
}

.chemfor-contact-form .wpcf7-acceptance input[type="checkbox"]:focus {
  box-sizing: border-box !important;
  box-shadow: 0 0 0 3px rgba(165, 206, 58, 0.2) !important;
}

.chemfor-contact-form .cf-consent-text {
  box-sizing: border-box !important;
  font-size: 13px !important;
  color: #7A7A7A !important;
  line-height: 1.55 !important;
  font-weight: 300 !important;
}

/* ── Submit Button ── */
.chemfor-contact-form input[type="submit"],
.chemfor-contact-form .wpcf7-submit {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 16px 32px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  color: #fff !important;
  background: #A5CE3A !important;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  box-shadow: 0 2px 8px rgba(165, 206, 58, 0.3) !important;
  position: relative !important;
  overflow: hidden !important;
}

.chemfor-contact-form input[type="submit"]:hover,
.chemfor-contact-form .wpcf7-submit:hover {
  box-sizing: border-box !important;
  background: #8AB82E !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(165, 206, 58, 0.35) !important;
}

.chemfor-contact-form input[type="submit"]:active,
.chemfor-contact-form .wpcf7-submit:active {
  box-sizing: border-box !important;
  transform: translateY(0) !important;
  box-shadow: 0 2px 8px rgba(165, 206, 58, 0.3) !important;
}



.chemfor-contact-form .wpcf7-not-valid-tip {
  box-sizing: border-box !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 12px !important;
  color: #E74C3C !important;
  margin-top: 6px !important;
  font-weight: 400 !important;
}

.chemfor-contact-form .wpcf7-response-output {
  box-sizing: border-box !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  padding: 16px 20px !important;
  border-radius: 8px !important;
  margin-top: 20px !important;
  border: none !important;
  font-weight: 400 !important;
}

.chemfor-contact-form .wpcf7-mail-sent-ok,
.chemfor-contact-form .wpcf7 form.sent .wpcf7-response-output {
  box-sizing: border-box !important;
  background: rgba(165, 206, 58, 0.1) !important;
  color: #5A7A12 !important;
  border: 1px solid rgba(165, 206, 58, 0.3) !important;
}

.chemfor-contact-form .wpcf7-validation-errors,
.chemfor-contact-form .wpcf7 form.invalid .wpcf7-response-output {
  box-sizing: border-box !important;
  background: rgba(231, 76, 60, 0.08) !important;
  color: #C0392B !important;
}

/* ── CF7 Spinner ── */
.chemfor-contact-form .wpcf7-spinner {
  box-sizing: border-box !important;
  display: none !important;
}

/* ══════════════════════════════
   RESPONSIVE — MOBILE
   ══════════════════════════════ */
@media (max-width: 880px) {
  .chemfor-contact-section {
    box-sizing: border-box !important;
    padding: 48px 16px !important;
  }

  .chemfor-contact-wrapper {
    box-sizing: border-box !important;
    flex-direction: column !important;
    gap: 40px !important;
  }

  .chemfor-contact-info,
  .chemfor-contact-form {
    box-sizing: border-box !important;
    flex: none !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .chemfor-contact-info h2 {
    box-sizing: border-box !important;
    font-size: 28px !important;
  }

  .chemfor-contact-form {
    box-sizing: border-box !important;
    padding: 28px 20px !important;
  }

  .chemfor-contact-form .cf-row {
    box-sizing: border-box !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
}

/* ══════════════════════════════
   BLOCZKI KONTAKTOWE Z IKONKAMI
   ══════════════════════════════ */
.cf-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cf-info-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  background: #FFFFFF;
  border: 1px solid #D8DDE2;
  border-radius: 12px;
  transition: 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 20px rgba(29, 40, 50, 0.04);
}

.cf-info-item:hover {
  border-color: #A5CE3A;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(165, 206, 58, 0.15);
}

.cf-info-item:hover .cf-info-icon {
  background: #A5CE3A;
  color: #FFFFFF;
  transform:  scale(1.05);
}

.cf-info-icon {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(165, 206, 58, 0.12);
  color: #A5CE3A;
  border-radius: 12px;
  transition: 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cf-info-icon svg {
  width: 24px;
  height: 24px;
}

.cf-info-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.cf-info-label {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #7A7A7A;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cf-info-value {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1D2832;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.3s ease;
  word-break: break-word;
}

a.cf-info-value:hover {
  color: #A5CE3A;
}

/* RESPONSIVE */
@media (max-width: 880px) {
  .cf-info-item {
    padding: 16px 18px;
    gap: 14px;
  }

  .cf-info-icon {
    width: 48px;
    height: 48px;
  }

  .cf-info-icon svg {
    width: 22px;
    height: 22px;
  }

  .cf-info-value {
    font-size: 15px;
  }
}
.wpcf7-list-item{
    margin: 0;
}



/* ============================================
   CHEMFOR FOOTER
   ============================================ */
.chemfor-footer {
    background: #1F2937;
    color: #cbd5e1;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.chemfor-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #A5CE3A, transparent);
}

.chemfor-footer__main {
    padding: 80px 0 50px;
}

.chemfor-footer__col {
    margin-bottom: 40px;
}

/* --- Logo + opis --- */
.chemfor-footer__logo {
    margin-bottom: 22px;
}

.chemfor-footer__logo img {
    max-width: 170px;
    height: auto;
}

.chemfor-footer__desc {
    font-size: 14px;
    line-height: 1.7;
    color: #9ca3af;
    margin-bottom: 24px;
}

.chemfor-footer__socials {
    display: flex;
    gap: 10px;
}

.chemfor-footer__socials a {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-decoration: none;
}

.chemfor-footer__socials a:hover {
    background: #A5CE3A;
    border-color: #A5CE3A;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(165, 206, 58, 0.35);
}

/* --- Tytuły kolumn --- */
.chemfor-footer__title {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 24px;
    padding-bottom: 14px;
    position: relative;
    letter-spacing: 0.3px;
}

.chemfor-footer__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #A5CE3A;
    border-radius: 2px;
}

/* --- Menu nawigacji --- */
.chemfor-footer__nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chemfor-footer__nav li {
    margin-bottom: 10px;
}

.chemfor-footer__nav li a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 16px;
}

.chemfor-footer__nav li a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    left: 0;
    color: #A5CE3A;
    transition: transform 0.3s ease;
}

.chemfor-footer__nav li a:hover {
    color: #A5CE3A;
    padding-left: 20px;
}

.chemfor-footer__nav li a:hover::before {
    transform: translateX(3px);
}

/* --- Kontakt --- */
.chemfor-footer__contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chemfor-footer__contact li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.6;
}

.chemfor-footer__icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(165, 206, 58, 0.12);
    color: #A5CE3A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all 0.3s ease;
}

.chemfor-footer__contact li:hover .chemfor-footer__icon {
    background: #A5CE3A;
    color: #fff;
    transform: scale(1.05);
}

.chemfor-footer__contact-text {
    color: #cbd5e1;
    text-decoration: none;
    padding-top: 4px;
    transition: color 0.3s ease;
}

a.chemfor-footer__contact-text:hover {
    color: #A5CE3A;
}

/* --- Godziny pracy --- */
.chemfor-footer__hours {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.chemfor-footer__hours li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 14px;
}

.chemfor-footer__hours li:last-child {
    border-bottom: none;
}

.chemfor-footer__day {
    color: #9ca3af;
    font-weight: 400;
}

.chemfor-footer__time {
    color: #fff;
    font-weight: 500;
}

.chemfor-footer__time--closed {
    color: #ef4444;
    font-weight: 500;
}

/* Badge wsparcie 24/7 */
.chemfor-footer__badge {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(165, 206, 58, 0.08);
    border: 1px solid rgba(165, 206, 58, 0.25);
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.5;
    color: #cbd5e1;
    transition: all 0.3s ease;
}

.chemfor-footer__badge:hover {
    background: rgba(165, 206, 58, 0.12);
    border-color: rgba(165, 206, 58, 0.4);
}

.chemfor-footer__badge i {
    color: #A5CE3A;
    font-size: 20px;
    flex-shrink: 0;
}

/* --- Dolny pasek --- */
.chemfor-footer__bottom {
    background: #171f2b;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 22px 0;
}

.chemfor-footer__bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.chemfor-footer__copy {
    margin: 0;
    font-size: 13px;
    color: #9ca3af;
}

.chemfor-footer__legal {
    list-style: none;
    display: flex;
    gap: 24px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.chemfor-footer__legal li a {
    color: #9ca3af;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}

.chemfor-footer__legal li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background: #A5CE3A;
    transition: width 0.3s ease;
}

.chemfor-footer__legal li a:hover {
    color: #A5CE3A;
}

.chemfor-footer__legal li a:hover::after {
    width: 100%;
}

/* --- Responsywność --- */
@media (max-width: 991px) {
    .chemfor-footer__main {
        padding: 60px 0 20px;
    }
}

@media (max-width: 767px) {
    .chemfor-footer__main {
        padding: 50px 0 15px;
    }

    .chemfor-footer__bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .chemfor-footer__legal {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .chemfor-footer__legal {
        gap: 16px;
    }

    .chemfor-footer__title {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

/* Ukrycie domyślnego footera motywu rodzica, gdyby gdzieś się pojawił */
footer.footer1 {
    display: none !important;
}

/* Kontakt — etykieta nad wartością */
.chemfor-footer__contact-wrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 2px;
    min-width: 0;
}

.chemfor-footer__contact-label {
    font-size: 11px;
    font-weight: 500;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.chemfor-footer__contact-wrap .chemfor-footer__contact-text {
    padding-top: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
}

.chemfor-footer__contact-wrap a.chemfor-footer__contact-text:hover {
    color: #A5CE3A;
}