/*
Theme Name: kmt theme base on thwenthy twenty five
Theme URI: 
Author: the WordPress team
Author URI: esale.com.pl
Description: 
Tested up to: 7.0
Requires PHP: 7.2
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kmt
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}
h1,
h2,
h3, hr, h5 {
  font-family: "Gelasio", Georgia, serif !important;
}
h1{
  font-weight: bold !important;
}
h2{
  font-size: clamp(34px, 4vw, 44px) !important;
}
/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/*
 * Prevents unnecessary scrollbars while handling long lines of preformatted text.
 * https://core.trac.wordpress.org/ticket/63875
 */
:where(pre) {
	overflow-x: auto;
}

.wp-block-post-title{
	display:none;
}
.home_hero{
	color:white;
 
}

.anime_element_up{
    transform: translateY(70px);
    opacity: 0;
}

.animation_y {
    transform: translateY(0px) !important;
    opacity: 1 !important;
    transition-duration: 900ms;
}

@media (min-width:1600px){
  .home_hero h1{
  font-size:50px !important;
  }
}

@media (max-width:1599px){
  .home_hero h1{
    font-size:40px !important;
  } 
}

.colored-h{
  color:rgb(201, 122, 50);
}
.hero_content{
	float:left;
}

main#wp--skip-link--target {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

main#wp--skip-link--target > .wp-block-group:first-child {
  padding-top: 0 !important;
}
.hero_badge{
    background-color: #472e2e;;
    color: orange;
    border: 1px solid orange;
    border-radius: 20px;
    padding: 5px;
    max-width: 231px;
	text-align:center;
}
.hero-kominek {
  min-height: 900px !important;
  background-color: #190e0a;
}



.hero-kominek .button_container{
	max-width: 550px;
}
.hero-kominek video.wp-block-cover__video-background {
  object-fit: cover;
  object-position: center center;
}

.portfolio_button a{
	background-color: none !important;
	background: none !important;
}

.portfolio_container h2{
  margin-bottom:20px;
}

header{
    padding-bottom: 20px;
	
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99999;
	
}

@media (max-width:799px){
  header{
    position: absolute;
  }
}


@media (min-width:800px){
  header{
    position: fixed;
  }
}

header .wp-block-group{
padding-bottom: 0 !important;

}

header .wp-block-buttons{
  margin-top:0;
}

@media (max-width:1464px) {
  header .wp-block-buttons{
    margin-top:10px;
  }
  header .contact_info{
        text-align: center;
  }
}

@media (min-width:1249px) and (max-width:1464px){
      header .contact_info {
        
        width: 30%;
    }
}

.contact_info .header-phone{
display: inline-block !important;
}

.contact_info .wp-block-buttons{
display: inline-block !important;
}

body{
	margin-top:-10px;
}

.info_container{
  max-width: 450px;

}

.background{
  background: #190e0a;
  transition-duration:700ms;
}

.info_block p{
  margin-top:0 !important;
}

.advantages_container .feature-icon{
    height:40px;
    background-color: #3c1e1e;
    border-radius: 10px;
    padding: 10px;
    color: #c88305;
}
.advantages_container{
  margin-top: 0;
}
.adv_column_container{
  justify-content: center;
}

.aboutus, .services{
  justify-content: center;
}

.aboutus .text_column h2{
  margin-top:20px;
  margin-bottom:20px;
}

.pre_header{
  color:#c88305;
  
  text-transform: uppercase;
  
}

.services_container .content{
  margin-top: 0px !important;
}

.pre_header_border{
  
  display: block;
  border-bottom:1px solid #c88305;
max-width:75px !important;
}

.process-section {
  width: 100%;
  padding: 60px 20px;
  color: #ffffff;
}

.process-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.process-heading {
  text-align: center;
  margin-bottom: 80px;
}

.process-label {
  display: inline-block;
  margin-bottom: 18px;
  color: #c97a32;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.process-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.1;
  font-weight: 700;
}

