@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}
*, :before, :after {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
body {
    background: linear-gradient(135deg, #6a4dfd, #8a5cff);
    height: 100vh;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.plugin-banner {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
}
body:before {
    content: "";
    background: #0000005e;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}
.container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left {
    width: 40%;
    position: relative;
}

.wp-badge {
    display: inline-block;
    color: #333;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: bold;
    max-width: 300px;
}
.wp-badge img {
    width: 100%;
}

.left h1 {
    font-size: 36px;
    margin-bottom: 20px;
}
.left h3 {
    margin-bottom: 15px;
}
.left h1 span {
    font-weight: normal;
    font-size: 28px;
}

.features {
    list-style: none;
}

.features li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 22px;
    list-style: none;
}

.features li::before {
    content: "\f105";
    position: absolute;
    left: 0;
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    top: 2px;
}

.right {
    width: 55%;
    background: rgba(255,255,255,0.1);
    padding: 25px;
    border-radius: 12px;
}

.right h3 {
    margin-bottom: 15px;
    font-size: 18px;
}


.logo-box {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-box img {
    max-width: 100%;
    height: 60px;
    width: auto !important;
    object-fit: contain;
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.logo_brand .owl-prev, .logo_brand .owl-next {
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    color: rgb(94, 94, 94) !important;
    border-radius: 8px;
    position: absolute;
    top: calc(50% - 20px);
}
.logo_brand .owl-prev svg {
    width: 9px;
    height: 15px;
    left: -1px;
    top: 1px;
}
.logo_brand .owl-next svg {
    width: 9px;
    height: 15px;
    position: relative;
    left: 3px;
    top: 1px;
}
.logo_brand .owl-prev {
    left: 0px;
}
.logo_brand .owl-next {
    right: 0px;
}
.logo-box {
    position: relative;
}
.logo-box span {
    position: absolute;
    font-size: 14px;
    bottom: 0px;
    background: #2ba832;
    display: inline-block;
    left: 0px;
    color: #fff;
    padding: 4px 8px 2px 6px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
}
/* css contact */
.maxlead {
    width: 60px;
    text-align: center;
    padding: 5px 0;
    line-height: 18px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0.5px 0.5px 0.5px #eee;
    background: #fff;
    position: fixed;
    bottom: 90px;
    left: 0;
    z-index: 999;
}

.maxlead a {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.maxlead a img {
    width: 36px;
    height: auto;
}

.maxlead a span {
    display: block;
    color: #666;
    font-size: 10px;
}

.maxlead a:last-child {
    margin-bottom: 0px;
}

.bottomlienhe {
    display: none;
}

.maxlead.maxleadflex {
    display: block;
}
.left ul {
    line-height: 1.8;
}
@media (max-width: 768px) {
    .bottomlienhe {
        position: fixed;
        bottom: 0px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        height: 50px;
        z-index: 10000;
    }

    .goimphi.show-popup-call-center {
        background: #1e85bf;
        width: 50%;
        text-align: center;
        padding-top: 5px;
    }

    .bottomlienhe .button-alt {
        width: 50%;
        border-radius: 0px;
        height: auto;
        font-weight: 500;
    }

    .goimphi.show-popup-call-center span {
        text-transform: uppercase;
        display: block;
    }

    .animated.infinite {
        animation-iteration-count: infinite;
    }

    .tada {
        animation-name: tada;
    }

    .animated {
        animation-duration: 1s;
        animation-fill-mode: both;
    }

    @keyframes tada {
        from {
            transform: scale3d(1, 1, 1);
        }

        10%, 20% {
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        }

        30%, 50%, 70%, 90% {
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        }

        40%, 60%, 80% {
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        }

        to {
            transform: scale3d(1, 1, 1);
        }
    }

    .maxlead {
        width: 100%;
        bottom: 0px;
        justify-content: space-between;
        border-radius: 0px padding: 4px 0;
        box-shadow: 0px 0px 0px #eee;
        display: flex;
    }

    .maxlead a {
        width: auto;
        height: auto;
        margin-bottom: 0px;
        width: 20%;
        position: relative;
    }

    .maxlead a:nth-child(3) img {
        width: 45px;
        position: absolute;
        left: 18px;
        bottom: 29px;
    }

    .maxlead a:nth-child(3) span {
        bottom: 2px;
        position: absolute;
        width: 100%;
        background: #ea0000;
        color: #fff;
        border-radius: 15px;
        max-width: 80%;
        margin: auto;
        display: block;
        text-align: center;
        left: 0;
        right: 0;
    }

        .maxlead:after {
            content: "";
            position: absolute;
            pointer-events: none;
            background-image: url("./assets/images/mb-footer-bg.svg");
            background-color: unset;
            background-position: center top;
            background-repeat: no-repeat;
            background-size: 100%;
            box-shadow: unset;
            height: 65px;
            width: 100%;
            margin-left: 0;
            margin-bottom: 0;
            left: 0;
            bottom: 0;
            z-index: -1;
        }

    .maxlead {
        background: #fff;
        padding-inline: 0px; }

    .maxlead a img {
        width: 30px;
        height: auto;
    }
}
/* end css contact*/
@media (max-width: 992px) {
    .container {
        max-width: 100%;
    }
    .left {
        width: 100%;
    }
    .right {
        width: 100%;
        background: #ffffff00;
        padding: 0px;
    }
    .grid{
        gap: 5px;
    }
    .logo-box {
        padding: 5px;
    }
    .plugin-banner {
    padding-inline: 10px;
            align-items: flex-start;
            display: block;
    }
    .plugin-banner {
        padding-block: 10px;
    }
.wp-badge {
    max-width: 200px;
    margin: auto;
    margin-bottom: 15px;
}
    .left h1 {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .right {
        margin-top: 15px;
    }
    .features {
    list-style: none;
    font-size: 14px;
    }
    .features li {
    margin-bottom: 2px;
    line-height: 1.5;
    }
    .logo-box img {
        height: 55px;
    }
}
