:root{
    --bs-body-font-size: 18px;
}
h1{
    text-transform: uppercase;
}

h2,
.outro,
h3,
.card-title{
    color: #10218b;
}

.gray-bg2{
    background-color: #ededed;
}

.hero-section{
    background-color: transparent;
    background-image: url(/images/projector-lamps/hero-bg-mobile.jpg);
    background-size: cover;
    min-height: 720px;
    align-items: flex-start;
}

.eal-tabs{
    background-repeat: no-repeat;
    background-image: url(/images/projector-lamps/reliability-bg.jpg);
    background-position: bottom;
    background-size: contain;
}

.eal-tabs .row,
.eal-tabs .content{
    width: 90%;
    gap: 20px;
    margin: auto;
}

.eal-tabs .nav-tabs .nav-link{
    text-transform: uppercase;
    color: #b0b1b1;
    font-weight: bold;
    font-size: 14px;
    border: none;
    /* padding: 0 70px; */
    border-bottom: 4px solid #b0b1b1;
    min-width: 140px;
    transition: color .3s;
}

.eal-tabs .nav-tabs .nav-link.active{
    color: #10218b;
    border: none;
    border-bottom: 4px solid #10218b;
    background-color: transparent;
}

.eal-tabs .nav-tabs .nav-link:hover{
    color: #10218b;
    border-bottom: 4px solid #10218b;
}
.nav.nav-tabs{
    border-bottom: 0;
    gap: 10px;
}
.tab-pane{
    min-height: 500px;
}
.product-copy {
    border: 0;
}
.accessories{
    background-color: #f48d00;
}
.pro-uhd{
    background-image: url(/images/projector-lamps/reptile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
}
.related-pages a{
    color: #ffffff;
    transition: all .2s;
}
.related-pages a:hover{
    text-decoration: none;
    color: #ededed;
}
.related-pages .title{
    text-transform: uppercase;
}
.related-pages h4{
    font-weight: bold;
    margin: 0;
}
.related-pages p{
    margin-bottom: 0;
}
.related-pages .row > *{
    min-height: 300px;
    padding: 20px;
    color: #ffffff;
    line-height: 2;
}
.logos img{
    width: 150px;
    height: 100px;
    object-fit: contain;
}

@media screen and (min-width: 570px) {

}

#case-study iframe{
    width: 100%;
    height: 300px;
}
#three-col .splide__slide img {
    vertical-align: bottom;
    height: 130px;
    object-fit: contain;
    width: 50%;
    margin: auto;
}
#range{
    padding-top: 160px;
}
#results .row{
    gap: 40px;
    width: 80%;
    margin: auto;
}
#results .row:last-of-type{
    gap: unset;
}

@media screen and (min-width: 768px) {
    .row-cols-md-3>* {
        width: 27%;
    }
    .hero-section{
        padding-top: 60px;
    }
    .tab-pane {
        min-height: 580px;
    }
    #results .row {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .hero-section .group-container {
        width: 100%;
        padding-top: 45px;
    }
    .hero-section{
        background-size: cover;
    }

    .row.column-with-gap{
        flex-direction: row;
        gap: unset;
    }
    .column-with-gap{
        justify-content: center;
    }
    .row-cols-lg-2>*, .row-cols-xl-2>* {
        width: 48%;
    }
    .featured-image{
        object-fit: contain;
        object-position: top;
    }
    .description.right{
        padding-left: 30px;
    }
    .description.left{
        padding-right: 30px;
    }
    .container-fluid{
        position: relative;
    }
    #why-genuine .row-cols-lg-2 .eal-col {
        width: 38%;
    }
    #why-genuine .row-cols-lg-2 .description.right{
        width: 60%;
    }

    .eal-tabs{
        background-size: cover;
    }
    #reliability-tab-pane{
        text-align: center;
    }
    .eal-tabs .nav-tabs .nav-link {
        min-width: 265px;
    }
    .eal-tabs .row, .eal-tabs .content {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .hero-section .group-container {
        width: 50%;
    }
    .hero-section{
        min-height: 600px;
        background-image: url("/images/projector-lamps/hero-banner.jpg");
        padding-top: 0;
        align-items: center;
        background-position: right top;
    }
    .tab-pane{
        min-height: 600px;
    }
}

@media screen and (min-width: 1200px) {
    .hero-section{
        background-position: right;
    }
    .hero-section .group-container {
        width: 40%;
    }
    #reliability-tab-pane .col p,
    #reliability-tab-pane .col img{
        width: 70%;
        text-align: left;
        margin: auto;
    }
    .eal-tabs{
        width: 75%;
        margin: auto;
    }
    .eal-tabs .nav-tabs .nav-link{
        min-width: 300px;
    }
    .nav.nav-tabs{
        gap: 30px;
    }
    .eal-w960{
        width: 960px;
        margin: auto;
    }
    #results .row{
        gap: 40px;
        width: unset;
    }
    .related-pages{
        min-height: 300px;
    }
    .related-pages .row > *{
        min-height: 300px;
    }
    .lcd, .accessories{
        border-right: 1px solid #ffffff;
    }
    .eal-tabs .row,
    .eal-tabs .content{
        width: 80%;
        gap: 40px;
    }
}

@media screen and (min-width: 1400px) {
    .hero-section{
        background-position: top;
    }
}

@media screen and (min-width: 1920px) {

}