html, body, #container   {
    height: 100%;
}
#main > h2 {
    text-align: center;
    margin: 0;
    padding: 30px 10px;
    color: #505050;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.imgZoom {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 30px auto;
    box-sizing: border-box;
}
.tile {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.tile:hover {
    cursor: pointer;
}
.tile:last-of-type {
    margin-bottom: 50px;
}
/* .homeStagingBG */
.fallback .homeStagingBG {
    background-image: url("../img/pocztowki/home-staging-bed-kitchen/home-staging-bed-kitchen.jpg");
}
.webp .homeStagingBG {
    background-image: url("../img/pocztowki/home-staging-bed-kitchen/home-staging-bed-kitchen-75.webp");
}
.avif .homeStagingBG {
    background-image: url("../img/pocztowki/home-staging-bed-kitchen/home-staging-bed-kitchen-30.avif");
}
/* .interiorDesignBG */
.fallback .interiorDesignBG {
    background-image: url("../img/other/cactus-garden/cactus-garden.jpg");
}
.webp .interiorDesignBG {
    background-image: url("../img/other/cactus-garden/cactus-garden-75.webp");
}
.avif .interiorDesignBG {
    background-image: url("../img/other/cactus-garden/cactus-garden-30.avif");
}
/* GARDEN DESIGN READY BACKGROUND
.gardenDesignBG {
    background-image: url("../img/pocztowki/home-staging-tarrace/home-staging-tarrace.jpg");
    background-image: url("../img/pocztowki/home-staging-tarrace/home-staging-tarrace-75.webp");
    background-image: url("../img/pocztowki/home-staging-tarrace/home-staging-tarrace-30.avif");
}*/
.darkBG {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.7), 0 0 20px 0 rgba(0, 0, 0, 0.7) inset;
    transition: all .3s ease;
}
.tileImg {
    flex: 1;
}
.tile img {
    width: 80px;
    margin-right: 10px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
}
.tileTxt {
    flex: 1;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    font-family: Raleway, sans-serif;
}
.tile h3 {
    margin: 10px 0;
    text-shadow: 0 5px 4px rgba(0, 0, 0, 0.8);
    font-weight: 600;
    font-size: 1.3em;
}
.tile p {
    text-shadow: 0 4px 3px rgba(0, 0, 0, 1);
    font-weight: 400;
}

/* CONTACT FORM */
.formWrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .3s ease;
}
.fallback .formWrap {
    background-image: url("../img/pocztowki/home-staging-tarrace-vertical/home-staging-tarrace-vertical.jpg");
}
.webp .formWrap {
    background-image: url("../img/pocztowki/home-staging-tarrace-vertical/home-staging-tarrace-vertical-75.webp");
}
.avif .formWrap {
    background-image: url("../img/pocztowki/home-staging-tarrace-vertical/home-staging-tarrace-vertical-30.avif");
}
.formWrap hr {
    width: 40%;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 2px;
}
.formWrap h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}
.darkHover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.7), 0 0 20px 0 rgba(0, 0, 0, 0.7) inset;
    color: #fff;
}
.form {
    width: 90%;
    margin: 0 auto;
}
#contactForm label {
    display: block;
    margin: 0 0 5px 5px;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.8);
}
#contactForm input[type="text"], #contactForm input[type="email"], #contactForm input[type="tel"] {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    border-radius: 15px;
    border: none;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
    padding-left: 10px;
}
#contactForm input[type="text"]:focus, #contactForm input[type="email"]:focus, #contactForm input[type="tel"]:focus, #contactForm input[type="text"]:focus-visible, #contactForm input[type="email"]:focus-visible, #contactForm input[type="tel"]:focus-visible {
    outline: 3px solid rgb(57, 154, 123);
}
.form button, .form input[type="submit"] {
    display: block;
    margin: 20px auto;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 15px;
    border: none;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5), 0 0 5px 0 rgba(0, 0, 0, 0.3) inset;
    opacity: 0.9;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
}
.form button:hover, .form button:active, .form input[type="submit"]:hover, .form input[type="submit"]:active {
    cursor: pointer;
    background-color: rgb(29, 122, 93);
    color: #fff;
}
.form button:active, .form input[type="submit"]:active {
    position: relative;
    top: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 0 5px 0 rgba(0, 0, 0, 0.3) inset;
}
#servicesData, #summary {
    display: none;
    transition: all 0.4s;
}
#servicesData .inputWrap {
    padding: 10px 0;
    font-size: 18px;
    height: max-content;
    line-height: 160%;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
