:root{
    --prim1: #002060; /*Primary Color*/
    --prim2: #F5F7F9; /*Background Gray*/
    --prim3: #333333; /*Dark Gray*/
    --prim4: #fff; /*White*/
    --hover1: #CCCCCC; /*Hover Gray*/
    --hover2: #4C7CDA; /*Hover Blue*/
}
h1, h2, h3, h4, p, a, li {
    font-family: 'Inter',sans-serif;
}
body {
    margin: 0;
    background: var(--prim4);
}
a.weic-btn-s1 {
    font-size: 16px;
    text-decoration: none;
    color: var(--prim1);
    background: #fff;
    display: block;
    width: fit-content;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
}
a.weic-btn-s1:hover {
    background: var(--hover1);
}
a.weic-btn-s2 {
    background: var(--prim1);
    color: var(--prim4)!important;
    text-decoration: none;
    padding: 10px;
    display: block;
    width: fit-content;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    border-radius: 6px;
    text-transform: uppercase;
}
a.weic-btn-s2:hover {
    background: var(--hover2);
}
/*********
Header
***********/
header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
}
header .weic-topBarSection {
    margin: 0 auto;
    position: fixed;
    z-index: 100;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow:0px 2px 16px rgba(0,32,96,.08);
}
.weic-topBarMobileMenu {
    display: none;
}
.weic-topBarSectionContainer a.navBtn {
    background: var(--prim1);
    color: var(--prim4);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 8px;
}
.weic-topBarSectionContainer a.navBtn:hover {
    background: var(--hover2);
}
.weic-topBarLogo a {
    display: flex;
    justify-content: center;
    max-width: 226px;
    width: 100%;
    align-items: center;
}
.weic-topBarLogo a img {
    width: 100%;
}
.weic-topBarSectionContainer {
    padding: 2rem 20px 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width:1440px;
    margin:0 auto;
    
}
.weic-topBarSection .weic-topBarMenuItems {
    display: flex;
    align-items: center;
    gap: 30px;
}
.weic-topBarSection .weic-topBarMenuItem a:not(.navBtn) {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 1.5;
}
.weic-topBarSection .weic-topBarMenuItem a:not(.navBtn):hover {
    color: var(--hover1);
}
.weic-topBarSection .weic-topBarMenuItem {
    position: relative;
}
.weic-topBarMenuItem.dropdown button.OurServicesNav {
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Inter',sans-serif;
    font-weight: 500;
    color: #000;
    padding:0 20px 0 0;
}
.weic-topBarMenuItem.dropdown button.OurServicesNav::after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(/assets/down-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 4px;
    right: -5px;
}
.weic-topBarMenuItem.dropdown .serviceNavItem a:hover, .weic-topBarSection .weic-topBarMenuItem a:not(.navBtn):hover {
    color: var(--hover2)!important;
    opacity: 1;
}
.serviceNav {
    position: absolute;
    top: 17px;
    background: #fff;
    width: 100%;
    padding: 2rem 10px 1rem;
    max-width: 137px;
    border-radius: 8px;
}
.serviceNav .serviceNavItem:not(:last-child) {
    margin-bottom: 10px;
}
.weic-topBarMenuItem.dropdown .serviceNav {
    display: none;
}
.weic-topBarMenuItem.dropdown.show .serviceNav {
    display: block;
}
.weic-topBarMenuItem.dropdown.show button.OurServicesNav{color:var(--hover2);}
.weic-topBarMenuItem.dropdown .serviceNav .serviceNavItem a {
    padding-left: 10px;
}
/*********
Home Page 
*********/
.weic-radial-overlay img {
    width: 100%;
}
.weic-headline-section {
    margin-top: 2rem;
}
.weic-radial-overlay, .weic-headline-section-bg {
    position: relative;
}
.weic-headline-section-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 75% 20%, rgba(0, 14, 42, 0), rgba(0, 14, 42, .9));
    pointer-events: none;
}
.weic-headline-section-bg {
    background: url(/assets/male-electrician-works-switchboard-with-electrical-connecting-cable.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 720px;
    background-position: center center;
}
.weic-headline-section-content {
    position: absolute;
    max-width: 684px;
    z-index: 2;
    top: 16%;
    left: 5%;
    transform: translate3d(0,0,0);
}
.weic-headline-section-content h1 {
    color: #fff;
    font-size: 56px;
    line-height: 120%;
}
.weic-headline-section-content p {
    color: #fff;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    max-width: 580px;
    margin: 2rem 0 3rem;
}
/*************
Home - Trusted Section
**************/
.weic-trusted-section {
    text-align: center;
    padding: 3rem 20px;
}
.weic-trusted-section h2 {
    font-family: 'Inter',sans-serif;
    font-size: 40px;
    line-height: 125%;
    font-weight: 600;
    max-width: 698px;
    margin: 0 auto;
}
.weic-trusted-section p {
    font-family: 'Inter',sans-serif;
    font-size: 16px;
    max-width: 688px;
    margin: 2rem auto;
    font-weight: 500;
}
.trustedLogos {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 0;
    align-items: center;
}
/**************
Home - Services Section
***************/
.home-services-section {
    max-width: 1312px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.home-services-overview {
    max-width: 616px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.home-services-item {
    flex-basis: 276px;
}
.home-services-item img {
    max-width: 52px;
    width: 100%;
}
.home-services-item h3 {
    font-family: 'Inter',sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
}
.home-services-item p {
    font-size: 16px;
    line-height: 150%;
    min-height: 100px;
}
a.weic-transparent-s1 {
    color: var(--prim1);
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
}
a.weic-transparent-s1::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url('/assets/icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 4px;
    right: -20px;
}
a.weic-transparent-s1:hover::after {
    filter: brightness(0) saturate(100%) invert(40%) sepia(93%) saturate(373%) hue-rotate(180deg) brightness(100%) contrast(93%);
}
a.weic-transparent-s1:hover {
    text-decoration: underline;
    color: var(--hover2);
}
.home-services-img {
    max-width: 616px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.home-services-img img {
    width: 100%;
}
.home-services-img::after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 14, 42, 0) 50%, rgba(0, 14, 42, .85) 100%);
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/*******************
Home - About Section
*******************/
.home-about-section {
    background: url('/assets/male-electrician-works-switchboard-with-electrical-connecting-cable%201.png');
    position: relative;
    padding: 7rem 20px;
    margin: 5rem 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-about-section-container {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: start;
    gap: 40px;
    justify-content: space-between;
    max-width: 1312px;
    margin: 0 auto;
}
.home-about-headline {
    max-width: 530px;
}
.home-about-section-container .home-about-headline h3 {
    font-size: 40px;
    color: #fff;
    line-height: 120%;
    font-weight: 600;
    margin: 0;
}
.home-about-txt {
    max-width: 616px;
}
.home-about-txt p {
    margin-top: 0px;
    color: #fff;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 2rem;
}
.home-about-section::after {
    content: '';
    display: block;
    background: #002060;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .70;
}
.weic-page-hero-section.no-bg .weic-page-hero-section-container h3 {
    color: var(--prim1);
}
.weic-page-hero-section.no-bg .weic-page-hero-section-container h1, .weic-page-hero-section.no-bg .weic-page-hero-section-container p {
    color: #000;
}
/************
Home - Advantage Section
*************/
.home-advantage-section {
    padding: 0rem 20px 20px;
}
.home-advantage-section-container {
    max-width: 1312px;
    margin: 0 auto;
}
.home-advantage-section-container h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    line-height: 120%;
}
.home-advantage-items {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding-top: 3rem;
}
.home-advantage-item {
    flex-basis: 405.33px;
    text-align: center;
}
.home-advantage-item img {
    max-width: 45px;
    width: 100%;
}
.home-advantage-item h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
}
.home-advantage-item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}
/**********
Page - Hero Section
************/
.weic-page-hero-section {
    background: linear-gradient(to bottom, rgba(0,14,42,.25),rgba(0,14,42,.85)),url(/assets/photo_2025-05-30_13-38-20%201.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.weic-page-hero-section-container {
    max-width: 800px;
    margin: 2rem auto;
    text-align: center;
    padding: 10rem 2rem;
    color: #fff;
}
.weic-page-hero-section-container h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}
.weic-page-hero-section-container h1 {
    font-size: 56px;
    line-height: 1.2;
    margin: 1rem 0;
}
.weic-page-hero-section-container p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    padding-bottom: 2rem;
}
.weic-page-hero-section-container a {
    margin: 0 auto;
}
.weic-page-hero-section.no-bg {
    background: unset;
}
/*****************
Page - 2 column Text
*****************/
.weic-page-2col-txt-row-section {
    max-width: 1348px;
    margin: 0 auto;
    padding: 3rem 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.weic-page-2col-txt-row-section .weic-page-2col-col:first-child {
    flex-basis: 468px;
}
.weic-page-2col-txt-row-section .weic-page-2col-col h2 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
}
.weic-page-2col-txt-row-section .weic-page-2col-col:last-child {
    flex-basis: 764px;
}
.weic-page-2col-col p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

