.maincontent {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    border: none;
}

.svc-section {
    position: relative;
}
.anchor-tab {
    position: absolute;
    inset: -50px 0 auto;
}
.svc-wrapper {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid var(--accent-color);
}
.svc-left {
    position: relative;
    width: 45%;
    background-color: #e2e4e8;
    background-position: center;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, calc(100% - 25px) calc(50% + 25px), calc(100% - 25px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, calc(100% - 25px) calc(50% + 25px), calc(100% - 25px) 100%, 0 100%);
}
#svc_roofing_services .svc-left {
    background-image: url(/imageserver/UserMedia/pripremier/svc_roofing.webp);
}
#svc_roof_replacements .svc-left {
    background-image: url(/imageserver/UserMedia/pripremier/svc_roof_replacement.webp);
}
#svc_roofing_contractors .svc-left {
    background-image: url(/imageserver/UserMedia/pripremier/svc_contractors.webp);
}
#svc_inspections_repairs .svc-left {
    background-image: url(/imageserver/UserMedia/pripremier/svc_inspection_repair.webp);
    background-position: 20% center;
}
#svc_cleaning_moss_removal .svc-left {
    background-image: url(/imageserver/UserMedia/pripremier/svc_cleaning.webp);
}
.svc-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: var(--yellow);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    border: 3px solid #fff;
}

.svc-right {
    width: 55%;
}
.svc-content {
    position: relative;
    max-width: 650px;
    width: 100%;
}
.svc-content h2 {
    font-weight: 400;
}
.svc-content .h2-bold {
    background: -webkit-linear-gradient(25deg, #2d5f70, #000);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    text-transform: uppercase;
}
.svc-list {
    margin: 30px 0 20px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5%;
}
.svc-item {
    width: calc(50% - (2.5% / 2));
}
.svc-item a {
    position: relative;
    display: block;
    margin-block: 12px;
    font-size: .95rem;
    font-weight: 500;
    color: #2d5f70;
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(5, 5, 5, .2);
    border-left: 2px solid var(--accent-color);
    z-index: 0;
    overflow: hidden;
    transition: color .33s;
}
.svc-item a:hover,
.svc-item a:focus {
    text-decoration: none;
    color: #fff;
}
.svc-item a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(25deg, #151515, #2d5f70);
    opacity: 0;
    transition: left .33s, opacity .33s;
    z-index: -1;
}
.svc-item a:hover::after,
.svc-item a:focus::after {
    left: 0;
    opacity: 1;
}
.svc-item .svc-link-sm {
    display: block;
    line-height: 1.15em;
    margin-block: 5px;
    font-size: .8em;
    color: var(--accent-color);
    font-weight: 400;
    transition: color .33s;
}
.svc-item a:hover .svc-link-sm,
.svc-item a:focus .svc-link-sm {
    color: #fff;
}

.svc-wrapper-reverse {
    flex-direction: row-reverse;
}
.svc-wrapper-reverse .svc-left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 25px 100%, 25px calc(50% + 25px), 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25px 100%, 25px calc(50% + 25px), 0 50%);
}
.svc-wrapper-reverse .svc-icon {
    right: auto;
    left: 30px;
}
.svc-wrapper-reverse .svc-content {
    margin-left: auto;
}

@media (max-width: 1024px) {
    .svc-left,
    .svc-right {
        width: 100%;
    }
    .svc-left,
    .svc-wrapper-reverse .svc-left {
        height: 350px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 55% calc(100% - 40px), calc(55% - 40px) 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 55% calc(100% - 40px), calc(55% - 40px) 100%, 0 100%);
    }
    .svc-right {
        padding-block: 60px;
    }
    .svc-content {
        max-width: 800px;
        margin-inline: auto;
    }
}

@media (max-width: 600px) {
    .svc-left,
    .svc-wrapper-reverse .svc-left {
        height: 250px;
    }
    .svc-item {
        width: 100%;
    }
}


#svc_catalogs {
    position: relative;
    max-width: 100%;
padding: 70px 100px;
background: url(/imageserver/UserMedia/westcoroofing/about-bg1.png);

background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
}