:root {
    --main-orange: #e5a233;
}

.maincontent {
    padding: 0;
    margin: 0;
}



/* COM - HERO */
.com-hero {
    height: 308px;
    width: 100%;
    background: url("/imageserver/UserMedia/ashburn/com-roof-hero.jpeg");
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 0 0 10%;
    border-bottom: solid 8px var(--main-orange);
    user-select: none;
}

.com-hero h1 {
    margin: 0;
    color: var(--main-orange);
    z-index: 1;
    font-size: 60px;
    max-width: 65%;
}

.com-hero-shade {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.608);
    width: 65%;
    height: 100%;
    z-index: 0;
    content: '';
    left: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

@media (max-width: 811px) {
    .com-hero h1 {
        font-size: 32px;
    }
}



/* COM - INTRO */
.com-intro {
    width: 100%;
    padding: 75px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 50px;
    row-gap: 30px;
}

.com-intro-image-wrap {
    width: 600px;
    height: 400px;
    max-width: 80vw;
    max-height: calc(0.6667 * 80vw);
    position: relative;
}

.com-intro-image-wrap::before {
    content: "";
    z-index: 0;
    border-top: solid 12px var(--main-orange);
    border-left: solid 12px var(--main-orange);
    height: 100px;
    max-height: 30%;
    width: 100px;
    max-width: 30%;
    position: absolute;
    left: -20px;
    top: -20px;
}

.com-intro-image-wrap::after {
    content: "";
    z-index: 0;
    border-bottom: solid 12px var(--main-orange);
    border-right: solid 12px var(--main-orange);
    height: 100px;
    max-height: 30%;
    width: 100px;
    max-width: 30%;
    position: absolute;
    right: -20px;
    bottom: -20px;
}

.com-intro-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.com-intro-content {
    width: 1000px;
    max-width: 90vw;
}

.com-intro-content h2 {
    font-size: 32px;
    margin: 0 0 16px 0;
    color: black;
}

.com-intro-content h2 span {
    color: var(--main-orange);
}

/* COM - SERVICES */
.com-services {
    width: 100%;
    background: url(/imageserver/UserMedia/ashburn/metal.jpeg);
    background-size: cover;
    background-position: center;
}

.com-services-overlay {
    padding: 50px 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.722);
    backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.com-services-overlay h2 {
    color: var(--main-orange);
    font-size: 40px;
    text-align: center;
    margin: 0 0 16px 0;
}

.com-services-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    row-gap: 24px;
}

.com-services-item {
    width: 1300px;
    max-width: 85vw;
    height: 300px;
    background-color: var(--main-orange);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.com-services-item:hover {
    box-shadow: 0px 0px 0px 4px var(--main-orange);
}

.com-services-item img {
    width: 40%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.com-services-item-content {
    width: 60%;
    box-sizing: border-box;
    padding: 0 5%;
}

.com-services-item-content h3 {
    margin: 0 0 8px 0;
    color: white;
}

.com-services-item-content p {
    margin: 0;
    font-size: 16px;
    color: white;
}

@media (max-width: 625px) {
    .com-services-item {
        flex-direction: column;
        height: fit-content;
        width: 85vw;
    }

    .com-services-item img {
        width: 100%;
        height: 200px;
    }

    .com-services-item-content {
        width: 100%;
        padding: 20px 5%;
    }
}

/* COM - CTA */
.com-cta {
    width: 100%;
    padding: 150px 0 75px 0;
    position: relative;
}

.com-cta-dec {
    width: 100%;
    height: 50px;
    background-color: var(--main-orange);
    position: absolute;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 25px, 100% 25px, 60% 100%, 40% 100%, 0% 25px, 0 25px);
}

.com-cta-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;
    row-gap: 25px;
}

.com-cta-content .site_button {
    width: fit-content;
    background-color: #e5a233;   
}

.com-cta-content .site_button:hover {
    opacity: 50%;
}

.com-cta-content .site_button a {
    text-decoration: none;
    color: white;
}

.com-cta-text {
    width: 900px;
    max-width: 85vw;
    box-sizing: border-box;
    padding: 0 5% 0 0;
}

.com-cta-image-wrap {
    width: 600px;
    height: 400px;
    position: relative;
    max-width: 85vw;
    max-height: calc(0.667 * 85vw);
}

.com-cta-image-wrap::before {
    content: "";
    width: 50px;
    height: 50px;
    max-width: 20%;
    max-height: 20%;
    position: absolute;
    border-left: solid 8px var(--main-orange);
    border-top: solid 8px var(--main-orange);
    top: -12px;
    left: -12px;
}

.com-cta-image-wrap::after {
    content: "";
    width: 50px;
    height: 50px;
    max-width: 20%;
    max-height: 20%;
    position: absolute;
    border-right: solid 8px var(--main-orange);
    border-bottom: solid 8px var(--main-orange);
    bottom: -12px;
    right: -12px;
}

.com-cta-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
}

.com-cta-text h2 {
    font-size: 32px;
    margin: 0 0 12px 0;
}

.com-cta-text h2 span {
    color: var(--main-orange);
    font-style: italic;
    font-size: 34px;
    margin: 0;
}