﻿.feature-banner-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    align-items:center;
}
.feature-banner-section .row{
    padding-top:0px !important;
    padding-bottom:0px !important;
}
.featurebanner-content-section {
    padding: 48px 64px;
    width: 100%;
}

h3.featurebanner-title {
    font-weight: 600 !important;
    font-size: 40px !important;
    line-height: 1 !important;
    letter-spacing: 0;
    margin-bottom: 12px !important;
    margin-top: 0px !important;
    color: #004F59 !important;
}

p.featurebanner-desc {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    letter-spacing: 0;
    color: #131E29 !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

small.featurebanner-caption {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 32px;
    color: #131E29;
    display:block;
}

.featurebanner-cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 32px;
    gap: 32px;
}

/* themes names  */
.featurebanner-white-theme {
    background-color: #fff;
}

.featurebanner-solwaybreeze-theme {
    background-color: #E2F5E9;
}

.featurebanner-brightgrey-theme {
    background-color: #E7EBF3;
}

.featurebanner-graphene-theme {
    background-color: #004F59;
}

    .featurebanner-graphene-theme h3.featurebanner-title, .featurebanner-graphene-theme .featurebanner-list-item-title, .featurebanner-graphene-theme .featurebanner-caption {
        color: #FFFFFF !important;
    }

    .featurebanner-graphene-theme p.featurebanner-desc, .featurebanner-graphene-theme .featurebanner-list-item-desc {
        color: #E2F5E9 !important;
    }

.featurebanner-reverse .featurebanner-image-section {
    padding-right: 0px;
    order: 2;
}

.featurebanner-image-section {   
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height:300px;
    background-size: cover; 
}
.container .featurebanner-image-section {
    border-radius: 10px 0px 0px 10px;
}
.featurebanner-reverse.container .featurebanner-image-section {
    border-radius: 0px 10px 10px 0px;
}

.featurebanner-image-section img {
    object-fit: cover;
}
.container .featurebanner-image-section img{
    border-radius: 10px 0px 0px 10px;
}

.featurebanner-reverse.container .featurebanner-image-section img{
    border-radius: 0px 10px 10px 0px;
}
.featurebanner-reverse .featurebanner-content-section {
    padding-right: 64px;
}

.feature-banner-section.container:before, .feature-banner-section.container:after {
    display: none;
}
.feature-banner-section.container{
    border-radius: 10px;
    padding:0px;
}
.feature-banner-logo {
    margin-bottom: 24px;
    aspect-ratio: unset;
    object-fit: unset;
    width:auto;
    height: auto;
    max-width: 50% !important;
    max-height: 60px;
}
.featureBanner-logo-wrapper {
    text-align: left;
    margin:0px;
    padding:0px;
}
.feature-banner-top:has(> .container) {
    padding-top: 64px;
}
.feature-banner-bottom:has(> .container) {
    padding-bottom: 64px;
}

@media screen and (max-width:1024px) {
    .feature-banner-section {
        grid-template-columns: repeat(1, 1fr);
    }

    .featurebanner-content-section {
           padding: 24px 20px;
    }
    .featurebanner-reverse .featurebanner-content-section {
    padding-right: 20px;
}
    h3.featurebanner-title {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }

    .featurebanner-cta-wrapper {
        gap: 16px;
        flex-direction: column;
    }

    .featurebanner-image-section {
        height: 219px;
        max-height: 284px;
        align-self: stretch;
    }
    .feature-banner-top:has(> .container) {
        padding-top: 48px;
    }

    .feature-banner-bottom:has(> .container) {
        padding-bottom: 48px;
    }
    .feature-banner-m:has(> .container) {
        margin-left: 20px;
        margin-right: 20px;
    }
    .featurebanner-cta-wrapper a[class*="btn-"] {
        width: 100%;
    }
    .container .featurebanner-image-section {
        border-radius: 10px 10px 0px 0px;
    }

    .featurebanner-reverse.container .featurebanner-image-section {
        border-radius: 0px 0px 10px 10px;
    }

}
