/*
Theme Name: Electra Child
Theme URI: https://woocommerce.com/products/electra/
Description: Child theme for Electra
Author: Batao
Author URI: http://example.com
Template: electra
Text Domain: electra-child
Version: 1.0.2
*/

/* Typography */
/* Root Variables */
:root {
    --electra-color-link: #146fbd; /* Link color */
    --electra-font-family-text: 'Poppins';
    --electra-color-accent: #146fbd !important;
    --electra-color-light-dark: #0A246A;
    --electra-color-headings: #2A2A2A;
    --electra-color-text: #2A2A2A;
    --electra-menu-size: 16px;
    --electra-font-family-headings: 'Poppins';
    --electra-content-width: 1420px;
    --electra-logo-height: auto;
}

/* Button Styles */
:root :where(a:where(:not(.wp-element-button)):hover) {
    color: #0c4372;
}

a.button,
button {
    border: 1px solid #146fbd;
    background-color: #146fbd;
}

body.theme-electra .electra-content {
    padding: 0 !important;
}

.woocommerce-order {
    .woocommerce-table {
        .woocommerce-button {
            font-weight: 400;
            line-height: 30px;
            color: #ffffff;
            border: 1px solid #146fbd;
            background-color: #146fbd;
            border-radius: 0.5rem;

            &:hover {
                background-color: #3e96e2 !important;
                color: #ffffff;
                border: 1px solid #3e96e2 !important;
            }

            &:active {
                background-color: #0c4372 !important;
                border: 1px solid #0c4372 !important;
            }
        }
    }
}

.woocommerce-error {
    display: grid;
    gap: 0.5rem;
}

.electra-product {
    button {
        border: 1px solid #146fbd !important;

        &:hover {
            background-color: #3e96e2 !important;
            border: 1px solid #3e96e2 !important;
        }

        &:active {
            background-color: #0c4372 !important;
            border: 1px solid #0c4372 !important;
        }
    }
}

.btn {
    display: inline-block;
}

.btn-primary {
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
    border: 1px solid #146fbd;
    background-color: #146fbd;
    font-size: 20px;
    padding: 1rem 3rem;

    &:hover {
        border: 1px solid #3e96e2;
        background-color: #3e96e2;
    }

    &:active {
        background-color: #0c4372;
        border: 1px solid #0c4372;
    }
}

.btn-action {
    background: #146fbd;
    color: white;
    border: 1px solid #146fbd;
    padding: 23px 46px;

    &.btn-tertiary {
        border: 1px solid #fff !important;
        background: transparent !important;

        &:hover, &:focus {
            border-color: #0f548f !important;
            color: #fff !important;
            background: #0f548f !important;
        }
    }

    &.btn-info, .woocommerce-info a.button {
        color: white;
    }

    &:hover {
        background: #3e96e2;
        color: white;
    }

    &:active {
        border: 1px solid #3e96e2 !important;
        color: #3e96e2 !important;
        background-color: transparent;
    }

    .wp-element-button {
        border-radius: 0;
        position: relative;
        z-index: 9999;
        font-size: unset;
    }
}

.electra-shop__lastest-inner {
    button {
        border: 1px solid #146fbd !important;
        font-weight: 400 !important;
        background-color: #146fbd !important;

        &:hover {
            border: 1px solid #3e96e2 !important;
            background-color: #3e96e2 !important;
        }

        &:active {
            background-color: #0f548f !important;
            border: 1px solid #0f548f !important;
        }
    }
}

.home-container {
    background: #f6f7f9;
    position: relative;
    z-index: 1;
    padding-bottom: 12vh;
}

/* Body and Basic Elements */
body {
    line-height: 1;
    background-color: #ffffff !important;
}

/* List Styles */
ol, ul {
    list-style: none;
    margin-top: 10px;

    li {
        margin: 0 !important;
    }
}

/* Table Styling */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Specific Heading Sizes */
h6 {
    font-size: 1rem;
    font-weight: 300 !important;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: normal;
}

h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    color: inherit;
}

h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
}

h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}

@media (min-width: 768px) {
    h2 {
        font-size: 30px;
        line-height: 34px;
    }

    h1 {
        font-size: 34px;
        line-height: 50px;
    }
}

