/*
Theme Name: BSCModern
Author: 
Description: Your description goes here
Version: 1.0
Template: blocksy

This is the child theme for Blocksy theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

:root {
  --bsc-navy: #0B2D4D;
  --bsc-navy-dark: #07213B;
  --bsc-teal: #7DB8B2;
  --bsc-mietowy: #4E928B;
  --bsc-coral: #D96C6C;
  --bsc-cream: #FAF6EF;
  --bsc-warm-card: #F6EFE8;
  --bsc-white: #FFFFFF;
  --bsc-border: #E4E1D9;
  --bsc-text: #17344F;
  --bsc-muted: #637787;
}

.min_header{
	color: var(--bsc-mietowy);
	font-size: 0.8em;
  line-height: 0.5em;
}	

span.min_header{
	font-size: 30px;
	font-weight: 600;
	line-height: 1em;
}

.btn-button-secondary, .button-btn-primary {
  position: relative;
  padding-right: 40px !important; /* miejsce na ikonę, dopasuj do paddingu przycisku */
  display: inline-flex;
  align-items: center;
}

.btn-button-secondary::after, .button-btn-primary::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2317344F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12H19M19 12L13 6M19 12L13 18'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
}


.wpforms-submit{
	width: 100% !important;
}	

.button-btn-primary::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12H19M19 12L13 6M19 12L13 18'/%3E%3C/svg%3E");	
}	

.btn-button-secondary:hover::after, .button-btn-primary:hover::after {
  transform: translateY(-50%) translateX(3px); /* lekki "ruch" strzałki przy hover */
}


.elementor .header-linki-oferty .e-heading-link-base {
    flex: 1;
    align-self: stretch;
    display: flex;
    align-items: center;
    padding: 0 20px;
}	

.elementor .header-linki-oferty .e-heading-link-base::after {
    content: "";

    margin-left: auto;      /* dopycha strzałkę do prawej krawędzi */
    flex-shrink: 0;         /* nie ściśnie się przy wąskim kafelku */
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2317344F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12H19M19 12L13 6M19 12L13 18'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.2s ease;
}

.elementor .header-linki-oferty .e-heading-link-base:hover::after {
    transform: translateX(4px);
}

.box-icon-min-header{
	color: var(--bsc-mietowy);
}

ol.counter-list {
  list-style: none;
  padding: 40px 0px;
  margin: 0;

  border-radius: 8px;
  counter-reset: item;
}

ol.counter-list li {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}

ol.counter-list li:before {
  content: counter(item);
  counter-increment: item;
  min-width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
  color: #ffffff;
}

.footer-header {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  display: block;
  margin-bottom: 15px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.ct-footer h4{
	font-size: 16px;
}	

.menu-footer {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
}

.menu-footer li {
  line-height: 1.2em;
}

.menu-footer a, .menu-footer li {
  font-size: 16px;
  font-weight: 500;
  color: var(--bsc-navy);
  text-decoration: none;
}

.contact-box li{
	align-items: start !important;
}	

.contact-box li .ct-icon-container{
	padding-top: 6px;
}
	

.elementor-page .ct-container-full{ 
	padding: 0px !important;
}	

.ct-media-container img{
	border-radius: 25px !important;
}	

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium{
	max-width: 100% !important;
}	