/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://example.com/twenty-twenty-one-child/
Description: Motyw potomny dla Twenty Twenty-One.
Author: Michał Skóra
Author URI: https://example.com/
Template: twentytwentyone
Version: 1.0
*/

/* Załaduj style motywu głównego */

:root {
    --global--primary-hover: #1f2833 !important;
    --global--secondary-color: #db0d15 !important;
    --global--text-color: #ffffff !important;
    --global--text-muted: #eaebec !important;
    /* --global--color-background: #1e1e1e !important; */
    --global--section-background: #e4e9ef !important;
    --global--color-primary: #ffffff !important;
    --branding--logo--max-width: 250px !important;
    --branding--logo--max-height: 75px !important;
    --branding--logo--max-width-mobile: 150px !important;
    --branding--logo--max-height-mobile: 150px !important;

    --global--color-background: #222 !important;
    --responsive--aligndefault-width: 100% !important;
}


html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    background: url(/wp-content/uploads/2024/12/background1.webp) no-repeat center center fixed;
    background-size: cover;
}

h2 {
    text-transform: uppercase;
    /* font-family: 'Jaro', sans-serif; */
    margin-bottom: 80px;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.8), 0 0 4px rgba(255, 255, 255, 0.6), 0 0 4px rgba(255, 255, 255, 0.4);
}

#main-content {

    margin-bottom: 0px;
}

.site-main {

    padding-bottom: 0px !important;
}

/* Section styling */
.section {
    max-width: 800px;
    margin: 50px auto;
    padding: 0 20px;
    text-align: center;
}

.section h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.section p {
    font-size: 18px;
    line-height: 1.6;
}

/* ===========================================================HEADER================================================================ */
/* Stylizacja nagłówka */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    width: 100%;
    /* Ustawiamy szerokość na 100% */
    padding: 0 45px !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    align-content: flex-start;
}

.header-background {
    width: 100vw;
    /* Cała szerokość ekranu */
    background: rgb(0, 0, 0, 0.9);
    /* Półprzezroczyste tło */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Delikatny cień */
    position: sticky;
    /* Sticky działa też na ten kontener */
    top: 0;
    z-index: 1000;
    /* Zapewni widoczność nad innymi elementami */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Opcjonalny cień */
}

/* Przyciemnienie i zmiana stylu po przewinięciu */
.site-header.scrolled {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}


/* Menu w nagłówku */
.site-header nav {
    display: flex;
    gap: 15px;
    align-items: center;
}

/* Linki w menu */
.site-header nav a {
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    color: inherit;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Zmiana koloru linków w menu po najechaniu */
.site-header nav a:hover {
    color: #fff;
}


@media screen and (max-width: 482px) {
    .site-header {
        flex-direction: column;
    }

    .menu-button-container {
        padding: 10px !important;

    }


}

@media screen and (max-width: 900px) {
    .site-header {
        flex-direction: column;
        justify-content: center;
        /* Wyśrodkowanie */
        align-items: flex-start;
        /* Logo na górze */
        padding: 20px;
        /* Dodanie paddingu */
    }

    .site-header nav {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        text-align: center;
    }

    .site-logo,
    .custom-logo {
        margin-top: 0;
        /* Usuń dodatkowy margines */
        /* Opcjonalnie, by dodać przestrzeń poniżej logo */
        max-width: var(--branding--logo--max-width-mobile);
        max-height: var(--branding--logo--max-height-mobile);
    }
}


@media screen and (max-width: 1100px) {
header#masthead {
    display: block; 
}
}

@media screen and (max-width: 480px) {
    .site-header {
        flex-direction: row !important;
        /* Logo i menu w jednym wierszu */
        justify-content: space-between !important;
        /* Logo po lewej, menu po prawej */
        align-items: center !important;
        /* Wyrównanie elementów w pionie */
        padding: 10px !important;
        /* Padding wokół nagłówka */
    }








    /* MOBILE */
    .site-branding {
        flex: 1;
        /* Logo zajmuje 1/2 przestrzeni */
        margin-right: 15px;
        /* Przestrzeń między logo a menu */
    }

    .primary-navigation {
        flex: 1 !important;
        /* Menu zajmuje drugą część przestrzeni */
    }

    .site-branding {
        display: none;
    }


}

.primary-menu-container {

    margin-top: 20px;
}


/* =======================================Menu NAV======================================== */
/* Stylizacja menu */