.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
}

.process-timeline::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: rgba(201, 122, 50, 0.35);
  z-index: 0;
}

.process-step {
  position: relative;
  text-align: center;
  z-index: 1;
}

.process-number {
  width: 62px;
  height: 62px;
  margin: 0 auto 26px;
  border-radius: 50%;
  border: 1px solid rgba(201, 122, 50, 0.45);
  background: rgba(201, 122, 50, 0.12);
  color: #c97a32;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 0 0 8px rgba(201, 122, 50, 0.04);
}

.process-content h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.process-content p {
  max-width: 220px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .process-section {
    padding: 90px 24px;
  }

  .process-heading {
    margin-bottom: 60px;
  }

  .process-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 46px 34px;
  }

  .process-timeline::before {
    display: none;
  }

  .process-content p {
    max-width: 280px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .process-section {
    padding: 76px 20px;
  }

  .process-heading {
    margin-bottom: 48px;
  }

  .process-heading h2 {
    font-size: 34px;
  }

  .process-timeline {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }

  .process-timeline::before {
    display: none;
  }

  .process-step {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 18px;
    text-align: left;
    align-items: flex-start;
  }

  .process-number {
    margin: 0;
  }

  .process-content h3 {
    margin-bottom: 8px;
    font-size: 19px;
  }

  .process-content p {
    max-width: none;
    margin: 0;
    font-size: 15px;
  }
}

.areaservices_container {
  justify-content: center;
}

.areaservices_container h2{
  margin-top:20px;
  margin-bottom:20px;
}


.city_list{
  margin-top:20px;
}

.locations-list {
  display: grid;

}

.locations-column {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.location-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #111111;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}

.location-icon {
  width: 18px;
  height: 18px;
  color: #C97A32;
  flex: 0 0 auto;
}

.hide{
  display:none !important;
}
.faq_button{
 width: 100%;
  margin:auto !important;
}

.faq_item{
    width:50%;
  margin:auto !important;
  background-color:white;
}

.faq_button a{
      display: flex;
    justify-content: flex-start;
      position: relative;
  padding-right: 40px;
  border-bottom: 1px solid #7d450014;
}

.faq_text{
    border-bottom: 2px solid #7d450014;
  margin:auto !important;
  padding:10px !important;
  width: 90%;
}


.faq_button a::after {
  content: "⌄";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-100%);
  color: #C97A32;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.faq_item.active .faq_button a::after {
  transform: translateY(-20%) rotate(180deg);
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.header-phone:hover {
  color: #C97A32;
}

.header-phone__icon {
  width: 20px;
  height: 20px;
  color: currentColor;
  flex: 0 0 auto;
  vertical-align: middle;
}

footer .header-phone{
  color: #C97A32;
}
.header-email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #C97A32;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
      margin-left: 20px;
}

.header-email:hover {
  color: #C97A32;
}

.header-email__icon {
  width: 20px;
  height: 20px;
  color: currentColor;
  flex: 0 0 auto;
}
.menu {
  margin-right:30px;
}

.review_block {
  position: relative;
  padding: 34px 32px 30px;
  background: #ffffff;
  border: 1px solid rgba(201, 122, 50, 0.14);
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(20, 12, 8, 0.07);
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.review_block::before {
  content: "“";
  position: absolute;
  top: 4px;
  right: 22px;
  color: rgba(201, 122, 50, 0.15);
  font-family: Georgia, serif;
  font-size: 92px;
  line-height: 1;
  pointer-events: none;
}

.review_block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 3px;
  background: #C97A32;
  border-radius: 0 0 4px 0;
}

.review_block:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 122, 50, 0.35);
  box-shadow: 0 18px 42px rgba(20, 12, 8, 0.12);
}

.review_block p {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  color: #3c3530;
  font-size: 17px;
  line-height: 1.75;
}

