/* Start custom CSS for html, class: .elementor-element-b549e2b *//* --- Sekcja o15: Nowoczesny Kontakt --- */
.o15 {
    padding: 80px 20px;
    background-color: #fcfdfe;
    font-family: 'Montserrat', sans-serif;
}

.o15-container {
    max-width: 1200px;
    margin: 0 auto;
}

.o15-header {
    text-align: center;
    margin-bottom: 60px;
}

.o15-title {
    font-size: 38px;
    color: #004b87;
    margin-bottom: 15px;
    font-weight: 300;
}

.o15-title strong { font-weight: 800; }

.o15-subtitle {
    font-size: 16px;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.o15-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
}

/* Karta danych i formularza */
.o15-info-card, .o15-form-card {
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 15px 45px rgba(0, 75, 135, 0.05);
    height: 100%;
}

.o15-info-card h3, .o15-form-card h3 {
    font-size: 22px;
    color: #004b87;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 10px;
}

.o15-info-card h3::after, .o15-form-card h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #00a896;
}

/* Dane kontaktowe */
.o15-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.o15-icon {
    width: 45px;
    height: 45px;
    background: #e9f7f5;
    color: #00a896;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.o15-text strong {
    display: block;
    font-size: 14px;
    color: #004b87;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.o15-text p, .o15-text a {
    font-size: 15px;
    color: #555;
    text-decoration: none;
    margin: 0;
    line-height: 1.5;
}

.o15-text a:hover { color: #00a896; }

/* Stylowanie Contact Form 7 */
.o15-cf7-wrapper input[type="text"],
.o15-cf7-wrapper input[type="email"],
.o15-cf7-wrapper input[type="tel"],
.o15-cf7-wrapper textarea {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 20px;
    border: none;
    border-bottom: 2px solid #f0f0f0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    transition: 0.3s;
    background: transparent;
}

.o15-cf7-wrapper input:focus, .o15-cf7-wrapper textarea:focus {
    outline: none;
    border-bottom-color: #00a896;
}

.o15-cf7-wrapper input[type="submit"] {
    background: #00a896;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
}

.o15-cf7-wrapper input[type="submit"]:hover {
    background: #004b87;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 168, 150, 0.2);
}

/* Responsywność */
@media (max-width: 900px) {
    .o15-grid { grid-template-columns: 1fr; }
    .o15-title { font-size: 30px; }
}/* End custom CSS */