@media screen and (max-width: 480px) {
    .primary-menu-container li {
        border-bottom: 1px solid #444 !important;
        text-align: center !important;
    }

    /* Linki w menu */
    .primary-menu-container a {
        padding: 15px !important;
        font-size: 18px !important;

        transition: background-color 0.3s ease, padding-left 0.3s ease !important;
    }
}



.primary-menu-container a {
    text-transform: uppercase;
}

.primary-menu-container a :hover {
    color: var(--global--secondary-color) !important;
}






/* Domyślnie ukryj logo w menu mobilnym */
.menu-button-container {
    display: none;
    /* Ukryj logo w stanie zamkniętym */
}

/* Pokaż logo, gdy menu mobilne jest otwarte */
.menu-button-container .button[aria-expanded="true"]~.mobile-logo {
    display: block;
    /* Pokaż logo obok przycisku zamykania */
}


/*====================================== FOOTER =======================================*/
/* Ogólny styl dla stopki */
.footer {
    background-color: #222;
    color: white;
    font-family: Arial, sans-serif;
}

/* Separator z social media */
.footer-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 20px 0;
    height: 2px;
    background-color: #ddd;
}

.footer-separator::before,
.footer-separator::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #ddd;
    flex-grow: 1;
}

.footer-social {
    display: flex;
    gap: 15px;
    position: absolute;
    background-color: white;
    padding: 5px 10px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.social-icon {
    font-size: 20px;
    color: #444;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: var(--global--secondary-color);
}

/* Główna sekcja stopki */
.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logo img {
    max-width: 150px;
}

.footer-newsletter {
    text-align: right;
}

.footer-newsletter h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: white;
}

.footer-newsletter p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #ccc;
}