/* Ostatni akapit traktowany jako podpis autora */
.review_block p:last-child {
  margin-bottom: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(20, 12, 8, 0.08);
  color: #17110e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.reviews_grid {
 
  gap: 28px;
  align-items: stretch;
}

.reviews_grid .review_block {
  height: 100%;
  box-sizing: border-box;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 100px 24px;
    background: url(https://kmt-kominki.pl/wp-content/uploads/2026/06/cta_bg.webp);
    color: #ffffff;
    background-size: cover;
    background-position: bottom;
  color: #ffffff;
  text-align: center;
}



.final-cta__content {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0 auto;
}

.final-cta__label {
  display: block;
  margin-bottom: 18px;
  color: #c97a32;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.final-cta h2 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 700;
}

.final-cta p {
  max-width: 710px;
  margin: 0 auto 38px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.75;
}

.final-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
}

.final-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 5px;
  background: #c97a32;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 35px rgba(201, 122, 50, 0.22);
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.final-cta__button:hover {
    background: #995721 !important;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(201, 122, 50, 0.3);
}

.wp-block-button__link:hover{
    background: #995721 !important;
    color:white !important;
  
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(201, 122, 50, 0.3);
}

.final-cta__button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.final-cta__arrow {
  display: inline-block;
  margin-left: 3px;
  font-size: 21px;
  transition: transform 0.2s ease;
}

.final-cta__button:hover .final-cta__arrow {
  transform: translateX(4px);
}

.final-cta__email {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 122, 50, 0.55);
  padding-bottom: 4px;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.final-cta__email:hover {
  color: #c97a32;
  border-color: #c97a32;
}

