@charset "utf-8";
/* CSS Document */

/* ==========================================
   BASICS & FONTS
   ========================================== */
html {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100, "YTLC" 500;
    font-weight: 100;
    padding: 0;
    margin: 0;
}

html container menu {
    background-color: #d8d8d8; 
    display: block;
}

html container {
    display: block;
    height: 100px;
    max-width: 1600px;
    margin: auto;
}

html container menu {
    display: block;
    position: relative;
}

/* ==========================================
   CONTAINERS & LOGO
   ========================================== */
containerlogo p {
    font-size: 20px;    
}

.container1 {
    display: block;
    margin: auto;
    padding: 0 7% 10% 8%;
    min-height: 550px;
}

.container2 {
    display: block;
    margin: auto;
    padding: 5% 8% 10% 8%;
    background-color: #f2eaf7;
}

.container3 {
    display: block;
    margin: auto;
    padding: 10% 8% 0 8%;
    min-height: 550px;
}

.cooperation div {
    border: 1px solid black;
    display: inline-block;
    width: 50%;
    height: 50%;
}

.container4 {
    display: block;
    margin: auto;
    padding: 5% 8% 10% 8%;
    background-color: #f2eaf7;
}

.container5, .container6, .container7, .container8 {
    display: block;
    margin: auto;
    padding: 5% 8% 10% 8%;
}

.container2 p {
    margin: auto;
}

.image {
    float: left;
    width: 250px;
    padding-right: 20px;
} 

.image img {
    width: 250px;
}

logo {
    float: left;
    height: 70px;
    font-size: 22px;
}

containerlogo {
    display: block;
    height: 90px;
    margin: auto;
}

logo h1 {
    float: left;
    margin: 0;
    padding: 0;
}

logo h1 p {
    float: left;
    margin: 10px 8px 0 0;
}

logo h1 p.bold {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
}

logo h1 p.light {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
}

containerlogo logo h2 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    position: absolute;
    top: 60px;
    left: 55px;
    float: left;
    margin: 0;
    padding: 0;
}

/* ==========================================
   NAWIGACJA DESKTOP (Domyślna)
   ========================================== */
nav {
    display: block;
    float: right;
}

nav ul {
    font-family: "bahnschrift", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: gray;
    display: block;
    float: right;
    right: 50px;
    top: 50px;
    position: absolute;   
    margin: 0;
    padding: 0;
    list-style: none;
}

nav ul li {
    display: block;
    float: left;
    margin-left: 20px;
}

nav ul a {
    color: gray;
    text-decoration: none;
    font-family: "bahnschrift", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    display: block;    
}

nav ul a:hover {
    color: #60274F;
    text-decoration: underline;
}

/* Przycisk menu domyślnie UKRYTY na komputerach */
.mobile-nav-toggle {
    display: none;
}

/* ==========================================
   NAWIGACJA MOBILNA (@media max-width: 800px)
   ========================================== */
@media (max-width: 1000px) {
    /* Pokazujemy przycisk otwierający menu */
    .mobile-nav-toggle {
        display: block;
        position: fixed;
        top: 2rem;
        right: 2rem;
        width: 2.5rem;
        height: 2.5rem;
        z-index: 9999;
        border: none;
        background-color: transparent;
        background-image: url("../images/menu-90.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        cursor: pointer;
    }

    /* Zmiana ikony po otwarciu menu */
    .mobile-nav-toggle[aria-expanded="true"] {
        background-image: url("../images/menu-90-close.png");
    }

    /* Menu mobilne w formie rozwijanej szuflady */
    .primary-navigation {
        position: fixed;
        inset: 0 0 0 30%; /* Zajmuje prawą część ekranu */
        flex-direction: column;
        padding: 6rem 2rem 2rem 2rem;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.15);
        z-index: 9000;
        top: 0;
        right: 0;
        left: auto;
        bottom: 0;
        
        /* Stan domyślny: ukryte poza prawą krawędzią */
        transform: translateX(100%);
        transition: transform 300ms ease-in-out;
    }

    /* Stan otwarty aktywowany przez JS */
    .primary-navigation[data-visible="true"] {
        transform: translateX(0%);
    }

    .primary-navigation li {
        float: none;
        margin: 0 0 1.5rem 0;
    }

    .primary-navigation a {
        font-size: 1.2rem;
    }
}

/* ==========================================
   HEADER & SEKCJE
   ========================================== */
