/* 
    Document   : style
    Created on : 2028-05-15, 08:07:1598
    Author     : Grzegorz
    Description:
        Purpose of the stylesheet follows.
*/
@font-face {
    font-family: Oswald-Regular;
    src: url(www/font/Oswald-Regular.ttf);
    /* EOT file for IE */
}

@font-face {
    font-family: Oswald-Light;
    src: url(www/font/Oswald-Light.ttf);
    /* EOT file for IE */
}

body,
p,
ul {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Arial Narrow', sans-serif;
    line-height: 1.6;
    color: #333;
    position: relative;
    /* Account for fixed header */
}


header {
    width: 100%;
    background-color: #00a5dc;
    height: auto;
    margin-bottom: -4px;
    min-height: 50px;
    position: relative;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}


header a {
    color: #fff;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
}

a {
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
}

a:hover {
    opacity: 0.8;
}

li,
div,
h3 {
    background-repeat: no-repeat;
}

li {
    list-style: none;
}

span ul li {
    list-style: none;
}

.l,
.r,
.r2 {
    float: none;
}

header .s.pw {
    max-width: 1240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    min-height: 86px;
    gap: 16px;
    box-sizing: border-box;
}

.menu.r {
    margin-left: auto;
}

.r2 {
    background-color: #fff;
    margin: 5px 0;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    line-height: 30px;
    flex: 0 0 auto;

}

.r2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.r2 ul li {
    padding: 0 5px;
    line-height: normal;
    color: #014b69;
    display: flex;
    align-items: center;
    justify-content: center;
}

.r2 a {
    color: #014b69;
    /* Dark blue links */
    opacity: 1;
    transition: color 0.3s ease;
}

.r2 a:hover {
    color: #00a5dc;
    /* Lighter blue on hover */
}

