@charset "UTF-8";

/*
Theme Name: azproject
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */


.portfolio .item .img img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}


/* Breadcrumb – nie pokazuj href w pseudo-elementach linka */
.breadcrumb a::before,
.breadcrumb a::after {
  content: none !important;
}

.breadcrumb,
.breadcrumb a,
.breadcrumb-item {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
font-size: 15px;
    line-height: 15px;
    color: #c6612D;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 4px;
}


/* Separator Bootstrap */
.breadcrumb-item + .breadcrumb-item::before{
  content: "/" !important;
}

.breadcrumb {
    justify-content: center;
}



/* 2) Stały kadr obrazka */
.portfolio .item .img{
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;   /* zmień np. 4/3 albo 1/1 jeśli chcesz */
}

/* 3) Obraz zawsze wypełnia */
.portfolio .item .img img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* 6) Zostawiasz swój dół fade – tylko pilnujemy, żeby siedział nad obrazem */
.portfolio .item .bottom-fade{
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
}
.portfolio .item .con{
  z-index: 3;
  position: absolute;
  left: 0; right: 0; bottom: 0;
}


/* ===== Nagłówki w treści (the_content) ===== */
.service-details .wysiwyg-archex h1,
.service-details .wysiwyg-archex h2,
.service-details .wysiwyg-archex h3,
.service-details .wysiwyg-archex h4,
.service-details .wysiwyg-archex h5,
.service-details .wysiwyg-archex h6,
.team-single .wysiwyg-archex h1,
.team-single .wysiwyg-archex h2,
.team-single .wysiwyg-archex h3,
.team-single .wysiwyg-archex h4,
.team-single .wysiwyg-archex h5,
.team-single .wysiwyg-archex h6,
.faqs .wysiwyg-archex h1,
.faqs .wysiwyg-archex h2,
.faqs .wysiwyg-archex h3,
.faqs .wysiwyg-archex h4,
.faqs .wysiwyg-archex h5,
.faqs .wysiwyg-archex h6,
.about .wysiwyg-archex h1,
.about .wysiwyg-archex h2,
.about .wysiwyg-archex h3,
.about .wysiwyg-archex h4,
.about .wysiwyg-archex h5,
.about .wysiwyg-archex h6,
.blog2 .wysiwyg-archex h1,
.blog2 .wysiwyg-archex h2,
.blog2 .wysiwyg-archex h3,
.blog2 .wysiwyg-archex h4,
.blog2 .wysiwyg-archex h5,
.blog2 .wysiwyg-archex h6,
.ls .wysiwyg-archex h1,
.ls .wysiwyg-archex h2,
.ls .wysiwyg-archex h3,
.ls .wysiwyg-archex h4,
.ls .wysiwyg-archex h5,
.ls .wysiwyg-archex h6{
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.25em;
  letter-spacing: 1px;
  color: #111 !important;
  margin: 0 0 15px 0;
}

/* Skala */
.service-details .wysiwyg-archex h1,
.team-single .wysiwyg-archex h1,
.faqs .wysiwyg-archex h1,
.about .wysiwyg-archex h1,
.blog2 .wysiwyg-archex h1,
.ls .wysiwyg-archex h1{ font-size: 40px; }

.service-details .wysiwyg-archex h2,
.team-single .wysiwyg-archex h2,
.faqs .wysiwyg-archex h2,
.about .wysiwyg-archex h2,
.blog2 .wysiwyg-archex h2,
.ls .wysiwyg-archex h2{ font-size: 32px; }

.service-details .wysiwyg-archex h3,
.team-single .wysiwyg-archex h3,
.faqs .wysiwyg-archex h3,
.about .wysiwyg-archex h3,
.blog2 .wysiwyg-archex h3,
.ls .wysiwyg-archex h3{ font-size: 26px; }

.service-details .wysiwyg-archex h4,
.team-single .wysiwyg-archex h4,
.faqs .wysiwyg-archex h4,
.about .wysiwyg-archex h4,
.blog2 .wysiwyg-archex h4,
.ls .wysiwyg-archex h4{ font-size: 22px; }