.footer-newsletter form {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.footer-newsletter input[type="email"] {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    width: 250px;
}

.footer-newsletter button {
    padding: 10px 20px;
    background-color: var(--global--secondary-color) !important;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.footer-newsletter button:hover {
    border-color: var(--global--secondary-color);
    background-color: white !important;
    color: black;
}

/* Prawa autorskie */
.footer-bottom {
    padding: 10px 0;
    background-color: #111;
    font-size: 14px;
    color: #aaa;
    text-align: center;
}

/* Responsywność */
@media (max-width: 768px) {
    .footer-main {
        flex-direction: column;
        align-items: center;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

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

    .footer-newsletter form {
        flex-direction: column;
        gap: 10px;
    }

    .footer-newsletter input[type="email"],
    .footer-newsletter button {
        width: 100%;
    }
}

.footer,
.footer-main,
.footer-bottom,
.footer-separator {
    margin-top: 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
}

.footer-links a {
    text-decoration: none;
}
.footer-links a:hover {
    text-decoration: underline;
}




/* COMING SOON */



/* Coming Soon container */
.coming-soon-container {
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
}

/* Headline */
.coming-soon-container h1 {
    font-size: 2.5rem;
    color: #222;
    margin-bottom: 20px;
}

/* Paragraph */
.coming-soon-container p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 30px;
}

/* Centered Image */
.centered-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/*================== Separator=============================*/

.section-divider {
    height: 4px;
    width: 0;
    background-color: var(--global--text-color);
    transition: width 1s ease-in-out;
}

.divider-animated {
    width: 100%;
}


/*================== Contact Form=============================*/

.contact-form {
    width: 50%;
    align-items: center;
	padding-bottom: 70px;
}

/* Responsywność formularza */
@media (max-width: 768px) {
    .contact-form {
        width: 90%;
    }
}

/* Stylizacja pól input i textarea */
.modern-input {
    width: 100%;
    padding: 10px 15px;
    margin: 10px 0;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
    color: #fff !important;
    font-size: 16px;
    border-radius: 5px !important;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.modern-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.modern-input:focus {
    border-color: var(--global--secondary-color);
    box-shadow: 0 0 8px var(--global--secondary-color);
}

/* Stylizacja etykiet */
label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
}

label i {
    margin-right: 8px;
    color: var(--global--secondary-color);
}

/* Styl przycisku */
.custom-button {
    background: var(--global--secondary-color) !important;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px !important;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    float: right;
    transition: background-color 0.3s ease;
}

.custom-button:hover {
    background-color: #d9534f;
    /* Ciemniejszy odcień lub dowolny */
}

/* Responsywność formularza */
@media (max-width: 768px) {
    div[style*="display: flex"] {
        flex-direction: column;
    }
}

/* Styl dla pola do załączania plików */
.wpcf7-form input[type="file"] {
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

/* Styl po najechaniu myszką */
.wpcf7-form input[type="file"]:hover {
    border-color: #0073e6;
    background-color: #eef6ff;
}

/* Styl aktywnego pola */
.wpcf7-form input[type="file"]:focus {
    border-color: #005bb5;
    outline: none;
    background-color: #eef6ff;
}

.page-id-55 header.entry-header.alignwide {
    display: none;
}

.page-id-55 h2 {
    text-align: center;
}

.wpcf7-form .g-recaptcha {
    margin: 10px 0;
}


/* ==================Wykonane PROJEKTY======================= */

.projects {
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.1);
}

.projects h2 {
    color: var(--global-text-color);
    text-align: center;
    margin: 40px 0;
    font-family: 'Arial', sans-serif;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin: 10px 100px;
}

@media (max-width: 768px) {
    .projects-grid {

        margin: 0;
    }
}

.project {
    background-color: #444;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
    display: flex;
    /* Użycie flexboxu, aby elementy wewnątrz mogły się elastycznie rozciągać */
    flex-direction: column;
    /* Ustawienie układu w kolumnie */
}

.project:hover {
    transform: scale(1.05);
}

.project img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.project-description {
    color: var(--global-text-color);
    display: flex;
    /* Flexbox dla układu */
    flex-direction: column;
    /* Ustawia elementy w kolumnie */
    justify-content: space-between;
    /* Rozdziela tekst i przycisk */
    height: 100%;
    /* Rozciąga na całą wysokość rodzica */
}

.project-description h3 {
    margin: 10px 0;
    color: var(--global-secondary-color);
}

.project-description p {
    font-size: 0.9rem;
}

.project-description .btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #a8000c;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.project-description .btn:hover {
    color: var(--global--color-background);
    border-color: #a8000c;
    background-color: #fff;

}

/*==============O NAS============================== */

.portfolio-section {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
}

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

.services {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.services>*:nth-child(1) {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(145deg, #ff6600, #e24d00);
    /* dynamiczne tło */
}

.service-card {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.service-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
}

.service-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

/* ==============================Szerszy Opis======================================== */

.services-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Dwie równe kolumny */
    gap: 20px;
    /* max-width: 1200px; */
    margin: 50px auto;
    padding: 30px;
}

@media (max-width: 1100px) {
    .services-container {
        display: inline;
        max-width: 100%;
        padding: 20px;
    }

}

/* Sekcja główna */
.services-overview {
    max-width: 1200px;
    margin: 50px auto;
    padding: 30px;
    font-family: 'Arial', sans-serif;
}

/* Styl dla pojedynczej usługi */
.service {
    display: flex;
    flex-direction: column;
    /* Elementy w pionie */
    justify-content: space-between;
    /* Utrzymanie proporcji */
    background: linear-gradient(145deg, #6b6b6b, #2f2f2f);
    color: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
    box-sizing: border-box;
    /* Gwarancja równej szerokości */
    margin-bottom: 20px;
}

/* Efekt najechania na usługę */
.service:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    /* background: linear-gradient(145deg, #ff6600, #e24d00); dynamiczne tło */
}

#mobile-applications {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2) !important;
    background: linear-gradient(145deg, #ff6600, #e24d00) !important;
    /* dynamiczne tło */

}


/* Nagłówki usług */
.service h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/* Opis tekstowy */
.service p {
    font-size: 1rem;
    line-height: 1.7;
    color: #f1f1f1;
    margin-bottom: 30px;
}

/* Przyciski - animacja i efekt */
.service a.btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #ff6600;
    color: white;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    transition: transform 0.2s ease, background-color 0.3s ease;
}

/* Efekt najechania na przycisk */
.service a.btn:hover {
    /* background-color: #e24d00; */
    transform: translateY(-3px);
}

/* Styl dla przycisków przy przewijaniu */
.service:before {
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 5px;
    background-color: #ff6600;
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* Efekt gdy sekcja jest aktywna (w momencie przewijania) */
.service:target:before {
    opacity: 1;
}


/* Kontener nagłówka z przyciskiem */
.service-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Nagłówek */
.service-header h2 {
    margin: 0;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/* Strzałka do góry */
.back-to-top {
    display: inline-flex;
    /* Użycie flexbox dla wyrównania */
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.5rem;
    color: white;
    background: linear-gradient(145deg, #ff6600, #e24d00);
    width: 50px;
    /* Ustawienie szerokości */
    height: 50px;
    /* Wysokość musi być taka sama jak szerokość */
    border-radius: 50%;
    /* Idealny okrąg */
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: none;
    /* Brak domyślnej obwódki */
}


/* Efekt hover */
.back-to-top:hover {
    background: linear-gradient(145deg, #e24d00, #ff6600);
    transform: translateY(-3px) scale(1.2);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Aktywacja */
.back-to-top:focus,
.back-to-top:active {
    outline: none;
    background: linear-gradient(145deg, #ff8500, #e65a00);
}

.page-id-86 header.entry-header.alignwide {
    display: none;
}

/* SLIEDER */

.technologies,
.tools {
    display: flex;
    flex-wrap: wrap;
    /* Pozwala na zawijanie elementów do następnych wierszy */
    justify-content: center;
    /* Wyrównanie elementów na środku */
    gap: 20px;
    margin: 20px 0;
	align-items: center;
}

.technology-item,
.tool-item {
    text-align: center;
    flex: 1 1 calc(30% - 20px);
    /* Szerokość elementu z uwzględnieniem odstępów */
    max-width: 30%;
    /* Maksymalna szerokość */
    box-sizing: border-box;
    /* Uwzględnij padding w szerokości */
}

.technology-item img,
.tool-item img {
    width: 100px;
    height: auto;
}

.why-us{
	margin-bottom:40px;
	text-align:center;
	
}

/* Stylowanie slidera */
#why-us-slider,
#why-us-slider-2,
#why-us-slider-3,
#why-us-slider-4,
#why-us-slider-5,
#why-us-slider-6 {
    margin: 0 auto;
    overflow: hidden;
    /* Ukrywa elementy poza obszarem */
    position: relative;
}

.slides-track {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    /* Ustawimy to dynamicznie w JS */
}

.slide {
    flex: 0 0 100%;
    /* Każdy slajd zajmuje 100% szerokości slidera */
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}

.slide img {
	max-width: 20% !important;
    width: 100%;
    height: auto;
}

/* MOBILE */

/* Punkt przerwania dla dużych telefonów */
@media (max-width: 768px) {
    .services-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .service h2 {
        font-size: 2rem;
    }

    .service p {
        font-size: 0.9rem;
    }

    .service a.btn {
        padding: 10px 20px;
    }
}

/* Punkt przerwania dla małych telefonów */
@media (max-width: 480px) {
    .services-container {
        padding: 10px;
        gap: 10px;
    }

    .service h2 {
        font-size: 1.8rem;
    }

    .service p {
        font-size: 0.8rem;
    }

    .service a.btn {
        padding: 8px 15px;
        font-size: 0.9rem;
    }

    .back-to-top {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}

/* Nagłówki usług - responsywne skalowanie */
.service h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/* Punkt przerwania dla sliderów */
@media (max-width: 768px) {

    #why-us-slider,
    #why-us-slider-2,
    #why-us-slider-3,
    #why-us-slider-4,
    #why-us-slider-5,
    #why-us-slider-6 {
        width: 90%;
    }
}

@media (max-width: 480px) {

    #why-us-slider,
    #why-us-slider-2,
    #why-us-slider-3,
    #why-us-slider-4,
    #why-us-slider-5,
    #why-us-slider-6 {
        width: 100%;
    }
}

@media (max-width: 415px) {

    .service h2 {
        font-size: 1.4rem;
    }

}



/*    ==========================Polityka prywatności==========================================*/
section.privacy-policy {
    max-width: 60% !important;
}
.privacy-policy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.privacy-content p {
  margin-bottom: 16px;
}

.privacy-content strong {
  font-weight: bold;
  color: #2c3e50;
}

.privacy-content a {
  color: var(--global--secondary-color);
  text-decoration: none;
}

.privacy-content a:hover {
  text-decoration: underline;
}

.privacy-content ul {
  list-style-type: disc;
  margin-left: 20px;
}

.privacy-content ul li {
  margin-bottom: 8px;
}

.privacy-content ul li::marker {
  color: var(--global--secondary-color);
}
@media (max-width: 1024px) {

   section.privacy-policy {
    max-width: 90% !important;
}

}

/* LANGUAGE */



/* Styl przycisku */


.language-switcher-button {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.language-switcher-button .language-icon {
    margin-right: 8px;
    font-size: 18px;
}

.language-switcher-button:hover {
    background-color: #e0e0e0;
}

/* Dropdown lista języków */
.language-dropdown {
    display: none; /* Ukryte domyślnie */
    position: absolute;
    top: 100%; /* Bezpośrednio pod przyciskiem */
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 150px;
}

.language-dropdown ul {
    list-style: none;
    padding: 10px;
    margin: 0;
}

.language-dropdown li {
    padding: 5px 10px;
}

.language-dropdown li a {
    text-decoration: none;
    color: #333;
    display: block;
}

.language-dropdown li:hover {
    background-color: #f0f0f0;
}


/* WERSJA 2 */

#translatepress-container {
    position: relative; /* Aby pozycjonowanie wewnętrzne działało */
    z-index: 999; /* Wyższy indeks warstwy, aby menu było nad innymi elementami */
}

.language-switcher-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    left: 0;
    min-width: 150px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none; /* Domyślnie ukryte */
    position: absolute; /* Absolutne pozycjonowanie względem rodzica */
    top: 160%; /* Pojawia się poniżej przycisku */
    left: -80px;
    z-index: 1000;

}


.language-switcher-list li {
    padding: 10px 15px;
}

.language-switcher-list li a {
    text-decoration: none !important;
    color: #333 !important;
    display: block;
}

.language-switcher-list li:hover {
    background-color: #5fdfff;
}
div#translatepress-container {
    margin-top: 20px;
}

.site-header {
 
    gap: 20px;
}
.language-switcher-item{

    display: none;

}



/* Animacja dla rozwijanego menu */
.language-switcher-list.show {
    display: block; /* Pokazuje listę języków */
    animation: fadeIn 0.3s ease-in-out;
}

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

@media screen and (max-width: 900px) {
    .site-header {
 
        gap: 0;
    }

    div#translatepress-container {
        margin-top: 0;
    }
    .primary-menu-container {
        margin-top: 0;
    }
    ul#primary-menu-list {
        display: flex;
        justify-content: center;
    }
}



    /* Zmiana pozycjonowania przycisku */
    .custom-translatepress {
        position: fixed !important; /* Przyklejenie do prawego górnego rogu */
        top: 30px; /* Odstęp od góry */
        right: 30px; /* Odstęp od prawej krawędzi */
        z-index: 1000; /* Zapewnienie, że przycisk będzie widoczny na wierzchu */
    }



    @media screen and (max-width: 480px) {
        .custom-translatepress{
            display: none;
        }
    }


    .menu-button-container #primary-mobile-menu{

        align-items: center;
    }



    .additional-menu {
        display: flex;
        justify-content: center; /* Wyśrodkowanie poziome */
        align-items: center; /* Wyśrodkowanie pionowe (jeśli potrzebne) */
        gap: 15px; /* Odstęp między elementami */
        list-style: none;
        padding: 0;
        margin: 0 auto; /* Automatyczne marginesy dla wyśrodkowania */
        width: fit-content; /* Dopasowanie szerokości do elementów */
        margin-bottom: 50px;
    }
    
    .additional-menu li {
        display: inline-block;
    }

    .additional-menu [data-no-translation] {

        padding: 0;
    }

    .language-switcher-link {
        opacity: 0.5;
    }
    
    .language-switcher-link.active {
        opacity: 1;
    }


    @media screen and (min-width: 480px) {
        .additional-menu {
            display: none;
        }
    }

    /* ===== PRIVACY / TERMS STYLE ===== */

