body {
    background-color: rgba(0, 3, 11, 1);
    color: #FFF;
    position: relative;
}

h1,
.h1 {
    font-size: clamp(2.25rem, -1.3783rem + 10.0962vw, 4.875rem);
    line-height: normal;
}

.button {
    padding: 10px 10px 10px 20px !important;
}

.button.button__primary {
    background-color: #FFF;
    color: #00030B;
    border-radius: 50px;
}

.button.button__primary .icon {
    height: 38px;
    width: 38px;
    border-radius: 50px;
    background-color: #00030B;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    rotate: -45deg;
    transition: all .3s ease;
}

.button.button__primary:hover .icon {
    rotate: 0deg;
}


.spacer-xl {
    padding-block: clamp(3.125rem, -0.6761rem + 10.5769vw, 5.875rem);
}

.ev-hero-card {
    padding: 20px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .1);
}

.ev-hero::before {
    content: '';
    height: 100%;
    width: 100%;
    background-image: url('../images/smart-ev-images/smart-hero-circle.png');
    background-size: contain;
    background-position: top center;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.cta-block {
    border-radius: 30px;
    padding: 100px 20px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cta-block::before {
    content: '';
    background: linear-gradient(180deg, #00030B 0%, rgba(0, 82, 104, 0) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cta-block.cta-terminal {
    background-image: url(../images/smart-ev-images/terminal-bg.jpg);
}

.cta-block.cta-lines {
    background-image: url(../images/smart-ev-images/lines-bg.jpg);
}

.cta-block.cta-web {
    background-image: url(../images/smart-ev-images/web-bg.jpg);
    background-position: bottom center;
}

/* Offer Block */

.offer-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.offer-card {
    text-align: center;
    padding: 20px 20px;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

main .accordion-flush .accordion-item .accordion-button.collapsed {
    padding: 32px 0;
    font-size: 22px;
    font-weight: 600;
}

.faq .faq-blocks .accordion-flush .accordion-collapse,
.faq .faq-blocks .accordion-flush .accordion-item .accordion-header {
    border: 0 !important;
}

.faq .accordion-button,
.faq .accordion-item {
    background: transparent !important;
    color: #fff !important;
    margin: 0 !important;
}

.faq .accordion-item:first-child,
.faq .accordion-item:first-child .accordion-button {
    border-top: 0 !important;
    padding-top: 0 !important;
}

.faq-blocks .accordion-item {
    border-top: 1px solid #61646E !important;
}

.faq-blocks .accordion:last-child {
    border-bottom: 1px solid #61646E !important;
}

.faq-blocks .accordion-button {
    padding: 30px 0 !important;
    font-size: 20px !important;
    gap: 15px;
}

.faq-blocks .accordion-button::after {
    filter: brightness(0) invert(1);
}

.faq-blocks .accordion-body {
    padding: 0 300px 30px 0 !important;
    color: inherit;
}

.industry-card {
    height: 100%;
    padding: 45px 30px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;

}

.industry-card::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 3, 11, 0) 0%, #00030B 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.industry-card.industry-1 {
    background-image: url(../images/smart-ev-images/industry-1.jpg);
}

.industry-card.industry-2 {
    background-image: url(../images/smart-ev-images/industry-2.jpg);
}

.industry-card.industry-3 {
    background-image: url(../images/smart-ev-images/industry-3.jpg);
}

.industry-card.industry-4 {
    background-image: url(../images/smart-ev-images/industry-4.jpg);
}

.industry-card.industry-5 {
    background-image: url(../images/smart-ev-images/industry-5.jpg);
}

.industry-card.industry-6 {
    background-image: url(../images/smart-ev-images/industry-6.jpg);
}

.industry-card.industry-7 {
    background-image: url(../images/smart-ev-images/industry-7.jpg);
}

.industry-card.industry-8 {
    background-image: url(../images/smart-ev-images/industry-8.jpg);
}

.step-card {
    height: 500px;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.step-card>img {
    position: absolute;
    bottom: 0;
    right: 0;
    /* width: 100%; */
}

.step-card>.count {
    font-size: 40px;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .22);
    color: #FFF;
    border-radius: 18px;
    backdrop-filter: blur(10px);
    box-shadow: 0px 4px 20px 0px #00000042;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}

.step-card.step-1 {
    background: linear-gradient(180deg, #1700A3 0%, #08003D 100%);
}

.step-card.step-2 {
    background: linear-gradient(180deg, #0C3D60 0%, #0D3501 100%);
}

.step-card.step-3 {
    background: linear-gradient(180deg, #680068 0%, #152C8D 100%);
}

.step-card.step-4 {
    background: linear-gradient(180deg, #242424 0%, #414145 100%);
}

.step-card.step-5 {
    background: linear-gradient(180deg, #822122 0%, #290508 100%);
}

.step-card.step-6 {
    background: linear-gradient(180deg, #7C8221 0%, #291805 100%);
}

.offer-card .content {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
    padding: 20px;

}

.offer-card .content h5 {
    padding-bottom: 22px;
    position: relative;
    margin-bottom: 22px;
}

.offer-card .content h5::before {
    content: '';
    border-bottom: 2px solid white;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (max-width: 991px) { 
    .offer-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .offer-card.text-lg-end .content h5::before {
        left: unset;
        right: 0;
    }
}

.offer-section {
    background-image: url(../images/smart-ev-images/solution-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}