.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size: 18px;
}

#sp-header {
    height: 0;
}

.button_iata {
  width: 100% !important;
}

.button_2,
.button_3 { 
  width: calc(43% - 7px) !important;
  display: inline-block !important;
}

.sp-slider .sp-slider-content {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; /* trochę więcej powietrza */
  max-width: 400px;  
}

.button_iata {
  width: 66% !important;
}

.button_2,
.button_3 {
  width: calc(50% - 8px);
}

/* === RESET SP BUILDER === */
.sppb-sp-slider-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 46px !important;      /* jedna wysokość dla wszystkich */
  box-sizing: border-box;
}

/* === TEKST + IKONA === */
.sppb-sp-slider-button .sp-slider-btn-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* === LOGO IATA === */
.button_iata_logo .sp-slider-btn-text::before {
  content: "";
  display: inline-block;

  width: 18px;
  height: 18px;

  background: url('https://funfly.mizzo.com.pl/images/2026/04/14/iata_official_logo.png') no-repeat center;
  background-size: contain;
}

.button_2 {
  transform: translateY(-2px)!important;
}
.immages_rogi img {
	border-radius: 10px;
}

#cf_1 {
    box-shadow: 1px 15px 16px 8px rgba(0, 0, 0, 0.10), 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.sppb-icon-container {
  width: 64px;
  height: 64px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  margin: 0 auto 15px auto;
}

.sppb-icon-container i {
  font-size: 22px;
  color: #c9af8c;
  line-height: 1 !important;
  display: block;                
}

.button-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  color: #c9a14d; /* złoty */
  background: transparent;
  border: 2px solid #c9a14d;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.button-ghost:hover {
  background: #c9a14d;
  color: #ffffff;
}

.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.logos img {
  height: 60px;     /* wszystkie równe */
  width: auto;
  object-fit: contain;
}

.logos img {
  height: 50px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: 0.3s ease;
}

.logos img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/*ikonki stopka*/

.contact-line a,
.contact-address {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}

/* 📞 telefon */
.phone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background: url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/icons/telephone.svg') no-repeat center;
  background-size: contain;
}

/* 📧 email */
.email::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background: url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/icons/envelope.svg') no-repeat center;
  background-size: contain;
}

/* 📍 adres */
.contact-address::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background: url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/icons/geo-alt.svg') no-repeat center;
  background-size: contain;
}
.phone::before,
.email::before,
.contact-address::before {
  filter: invert(63%) sepia(54%) saturate(600%) hue-rotate(5deg) brightness(95%);
}
.tree_column_footer {
	border: solid 1px #7b7a7a;
	border-radius: 5px;
}