section {
    margin: 0;
}

main {
    padding: .4em 1em;
}

h1 {
    color: var(--red);
    margin-bottom: 10px;
    margin-bottom: 0;
    line-height: 98%;
 
    margin-top: 0;
}
.area-seo{
    color: var(--blue);
    font-size: .6em;
    margin-top: 0;
}
section.full-bleed {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
}

.service-opener-section {
    margin: 20px 0;
}

.why-text {
    margin-left: 33px;
    margin-top: 0;
}

.why-us-section h3 {
    margin-bottom: 5px;
}

/* Advice  contact section */

.contact-bar-services {
    background-color: var(--blue);
    width: 100%;
    padding: .8em .5em;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.contact-bar-services h2 {
    margin: 0;
    color: white;
    width: 100%;
    text-align: center;
}

.contact-bar-services a {
    margin-top: 5px;
}

.service-phone {
    font-size: 1.8em;
    margin-top: 0;
    color: yellow;
    letter-spacing: 4px;
}

.service-email {
    color: #ffffff;
}

.contact-bar-services a:hover {
    text-decoration: underline;
}

.service-phone:hover {
    color: yellow;
}

.service-email:hover {
    color: white;
}

.service-text-title {
    color: var(--red);
    margin: 6px 0;
}

/* image section */


.image-section-services {
    width: 100%;
    color: var(--red);
    background-color: var(--backgroud-light-gray);
    flex-direction: column;
    align-items: center;
    padding: 1.5em .2em;
}

.image-section-services div {
    justify-content: center;
    margin-top: .5em;
    align-items: center;
}

.image-section-services div img {
    object-fit: cover;
    height: 200px;
    margin: 15px;
    border-radius: 4px;
    filter: brightness(110%);
}


.image-section-services div img:nth-child(even) {
    box-shadow:
        -50px -50px 0 -40px var(--red),
        50px 50px 0 -40px var(--red);
}

.image-section-services div img:nth-child(odd) {
    height: 150px;
}

.image-section-services a {
    background-color: var(--red);
    padding: .4em .8em;
    font-size: 1.1em;
    color: white;
    border-radius: 5px;
    margin: 10px 0;

}

.image-section-services a:hover {
    filter: brightness(105%);
    cursor: pointer;
}



/* form */
#form-section {
    padding: 2em;
    width: 100%;
    display: flex;
    align-items: center;
}

.contact-details-wrap {
    width: 80%;
    border-radius: 5px;
    background-color: white;
}

.contact-details-wrap {
    display: flex;
    flex-direction: column;
    gap: .4em;
    color: white;
}

.contact-detail-flex div:nth-child(3) {
    border-bottom: lightgray 2px solid;
    border-top: lightgray 2px solid;
    padding: .4em 0;
    width: 80%;
    margin-top: .4em;
}

.contact-detail-flex {
    display: flex;
    flex-direction: column;
    gap: .4em;
}

.contact-form-wrap {
    width: 100%;
    background-color: white;
    margin: 0 auto;
}

.contact-form-wrap,
.contact-details-wrap {
    padding: 2em;
}

.consent {
    display: flex;
    gap: 10px;
}

.personal-infomation input {
    width: 100%;
    padding: 12px;
    margin: .4em 0;
    border: 2px solid var(--blue);
    border-radius: 8px;
}

.personal-infomation input:focus {
    outline: 2px solid white;
}

.btn-flex button {
    color: white;
    background-color: var(--red);
    padding: 8px 12px;
    border: none;
    letter-spacing: 2px;
    border-radius: 4px;
}

.btn-flex {
    display: flex;
    justify-content: center;
    width: 100%;
}

#formMessage {
    padding: .5em;
    min-height: 100px;
}

.Enquiry {
    margin-bottom: .4em;
}

.form-title {
    color: #113047;
    font-size: 1.3em;
}

.form-bottom {
    display: flex;
    flex-direction: column;
}

.consent label p {
    font-size: .5em;
}

.line {
    border-top: 2px gainsboro solid;
    width: 80%;
}

.line-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

/* why use */
.why-title {
    display: flex;
    align-items: center;
}

.why-us-section h2 {
    color: var(--blue);

}

/* types of section */
.dsc-loft-wrapper {
    margin-top: 1em;
}

.dsc-loft-main-heading {
    color: var(--red);


}

.dsc-loft-conversion-item {
    background-color: var(--backgroud-light-gray);
    padding: .5em .5em;
    margin-bottom: 10px;
    border-radius: 4px;
}

.dsc-loft-conversion-item:hover {
    background-color: #dbdbdb;
    cursor: pointer;
}

.dsc-loft-wrapper h2 {
    margin: 0;
}

.dsc-loft-wrapper p {
    margin-top: 10px;
}

@media (max-width: 1000px) {

    .image-section-services div {
        flex-direction: column;
    }

    .image-section-services div img {
        object-fit: cover;
        height: 200px;
        margin: 15px;
        border-radius: 4px;
        filter: brightness(110%);
    }


    .image-section-services div img:nth-child(even) {
        box-shadow:
            -50px -50px 0 -40px var(--red),
            50px 50px 0 -40px var(--red);
    }

    .image-section-services div img:nth-child(odd) {
        height: 200px;
        box-shadow:
            -50px -50px 0 -40px var(--blue),
            50px 50px 0 -40px var(--blue);
    }

    .area-seo{
        display:inline-block;
    color: var(--blue);
    font-size: .5em;
    margin-top: 0;
    line-height: 1;
    margin-top: 5px;
}
.contact-bar-services h2{
    font-size: 1em;
}
}