@media (min-width: 1024px) {
    h1 {
        font-size: 40px;
        line-height: 60px;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    h3 {
        font-size: 24px;
        line-height: 36px;
    }

    h4 {
        font-size: 22px;
        line-height: 29px
    }
}

.over-heading-text {
    color: #0f548f;
    margin-bottom: 0.5rem;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.electra-shop__wrap {
    .woocommerce-form-register__submit {
        width: 100% !important;
    }

    form {
        button[type=submit] {
            margin-bottom: 0 !important;
        }
    }

    .woocommerce-billing-fields__field-wrapper {
        margin-bottom: 1rem;
    }

    .woocommerce-checkout {
        input[type=checkbox]:checked+span:after {
            top: 9px !important;
        }

        input[type=radio]+label::before {
            border-radius: 6px !important;
            width: 26px !important;
            min-width: 26px !important;
            height: 26px !important;
            display: inline-block;
            position: relative !important;
            vertical-align: middle;
            cursor: pointer !important;
            margin-right: 10px !important;
            margin-top: 0 !important;
        }

        input[type=radio]+label::after {
            content: '';
            display: block !important;
            position: absolute !important;
            background: unset !important;
            top: 10px !important;
            left: 7px !important;
            width: 14px !important;
            min-width: 14px !important;
            height: 12px !important;
            background-image: url("data:image/svg+xml,%3Csvg%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.5375%200.320176L4.18414%208.38184L1.96747%206.01351C1.55914%205.62851%200.917473%205.60518%200.450807%205.93184C-0.00419316%206.27018%20-0.132527%206.86518%200.147473%207.34351L2.77247%2011.6135C3.02914%2012.0102%203.47247%2012.2552%203.97414%2012.2552C4.45247%2012.2552%204.90747%2012.0102%205.16414%2011.6135C5.58414%2011.0652%2013.5991%201.51018%2013.5991%201.51018C14.6491%200.436843%2013.3775%20-0.508157%2012.5375%200.30851V0.320176Z'%20fill='%2326354B'%2F%3E%3C%2Fsvg%3E") !important;
        }

        .woocommerce-checkout-payment {
            input[type="checkbox"]:checked + span::after {
                top: 7px !important;
            }

            .wc_payment_method {
                label {
                    align-items: center !important;
                }
            }
        }
    }

    .woocommerce-products-header {
        .page-description {
            .wp-block-list {
                display: grid;
                gap: 0.5rem;
                line-height: 1.5rem;
            }
        }
    }
}

.electra-shop__wrap {
    button[type=submit],
    a.button.checkout-button {
        border: 1px solid #146fbd !important;
        font-weight: 400 !important;
        background-color: #146fbd !important;

        &:hover {
            border: 1px solid #3e96e2 !important;
            background-color: #3e96e2 !important;
        }

        &:active {
            background-color: #0f548f !important;
            border: 1px solid #0f548f !important;
        }
    }

    .cart-collaterals {

        table.shop_table {
            td {
                text-align: end !important;
            }

            .cart-subtotal {
                th {
                    font-weight: 600 !important;
                }

                td {
                    span {
                        font-weight: 500 !important;
                    }
                }

            }

            .order-total {
                th {
                    font-size: 20px !important;
                    font-weight: 700 !important;
                }

                td {
                    font-size: 20px !important;
                    font-weight: 700 !important;

                    &:before {
                        font-size: 20px !important;
                        font-weight: 700 !important;
                    }
                }
            }
        }
    }
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    padding: 30px;
}

body .electra-shop__wrap .woocommerce-form.login {
    margin: 0 !important;
    border: 1px solid #cfc8d8 !important;
    border-radius: 5px !important;
    max-width: 100%;
}

body.page-template-default:has(.page-template-full-width) .section-quotes li p:before,
body.page-template-default:has(.page-template-full-width) .section-quotes li p:after {
    content: '"';
}

body .electra-shop__wrap form.lost_reset_password {
    margin: 0 !important;
    border: 1px solid #cfc8d8 !important;
    border-radius: 5px !important;
    max-width: 100%;
}

.electra-shop__wrap>.woocommerce h2 {
    display: block !important;
}

.electra-shop__order-review table.shop_table td, .electra-shop__order-review table.shop_table th {
    padding: 12px 0 !important;
    vertical-align: middle!important;
}

.electra-shop__order-review {
    table.shop_table {
        th,
        td {
            padding: 14px 0 !important;
            vertical-align: unset!important;
        }

        td.product-name {
            font-size: 12px !important;
            font-weight: 600 !important;
            letter-spacing: 1.2px !important;
            text-transform: uppercase !important;
            color: #146fbd !important;
        }

        .tax-rate {
            span {
                font-weight: 500 !important;
            }
        }

        .order-total {
            th {
                font-size: 20px !important;
                font-weight: 700 !important;
            }

            td {
                font-size: 20px !important;
                font-weight: 700 !important;

                &:before {
                    font-size: 20px !important;
                    font-weight: 700 !important;
                }
            }
        }
    }
}

.electra-shop__latest-headings,
.electra-product__releated-heading {
    a {
        border: 1px solid #146fbd !important;
        font-weight: 400 !important;
        background-color: #146fbd !important;

        &:hover {
            border: 1px solid #3e96e2 !important;
            background-color: #3e96e2 !important;
        }

        &:active {
            background-color: #0f548f !important;
            border: 1px solid #0f548f !important;
        }
    }
}

.wp-block-button {
    a {
        background: #0F548F;
        color: white;
        border: 1px solid #0f548f;
        padding: 23px 46px;
        border-radius: 0;

        &:active {
            border: 1px solid #3e96e2 !important;
            color: #3e96e2 !important;
            background-color: transparent;
        }
    }
}

.btn-link {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: underline;
    color: #282626;

    &:hover {
        text-decoration: none;
    }
}

.btn-dark {
    font-size: 16px;
    color: #ffffff;
    background-color: rgb(40, 38, 38);
    border: 1px solid rgb(40, 38, 38);
    font-weight: 400;
    z-index: 9999;

    &:hover {
        background-color: #484747;
        border-color: #484747;
    }
}

/* Hero Section */
.hero-fix {
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 73%, 0 90%);
    width: 100%;
    height: 100%;
    position: relative;

    figure {
        width: 100vw;
        clip-path: polygon(0px 0px, 100% 0px, 100% 73%, 0px 86%);
        z-index: 0;
        position: absolute;
        height: 100% !important;
        top: 0;
        filter: brightness(0.3);

        img {
            width: 100vw;
            object-position: center 41%;
            object-fit: cover;
            height: 100% !important;
        }
    }
}

/* Home Page Description */
body.home {
    .description {
        color: #d8d8d8;
        line-height: 1.5;
        font-size: 1.25rem;
        font-weight: 300;
        word-break: break-word;
        margin-bottom: 2rem;
    }

    .electra-header__top {
        margin-bottom: 0 !important;

        a,
        li {
            color: #d8d8d8;
        }
    }

    .home-navbar {
        .menu li:last-child {
            background: #3e96e2;
            clip-path: unset;
        }
    }
}

body:not(.home) {
    .electra-header {
        position: static !important;
        top: 0 !important;
    }
}

.navbar:not(.home-navbar) {
    .electra-header__logo {
        background: #0f548f;
        padding: 1rem;
        padding-right: 5em;
        max-width: 194px;
        clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);

        img {
            max-height: 51px !important;
        }
    }

    .menu li:last-child {
        background: #ffd136;

        &:hover>a {
            color: #ffffff;
        }
    }

    .menu-main-container {
        border-top: 0 !important;
        width: 100%;
        justify-content: space-between;
        overflow: hidden;
        height: 100%;
    }
}

body,
.body.theme-electra {
    padding-top: 0 !important;
}

.afreg_extra_fields {
    .input-text,
    .input-select {
        min-height: 58px !important;
    }
}

/* Hero Content */
.hero-content {
    display: block;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 9rem !important;

    .btn-action {
        background: #0F548F;
        color: white;
        line-height: 24px;
        border: 1px solid #0f548f;
        &:hover {
            background: rgb(62, 150, 226);;
            border: 1px solid rgb(62, 150, 226);;
        }

        &:active {
            background: transparent;
            border: 1px solid rgb(62, 150, 226);
            color: rgb(62, 150, 226);
        }

        &.btn-tertiary {
            border: 1px solid #fff !important;
            background: transparent !important;

            &:hover, &:focus {
                border-color: #0f548f !important;
                color: #fff !important;
                background: #0f548f !important;
            }
        }
    }


    .hero-content-wrapper {
        margin-top: 3rem;
        padding: 4rem 0;
    }

    .hero-content-wrap {
        flex: 1;

        h1, h3, h6 {
            color: #ffffff;
            margin-bottom: 0.75rem;
        }

        .hero-content-buttons {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            text-align: center;

            .button-margin {
                margin-bottom: 5rem;
            }
        }
    }

    .hero-content-image {
        display: none;
        max-width: none;
        margin-top: 42px;
    }
}

@media (min-width: 768px) {
    .hero-content-buttons {
        flex-direction: row !important;

        .button-margin {
            margin-bottom: 0 !important;
        }
    }
}

@media (max-width: 1200px) {
    .hero-fix {
        padding-top: 25px;
    }
}

@media (min-width: 1200px) {
    .hero {
        &.container {
            padding-top: 4rem !important;
        }
    }

    .hero-content {
        padding-top: 60px !important;
    }

    .hero-content-wrapper {
        display: flex !important;
        flex-direction: row-reverse;
        padding-top: 90px !important;
        margin-top: 0 !important;
    }

    .hero-content-image {
        display: flex !important;
        flex: 0 0 auto;
        width: 50%;
        margin-left: 2rem;

        img {
            position: relative;
            bottom: 37px;
        }
    }
}

@media (max-width: 1400px) {
    .hero-content-image {
        img {
            max-width: none !important;
        }
    }
}

@media (min-width: 1400px) {
    .hero-content-image {
        img {
            width: 100% !important;
        }
    }
}

.hero {
    .container {
        border-top-left-radius: unset;
        border-top-right-radius: unset;
        clip-path: polygon(0px 0px, 100% 0px, 100% 75%, 0px 100%);
        object-fit: cover;
    }
}

.section-title {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    color: #2A2A2A;
}

/* Electra Header */
.electra-header {
    position: absolute !important;
    top: 0 !important;

    &:not(.transparent) {
        background: none !important;
    }

    .electra-header__top-wrapper {
        background-color: transparent !important;
    }

    .electra-header__top {
        padding: 0 15px !important;

        a, li {
            color: #2A2A2A;
            font-size: 14px;
            font-weight: 400;
        }
    }

    .electra-header__logo {
        max-width: 175px;

        a {
            height: 100%;
            width: 100%;
        }

        img {
            height: 100%;
            width: 100%;
            max-height: 100% !important;
        }
    }

    .electra-header__wrap {
        justify-content: space-between;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        z-index: 10;
        background: 0 0 !important;

        .lang-switcher-mobile {
            display: none;
        }

        .menu-main-container,
        .menu-home-menu-container {
            .menu {}
            >ul {
                display: flex;
                gap: 0 !important;
                margin: 0;
                align-items: center;
                width: 100%;
                justify-content: space-between;
                overflow: hidden;
                height: 100%;

                li {
                    font-size: 1rem;
                }
            }
        }

        a {
            font-weight: 600 !important;
        }

        >ul {
            gap: 0 !important;
        }
    }
 }

