/*
Theme Name: Bil-lastbil
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.17.4
Template: Divi
Description: Divi Child
Author: Mathinic AB
Author URI: http://www.mathinic.se

*/


/* =Theme customization starts here
------------------------------------------------------- */

div.et-pb-contact-message {
color: #fff;
}


.custom-text p {
padding-bottom: 0;
}

.bl-hero h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(46px, 5vw, 76px);
    font-weight: 800;
    line-height: 1.02em;
    letter-spacing: -2px;
    color: #fff;
}

.bl-hero h1 span {
    color: #f7941d;
}

.bl-hero {
    min-height: 650px;
    display: flex;
    align-items: center;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.bl-hero-content p {
    font-size: 19px;
    line-height: 1.6em;
    color: rgba(255,255,255,.92);
    max-width: 620px;
}

.bl-hero-kicker {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.bl-hero-kicker strong {
    color: #f7941d;
}

.usp-blurb .et_pb_blurb_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    max-width: none;
}

.usp-blurb .et_pb_main_blurb_image {
    margin: 0 !important;
    flex: 0 0 auto;
}

.usp-blurb .et_pb_blurb_container {
    padding-left: 0 !important;
    flex: 0 0 auto;
}

.usp-blurb .et_pb_module_header {
    padding: 0 !important;
    margin: 0 !important;
}
.bl-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.bl-eyebrow::before {
    content: "";
    width: 28px;
    height: 3px;
    background: #f7941d;
    display: block;
}

.bl-ingress {
    font-size: 19px;
    line-height: 1.65em;
    font-weight: 400;
    color: #555;
    max-width: 650px;
}

.bl-ingress.light {
    color: rgba(255,255,255,.85);
}

@media (max-width: 767px) {
    .bl-ingress {
        font-size: 17px;
        line-height: 1.6em;
    }
}

/* Själva kortet = kolumnen */
.bl-service-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    transition: all .3s ease;
}

/* Blurben ska inte ha egen ram/bakgrund */
.bl-service-card .et_pb_blurb {
    margin-bottom: 0 !important;
}

/* Bilden */
.bl-service-card .et_pb_main_blurb_image {
    width: 100%;
    margin: 0 !important;
    overflow: hidden;
}

.bl-service-card .et_pb_main_blurb_image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .4s ease;
}

/* Textdelen */
.bl-service-card .et_pb_blurb_container {
    padding: 25px 25px 28px;
}

/* Hover */
.bl-service-card:hover {
    transform: translateY(-5px);
    border-color: #f7941d;
    box-shadow: 0 12px 30px rgba(0,0,0,.10);
}

.bl-service-card:hover .et_pb_main_blurb_image img {
    transform: scale(1.04);
}

.bl-jour {
    min-height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bl-jour h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(44px, 5vw, 70px);
    font-weight: 800;
    line-height: 1.02em;
    letter-spacing: -2px;
    color: #fff;
}
.bl-jour h2 span {
    color: #f7941d;
}

.bl-why-image img {
    width: 100%;
    height: 570px;
    object-fit: cover;
}
.bl-tvaor h2 {
    font-size: clamp(42px, 4vw, 62px);
    font-weight: 800;
    line-height: 1.05em;
    color: #fff;
}

.bl-tvaor h2 span {
    color: #f7941d;
}

.prod p {
    color:#383838;
}

.prod a {
    color:#383838 !important;
}

@media (min-width: 1281px) {

    .bl-service-content {
        padding-left: calc((100vw - 1280px) / 2) !important;
    }

}
