:root {
    --red2: #d5213f;
    --orange: #db6f27;
    --red: #df2428;
  --bs-font-sans-serif: "Plus Jakarta Sans";
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-primary-rgb: 30, 48, 243;
  --bs-secondary-rgb: 226, 30, 128;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-link-color: #ababab; /* #ee0979; */
  --bs-link-hover-color: #ababab;
  --bs-link-color: #104473;
  --bs-link-hover-color: #20a7df;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color); 
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth; 
} 
 
.page-section {
 padding-top:6rem;
 padding-bottom:6rem;
}  

a {
  color: var(--bs-link-color);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.bg-gradient-primary-to-secondary {
  background: #104473;
  background: linear-gradient(135deg, #104473 0%, #20a7df 100%);
}

.text-gradient {
  background: -webkit-linear-gradient(315deg, #104473 0%, #20a7df 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.table td,
.table th {
  padding: 1.1rem 1rem;
} 
.offer-img {
    height: 220px;
    object-fit: cover;
} 
.icon {
    color: var(--orange);
    font-size: 1.4rem;
} 
  .logo { height:85px; }
	.lang-bar { position:static;  right:150px;  float:right;  margin:10px 10px 0 0; }
@media (min-width: 768px) {
  .lang-bar { position:absolute; top:22px; right:200px;  margin:8px 10px 0 0; padding:0 0 5px 15px;}  
  .hero h1 { padding-top:80px; font-size:2.0rem } 
  .logo { height:125px; }
} 

 /* HERO */
.hero-section {
    padding: 50px 0;
    background: #ffffff;
}

.hero-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2980b9;
    margin-bottom: 20px;
}

.hero-title span {
    color: #3498db;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-highlight {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2980b9;
    margin-bottom: 25px;
}

.hero-contact p {
    margin-bottom: 8px;
    font-weight: 500;
}

.hero-contact a {
    color: #2980b9;
    text-decoration: none;
    font-weight: 700;
}

.hero-contact a:hover {
    text-decoration: underline;
}

.hero-btn {
    margin-top: 30px;
}

.hero-image img {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
/* ABOUT */
.about-section {
    padding: 80px 0;
    background: #104473;
    background: linear-gradient(135deg, #104473 0%, #20a7df 100%);
    color: #ffffff;
}
 

.section-lead {
    font-size: 1.2rem;
    margin-bottom: 25px;
}

.about-subtitle {
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 700;
}

.about-steps {
    padding-left: 20px;
    margin-bottom: 20px;
}

.about-steps li {
    margin-bottom: 8px;
}

.about-list {
    margin-top: 20px;
}

.about-item {
    background: rgba(255,255,255,0.1);
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 0.95rem;
    margin-bottom: 10px;
}  

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #104473;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
/* CTA */
.cta-section {
    position: relative;
    background: url('../assets/img/pudelka-osoba.webp') top/cover no-repeat;
    padding: 10rem 0;
}
 

.cta-title {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 3px 10px rgba(0,0,0,0.6);
}

.cta-subtitle {
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 30px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.cta-btn {
    border-width: 2px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #ffffff;
    color: #000;
}

/* opcjonalnie efekt box dla tekstu */
.cta-overlay .container {
    max-width: 1200px;
    background: rgba(0,0,0,0.45);
    padding: 80px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

/* delikatna animacja pojawiania bez transform */
.gallery-wrapper img {
    opacity: 0;
    animation: galleryFade .8s ease forwards;
}

@keyframes galleryFade {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* hover – teraz działa */
.gallery-img {
    height: 180px;
    object-fit: cover; 
    transition: transform .3s ease, box-shadow .3s ease;
}

.gallery-img:hover {
    transform: scale(1.03) translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.features-section {
    padding: 90px 0;
    background: #f8f9fa;
}
.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px; 
    background: linear-gradient(315deg, #104473 0%, #20a7df 100%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    background-clip: text;
    color: transparent;
}
.section-divider {
    width: 80px;
    height: 3px;
    margin: 0 auto 50px;
    border: 0;
    background: #3498db;
    opacity: 1;
}

.feature-card {
    background: #ffffff;
    padding: 30px 22px; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}
.feature-icon i {
    font-size: 3.4rem;
    display: inline-block; 
    background: linear-gradient(315deg, #104473 0%, #20a7df 100%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    background-clip: text;
    color: transparent;
}
.feature-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 18px;
    color: #212529;
}

.feature-card p {
    color: #5f6b76;
    margin-bottom: 12px;
    line-height: 1.7;
} 
.feature-more {
    display: none;
    margin-top: 10px;
}

.feature-more.show {
    display: block;
}

.feature-toggle {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 18px;
    border: 1px solid #3498db;
    border-radius: 50px;
    background: transparent;
    color: #3498db;
    font-weight: 600;
    transition: all 0.3s ease;
}

.feature-toggle:hover {
    background: #3498db;
    color: #ffffff;
}

.imgnews { width:150px;height:150px;object-fit:cover; }
@media (max-width: 991.98px) {
    .features-section {
        padding: 70px 0;
    }

    .section-title {
        font-size: 1.9rem;
    }
.imgnews { width:100%;object-fit:cover; }
} 
.blog-section {
    padding: 80px 0;
}

.blog-card {
    background: #ffffff; 
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s;
} 

.blog-content {
    padding: 20px;
}

.blog-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-title a {
    text-decoration: none;
    color: #212529;
}

.blog-link {
    font-size: 0.9rem;
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
}

 
.aktualnosci-page h2 {
  font-weight: 600;
  font-size:18px;
  letter-spacing: 1px;
  color: #b8b8b8;
  text-transform: uppercase;
}

.aktualnosci-page .row {
  /* border-bottom: 1px solid #eee;
  padding-bottom: 2rem; */
}

.aktualnosci-page .row:last-of-type {
  border-bottom: none;
}

.aktualnosci-page .row + h2 {
  margin-top: 3rem;
}
.blog-entry {
    padding: 2rem 0;
}

.blog-entry-image {
    max-width: 420px;
    width: 100%;
}

.blog-entry-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.blog-entry-content {
    line-height: 1.8;
    font-size: 1.05rem;
}

.blog-entry-content p {
    margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
    .blog-entry-image {
        float: none !important;
        max-width: 100%;
        margin-right: 0 !important;
    }
}
/* FOOTER */
footer {
    font-size: 0.9rem;  
}
 

.cookie-info { display:none; }
.cookie-info.show { display:block; }

.cookie-info {
    display: none;  
    position: fixed;
    bottom: 15px;
    right: 15px;
    max-width: 320px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    z-index: 9999;
}


.cookie-info p {
    margin: 0 0 10px 0;
}

.cookie-info button {
    background: #000;
    color: #fff;
    border: 0;
    padding: 6px 12px;
    cursor: pointer;
}