/* ==========================================================
   BELCAN ARCHITECTS + ENGINEERS
   02 — SERVICES
   ========================================================== */


/* ==========================================================
   OUR SERVICES — OUTER SECTION
   ========================================================== */

/*
Outer Services Row:
belcan-services-header belcan-constrained-section

Heading:
belcan-services-title

Nested Services Row:
belcan-services-row
*/


.belcan-services-header{
    margin-top: 0 !important;
    margin-bottom: 0 !important;

    padding: 48px 0 0 !important;

    background-color: var(--belcan-services-bg) !important;
    background-image: none !important;

    box-sizing: border-box !important;
    overflow: hidden;
}


.belcan-services-header > .wpb_column,
.belcan-services-header > .wpb_column > .vc_column-inner,
.belcan-services-header > .wpb_column > .vc_column-inner > .wpb_wrapper{
    background-color: transparent !important;
    background-image: none !important;
}


.belcan-services-header > .wpb_column > .vc_column-inner{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


.belcan-services-header .wpb_content_element{
    margin-bottom: 0 !important;
}


/* Services heading */

.belcan-services-title{
    position: relative;

    margin: 0 !important;
    padding: 0 0 32px !important;

    text-align: center !important;
}


.belcan-services-title .uvc-heading,
.belcan-services-title .uvc-main-heading,
.belcan-services-title .uvc-sub-heading,
.belcan-services-title h1,
.belcan-services-title h2,
.belcan-services-title h3{
    margin: 0 !important;
    padding: 0 !important;

    color: #4B5D67 !important;

    font-size: 19px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.20em !important;

    text-align: center !important;
    text-transform: uppercase !important;
}


.belcan-services-title::after{
    content: "";

    display: block;

    width: 48px;
    height: 2px;

    margin: 14px auto 0;

    background: var(--belcan-divider);
}


/* ==========================================================
   OUR SERVICES — COLUMNS
   ========================================================== */

/*
Architecture Column:
belcan-service-column

Engineering and Support:
belcan-service-column belcan-service-divider
*/


.belcan-services-row{
    display: flex !important;
    align-items: stretch !important;

    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 18px 0 50px !important;

    background-color: transparent !important;
    background-image: none !important;

    box-sizing: border-box !important;
    overflow: hidden;
}


.belcan-services-row.vc_row,
.belcan-services-row.vc_inner{
    width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;
}


.belcan-services-row > .wpb_column{
    display: flex !important;
}


.belcan-services-row > .wpb_column,
.belcan-services-row > .wpb_column > .vc_column-inner,
.belcan-services-row > .wpb_column > .vc_column-inner > .wpb_wrapper{
    background-color: transparent !important;
    background-image: none !important;
}


.belcan-service-column > .vc_column-inner{
    width: 100%;
    height: 100%;

    padding-left: var(--belcan-desktop-padding) !important;
    padding-right: var(--belcan-desktop-padding) !important;

    box-sizing: border-box !important;
}


.belcan-service-divider > .vc_column-inner{
    border-left: 1px solid var(--belcan-line);
}


.belcan-service-column > .vc_column-inner > .wpb_wrapper{
    width: 100%;
    height: 100%;
}


.belcan-service-column .wpb_content_element{
    margin-bottom: 0 !important;
}


/* Service icons */

.belcan-service-column .aio-icon{
    font-size: 60px !important;
    color: var(--belcan-blue) !important;
}


.belcan-service-column .aio-icon-img{
    width: 60px !important;
    height: auto !important;
}


/* Service category headings */

.belcan-service-column h2,
.belcan-service-column h3,
.belcan-service-column .uvc-main-heading,
.belcan-service-column .uvc-sub-heading{
    margin-top: 0 !important;
    margin-bottom: 0 !important;

    color: var(--belcan-blue) !important;

    font-weight: 500 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
}


/* Service heading separators */

.belcan-service-column .vc_separator{
    position: relative !important;

    display: block !important;

    width: 48px !important;
    max-width: 48px !important;
    height: 2px !important;

    margin: 14px auto 30px !important;
    padding: 0 !important;

    border: 0 !important;
}


/* WPBakery outputs both a left and right holder, each with its own line.
   Hide both generated lines and draw one clean separator instead. */

.belcan-service-column .vc_separator .vc_sep_holder,
.belcan-service-column .vc_separator .vc_sep_line{
    display: none !important;
}


.belcan-service-column .vc_separator::before{
    content: "";

    position: absolute;
    inset: 0;

    display: block;

    width: 48px;
    height: 2px;

    margin: 0;

    background: var(--belcan-divider);
}


/* Service list */

.belcan-service-list{
    width: 100%;
    max-width: 270px;

    margin: 0 auto;

    text-align: left;
}


.belcan-service-item{
    width: 100%;

    margin: 0 0 18px;
    padding: 0 0 18px;

    border-bottom: 1px solid var(--belcan-line-light);
}


.belcan-service-item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;

    border-bottom: none;
}


.belcan-service-item h4{
    margin: 0 0 6px;

    color: var(--belcan-text);

    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
}


.belcan-service-item p{
    margin: 0;
    padding: 0;

    color: var(--belcan-muted);

    font-size: 15px;
    line-height: 1.5;
}


/* ==========================================================
   TABLET AND NARROW DESKTOP
   ========================================================== */

@media (max-width: 1100px){

    .belcan-service-column > .vc_column-inner{
        padding-left: var(--belcan-tablet-padding) !important;
        padding-right: var(--belcan-tablet-padding) !important;
    }


    .belcan-service-item h4{
        font-size: 16px;
    }


    .belcan-service-item p{
        font-size: 14px;
    }
}


/* ==========================================================
   MOBILE — 767px AND BELOW
   ========================================================== */

@media (max-width: 767px){

    .belcan-services-header{
        padding: 32px 0 0 !important;
    }


    .belcan-services-row{
        display: block !important;

        padding: 14px 0 36px !important;
    }


    .belcan-services-row > .wpb_column{
        display: block !important;
        width: 100% !important;
    }


    .belcan-service-column{
        margin-bottom: 48px;
    }


    .belcan-service-column:last-child{
        margin-bottom: 0;
    }


    .belcan-service-column > .vc_column-inner{
        padding-left: var(--belcan-mobile-padding) !important;
        padding-right: var(--belcan-mobile-padding) !important;
    }


    .belcan-service-divider > .vc_column-inner{
        border-left: none;
    }


    .belcan-service-list{
        max-width: 360px;
    }
}