/* ===================== 404 PAGE ===================== */
.error404-container {

    padding-top: 30px;
}
.error404-content {
    max-width: 1300px;
    margin: 60px auto 60px auto;
    padding: 40px 24px 36px 24px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.error404-title {
    font-size: 30rem;
    color: var(--primary-color);
    font-family: 'Poppins-Bold', sans-serif;
    margin-bottom: 0.5em;
}
.error404-lead {
    font-size: 16rem;
    color: var(--text-color);
    margin-bottom: 2em;
}
.error404-btn {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 12px 32px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16rem;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(48,86,155,0.08);
    transition: background 0.2s;
}
.error404-btn:hover {
    background: var(--secondary-color);
    color: #fff;
}
/* ===================== COOKIES PAGE ===================== */
.cookies-page-container {

    padding-top: 30px;
}
.cookies-content {
    max-width: 1300px;
    margin: 40px auto 60px auto;
    padding: 32px 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.cookies-title {
    font-size: 28rem;
    margin-bottom: 1.2em;
    text-align: center;
    color: var(--primary-color);
    font-family: 'Poppins-Bold', sans-serif;
}
.cookies-lead {
    font-size: 16rem;
    color: var(--text-color);
    margin-bottom: 1.7em;
    text-align: center;
}
.cookies-section-title {
    font-size: 16rem;
    margin-top: 2em;
    color: var(--secondary-color);
    font-family: 'Poppins-Bold', sans-serif;
}
.cookies-list {
    margin: 1.2em 0 1.7em 0;
    padding-left: 1.2em;
    color: var(--text-color);
    font-size: 16rem;
}
.cookies-list li {
    margin-bottom: 0.7em;
}
.cookies-text {
    font-size: 16rem;
    color: var(--text-color);
    margin-bottom: 1.2em;
}
/* ===================== CZYNNIKI SECTION ===================== */
.czynniki-section {
    background: #f8fbff;
  
}
.czynniki-content {
   
    margin: 0 auto;
    max-width: 1200px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(48,86,155,0.07);
    padding: 32px 24px 40px 24px;
}
.czynniki-title {
    font-size: 28rem;
    color: var(--primary-color);
    font-family: 'Poppins-Bold', sans-serif;
    margin-bottom: 18px;
    text-align: center;
}
.czynniki-lead {
    font-size: 17rem;
    color: var(--text-color);
    margin-bottom: 28px;
    text-align: center;
}
.czynniki-list {
    display: flex;
  flex-direction: column;
    gap: 16px;
    margin-top: 8px;
}
.czynnik-card {
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border: 1px solid #e3e6f0;
    border-left: 4px solid var(--primary-color);
    border-radius: 12px;
    padding: 20px 18px;
    box-shadow: 0 2px 10px rgba(48,86,155,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.czynnik-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(48,86,155,0.12);
}
.czynnik-name {
    font-size: 18rem;
    color: var(--primary-color);
    font-family: 'Poppins-Bold', sans-serif;
    margin: 2px 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: #f3f7ff;
    border: 1px solid #e3e9f6;
    padding: 6px 12px;
    border-radius: 999px;
    display: inline-block;
}
.czynnik-weight,
.czynnik-desc {
    font-size: 15rem;
    color: var(--text-color);
    line-height: 1.55;
    background: #f8f9fc;
    border: 1px solid #e9edf5;
    border-radius: 10px;
    padding: 10px 12px 10px 40px;
    width: 100%;
    max-width: 760px;
    text-align: left;
    position: relative;
    align-self: stretch;
    margin-bottom: 10px;
}
.czynnik-weight::before,
.czynnik-desc::before {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary-color);
    opacity: 0.85;
}
.czynnik-weight::before { content: "\f24e"; } /* fa-balance-scale */
.czynnik-desc::before { content: "\f05a"; }   /* fa-info-circle */
.czynnik-weight strong,
.czynnik-desc strong {
    color: var(--secondary-color);
}
.czynniki-table-wrap {
    overflow-x: auto;
    margin-bottom: 24px;
}
.czynniki-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(48,86,155,0.04);
    font-size: 16rem;
}
.czynniki-table th, .czynniki-table td {
    padding: 14px 10px;
    text-align: left;
}
.czynniki-table th {
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    font-size: 16rem;
    letter-spacing: 0.5px;
}
.czynniki-table tr:nth-child(even) {
    background: #f3f7fb;
}
.czynniki-table tr:hover {
    background: #eaf2fc;
    transition: background 0.2s;
}
.czynniki-table td {
    color: var(--text-color);
    font-size: 15rem;
}
.czynniki-contact {
    margin-top: 30px;
    text-align: center;
    font-size: 16rem;
    color: var(--primary-color);
    font-weight: 500;
}
@media (max-width: 600px) {
    .czynniki-content {
        padding: 12px 2px 18px 2px;
    }
    .czynniki-title {
        font-size: 20rem;
    }
    .czynniki-lead, .czynniki-contact {
        font-size: 13rem;
    }
    .czynniki-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .czynnik-card {
        padding: 16px 12px;
    }
    .czynnik-weight,
    .czynnik-desc {
        max-width: 100%;
        padding-left: 36px;
    }
    .czynniki-table th, .czynniki-table td {
        padding: 8px 4px;
        font-size: 12rem;
    }
}
.footer-links-boxed {
    margin-bottom: 8px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.footer-link-boxed {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 4px 14px;
   
    transition: background 0.2s, border 0.2s;
    font-size: 15rem;
    color: var(--primary-color);
    font-weight: 500;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}
.footer-link-boxed:hover {
    background: #f0f4fa;
    border-color: var(--primary-color);
    color: var(--secondary-color);
    text-decoration: none;
}
:root {
    --primary-color: #30569b;
    --secondary-color: #1E3C72;
    --tertiary-color: #3498db;
    --accent-color: #e74c3c;
    --light-gray: #ecf0f1;
    --dark-gray: #34495e;
    --text-color: #2c3e50;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-style: normal;
   
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    
}

@keyframes slideInCenter {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    /* -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}

/* RESET CSS */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    font-size: 1px;
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}


img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
}

input, button, textarea, select {
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover{
    text-decoration: none;
    color: inherit;
}

ul, ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    margin: 0;
}

body {
    font-family: 'Poppins-Regular';
    line-height: 1.6;
    color: var(--text-color);
}

.container-main {
    max-width: 1300px;
    margin: 50px auto;
    padding: 0 20px;
}

.h-text {
    font-size: 30rem;
    color: var(--primary-color);
}

/* Navigation Links */
/* .navbar {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 1rem 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
} */

.navbar .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hamburger Menu Styles */
.navbar-toggler {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px ;
    z-index: 1002;
}

.navbar.hide {
    transform: translateY(-101%);
}

.navbar.show {
    transform: translateY(0);
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* Hamburger Animation */
.navbar-toggler.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.navbar-toggler.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* DESKTOP NAVBAR */
.navbar-desktop {
    display: block;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 16px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
     transition: transform 0.3s ease-in-out;
     font-size: 16rem;
}

.nav-links-desktop {
    display: flex;

    align-items: center;
}

.navbar-desktop .nav-item {
    position: relative;
}

.navbar-desktop .nav-link {
    text-decoration: none;
    color: white;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar-desktop .nav-link:hover {
    color: var(--primary-color);
    background-color: rgba(52, 152, 219, 0.1);
}

.navbar-desktop .nav-link.has-dropdown .fa-chevron-down {
    font-size: 11.2rem;
    transition: transform 0.3s ease;
}

.navbar-desktop .nav-item:hover .nav-link.has-dropdown .fa-chevron-down {
    transform: rotate(180deg);
}

.navbar-desktop .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    min-width: 300px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    border: 1px solid rgba(0,0,0,0.1);
}

.navbar-desktop .nav-item:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar-desktop .submenu-item {
    display: block;
    padding: 12.8px 19.2px;
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.navbar-desktop .submenu-item:last-child {
    border-bottom: none;
}

.navbar-desktop .submenu-item:hover {
    background-color: var(--light-gray);
    color: var(--primary-color);
    padding-left: 24px;
}

/* MOBILE NAVBAR */
.navbar-mobile {
    display: none;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 16px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
     transition: transform 0.3s ease-in-out;
}

.navbar-mobile .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}

.navbar-toggler {
    display: flex;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1002;
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.navbar-toggler.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.navbar-toggler.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.nav-links-mobile {
    display: flex;
    position: fixed;
    top: 83px;
    left: 0;
    height: calc(100vh - 111px);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 1001;
    overflow-y: auto;
    padding: 16px 0;
}

.nav-links-mobile.active {
    opacity: 1;
    visibility: visible;
    height: 100vh;
}

.navbar-mobile .nav-item {
    width: 90%;
    max-width: 300px;
    margin: 3.2px 0;
}

.navbar-mobile .nav-link {
    font-size: 20.8px;
    padding: 11.2px 19.2px;
    color: #fff;
    text-align: left;
    border-radius: 8px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
}

.nav-links-mobile.active .nav-link {
    animation: slideInCenter 0.5s ease-out forwards;
}

.navbar-mobile .nav-link:hover {
    color: var(--primary-color);
    background-color: rgba(52, 152, 219, 0.2);
}

.navbar-mobile .nav-text {
    flex-grow: 1;
    text-align: left;
}

.navbar-mobile .dropdown-arrow {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
    min-width: 40px;
    min-height: 40px;
}

.navbar-mobile .dropdown-arrow:hover {
    background-color: rgba(52, 152, 219, 0.2);
}

.navbar-mobile .dropdown-arrow .fa-chevron-down {
    font-size: 12.8rem;
    transition: transform 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
}

.navbar-mobile .nav-link.has-dropdown.active .dropdown-arrow .fa-chevron-down {
    transform: rotate(180deg);
    color: var(--primary-color);
}

.navbar-mobile .submenu {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 5px;
    margin-top: 8px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-out;
    position: static;
    opacity: 1;
    visibility: visible;
}

.navbar-mobile .submenu.active {
    max-height: 500px;
}

.navbar-mobile .submenu-item {
    padding: 9.6px 24px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: block;
    font-size: 16rem;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-mobile .submenu-item:hover {
    color: var(--primary-color);
    background-color: rgba(52, 152, 219, 0.1);
    padding-left: 16px;
}

.navbar-brand .logo {
    height: 50px;
    width: auto;
}

.navbar-desktop,
.navbar-mobile {
    transition: transform 0.35s cubic-bezier(.4,0,.2,1), opacity 0.35s cubic-bezier(.4,0,.2,1);
    will-change: transform, opacity;
}
.navbar-desktop.hidden,
.navbar-mobile.hidden {
    transform: translateY(-101%);
    opacity: 0;
    pointer-events: none;
}
.navbar-desktop,
.navbar-mobile {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

/* RESPONSIVE DISPLAY */
@media (max-width: 1200px) {
    .navbar-desktop {
        display: none;
    }
    
    .navbar-mobile {
        display: block;
    }
}

@media (min-width: 1200px) {
    .navbar-desktop {
        display: block;
    }
    
    .navbar-mobile {
        display: none;
    }
}

/* ===================== KLINIKA NAVBAR & FOOTER ===================== */
.klinika-navbar-bg {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #3498db 100%);
}
.klinika-navbar-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.klinika-navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}
.klinika-navbar-icon {
    font-size: 36px;
    color: #3498db;
}
.klinika-navbar-title {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}
.klinika-nav-links-desktop {
    display: flex;
    gap: 32px;
}
.klinika-nav-link {
    color: #fff;
    font-weight: 600;
    transition: color 0.2s;
}
.klinika-nav-link:hover {
    color: #f39c12;
}

/* Mobile navbar */
.klinika-navbar-icon-mobile {
    font-size: 32px;
    color: var(--tertiary-color);
}
.klinika-navbar-title-mobile {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}
.klinika-navbar-toggler {
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
}
.klinika-nav-links-mobile {
    background: #1e3b72f7;
    padding: 24px 0;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 24px;
     margin-top: -7px;
}
.klinika-nav-link-mobile {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    transition: color 0.2s;
}
.klinika-nav-link-mobile:hover {
    color: #f39c12;
}

/* ===================== KLINIKA FOOTER ===================== */
.klinika-footer-bg {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #3498db 100%);
    color: #fff;
    padding: 40px 0 10px 0;
}
.klinika-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}
.klinika-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.klinika-footer-address {}
.klinika-footer-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
    color: #f39c12;
}
.klinika-footer-line {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.klinika-footer-icon {
    margin-right: 10px;
}
.klinika-footer-link {
    color: #fff;
    transition: color 0.2s;
}
.klinika-footer-link:hover {
    color: #f39c12;
}
.klinika-footer-link-underline {
    text-decoration: underline;
}
.klinika-footer-logo-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.klinika-footer-logo {}
.klinika-footer-logo-icon {
    font-size: 60px;
    color: #f39c12;
}
.klinika-footer-social {}
.klinika-footer-social-link {
    color: #fff;
    font-size: 32px;
    transition: color 0.2s;
}
.klinika-footer-social-link:hover {
    color: #f39c12;
}
.klinika-footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.2);
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    margin-top: 30px;
}

@media (max-width: 900px) {
    .klinika-footer-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .klinika-footer-links {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

@media (max-width: 768px) {
   
    .klinika-nav-links-desktop {
        flex-direction: column;
        gap: 16px;
    }
}

/* Swiper Nav  */

.swiper-controls-custom {
   display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background-color: white;
    border-radius: 8px;
    margin: 0 10px;
}

.swiper-pagination-progressbar,
.swiper-pagination-custom.swiper-pagination-progressbar {
    width: 100%;

    height: 8px !important;
    background: #eee;
    border-radius: 4px;
    /* margin: 0 12px !important; */
    display: block !important;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.swiper-pagination-progressbar-fill,
.swiper-pagination-custom .swiper-pagination-progressbar-fill {
    background: #8e0d00 !important;
    border-radius: 4px !important;
    height: 100% !important;
    width: 100% !important; 
    min-width: 10px !important;
    display: block !important;
    transform-origin: left center !important;
    transition: transform 0.3s, width 0.3s !important;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
     flex: 0 0 36px;
    width: 36px;
    height: 36px;
    background: var(--primary-color, #8e0d00);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    user-select: none;
}

.swiper-button-prev-custom i,
.swiper-button-next-custom i {
    font-size: 16rem;
       width: 100%;
    text-align: center;
    pointer-events: none;
    margin-top: 2px;
}
.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
    background: #fff;
    color: var(--primary-color, #8e0d00);
    border: 1px solid var(--primary-color, #8e0d00);
}

.swiper-button-prev-custom i:hover,
.swiper-button-next-custom i:hover {
    color: var(--primary-color, #8e0d00);
}



/* Hero Swiper Styles  */
.hero {
    height: 80vh;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.heroSwiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    display: flex;
    height: 100%;
}

.swiper-slide {
    position: relative;
    background: #000;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    /* position: absolute; */
    top: 0;
    left: 0;
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 20px;
    z-index: 10;
}



.swiper-pagination {
    position: absolute !important;
    bottom: 20px !important;
    left: 0 !important;
    width: 100% !important;
    text-align: center !important;
    z-index: 100 !important;
}

.swiper-pagination-bullet {
    display: inline-block !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
    margin: 0 5px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.swiper-pagination-bullet-active {
    background: white !important;
    transform: scale(1.2) !important;
}

.swiper-pagination-bullet:hover {
    background: rgba(255, 255, 255, 0.8) !important;
}

/* SCROLLBAR SWIPER */
.swiper-scrollbar {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 4px !important;
    background: rgba(255, 255, 255, 0.3) !important;
    z-index: 50 !important;
}

.swiper-scrollbar-drag {
    background: var(--primary-color) !important;
    height: 100% !important;
}

/* Responsive paginacja */
@media (max-width: 768px) {
    .swiper-pagination {
        bottom: 10px !important;
    }
    
    .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
        margin: 0 3px !important;
    }
}

/* Responsive */
@media (max-width: 768px) {
  
    

    
    .swiper-button-next,
    .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
        margin-top: -20px !important;
    }
    
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14rem !important;
    }
}


/* Swiper Preloader */
.swiper-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f6f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
    transition: opacity 0.3s ease;
}

.preloader-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #eee;
    border-radius: 50%;
    border-top-color: #8e0d00;
    animation: preloader-spin 1s linear infinite;
}



@keyframes preloader-spin {
    to {
        transform: rotate(360deg);
    }
}



/* Responsive preloader */
@media (max-width: 768px) {
    .preloader-spinner {
        width: 50px;
        height: 50px;
    }
}

.footer {
    background: #222;
    color: #fff;
    padding: 40px 0 10px 0;
    font-size: 14rem;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto 40px auto;
    padding: 0 40px;
    gap: 40px;
}

.footer-bottom {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #444;
    background-color: white;
    color: #222;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    justify-content: flex-end;
    font-size: 35rem;
}

.footer-social :hover  {
    color: #3b5998 ;
    transition: color 0.3s ease;
}

.footer-address {
    font-size: 14rem;
    color: white;
}

.footer-address-title {
    font-weight: bold;
    font-size: 20rem;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.footer-address-line {
    color: white;
    font-size: 12rem;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.footer-address-box {
    background-color: var(--primary-color);
    width: 20px;
    height: 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11rem;
    border-radius: 3px;
    margin-right: 10px;
}

.footer-address-box i {
margin-top: 2px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
   margin-bottom: 20px;
    gap: 20px;

    
}

.footer-link {
    color: white;
    text-decoration: none;
    transition: color 0.3s, text-decoration 0.3s; 
}

.footer-link:hover {
    color: var(--primary-color);
    text-decoration: underline;
}


/* Hero Content */
.hero-content {
    position: absolute;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7) ;
    border-radius: 10px;
    color: white;
    top: 50%;   
    left: 30%;
    transform: translate(-50%, -50%);
    padding: 20px;

}

.hero-text {
    max-width: 600px;
    padding: 16px;
}
.hero-title {
    font-size: 50rem;
    margin-bottom: 8px;
}
.hero-subtitle {
    font-size: 20rem;
    margin-bottom: 16px;
}

.button-hero {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    background-color: var(--primary-color);
    color: white;


  
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 16rem;
    line-height: 1.5;
    border-radius: 5.6px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.button-hero:hover {
   color: rgb(231, 231, 231);

}

.hero-button-text {
    margin-left: 10px;
}


/* =======================WELCOME========================== */

.welcome {
    padding: 40px 0;
    
}

.welcome-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.welcome-location {
    font-size: 16rem;
    color: var(--primary-color);
    font-family: 'Poppins-Bold';
}

.welcome-text {
    width: 50%;
    padding: 20px;
}

.welcome-title {
    font-size: 36rem;
    margin-bottom: 10px;
}

.welcome-description {
    font-size: 18rem;
    color: #666;
}

.welcome-image {
   width: 40%;
    padding: 20px;
}

.welcome-image img {
    aspect-ratio: 100/120;
    object-fit: cover;
}


/* =======================INFO========================== */

.info {
    background-color: #f6f3f3;
    padding: 40px 0;
}

.info-content {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    align-items: stretch;
    gap: 20px;
}

.info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
     width: 300px;
     background-color:rgb(251, 251, 251);
       transition: transform 0.3s cubic-bezier(.4,0,.2,1), box-shadow 0.3s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 10px 10px rgba(0,0,0,0.05);
}


.info-box:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(52, 73, 94, 0.15);
    z-index: 2;
}

.info-title i {
    transform: translateX(0);
    transition: color 0.3s ease, transform 0.3s cubic-bezier(.4,0,.2,1);
}


.info-box:hover .info-title,
.info-box:focus-within .info-title {
    color: var(--primary-color);
    transition: color 0.3s;
}

.info-box:hover .info-title i,
.info-box:focus-within .info-title i {
    color: var(--primary-color);
    transform: translateX(5px);
    transition: color 0.3s ease, transform 0.3s cubic-bezier(.4,0,.2,1);
}


.info-image {
    object-fit: cover;
    
}

.info-text {
    padding: 20px;
    
    width: 100%;
}

.info-title {
    font-size: 18rem;
    margin-bottom: 10px;
}

.info-description {
    font-size: 14rem;
    color: #666;
}

/* =======================NEWS========================== */


.news-section {
    background: #fafbfc;
    padding: 60px 0;
    overflow: hidden;
}
.news-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
   
}
.news-header {
    text-align: center;
    margin-bottom: 40px;
}
.news-title {
     font-size: 32rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.news-lead {
    color: #6c757d;
    font-size: 18rem
}
.news-slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.news-slide {
    display: flex;
    align-items: stretch;
    height: auto;
    background-color: transparent;
}

.news-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 24px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.news-card-body {
  display: grid;
     grid-template-rows: auto auto auto auto;
    gap: 12px;
    margin-top: 20px;
    
}
.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    width: 100%;
}
.news-date {
    color: #888;
    font-size: 16rem;
}
.news-badge {
    background: var(--primary-color, #007bff);
    color: #fff;
    border-radius: 8px;
    padding: 2px 10px;
    font-size: 14rem
}
.news-card-title {
    font-size: 20rem; 
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
    min-height: 2.4em;    
    max-height: 2.4em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.news-card-text {
    color: #6c757d;
    font-size: 16rem;
    margin-bottom: 0.5em;
    line-height: 1.4;
    min-height: 4.2em;    
    max-height: 4.2em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.news-author {
    color: #888;
    font-size: 16rem;
}
.news-btn {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 28px;
    border-radius: 24px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
    font-size: 16rem;
}
.news-btn:hover {
    background: var(--tertiary-color);
    color: #fff;
}
.news-btn i{
 margin-right: 10px;
}
.news-footer {
    text-align: center;
    margin-top: 25px;
}

/* Paginacja (kropki) */
.news-swiper-pagination.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    gap: 8px;
    position: static !important;
}
.news-swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    opacity: 0.4;
    border-radius: 50%;
    transition: opacity 0.2s, background 0.2s;
    margin: 0 4px;
}
.news-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-color);
}

/* .news-card-img {
    position: relative;
} */

/* Strzałki */
.news-swiper-button-prev,
.news-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    background: var(--primary-color);
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24rem;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s, color 0.2s;
}
.news-swiper-button-prev {
    left: 8px;
}
.news-swiper-button-next {
    right: 8px;
}
.news-swiper-button-prev::after,
.news-swiper-button-next::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.news-swiper-button-prev::after {
    content: "\f053"; /* FontAwesome strzałka w lewo */
}
.news-swiper-button-next::after {
    content: "\f054"; /* FontAwesome strzałka w prawo */
}
.news-swiper-button-prev:hover,
.news-swiper-button-next:hover {
    background: #fff;
    color: var(--primary-color);
}