.service-details .wysiwyg-archex h5,
.team-single .wysiwyg-archex h5,
.faqs .wysiwyg-archex h5,
.about .wysiwyg-archex h5,
.blog2 .wysiwyg-archex h5,
.ls .wysiwyg-archex h5{ font-size: 18px; }

.service-details .wysiwyg-archex h6,
.team-single .wysiwyg-archex h6,
.faqs .wysiwyg-archex h6,
.about .wysiwyg-archex h6,
.blog2 .wysiwyg-archex h6,
.ls .wysiwyg-archex h6{ font-size: 16px; }

/* Mobile */
@media (max-width: 768px){
  .service-details .wysiwyg-archex h1,
  .team-single .wysiwyg-archex h1,
  .faqs .wysiwyg-archex h1,
  .about .wysiwyg-archex h1,
  .blog2 .wysiwyg-archex h1,
  .ls .wysiwyg-archex h1{ font-size: 30px; }

  .service-details .wysiwyg-archex h2,
  .team-single .wysiwyg-archex h2,
  .faqs .wysiwyg-archex h2,
  .about .wysiwyg-archex h2,
  .blog2 .wysiwyg-archex h2,
  .ls .wysiwyg-archex h2{ font-size: 26px; }

  .service-details .wysiwyg-archex h3,
  .team-single .wysiwyg-archex h3,
  .faqs .wysiwyg-archex h3,
  .about .wysiwyg-archex h3,
  .blog2 .wysiwyg-archex h3,
  .ls .wysiwyg-archex h3{ font-size: 22px; }

  .service-details .wysiwyg-archex h4,
  .team-single .wysiwyg-archex h4,
  .faqs .wysiwyg-archex h4,
  .about .wysiwyg-archex h4,
  .blog2 .wysiwyg-archex h4,
  .ls .wysiwyg-archex h4{ font-size: 20px; }

  .service-details .wysiwyg-archex h5,
  .team-single .wysiwyg-archex h5,
  .faqs .wysiwyg-archex h5,
  .about .wysiwyg-archex h5,
  .blog2 .wysiwyg-archex h5,
  .ls .wysiwyg-archex h5{ font-size: 16px; }

  .service-details .wysiwyg-archex h6,
  .team-single .wysiwyg-archex h6,
  .faqs .wysiwyg-archex h6,
  .about .wysiwyg-archex h6,
  .blog2 .wysiwyg-archex h6,
  .ls .wysiwyg-archex h6{ font-size: 14px; }
}

/* ===== Lista ===== */
.service-details .wysiwyg-archex ul,
.team-single .wysiwyg-archex ul,
.faqs .wysiwyg-archex ul,
.about .wysiwyg-archex ul,
.blog2 .wysiwyg-archex ul,
.ls .wysiwyg-archex ul{
  list-style: none;
  padding: 0;
  margin: 10px 0 20px 0;
}

.service-details .wysiwyg-archex ul li,
.team-single .wysiwyg-archex ul li,
.faqs .wysiwyg-archex ul li,
.about .wysiwyg-archex ul li,
.blog2 .wysiwyg-archex ul li,
.ls .wysiwyg-archex ul li{
  position: relative;
  padding-left: 32px;
  margin: 6px 0;
  color: #666;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
}

.service-details .wysiwyg-archex ul li:before,
.team-single .wysiwyg-archex ul li:before,
.faqs .wysiwyg-archex ul li:before,
.about .wysiwyg-archex ul li:before,
.blog2 .wysiwyg-archex ul li:before,
.ls .wysiwyg-archex ul li:before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #b56a2f;
  font-size: 18px;
  line-height: 1;
}

/* Subhead */
.service-details .wysiwyg-archex .subhead,
.team-single .wysiwyg-archex .subhead,
.faqs .wysiwyg-archex .subhead,
.about .wysiwyg-archex .subhead,
.blog2 .wysiwyg-archex .subhead,
.ls .wysiwyg-archex .subhead{
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #b56a2f;
  margin: 0 0 14px 0;
}