.final-cta__note {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.final-cta__note span {
  margin: 0 8px;
  color: #c97a32;
}

.city-block li::marker{
color:#c97a32;
}
.hero-kominek-subsite{
  background-color: #190e0a;
}

@media (max-width: 767px) {
  .final-cta {
    padding: 76px 20px;
  }

  .final-cta h2 {
    font-size: 38px;
  }

  .final-cta p {
    font-size: 16px;
    line-height: 1.7;
  }

  .final-cta__actions {
    flex-direction: column;
    gap: 22px;
  }

  .final-cta__button {
 
    max-width: 360px;
    padding: 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .reviews_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .reviews_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .review_block {
    padding: 28px 24px 25px;
  }

  .review_block p {
    font-size: 16px;
  }
}

/* Małe telefony */
@media (min-width: 320px) and (max-width: 480px) {
  .hero_content {
    width: 92%;
  }

  .hero-kominek {
    min-height: 1050px !important;
  }

  .hero-kominek video.wp-block-cover__video-background {
    object-position: 72% center;
  }

  .hero-kominek-subsite{
    min-height: 750px !important;
  }
}

/* Większe telefony */
@media (min-width: 481px) and (max-width: 767px) {
  .hero_content {
    width: 90%;
  }

  .hero-kominek {
    min-height: 1050px !important;
  }

  .hero-kominek video.wp-block-cover__video-background {
    object-position: 68% center;
  }
    .hero-kominek-subsite{
    min-height: 750px !important;
  }
}

/* Tablet pion / małe tablety */
@media (min-width: 768px) and (max-width: 1024px) {
  .hero_content {
    width: 85%;
  }

  .hero-kominek {
    min-height: 1000px !important;
  }

  .hero-kominek video.wp-block-cover__video-background {
    object-position: 62% center;
  }

    .hero-kominek-subsite{
    min-height: 600px !important;
  }

}

@media (max-width: 767px){
  .adv_column_container .wp-block-column{
    padding-left:0 !important;
    padding-right:0 !important;
  }
}

@media (min-width: 768px){
  .middle_column{
    border-left:2px solid grey;
     border-right:2px solid grey;
  }
}

@media (max-width: 900px) {
  /* Pokazuje przycisk hamburgera */
  .wp-block-navigation__responsive-container-open {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  /* Ukrywa menu tekstowe, gdy panel mobilny jest zamknięty */
  .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  /* Pokazuje panel po kliknięciu hamburgera */
  .wp-block-navigation__responsive-container.is-menu-open {
    display: flex !important;
  }


}

/* Laptop / mały desktop */
@media (min-width: 1025px) and (max-width: 1399px) {
  .hero_content {
    width: 60%;
  }

  .hero-kominek video.wp-block-cover__video-background {
    object-position: center center;
  }
}

/* Średni desktop */
@media (min-width: 1400px) and (max-width: 1699px) {
  .hero_content {
    width: 50%;
  }

  .hero-kominek video.wp-block-cover__video-background {
    object-position: center center;
  }
}

/* Duży desktop */
@media (min-width: 1700px) {
  .hero_content {
    width: 40%;
  }

  .hero-kominek video.wp-block-cover__video-background {
    object-position: center center;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .locations-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .locations-column {
    gap: 18px;
  }

  .location-item {
    font-size: 18px;
  }
}

.fireplace-process {
  --process-accent: #c97a32;
  --process-accent-dark: #a95f22;
  --process-dark: #1d120d;
  --process-text: #3b312c;
  --process-muted: #766a63;
  --process-line: rgba(201, 122, 50, 0.25);
  --process-bg: #f7f3ef;

  padding: 100px 24px;

}


.fireplace-process__header p {
  color: white;
}

.fireplace-process__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.fireplace-process__header {
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}

.fireplace-process__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--process-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fireplace-process__header h2 {
  margin: 0 0 20px;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 600;
}

.fireplace-process__header p {
  margin: 0;
  color: var(--process-muted);
  font-size: 18px;
  line-height: 1.75;
  color:white;
}

.fireplace-process__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.fireplace-process__steps::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 7%;
  right: 7%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--process-line) 10%,
    var(--process-accent) 50%,
    var(--process-line) 90%,
    transparent
  );
}

.fireplace-process__step {
  position: relative;
  z-index: 1;
  min-height: 310px;
  padding: 0 0 26px;
  background: #fff;
  border: 1px solid rgba(29, 18, 13, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(29, 18, 13, 0.08);
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.fireplace-process__step:hover {
  transform: translateY(-7px);
  border-color: rgba(201, 122, 50, 0.4);
  box-shadow: 0 24px 60px rgba(29, 18, 13, 0.13);
}

.fireplace-process__number {
  position: relative;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin: 0 auto 25px;
  color: #fff;
  background: var(--process-accent);
  border: 7px solid var(--process-bg);
  border-radius: 50%;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 25px rgba(201, 122, 50, 0.3);
}

.fireplace-process__content {
  padding: 0 24px;
  text-align: center;
}

.fireplace-process__content h3 {
  margin: 0 0 14px;
  color: var(--process-dark);
  font-size: 21px;
  line-height: 1.25;
}

.fireplace-process__content p {
  margin: 0;
  color: var(--process-muted);
  font-size: 15px;
  line-height: 1.7;
}

.fireplace-process__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 52px;
  padding: 28px 32px;
  color: #fff;
  background:
    linear-gradient(
      120deg,
      rgba(201, 122, 50, 0.14),
      transparent 45%
    ),
    var(--process-dark);
  border-radius: 18px;
  box-shadow: 0 20px 55px rgba(29, 18, 13, 0.2);
}

.fireplace-process__cta div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fireplace-process__cta strong {
  font-size: 21px;
}

.fireplace-process__cta span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.5;
}

.fireplace-process__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-shrink: 0;
  padding: 15px 22px;
  color: #fff;
  background: var(--process-accent);
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.fireplace-process__button:hover {
  color: #fff;
  background: var(--process-accent-dark);
  transform: translateY(-2px);
}

.fireplace-process__button span {
  color: inherit;
  font-size: 18px;
}

/* =========================================================
   SEKCJA KONTAKTOWA
========================================================= */
.contact_form_block{
 max-width:800px;
}

.contact_content,
.contact_form_block,
#df5c1a3 {
  box-sizing: border-box;
}