/* Przycisk autoplay */
.swiper-autoplay-toggle {
    position: absolute;
    bottom: 16px;
    right: 50%;
    transform: translateX(50%);
    background: var(--primary-color);
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    font-size: 24rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s, color 0.2s;
    color: #fff;
}
.swiper-autoplay-toggle:hover {
    background: #fff;
    color: var(--primary-color);
}

.news-swiper-pagination .swiper-pagination-bullet {
 background-color: #bcbbbb !important;
}
.news-swiper-pagination .swiper-pagination-bullet-active {
   background-color:var(--primary-color) !important;
}

.news-card-img {
    width: 100%;
    height: 250px;         
    overflow: hidden;
    border-radius: 8px;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    display: block;
}


.news-card-link {
    width: 100%;
}





    /* =======================NEWS SUBPAGE========================== */
.news-single {
    max-width: 1000px;
    margin: 120px auto 40px auto;
    padding: 32px 20px 20px 20px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(52,73,94,0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: fadeIn 0.7s cubic-bezier(.4,0,.2,1);
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(40px);}
    to { opacity: 1; transform: none;}
}

.news-single__container {
 width: 100%;
}

.news-single__image {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
    margin-bottom: 28px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}
.news-single__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 14px;
}

.news-single__meta {
    width: 100%;
    display: flex;
    gap: 32px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 18px;
    color: #888;
    font-size: 16rem;
    letter-spacing: 0.01em;
}
.news-single__meta svg {
    vertical-align: middle;
    margin-right: 6px;
}
.news-single__date {
    display: flex;
    align-items: center;
    gap: 4px;
}
.news-single__author {
    display: flex;
    align-items: center;
    gap: 4px;
}

