/* 
    Document   : style
    Created on : 2028-05-15, 08:07:15
    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 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px;
    box-sizing: border-box;
}

.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;

}

.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%;
    box-sizing: border-box;
}

.s {
    margin: 0 auto;
}

.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-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.cechy li {
    margin: 10px;
    width: 30%;
    min-width: 280px;
    text-align: center;
    /*font-family: Oswald-Regular;*/
    color: #004a69;
    background-color: #fff;
    min-height: 130px;
    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: flex;
    flex-wrap: wrap;
    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: 300px;
    /*font-family: Oswald-Regular;*/
    flex: 1 1 300px;
}

.fun li span:last-child {
    width: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #014b69;
    /*font-family: Oswald-Light;*/
    flex: 2 1 300px;
}

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"],
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,
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 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: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.my li {
    display: flex;
    align-items: center;
    margin: 10px;
    width: 45%;
    min-width: 300px;
    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;
}

/* 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: 768px) {
    body {
        /*padding-top: 110px;*/
        /* Reset padding as menu is now hidden */
    }

    .hamburger {
        display: flex;
        background-color: white;
    }

    .pw {
        padding: 4pt;
    }

    .spot.pw.s {
        padding: 0;
    }
    .spot .spo {
        height: 250px;
    }
    header .s.pw {
        flex-direction: row;
        /* Keep logo and hamburger in a row */
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 10px;
        position: relative;
    }

    .logo {
        margin-bottom: 10px;
        background-position: center;
    }

    .menu {
        width: 100%;
        /* Full width for dropdown */
        order: 3;
        text-align: left;

        /* Ensure it drops below logo and hamburger */
    }
    #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;
    }

    .menu ul.open {
        display: flex;
    }

    .menu li {
        margin: 1px;
        padding-left: 23pt;
        line-height: 24t;
        text-align: left;
    }

    .r2 {
        width: 100%;
        padding: 0;
    }

    .r2 ul {
        justify-content: center;
        flex-direction: column;
    }

    .r2 ul li {
        /* padding: 5px; */
    }

    .spot .spo div {
        text-align: center;
        padding-top: 40px;
        font-size: 24px;
        margin-right: auto;
    }

    .spot_1 {
        background-position: center;
        background-size: cover;

    }

    .cechy li {
        width: 100%;
        margin: 10px 0;
    }

    .my li {
        width: 100%;
        margin: 10px 0;
        padding-left: 50px;
        min-height: auto;
        background-size: 40px;
    }
    .fun{
        margin-top: 0;
    }

    .fun li {
        flex-direction: column;
        text-align: center;
    }

    .fun li span:first-child {
        width: 100%;
        text-align: center;
        flex: auto;
        padding: 0;
    }

    .fun li span:last-child {
        width: 100%;
        text-align: center;
        flex: auto;
    }

    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 */
    }
}
.jakzalozyc p {
    line-height: revert;
    margin: 0;
}
.jakzalozyc ol {
    line-height: revert;
    margin: 0;
}
