/* Pozycjonowanie */
body {
    font-family: 'Work Sans', sans-serif;
    line-height: 120%;
    font-weight: 400;
    color: #003666;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1156px;
}

.text-center {
    text-align: center;
}

.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Stylowanie elementów głównych */
header {
    border-top: 23px solid #003666;
    padding-bottom: 11px;
    border-bottom: 3px solid #85D2FC;
}

header .header-main {
    padding: 30px 0;
}

p, h1, h2, h3, h4, h5, h6, ul {
    margin: 0;
    padding: 0;
}

p {
    line-height: 120%;
    font-weight: 400;
}

.btn {
    transition: .4s all;
}

.btn:hover {
    background-color: #003666 !important;
}

body {
    overflow-x: hidden;
}

.page:not(.home) main {
    padding: 75px 0;
}

.page:not(.home) .page-content {
    padding-top: 30px;
}

.page:not(.home) h1, .page:not(.home) h2, .page:not(.home) h3, .page:not(.home) h4, .page:not(.home) h5, .page:not(.home) h6 {
    line-height: 120%;
}

.page:not(.home) .page-content a {
    color: #003666;
}

/* Stylowanie treści */
.header-bottom-bar {
    font-family: 'Montserrat', sans-serif;
    background-color: #85D2FC;
    font-size: 32px;
    color: white;
    font-weight: 500;
    padding: 10px 0;
}

.header-bottom-bar ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 51px;
}

.header-bottom-bar ul p {
    font-weight: 500;
}

.header-bottom-bar a {
    font-weight: 700;
    color: #003666;
    text-decoration: none;
}

.sekcja-hero {
    padding-top: 48px;
    padding-bottom: 73px;
}

.sekcja-hero h1 {
    font-size: 80px;
    font-weight: 600;
    line-height: 100%;
    text-shadow: 3px 2px 0px #000000;
    color: #2498D6;
    padding-left: 78px;
    position: relative;
    z-index: 1;
    margin-bottom: 42px;
}

.sekcja-hero .hero-image {
    padding-top: 60px;
}

.sekcja-hero .hero-text p {
    font-size: 16px;
    margin-bottom: 14px;
    max-width: 332px;
}

.sekcja-hero .hero-text p:last-child {
    margin-bottom: 0;
}

.sekcja-hero .hero-list ul {
    list-style: none;
    font-size: 16px;
    padding-top: 202px;
    max-width: 262px;
    padding-left: 67px;
}

.sekcja-hero .hero-list ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
}

.sekcja-hero .hero-list ul li:last-child {
    margin-bottom: 0;
}

.sekcja-hero .hero-list ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #2498D6;
}

.sekcja-kursy .kurs-item {
    padding-top: 64px;
    padding-bottom: 43px;
}

.sekcja-kursy .kurs-item h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    transition: .4s all;
    background-color: #003666;
    opacity: 0;
}

.sekcja-kursy .kurs-item:hover h2:before {
    opacity: 1;
}

.sekcja-kursy .kurs-item h2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 50px;
    line-height: 100%;
    position: relative;
    width: fit-content;
}

.sekcja-kursy .kurs-opis {
    max-width: 503px;
    margin-left: auto;
}

.sekcja-kursy .kurs-opis p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 14px;
}

.sekcja-kursy .kurs-opis p:last-child {
    margin-bottom: 0;
}

.sekcja-kursy .btn {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    color: white;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 80px;
    display: block;
    width: fit-content;
    margin-top: 36px;
}

.sekcja-kursy .kurs-paski {
    height: 100%;
    width: 106px;
    right: 130px;
    top: 0;
}

.sekcja-kursy .kurs-paski .pasek-1 {
    width: 65px;
}

.sekcja-kursy .kurs-paski .pasek-2 {
    width: 18px;
    margin-left: 23px;
}

.sekcja-cta {
    padding-top: 31px;
    padding-bottom: 29px;
}

.sekcja-cta .cta-opis p {
    font-size: 28px;
    font-weight: 300;

}

.sekcja-cta .cta-opis p strong {
    font-weight: 600;
}

.sekcja-cta .btn {
    background-color: #2498D6;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    display: block;
    width: fit-content;
    border-radius: 59px;
    margin: 0 auto;
    margin-top: 38px;
}

