/*
Theme Name: Astra Child
Theme URI: https://example.com/astra-child
Description: Motyw potomny dla motywu Astra.
Author: Cyprian
Author URI: https://example.com
Template: astra
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap');

:root {
  --grad-text-gold: linear-gradient(
    180deg,
    #FFF374 0%,
    #FFBB00 100%
  );
}

/* Domyślnie zostaje to co masz w panelu (1400px) */

/* BG Patterns */
#bgp1l {position:absolute; z-index:0; top:1600px; left:-20px;}
#bgp2l {position:absolute; z-index:0; top:2600px; left:-20px;}
#bgp3l {position:absolute; z-index:0; top:5600px; left:-20px;}
#bgp1r {position:absolute; z-index:0; top:0px; right:-20px;}
#bgp2r {position:absolute; z-index:0; top:1100px; right:-20px;}
#bgp3r {position:absolute; z-index:0; top:3700px; right:-20px;}
#bgp4r {position:absolute; z-index:0; top:7200px; right:-20px;}

/* żeby pseudo-element miał do czego się pozycjonować */
.ast-above-header,
.ast-above-header-wrap,
.ast-theme-transparent-header .ast-above-header,
.ast-theme-transparent-header .ast-above-header-wrap {
  position: relative;
}

/* linia pod Above Header – działa też przy transparent header */
.ast-above-header-wrap::after,
.ast-above-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);

  width: 100%;
  max-width: 1600px;   /* dopasuj */
  height: 12px;

  background: url("https://limobydgoszcz.pl/wp-content/uploads/2026/01/Container-1.png") center / contain no-repeat;
  pointer-events: none;
  z-index: 99;
}