.news-single__title,
.news-single h1 {
    font-size: 32rem;
    font-weight: 700;
    margin: 0 0 24px 0;
    color: var(--primary-color, #007bff);
    text-align: left;
    width: 100%;
    line-height: 1.13;
    letter-spacing: -0.01em;
}

.news-single__content {
    width: 100%;
    color: #222;
    font-size: 14rem;
    line-height: 1.7;
    word-break: break-word;
    background: #f8f9fc;
    border-radius: 10px;
    padding: 24px 20px;
    box-sizing: border-box;
    box-shadow: 0 1.5px 4px rgba(40,60,90,0.03);
    margin-top: 24px;
 
}

.news-single__content p small,
.news-single p small {
    color: #888;
    font-size: 16rem;
}


.modal {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.modal-content {
    border-radius: 8px;
}

.modal-header {
        padding: 16rem;
}

.modal-body {
    padding: 16rem;
}

.modal-title {
font-size: 20rem;
}

.btn-close {
    font-size: 20rem;
}

.gal-text {
    font-size: 16rem;
}

.card-header {
    padding: 16px;
}


.news-gallery {
    border-radius: 8px;
    border: none;
    margin-top: 30px;
}

.card-header1 {
    padding: 16rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #e3e6f0;
 
}

.card-body {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #e3e6f0;
    border-top: none;
}


@media (max-width: 800px) {
    .news-single {
        padding: 16px 4vw 24px 4vw;
        margin: 110px 20px 40px 20px;
    }
    .news-single__title,
    .news-single h1 {
        font-size: 20rem;
    }
    .news-single__content {
        font-size: 15rem;
        padding: 14px 6px;
    }
}


.news_sub {
    margin-top: 20px;
  
}

.news_con {
    padding: 10px;
}

.news-single__content ul,
.news-single__content ol {
    list-style: initial;
    margin-left: 2em;
    margin-bottom: 1em;
    padding-left: 1.5em;
}
.news-single__content li {
    margin-bottom: 0.5em;
}


    /* ====================PRELOADER========================== */
    
    .img-preloader-spinner {
    border: 4px solid #eee;
    border-top: 4px solid var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: img-spin 1s linear infinite;
}
@keyframes img-spin {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}
.img-preloader-spinner-wrap {
    opacity: 1;
    transition: opacity 0.5s;
    width: 100%;
    height: 100%;
}

.img-preloader-box {
  height: 100%;
}


    /* ====================ANNOUNCEMENTS========================== */

    .latest-announcements {
    max-width: 1000px;
    margin: 20rem auto;
     margin-top: 50px;
}
.ann-title {
    color: var(--primary-color);
    margin-bottom: 15rem;
    font-size: 25rem;
}


.ann-link {
    display: block;
    background: #f4f6fb;
    border-radius: 8rem;
    margin-bottom: 12rem;
    padding: 11rem 13rem;
    box-shadow: 0 2rem 8rem rgba(60,60,100,0.06);
    color: #222;
    text-decoration: none;
    transition: box-shadow 0.2s, background 0.2s;
}
.ann-link:hover {
    box-shadow: 0 4rem 18rem rgba(60,60,100,0.13);
    background: #e8eaf6;
}
.ann-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ann-title-main {
    font-weight: bold;
    font-size: 10.8rem;
}
.ann-date {
    font-size: 9.3rem;
    color: #607d8b;
}
.ann-desc {
    margin-top: 5rem;
    color: #444;
    font-size: 9.9rem;
}
.ann-empty {
    background: #fffbe7;
    border: 1rem solid #ffe082;
    color: #bfa600;
    border-radius: 7rem;
    padding: 12rem;
    text-align: center;
}

.ann-date-btn {
    background: #e3e7fa;
    color: #1a237e;
    border: none;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 12rem;
    cursor: pointer;
    margin-left: 12rem;
    transition: background 0.2s, color 0.2s;
}
.ann-date-btn:hover {
    background: #c5cae9;
    color: #0d133d;
}

.ann-date-text {
    line-height: 1.5;
}

.ann-date-text i {
    margin-left: 5px;
}


  /* ====================SIDEBAR NAV========================== */




.sidebar-nav .nav {
    flex-direction: column;
    gap: 10px;
    font-size: 14rem !important;
}

.sidebar-nav .nav-link {
    color: var(--primary-color);
    font-weight: 500;
    padding: 10px;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
}

.sidebar-nav .nav-link:hover {
    background: #e2e6ea;
    color: var(--primary-color);
}

.sidebar-nav .nav-link.active {
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
}



.sidebar-nav .nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12rem;
}

/* .sidebar-nav .nav-link {
    display: block;
    color: var(--primary-color);
    font-weight: 500;
    padding: 12rem 18rem;
    border-radius: 4rem;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
    font-size: 16rem;
} */

.sidebar-nav .nav-link:hover {
    background: #e2e6ea;
    color: var(--primary-color);
}

.sidebar-nav .nav-link.active {
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
}

/* Submenu styles */
.sidebar-nav .submenu {
    list-style: none;
    margin: 8rem 0 0 18rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8rem;
}

.sidebar-nav .submenu-item {
    display: block;
    font-size: 15rem;
    color: var(--primary-color);
    padding: 8rem 16rem;
    border-radius: 4rem;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
    margin-left: 0;
}

.sidebar-nav .submenu-item:hover,
.sidebar-nav .submenu-item.active {
    background: #e2e6ea;
    color: var(--primary-color);
    font-weight: 600;
}

.submenu-item2 {
    margin-left: 20px !important;
    font-size: 14rem !important;
}

/* Main content */
.subpage-content {
    flex: 1;
    background: #fff;
    padding: 32rem 24rem;
    border-radius: 8rem;
    border: 1rem solid #e3e6f0;
    min-height: 400rem;
    box-sizing: border-box;
}

/* Responsive */
@media (max-width: 900px) {
    .subpage-container {
        flex-direction: column;
        gap: 20rem;
        padding: 0 12rem;
    }
    .subpage-sidebar,
    .subpage-content {
        width: 100%;
        min-height: unset;
        padding: 20rem 12rem;
    }
    .sidebar-nav .submenu {
        margin-left: 12rem;
    }
}




 /* ====================SUBPAGE ========================== */

/* Subpage layout without Bootstrap */
.subpage-container {
    display: flex;
    max-width: 1600px;
    margin: 40px auto;
    gap: 32px;
    margin-top: 50px;
    position: relative;
    font-size: 14rem;
}

.subpage-sidebar {
    width: 300px;
    background: #f8f9fc;
    padding: 32px 16px;
    border-radius: 8px;
    border: 1px solid #e3e6f0;
    height: fit-content;
    box-sizing: border-box;
    position: sticky;
    top: 100px;
    align-self: flex-start;
    overflow: auto;
    z-index: 2;
}


.subpage-title {
    font-size: 30rem;
    margin-bottom: 16rem;
    font-weight: 700;
    color: var(--primary-color);
}




.subpage-content {
    flex: 1;
    background: #fff;
    padding: 32px 24px;
    border-radius: 8px;
    border: 1px solid #e3e6f0;
    min-height: 400px;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    .subpage-container {
        flex-direction: column;
        gap: 20px;
        padding: 0 10px;
    }
    .subpage-sidebar,
    .subpage-content {
        width: 100%;
        min-height: unset;
        padding: 20px 10px;
    }
}


/* =================MODAL IMG====================== */

/* Minimalna wysokość modala */
.modal-content.bg-dark,
.modal-body.p-0 {
    height: 80vh;
}

/* Swiper na całą wysokość modala */
.modal-swiper {
    height: 80vh;
    position: relative;
   
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

/* Wrapper z paddingiem od góry na nawigację */
.modal-swiper .swiper-wrapper {
       flex: 1 1 auto;
  
    padding-top: 20px;
    height: 100%;
    min-height: 0;
}

.modal-swiper .swiper-slide {
   display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    min-height: 0;
    background: none;
}

.custom-slide-center {
    position: relative;
    overflow: hidden;
}

/* Obrazek nie większy niż modal */
.custom-slide-center img {
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    cursor: pointer;
    padding: 10px;
    opacity: 1;
}
.custom-slide-center img.zoomed {
    cursor: grab;
    z-index: 10;
}

/* Przycisk zamykania */
.close-modal-btn {
    background: none;
    border: none;
    font-size: 20rem;
    color: #8e0d00;
    cursor: pointer;
    line-height: 1;
    padding: 0 8px;
    transition: color 0.2s;
    order: 1;
}
.close-modal-btn:hover {
    color: #b71c1c;
}



/* =================Wazne Telefony====================== */

.content_phones {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}

.important_phones_box {
    background: #f6f3f3;
    padding: 20px;
    border: 1px solid #e3e6f0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;

}

.important_phones_title {
    
    font-size: 16rem;
    color: var(--primary-color);
    font-weight: 700;
}
.important-phones {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap;
}

/* =================Regulaminy====================== */

.regulations_content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.regulations_box {
    background: #f6f3f3;
    padding: 20px;
    border: 1px solid #e3e6f0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    transition: transform 0.3s cubic-bezier(.4,0,.2,1), box-shadow 0.3s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.regulations_box:hover {
    transform: scale(1.05) translateY(-6px);
    box-shadow: 0 8px 24px rgba(52, 73, 94, 0.15);
    z-index: 2;
}

.regulations_box i {
    font-size: 40rem;
    margin-bottom: 10px;
    transition: color 0.3s, transform 0.3s cubic-bezier(.4,0,.2,1);
}

.regulations_box:hover i {
    color: var(--primary-color);
    transform: rotate(-8deg) scale(1.15);
}

.regulations_title {
    font-size: 12rem;
    color: var(--primary-color);
    font-weight: 700;
    text-align: center;
    transition: color 0.3s;
}

.regulations_box:hover .regulations_title {
    color: var(--tertiary-color);
}


.regulations_date {
    font-size: 12rem;
    color: #666;
    margin-top: 6px;
    text-align: center;
}

.regulations_attachment i {
    font-size: 12rem;
}

.regulations_attachment span {
    font-size: 12rem;
    padding-right: 3px;
}

.attachment_content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;   
}

.attachment_attachment:hover {
    text-decoration: underline;
    color: var(--primary-color);
}

/* =================Remonty====================== */
  .renovation-category-list {
            list-style: none;
            padding: 0;
            margin-top: 20px;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        .renovation-category-list li {
            margin-bottom: 10px;
        }
        .renovation-category-link {
            display: block;
            padding: 10px 16px;
            background: #f8f8f8;
            border-radius: 6px;
            color: #8b1a16;
            font-weight: 500;
            text-decoration: none;
            transition: background 0.2s;
        }
        .renovation-category-link:hover {
            background: #ffe5e2;
        }

        
        .search-form {
            display: flex;
            align-items: center;
        }
        .renovation-work-list {
            list-style: none;
            padding: 0;
            margin-bottom: 24px;
        }
        .renovation-work-list li {
            background: #f3f3f3;
            border-radius: 6px;
            margin-bottom: 10px;
            padding: 10px 16px;
        }


         .renovation-work-list {
            list-style: none;
            padding: 0;
        }
        .renovation-work-list li {
            background: #f3f3f3;
            border-radius: 6px;
            margin-bottom: 12px;
            padding: 12px 18px;
        }
        .work-row {
            display: flex;
            flex-direction: column;
        }
        .work-label {
            color: #8b1a16;
            font-weight: 600;
            margin-right: 6px;
            font-size: 20rem;
        }

        .work-label2 {
            color: #8b1a16;
            font-weight: 600;
            margin-right: 6px;
            font-size: 16rem;
        }
        .work-value {
            color: #8b1a16;
            font-weight: 600;
            margin-right: 6px;
            font-size: 20rem;
        }

          .work-value2 {
            color: #333;
            font-weight: 400;
        }

        .work-details {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

        
        .form-control2 {
            height: 36px;
            font-size: 16rem;
        }

        .btn-primary2 {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
            color: #fff;
            font-size: 16rem;
            padding: 6px 12px;
            border-radius: 4px;
            cursor: pointer;
            transition: background-color 0.2s, border-color 0.2s;
            margin-top: 20px;
        }

        .btn-primary2:hover {
            background-color: var(--tertiary-color);
            border-color: var(--tertiary-color);

        }

/* ========================================
   MODERN DESIGN SECTIONS - KLINIKA STYLE
   ======================================== */

/* Modern Hero Section */
.hero-modern {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-gradient-bg {
    background-image:
        linear-gradient(135deg, rgba(30,60,114,0.85) 0%, rgba(52,152,219,0.65) 100%),
        url('/images/bg1.jpg');
     background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-gradient-bg2 {
    background-image:
        linear-gradient(135deg, rgba(30,60,114,0.85) 0%, rgba(52,152,219,0.65) 100%),
        url('/images/bg2.png');
        display: flex;
        justify-content: center;
}

.hero-gradient-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-content-modern {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: center;
    color: white;
}

.hero-main-title {
    font-size: 56rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle-modern {
    font-size: 30rem;
    font-weight: 300;
    margin-bottom: 30px;
    /* color: #f39c12; */
    color: var(--tertiary-color);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-description {
    font-size: 18rem;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.9;
}

.hero-description p {
    margin-bottom: 15px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-hero-primary,
.btn-hero-secondary {
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    border: 2px solid;
}

.btn-hero-primary {
    background: var(--tertiary-color);
    color: white;
    border-color: var(--tertiary-color);
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
    font-size: 12rem;
}

.btn-hero-primary:hover {
    background: var(--tertiary-color);
    border-color: var(--tertiary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}

.btn-hero-secondary {
    background: transparent;
    color: white;
    border-color: white;
      font-size: 12rem;
}

.btn-hero-secondary:hover {
    background: white;
    color: #2c3e50;
    transform: translateY(-2px);
}

.hero-image-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-building-icon {
    font-size: 128rem;
    color: rgba(255, 255, 255, 0.2);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}


/* Services Section */
.services-modern {
    padding: 80px 0;
    background: white;
}

.services-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.services-header {
    text-align: center;
    margin-bottom: 60px;
}

.services-title {
    font-size: 40rem;
    font-weight: bold;
    color: #2c3e50;
}

.service-main-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 50px;
    color: white;
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
}

.service-main-title {
    font-size: 35rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.service-description {
    font-size: 16rem;
    line-height: 1.7;
    margin-bottom: 40px;
    opacity: 0.95;
}

.service-description p {
    margin-bottom: 20px;
}

.service-details h4 {
    font-size: 24rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: #f39c12;
}

.service-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.service-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.service-item h5 {
    font-size: 20rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #f39c12;
}

.service-item p {
    font-size: 16rem;
    line-height: 1.5;
    opacity: 0.9;
}

.service-contact-info {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.service-contact-info h4 {
    font-size: 24rem;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Technology Section */
.technology-modern {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.technology-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.technology-header {
    text-align: center;
    margin-bottom: 60px;
}

.technology-title {
    font-size: 40rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
}

.technology-subtitle {
    font-size: 16rem;
    font-weight: 300;
    color: #666;
}

.technology-description {
    font-size: 16rem;
    line-height: 1.7;
    margin-bottom: 50px;
    text-align: center;
    color: #555;
}

.technology-description p {
    margin-bottom: 15px;
}

.technology-features {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.tech-feature {
    background: white;
    padding: 40rem;
    border-radius: 15rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #3498db;
}

.tech-icon {
    font-size: 30rem;
    color: #3498db;
    margin-bottom: 20rem;
}

.tech-feature h4 {
    font-size: 20rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20rem;
}

.tech-feature p {
    font-size: 14rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15rem;
}

.system-applications {
    margin-top: 20rem;
    padding: 20rem;
    background: #f8f9fa;
    border-radius: 12rem;
}

.system-applications h5 {
    font-size: 12rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15rem;
}

.system-applications ul {
    list-style: none;
    padding: 0;
}

.system-applications li {
    padding: 8rem 0;
    padding-left: 25rem;
    position: relative;
    color: #555;
}

.system-applications li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
}

/* Contact Modern Section */
.contact-modern {
    padding: 50rem 0;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #3498db 100%);
    color: white;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-header {
    text-align: center;
    margin-bottom: 60rem;
}

.contact-title {
    font-size: 25rem;
    font-weight: bold;
    color: white;
}

.contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30rem;
    margin-bottom: 50rem;
}

.contact-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 30rem;
    border-radius: 15rem;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.contact-card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20rem;
}

.contact-card-header i {
    font-size: 25rem;
    color: #f39c12;
    margin-bottom: 12rem;
}

.contact-card-header h3 {
    font-size: 20rem;
    font-weight: 600;
    color: white;
}

.contact-info {
    font-size: 15rem;
    line-height: 1.6;
}

.contact-phone,
.contact-email {
    color: #f39c12;
    text-decoration: none;
    font-weight: 500;
}

.contact-phone:hover,
.contact-email:hover {
    color: #e67e22;
    text-decoration: underline;
}

.contact-address,
.contact-street,
.contact-hours {
    margin: 5rem 0;
    color: rgba(255, 255, 255, 0.9);
}

.contact-social {
    text-align: center;
    margin-bottom: 40rem;
}

.social-link {
    display: inline-block;
    width: 50rem;
    height: 50rem;
    background: #3498db;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #f39c12;
    transform: translateY(-3px);
}

.contact-footer {
    text-align: center;
    padding-top: 30rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14rem;
    color: rgba(255, 255, 255, 0.7);
}

.artwind-link {
    text-decoration: none;
}

.artwind-link:hover {
    text-decoration: underline;
}




.features-simple {
    max-width: 1300px;
    margin: 40px auto;
    padding: 0 50px;
}
.features-simple-title {
    text-align: center;
    font-size: 28rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 32px;
}
.features-simple-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}
.feature-simple {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(52,152,219,0.10);
    padding: 28px 20px 20px 20px;
   width: 220px;

    flex: 1 1 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
}
.feature-simple:hover {
    box-shadow: 0 6px 24px rgba(52,152,219,0.16);
    transform: translateY(-2px) scale(1.03);
}
.feature-simple-icon {
    font-size: 36rem;
    color: var(--primary-color);
    margin-bottom: 12px;
}
.feature-simple-title {
    font-size: 20rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--dark-gray);
}
.feature-simple-desc {
    font-size: 15rem;
    color: var(--text-color);
}
@media (max-width: 900px) {
    .features-simple-list {
        flex-direction: column;
        gap: 18px;
        align-items: center;
    }
    .feature-simple {
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }
}
/* === Nowoczesny styl sekcji usług === */
.services-grid-simple {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px;
}
.service-simple-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(52,152,219,0.10), 0 1.5px 6px rgba(44,62,80,0.07);
    padding: 32px 28px 28px 28px;
    min-width: 260px;
    max-width: 340px;
    flex: 1 1 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s, transform 0.2s;
    text-align: center;
    font-size: 16rem;
}
.service-simple-card:hover {
    box-shadow: 0 8px 32px rgba(52,152,219,0.18), 0 3px 12px rgba(44,62,80,0.10);
    transform: translateY(-4px) scale(1.03);
}
.service-icon-modern {
    font-size: 44rem;
    color: var(--primary-color);
    margin-bottom: 18px;
}
.service-simple-card h3 {
    font-size: 22rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--dark-gray);
}
.service-list-modern {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: center;
}
.service-list-modern li {
    background: var(--light-gray);
    color: var(--primary-color);
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 15rem;
    font-weight: 500;
}
.service-contact-modern {
    margin-top: 10px;
    font-size: 15rem;
    color: var(--text-color);
}
.service-contact-modern a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.2s;
}
.service-contact-modern a:hover {
    color: var(--accent-color);
}
@media (max-width: 900px) {
    .services-grid-simple {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .service-simple-card {
        max-width: 95vw;
    }
}


/* === Static Background Section === */
.static-bg-section {
    background-image: url('/images/bg.jpg');
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.static-bg-content {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    z-index: 2;
    background: rgba(0,0,0,0.25);
    border-radius: 12px;
    /* backdrop-filter: blur(2px); */
}
.static-bg-content h2 {
    font-size: 32rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.static-bg-content p {
    font-size: 18rem;
    font-weight: 400;
}
@media (max-width: 900px) {
    .static-bg-section { height: 180px; }
    .static-bg-content h2 { font-size: 20rem; }
    .static-bg-content p { font-size: 13rem; }
}

/* === Counters Section === */
.counters-section {
    background: #e3ecfa ;
    padding: 36px 50px;
    display: flex;
    justify-content: center;
}
.counters-container {
    display: flex;
    gap: 48px;
    justify-content: center;
    max-width: 1100px;
    width: 100%;
}
.counter-box {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(52,152,219,0.07);
    padding: 28px 32px 18px 32px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.counter {
    font-size: 38rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
    transition: color 0.2s;
}
.counter-label {
    font-size: 18rem;
    color: var(--dark-gray);
    font-weight: 500;
}

/* === Nowoczesna sekcja usług - services-showcase === */
.services-showcase {
    max-width: 1200px;
    margin: 60px auto 40px auto;
    padding: 0 20px;
}
.services-showcase-title {
    text-align: center;
    font-size: 30rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 38px;
}
.services-showcase-main {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.service-main-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 32px rgba(52,152,219,0.13);
    padding: 38px 32px 32px 32px;
    max-width: 40%;
    flex: 1 1 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #e3ecfa 0%, #f8fbfd 100%);
}
.service-main-icon {
    font-size: 54rem;
    color: var(--primary-color);
    margin-bottom: 18px;
}
.service-main-title {
    font-size: 24rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--dark-gray);
}
.service-main-desc {
    font-size: 16rem;
    color: var(--text-color);
    margin-bottom: 18px;
}
.service-main-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: center;
}
.service-main-list li {
    background: white;
    color: var(--primary-color);
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 15rem;
    font-weight: 500;
}
.service-main-contact {
    margin-top: 10px;
    font-size: 15rem;
    color: var(--text-color);
}
.service-main-contact a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.2s;
}
.service-main-contact a:hover {
    color: var(--accent-color);
}
.service-side-cards {
    display: flex;
    flex-direction: column;
    gap: 22px;
    flex: 1 1 220px;
    max-width: 400px;
    justify-content: center;
}
.service-side-card {
    background: #f8fbfd;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(52,152,219,0.07);
    padding: 24px 20px 18px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
}
.service-side-card:hover {
    box-shadow: 0 6px 18px rgba(52,152,219,0.13);
    transform: translateY(-2px) scale(1.03);
}
.service-side-icon {
    font-size: 32rem;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.service-side-card h4 {
    font-size: 17rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--dark-gray);
}
.service-side-card p {
    font-size: 15rem;
    color: var(--text-color);
}
@media (max-width: 900px) {
    .services-showcase-main {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .service-main-card, .service-side-cards {
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }
    .service-side-cards {
        flex-direction: row;
        gap: 16px;
        justify-content: center;
    }
    .service-side-card {
        min-width: 0;
        flex: 1 1 120px;
    }
}


/* ======================MAP======================= */

.map {
    border:0; margin-bottom: 20px; border-radius: 15rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}


/* === Kontakt  === */
.contact-section {
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-section-title {
    font-size: 32px;
    color: var(--primary-color);
    font-family: 'Poppins-Bold', 'Nunito', Arial, sans-serif;
    margin-bottom: 32px;
    letter-spacing: 1px;
    text-align: center;
}
.contact-section-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
    margin-bottom: 32px;
    width: 100%;
}
.contact-section-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(48,86,155,0.08);
    padding: 24px 18px 18px 18px;
    min-width: 180px;
    max-width: 220px;
    flex: 1 1 180px;
    text-align: center;
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s, transform 0.2s;
}
.contact-section-card:hover {
    box-shadow: 0 6px 24px rgba(48,86,155,0.13);
    transform: translateY(-2px) scale(1.03);
}
.contact-section-card-icon {
    font-size: 32px;
    color: var(--primary-color);
    background: #eaf1fb;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    box-shadow: 0 2px 8px rgba(30,60,114,0.08);
}
.contact-section-card-label {
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 6px;
}
.contact-section-card-value {
    font-size: 15px;
    color: var(--text-color);
    font-weight: 400;
    word-break: break-word;
}
.contact-section-card-value a {
    color: var(--primary-color);
    text-decoration: underline;
    transition: color 0.2s;
}
.contact-section-card-value a:hover {
    color: var(--accent-color);
}
.contact-section-map {
    width: 100%;
    margin-top: 18px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(30,60,114,0.10);
}
.contact-section-map iframe {
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 12px;
    display: block;
}
@media (max-width: 900px) {
    .contact-section-cards {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
    .contact-section-card {
        max-width: 95vw;
    }
    .contact-section {
        padding: 20px 4vw 18px 4vw;
    }
}
/* === TECHNOLOGIA - NOWY WYGLĄD === */

.technology-modern-upgraded {
    padding: 0 50px;
    margin: 0;
    margin-bottom: 50px;
}

.technology-upgraded-header {
    text-align: center;
    margin-bottom: 36px;
}
.technology-upgraded-icon {
    font-size: 54px;
    color: var(--primary-color);
    background: #f4f8ff;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px auto;
    box-shadow: 0 4px 18px rgba(30,60,114,0.10);
}
.technology-upgraded-title {
    font-size: 32px;
    font-family: 'Poppins-Bold', 'Nunito', Arial, sans-serif;
    color: var(--primary-color);
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-shadow: none;
}
.technology-upgraded-subtitle {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
.technology-upgraded-content {

    margin: 0 auto;

}
.technology-upgraded-description {
    text-align: center;
    color: var(--text-color);
    font-size: 18px;
    margin-bottom: 38px;
    font-weight: 400;
}
.technology-upgraded-features {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.tech-upgraded-card {
    background: #f8fbfd;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(48,86,155,0.08);
    padding: 28px 20px 22px 20px;
    min-width: 240px;
    max-width: 340px;
    flex: 1 1 240px;
    text-align: center;
    color: var(--text-color);

    transition: box-shadow 0.2s, transform 0.2s;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tech-upgraded-card:hover {
    box-shadow: 0 6px 24px rgba(48,86,155,0.13);
    transform: translateY(-2px) scale(1.03);
}
.tech-upgraded-icon {
    font-size: 38px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px auto;
    background: #eaf1fb;
    box-shadow: 0 2px 8px rgba(30,60,114,0.08);
}
.tech-upgraded-icon-blue {
    color: var(--primary-color);
    background: #eaf1fb;
}
.tech-upgraded-icon-green {
    color: green;
    background: #eaf1fb;
}
.tech-upgraded-icon-gold {
    color: #f39c12;
    background: #fff8e1;
}
.tech-upgraded-icon-red {
    color: var(--accent-color);
    background: #fff0f0;
}
.tech-upgraded-card h3 {
    font-size: 22px;
    font-family: 'Poppins-Bold', 'Nunito', Arial, sans-serif;
    color: var(--primary-color);
    margin-bottom: 10px;
    margin-top: 0;
}
.tech-upgraded-card p {
    font-size: 15rem;
    color: var(--text-color);
    margin-bottom: 0;
    font-weight: 400;
}
@media (max-width: 900px) {
    .technology-upgraded-features {
        flex-direction: column;
        gap: 18px;
        align-items: center;
    }
    .tech-upgraded-card {
        max-width: 95vw;
    }
}