#servicesData .inputWrap:first-of-type {
    margin-top: 20px;
}
#servicesData .inputWrap:last-of-type {
    margin-bottom: 30px;
}
#servicesData input[type="checkbox"] {
    display: none;
}
#servicesData input[type="checkbox"] + label {
    display: block;
    position: relative;
    float: right;
    width: 60px;
    height: 30px;
    background-color: #eee;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.2) inset;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
#servicesData input[type="checkbox"] + label:before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    border-radius: 12px;
    position: absolute;
    top: 3px;
    left: 3px;
    background-color: #fff;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
}
#servicesData input[type="checkbox"]:checked + label {
    background: rgb(75, 208, 166);
  }
#servicesData input[type="checkbox"]:checked + label:before {
    box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.2);
    left: 33px;
}
#summaryMain {
    padding-bottom: 20px;
}
#summary .sectionHeader {
    font-size: 1.2em;
    margin: 30px 0 10px 0;
    font-weight: 700;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
#summary .data {
    margin: 5px 0 5px 10px;
}
#summary .summarySection:first-of-type .data {
    color: #eee;
}
#summary .dataFill {
    font-weight: 700;
    color: #fff;
}
.mainService {
    font-size: 1.1em;
    font-weight: 600;
}
#servicesSummary .data {
    margin-left: 20px;
}
#servicesSummary .mainService {
    margin-left: 10px;
}
#privacy {
    margin: 10px auto 0 auto;
    font-size: 0.9em;
    color:rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
    width: max-content;
    height: 25px;
}
#privacy a {
    color:rgb(122, 255, 213);
}
#privacy a:focus, #privacy a:active {
    color:rgb(29, 122, 93);
}
#privacy a:visited {
    color:rgb(75, 208, 166);
}
#privacy input[type="checkbox"] {
    display: none;
}
#privacy label {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    outline: none;
    background-color: #eee;
    border-radius: 50%;
    cursor: pointer;
    transition: all .5s ease;
    transition: width height .2s ease;
    margin-right: 5px;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
#privacy label:hover {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    position: relative;
    top: -1px;
    left: -1px;
}
#privacy input[type="checkbox"]:checked+label {
    background-color: rgb(101, 215, 112);
}

/* MEDIA */
@media screen and (min-width: 500px) {
    .imgZoom .darkBG {
        padding: 50px 10px;
    }
}
@media screen and (min-width: 1000px) {
    #main {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        height: 100%;
    }
    .mainContact {
        background: rgb(182,182,182);
        background: radial-gradient(circle, rgb(200, 200, 200) 0%, rgba(225, 225, 225, 0.8) 50%, rgba(230,230,230,0.9) 70%, rgba(255,255,255,1) 100%);
    }
    #main > h2 {
        font-size: 36px;
        padding: 50px 10px;
    }
    .desktopFlexContainer {
        display: flex;
    }
    .imgZoom {
        max-width: 750px;
        flex: 1;
        overflow: hidden;
        transition: all .3s ease;
    }
    .tile, .darkBG {
        border-radius: 0;
        box-sizing: border-box;
    }
    .tile, .tile:last-of-type {
        margin-bottom: 0;
    }
    .darkBG {
        display: block;
        padding: 10vh 0;
        height: calc(100% + 50px);
        box-sizing: border-box;
    }
    .tileIcon {
        text-align: center;
    }
    .tileIcon img {
        width: 120px;
        margin: 0;
    }
    .tileTxt {
        width: 80%;
        margin: 0 auto;
    }
    .tile:hover .tileTxt h3 {
        font-size: 34px;
        transition: all 0.2s;
        box-sizing: border-box;
    }
    .imgZoom:hover .tile, .imgZoom:focus .tile {
        transform: scale(1.1);
        transition: all 0.3s ease;
    }
    .tileTxt h3 {
        height: 50px;
        font-size: 32px;
    }
    .tileTxt p {
        font-size: 20px;
        margin-top: 10px;
    }
    .formWrap {
        width: 50%;
        max-width: 800px;
        margin: 0 auto 50px auto;
        border-radius: 50px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    }
    .darkHover {
        border-radius: 50px;
    }
}
@media screen and (min-width: 1500px) {
    .imgZoom {
        border-radius: 30px;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
    }
    .formWrap .darkHover {
        padding: 50px 20px;
    }
}
@media screen and (min-width: 2000px) {
    .formWrap {
        transform: scale(1.2);
        margin: 100px auto;
    }
    .imgZoom {
        transform: scale(1.2);
        margin: 100px auto;
    }
    .imgZoom .darkBG {
        padding: 80px 20px;
    }
}