/* Opcjonalnie:
   jeżeli obie kolumny znajdują się w jednym bloku Columns,
   dodaj temu blokowi klasę: contact_columns
*/
.contact_columns {
  
  margin: 80px auto !important;
  align-items: stretch !important;
  gap: 32px !important;
}


/* =========================================================
   LEWA KOLUMNA - DANE FIRMY
========================================================= */

.contact_content {
  position: relative;
  padding: 48px 42px !important;
  color: #f6f1ed;
  background:
    linear-gradient(
      145deg,
      rgba(201, 122, 50, 0.14),
      transparent 45%
    ),
    #1d120d;
  border: 1px solid rgba(201, 122, 50, 0.25);
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(29, 18, 13, 0.18);
  overflow: hidden;
  max-width:450px;
  margin:auto;
}

.contact_content::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 190px;
  height: 190px;
  background: rgba(201, 122, 50, 0.12);
  border-radius: 50%;
  filter: blur(2px);
}

.contact_content > * {
  position: relative;
  z-index: 1;
}

.contact_content h2,
.contact_content h3 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.15;
}

.contact_content h2 {
  font-size: clamp(32px, 4vw, 46px);
}

.contact_content h3 {
  font-size: 25px;
}

.contact_content p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.contact_content strong {
  color: #fff;
  font-weight: 700;
}

.contact_content a {
  color: #f0a35d;
  text-decoration: none;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.contact_content a:hover {
  color: #fff;
}

.contact_content ul {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.contact_content li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.contact_content li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #c97a32;
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 5px rgba(201, 122, 50, 0.12);
}

/* Linia oddzielająca dane */
.contact_content hr {
  margin: 30px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}


/* =========================================================
   PRAWA KOLUMNA - FORMULARZ
========================================================= */

.contact_form_block,
#df5c1a3 {
  padding: 48px 42px !important;
  background: #fff;
  border: 1px solid rgba(29, 18, 13, 0.08);
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(29, 18, 13, 0.1);
}

.contact_form_block h2,
.contact_form_block h3,
#df5c1a3 h2,
#df5c1a3 h3 {
  margin-top: 0;
  color: #1d120d;
  font-family: Georgia, "Times New Roman", serif;
}

.contact_form_block > p,
#df5c1a3 > p {
  color: #74675f;
  line-height: 1.7;
}


/* =========================================================
   CONTACT FORM 7 - UKŁAD
========================================================= */

.kmt-form {
  --kmt-accent: #c97a32;
  --kmt-accent-dark: #a95f22;
  --kmt-dark: #1d120d;
  --kmt-text: #413730;
  --kmt-muted: #7a6e67;
  --kmt-border: #ddd4ce;
  --kmt-bg: #faf8f6;

  width: 100%;
}

.kmt-form__row {

}


.kmt-form__field label {
  display: block;
  margin: 0;
  color: var(--kmt-dark);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.kmt-form__field label > span:first-child,
.kmt-form__field label > .required {
  color: var(--kmt-accent);
}

.kmt-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 9px;
}


/* Akapity automatycznie dodawane przez Contact Form 7 */
.contact_form_block .kmt-form p,
#df5c1a3 .kmt-form p {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  margin-block: 0 !important;
  padding: 0 !important;
}

/* Rzędy z dwoma polami */
.contact_form_block .kmt-form__row,
#df5c1a3 .kmt-form__row {
 

 
  align-items: start !important;

  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 0 !important;
  padding: 0 !important;
}

@media (min-width:1000px){
  .contact_form_block .kmt-form__row,
  #df5c1a3 .kmt-form__row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      column-gap: 22px !important;
       row-gap: 0 !important;
  }
}