/* żeby linia nie była przykryta przez kolejny rząd */
.ast-primary-header-bar {
  position: relative;
  z-index: 1;
}
h1,
h2, h5 {
  position: relative;
  margin-bottom: 0.6em; /* normalny odstęp, nie pod underline */
}
h5 {font-size:56px !important; 
  background: linear-gradient(180deg, #FFF374 0%, #FFBB00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

h1::after,
h2::after, h5::after {
  content: "";
  position: absolute;

  left: 50%;
  transform: translateX(-50%);
  bottom: -12px; /* wysokość podkreślenia względem tekstu */

  width: 100%;      

  height: 3px;

  background: url("https://limobydgoszcz.pl/wp-content/uploads/2026/01/Container-1.png")
              center / contain no-repeat;

  pointer-events: none;
}


 li.current_page_item > a, li.menu-item a:hover, h1, h2  {
  background: var(--grad-text-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent !important;
}
.partylim {color:#fff !important; font-size:22px; font-weight:400; line-height:25px}
.przezyj {color:#fff; text-align:center !important; width:100%;}
/* Gradientowy przycisk hero */
a.vc_btn3.vc_btn3-color-warning, .wpcf7-submit {
  background: linear-gradient(90deg, #FF9225 0%, #AA00FF 100%) !important;
  color: #fff !important;
  border: none !important;
text-decoration:none !important;
  padding: 16.6px 33.2px !important;
  border-radius: 30px !important;

  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;

  box-shadow:
    0 0 65px rgba(240, 31, 255, 0.5);

  transition: all 0.25s ease;
}

/* hover */
a.vc_btn3.vc_btn3-color-warning:hover, .wpcf7-submit:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 80px rgba(240, 31, 255, 0.65);
}
.box_oferta:hover {	
transform: translateY(-1px);
  box-shadow:
    0 0 80px rgba(240, 31, 255, 0.65);
	cursor:pointer;
} 
.box_oferta{
  position: relative;
  overflow: hidden;
  background: #000;
}
.box_oferta img{
  width: 100%;
  height: auto;
  display: block;
}
.box_oferta__bottom{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  background: #000;
  padding: 26px 16px 24px;
  text-align: center;

  transition: padding .35s ease;
}
.box_oferta h4{
  margin: 0;
  color: #fff;
  font-family: "Tilt Warp", system-ui, sans-serif;
  font-size: 42px;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 1px;

  transition: transform .35s ease;
}
.box_oferta__btn{
  display: inline-block;
  margin-top: 14px;

  opacity: 100%;
  /*transform: translateY(8px);*/
  pointer-events: none;

  background: linear-gradient(90deg, #FF9225 0%, #AA00FF 100%);
  color: #fff !important;
  text-decoration: none !important;

  padding: 8px 18px;
  border-radius: 999px;

  font-size: 14px;
  font-weight: 700;

  box-shadow: 0 0 30px rgba(240, 31, 255, 0.55);
  transition: opacity .3s ease, transform .3s ease, box-shadow .3s ease;
}
.box_oferta:hover .box_oferta__bottom{
  padding: 40px 16px 36px;   /* pasek się powiększa */
}

.box_oferta:hover h4{
  transform: scale(1.08);   /* napis rośnie */
}

.box_oferta:hover .box_oferta__btn{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width:921px)
{
	.box_oferta h4 {font-size:18px !important;}
	.box_oferta:hover .box_oferta__bottom{
  padding: 30px 16px 36px;  
}
}

/* CF7 - formularz jak na screenie */
.limo-form{
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  padding: 22px;
}

.limo-form__row{ margin: 0 0 12px; }

.limo-form input[type="text"],
.limo-form input[type="tel"],
.limo-form input[type="email"],
.limo-form input[type="date"],
.limo-form input[type="time"],
.limo-form input[type="number"],
.limo-form select,
.limo-form textarea{
  width: 100%;
  height: 44px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.92);
  color: #111;
  padding: 10px 12px;
  box-sizing: border-box;
}

.limo-form textarea{
  height: 110px;
  resize: vertical;
  padding-top: 10px;
}

.limo-form select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #333 50%),
    linear-gradient(135deg, #333 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position:
    calc(100% - 18px) 19px,
    calc(100% - 12px) 19px,
    100% 0;
  background-size: 6px 6px, 6px 6px, 2.5em 2.5em;
  background-repeat: no-repeat;
  padding-right: 42px;
}

.limo-form__actions{
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.limo-form__submit{
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  background: linear-gradient(90deg, #ff3aa6 0%, #7b2cff 100%);
  box-shadow: 0 10px 25px rgba(0,0,0,.35);
}

.limo-form__submit:hover{ filter: brightness(1.05); }

.limo-form .wpcf7-not-valid-tip{
  font-size: 12px;
  margin-top: 6px;
}
/* animacja */
@keyframes ctaPulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.06); }
  100% { transform: scale(1); }
}

/* wrapper */
.cta-main1, .cta-main3 {
  animation: ctaPulse 1.5s ease-in-out infinite;
}

/* przycisk */
.cta-main1 .vc_btn3, .cta-main2 .vc_btn3, .cta-main3 {
  animation: ctaPulse 1.5s ease-in-out infinite;
}
.wybor {color:#FFCC23 !important; font-weight:600 !important}
/* Tabela cen */


/* --- layout / wspólne --- */
.limo-pricing .wpb-pricing-table{
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 44px 34px 34px;
  text-align: center;

  background: #1a1a1a !important;
  border: 2px solid rgba(214, 175, 55, 0.55);

  box-shadow: 0 18px 55px rgba(0,0,0,.60);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}

/* delikatna poświata w środku */
.limo-pricing .wpb-pricing-table::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(1200px 380px at 50% -50%, rgba(214,175,55,.18), transparent 60%);
  pointer-events:none;
  opacity:.9;
}

/* hover – “wyjście do przodu” */
.limo-pricing .wpb-pricing-table:hover{
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 28px 80px rgba(0,0,0,.75);
  border-color: rgba(214,175,55,.85);
}

/* --- typografia --- */
.limo-pricing .wpb-plan-title{
	font-family:'Lexend';
  margin: 0 0 12px;
  font-weight: 400;
	border-bottom:1px solid #333;
  letter-spacing: .3px;
  font-size: clamp(34px, 2.3vw, 56px);
  color: #f2f2f2;
	padding-bottom:15px;
}

.limo-pricing .wpb-plan-description{
  margin: 0 0 24px;
  font-size: clamp(27px, 1.15vw, 32px);
  color: #afafaf;
}

.limo-pricing .wpb-price-container{
  margin: 0 0 34px;
}

.limo-pricing .wpb-price{
  display: inline-block;
  font-weight: 800;
  letter-spacing: .8px;
  font-size: clamp(26px, 1.4vw, 34px);
  color: #f3d36a; /* złoty napis ceny */
}


.limo-pricing .wpb-plan-features{
  margin: 0;
  padding: 0;
  list-style: round !important;
  text-align: left;
	
}

.limo-pricing .wpb-plan-features li{
  position: relative;
  margin: 8px 0;
  padding-left:1px;
 color:#afafaf;
  font-size: 15px;
  line-height: 1.35;
  list-style: disc !important;
}

.limo-pricing .wpb-plan-features li::before{
  content:"•";
  position:absolute;
  left: 0;
  top: 0;
  color: rgba(255,255,255,.35);
  font-size: 18px;
  line-height: 1.1;
}


.limo-pricing .wpb-plan-features li::before{
  background: none !important;
  width: auto !important;
  height: auto !important;
}


.limo-pricing .vc_do_btn .vc_btn3{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: min(260px, 100%);
  height: 62px;

  border: 0 !important;
  border-radius: 18px !important;

  font-weight: 700;
  font-size: clamp(26px, 1.5vw, 38px);
  letter-spacing: .3px;

  color: #fff !important;
  background: linear-gradient(135deg, #ff9a1a 0%, #ff2fb9 45%, #7d2bff 100%) !important;

  box-shadow:
    0 14px 40px rgba(255, 47, 185, .25),
    0 10px 30px rgba(125, 43, 255, .18);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.limo-pricing .vc_do_btn .vc_btn3:hover{
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow:
    0 18px 55px rgba(255, 47, 185, .30),
    0 12px 40px rgba(125, 43, 255, .22);
}

/* przycisk na dół jak w projekcie */
.limo-pricing .vc_btn3-container{
  margin: 0 0 26px !important;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {font-size:24px}

/* HOVER – gradient jak Gold */
.limo-pricing .wpb-pricing-table:hover{
  background: linear-gradient(
    180deg,
    #f1dfad 0%,
    #e7b394 45%,
    #cc5aa8 75%,
    #8a2bff 100%
  ) !important;
  border-color: rgba(214,175,55,.95);
  box-shadow: 0 26px 90px rgba(0,0,0,.75);
}
/* =========================================
   GOLD EFFECT NA HOVER (dla każdej karty)
========================================= */

.limo-pricing .wpb-pricing-table:hover::before{
  opacity: 0; /* wyłączamy poświatę */
}

.limo-pricing .wpb-pricing-table:hover .wpb-plan-title{
  color: #111 !important;
}

.limo-pricing .wpb-pricing-table:hover .wpb-plan-description{
  color: rgba(0,0,0,.55) !important;
}

.limo-pricing .wpb-pricing-table:hover .wpb-price{
  color: #111 !important;
  font-weight: 800;
}

.limo-pricing .wpb-pricing-table:hover .wpb-plan-features li{
  color: rgba(0,0,0,.72) !important;
}

.limo-pricing .wpb-pricing-table:hover .wpb-plan-features li::before{
  color: rgba(0,0,0,.65) !important;
}


/* przycisk jak w GOLD */

.limo-pricing .wpb-pricing-table:hover .vc_do_btn .vc_btn3{
  background: #ffffff !important;
  color: #111 !important;
  border: 2px solid rgba(214,175,55,.95) !important;

  box-shadow:
    0 18px 55px rgba(0,0,0,.25),
    0 0 0 6px rgba(214,175,55,.12);
}

.limo-pricing .wpb-pricing-table:hover .vc_do_btn .vc_btn3:hover{
  filter: none;
  transform: translateY(-2px);

  box-shadow:
    0 22px 70px rgba(0,0,0,.28),
    0 0 0 8px rgba(214,175,55,.14);
}


@media (max-width: 991px){
  .limo-pricing .wpb-pricing-table{
    padding: 38px 26px 28px;
  }
  .limo-pricing .vc_do_btn .vc_btn3{
    height: 58px;
    width: min(320px, 100%);
  }
}
/* Menu mobilne */
#ast-hf-mobile-menu {text-align:center; max-height:1000px !important; overflow-y:hidden !important}
#ast-hf-mobile-menu .menu-link {font-family:'Abhaya Libre',serif; font-size:22px}
@media (max-width:921px) {.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current_page_item a.menu-link {color:#fff !important}
}

/* uklad kolumn */
/* WPBakery: 4 kolumny -> na mobile 2 w wierszu */
@media (max-width: 767px){
  .limo-2col-mobile > .wpb_column,
  .limo-2col-mobile > .vc_column_container{
    width: 50% !important;
    float: left !important;
  }

  /* żeby paddingi nie rozwalały szerokości */
  .limo-2col-mobile > .wpb_column .vc_column-inner,
  .limo-2col-mobile > .vc_column_container .vc_column-inner{
    box-sizing: border-box;
  }

  /* czyścimy floaty co 2 elementy */
  .limo-2col-mobile > .wpb_column:nth-child(2n+1),
  .limo-2col-mobile > .vc_column_container:nth-child(2n+1){
    clear: both;
  }
}
.wpcf7-submit {float:right}
/* mobile: current page ma być widoczny zawsze */
@media (max-width: 921px){
  #ast-hf-mobile-menu li.current_page_item > a.menu-link,
  #ast-hf-mobile-menu li.current-menu-item > a.menu-link{
    color: #fff !important;
    -webkit-text-fill-color: #fff !important; /* <-- to zwykle ratuje sytuację */
    opacity: 1 !important;
    visibility: visible !important;

    background: none !important;
    -webkit-background-clip: initial !important;
            background-clip: initial !important;
  }
}
@media (max-width: 921px){

  /* reset gradientowego efektu w mobile */
  #ast-hf-mobile-menu a.menu-link{
    -webkit-text-fill-color: initial !important;
    background: none !important;
    -webkit-background-clip: initial !important;
            background-clip: initial !important;
  }

  /* hover */
  #ast-hf-mobile-menu a.menu-link:hover{
    color: #FFCD57 !important;
    -webkit-text-fill-color: #FFCD57 !important;
  }

  /* current */
  #ast-hf-mobile-menu li.current_page_item > a.menu-link,
  #ast-hf-mobile-menu li.current-menu-item > a.menu-link{
    color: #FFCD57 !important;
    -webkit-text-fill-color: #FFCD57 !important;
  }
}
#adres p, #adres span, #adres a {color:#fff !important}
footer {border:none !important}
/* MENU MOBILNE */
@media (max-width: 921px){

  /* ustaw wysokość headera (dopasuj 64/72/80) */
  :root{ --pl-mobile-header-h: 72px; }

  /* DOMYŚLNIE (menu zamknięte) – zero fixed */
  .main-header-bar-navigation{
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    height: auto !important;
    width: auto !important;
  }

  /* OTWARTE MENU – panel pod headerem do dołu */
  body.ast-main-header-nav-open .main-header-bar-navigation{
    position: fixed !important;
    left: 0;
    right: 0;
    top: var(--pl-mobile-header-h);
    bottom: 0;
    width: 100vw !important;
    background: #000 !important;
    z-index: 99998 !important;
  }

  /* BLOKADA SCROLLA STRONY, gdy menu otwarte */
  body.ast-main-header-nav-open{
    overflow: hidden !important;
    height: 100vh !important;
    touch-action: none;
  }

  /* wnętrze na 100% wysokości panelu (bez overflow-y) */
  body.ast-main-header-nav-open #ast-mobile-site-navigation,
  body.ast-main-header-nav-open #ast-mobile-site-navigation .main-navigation,
  body.ast-main-header-nav-open #ast-hf-mobile-menu{
    height: 100% !important;
    max-height: none !important;
    overflow: visible !important;
  }
}
.menu-item {}
@media (max-width: 921px) {
	.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {padding:5px !important }}