/******************
Page - Image
******************/
.weic-page-img-section {
    padding: 0 1rem;
    max-width: 1348px;
    overflow: hidden;
    margin:0 auto;
}
.weic-page-img-section img {
    width: 100%;
    border-radius: 10px;
    margin:0 auto;
}
/*******************
Page - Headline + Copy
*******************/
.weic-page-headline-txt-section {
    padding: 2rem 1rem;
    max-width: 714px;
    margin: 0 auto;
    text-align: center;
}
.weic-page-headline-txt-section h2 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
    margin: 1rem 0;
}
.weic-page-headline-txt-section p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
/****************
Page - Headline + Copy & Checklist
****************/
.weic-page-2col-txt-list-section {
    background: var(--prim2);
}
.weic-page-2col-txt-list-section .weic-page2col-txt-list-section-container {
    padding: 4rem 1rem;
    max-width: 1328px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    flex-wrap:wrap;
}
.weic-page-2col-txt-list-section .weic-page2col-txt-list-section-container .weic-page-2col-txt-list-col:first-child {
    flex-basis: 468px;
}
.weic-page-2col-txt-list-section .weic-page2col-txt-list-section-container .weic-page-2col-txt-list-col h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}
.weic-page-2col-txt-list-section .weic-page2col-txt-list-section-container .weic-page-2col-txt-list-col:last-child {
    flex-basis: 764px;
}
.weic-page-2col-txt-list-section .weic-page2col-txt-list-section-container .weic-page-2col-txt-list-col p {
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 1rem;
}
.weic-page-2col-txt-list-section .weic-page2col-txt-list-section-container .weic-page-2col-txt-list-col ul {
    list-style: none;
    padding-left: 35px;
    padding-top: 1rem;
}
.weic-page-2col-txt-list-section .weic-page2col-txt-list-section-container .weic-page-2col-txt-list-col ul li:not(:last-child) {
    margin-bottom: 1rem;
}
.weic-page-2col-txt-list-section .weic-page2col-txt-list-section-container .weic-page-2col-txt-list-col ul li:before {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background: url(/assets/check-square.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -35px;
}
.weic-page-2col-txt-list-col ul li {
    position: relative;
}
/**************
Page - Trusted Logos
**************/
.weic-page-headline-txt-logos-section {
    padding: 3rem 1rem;
}
.weic-page-headline-txt-logos-section h2 {
    font-weight: 700;
    font-size: 40px;
    max-width: 698px;
    margin: 0 auto;
    text-align: center;
}
.weic-page-headline-txt-logos-section p {
    max-width: 688px;
    margin: 2rem auto;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.weic-page-headline-logos-items {
    display: flex;
    gap: 20px;
    max-width: 1312px;
    margin: 1rem auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
/*************
Page - Contact
*****************/
.contact-page .weic-page-hero-section-container {
    padding-bottom: 0px;
}
.weic-page-contact-options {
    max-width: 1350px;
    padding: 0 20px;
}
.contact-options-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.contact-option-item {
    width: 292px;
    height: 231px;
    text-align: center;
    justify-content: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 4px 16px rgba(0,32,96,0.08);
}
.contact-option-img {
    width: 48px;
    height: 48px;
    margin-top: 2rem;
}
.contact-option-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact-option-item h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 1rem 0;
}
.contact-option-item a {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}
/************
Page - List Text with Headline
*************/
.weic-page-list-section {
    display: flex;
    gap: 30px;
    padding: 3rem 2rem;
    max-width: 1332px;
    margin:0 auto;
}
.weic-page-list-section .list-headline {
    max-width: 453px;
}
.weic-page-list-section .list-content {
    display: flex;
}
.weic-page-list-section .list-content ul li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
.weic-page-list-section .list-headline h2 {
    font-size: 40px;
    line-height: 1.25;
}
.weic-page-2col-txt-row-container {
    display: flex;
    max-width: 1312px;
    margin: 0 auto;
    justify-content: space-between;
}
.weic-page-2col-txt-list-section .weic-page-2col-txt-list-col:last-child li {
    font-size: 16px;
    font-weight: 600;
}
/**********
Page - Gallery Styling
************/
.weic-page-txt-gallery h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 800;
    line-height: 1.2;
}
.weic-page-txt-gallery p {
    max-width: 768px;
    text-align: center;
    margin: 0 auto 3rem;
    font-size: 18px;
}
.galleryContainer .galleryItem {
    width: 416px;
    height: 416px;
    border-radius: 10px;
    overflow: hidden;
    margin: 1rem;
}
.galleryContainer .galleryItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.galleryContainer {
    max-width: 1312px;
    margin: 0 auto;
}
.gallery {
    padding: 0 2rem 2rem;
}
.galleryContainer > .galleryItem:not(:first-child) {
    display: none;
}
.gallery ul.slick-dots {
    list-style: none;
    display: flex;
    gap: 5px;
    justify-content: center;
}
.gallery ul.slick-dots button {
    font-size: 0px;
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
}
.gallery ul.slick-dots li.slick-active button {
    background: var(--prim1);
}
.galleryContainer button.weic-arrow {
    border: 0px;
    width: 56px;
    height: 56px;
    background: var(--prim1);
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    z-index: 3;
    top: 40%;
}
.galleryContainer button.weic-arrow.slick-next {
    right: -20px;
}
.galleryContainer button.weic-arrow.slick-prev {
    left: -20px;
}
.galleryContainer button.weic-arrow.slick-prev img {
    transform: rotate(180deg);
}
/********
Page - Service Header
*******/
.service-overview {
    max-width: 1440px;
    height: 700px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.serviceOverviewTxt {
    max-width: 576px;
    margin: 0 auto;
}
.service-overview .serviceOverviewTxt h1 {
    font-size: 40px;
    line-height: 1.25;
}
.service-overview .serviceOverviewTxt p {
    font-size: 18px;
    line-height: 1.5;
    max-width: 566px;
}
.serviceOverviewImg {
    max-width: 720px;
    width: 100%;
    height: 100%;
}
.serviceOverviewImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.service-page .weic-page-headline-txt-logos-section {
    background: var(--prim2);
    padding: 5rem 1rem;
}
.service-page .weic-page-headline-txt-logos-section h2 {
    margin-bottom: 3rem;
}
.service-page .weic-page-2col-txt-row-section .weic-page-2col-col:first-child {
    flex-shrink: 0;
    flex-basis: 616px;
}
/************
Service cards
**************/
 .services-page .weic-page-hero-section {
    background: linear-gradient(to bottom, rgba(0,14,42,.25),rgba(0,14,42,.85)),url(/assets/man-electrical-technician-working-switchboard-with-fuses-uses-tablet%201.png);
background-repeat: no-repeat;
    background-size: cover;
}
.weic-services-overviewItems {
    background: var(--prim2);
    padding: 6rem 20px;
}
.weic-services-overviewItemCard:not(:last-child) {
    margin-bottom: 3rem;
}
.weic-services-overviewItems .weic-services-overviewItemCard {
    max-width: 1312px;
    margin: 0 auto;
    box-shadow: 0px 4px 16px rgba(0,32,96,0.08);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    background: var(--prim4);
}
.weic-services-overviewItems .weic-services-overviewItemCard .weic-services-itemImg {
    width: 634px;
    height: 595px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 10px;
}
.weic-services-overviewItems .weic-services-overviewItemCard .weic-services-itemImg img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.weic-services-overviewItemCard .weic-services-itemTxt h2 {
    font-size: 56px;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
}
.weic-services-overviewItemCard .weic-services-itemTxt p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2rem;
}
.weic-services-itemTxt {
    max-width: 560px;
    margin: 0 auto;

}
.weic-services-overviewItemCard:not(.reverse) {
    flex-direction: row-reverse;
}
.weic-services-overviewItems .weic-services-overviewItemCard:not(:last-child) {
    margin-bottom: 2rem;
}
.weic-services-overviewItemsContainer ul.slick-dots {
    list-style: none;
    display: flex;
    gap: 5px;
    justify-content: center;
}
.weic-services-overviewItemsContainer ul.slick-dots button {
    font-size: 0px;
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
}
.weic-services-overviewItemsContainer ul.slick-dots li.slick-active button {
    background: var(--prim1);
}

/************
Footer
*************/
footer {
    background: var(--prim1);
    padding: 3rem 2rem;
    margin-top:4rem;
}
.weicFooterSection {
    max-width: 1440px;
    margin: 0 auto;
}
.weicFooterSection .weicFooterContact h2 {
    font-size: 56px;
    color: var(--prim4);
    line-height: 1.2;
    margin: 0 0 1rem;
}
.weicFooterSection .weicFooterContact p {
    font-size: 18px;
    color: var(--prim4);
    margin: 0;
}
.weicFooterContact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom:15rem;
    padding-top:4rem;
}
.weicFooterDetails {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom:4rem;
}
.weicFooterDetails .weicFooterLogo a {
    display: block;
}
.weicFooterDetails .weicFooterLinks a {
    color: var(--prim4)!important;
    text-decoration: none;
    outline: 0!important;
    border: 0!important;
    padding: 0!important;
    font-size: 14px;
    font-weight: 700;
}
.weicFooterDetails .weicFooterLinks a:hover {
    opacity: .5;
}
.weicFooterDetails .weicFooterLinks {
    display: flex;
    gap: 10px;
}
.weicFooterSitemap {
    border-top: 1px solid var(--prim4);
}
.weicFooterSitemap .weicFooterSitemapContainer {
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}
.weicFooterSitemap .weicFooterSitemapContainer p, .weicFooterSitemap .weicFooterSitemapContainer a {
    color: var(--prim4);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
/************
Pennsylvania Page Alteration
************/
.pa-page .weic-page-hero-section {
    background: linear-gradient(to bottom, rgba(0,14,42,.25),rgba(0,14,42,.85)),url(/assets/man-electrical-technician-working-switchboard-with-fuses%20copy%201.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.pa-page .weic-page-2col-txt-row-section {
    background: url(/assets/male-electrician-works-switchboard-with-electrical-connecting-cable%20%281%29.png);
    position: relative;
    padding: 7rem 20px;
    margin: 5rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    max-width:100%;
    display:block;
}
.pa-page .weic-page-2col-txt-row-section::after {
    content: '';
    display: block;
    background: #002060;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .70;
}
.pa-page .weic-page-2col-txt-row-section .weic-page-2col-col:last-child{flex-basis:unset;}
.pa-page .weic-page-2col-txt-row-section .weic-page-2col-col {
    z-index: 3;
    position: relative;
}
.pa-page .weic-page-2col-txt-row-section h2, .pa-page .weic-page-2col-txt-row-section p {
    color: #fff;
    margin-top:0px;
    margin-bottom:3rem;
}
.pa-page .weic-page-2col-txt-row-section p {max-width:616px;}
.pa-page .home-advantage-section .home-advantage-section-container >h2 {
    max-width: 768px;
    margin: 2rem auto;
    text-align: center;
}
.pa-page .home-advantage-section .home-advantage-section-container p {
    max-width: 540px;
    margin: 0 auto;
    text-align:center;
}
/*****************
Service Page Alteration
*****************/
.weic-body.service-page {
    margin-top: 5rem;
}
.service-page .weic-page-2col-txt-row-section {
    background: url(/assets/electrician-with-tablet-adjusting-circuitry-junction-box%201.png);
    position: relative;
    padding: 7rem 20px;
    margin: 5rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    max-width:100%;
    display:block;
}
.service-page .weic-page-2col-txt-row-section::after {
    content: '';
    display: block;
    background: #002060;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .70;
}
.service-page .weic-page-2col-txt-row-section .weic-page-2col-col:last-child{flex-basis:unset;max-width:616px;}
.service-page .weic-page-2col-txt-row-section .weic-page-2col-col p {
    color: #fff;
}
.service-page .weic-page-2col-txt-row-section .weic-page-2col-col {
    z-index: 3;
    position: relative;
}
.service-page .weic-page-2col-txt-row-section h2, .pa-page .weic-page-2col-txt-row-section p {
    color: #fff;
    margin-top:0px;
    margin-bottom:3rem;
}
.service-page.weic-page-2col-txt-row-section p {max-width:616px;}
.service-page .home-advantage-section .home-advantage-section-container >h2 {
    max-width: 768px;
    margin: 2rem auto;
    text-align: center;
}
.service-page .home-advantage-section .home-advantage-section-container p {
    max-width: 540px;
    margin: 0 auto;
    text-align:center;
}
.service-page .weic-page-2col-txt-row-section .weic-page-2col-col a.weic-btn-s1 {
    margin-top: 3rem;
}
/*****************
About Page Alteration
*****************/
.weic-body.about-page {
    margin-top: 6rem;
}
/*****************
Contact Page Alteration
******************/
.weic-body.contact-page {
    margin-top: 10rem;
}
   .contact-page .weic-page-hero-section-container {
    padding-bottom: 0px;
    padding-top:0px;
}
.weic-page-contact-options {
    max-width: 1350px;
    padding: 0 20px;
    margin: 0 auto;
}
.contact-options-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content:center;
}
.contact-option-item {
    width: 292px;
    height: 231px;
    text-align: center;
    justify-content: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 4px 16px rgba(0,32,96,0.08);
}
.contact-option-img {
    width: 48px;
    height: 48px;
    margin-top: 2rem;
}
.contact-option-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact-option-item h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 1rem 0;
}
.contact-option-item a {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}
.weic-page-embed-container{
    position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius:10px;
}
.weic-page-embed-container iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;  
}
.weic-page-embed {
    max-width: 1225px;
    padding: 3rem 20px;
    overflow: hidden;
    margin:0 auto;
}
.contact-page .weic-page-hero-section-container{max-width:694px;}
/*****************
Responsiveness
****************/
@media only screen and (max-width:1480px){
    .service-overview {
    padding: 0 20px;
}
}
@media only screen and (max-width:1300px){
    .weicFooterContact{gap:30px;}
    .home-services-item h3{font-size:20px;}
    .home-services-img{max-width:500px;}
    .home-services-section{flex-wrap:wrap-reverse;}
    .home-services-overview{justify-content:center;}

}
@media only screen and (max-width:1050px){
    .service-overview .serviceOverviewTxt h1 {
    font-size: 32px;
    line-height: 1.2;
}
.service-overview .serviceOverviewTxt p{font-size:16px;}
.serviceOverviewTxt {
    max-width: 335px;
    margin: 0 auto;
}
.serviceOverviewImg{max-width:450px;}
.service-page .weic-page-headline-txt-logos-section h2 {
    font-size: 32px;
    text-align: center;
    line-height: 1.25;
    max-width: 340px;
}
.weic-page-list-section .list-headline h2, .weic-page-txt-gallery h2 {
    font-size: 32px;
}
.weic-page-list-section {
    flex-wrap: wrap;
    gap:0px;
}
.weic-page-list-section .list-content {
    flex-wrap: wrap;
}
.weic-page-txt-gallery p, .weic-page-list-section .list-content ul li{font-size:16px;}
.weic-page-txt-gallery {
    padding: 0 20px;
}
.weic-page-2col-txt-row-section .weic-page-2col-col h2 {
    font-size: 32px;
    margin-bottom:1rem;
}
.weic-page-2col-txt-row-container {
    flex-wrap: wrap;
}
.home-advantage-section-container h2{font-size:32px;line-height:1.25;}
.home-advantage-item h3{font-size:20px;}
.weicFooterSection .weicFooterContact h2{font-size:40px;}
.weicFooterContact{padding-bottom:5rem;}
.weicFooterDetails {
    gap: 40px;
    padding-bottom: 4rem;
    flex-wrap: wrap;
    justify-content: center;
}
.weic-headline-section-content h1{font-size:40px;}
.weic-headline-section-content p{font-size:16px;}
.weic-headline-section-content{max-width:335px;}
.weic-trusted-section h2{font-size:35px;}
.home-about-section-container .home-about-headline h3{font-size:32px;}
.home-about-txt p{font-size:16px;}
.weic-page-hero-section-container h1 {
    font-size: 40px;
}
.weic-page-2col-txt-row-section{gap:0px;}
.weic-page-headline-txt-section h2{font-size:32px;}
.weic-page-2col-txt-list-section .weic-page2col-txt-list-section-container .weic-page-2col-txt-list-col h2{font-size:40px;}
.weic-page-headline-txt-logos-section h2{font-size:32px;}
.weic-page-headline-logos-items .weic-page-logo-item {
    flex-basis: 40%;
    justify-content: center;
    display: flex;
}
 .weic-services-overviewItemCard .weic-services-itemTxt h2{font-size:32px;}
    .weic-services-overviewItems .weic-services-overviewItemCard .weic-services-itemImg {
    width: 80%;
    flex-shrink: 1;
}
.weic-services-itemTxt {
    max-width: 40%;
}
}
@media only screen and (max-width:768px){
.weic-topBarMobileMenu {
    display: block;
    width: 30px;
    height: 25px;
    position: relative;
    cursor: pointer;
}
.weic-topBarMobileMenu span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--prim1);
    margin-bottom: 5px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.weic-topBarMobileMenu span:last-child {
    margin-bottom: 0;
}
.weic-topBarMobileMenu.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.weic-topBarMobileMenu.open span:nth-child(2) {
    opacity: 0;
}
.weic-topBarMobileMenu.open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
.weic-topBarMenu{display:none;}
}
@media only screen and (max-width:767px){
    .home-about-section-container{flex-wrap:wrap;}
    .home-services-section{padding:0 20px;}
.home-services-item {
    flex-basis: 100%;
}
    .trustedLogos .trustedLogo {
    flex-basis: 45%;
}
    .service-overview {
    padding: 0;
    flex-wrap: wrap;
    gap:40px;
    height:fit-content;
}
.serviceOverviewImg {
    max-width: 100%;
    height: 100%;
    max-height: 375px;
    overflow: hidden;
}
.serviceOverviewTxt {
    max-width: 100%;
    padding: 0 20px;
    margin:0;
}
.service-page .weic-page-list-section .list-headline {
    max-width: 335px;
}
.weic-page-list-section .list-content ul {
    padding-left: 20px;
}
.weic-page-list-section{padding-bottom:0px;}
.service-page .weic-page-2col-txt-row-section .weic-page-2col-col:first-child {
    flex-shrink: unset;
}
.service-page .home-advantage-section .home-advantage-section-container >h2 {
    max-width: 335px;
}
.home-advantage-items{padding-top:1rem;}
.weicFooterSitemap .weicFooterSitemapContainer {
    flex-wrap: wrap;
    gap:0px;
}
.weicFooterSitemapContainer .copyright {
    order: 3;
    flex-basis: 100%;
    text-align: center;
}
.weicFooterSitemapContainer .address {
    order: 1;
    flex-basis: 100%;
    text-align: center;
}
.weicFooterSitemapContainer .footerPhone {
    order: 2;
    flex-basis: 100%;
    text-align: center;
}
.weicFooterSitemapContainer .address a {
    display: block;
    margin: 14px 0;
}
.weicFooterDetails .weicFooterLinks a {
    flex-basis: 100%;
    text-align: center;
}
.weicFooterDetails .weicFooterLinks {
    flex-wrap: wrap;
    gap: 30px;
}
.weicFooterLogo a img {
    width: 100%;
}

.weic-topBarMenu.mobile {
    position: fixed;
    display:block;
    top: 70px;
    width: 100%;
    background: var(--prim4);
    left: 0;
    padding: 2rem 0px;
    height: 100%;
    z-index: -10;
    transform: translateX(-100%);
    opacity:0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
.weic-topBarMenu.mobile.show {
    transform: translateX(0);
    opacity:1;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.weic-topBarMenu .weic-topBarMenuItems {
    flex-direction: column;
    justify-content: start;
    width: 95%;
    align-items: start;
    padding: 0 20px;
}
.weic-topBarMenuItem.dropdown button.OurServicesNav,.weic-topBarSection .weic-topBarMenuItem a:not(.navBtn){font-size:18px;}
.weic-topBarSection .weic-topBarMenuItem:last-child {
    width: 95%;
}
.weic-topBarSection .weic-topBarMenuItem:last-child a.navBtn {
    text-align: center;
    padding: 1rem 20px;
    display:block;
    width:100%;
}
.serviceNav.show .serviceNavItem a {
    font-size: 16px;
}
.serviceNav .serviceNavItem:not(:last-child) {
    margin-bottom: 25px;
}
.weic-topBarSection .weic-topBarMenuItem {
    position: relative;
    width: 95%;
}
.weic-topBarMenuItem.dropdown button.OurServicesNav {
    text-align: left;
}
.weic-topBarMenuItem.dropdown button.OurServicesNav::after {
    content: '';
    width: 25px;
    height: 25px;
    background: url(/assets/down-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: -2px;
    right: -30px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(31%) saturate(4273%) hue-rotate(205deg) brightness(92%) contrast(113%);
}
.weic-topBarMenuItem.dropdown .serviceNav.show {
    display: block;
    position: relative;
    padding: 1rem;
}
.weic-topBarMenuItem.dropdown.show .OurServicesNav::after {
    transform: rotate(180deg);
}
.weic-page-2col-txt-list-section .weic-page2col-txt-list-section-container{gap:20px;}
.weic-services-overviewItemCard, .weic-services-overviewItemCard.reverse {
    flex-wrap: wrap;
    justify-content: center;
}
.weic-services-overviewItems .weic-services-overviewItemCard .weic-services-itemImg {
    width: 100%;
    height: 216px;
}
.weic-services-itemTxt {
    max-width: 100%;
}
.weic-services-overviewItems .weic-services-overviewItemCard{width:335px;height:520px;margin:1rem;}

}
@media only screen and (max-width:673px){
  .weic-topBarMenuItem.dropdown button.OurServicesNav::after{right:-20px;}  
  .weic-topBarSection .weic-topBarMenuItem:last-child a.navBtn{width:inherit;}
}
@media only screen and (max-width:580px){
      .weic-topBarMenuItem.dropdown button.OurServicesNav::after{right:-10px;}  

}
@media only screen and (max-width:500px){
      .weic-topBarMenuItem.dropdown button.OurServicesNav::after{right:0px;}  
      .weic-topBarSection .weic-topBarMenuItem:last-child a.navBtn{width:90%;}

}
@media only screen and (max-width:400px){
    .weic-topBarLogo {
    max-width: 150px;
    margin-top:-10px;
}
.weic-topBarSectionContainer {
    flex-wrap: wrap;
    gap:30px;
}
.weic-topBarMenu{top:70px;}
.weic-topBarMenu .weic-topBarMenuItems {
    width: 90%;
    position: relative;
}
}