@media (min-width: 1200px) {
    .bg-primary {
        margin-top: 10px !important;
    }
}

/* Topbar Container */
.topbar-container {
    display: flex;
    width: 100%;
    margin-bottom: 0 !important;

    .selling-points {
        width: 100%;

        ul {
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            gap: 4vw;
            align-items: center;
        }
    }
}

/* Search Bar Styles */
.electra-header__search {
    display: none !important;

    section {
        flex: 0 1 auto !important;

        img {
            max-height: 15px;
        }
    }
    section:first-child {
        width: 100%;
        display: flex;
    }
}

@media (min-width: 1200px) {
    .electra-header__search {
        display: flex !important;
        width: 100%;
        justify-content: space-between;
        align-items: flex-end;
    }
}

/* Section Fulfillment  */

.about-fulfillment {
    .card-container {
        max-width: 100%;
    }

    .card-grid-fulfillment {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .main-title {
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 42px;
        text-align: center;
        margin-bottom: 2rem;
    }

    .custom-card {
        padding-bottom: 0.5rem;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .card-img-container {
        z-index: 1;

        img {
            border-top-left-radius: unset;
            border-top-right-radius: unset;
            clip-path: polygon(0px 0px, 100% 0px, 100% 75%, 0px 100%);
            height: 360px;
            object-fit: cover;
            width: 100%
        }
    }

    .card-body {
        box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .2);
        z-index: 99;
        width: 90%;
        background-color: #ffffff;
        font-weight: 300;
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        justify-content: space-between;
        border-top: #146fbd 25px solid;
        margin-top: -12.555vh !important;
        margin-left: auto;
        margin-right: auto;
    }

    /* Card Title */
    .card-title {
        font-size: 1.5rem;
        padding: 1.5rem;
        padding-top: 3rem;
        font-weight: 700;
        line-height: 28px;
    }

    /* Card Text */
    .card-text {
        font-size: 1.25rem;
        padding: 0 1.5rem;
        line-height: 30px;
        font-weight: 300;
        color: #2A2A2A;
    }

    /* Count Container (number styling) */
    .count-container {
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .count-number {
        font-size: 1.5rem;
        line-height: 36px;
        font-weight: 400;
        text-align: right;
        margin-top: 1.5rem;
        background: #146fbd;
        padding: .5em 1em;
        color: #fff;
    }
}

/* Mobile Responsiveness */
@media (min-width: 767px) {
    .section-title {
        font-size: 1rem;
    }

    .main-title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
        line-height: 42px;
    }

    .card-grid-fulfillment {
        display: grid !important;
        grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
        gap: 20px;
    }

    .count-container {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .electra-product {
        .price {
            text-align: left !important;
        }
    }

    .testimonial-section {
        .swiper-wrapper {
            .swiper-slide {
                .img-container {
                    .logo-customer {
                        min-height: 500px;
                    }
                }
            }
        }
    }
}

/* Brands */
.section-background-intro {
    background: #e9f5ff;
    text-align: center;
    padding: 75px 0;
}

.brand-wrapper {
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;

    h2 {
        margin-bottom: 0.5rem;
        font-weight: 700;
    }
}

.brand-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding: 20px;

    img {
        width: 100%;
        max-height: 150px;
        min-width: 180px;
        max-width: 200px !important;
        padding: 2rem;
    }
}

.brand-block {
    background: #ffffff;
    padding: 40px 0;
    max-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .2) !important;
}

.brand-block:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

@media (max-width: 767px) {
    .brand-block {
        width: 48%;
    }

    .hero-content-wrap {
        .hero-content-buttons {
            .btn-tertiary {
                margin-bottom: 150px;
            }
        }
    }

    .testimonial-section {
        .testimonial-content {
            &:before {
                position: absolute;
                opacity: .25;
                top: 1.255%;
            }
        }
    }

    .electra-shop__wrap:not(.taxonomy) {
        row-gap: 20px !important;
    }

    body.page-template-default:has(.page-template-full-width) {
        .section-number-list {
            ol {
                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
            }
        }

        .page-hero {
            height: auto !important;
            padding: 0 !important;
        }
    }

    footer {
        .delivery-methods-section {
            .container {
                display: grid;
                grid-template-columns: 1fr !important;
                gap: 2rem;
                padding-left: 15%;
                padding-right: 15%;
            }
        }
    }
}

@media (max-width: 480px) {
    .brand-block {
        width: 100%;
    }

    .hero {
        &.container {
            padding-bottom: 20px;
        }
    }
}

body .electra-shop__order-review table.shop_table {
    td.product-name,
    th  {
        font-size: 14px !important;
        vertical-align: middle !important;
    }
}

.woocommerce-loop-product__cat {
    display: none;
}

.woocommerce {
    ul.products:before {
        display: none;
    }
}

.electra-shop {
    ul.products {
        margin-top: 2rem;
        gap: 1rem;

        li.product {
            border: 1px solid #e5e7eb;

            .button {
                display: inline-block !important;
                border: 1px solid #146fbd;
                background-color: #146fbd;
                font-size: 17px;
                color: #ffffff;
                font-weight: 500;
                padding: 15.5px 30px;
                border-radius: 8px;
                transition: all .3s ease;
                position: relative;
                overflow: hidden;
                text-align: center;

                &:hover {
                    border: 1px solid #3e96e2;
                    background-color: #3e96e2;
                }

                &:active {
                    background-color: #0F548F;
                    border-color: #0F548F;
                }
            }

            .price {
                del {
                    text-decoration: 2px line-through #0f548f !important;
                    opacity: 0.8 !important;
                    font-size: 1rem !important;
                    color: #0f548f !important;
                }

                ins {
                    font-size: 1.25rem !important;
                    color: #0f548f !important;
                }

                &:has(del) {
                    gap: 4px !important;
                }

                bdi {
                    font-size: 1.25rem !important;
                    color: #0f548f !important;
                }
            }
        }
    }
}

.electra-product {
    .electra-product__content {
        .price {
            ins {
                color: #0f548f;
            }

            del {
                color: #0f548f;
                font-size: 1.25rem !important;
                text-decoration: 2px line-through #0f548f !important;
            }

            bdi {
                font-size: 1.5rem !important;
                color: #0f548f !important;
                font-weight: 700;
            }
        }
    }
    .related.products ul.products {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;

        li.product {
            border: 1px solid #e5e7eb;
            width: calc(50% - 10px);

            .button {
                display: inline-block !important;
                border: 1px solid #146fbd;
                background-color: #146fbd;
                font-size: 17px;
                color: #ffffff;
                font-weight: 500;
                padding: 15.5px 30px;
                border-radius: 8px;
                transition: all .3s ease;
                position: relative;
                overflow: hidden;
                text-align: center;

                &:hover {
                    border: 1px solid #3e96e2;
                    background-color: #3e96e2;
                }

                &:active {
                    background-color: #0F548F;
                    border-color: #0F548F;
                }
            }

            .price * {
                font-size: 1.25rem !important;
                color: #0f548f !important;

                del {
                    color: #0f548f !important;
                }
            }
        }
    }

    .electra-product__content {
        .cart {
            flex-direction: row !important;
            justify-content: space-between;

            button {
                margin: 0 !important;
            }
        }

        .product_title {
            text-align: start;
            margin-bottom: 1rem;
        }

        .product_meta {
            text-align: start;
            margin-bottom: 1rem;
        }
    }
}

.electra-product__accordion-item-top {
    font-size: 18px !important;
}

