  
  .card-input-element+.card {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 4px;
  }
  
  .card-input-element+.card:hover {
    cursor: pointer;
  }
  
  .card-input-element:checked+.card {
    border: 2px solid #ffdd00;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
  }
  

  
  @-webkit-keyframes fadeInCheckbox {
    from {
      opacity: 0;
      -webkit-transform: rotateZ(-20deg);
    }
    to {
      opacity: 1;
      -webkit-transform: rotateZ(0deg);
    }
  }
  
  @keyframes fadeInCheckbox {
    from {
      opacity: 0;
      transform: rotateZ(-20deg);
    }
    to {
      opacity: 1;
      transform: rotateZ(0deg);
    }
  }
  
  /* trener-tabs */
.dark-tabs { border: none; }
.dark-tabs > li.nav-item { display: inline-block; float: none; margin: 0; padding: 0 20px; }
.dark-tabs > li.nav-item > a.nav-link { border: none; margin-bottom: 0; }
.dark-tabs > li.nav-item > a.nav-link { border-bottom: 1px solid transparent; }
.dark-tabs > li.nav-item > a.nav-link.active, .dark-tabs > li.nav-item > a.nav-link.active:hover, .dark-tabs > li.nav-item > a.nav-link:hover { background: transparent; border-color: #ffdd00; color: #FFdd00; cursor: pointer; }
.dark-tabs.dark-tabs-light > li.nav-item > a.nav-link.active, .dark-tabs.dark-tabs-light > li.nav-item > a.nav-link.active:focus, .dark-tabs.dark-tabs-light > li.nav-item > a.nav-link:focus, .dark-tabs.dark-tabs-light > li.nav-item > a.nav-link:hover { border-bottom: 1px solid #fff; color: #fff; }

/* trener-tabs-style */
.tab-style-01 .dark-tabs > li.nav-item { padding: 0 35px; }
.tab-style-01 .dark-tabs > li.nav-item > a.nav-link { padding: 0; margin-left: 25px; position: relative; border-bottom: none !important }
.tab-style-01 .grid-filter.dark-tabs > li.nav-item > a.nav-link { margin-left: 0; }
.tab-style-01 .dark-tabs > li.nav-item .tab-border { width: 0; height: 2px; display: block; margin-top: 5px; opacity: 0; visibility: hidden; transition-duration: 0.5s; }
.tab-style-01 .dark-tabs > li.nav-item > a.nav-link.active +.tab-border,
.tab-style-01 .dark-tabs > li.active .tab-border { opacity: 1; width: 100%; visibility: visible; }
.tab-style-01 .dark-tabs > ul { counter-reset: slideNum; }
.tab-style-01 .dark-tabs > li { counter-increment: slideNum; line-height: 16px }
.tab-style-01 .dark-tabs > li.nav-item > a.nav-link:before { content: "0"counter(slideNum)"."; position: absolute; left: -25px; }
.tab-style-01 .grid-filter.dark-tabs > li.nav-item > a.nav-link:before { display: none; }
.tab-style-01 .dark-tabs > li:last-child { border-right: none; padding-right: 0 }
.tab-style-01 .dark-tabs > li:first-child { padding-left: 0 }
.tab-style-01.without-number .dark-tabs > li.nav-item > a.nav-link:before {content: ""}
.tab-style-01.without-number .dark-tabs > li.nav-item > a.nav-link {margin-left: 0}
@media(hover: hover) {
    .tab-style-01 .dark-tabs > li.nav-item > a.nav-link:hover +.tab-border { opacity: 1; width: 100%; visibility: visible; }
}
  
.btn-outline-primary {
  color: #a6a6a6;
  border-color: #a6a6a6;
}
.btn-outline-primary:hover {
  color: #101010;
  background-color: #fff;
  border-color: #fff;
  }
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #101010;
  background-color: #ffdd00;
  border-color: #ffdd00;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */

}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sorting-button {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.promo {
  position: relative;
  overflow: hidden;

}

.promo-image {
  position: relative;
  overflow: hidden;
}

.promo img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.promo a{
  position: absolute;
  inset: 0;
  display:block;
  
}

.promo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.62);
}

.promo-details {
  position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}

.mask p{
  opacity: 0.7;
}