.pw {
    max-width: 960px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

.s {
    margin: 0 auto;
}

.container {
    padding: 64px 0;
}

.logo {
    background-image: url(www/img/logo.png);
    background-position: left center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.logo a {
    display: block;
    width: 375px;
    height: 50px;
    /* Adjusted for narrower header */
    background-size: contain;
    /* Ensure logo fits */
    max-width: 100%;
}
.logo span {
    display: block;
    padding-top: 5pt;
    color: whitesmoke;
}

.menu {
    /*font-family: Oswald-Regular;*/

}

.menu ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.menu li {
    margin-left: 10px;
    padding-left: 30px;
    background-position: left center;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: transform 0.2s ease;
}

.menu li:hover {
    transform: translateY(-2px);
}

.menu1 {
    background-image: url(www/img/icon_spolkiwodne.png);
}

.menu2 {
    background-image: url(www/img/icon_onas.png);
}

.menu3 {
    background-image: url(www/img/icon_kontakt.png);
}

.spot {
    color: #fff;
    width: 100%;
    text-shadow: 5px -1px 2px rgba(50, 50, 50, 1);
}

.spot .spo {
    width: 100%;
    height: 366px;
}

.spot_1 {
    position: relative;
    background-image: url(www/img/lato2.jpg);
}

.spot_1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.spot .spo div {
    position: relative;
    width: 100%;
    max-width: 500px;
    padding-top: 130px;
    margin-left: auto;
    margin-right: 20px;
    font-family: Oswald-Light;
    font-size: 33px;
    text-align: right;
    box-sizing: border-box;
}

.spot ul {
    display: block;
}

.spot li:first-child {

    font-size: 36px;


}

#onspot {
    width: 100%;
    max-width: 980px;
    margin-top: 2px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-top: 35px;
    box-sizing: border-box;
    font-family: 'Arial Narrow', sans-serif;
}

h3 {
    font-size: 24px;
    color: #076186;
    /*font-family: Oswald-Light;*/
    background-image: url(www/img/icon_h3.jpg);
    background-position: left center;
    padding-left: 20px;
    border-bottom: 2px solid #076186;
    margin-bottom: 0px;
    background-color: #fff;
}

.cechy ul {
    background-color: #f1f4f9;
    width: 100%;
    padding: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    box-sizing: border-box;
}

.cechy li {
    margin: 0;
    width: auto;
    min-width: 0;
    text-align: center;
    /*font-family: Oswald-Regular;*/
    color: #004a69;
    background-color: #fff;
    min-height: 180px;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.clear {
    clear: both;
}

.cechy li p:first-child {
    font-size: 24px;
    margin-top: 10px;
}

.cechy li p:last-child {
    margin: 4px 16px;
    font-family: arial;
}

.c0 {
    background-color: transparent !important;
}

.c1 {
    color: #0099cc;
}

.c2 {
    color: #5ca9d6;
}

.c3 {
    color: #237dac;
}

.c4 {
    color: #2391ac;
}

.c5 {
    color: #01415b;
}

.c6 {
    color: #00b6dd;
}

.c7 {
    color: #0099cc;
}

.fun {
    margin-top: 60px;
}

.fun li {
    background-color: #f1f4f9;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(0, 2fr);
    gap: 24px;
    padding: 10px;
    align-items: center;
}

.fun span {
    display: inline-table;

    padding-bottom: 20px;
}

.fun li span:first-child {
    color: #014b69;
    font-size: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: auto;
    /*font-family: Oswald-Regular;*/
}

.fun li span:last-child {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #014b69;
    /*font-family: Oswald-Light;*/
}

footer a {
    color: #fff;
    font-weight: bold;
}

footer {
    margin-top: 60px;
    background-color: #00a5dc;
    min-height: 60px;
    height: auto;
    color: #fff;
    line-height: 1.5;
    padding: 30px 0;
}

footer .pw.s {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

footer li {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 14px;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

footer li:hover {
    opacity: 1;
}

.kont input[type="text"],
.kont input[type="email"],
.kont textarea {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    /* Let container control width */
    margin: 10px 0;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    transition: border-color 0.3s ease;
}

.kont input[type="text"]:focus,
.kont input[type="email"]:focus,
.kont textarea:focus {
    border-color: #00a5dc;
    outline: none;
}

textarea {
    height: 180px !important;
}

.kont,
.polityka {
    background-color: #f1f4f9;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    /* Add gap between columns */
}

.kont h3 {
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
}

.kont input[type="submit"] {
    border: 0px;
    border-radius: 4px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background-color: #00a5dc;
    color: #fff;
    /*font-family: Oswald-Regular;*/
    font-size: 22px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.kont input[type="submit"]:hover {
    background-color: #008cb9;
    transform: scale(1.05);
}

.jez {
    width: 100%;
    max-width: 450px;
    margin: 0;
    /* Remove margins, use gap */
    padding: 30px;
    flex: 1 1 350px;
    /* Slightly larger base */
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.jez p {
    font-size: 12px;
    text-align: justify;
    width: 100%;
    margin: 10px 0px;
    color: #014b69;
}

.k_email {
    background-image: url(www/img/icon_email.png);
}

.k_fejs {
    background-image: url(www/img/icon_fejs.png);
}

.k_tel {
    background-image: url(www/img/icon_tel.png);
}

.jez li {
    padding-left: 38px;
    line-height: 48px;
    /*font-family: Oswald-Regular;*/
    color: #237dac;
    background-position: left center;
    font-size: 22px;

}

.jez li a {
    color: #237dac;
}

.onas {
    min-height: 400px;
}

.polityka div,
.regulamin div,
.onas div,
.jakzalozyc {
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin: 20px auto;
    max-width: 960px;
    box-sizing: border-box;
}


.polityka p,
.regulamin p,
.onas p
{
    line-height: 1.8;
    margin-bottom: 15px;
    color: #444;
}


.polityka h1,
.regulamin h1,
.onas h1 {
    /*font-family: Oswald-Regular;*/
    color: #00a5dc;
    margin-bottom: 20px;
}

.polityka h4,
.regulamin h4,
.onas h4 {
    /*font-family: Oswald-Light;*/
    color: #014b69;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 20px;
}




.my div {
    background-color: #00a5dd;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
}

.my ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 32px;
    padding: 0;
    margin: 0;
}

.my li {
    display: flex;
    align-items: center;
    margin: 0;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 57px;
    line-height: 1.4;
    font-size: 18px;
    /*font-family: Oswald-Regular;*/
    padding-left: 62px;
    background-image: url(www/img/my.png);
    background-repeat: no-repeat;
    background-position: left center;
    box-sizing: border-box;
}

ol li {
    list-style: decimal;
}

.regulamin h3 {
    background: none;
}

.regulamin p {
    margin: 15px 0;
}



.login {
    font-size: 12px;

    width: 960px;
    margin: 0px auto 15px auto;
}

.login a {
    padding: 4px 6px;
    font-weight: bold;
    color: #fff;
}

.login a:first-child {
    background-color: #910000;
}

.login a:last-child {
    background-color: #5d8eae;
}

#bbpress-forums,
.login {
    padding: 0 20px;
}

#www-demo {
    width: 100%;
    height: 80px;
    text-align: center;
    background-color: #910000;
    position: relative;

}

#www-demo a {
    color: #fff;
    font-size: 40px;
    line-height: 80px;

}

#www-demo-ajax {

    position: absolute;
    bottom: 100px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    width: 300px;
    text-align: left;
    border: 1px solid #1d0013;

}

#www-demo-ajax a {
    font-size: 15px;
    line-height: 15px;
    color: gray;
}

.content-page {
    padding: 48px 0 0;
    background: #f1f4f9;
}

.content-page__panel {
    margin-top: 0;
    margin-bottom: 0;
}

.content-page__panel > div {
    margin-top: 0;
    margin-bottom: 0;
}

.contact-layout {
    align-items: stretch;
    padding-top: 32px;
}

.contact-layout .jez {
    margin: 0;
}

.content-page ol,
.content-page ul {
    padding-left: 1.5rem;
}

.content-page ol li,
.content-page ul li {
    list-style-position: outside;
}

.home-page .home-benefits,
.home-page .home-reasons,
.home-page .home-features {
    margin-top: 56px;
}

.home-page .home-demo {
    max-width: 960px;
    margin: 0 auto;
}

.home-page .spot_1 {
    background-position: center;
    background-size: cover;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.spot,
.cechy,
.my,
.fun,
.kont,
.polityka,
.regulamin,
.onas {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
}

.cechy li,
.my li,
.fun li {
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
    /* Stagger effect */
}

/* Hamburger Styles */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 101;
    margin-right: 20px;
    /* Spacing from edge */
}

.hamburger span {
    width: 30px;
    height: 3px;
    background: #00a5dc;
    /* Match theme color */
    border-radius: 10px;
    transition: all 0.3s linear;
    position: relative;
    transform-origin: 1px;
}

.hamburger.active span:first-child {
    transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
}

/* Media Queries */
@media (max-width: 1024px) {
    .cechy ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .spot .spo div {
        margin-right: 32px;
    }

    .fun li {
        grid-template-columns: minmax(180px, .8fr) minmax(0, 1.2fr);
    }
}

@media (max-width: 768px) {
    .hamburger {
        display: flex;
        background-color: white;
    }

    header .s.pw {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 4pt 16px 10px;
        position: relative;
    }

    .logo {
        margin-bottom: 10px;
        background-position: center;
        background-size: 100% auto;
        flex: 1 1 0;
        min-width: 0;
        max-width: 374px;
    }

    .logo a {
        width: 100%;
    }

    .menu {
        width: 100%;
        /* Full width for dropdown */
        order: 3;
        text-align: left;

        /* Ensure it drops below logo and hamburger */
    }

    .menu.r {
        margin-left: 0;
    }
    #www-tel {
        font-size: 16pt;
    }
    .headmail {
        font-size: 18pt;
    }
    .menu a {
        color: #014b69;
    }

    .menu ul.to-hide {
        display: none;
        /* Hidden by default */
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        padding-left: 5pt;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        border-top: 1px solid #eee;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .menu ul.open {
        display: flex;
    }

    .menu li {
        margin: 1px;
        padding-left: 23pt;
        min-height: 44px;
        line-height: normal;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .menu ul.to-hide a {
        display: flex;
        align-items: center;
        min-height: 44px;
    }

    .r2 {
        width: 100%;
        padding: 0;
        order: 2;
    }

    .r2 ul {
        justify-content: center;
        flex-direction: column;
    }

    .r2 ul li {
        /* padding: 5px; */
    }
}

@media (max-width: 767px) {
    body {
        /*padding-top: 110px;*/
        /* Reset padding as menu is now hidden */
    }

    .pw {
        padding-top: 4pt;
        padding-bottom: 4pt;
        padding-left: 16px;
        padding-right: 16px;
    }

    .container {
        padding: 32px 0;
    }

    .spot.pw.s {
        padding: 0;
    }
    .spot .spo {
        height: 250px;
    }

    .spot .spo div {
        text-align: center;
        padding-top: 40px;
        font-size: 24px;
        margin-right: auto;
    }

    .spot_1 {
        background-position: center;
        background-size: cover;

    }

    .cechy ul,
    .my ul {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .cechy li,
    .my li {
        width: auto;
        margin: 0;
    }

    .my li {
        padding-left: 50px;
        min-height: auto;
        background-size: 40px;
    }
    .fun{
        margin-top: 0;
    }

    .fun li {
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: left;
    }

    .fun li span:first-child,
    .fun li span:last-child {
        padding: 0;
        text-align: left;
    }

    .fun li span:first-child {
        width: auto;
        padding: 0;
    }

    .fun li span:last-child {
        width: auto;
        padding: 0;
    }

    #www-demo {
        height: auto;
        min-height: 64px;
    }

    #www-demo a {
        display: block;
        font-size: 28px;
        line-height: 64px;
    }

    footer {
        margin-top: 5pt;
    }

    footer ul {
        flex-direction: column;
        align-items: center;
    }

    footer li.l:nth-child(odd) {
        display: none;
        /* Hide separators on mobile vertical stack */
    }

    .content-page {
        padding-top: 24px;
    }

    .content-page__panel > div {
        padding: 24px 20px;
    }

    .contact-layout .jez {
        flex-basis: 100%;
    }
}
.jakzalozyc p {
    line-height: revert;
    margin: 0;
}
.jakzalozyc ol {
    line-height: revert;
    margin: 0;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }
}