h5.form-tab {
    color: #c6612d;
    padding: 40px 0px 10px 0px;
    text-align: center;
    font-size:24px;
    font-size: 24px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* CF7 - ujednolicenie wyglądu SELECT z inputami */
.wpcf7 select,
.wpcf7 select.wpcf7-form-control {
  width: 100%;
  height: 56px;            /* dopasuj do swoich inputów */
  padding: 0 22px;
  border-radius: 999px;    /* takie jak na screenie */
  background: #f6f3ef;     /* takie jak pola */
  border: 0;
  outline: none;
  appearance: none;        /* usuwa domyślny styl przeglądarki */
  -webkit-appearance: none;
  -moz-appearance: none;
}



/* CF7 - pełna szerokość pól */
.wpcf7 form .cf-field,
.wpcf7 form .wpcf7-form-control {
  width: 100% !important;
  display: block;
  box-sizing: border-box;
}



/* textarea nie jako "pigułka" tylko ładne zaokrąglenie */
.wpcf7 form textarea.cf-field {
  border-radius: 28px;
  min-height: 160px;
  resize: vertical;
}

/* SELECT - usuń domyślną strzałkę i dodaj własną */
.wpcf7 form select.cf-field {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* "dziubek" po prawej */
  background-image:
    linear-gradient(45deg, transparent 50%, #c46a2c 50%),
    linear-gradient(135deg, #c46a2c 50%, transparent 50%);
  background-position:
    calc(100% - 26px) 50%,
    calc(100% - 18px) 50%;
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
}

/* Równe przerwy między polami */
.wpcf7 .form-group{
  margin-bottom: 5px !important; /* zmień np. na 16/20 */
}

/* Niech CF7 wrap nie robi "niespodzianek" */
.wpcf7 .wpcf7-form-control-wrap{
  display:block !important;
  width:100% !important;
  margin:0 !important;
}

/* Wyłącz ewentualne <br> dodawane przez CF7 */
.wpcf7 form br{ display:none; }

/* Wspólny wygląd i rozmiar dla wszystkich pól */
.wpcf7 form .cf-field{
  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box;
  background:#f6f3ef;
  border:0;
  outline:none;
  border-radius:999px;
  padding: 0 22px;        /* poziomy padding */
  height:56px;            /* TA SAMA wysokość */
  line-height:56px;       /* wyrównanie tekstu */
  display:block;
}

/* textarea - większe, ale spójne */
.wpcf7 form textarea.cf-field{
  height:auto;
  min-height:180px;
  line-height:1.4;
  padding:18px 22px;
  border-radius:28px;
  resize:vertical;
}

/* Wrapper selecta + chevron */
.wpcf7 .select-wrap{
  position:relative;
  display:block;
  width:100%;
}

.wpcf7 .select-wrap select.cf-field{
  padding-right:56px; /* miejsce na chevron */
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
}

/* Subtelny "V" po prawej */
.wpcf7 .select-wrap::before,
.wpcf7 .select-wrap::after{
  content:"";
  position:absolute;
  top:50%;
  width:10px;
  height:2px;
  background: rgba(196,106,44,.75);
  pointer-events:none;
}
.wpcf7 .select-wrap::before{
  right:30px;
  transform: translateY(-50%) rotate(45deg);
}
.wpcf7 .select-wrap::after{
  right:22px;
  transform: translateY(-50%) rotate(-45deg);
}

/* Przycisk (opcjonalnie wyrównaj styl) */
.wpcf7 form input.cf-btn{
  width:auto;
  border:0;
  border-radius:999px;
  padding:16px 28px;
}

/* Wyłącz WSZYSTKIE stare tła/strzałki na select (żeby nie dublować) */
.wpcf7 form select.wpcf7-form-control,
.wpcf7 form select.cf-field{
  background-image: none !important;
}

/* Kolor tekstu w polach */
.wpcf7 form .cf-field{
  color:#3b3b3b !important;
}

/* Select + opcje */
.wpcf7 form select.cf-field,
.wpcf7 form select.cf-field option{
  color:#3b3b3b !important;
}

/* Pierwsza opcja (placeholder: "Wybierz temat *") - jaśniejsza */
.wpcf7 form select.cf-field option:first-child{
  color:#8a8a8a !important;
}

/* SELECT: elegancki chevron jako SVG */
.wpcf7 .select-wrap{
  position:relative;
  display:block;
  width:100%;
}

.wpcf7 .select-wrap select.cf-field{
  padding-right:58px !important;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;

  background-color:#f6f3ef !important;

  /* chevron svg */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath fill='%23c46a2c' d='M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6-6-6z'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat !important;
  background-position: calc(100% - 22px) 50% !important;
  background-size:18px 18px !important;
}

/* wyłącz pseudo-elementy jeśli wcześniej dodałaś */
.wpcf7 .select-wrap::before,
.wpcf7 .select-wrap::after{
  content:none !important;
}

/* FIX: select - tekst nie wchodzi pod ikonę + ikona na "czystym" tle */
.wpcf7 .select-wrap select.cf-field{
  padding-left: 22px !important;
  padding-right: 72px !important; /* więcej miejsca na chevron */
  height: 56px !important;
  line-height: 56px !important;

  background-color: #f6f3ef !important;

  /* chevron */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath fill='%23c46a2c' d='M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6-6-6z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 26px) 50% !important;
  background-size: 18px 18px !important;
}

/* opcjonalnie: żeby tekst placeholdera był czytelny i nie "znikał" */
.wpcf7 .select-wrap select.cf-field{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


/* Stabilna numeracja listy (nie zależy od stylów motywu) */
#townList{
  counter-reset: tb-counter;
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

#townList > li{
  counter-increment: tb-counter;
  display: flex;
  gap: 8px;
  align-items: baseline;
  margin: 6px 0;
}

#townList > li::before{
  content: counter(tb-counter) ".";
  min-width: 26px;
  text-align: right;
  color: var(--muted);
  font-weight: 700;
}

/* Usuwa dziwne wcięcia z resetów */
#townList li, #townList li *{
  text-indent: 0 !important;
}


.services3.add .item {
    padding: 40px 30px 30px 30px;
    border-radius: 20px;
    background: #f9f6f3;
    position: relative;
    overflow: hidden;
}

.services3.add .item h3 {
    color: #101010;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.services3.add .item p {
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    color: #797370;
}

.services3.add .item h2 {
color:#c6612D;
}

footer ul li {
  font-size:15px;
}

ul.footer-links-circle {
    line-height: 30px;
}

.footer .top .item p {
    font-size: 15px;
}

/* dyskretny przycisk do stopki */
.footer .button-atest,
.button-atest.is-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid rgba(198, 97, 45, .55);
  border-radius: 999px;
  background: transparent;
  color: #c6612D;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .2px;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
      margin-top: 10px;
}