.bg-image {
  max-height: 350px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.bg-image img {
  height: 100%;
  object-fit: cover;
}

.bg-image a {
  display: box;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.heading-yellow * {
  position: relative;
  display: inline;
  color: #000;
  font-weight: 700;
  background: #ffdd00;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 .25em 0;
  line-height: 1.5;
}
.heading-black * {
  position: relative;
  display: inline;
  color: #fff;
  font-weight: 700;
  background: #000;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 .25em 0;
  line-height: 1.5;
}
.heading-white * {
  position: relative;
  display: inline;
  color: #000;
  font-weight: 700;
  background: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 .25em 0;
  line-height: 1.5;
}

.heading-orange * {
  position: relative;
  display: inline;
  color: #000;
  font-weight: 700;
  background: #fc814a;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 .25em 0;
  line-height: 1.5;
}


.label-skew{
  position: absolute;
  left:-5px;
  top:-40px;
  transform: skewY(-3deg);
}

/* simple dropdown */
.simple-dropdown .dropdown-menu { position: absolute; left: 0; width: 240px; padding: 25px 0; box-shadow: 0 0 35px rgba(0,0,0,0.1); margin: 0; border: none; border-radius: 4px; }
.simple-dropdown .dropdown-menu .dropdown .dropdown-menu { left: 241px; margin-top:0; top: -25px; }
.simple-dropdown.menu-left .dropdown-menu { position: absolute; left: auto; min-width: 240px; padding: 25px 0 20px;; }
.simple-dropdown.menu-left .dropdown-menu .dropdown .dropdown-menu,
.simple-dropdown .dropdown.menu-left .dropdown-menu { left: auto; right: 241px; }
.simple-dropdown .dropdown-menu li { padding: 9px 45px 9px 35px; display: block; }
.simple-dropdown .dropdown-menu .dropdown a { display: block; color: #c5c5c5; font-size: 13px; line-height: normal; font-weight: 500 }
.simple-dropdown .dropdown-menu .dropdown:hover > a, .simple-dropdown .dropdown-menu .dropdown a:hover,.simple-dropdown .dropdown-menu .dropdown li.active > a, .simple-dropdown .dropdown-menu .dropdown a.active,.simple-dropdown .dropdown-menu .dropdown a:focus, .simple-dropdown .dropdown-menu .dropdown.active > a { color: #ffdd00; }
.simple-dropdown .dropdown-menu .dropdown a .dropdown-toggle { position: absolute; right: 23px; font-size: 12px; margin-top: 0; height: 20px; width: 20px; line-height: 20px; text-align: center; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); }

@media (max-width: 991px){
.navbar.navbar-dark .navbar-nav>.nav-item.dropdown.megamenu:hover>a, .navbar.navbar-dark .navbar-nav>.nav-item.dropdown.simple-dropdown:hover>a {
    color: rgb(255 255 255)!important;}
}

@media (max-width: 575px){
    /* countdown style 01 */
    .countdown.countdown-style-01 .countdown-box, .countdown.countdown-style-01 .countdown-box:first-child, .countdown.countdown-style-01 .countdown-box:last-child { margin: 0 0 30px; width: 25%; }
    .countdown.countdown-style-01 .number { font-size: 40px;}
}



/* client logo style 02 */
.client-logo-style-02 .client-logo {opacity: 0.6; filter: saturate(0.0); transition-duration: 0.2s; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -ms-transition-duration: 0.2s; -o-transition-duration: 0.2s;  }
.client-logo-style-02 .client-logo:hover {opacity: 1; filter: saturate(1.0); transition-duration: 0.2s; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -ms-transition-duration: 0.2s; -o-transition-duration: 0.2s; }

select option {
  background-color: #5d5d5d;
}

.nav-tabs > li.nav-item > a.nav-link.active, .nav-tabs > li.nav-item > a.nav-link.active:hover, .nav-tabs > li.nav-item > a.nav-link:hover {
  background: transparent;
  border-color: #ffdd00;
  color: #ffdd00;
  cursor: pointer;
}

.label-vege{
  background-color: #70a967;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 9px;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
  border-radius: 1px;
}

.recipe-container{
  background-color: rgba(255,255,255,0.04);
  
  &:hover {
    background-color: rgba(255,255,255,0.07);;
  }
  &:hover .recipe-name {
    color: #ffdd00;
  }
}

.btn.btn-radio{
  border: 2px solid;
}


/* droga na stronie franczyzowej */
:root{
  --rmg-gap-y:28px;
  --rmg-badge:48px;
  --rmg-text-gap:14px;
  --rmg-indent-min:5px;
  --rmg-indent-max:100px;
  --rmg-line-width:8;
  --rmg-line-color:#fff;
}

.rmg-steps-wrap{position:relative;}
.rmg-connectors{position:absolute;inset:0;pointer-events:none;display:block;color:var(--rmg-line-color);}

.rmg-steps{list-style:none;margin:0;padding:0;position:relative;}
.rmg-step{--rmg-indent:40px;position:relative;margin-bottom:var(--rmg-gap-y);}
.rmg-step-row{
  display:grid;grid-template-columns:var(--rmg-badge) 1fr;align-items:center;
  column-gap:var(--rmg-text-gap);margin-left:var(--rmg-indent);position:relative;
  opacity:0;transform:translateY(16px);
}
.rmg-step-row.rmg-visible{animation:rmg-fade-up .55s cubic-bezier(.2,.7,.2,1) forwards;}
@keyframes rmg-fade-up{to{opacity:1;transform:translateY(0);}}

.rmg-step-badge{
  width:var(--rmg-badge);height:var(--rmg-badge);display:grid;place-items:center;
  font-weight:700;font-size:22px;color:#0b1020;position:relative;
  font-family: 'Poppins', sans-serif;
  background-size:cover;background-position:center;background-repeat:no-repeat;
  
}
.rmg-step-badge::before{content:attr(data-step);}
.rmg-step-title{font-family: 'Poppins', sans-serif;color:#fc814a;font-weight:700;font-size:18px;line-height:1.2;margin:0 0 6px 0;text-shadow:-2px -2px 0 #101010;}
.rmg-step-desc{margin:0;color:#aeaeae;font-size:15px;line-height:1.4;}


@media (max-width:460px){.rmg-step{--rmg-indent:20px;}}

/* rysowanie linii */
.rmg-poly{stroke:currentColor;stroke-width:var(--rmg-line-width);}
.rmg-poly.rmg-draw{transition:stroke-dashoffset .9s cubic-bezier(.2,.7,.2,1);}
.rmg-nodes circle{transition:opacity .3s ease;opacity:0;}
.rmg-nodes.rmg-show circle{opacity:1;}

/* Czarne checkboxy dla formularzy */
.franczyza .form-check-input[type="checkbox"] { 
    border: 2px solid #000 !important; 
    background-color: transparent !important;
}
.franczyza .form-check-input[type="checkbox"]:checked { 
    background-color: #000 !important; 
    border-color: #000 !important;
}
.franczyza .form-check-input[type="checkbox"]:checked:after { 
    content: ""; 
    display: inline-block; 
    height: 6px; 
    width: 9px; 
    border-left: 2px solid #fff; 
    border-bottom: 2px solid #fff; 
    transform: rotate(-45deg); 
    position: absolute; 
    top: 4px; 
    left: 4px;
}
.franczyza .form-check-label { 
    color: #000 !important; 
}

/* Stylowanie dropdownu dla selectów */
.franczyza .form-select:focus {
    border-color: #ffdd00 !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 221, 0, 0.25) !important;
}

/* Stylowanie opcji w dropdownie */
.franczyza .form-select option {
    background-color: #fff !important;
    color: #000 !important;
    border: none !important;
    padding: 8px 12px !important;
}

.franczyza .form-select option:hover {
    background-color: #f8f9fa !important;
}

.franczyza .form-select option:checked {
    background-color: #ffdd00 !important;
    color: #000 !important;
}

/* Stylowanie dropdownu po rozwinięciu */
.franczyza .form-select:focus option:checked {
    background-color: #ffdd00 !important;
    color: #000 !important;
}

/* Czarne teksty w polach formularza */
.franczyza .form-control,
.franczyza input[type="text"],
.franczyza input[type="email"],
.franczyza input[type="tel"],
.franczyza input[type="number"],
.franczyza select,
.franczyza textarea {
    color: #000 !important;
    font-weight:700 !important;
}

/* Czarne teksty w placeholderach (gdy pole jest aktywne) */
.franczyza .form-control:focus,
.franczyza input[type="text"]:focus,
.franczyza input[type="email"]:focus,
.franczyza input[type="tel"]:focus,
.franczyza input[type="number"]:focus,
.franczyza select:focus,
.franczyza textarea:focus {
    color: #000 !important;
}

/* Czarne teksty w polach z klasą input-border-bottom */
.franczyza .input-border-bottom {
    color: #000 !important;
    font-weight: 700 !important;
}

.franczyza .input-border-bottom:focus {
    color: #000 !important;
    font-weight: 700 !important;
}

/* Placeholdery z normalną wagą czcionki */
.franczyza .input-border-bottom::placeholder {
    font-weight: 400 !important;
}

.franczyza .input-border-bottom::-webkit-input-placeholder {
    font-weight: 400 !important;
}

.franczyza .input-border-bottom::-moz-placeholder {
    font-weight: 400 !important;
}

.franczyza .input-border-bottom:-ms-input-placeholder {
    font-weight: 400 !important;
}

/* Placeholdery dla selectów */
.franczyza .form-select::placeholder {
    font-weight: 400 !important;
}

.franczyza .form-select::-webkit-input-placeholder {
    font-weight: 400 !important;
}

.franczyza .form-select::-moz-placeholder {
    font-weight: 400 !important;
}

.franczyza .form-select:-ms-input-placeholder {
    font-weight: 400 !important;
}

/* Padding dla swiper-container na urządzeniach mobilnych */
@media (max-width: 991px) {
    .swiper-container.padding-10-rem-top-bottom {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
}

/* Padding dla swiper-container na wszystkich urządzeniach */
.swiper-container.padding-10-rem-top-bottom {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

/* Efekt hover na wiersze tabeli franczyzy */
.franczyza-table tbody tr {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.franczyza-table tbody tr:hover {
    transform: scale(1.15);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    z-index: 10;
    position: relative;
}

/* Dodatkowe style dla lepszego efektu hover */
.franczyza-table tbody tr:hover td {
    background-color: rgba(255, 255, 255, 0.05);
}

.franczyza-table tbody tr:hover i {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}


/* Czarne teksty w selectach */
.franczyza .form-select {
    color: #000 !important;
}

.franczyza .form-select:focus {
    color: #000 !important;
}

:root{
  --rmg-yellow:#FFD400;
  --rmg-white:#FFFFFF;
  --rmg-dim:#a1a1a1;
}
.rmg-club{
  border-left:3px solid var(--rmg-yellow);
  padding:12px 12px 10px 12px;
  margin-bottom:18px;
  background:rgba(255,255,255,0.03);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.rmg-club.active,
.rmg-club:hover{
  transform:scale(1.03);
  box-shadow:0 6px 18px rgba(0,0,0,.35);
  background:rgba(255,212,0,.08);
}


@media (max-width: 767.98px){
  .rmg-map{ padding-top:90%; }
  .rmg-club .rmg-numbers{ font-size:24px; }
}


.rmg-gradient--dark {
    background: linear-gradient(to bottom, #232323 0%, #101010 60%);
}

/* Style dla modala z historią klubu */
.modal-intro,
.modal-story,
.modal-solution {
    text-align: left;
    line-height: 1.6;
    font-size: 15px;
}

.modal-results {
    text-align: left;
    margin: 25px 0;
}

.modal-results h5 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #0b1020;
}

.results-list {
    margin: 0;
    padding: 0;
}

.result-item {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #5d5d5d;
}

.result-number {
    font-size: 16px;
    margin-right: 8px;
}

.tab-style-04 .nav-tabs > li.nav-item > a.nav-link.active:focus, .tab-style-04 .nav-tabs > li.nav-item > a.nav-link:focus, .tab-style-04 .nav-tabs > li.nav-item > a.nav-link:hover {
  
  color: #ffdd00;
  
}

/* Responsywność dla modala */
@media (max-width: 767px) {
    .modal-intro,
    .modal-story,
    .modal-solution {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .modal-results h5 {
        font-size: 16px;
    }
    
    .result-item {
        font-size: 14px;
    }
    
    .result-number {
        font-size: 15px;
    }
}

/* Sticky button styles */
.sticky-button-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    backdrop-filter: blur(5px);
}

.sticky-button {
    display: inline-block;
    padding: 15px 30px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.sticky-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }
    50% {
        box-shadow: 0 4px 25px rgba(255, 221, 0, 0.6);
    }
    100% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }
}

/* Responsywność dla sticky button */
@media (max-width: 768px) {
    .sticky-button-container {
        bottom: 0px;
        max-width: 100%;
        padding: 8px 16px;
    }
    
    .sticky-button {
        padding: 12px 25px;
        font-size: 14px;
    }
}

/* Style dla interaktywnej mapy */
.interactive-map-container {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 8px;
}

.interactive-map-svg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.interactive-map-svg svg {
  width: 100%;
  height: 100%;
}

/* Style dla znaczników w SVG - lepsze podejście bez przesuwania */
.interactive-map-svg [id^="rmg-white-"] {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.interactive-map-svg [id^="rmg-white-"]:hover {
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8)) brightness(1.2);
}

.interactive-map-svg [id^="rmg-yellow-"] {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.interactive-map-svg [id^="rmg-yellow-"]:hover {
  filter: drop-shadow(0 0 12px rgba(255, 215, 0, 0.8)) brightness(1.3);
}

/* Style dla tekstów wyświetlanych po hover */
.hover-city-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  fill: #333;
  text-anchor: middle;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

.hover-member-count {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  fill: #ffd700;
  text-anchor: middle;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

/* Selektory dla hover - żółte punkty wyświetlają teksty */
.yellow-club-point[data-club="kielce-krystalowa"]:hover ~ .hover-city-name[data-club="kielce-krystalowa"],
.yellow-club-point[data-club="kielce-krystalowa"]:hover ~ .hover-member-count[data-club="kielce-krystalowa"] {
  opacity: 1;
}

.yellow-club-point[data-club="elblag-centrum"]:hover ~ .hover-city-name[data-club="elblag-centrum"],
.yellow-club-point[data-club="elblag-centrum"]:hover ~ .hover-member-count[data-club="elblag-centrum"] {
  opacity: 1;
}

.yellow-club-point[data-club="chojnice-rynek"]:hover ~ .hover-city-name[data-club="chojnice-rynek"],
.yellow-club-point[data-club="chojnice-rynek"]:hover ~ .hover-member-count[data-club="chojnice-rynek"] {
  opacity: 1;
}

.yellow-club-point[data-club="kielce-sandomierska"]:hover ~ .hover-city-name[data-club="kielce-sandomierska"],
.yellow-club-point[data-club="kielce-sandomierska"]:hover ~ .hover-member-count[data-club="kielce-sandomierska"] {
  opacity: 1;
}

.yellow-club-point[data-club="slupsk-centrum"]:hover ~ .hover-city-name[data-club="slupsk-centrum"],
.yellow-club-point[data-club="slupsk-centrum"]:hover ~ .hover-member-count[data-club="slupsk-centrum"] {
  opacity: 1;
}

.yellow-club-point[data-club="kielce-kochanowskiego"]:hover ~ .hover-city-name[data-club="kielce-kochanowskiego"],
.yellow-club-point[data-club="kielce-kochanowskiego"]:hover ~ .hover-member-count[data-club="kielce-kochanowskiego"] {
  opacity: 1;
}

/* Animacja pojawiania się elementów */
.interactive-map .connection-line {
  animation-delay: calc(var(--delay, 0) * 0.2s);
}

.interactive-map .club-point {
  animation-delay: calc(var(--delay, 0) * 0.2s + 0.5s);
}

/* Responsywność dla mapy */
@media (max-width: 768px) {
  .interactive-map-container {
    height: 400px;
  }
  
  .member-count {
    font-size: 12px;
  }
  
  .city-name {
    font-size: 10px;
  }
}

/* Style dla tabeli szczegółów franczyzy */
.franczyza-details-table {
  background-color: transparent;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  border: 1px solid #333;
  display: none;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s ease-in-out;
}

.franczyza-details-table.show {
  display: table;
  opacity: 1;
  transform: translateY(0);
}

.table-container {
  overflow: hidden;
}

.franczyza-details-table thead th {
  background-color: transparent;
  color: #ffd700;
  font-weight: 700;
  border: 1px solid #333;
  padding: 15px 10px;
  font-size: 14px;
}

.franczyza-details-table tbody td {
  background-color: transparent;
  border: 1px solid #333;
  padding: 12px 10px;
  color: #fff;
  font-size: 14px;
}

.franczyza-details-table tbody tr:nth-child(even) td {
  background-color: transparent;
}

.franczyza-details-table tbody tr:hover td {
  background-color: rgba(255, 215, 0, 0.1);
  transition: background-color 0.3s ease;
}

.franczyza-details-table .fw-bold {
  color: #ffd700;
  font-weight: 700;
}

.franczyza-details-table .text-light-gray {
  color: #ccc;
  font-size: 12px;
}

/* Przycisk toggle */
#toggle-details {
  background: none;
  border: none;
  color: #ffd700;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

#toggle-details:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .franczyza-details-table thead th,
  .franczyza-details-table tbody td {
    padding: 8px 5px;
    font-size: 12px;
  }
}