header {
    background-image: url("../images/header.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 50%;
}
@media (max-width: 868px) {
  header {
  /* background-image: none;
  /*  background-color: #ffffff; /* Opcjonalnie: ustaw jednolity kolor tła */
	  
    background-image: url("../images/header.jpg");
    background-position: bottom ;
    background-repeat: no-repeat;
    background-size: 50%;
	padding-bottom: 200px;
  }
}


/* ==========================================     ========================================== */


.main_paragraph_1 {
	display: block;
	width: 60%;
	
}


@media (max-width: 868px) {
.main_paragraph_1 {
 	width: auto;
	display: block;
	font-size: 12px;
	}
}

/* ==========================================     ========================================== */

.padding-short-menu-graphics  {
	width: 80%;
    font-family: "bahnschrift-condensed", sans-serif;
    font-weight: 200;
    font-size: 25px;
    list-style: none;
}	
	
	

@media (max-width: 868px) {
.padding-short-menu-graphics  {
    font-family: "bahnschrift-condensed", sans-serif;
    font-weight: 200;
    font-size: 15px;
	width:  auto;
	}	
}


/* ==========================================     ========================================== */

.padding-short-menu-graphics li {
    font-size: 1.1em;
	background-image: url("../images/dot.png");
	background-position: 0 center;
	background-repeat:  no-repeat;
	padding-left: 020px;
	background-size: 6px;
}	

@media (max-width: 868px) {
.padding-short-menu-graphics li {

    font-size: 0.7em;
	}	
}


/* ==========================================     ========================================== */


logo h1 p.bold {
	font-size: 0.9em;
}
logo h1 p.light {
	font-size: 0.9em;
}

@media (max-width: 868px) {
logo h1 p.bold {
	font-size: 0.7em;
}
logo h1 p.light {
	font-size: 0.7em;
}
}












.container1 ul, .text25 {
    font-family: "bahnschrift-condensed", sans-serif;
    font-weight: 200;
    font-size: 25px;
    list-style: none;
}

.container1 button {
    font-family: "bahnschrift-condensed", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    background-image: linear-gradient(to right, #CC95C0 0%, #DBD4B4 51%, #CC95C0 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    outline: none;
    border: none;
}

.container1 button:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;    
}

.przycisk a {
    color: #fff;
    text-decoration: none;
}

/* ==========================================
   GRID SYSTEM (Poprawiona struktura CSS)
   ========================================== */
.grid, .grid2, .grid3 {
    display: grid;
    padding: 16px;
    grid-gap: 16px;
    grid-template-columns: 1fr;
}

@media only screen and (min-width: 1050px) {
    .grid, .grid2, .grid3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 1400px) {
    .grid2, .grid3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.col {
    border: 1px solid #e3e3e3;
    margin: 5px;
    padding: 5px 15px 15px 15px;
    border-radius: 10px;
    font-size: 12px;
}

.experience h2 {
    background: url("../images/experience.svg") no-repeat left;
	background-size: 24px;
    padding-left: 40px;
    /*margin: 5px 0 5px 0;*/
    min-width: 260px;
}

.individual h2 {
    background: url("../images/individual.svg") no-repeat left;
	background-size: 24px;
    padding-left: 40px;
	min-width: 260px;
}

.tools h2 {
    background: url("../images/tools.svg") no-repeat left;
	background-size: 24px;
    padding-left: 40px;    min-width: 260px;
}

.punctuality h2 {
    background: url("../images/punctuality.svg") no-repeat left;
	background-size: 24px;
    padding-left: 40px;    min-width: 260px;
}

.offer {
    border: 1px solid #e3e3e3;
    margin: 5px;
    padding: 5px 15px 15px 15px;
    border-radius: 10px;
    background-color: white;
}

.offer ul { padding-left: 25px; }
.offer h2 { border-bottom: 2px solid #8a5db6; padding: 15px 0 0 0; margin: 0; font-size: 16px; font-weight: 800; }
.offer h3 { padding: 5px 0 15px 0; margin: 0; font-size: 16px; font-weight: 400; color: #636363; }

.grid3 .col {
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 25px 25px 25px 45px;
    background: url("../images/dot.png") no-repeat left 15px center;
}

/* ==========================================
   TIMELINE
   ========================================== */
.timeline-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.timeline-steps::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #d1c4e9;
    z-index: 1;
}

.step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 10px;
}

.step-number {
    width: 50px;
    height: 50px;
    background-color: #8e54b2;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 auto 20px auto;
    border: 4px solid #f3eff7;
}

.step-title {
    font-size: 1.1rem;
    color: #111111;
    margin: 15px;
    font-weight: 700;
}

.step-desc {
    font-size: 0.9rem;
    color: #888888;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 768px) {
    .timeline-steps {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 30px;
    }

    .timeline-steps::before {
        top: 0;
        bottom: 0;
        left: 51px;
        width: 2px;
        height: 100%;
    }

    .step {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        margin-bottom: 35px;
        padding-left: 50px;
    }
    
    .step:last-child {
        margin-bottom: 0;
    }

    .step-number {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
    }
    
    .step-title {
        margin-top: 12px;
    }
}

/* ==========================================
   KONTAKT
   ========================================== */
.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-info .subtitle {
    display: block;
    text-transform: uppercase;
    color: #845ec2;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.contact-info h2 {
    font-size: 2.2rem;
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}

.contact-info .description {
    color: #8a8a8a;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 35px;
}

.contact-form-wrapper {
    width: auto;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background-color: #fafafa;
    font-size: 0.95rem;
    color: #333333;
    outline: none;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #a0a0a0;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #845ec2;
    background-color: #ffffff;
}

.form-group textarea {
    resize: vertical;
    min-height: 140px;
}

.submit-btn {
    background-color: #845ec2;
    color: #ffffff;
    border: none;
    padding: 16px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 100%;
    text-align: center;
}

.submit-btn:hover {
    background-color: #6c4baf;
}

@media (max-width: 900px) {
    .contact-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-info h2 {
        font-size: 1.8rem;
    }
}

.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list a {
    color: #333333;
    text-decoration: none;
}

.contact-list li {
    color: #333333;
    display: block;
    height: 25px;
    min-width: 360px;
    font-weight: 800;
    font-size: 18px;
    padding-left: 50px;
}

.contact-list li a:hover {
    color: #845ec2;
}

.contact {
    background: url("../images/location.png") no-repeat left;
    background-size: 30px;
    padding: 25px;
}

.mail {
    background: url("../images/email.png") no-repeat left;
    background-size: 30px;
    padding: 25px;
}

.phone {
    background: url("../images/phone.png") no-repeat left;
    background-size: 30px;
    padding: 25px;
}

.linkedin {
    background: url("../images/linkedin.png") no-repeat left;
    background-size: 30px;
    padding: 25px;
}





.logo img {
    width: 350px;
}

@media (max-width: 768px) {
    .logo img {
    width: 240px;
}
}

@media (max-width:768px){
	#wspolpraca {font-size: 1.6em;}		
}















