/* MARGINS */
h2,
h3 {
    margin-bottom: 20px;
}

.section_quote h2 {
    margin-bottom: 15px;
}

.section_why h3 {
    margin-bottom: 10px;
}

/* MARGINS END */

/* FONT SIZE */
h3 {
    font-size: 1.25rem;
}

/* FONT SIZE END */

/* WHITE PARAGRAPH */
.section_header_lp .section-header p,
.section_process .card p,
.section_uses .section-header-content p,
.section_quote .section-header p {
    color: white;
}

/* WHITE PARAGRAPH END*/


/* HEADER BANNER */
.section_header_lp {
    background-image: url('../../assets/images/container-van/header-bg-min.png');
}

/* HEADER BANNER  END*/


.global-padding {
    padding: 100px 0px;
}


/* FEATURED CONTENT SECTION */

.section_featured_content {
    background-image: url('../../assets/images/container-van/featured-bg-min.png');
}

.section_featured_content .row-main {
    justify-content: space-between;
    row-gap: 30px;
}

.section_featured_content .card {
    height: 100%;
    padding: 50px;
    border: none;
}

.section_featured_content .card .card-head {
    text-align: center;
}

.section_featured_content .card h3 {
    text-align: center;
}

/* FEATURED CONTENT SECTION END */


/* PROCESS SECTION */

.section_process {
    padding: 100px 50px;
}

.section_process .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section_process .row-main {
    row-gap: 50px;
}


.section_process .card .card-head {
    clip-path: polygon(-1% -1%, 101% -1%, 101% 90%, 0 100%);
}

.section_process .card .card-head img {
    width: 100%;
}

.section_process .card {
    border: none;
    background: #212070;
    color: white;

    height: 100%;
}

.section_process .card .card-bot {
    padding: 40px 25px;
}

.section_process .card .card-bot h3 {
    display: flex;
    align-items: center;
    gap: 10px;
}



/* PROCESS SECTION END*/



/* USES SECTION */

.section_uses {
    background: #212070;
    padding: 100px 50px;

    color: white;
}

.section_uses a {
    color: #F57921;
}

.section_uses .section-header {
    margin-bottom: 50px;
}

.section_uses .section-header-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section_uses .img-featured {
    clip-path: polygon(0 0, 100% 26%, 100% 100%, 0 100%);
}

.section_uses .card {
    height: 100%;
    padding: 50px;
    border: none;
}

.section_uses .row-main {
    row-gap: 30px;
}

.section_uses .card .card-head {
    text-align: center;
}


/* USES SECTION END */


/* WHY SECTION */

.section_why {
    padding: 100px 50px;
}

.section_why a {
    color: #F57921;
}

.section_why .icon-col {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: start;

}

.section_why .section-header,
.section_why .section-header p {
    margin-bottom: 30px;
}

.section_why .row-main {
    align-items: center;
}

.section_why .row-inside {
    row-gap: 30px;
}

.section_why .row-inside p {
    margin: 0;
}




.cost-prefab-office-containers {
    display: flex;
    align-items: center;
    gap: 109px;
    background: url('../../assets/images/container-van/cost-of-prefab-office-containers-bg.png') center/cover no-repeat;
}

.cost-prefab-office-containers .content {
    width: 100%;
    max-width: 660px;
}

.cost-prefab-office-containers .image img {
    width: 100%;
}

.cost-prefab-office-containers .content h2,
.cost-prefab-office-containers .content p {
    color: #fff;
}


section.technical-specification .content .text {
    width: 100%;
}


section.technical-specification .content .image,
section.technical-specification .content .image img {
    width: 100%;
}

section.technical-specification .content {
    display: flex;
    align-items: center;
    gap: 60px;
}

section.technical-specification table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-top: 70px;

    @media (max-width: 767px) {
        margin-top: 50px;
    }
}

section.technical-specification table,
th,
td {
    border: 2px solid rgba(0, 0, 0, 0.05);
}

section.technical-specification table th {
    padding: 30px 50px;
    font-size: 32px;
    text-align: center;
    font-family: "FuturaLT Bold";
    font-weight: 700;
    line-height: 38px;
}

section.technical-specification table th:first-child {
    background: #212070;
}

section.technical-specification table th:last-child {
    background: #f57921;
}

section.technical-specification table td {
    padding: 25px 50px;
    color: #000;
    font-family: "FuturaLT";
}

section.technical-specification table tbody tr:nth-child(even) {
    background: #efefef;
}

section.technical-specification table tbody td:first-child {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
}

section.technical-specification table tbody td:last-child {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

section.upgrade-cta {
    background: #212070;
    clip-path: polygon(-1% 0px, -10% -1%, 1000% 100%, 0px 100%);
}

section.upgrade-cta .content {
    max-width: 1004px;
    margin: 0 auto;
    text-align: center;
}

section.upgrade-cta .content h2 {
    margin-bottom: 15px;
}

section.upgrade-cta .content h2,
section.upgrade-cta .content p {
    color: #fff;
}

.tablet-image {
    display: none;
}

.cost-prefab-office-containers .container {
    padding: 0px;
}


section.main-container-cost.global-padding {
    padding: 0px 0px 100px 0px;
    clip-path: polygon(-1% 0px, -10% -1%, 1000% 100%, 0px 100%);
}

/* GALLERY */
section.gallery {
    background: #212070;
}

section.gallery h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;

    @media (max-width: 767px) {
        margin-bottom: 30px;
    }
}