.app-docs {
    padding: 80px 20px;
}

.tabs {
    text-align: center;
    margin-bottom: 40px;
}

.tab-btn {
    padding: 12px 30px;
    margin: 0 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    transition: 0.3s ease;
}

.tab-btn.active {
    background: #000;
    color: #fff;
}

.tab-content {
    max-width: 900px;
    margin: 0 auto;
}

/* TEKST */
.docs-content {
    line-height: 1.9;
    font-size: 16px;
}

.docs-content h1,
.docs-content h2,
.docs-content h3,
.docs-content h4 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 700;
}

.docs-content p {
    margin-bottom: 20px;
}

.docs-content ul,
.docs-content ol {
    margin: 20px 0 20px 25px;
}

.docs-content strong {
    font-weight: 600;
}

.docs-content a {
    color: #0073ff;
    text-decoration: underline;
}
    



 .app-screenshots {
    padding: 120px 20px;
    text-align: center;
    overflow: hidden;
}

.app-screenshots h2 {
    font-size: 38px;
    margin-bottom: 70px;
    font-weight: 600;
}

.appstore-swiper {
    max-width: 1200px; /* było 1600px */
    margin: 0 auto;
}

.appstore-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease;
    opacity: 0.35;
    transform: scale(0.85);
    filter: blur(2px);
}

.appstore-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}

.appstore-swiper img {
    width: 75%;              /* 🔥 KLUCZOWE */
    max-height: 520px;       /* było 700px */
    border-radius: 28px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.35);
    cursor: pointer;
}