/* Pojedyncze pole */
.contact_form_block .kmt-form__field,
#df5c1a3 .kmt-form__field {
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Pola pełnej szerokości poza rzędami */
.contact_form_block .kmt-form > .kmt-form__field,
#df5c1a3 .kmt-form > .kmt-form__field {
  margin-bottom: 0 !important;
}

/* Odstęp etykieta - pole */
.contact_form_block .wpcf7-form-control-wrap,
#df5c1a3 .wpcf7-form-control-wrap {
  display: block !important;
  margin: 9px 0 0 !important;
}
/* =========================================================
   POLA FORMULARZA
========================================================= */

.kmt-form input[type="text"],
.kmt-form input[type="email"],
.kmt-form input[type="tel"],
.kmt-form input[type="url"],
.kmt-form input[type="number"],
.kmt-form select,
.kmt-form textarea {
  display: block;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  margin: 0;
  padding: 14px 15px;
  color: var(--kmt-text);
  background: var(--kmt-bg);
  border: 1px solid var(--kmt-border);
  border-radius: 9px;
  outline: none;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.kmt-form input[type="text"],
.kmt-form input[type="email"],
.kmt-form input[type="tel"],
.kmt-form input[type="url"],
.kmt-form input[type="number"],
.kmt-form select {
  min-height: 52px;
}

.kmt-form textarea {
  min-height: 150px;
  resize: vertical;
}

.kmt-form input::placeholder,
.kmt-form textarea::placeholder {
  color: #aaa19b;
  opacity: 1;
}

.kmt-form input:focus,
.kmt-form select:focus,
.kmt-form textarea:focus {
  background: #fff;
  border-color: var(--kmt-accent);
  box-shadow: 0 0 0 4px rgba(201, 122, 50, 0.13);
}


/* =========================================================
   SELECT
========================================================= */

.kmt-form select {
  appearance: none;
  cursor: pointer;
  padding-right: 44px;
  background-image:
    linear-gradient(45deg, transparent 50%, #7c6d64 50%),
    linear-gradient(135deg, #7c6d64 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 22px,
    calc(100% - 14px) 22px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}


/* =========================================================
   PLIK
========================================================= */

.kmt-form input[type="file"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 9px;
  padding: 10px;
  color: var(--kmt-muted);
  background: var(--kmt-bg);
  border: 1px dashed var(--kmt-border);
  border-radius: 9px;
  font-size: 14px;
}

.kmt-form input[type="file"]::file-selector-button {
  margin-right: 12px;
  padding: 10px 14px;
  color: var(--kmt-dark);
  background: #eee7e1;
  border: 0;
  border-radius: 7px;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.kmt-form input[type="file"]::file-selector-button:hover {
  color: #fff;
  background: var(--kmt-accent);
}

.kmt-form__hint {
  margin-top: -27px !important;
  color: var(--kmt-muted);
  font-size: 13px;

}


/* =========================================================
   ZGODA / CHECKBOX
========================================================= */

.kmt-form__consent {
  margin: 4px 0 24px;
  padding: 16px 18px;
  background: #faf7f4;
  border: 1px solid rgba(201, 122, 50, 0.16);
  border-radius: 9px;
  color: var(--kmt-muted);
  font-size: 13px;
  line-height: 1.55;
}

.kmt-form__consent .wpcf7-list-item {
  margin: 0;
}

.kmt-form__consent label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.kmt-form__consent input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--kmt-accent);
}


/* =========================================================
   PRZYCISK
========================================================= */

.kmt-form__submit {
  margin-top: 8px;
}

.kmt-form input[type="submit"],
.kmt-form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 15px 24px;
  color: #fff;
  background: var(--kmt-accent);
  border: 0;
  border-radius: 9px;
  box-shadow: 0 10px 26px rgba(201, 122, 50, 0.28);
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.kmt-form input[type="submit"]:hover,
.kmt-form .wpcf7-submit:hover {
  color: #fff;
  background: var(--kmt-accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(201, 122, 50, 0.34);
}

.kmt-form input[type="submit"]:active,
.kmt-form .wpcf7-submit:active {
  transform: translateY(0);
}


/* =========================================================
   BŁĘDY I KOMUNIKATY CONTACT FORM 7
========================================================= */

.kmt-form .wpcf7-not-valid {
  border-color: #c84444 !important;
  box-shadow: 0 0 0 3px rgba(200, 68, 68, 0.1);
}

.kmt-form .wpcf7-not-valid-tip {
  margin-top: 7px;
  color: #b93636;
  font-size: 13px;
  line-height: 1.4;
}

.wpcf7 form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 14px 17px;
  border-width: 1px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.55;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #215d34;
  background: #edf8f0;
  border-color: #8bc79a;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #8a4f13;
  background: #fff7eb;
  border-color: #dda65d;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
  color: #8d2e2e;
  background: #fff0f0;
  border-color: #d88b8b;
}

.wpcf7 .wpcf7-spinner {
  margin: 12px auto 0;
  background-color: var(--kmt-accent);
}


/* =========================================================
   RESPONSYWNOŚĆ
========================================================= */

@media (max-width: 900px) {
  .contact_columns,
  .wp-block-columns:has(.contact_content):has(.contact_form_block) {
    width: min(720px, calc(100% - 32px));
    margin: 56px auto !important;
    gap: 24px !important;
  }

  .contact_content,
  .contact_form_block,
  #df5c1a3 {
    flex-basis: 100% !important;
    padding: 38px 30px !important;
  }
}

@media (max-width: 650px) {
  .contact_columns,
  .wp-block-columns:has(.contact_content):has(.contact_form_block) {
    width: calc(100% - 24px);
    margin: 40px auto !important;
  }

  .contact_content,
  .contact_form_block,
  #df5c1a3 {
    padding: 30px 22px !important;
    border-radius: 14px;
  }

  .kmt-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }


  .contact_content h2 {
    font-size: 32px;
  }
}