/* Sidebar */
.electra-shop__sidebar {
    .widget-title {
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-size: 16px !important;
        color: #0f548f;
        margin-bottom: 1rem;
    }
}

.wc-block-product-filters__overlay-content {
    h6 {
        text-transform: uppercase;
        letter-spacing: 1.2px;
        font-size: 16px !important;
        color: #0f548f !important;
        margin-bottom: 1rem !important;
    }
}

/* Swipper */
.testimonial-section {
    display: flex;
    justify-content: center;
    padding: 0 1rem !important;

    >.container {
        position: relative;
        bottom: 5.555vh;
        z-index: 10;
        overflow: hidden;
        height: 100%;
    }

    .testimonial-slider {
        padding: 1rem;
    }

    .testimonial-inner {
        .testimonial-content {
            position: relative;
            display: flex;

            &:before {
                font-family: "Font Awesome 6 Pro";
                content: "\f10e";
                color: #146fbe;
                font-weight: 900;
                font-size: 4.5rem;
                padding-right: .5em;
                line-height: .85;
            }
        }
    }

    .swiper-wrapper {
        box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .2);

        .swiper-slide-active,
        .swiper-slide-prev,
        .swiper-slide-next {
            box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .2);
        }
    }
}

.swiper {
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    .swiper-button-prev,
    .swiper-button-next {
        color: #ffffff;
        background-color: rgb(20, 111, 189);
        top: 40%;
        padding: 1.5rem;
    }

    .swiper-button-next {
        right: 0;

        &::after {
            font-size: 24px;
        }
    }

    .swiper-button-prev {
        left: 0;

        &::after {
            font-size: 24px;
        }
    }
}

.testimonial {
    display: flex;
    flex-direction: column;
}

.testimonial-content {
    padding: 2rem;
}

.testimonial-text {
    line-height: 30px;
    letter-spacing: 1.25px;
    font-size: 20px;
    font-weight: 300;
}

.testimonial-name {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    color: rgb(20, 111, 189);
    text-align: left;
}

.testimonial-info {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1.25px;
}

.img-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 500px;
}

.img-container img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.logo-company img {
    max-width: 100px !important;
}

.logo-company {
    position: absolute;
    max-height: 50px;
    bottom: 2rem;
    right: 2rem;
    padding: 1rem;
    color: #ffffff;
    background-color: rgb(20, 111, 189);
}

.swiper-slide {
    height: auto !important;
    gap: 2rem;
    background: #fff;
}

.testimonial-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 1rem;
    box-sizing: border-box;
}

.white-logo {
    filter: brightness(0) invert(1);
}

@media (min-width: 1200px) {
    .img-container {
        height: 100%;
        max-width: 25%;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;

        img {
            height: 100% !important;
            object-fit: cover !important;
        }
    }

    .testimonial-content {
        flex: 1;
        max-width: 75%;
        text-align: left;
        padding: 2rem;
    }

    .swiper-slide {
        height: auto !important;
        display: grid;
        grid-template-columns: 0.5fr 1.5fr;
        gap: 2rem;
        background: #fff;
    }
}

/* Growth Section */
.growth-section-container {
    margin: 100px 0;
}

.growth-section-wrapper {
    margin: 0 auto;
    display: flex;
    gap: 3rem;
}

.text-content {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-grid-growth {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 3rem;
}

.icon-card {
    background: white;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .2) !important;
    padding: 1.5rem;
}

.icon-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.icon-card-text {
    text-align: center;
}

.icon {
    background: #b0cee7;
    color: #0f548f;
    border-radius: 100%;
    width: 100%;
    height: auto;
    max-width: 75px;
    max-height: 75px;
    display: flex !important;
    justify-content: center;
    font-size: 1.5rem;
    align-items: center;
    aspect-ratio: 1 / 1;

    &.fa-kit,
    &.fa-brands {
        &:before {
            font-size: 40px;
        }
    }
}

.card-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0.25rem;
}

.card-description {
    color: #2A2A2A;
    font-size: 1rem;
    margin-bottom: 0;
}

.image-content {
    display: flex;
    flex: 0 0 auto;
    width: 50%;
    justify-content: flex-start;
}

.image-content img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    max-height: 100%;
}

.decoration-container {
    position: relative;
    width: max-content;

    .triangle {
        width: 200px;
        height: 200px;
        position: absolute;
        background-color: #b3d0e8;
        clip-path: polygon(100% 0, 0 0, 100% 100%);
        top: 0;
        right: 0;
    }

    img {
        padding: 6% 5% 0 0;
        width: auto;
        height: 100%;
    }
}

/* Responsive Layout */
@media (min-width: 1200px) {
    .card-title {
        font-size: 24px;
        line-height: 36px;
    }

    .icon-card-body {
        flex-direction: row;
    }

    .icon-card-text {
        text-align: start;
    }
}

/* Connect Section */
.connect-webshop-section {
    margin: 100px 0;
}