.gallery .gallery-item {
    position: relative;
}

.gallery .gallery-item img {
    object-fit: cover;
    height: 300px;
    width: 100%;
}

.gallery .gallery-item:hover .dark-overlay,
.gallery .gallery-item:hover .view {
    opacity: 1;
}

.gallery .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
}

.gallery .view {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    padding: 20px;
    font-size: 28px;
    font-weight: 800;
    line-height: 36px;

    @media (min-width: 767px) {
        min-width: 210px;
    }
}

.lg-outer.lg-visible {
    @media (min-width: 768px) {
        padding-top: 120px;
    }

    @media (max-width: 767px) {
        padding-top: 150px;
    }

    @media (max-width: 522px) {
        padding-top: 170px;
    }
}

.lg-actions .lg-prev:after,
.lg-actions .lg-next:before {
    content: "" !important;
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.lg-toolbar {
    top: 62px;
    background: transparent;
}

.lg-toolbar .lg-close {
    position: absolute;
    right: 20px;
}

.lg-toolbar .lg-close:after {
    content: "" !important;
    background-image: url(../../assets/images/close.svg);
    width: 30px;
    height: 30px;
    display: flex;
}

/* GALLERY */

/* WHY SECTION END */

@media(max-width: 1500px) {
    .cost-prefab-office-containers {
        background: #212070;
    }

    .tablet-image {
        display: block;
    }

    .desktop-image {
        display: none;
    }


}


@media (max-width:1199px) {

    .section_why .row-main {
        flex-direction: column-reverse;
    }

    .section_why .img-featured {
        display: flex;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .global-padding {
        padding: 70px 30px;
    }

    section.technical-specification {
        padding: 70px 30px;
    }

    section.technical-specification .content {
        flex-direction: column;
    }

    .cost-prefab-office-containers .content {
        max-width: unset;
    }

    .cost-prefab-office-containers {
        flex-direction: column;
        gap: 30px;
        padding: 70px 0px;
    }

    section.main-container-cost.global-padding {
        padding: 0px;
    }
}

@media (max-width:991px) {

    .section_featured_content {
        padding: 140px 20px 50px 20px;
    }

    .section_uses .section-header .img-featured {
        margin-bottom: 20px;
    }

}

@media (max-width:767px) {
    .section_featured_content {
        padding: 100px 20px 70px 20px;
    }

    .global-padding {
        padding: 50px 20px;
    }

    section.technical-specification {
        padding: 0px 20px 50px 20px;
    }

    section.technical-specification {
        padding: 50px 20px;
    }

    section.technical-specification table thead {
        border: none;
        clip: rect(0 0 0 0);
        overflow: hidden;
        position: absolute;
        display: none;
    }

    section.technical-specification table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label) ": \00a0";
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    section.technical-specification tbody tr:last-child td::before {
        content: attr(data-label) "";
    }

    section.technical-specification table td[data-label="Items"]::before {
        color: #212070;
    }

    section.technical-specification table td[data-label="Specifications"]::before {
        color: #f57921;
    }

    section.technical-specification table tr {
        display: block;
    }

    section.technical-specification table td {
        display: block;
        /* text-align: right; */
    }

    .cost-prefab-office-containers {
        padding: 50px 0px;
    }


}

@media (max-width:575px) {

    .section_why .icon-col {
        justify-content: unset;
    }

    .section_featured_content .card,
    .section_uses .card {
        padding: 20px;
    }

    .section_process .card .card-bot {
        padding: 40px 20px;
    }

}

@media (min-width:992px) {
    .section_featured_header_lp {
        margin-bottom: -125px;
    }
}

@media (min-width:1200px) {

    .section_featured_content {
        padding: 225px 50px 100px 50px
    }

    .section_uses .section-header-content {
        padding-left: 50px;
    }

    .section_process {
        padding-bottom: 150px;
    }

    .section_featured_header_lp {
        padding: 50px 50px 0 50px;
        margin-bottom: -150px;
    }

    .section_process .card-col:nth-child(2),
    .section_process .card-col:nth-child(5),
    .section_process .card-col:nth-child(8) {
        transform: translateY(50px);

    }

    .section_process .row-main {
        row-gap: 100px;
    }

    .section_process .section-header {
        margin-bottom: 100px;
    }


}

@media (min-width:1400px) {
    .section_uses .section-header-content {
        padding-top: 165px;
    }

}


@media (min-width:992px) and (max-width:1199px) {
    .section_featured_content {
        padding: 250px 50px 70px 50px;
    }
}


@media (min-width:768px) and (max-width:1199px) {

    .section_uses .card .card-head h3 {
        min-height: 50px;
    }

    .section_process .card-col:nth-child(2n) {
        transform: translateY(50px);
    }

    section.section_process.section_padding {
        padding-bottom: 120px !important;
    }
}