footer {
    background-color: #003666;
    padding-top: 75px;
    color: white;
    overflow-x: hidden;
}

footer h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 75px;
    padding-bottom: 75px;
    border-bottom: 1px solid #2498D6;
}

footer h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    position: relative;
    padding-bottom: 16px;
}

footer h3:before {
    content: "";
    position: absolute;
    width: 175px;
    height: 4px;
    left: -45px;
    bottom: 0;
    background-color: #85D2FC;
}

footer .footer-contact-desc {
    margin-top: 24px;
    margin-bottom: 45px;
}

footer .footer-contact-info {
    gap: 41px;
    display: flex;
    flex-direction: column;
}

footer .footer-contact-info ul {
    font-size: 16px;
    font-weight: 600;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

footer .footer-contact-info ul a {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
}

footer .footer-contact-desc p {
    font-size: 16px;
}

footer .footer-socials-left h4 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 33px;
    margin-bottom: 28px;
    line-height: 120%;
}

footer .footer-socials-left ul, footer .footer-socials-right ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

footer .footer-socials-left ul li a, footer .footer-socials-right ul li a {
    display: block;
    transition: .4s all;
}

footer .footer-socials-left ul li a:hover, footer .footer-socials-right ul li a:hover {
    opacity: 0.75;
}

footer .footer-map {
    margin-top: 35px;
}