.connect-webshop-wrapper {
    display: flex;
    gap: 3rem;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.image-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

.webshop-image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.image-column {
    position: relative;
}

.experience-card {
    position: absolute;
    right: 3rem;
    border-left: #0f548f 25px solid;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    text-align: center;
}

.experience-number {
    font-size: 2.5rem;
    font-weight: 700;
}

.experience-years {
    font-weight: 300;
    font-size: 1.25rem;
    margin-left: 0.5rem;
}

.experience-description {
    font-weight: 300;
    font-size: 1rem;
    color: #555;
}

.content-column {
    display: flex;
    flex-direction: column;
}

.light-heading {
    font-size: 28px;
    font-weight: 300;
    line-height: 39px;
    margin-bottom: 1rem;
}

.webshop-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.webshop-buttons {
    margin-top: 2rem;
    display: flex;
    justify-content: start;
}

@media (max-width: 1200px) {
    .webshop-buttons {
        justify-content: center;
    }
}

/* Prices Styles */
.prices-section {
    padding-bottom: 2rem;

    .prices-wrapper {
        display: flex;
        flex-direction: row;
        margin: 3rem auto;
        gap: 3rem;
        padding: 2rem 1rem;
    }

    .prices-image {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, #0F548F 10%, #0F548F 90%, rgba(0, 0, 0, 0) 90%);
        border-image-slice: 1;
        border-left: 21px solid #0f548f;
        object-position: 65%;
    }

    .price-cards {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-top: 1.5rem;
    }

    .price-card {
        background: white;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
        flex: 1 1 45%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 1.5rem 1rem;
        min-width: 280px;

        .icon {
            width: 50px;
            height: 50px;
        }
    }

    .price-card-header {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .contained-icon {
        font-size: 1.5rem;
        color: #0f548f;
        flex-shrink: 0;
    }

    .price-card-title {
        font-weight: 700;
        font-size: 1.25rem;
    }

    .price-card-body {
        flex-grow: 1;
    }

    .price-list {
        display: flex;
        flex-direction: column;
        list-style: none;
        padding-left: 0;
        margin: 0;
        gap: 1rem;
        color: #2A2A2A;
        font-size: 1rem;
        font-weight: 400;
        line-height: 16px;
    }

    .price-list li {
        padding: 0;
    }

    .price-card-footer {
        margin-top: 1rem;
        text-align: right;
    }

    .price-text {
        font-size: 1.5rem;
        font-weight: 300;
        color: #0f548f;
    }

    .price-label {
        text-decoration: underline;
        color: #2A2A2A;
        margin-right: 0.5rem;
        line-height: 30px;
        font-weight: 300;
        font-size: 20px;
    }

    .price-amount {
        font-weight: 700;
        font-size: 1.5rem;
        color: #1a4886;
    }

    .action-buttons {
        margin-top: 2rem;
        display: flex;
        align-items: center;
        gap: 2rem;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.electra-shop__latest-inner {
    ul {
        li {
            text-align: start;
            align-items: flex-start !important;

            .price {
                display: flex;
                flex-direction: row-reverse;
                font-weight: 500 !important;

                del {
                    text-decoration: 2px line-through #0f548f !important;
                    opacity: 0.8 !important;
                    font-size: 1.25rem !important;
                    color: #0f548f !important;
                }

                ins {
                    font-size: 1.25rem !important;
                    color: #0f548f !important;
                }

                span {
                    font-size: 1.25rem !important;
                    color: #0f548f !important;
                }
            }

            .woocommerce-loop-product__title {
                text-align: left;
            }

            .woocommerce-loop-product__images {
                display: inline-flex !important;
                max-width: 100% !important;
            }
        }
    }
}

.features-section-container {
    background-color: #0d2133;
}

.features-section-wrapper {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 1rem;
    padding: 3rem 0;

    h3 {
        color: #ffffff;
    }

    .feature {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1 1 30%;
    }
    .feature p {
        font-weight: 300;
        font-size: 1rem;
        color: #dcdcdc;
    }

    .feature .icon {
        font-size: 40px;
        color: #ffffff;
        margin-bottom: 0;
        background-color: transparent;
    }
}

@media (min-width: 1200px) {
    .features-section-wrapper {
        display: flex;
        flex-direction: row;
    }

    .price-amount {
        font-size: 2rem;
    }

    .action-buttons {
        justify-content: start !important;
    }
}

/* Footer */
.delivery-methods-section {
    display: none;
    background-color: #E9F5FF;
    padding-top: 3rem;
    text-align: center;

    .delivery-icon {
        display: flex;
        justify-content: center;

        a {
            width: 100%;
        }
    }

    .container {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 2rem;
        padding-top: 1rem;
        padding-bottom: 5rem;
    }

    .section-title {
        margin-bottom: 0.5rem;
        line-height: 24px;
    }

    .delivery-title {
        margin-bottom: 1rem;
    }
}

.delivery-subtitle {
    color: #000000;
}

.delivery-icons-wrapper {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 3rem !important;
    justify-content: center;

    a {
        padding: 1rem 0;
    }
}

.icon-button {
    text-align: center;
    background: white;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    padding: 20px 30px !important;

    img {
        max-height: 70px;
        max-width: 60px;
        object-fit: contain;
    }
}

body.home {
    section[name="delivery-methods"] {
        display: block;
    }
}

/* General Footer Styling */
.electra-footer {
    background-color: #E9F5FF !important;
}

.electra-footer-container {
    background: linear-gradient(48deg, #0f548f 0, #0f548f 17.5%, #146fbd 17.5%, #146fbd 100%);
    color: #fff;
}

.skewed-footer {
    height: 5vh;
    width: 100%;
    background: #0d2133;
    clip-path: polygon(0% 0%, 100% 75%, 100% 100%, 0% 100%);
}

.electra-footer__inner {
    color: #fff;
}

.electra-footer__middle {
    padding: 0 0 !important;
}

/* Footer Middle */
.footer-part {
    display: flex;
    justify-content: center;
    width: 100%;
}

.footer-container {
    width: 100%;
    padding: 1rem 0;
    margin: 0 auto;
    gap: 2rem;
    justify-content: space-between;
}

.footer-col {
    min-width: 250px;

    .footer-text {
        font-weight: 300;
    }
}

.footer-logo {
    display: block;
    margin-bottom: 1.5rem;
}

.footer-link {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-heading {
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #ffffff;
    position: relative;
}

.footer-heading::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 75px;
    background: #fff;
    bottom: -11px;
    left: 0;
}

/* Newsletter */
.newsletter-form {
    background: #fff;
    max-width: 75%;
    padding: .25em;
    position: relative;
    display: flex;
    cursor: text;
    padding-left: 1em;
    overflow: hidden;
}

.newsletter-input {
    flex-grow: 1;
    padding: 0.5rem;
    position: relative;
    font-size: 1rem;
    border: none;
    border-radius: 2px;
}

.newsletter-button {
    background-color: #0056b3;
    border: none;
    padding: 0.6rem 1rem;
    position: absolute;
    right: 0.5rem;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
}

.newsletter-button:hover {
    background-color: #007bff;
}

/* Socials */
.footer-socials {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-icon {
    background: #1783e0;
    padding: 15px;
    font-size: 1.25rem;
}

/* Footer Bottom */
.electra-footer__bottom {
    background: #0d2133;
    color: #fff;
    font-size: 14px;
    padding: 0.5rem 0 !important;
    display: flex;
    justify-content: center !important;
}

.footer-copyright {
    text-align: center;
    font-weight: 300;
    line-height: 21px;
    font-size: 14px;
}

/* Responsive */
@media (min-width: 768px) {
    .footer-container {
        display: flex;
        flex-direction: row;
    }

    .footer-heading {
         margin-top: 3rem;
    }

    .footer-col {
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }
}

/* Swipper */
.pros-section {
    .peekaboo {
        display: none;
        margin-top: 0 !important;
    }

    .swiper {
        height: auto;
        margin: 3rem auto;
        padding-bottom: 10vh;

        .swiper-slide {
            width: 360px;
            height: 564px;

            .card {
                height: 100%;
                display: flex;
                flex-direction: column;
                gap: 1.5rem;
                position: relative;
                padding: 1.5rem;
                z-index: 3;
                transform: translateY(7vh);
                transition: transform .25s cubic-bezier(0.4, 0, 1, 1);
                box-shadow: rgba(0, 0, 0, 0.1) 0 4px 8px;;
            }

            .card-footer {
                display: flex;
                gap: 1.5rem;
                align-content: center;
                text-align: center;
                align-items: center;
            }

            .action-btn-container {
                display: none;
            }

            img {
                height: 350px;
                object-fit: cover;
                transition: opacity .25s linear;
            }
        }

        .swiper-slide-active {
            position: relative;
            height: 100%;
            color: #ffffff;
            display: flex;
            flex-direction: column;
            max-height: 664px;
            gap: 3vh;

            &:hover {
                img {
                    opacity: .5;
                }
            }

            h3 {
                color: #ffffff;
            }

            .card {
                background-color: #146fbd;
                gap: 1.5rem;
                padding: 1.5rem;
                max-height: 564px;
                transform: translateY(0vh);
                transition: transform .25s cubic-bezier(0.4, 0, 1, 1);
            }

            .peekaboo {
                display: flex;
                position: relative;
                z-index: 1;
                margin-top: 1rem;
                justify-content: center;

                .btn-dark {
                    padding: 1rem 3rem;
                    line-height: 24px;
                }
            }
        }
    }

    .main-title {
        text-align: center;
    }
}

.bg-primary {
    background-color: #0d2133 !important;
}

.electra-header__logo {
    display: block;
}

.electra-header__mob-nav {
    align-items: normal !important;
}

.btn-close {
    display: none !important;
}


.skewed-container:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -5%;
    z-index: -1;
    width: 100%;
    height: 100%;
    clip-path: polygon(0px 0px, 100% 0px, 100% 69%, 0px 87%);
    background: rgb(15, 84, 143);
}

/* Hide the menu on screens smaller than 1200px */
@media screen and (max-width: 1199px) {
    .navbar:not(.home-navbar) {
        .electra-header__wrap {
            &.menu-open {
                background-color: #0d2133 !important;
            }
        }
    }

    .electra-header__logo {
        a {
            margin-top: 5%;
        }
    }

    .electra-header__wrap:not(.menu-open) .menu {
        display: none;
    }

    .electra-header__wrap {
        padding: 0 1rem !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        flex-wrap: inherit;

        ul {
            flex-basis: 100%;
            text-align: center;

            li {
                ::before {
                    display: none !important;
                }

                a {
                    font-size: 16px !important;
                }
            }
        }

        &.menu-open {
            background-color: #0F548FFF !important;

            .lang-switcher-mobile {
                width: 100%;
                display: block;
            }

            .lang-container {
                justify-content: center;
                color: #ffffff;
                padding: 15px 20px;
                position: relative;
                font-size: 16px;
                line-height: 16px;

                img {
                    height: 1rem;
                }
            }
        }
    }

    .electra-header__mob-nav {
        a {
            padding: 1.5rem !important;
            border: 1px solid rgba(255, 255, 255, 0.1);

            span {
                background-color: rgba(255, 255, 255, 0.55) !important;
            }

            ::after,
            ::before {
                background-color: rgba(255, 255, 255, 0.55) !important;
                width: 1.5rem !important;

            }
        }
    }
}

/* Show the menu again on large screens */
@media screen and (min-width: 1200px) {
    .container {
        width: 1440px !important;
    }

    .home-navbar {
        .electra-header__wrap {
            padding-top: 0 !important;
            flex-wrap: nowrap !important;
            column-gap: 0 !important;

            .menu {
                border-top: 2px solid rgb(15, 84, 143);
                transition: border-image-source 0.25s linear;

                li {
                    padding: 1rem 0;
                }
            }

            &.menu-open {
                background-color: transparent !important;
            }
        }
    }

    .menu-open {
        display: none !important;
    }

    .electra-header__mob-nav {
        display: none !important;
    }

    .electra-shop__wrap {
        .woocommerce-form-register__submit {
            width: 50% !important;
        }

        form > div > p {
            text-align: left !important;
        }

        form > p:last-child {
            text-align: left !important;
        }

        .woocommerce-form.login {
            button[type=submit] {
                width: 50% !important;
            }
        }

        form.lost_reset_password {
            button[type=submit] {
                width: 50% !important;
            }
        }
    }
}

.woocommerce-notices-wrapper {
    max-width: 100% !important;
}

/* CMS pages */

body.privacy-policy {
    .page-hero {
        display: none;
    }

    .privacy-policy {
        h2 {
            margin-top: 2rem;
            margin-bottom: 0.5rem;
        }

        ul {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }
    }
}

body.woocommerce-checkout {
    .woocommerce-billing-fields {
        .woocommerce-form__label {
            display: none;
            span {
                font-size: 15px;
                align-items: center !important;
            }
        }
    }

    .woocommerce-terms-and-conditions-wrapper {
        .woocommerce-terms-and-conditions-checkbox-text {
            font-weight: 500;
            font-size: 15px;

            a {
                color: var(--electra-color-link) !important;
                font-weight: 500 !important;
            }
        }
    }
    .woocommerce-terms-and-conditions {
        padding: 1.5rem 1rem 0.80rem 1rem;

        h1 {
            display: none;
        }
    }
}

body.page-template-default:has(.page-template-full-width) {
    p {
        line-height: 30px;
    }

    .section-background-intro {
        ul {
            li {
                p {
                    margin: 0 ;
                }
            }
        }
    }

    .section-faq {
        .ea-card {
            text-align: left;
        }
    }

    .container a.btn-action {
        padding: 1rem 2rem;
    }

    .wp-block-columns {
        align-items: normal !important;
        box-sizing: border-box;
        flex-wrap: wrap !important;
    }

    .wp-block-column {
        flex-grow: 1;
        min-width: 0;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .page-template-full-width {
        margin: 2rem 0;
    }

    .section-intro {
        padding-top: 2rem;

        .text {
            padding: 50px 0;
        }
    }

    .page-hero {
        margin-bottom: 1.5rem;
        height: auto;
        min-height: unset;
        align-items: center;
        padding: 3rem 0;
        position: relative;

        figure {
            height: 100%;
            min-height: unset;
            object-fit: cover;
            width: 100% !important;
            position: absolute;
            top: 0;
            filter: brightness(.5);
            z-index: 0;

            img {
                object-position: 50% 46%;
                width: 100vw;
                object-fit: cover;
                height: 100%;
                position: absolute;
            }
        }
    }

    .block {
        margin-bottom: 100px;
    }

    .full-width {
        .container > *:first-child {
            margin-bottom: 40px;
        }
    }

    .split {
        gap: 4rem;

        &:not(.integrate, .privacy-policy) {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center;
            gap: 4rem;

            .wp-block-image {
                position: relative;
                height: 100%;
                width: 100%;

                img {
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                }
            }
        }
    }

    .section-quotes {
        text-align: center;

        ul {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 20px;
            margin: 0;
            padding: 0;

            li {
                background-color: #e9f5ff;
                padding: 60px 28px 28px;
                position: relative;
                text-align: left;
                line-height: 27px;
            }

            li:before {
                content: '"';
                color: #b2d7f6;
                position: absolute;
                top: 26px;
                left: 26px;
                width: 2rem;
                height: 1.5rem;
                font-size: 5rem;
                font-weight: 600;
                text-align: center;
                line-height: 5rem;
            }
        }
    }

    .section-background-intro {
        background: #e9f5ff;
        text-align: center;
        padding: 75px 0;

        &.contact {
            .split {
                padding-left: 150px;
                padding-right: 150px;
                grid-template-columns: 60% 40%;
                align-items: flex-start;
            }
        }

        ul {
            list-style: none;
            margin: 0;
            padding: 50px 0;
            display: flex;
            flex-direction: column;
            gap: 2rem;

            li {
                text-align: left;
                background: white;
                box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
                padding: 30px;
                line-height: 27px;
            }
        }

        &.prices-block {
            .price-cards {
                display: flex;
                gap: 1.5rem;
                flex-wrap: wrap;
                margin-top: 1.5rem;
            }

            .price-card {
                background: white;
                border-radius: 8px;
                box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
                flex: 1 1 45%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                padding: 1.5rem;
                min-width: 280px;
            }

            .price-card-header {
                display: flex;
                align-items: center;
                gap: 1rem;
                margin-bottom: 1.5rem;

                .icon {
                    width: 50px !important;
                    height: 50px !important;
                }
            }

            .price-card-title {
                font-weight: 700;
                margin-bottom: 0;
                font-size: 1.25rem;
                overflow-wrap: break-word;
                word-break: break-word;
            }

            .price-card-body {
                flex-grow: 1;
            }

            .price-list {
                list-style: none;
                padding: 0;
                gap: 1rem;
                margin: 0;
                color: #2A2A2A;
                font-size: 1rem;
                font-weight: 400;
                line-height: 16px;
            }

            .price-list li {
                padding: 0;
                box-shadow: none;
            }

            .price-card-footer {
                margin-top: 1rem;
                text-align: end;
            }

            .price-text {
                font-size: 1.5rem;
                font-weight: 300;
                color: #0f548f;
            }

            .price-label {
                text-decoration: underline;
                color: #2A2A2A;
                margin-right: 0.5rem;
                line-height: 30px;
                font-weight: 300;
                font-size: 20px;
            }

            .price-amount {
                font-weight: 700;
                font-size: 1.5rem;
                color: #1a4886;
            }
        }

        .integrations-wrapper {
            display: grid;
            grid-template-columns: 1fr;

            + h2 {
                margin-top: 70px;
                margin-bottom: 40px;
            }

            a {
                background: white;
                box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
                padding: 30px;
                display: block;
                color: inherit;
                text-decoration: none;
                text-align: left;

                i {
                    width: 60px;
                    display: inline-flex;
                    position: absolute;
                    height: 60px;
                }

                b {
                    font-weight: 700;
                    font-size: 1.2rem;
                    display: inline-flex;
                    width: 100%;
                    margin: 0;
                    padding-left: 75px;
                }

                span {
                    display: inline-flex;
                    padding-left: 75px;
                }

                &:hover {
                    span {
                        text-decoration: underline;
                    }
                }
            }
        }
    }

    .section-icons {
        text-align: center;

        ul {
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 1rem;

            li {
                text-align: left;
                display: flex;
                gap: 2rem;

                a {
                    color:rgb(15, 84, 143);
                    text-decoration: underline;

                    &:hover {
                        color:rgb(12,67,114);
                    }
                }

                i {
                    flex: 0 0 53px;
                    height: 53px;
                    border-radius: 9999px;
                    background: #B0CEE7;
                    color: #0F548F;
                    align-items: center;
                    justify-content: center;
                    display: flex;
                    font-size: 1.5rem;
                    font-weight: 400;
                }
            }
        }

        &.no-icons {
            ul {
                display: flex;
                flex-direction: column;

                li {
                    flex-direction: column;
                    gap: 0;

                    .primary-variant-background {
                        color: #ffffff;
                        font-size: 1rem;
                        font-weight: 400;
                        line-height: 27px;
                        text-decoration: none;

                        &:hover {
                            border: 1px solid #3e96e2;
                        }
                    }
                }
            }
        }
    }

    .section-number-list {
        text-align: center;

        ol {
            display: grid;
            gap: 30px;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            counter-reset: section;

            li {
                text-align: left;
                box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
                background: white;
                position: relative;
                padding: 3rem 2rem 2rem;

                h6 {
                    font-weight: 700 !important;
                    margin-bottom: 5px;
                    font-size: 1.2rem;
                }

                p {
                    font-size: 15px;
                    line-height: 27px;
                }
            }

            li:before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                height: 10px;
                background-color: #146FBD;
            }

            li:after {
                background-color: #146FBD;
                color: white;
                font-size: 18px;
                position: absolute;
                bottom: 0;
                right: 0;
                width: auto;
                height: auto;
                padding: 14px 20px;
                counter-increment: section;
                content: counter(section);
            }
        }

        > p {
            margin-bottom: 2.5rem;
        }
    }

    .contact-form {
        width: 100%;
        text-align: left;

        span,
        label {
            width: 100%;
        }

        textarea,
        input {
            display: block;
            width: 100%;
            padding: .375rem .75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: var(--bs-body-color);
            background-clip: padding-box;
            border: solid 1px #dcd9d9;
            transition: border-color .15s
            ease-in-out, box-shadow .15s
            ease-in-out;
        }

        button {
            font-weight: 700;
            line-height: 24px;
            color: #ffffff;
            border: 1px solid #0f548f;
            background-color: #0f548f;
            cursor: pointer;
            font-size: 16px;
            padding: 23px 3rem;

            &:hover {
                border: 1px solid #3e96e2;
                background-color: #3e96e2;
            }

            &:active {
                background-color: #ffffff;
                border: 1px solid #3e96e2;
                color: #3e96e2;
            }
        }
    }

    .location {
        text-align: left;
        background: white;
        padding: 40px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
        width: 100%;
        position: relative;

        p {
            a {
                color:rgb(15, 84, 143);
                text-decoration: underline;

                &:hover {
                    color:rgb(12,67,114);
                }
            }
        }
    }

    .location:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 10px;
        background-color: #146FBD;
    }

    .section-contact-banner {

        .primary-variant-background {
            background-color: #146fbd;
        }

        color: #ffffff;
        background-color: #0D2133;
        text-align: center;

        .container {
            position: relative;
            padding-top: 50px;
            padding-bottom: 50px;
        }

        h6 {
            margin-bottom: 1rem !important;
            color: #ffffff;
            font-weight: 500 !important;
            font-size: 2rem;
        }

        .btn {
            margin: 0 10px 10px 10px;;
        }

        .btn-action {
            padding: 17px 33px !important;
            font-weight: 400;
            font-size: 1rem;
            line-height: 1.5rem;

            &.secondary-variant-background {
                background-color: #ffffff;
                color: #0D2133;
                border-color: #ffffff;
            }

            &.secondary-variant-background:hover {
                background-color: transparent;
                color: #ffffff;
            }

            &.secondary-variant-background:active {
                background-color: transparent;
                color: #ffffff;
            }
        }
    }

    .section-faq {
        text-align: center;

        .sp-easy-accordion {
            padding: 0 15%;
        }

        .ea-card {
            .ea-header {
                a {
                    background-color: white;
                    color: #2a2a2a;
                    padding-left: 60px;
                    position: relative;
                    display: flex;

                    .ea-expand-icon {
                        float: left;
                        color: #444;
                        font-size: 16px;
                        order: 4;
                        margin-left: auto;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-right: 0;

                        &:before {
                            content: '';
                            background-image: url("data:image/svg+xml,%3Csvg%20width='17'%20height='10'%20viewBox='0%200%2017%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M7.73633%208.63867L1.36133%202.26367C0.929688%201.86523%200.929688%201.16797%201.36133%200.769531C1.75977%200.337891%202.45703%200.337891%202.85547%200.769531L8.5%206.38086L14.1113%200.769531C14.5098%200.337891%2015.207%200.337891%2015.6055%200.769531C16.0371%201.16797%2016.0371%201.86523%2015.6055%202.26367L9.23047%208.63867C8.83203%209.07031%208.13477%209.07031%207.73633%208.63867Z'%20fill='%232A2A2A'/%3E%3C/svg%3E");
                            display: block;
                            background-size: 100%;
                            width: 15px;
                            height: 9px;
                        }
                    }
                }

                a:before {
                    content: '?';
                    position: absolute;
                    top: 50%;
                    left: 18px;
                    transform: translateY(-50%);
                    display: inline-block;
                    width: 28px;
                    height: 28px;
                    background-color: #e9f5ff;
                    color: #0f548f;
                    border-radius: 9999px;
                    text-align: center;
                    font-size: 15px;
                }
            }

            &.ea-expand {
                .ea-header {
                    a {
                        .ea-expand-icon:before {
                            background-image: url("data:image/svg+xml,%3Csvg%20width='17'%20height='10'%20viewBox='0%200%2017%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M7.73633%201.36133L1.36133%207.73633C0.929688%208.13477%200.929688%208.83203%201.36133%209.23047C1.75977%209.66211%202.45703%209.66211%202.85547%209.23047L8.5%203.61914L14.1113%209.23047C14.5098%209.66211%2015.207%209.66211%2015.6055%209.23047C16.0371%208.83203%2016.0371%208.13477%2015.6055%207.73633L9.23047%201.36133C8.83203%200.929688%208.13477%200.929688%207.73633%201.36133Z'%20fill='%232A2A2A'/%3E%3C/svg%3E");
                        }
                    }
                }
            }
        }
    }
}

.page-template.page-template-template-quote-page {
    background-image: linear-gradient(90deg, #1d2731, #0074c8);
    background-repeat: no-repeat;
    height: 100vh;

    .wrapper {
        justify-content: center;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        height: 100vh;
    }

    header {
        display: none;
    }

    .quote-section {
        display: flex;
        justify-content: center !important;

        &.border {
            border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, #0F548F 10%, #0F548F 90%, rgba(0, 0, 0, 0) 90%);
            border-image-slice: 1;
            border-left: 21px solid #0f548f;
        }

        &.card {
            border: none;
            background-color: #fff;
            padding: 1.5rem;
            box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .2) !important;
        }
    }

    .wpcf7-form-control-wrap {
        input[type=text],
        input[type=tel],
        input[type=email] {
            color: #2A2A2A;
            display: block;
            border: solid 1px rgb(222, 226, 230);
            width: 100%;
            padding: .375rem .75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
        }
    }

    .wpcf7-response-output {
        margin-top: 0;
        font-size: 1rem;
        font-weight: 400;
    }

    .wpcf7-list-item {
        line-height: 24px;

        label {
            margin-bottom: 0;
        }
    }

    .wpcf7-form-control {
        display: flex;
        flex-direction: column;
        line-height: 24px;
    }

    .step {
        display: none;
    }

    .step[data-step="1"] {
        display: block;
    }

    .button-container > p {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding-top: 1.25rem;
        align-items: center;

        a,
        .prev-step {
            padding: 1rem 0.75rem;
            border: 1px solid transparent;

            &:active {
                border: 1px solid #000000;
            }
        }

        .btn {
            color: #2A2A2A;
        }

        .wpcf7-submit {
            background: #0f548f;
            padding: 16px 46px;
            color: #ffffff;
            font-weight: 700;
            cursor: pointer;

            &:hover {
                background: #3e96e2;
                color: #ffffff;
            }

            &:active {
                background: #ffffff;
                border: 1px solid #3e96e2;
                color: #3e96e2;
            }
        }

        .prev-step {
            color: #2A2A2A;
            background: transparent;
            border: 1px solid transparent;
            cursor: pointer;
        }

        .next-step {
            background: #0f548f;
            padding: 16px 46px;
            color: white;
            line-height: 1.5rem;
            cursor: pointer;

            &:hover {
                background: #3e96e2;
                color: #ffffff;
            }

            &:active {
                background: #ffffff;
                border: 1px solid #3e96e2;
                color: #3e96e2;
            }
        }
    }
}

@media (max-width: 500px) {
    body.page-template-default:has(.page-template-full-width) {
        .section-contact-banner {
            .btn {
                margin: 0 0 10px 0;
                width: 100%;
                display: inline-block;
            }
        }
    }
}
@media (max-width: 991px) {
    body.page-template-default:has(.page-template-full-width) {
        .page-hero .container {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .section-intro {
            .text {
                padding: 0;
            }
        }

        .split {
            display: flex !important;
            flex-direction: column !important;
        }

        .block {
            margin-bottom: 50px;
        }

        .section-icons {
            ul {
                li {
                    flex-direction: column;
                    text-align: center;
                    align-items: center;
                    gap: 1rem;

                    i {
                        width: 53px;
                    }
                }
            }
        }

        .section-background-intro {
            ul {
                padding: 0;
            }
        }

        .section-faq {
            .sp-easy-accordion {
                padding: 0;
            }
        }

        .intro .text {
            padding: 0;
        }
    }

    footer {
        .delivery-methods-section {
            .container {
                gap: 1.5rem;
            }
        }
    }
}

.jumbotron {
    position: relative;
    background: rgba(13, 33, 51, .75);
    padding: 25px 30px;
    color: #fff;
    z-index: 1;

    .jumbotron-heading {
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .jumbotron-title {
        font-size: 2.5rem;
        font-weight: 600;
        color: #ffffff;
    }
}

@media screen and (min-width: 576px) {
    .container {
        max-width: 530px !important;
    }
}

@media screen and (min-width: 768px) {
    .container {
        max-width: 720px !important;
    }

    .integrations-wrapper {
        grid-template-columns: 1fr 1fr !important;
        gap: 2rem;
    }

    .price-cards {
        flex-wrap: nowrap !important;
        justify-content: center;

        .price-card {
            min-width: 33% !important;
        }
    }

    .light-heading {
        font-size: 40px;
        line-height: 56px;
    }

    .icon-button {
        img {
            object-fit: contain;
        }
    }

    .delivery-icons-wrapper {
        justify-content: space-around;
        gap: 1rem;
        flex-wrap: wrap;

        .icon-button {
            max-width: none !important;
        }
    }

    .woocommerce form.checkout_coupon,
    .woocommerce form.login,
    .woocommerce form.register {
        margin-top: 0;
    }

    .brand-blocks {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: auto;
        gap: 36px;
        max-width: 750px !important;

        .brand-block {
            max-width: 224px;
        }
    }
}

@media (max-width: 768px) {
    .woocommerce {
        .u-column2 {
            &.col-2 {
                margin-top: 2rem;

                form {
                    margin-top: 0;
                }
            }
        }
    }
}

@media screen and (min-width: 991px) {
    .testimonial-inner {
        display: flex;
        flex-direction: row;
        align-items: flex-start;

        .img-container {
            .logo-customer {
                min-width: 190px !important;
            }
        }
    }

    .section-contact-banner {
        .container:before {
            content: "";
            background-image: url(./images/contact_banner_image.png);
            background-size: auto 100%;
            background-repeat: no-repeat;
            position: absolute;
            left: 10%;
            bottom: 0;
            top: -50px;
            width: 275px;
            height: auto;
            overflow: hidden;
        }
    }

    .section-faq {
        .ea-card {
            .ea-body {
                padding: 15px 60px !important;
            }
        }
    }

    .cms-description {
        padding-right: 25% !important;
    }

    .container {
        max-width: 960px !important;
    }

    .price-card-footer {
        text-align: right;
    }

    .section-contact-banner {
        .container {
            padding-left: 15%;
            padding-right: 15%;
        }
    }

    .section-icons {
        ul {
            li {
                align-items: flex-start;
            }
        }
    }

    .webshop-cards {
        padding-top: 3rem;
    }

    .webshop-buttons {
        margin-top: 3.5rem;
    }

    .electra-product {
        .related.products ul.products {
            li.product {
                width: calc(25% - 60px / 4);
            }
        }
    }

    .price-card {
        .price-list {
            padding: 0 1rem;
        }
    }

    .footer-part {
        padding: 3rem;
    }

    .footer-col {
        flex: 1 1 30%;
    }
}

@media screen and (min-width: 1023px) {
    .icon-card-body {
        flex-direction: row;
        align-items: center;

        .icon-card-text {
            text-align: start !important;
            padding-left: 30px;
        }
    }

    .features-section-wrapper {
        flex-direction: row;

        h3 {
            font-size: 24px;
            font-weight: 700;
        }
    }
}

@media screen and (max-width: 1023px) {
    .image-column {
        position: relative;
        display: none;
    }

    .connect-webshop-wrapper {
        flex-direction: column;
        gap: 2rem;

        .icon-card-text {
            width: 100%;
        }
    }

    .image-content {
        display: none;
    }
}

@media screen and (min-width: 1200px) {

    .container {
        max-width: 1140px !important;
    }

    .electra-header {
        .bg-primary {
            .electra-header__wrap {
                flex-wrap: nowrap;
                column-gap: 0;

                > ul {
                    min-height: 80px;

                    > li > a {
                        font-weight: 700 !important;
                    }
                }
            }
        }

        .light-heading {
            font-size: 40px;
            line-height: 56px;
        }

        .electra-header__wrap > ul > li {
            padding: 1.5rem 12px !important;
            align-items: center !important;
        }
    }

    .prices-section {
        .price-cards {
            flex-direction: row;
        }
    }

    .navbar.home-navbar #menu-main li:last-child {
        background: #0f548f;
        color: #fff;
        padding: .5em;
        padding-left: 2rem !important;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
        z-index: 1;
    }

    .page-template-full-width {
        .split {
            &.integrate {
                display: grid;
                grid-template-columns: 1fr 1fr;
                align-items: center;
                gap: 4rem;
            }
        }
    }

    .image-column,
    .content-column {
        width: 50%;
    }
}

@media screen and (max-width: 1200px) {
    .section-background-intro {
        &.contact {
            .split {
                padding-left: 0 !important;
                padding-right: 0 !important;

            }
        }
    }
}

@media screen and (min-width: 1440px) {
    .container {
        max-width: 1400px !important;
    }
}

@media screen and (max-width: 1400px) {
    .section-contact-banner {
        .container:before {
            left: 0;
        }
    }
}