
/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* Set default box-sizing */
*, *:before, *:after {
    box-sizing: border-box;
}

/* Mobile First CSS */

/* Body */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    background-color: #f7f9fc; /* Light blue-gray */
}

/* Header */
#header-seo-unique {
    background-color: #02475e; /* Dark blue */
    padding: 10px;
    text-align: center;
}

#header-seo-unique img {
    max-width: 100%;
    height: auto;
    max-height: 60px;
}

/* Main Content */
#main-content-unique {
    padding: 15px;
}

/* Section: Warszawskie Mosty */
#section-warszawskie-mosty {
    background-color: #fff3e0; /* Light orange */
    padding: 20px;
    border-radius: 8px; 
    margin-bottom: 20px;
}

#section-warszawskie-mosty h1 {
    color: #e64a19; /* Deep orange */
    margin-bottom: 10px;
}

#section-warszawskie-mosty p {
    color: #455a64; /* Blue gray */
}

#section-warszawskie-mosty img {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    margin-top: 10px;
    border-radius: 8px;
}

/* Section: Historia Mostów */
#section-historia-mostow {
    background-color: #e1f5fe; /* Light Cyan*/
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

#section-historia-mostow p {
    color: #0277bd; /* Vibrant blue */
}

#section-historia-mostow img {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    margin-top: 10px;
    border-radius: 8px;
}

/* Section: Lista Mostów */
#section-lista-mostow {
    background-color: #fce4ec; /* Light pink */
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

#section-lista-mostow h2 {
    color: #b71c1c; /* Deep red */
}

#section-lista-mostow ul {
    list-style-type: disc;
    padding-left: 20px;
}

#section-lista-mostow li {
    color: #424242; /* Dark gray */
    margin-bottom: 5px;
}

/* Section: Portfolio Mostów */
#section-portfolio-mostow {
    background-color: #f3e5f5; /* Light Purple */
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

#section-portfolio-mostow h2 {
    color: #7b1fa2; /* Purple */
    margin-bottom: 10px;
}

#section-portfolio-mostow img {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    margin-top: 10px;
    border-radius: 8px;
}

/* Section: Forma Subskrypcji */
#section-forma-subskrypcji {
    background-color: #f1f8e9; /* Light Lime */
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
}

#section-forma-subskrypcji h2 {
    color: #33691e; /* Dark green */
    margin-bottom: 15px;
}

#subscription-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#subscription-form input[type="email"] {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #c5e1a5;
    border-radius: 4px;
    width: 90%;
    max-width: 300px;
}

#subscription-form button {
    background-color: #689f38; /* Lime green */
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 90%;
    max-width: 300px;
}

#subscription-form button:hover {
    background-color: #558b2f; /* Darker lime green */
}

/* Footer */
#footer-kontakt-unique {
    background-color: #263238; /* Dark blue-gray */
    color: #eceff1; /* Light gray */
    padding: 20px;
}

#footer-kontakt-unique nav ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding: 0;
}

#footer-kontakt-unique nav ul li {
    margin: 0 10px;
}

#footer-kontakt-unique nav ul li a {
    color: #80d8ff; /* Bright blue */
    text-decoration: none;
}

#footer-kontakt-unique nav ul li a:hover {
    text-decoration: underline;
}

.disclaimer-unique {
    margin-top: 20px;
    color: #b0bec5; /* Light blue-gray */
    font-size: 0.9rem;
    text-align: center;
}