.footer .button-atest:hover,
.button-atest.is-footer:hover {
  background: #c6612D;
  color: #fff;
  border-color: #c6612D;
  transform: translateY(-1px);
}

.footer .button-atest:active,
.button-atest.is-footer:active {
  transform: translateY(0);
}


img.footer-img {
      width: 120px;
          margin-bottom: 5px;
}

p.ftr {
     margin-bottom: 0px;
    padding: 7px 0 0px 0;

}

.footer-cert-title{
  margin:0 0 12px;
  line-height:1.15;
}

.footer-cert-title .footer-cert-sub{
  display:block;
  margin-top:6px;          /* blisko pod spodem */
  font-size:12px;          /* małe literki */
  font-weight:500;
  letter-spacing:.08em;    /* delikatny spacing */
  text-transform:uppercase;/* wygląda jak “etykieta” */
  opacity:.75;
}




.phone-button-fixed{
  position: fixed;
  bottom: 70px;
  left: 20px;
  width: 60px;
  height: 60px;
  background: #c6612D;
  border-radius: 50%;
  z-index: 1000;
  text-decoration: none;

  /* centrum + stabilność */
  display: block;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: background-color .25s ease, box-shadow .25s ease;

  /* KLUCZ */
  overflow: hidden;
}

.phone-button-fixed:hover{
  background: #a24f24;
  box-shadow: 0 8px 16px rgba(0,0,0,0.25);
}

/* SVG na 100% w środku – bez flex, bez baseline, bez przesunięć */
.phone-button-fixed svg{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  fill: #fff;
  display: block;

  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  transition: transform .25s ease;
  will-change: transform;
}

.phone-button-fixed:hover svg{
  transform: translate(-50%, -50%) scale(1.12);
}



