
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Components */
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.home-block,
.information-block
{
    padding: 40px 10%;
}

#button {
    width: 182px;
    height: 35px;
    margin-top: 16px;
    background: none;
    color: #213956;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    transition: ease0.5s;
    border: 1px solid #213956;
}

#button a:hover {
    color: white;
}

#button:hover {
    cursor: pointer;
    color: white !important;
    transition: all ease 0.5s;
    background-color: #213956;
}



#button_2 {
    width: 180px;
    height: 35px;
    margin-top: 16px;
    background: none;
    color: #213956;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    transition: ease0.5s;
    border: none;
}

#button_2:hover {
    cursor: pointer;
    color: #001D3D;
}

/* Home Section */
.home-container {
    width: 100%;
    height: 54rem;
    display: flex;
    justify-content: flex-start;
    
    align-items: center;
    background: url(assets/Photo_webside/Banner/Lady_Blue_Banner.png) no-repeat; 
    background-size: cover;
}



.home-top {
    color: #203B59;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.home-title {
    color: #111010;
    font-family: "Times New Roman";
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    margin: 0;
}

.home-bottom {
    color: #111010;
    font-family: "Times New Roman";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.buttons {
    margin-top: 60px;
}

/* Information Box */
.information-container {
    width: 100%;
    margin: 100px auto 0;
}

.information-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    
}

.information-item {
    background: url(assets/box.png);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    border-radius: 1px;
}

.information-item.lady2 {
    background: url(assets/Photo_webside/Banner/LadyBlue_Banner_2.jpg);
}

.iconn {
    width: 28px;
    padding-bottom: 20px;
    color: #001D3D;
    fill: #001D3D;
}

svg {
    fill: #001D3D;
}

/* Biały box w środku */
.info-box {
    background-color: white;
    height: 250px;
    padding: 60px 130px;

    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 1px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Tytuł */
.info-title {
    color: #111010;
    text-align: center;
    font-family: "Times New Roman";
    font-size: 36px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

/* Opis */
.info-text {
    color: #999BA2;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
}

/* Przycisk */
.info-button {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid black;
    text-decoration: none;
    color: black;
    font-weight: bold;
    transition: all 0.3s ease;
}

.info-button:hover {
    background-color: black;
    color: white;
}

@media screen and (max-width: 1460px) {
    .info-box {
        padding: 60px 60px;
        width: 100%;

    }
}


/* 🔹 Responsywność */
@media screen and (max-width: 1000px) {
    .information-container {
        width: 80%;
    }
    .information-block {
        grid-template-columns: 1fr; 
    }
    .info-box {
        padding: 60px 80px;
        width: 100%;

    }
    .information-block {
        padding: 0;
    }
    .info-title {
        font-size: 28px;
    }

    .title-b2b  {
        color: 26px;
    }

}

/* Kontener sekcji */

/* Kontener sekcji */
.features-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px auto 0;
    padding: 40px 10%;
}

/* Siatka 2 kolumny na większych ekranach */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Każdy pojedynczy element */
.features-item {
    border: 1px solid #4a4a4a36;
    padding: 40px 60px 20px 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: center;

    min-height: 320px;
    object-fit: fill;

}



.features-gif {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px;
    min-height: 320px;


    background: url(assets/ldgif.gif) no-repeat;
    background-size: cover;
    background-position: center;
}

/* Ikony */
.features-item i {
    display: block;
    font-size: 40px !important;
    color: #000 !important;
    margin-bottom: 10px;
    z-index: 10000000 !important;
}



/* Tytuł */
.features-title {
    color: #111010;
    font-family: "Times New Roman", serif;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 0;
    margin: 0;
}

/* Tekst */
.features-text {
    color: #999BA2;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Przycisk */
.features-button {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid black;
    text-decoration: none;
    color: black;
    font-weight: bold;
    transition: all 0.3s ease;
}

.features-button:hover {
    background-color: black;
    color: white;
}

/* GIF – osobny styl dla obrazka */
.features-gif {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    object-fit: fill;
}

.features-image {
    max-width: 100%;
    height: auto;
}

/* 🔹 Responsywność */

@media screen and (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr; /* 1 kolumna na mniejszych ekranach */
    }

    .features-container {
        width: 80%;
    }
}

/* B2B */

.b2b-container {
    margin-top: 100px;
    padding: 40px 10%;
    margin-bottom: 60px;
}

.b2b-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    
}



.b2b-item {
    background-color: #001D3D;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
    max-height: 600px;
}


.title-b2b {
    color: #ffffff;
    font-family: "Times New Roman";
    font-size: 36px;
    font-weight: 400;
    margin: 0;
}

.description-b2b {
    color: #999BA2;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    width: 80%;

}
.photo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    object-fit: cover;
    
}

.photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    

}

@media screen and (max-width: 1460px) {
    .b2b-block {
        grid-template-columns: 1fr;
    }
    .title-b2b {
        font-size: 28px;
    }

    .b2b-item {
        padding: 30px;
        
    }


}

@media screen and (max-width: 768px) {
    .b2b-block {
        grid-template-columns: 1fr;
    }
    .title-b2b {
        font-size: 28px;
    }
    .b2b-item {
        max-height: 100%;
    }

}

/* Kontakt */

.contact-section2 {
    display: block;
    padding: 40px 10%;
    height: 100%;
}

.contact-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 80px;

}

@media screen and (max-width: 1460px) {
    .contact-section {
        grid-template-columns: 1fr;
    }
}

.contact-subtitle {
    color: #203B59;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.contact-title {
    color: #111010;
    font-family: "Times New Roman";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

.contact-description {
    color: #999BA2;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
}

/* Lista kontaktów */
.contact-details {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-top: 14px;
    margin: 0;
    padding: 0;
}

.contact-item i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin-right: 10px;
}

.contact-link {
    color: #69727D;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}



.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 13px;
}

/* Style pól input */
.input-field[type="text"],
.input-field[type="email"],
.input-field[type="tel"] {
    width: 100%;
    height: 42px;
    border: none;
    border-bottom: 1px solid #4A4A4A;
    background: none;
    font-size: 16px;
    font-weight: 500;
    color: hsla(0, 0%, 0%, 0.42);
}

.input-field[type="text"]::placeholder,
.input-field[type="email"]::placeholder,
.input-field[type="tel"]::placeholder {
    color: hsla(0, 0%, 0%, 0.43);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    padding-left: 3px;
}

.input-field[type="text"]:focus,
.input-field[type="email"]:focus,
.input-field[type="tel"]:focus {
    border-radius: 1px;
    transition: ease 0.5s;
    color: hsla(0, 0%, 0%, 0.43);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    background: #4a4a4a10;
}

/* Style dla select */
select {
    width: 100%;
    height: 42px;
    margin-top: 13px;
    border: none;
    border-bottom: 1px solid #4A4A4A;
    background: none;
    color: hsla(0, 0%, 0%, 0.43);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
}

/* Style dla textarea */
.textarea-field {
    width: 100%;
    height: 100px;
    margin-top: 13px;
    border: none;
    border-bottom: 1px solid #4A4A4A;
    background: none;
    color: hsla(0, 0%, 0%, 0.41);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
}

.textarea-field::placeholder {
    color: hsla(0, 0%, 0%, 0.43);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    padding-left: 3px;
}

/* Wspólne style dla input, select i textarea przy focus */
input:focus,
select:focus,
textarea:focus {
    outline: none;
    background: #4a4a4a10;
    border-radius: 1px;
    transition: ease 0.5s;
}