footer .footer-map .btn {
    background-image: url(/wp-content/uploads/2026/06/Image.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 11.5px 30px;
    padding-left: 65px;
    background-color: white;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #003666;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 75px;
}

footer .footer-map .btn:hover {
    background-color: #85D2FC !important;
}

footer .footer-logos-container {
    padding: 0;
    background-color: white;
    padding: 25px 0;
}

footer .footer-logos-container .footer-logos ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

footer .footer-bottom-container {
    padding-top: 52px;
    padding-bottom: 125px;
}

footer .footer-socials-right {
    margin-top: 33px;
}

footer .footer-bottom-text {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

footer .footer-bottom-text h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
}

footer .footer-bottom-text .btn {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    background-color: #2498D6;
    border-radius: 59px;
}

footer .footer-bottom-text .btn:hover {
    background-color: #85D2FC !important;
}

footer .footer-form-wrapper label * {
    width: 100%;
}

footer .footer-form-wrapper input:not([type="checkbox"]):not([type="submit"]), footer .footer-form-wrapper textarea {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    padding: 23px 20px;
    color: white;
    border: 2px solid white;
    background-color: transparent;
    margin-bottom: 24px;
    width: -webkit-fill-available;
    font-family: inherit;
}

footer .footer-form-wrapper input[type="checkbox"] {
    margin: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background-color: white;
    appearance: none;
    cursor: pointer;
}

footer .footer-form-wrapper input[type="checkbox"]:before {
    content: "\2713";
    opacity: 0;
    font-weight: 600;
    width: 20px;
    height: 20px;
    position: absolute;
    padding-left: 3px;
    color: #003666;
}

footer .footer-form-wrapper input[type="checkbox"]:checked:before {
    opacity: 1;
}

footer .footer-form-wrapper input::placeholder, footer .footer-form-wrapper textarea::placeholder {
    color: white;
    font-family: inherit;
    font-weight: 400;
}

footer .footer-form-wrapper .wpcf7-acceptance label {
    display: flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

footer .footer-form-wrapper .wpcf7-acceptance label a {
    text-decoration: underline;
    color: #85D2FC;
}

footer .footer-form-wrapper .wpcf7-submit {
    font-family: inherit;
    padding: 16px 77.5px;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    background-color: #85D2FC;
    border: 0;
    border-radius: 25px;
    margin-top: 30px;
    margin-left: auto;
    display: block;
    transition: .4s all;
    cursor: pointer;
}

footer .footer-form-wrapper .wpcf7-submit:hover {
    background-color: #2498D6 !important;
}

footer .footer-form-wrapper .wpcf7-list-item {
    margin: 0;
}

footer .footer-form-wrapper .wpcf7-not-valid-tip {
    margin-bottom: 24px;
    margin-top: -12px;
}

footer .footer-main-container {
    padding: 0;
}

footer .footer-copyright-container {
    text-align: right;
    font-size: 13px;
    padding: 50px 0;
    border-top: 1px solid #2498D6;
}

footer .footer-copyright-container span {
    font-size: 10.4px;
}

footer .footer-copyright-container a {
    color: inherit;
    text-decoration: unset;;
}

footer .footer-form-wrapper .wpcf7-spinner {
    position: absolute;
    bottom: 10px;
}

footer .footer-form-wrapper form {
    position: relative;
}

/* Responsywność */
@media (max-width: 1680px) {
    .sekcja-kursy .kurs-paski {
        right: 0;
    }
}

@media (max-width: 1366px) {
    .sekcja-kursy .kurs-item {
        padding-right: 130px;
    }
}


@media (max-width: 1180px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: calc(100% - 24px);
    }

    footer .footer-bottom-text {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .text-md-start { text-align: left; }
    .text-md-end { text-align: right; }
}

@media (max-width: 767px) {
    .custom-logo-link img {
        width: 285px;
        height: auto;
    }

    .header-bottom-bar {
        font-size: 24px;
    }

    .sekcja-hero h1 {
        font-size: 64px;
        padding-left: 0;
    }

    .sekcja-hero .hero-text p, .sekcja-hero .hero-list ul, .sekcja-hero .hero-list ul, .sekcja-kursy .kurs-opis {
        max-width: 100%;
    }

    .sekcja-hero .hero-text p {
        font-size: 16px;
    }

    .sekcja-hero {
        padding: 50px 0;
    }

    .sekcja-hero h1 {
        margin-bottom: 30px;
    }

    .sekcja-hero .hero-image {
        padding-top: 30px;
    }

    .sekcja-hero .hero-list ul {
        padding-left: 0;
        padding-top: 30px;
    }

    .sekcja-hero .hero-list ul li {
        margin-bottom: 15px;
    }

    .sekcja-kursy .kurs-item h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .sekcja-kursy .kurs-paski {
        right: unset;
        left: 0;
        width: 100%;
        flex-direction: column;
        height: 106px;
        bottom: 0;
        top: unset;
    }

    .sekcja-kursy .kurs-paski .pasek-1 {
        width: 100%;
        height: 65px;
    }

    .sekcja-kursy .kurs-paski .pasek-2 {
        width: 100%;
        height: 18px;
        margin-left: 0;
        margin-top: 23px;
    }

    .sekcja-kursy .kurs-item {
        padding-right: 0;
        padding-bottom: 130px;
        padding-top: 50px;
    }

    .sekcja-kursy .kurs-opis, .sekcja-cta .btn {
        margin-top: 30px;
    }

    .sekcja-hero .hero-text p, .sekcja-kursy .kurs-opis p, .sekcja-kursy .btn {
        font-size: 16px;
    }

    .sekcja-cta {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sekcja-cta .cta-opis p, footer .footer-socials-left h4 {
        font-size: 24px;
    }

    footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    footer h2 {
        font-size: 36px;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    footer h3 {
        font-size: 36px;
    }

    footer .footer-contact-desc {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    footer .footer-contact-info {
        gap: 15px;
    }

    footer .footer-socials-left h4 {
        marign-top: 30px;
        margin-bottom: 30px;
    }

    footer .footer-socials-left {
        margin-bottom: 30px;
    }

    footer .footer-form-wrapper input:not([type="checkbox"]):not([type="submit"]), footer .footer-form-wrapper textarea {
        padding: 15px;
    }

    .header-bottom-bar ul {
        flex-direction: column;
        gap: 0;
    }

    footer .footer-map, footer .footer-map .btn{
        margin-top: 30px;
    }

    footer .footer-map .btn {
        margin-bottom: 50px;
    }

    footer .footer-logo-white {
        margin: 0 auto;
    }

    footer .footer-bottom-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer-socials-right ul {
        justify-content: center;
    }

    footer .footer-bottom-text {
        text-align: center;
        margin-top: 30px;
    }

    footer .footer-bottom-text h4 {
        font-size: 24px;
    }

    .page:not(.home) main {
        padding: 50px 0;
    }

    footer .footer-copyright-container {
        text-align: center;
        padding-bottom: 0;
    }
}