/* Tablet */
@media (max-width: 1024px) {

  header .wp-block-button__link{
    padding:10px 10px !important;
  }
  .contact_info{
    width:180px !important;
  }

  header .header-phone{
    font-size:14px !important;
  }

  header .header-phone__icon{
    width: 15px !important;
    height: 15px !important;
  }

  .fireplace-process {
    padding: 80px 24px;
  }

  .fireplace-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fireplace-process__steps::before {
    display: none;
  }

  .fireplace-process__step:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 11px);
    margin: 0 auto;
  }
}

/* Telefon */
@media (max-width: 700px) {
  .fireplace-process {
    padding: 64px 18px;
  }

  .fireplace-process__header {
    margin-bottom: 42px;
    text-align: left;
  }

  .fireplace-process__header p {
    font-size: 16px;
  }

  .fireplace-process__steps {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .fireplace-process__step,
  .fireplace-process__step:last-child {
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 24px;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    align-items: start;
  }

  .fireplace-process__number {
    width: 58px;
    height: 58px;
    margin: 0;
    border-width: 5px;
  }

  .fireplace-process__content {
    padding: 5px 0 0;
    text-align: left;
  }

  .fireplace-process__content h3 {
    font-size: 20px;
  }

  .fireplace-process__cta {
    flex-direction: column;
    align-items: stretch;
    margin-top: 34px;
    padding: 25px;
  }

  .fireplace-process__button {
    width: 100%;
  }
}



@media (max-width:1619px){
  header .wp-block-navigation .wp-block-navigation-item {
    font-size: 14px;
  }
}

@media (min-width:1620px){
  header .wp-block-navigation .wp-block-navigation-item {
    font-size: 17px;
  }
}

.footer_description{
  max-width:600px;
}


