/* ============ Poppins Font Import ============ */
@font-face {
    font-family: "Poppins";
    font-weight: 300;
    src: url("../fonts/Poppins/Poppins-Light.woff") format("woff"),
        url("../fonts/Poppins/Poppins-Light.woff") format("woff");
}

@font-face {
    font-family: "Poppins";
    font-weight: 400;
    src: url("../fonts/Poppins/Poppins-Regular.woff") format("woff"),
        url("../fonts/Poppins/Poppins-Regular.woff") format("woff");
}

@font-face {
    font-family: "Poppins";
    font-weight: 500;
    src: url("../fonts/Poppins/Poppins-Medium.woff") format("woff"),
        url("../fonts/Poppins/Poppins-Medium.woff") format("woff");
}

@font-face {
    font-family: "Poppins";
    font-weight: 600;
    src: url("../fonts/Poppins/Poppins-SemiBold.woff") format("woff"),
        url("../fonts/Poppins/Poppins-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "Poppins";
    font-weight: 700;
    src: url("../fonts/Poppins/Poppins-Bold.woff") format("woff"),
        url("../fonts/Poppins/Poppins-Bold.woff") format("woff");
}

@font-face {
    font-family: "Poppins";
    font-weight: 800;
    src: url("../fonts/Poppins/Poppins-ExtraBold.woff") format("woff"),
        url("../fonts/Poppins/Poppins-ExtraBold.woff") format("woff");
}

/* ============ Supera Gothic Import ============ */
@font-face {
    font-family: "Supera Gothic";
    font-weight: 700;
    src: url("../fonts/Supera-Gothic/Supera_Gothic_Bold.woff") format("woff"),
        url("../fonts/Supera-Gothic/Supera_Gothic_Bold.woff") format("woff");
}

body {
    font-family: "Poppins";
    /* background-color: #f5f5f4; */
    /* Other CSS properties */
    scroll-behavior: smooth;
}

/* ################# Navbar Social ################ */
.top-header {
    background: #154a69 !important;
}
.nav-icon-font {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.topnavtext {
    font-weight: 600;
}
.faa-header-icon {
    color: #154a69;
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    width: 25px;
    line-height: 25px;
}

/* ################### Navbar #################### */
.header-logo{
    height: 80px;
    width: fit-content;
    width: auto;
}
.nav-mainbox{
    margin: 0px 0px;
    min-height: 90px;
    background: white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.nav-mainbox:hover {
    background: #fdf9f9;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}
.nav-box{
    border: 1px solid #ffe2d5;
    border-radius: 6px;
    padding: 4px;
    margin: 0px 0px;
    min-height: 90px;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(255, 245, 242, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.nav-box:hover {
    background: #fdf9f9;
    box-shadow: 0 8px 12px 0 rgb(2 19 79 / 7%);
    -webkit-box-shadow: 0 8px 12px 0 rgb(2 19 79 / 7%);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}
.navitem-nonactive {
    font-size: 15px !important;
    font-weight: 500 !important;
    border-bottom: 2px solid #ffdccb !important;
    width: 210px;
    text-wrap: nowrap;
    line-height: 1.2;
    padding: 0.8rem 0.5rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color:  transparent !important;
    border-bottom-color:  #f94e2b !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}
.nav-icon{
    font-size: 40px;
    font-weight: 600;
    color: #e26823;
}
.nav-subheading{
    font-family: "Poppins";
    color: black;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 0px;
}
.heading-icon{
    font-size: 14px;
    font-weight: 600;
    color: #e26823;
    float: right;
}
.nav-content{
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 400;
    color: #353535;
    margin-bottom: 0px;
}
/* ----------MEGAMENU STYLE--------- */
/* .dropdown-menu {
    &.show {
        -webkit-animation: fadeIn 0.6s ease-in-out; 
        animation: fadeIn 0.6s ease-in-out;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
} */

.nav-item.dropdown.dropdown-mega {
    position: static;
    .dropdown-menu {
        width: 90%;
        /* top: auto; */
        left: 5%;
        border-radius: 0;
    }
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
    &:focus {
        box-shadow: none;
    }
    .hamburger-toggle {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
        z-index: 11;
        float: right;
        .hamburger {
            position: absolute;
            transform: translate(-50%, -50%) rotate(0deg);
            left: 50%;
            top: 50%;
            width: 50%;
            height: 50%;
            pointer-events: none;
            span {
                width: 100%;
                height: 4px;
                position: absolute;
                background: #333;
                border-radius: 2px;
                z-index: 1;
                transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
                    background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
                    all 0.2s ease-in-out;
                left: 0px;
                &:first-child {
                    top: 10%;
                    transform-origin: 50% 50%;
                    transform: translate(0% -50%) !important;
                }
                &:nth-child(2) {
                    top: 50%;
                    transform: translate(0, -50%);
                }
                &:last-child {
                    left: 0px;
                    top: auto;
                    bottom: 10%;
                    transform-origin: 50% 50%;
                }
            }
            &.active {
                span {
                    position: absolute;
                    margin: 0;
                    &:first-child {
                        top: 45%;
                        transform: rotate(45deg);
                    }
                    &:nth-child(2) {
                        left: 50%;
                        width: 0px;
                    }
                    &:last-child {
                        top: 45%;
                        transform: rotate(-45deg);
                    }
                }
            }
        }
    }
}

.icons {
    display: inline-flex;
    margin-left: auto;
    a {
        transition: all 0.2s ease-in-out;
        padding: 0.2rem 0.4rem;
        color: #ccc !important;
        text-decoration: none;
        &:hover {
            color: white;
            text-shadow: 0 0 30px white;
        }
    }
}
.shadow-border-bottom {
    border-bottom: 6px solid #f26d6d;
}
.nav-link-title {
    font-family: "Poppins";
    color: #226b97;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.btn-demo {
    font-family: "Poppins";
    color: #f5f5f4 !important;
    background-color: #f26d6d !important;
    border: 2px solid #f26d6d;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    padding: 2px 6px !important;
    transition: all 0.5s ease;
}
.btn-demo:hover {
    font-family: "Poppins";
    color: #f26d6d !important;
    background-color: transparent !important;
    border: 2px solid #f26d6d !important;
    transition: all 0.5s ease;
}

/* ####################### Banner ######################### */
.banner-img {
    max-height: 700px;
}
/* #################### Scroll to top button ################### */
html {
    scroll-behavior: smooth;
}
#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 15%;
    right: 20px;
    z-index: 99;
    border: 0.5px solid #30383d;
    outline: none;
    background-color: #ffffff;
    color: #30383d;
    cursor: pointer;
    padding: 4px 10px;
    border-radius: 4px;
}
/* #################### Footer ###################### */
.footer-bg {
    background-color: #30383d;
}
.active-footer {
    color: #ff6666 !important;
}
.footer-logo {
    height: 80px;
    width: fit-content;
    width: auto;
}
.footer-heading {
    font-family: "Poppins";
    color: white;
    font-size: 28px;
    font-weight: 500;
    padding-left: 0;
}
.footer-title {
    font-family: "Poppins";
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none !important;
}
.footer-title:hover {
    color: #ff6666;
}
.footer-content {
    font-family: "Poppins";
    color: white;
    font-size: 14px;
    font-weight: 400;
    margin-right: 6%;
}
.hr-footer {
    width: 80%;
    height: 1px;
    opacity: 0.8;
    background-color: #ff6666;
    border: none;
}
.faa-footer-icon {
    transition: all 0.5s ease;
    background-color: #ff6666 !important;
    color: #ffffff;
    border: 1px solid #ff6666;
    height: 22px;
    width: 22px;
    border-radius: 2px !important;
    text-align: center;
    line-height: 22px;
}
.faa-footer-icon:hover {
    background-color: transparent !important;
    color: #ff6666;
    border: 1px solid #ff6666;
}
.btn-icon {
    background-color: white !important;
    color: #30383d;
    height: 24px;
    width: 24px;
    border-radius: 50% !important;
    padding: 0 !important;
}
.btn-icon:hover {
    color: #30383d !important;
    background-color: #ff6666 !important;
    border-color: #ff6666 !important;
}
.faa-footer {
    font-size: 14px;
    line-height: 24px !important;
}
.copyright {
    font-size: 14px;
    color: white;
    font-weight: 400;
}

/* ===============Category on banner Start===============  */
.custom-bar {
    position: absolute;
    z-index: 1;
    margin-top: -94px;
    width: 90%;
}
.category-bg-one {
    background-color: #226b97;
    border-top-left-radius: 20px;
}
.category-bg-two {
    background-color: #185f8a;
}
.category-bg-three {
    background-color: #12547b;
    border-top-right-radius: 20px;
}
.category-border {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.category-title {
    font-family: "Poppins";
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    margin-left: 12px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.category-img {
}

/* ############## Applications Platforms ############## */
.plateform-bg {
    background-image: url(../../images/plateform/plateform-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #eceaf4;
}
.plateform-heading {
    font-family: "Poppins";
    color: #226b97;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.plateform-text {
    font-family: "Poppins";
    color: #727272;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.plateform-card {
    background-color: white;
    box-shadow: 0px 4px 4px -1px #00000040;
    border-radius: 14px;
    padding: 20px 25px;
    margin: 10px;
}
.plateform-title {
    font-family: "Poppins";
    color: #226b97;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.plateform-content {
    font-family: "Poppins";
    color: #686363;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.btn-plateform-left {
    font-family: "Poppins";
    color: #226b97 !important;
    background-color: #ffffff !important;
    border: 2px solid #226b97;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.5s ease;
}
.btn-plateform-left:hover {
    font-family: "Poppins";
    color: #ffffff !important;
    background-color: #226b97 !important;
    border: 2px solid #226b97;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.5s ease;
}
.btn-plateform-right {
    font-family: "Poppins";
    color: #972222 !important;
    background-color: #ffffff !important;
    border: 2px solid #972222;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.5s ease;
}
.btn-plateform-right:hover {
    font-family: "Poppins";
    color: #ffffff !important;
    background-color: #972222 !important;
    border: 2px solid #972222;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.5s ease;
}

/* ################### Digital bills/Invoice ################### */
.homecms-img{
    position: absolute;
    left: 0;
    top: 0;
    height: -webkit-fill-available;
    height: -moz-available;
    height: 100%;
}
.content-wrapper {
    position: relative;
    z-index: 1;
    color: white; /* Text color */
}
.invoice-heading {
    font-family: "Supera Gothic";
    color: #ffffff;
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.btn-invoice {
    font-family: "Poppins";
    color: #ffffff !important;
    background-color: transparent !important;
    border: 2px solid #ffffff;
    border-radius: 8px;
    padding: 5px 30px;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.5s ease;
}
.btn-invoice:hover {
    font-family: "Poppins";
    color: black !important;
    background-color: #ffffff !important;
    border: 2px solid #ffffff;
    border-radius: 8px;
    padding: 5px 30px;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.5s ease;
}

.btn-warm {
    font-family: "Poppins";
    color: #f26d6d !important;
    background-color: transparent !important;
    border: 2px solid #f26d6d;
    border-radius: 8px;
    padding: 5px 30px;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.5s ease;
    position: relative;
    z-index: 9;
}
.btn-warm:hover {
    font-family: "Poppins";
    color: rgb(255, 255, 255) !important;
    background-color: #f26d6d !important;
    border: 2px solid #f26d6d;
    border-radius: 8px;
    padding: 5px 30px;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.5s ease;
}

/* ################ ERP Applications Platforms ############## */
.bg-application {
    background-color: #f2faff;
}
.bg-inner-application {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: white;
}
.app-img-block {
    background-color: white;
    border: 1px solid #d7d7d7;
    padding: 50px 10px;
}
.plateform-box-area {
    position: relative;
    height: 760px;
}

/* ################# Integrations ################## */
.bg-integrations {
    background-color: #12547b;
}
.integrations-box-area {
    position: relative;
    height: 400px;
}
.bg-inner-integrations {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: white;
    margin-top: 10% !important;
}

/* ################# Awards ##################### */
.bg-award {
    background-color: white;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
}
.award-box {
    border: 1px solid #d9d9d9;
    padding: 10px;
}
.award-title {
    font-family: "Poppins";
    color: #226b97;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.award-content {
    font-family: "Poppins";
    color: #727272;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: capitalize;
}

/* ################# Clients ##################### */
.client-box {
    border: 1.02px solid #d9d9d9;
    border-radius: 8px;
    padding: 10px 4px;
    background-color: white;
}
.client-title {
    font-family: "Poppins";
    color: #727272;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.client-content {
    font-family: "Poppins";
    color: #727272;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: capitalize;
}
/* ################ Live Demo ################## */
.invoice-subheading {
    font-family: "Supera Gothic";
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.btn-democontact {
    font-family: "Poppins";
    color: #ffffff !important;
    background-color: #f26d6d !important;
    border: 2px solid #f26d6d;
    border-radius: 8px;
    padding: 5px 30px;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.5s ease;
}
.btn-democontact:hover {
    font-family: "Poppins";
    color: #f26d6d !important;
    background-color: transparent !important;
    border: 2px solid #f26d6d;
    border-radius: 8px;
    padding: 5px 30px;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.5s ease;
}

/* ##################### Faqs ####################### */
.faq {
    background-color: white;
    box-shadow: 0px 3px 4px 0px #00000026;
    margin-bottom: 20px;
    padding: 12px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.faq.active {
    background-color: #fff;
    box-shadow: 0px 3px 4px 0px #00000026;
}

.faq.active::before,
.faq.active::after {
    content: "\f075";
    font-family: "Font awesome 5 free";
    color: #2ecc71;
    font-size: 7rem;
    position: absolute;
    opacity: 0.2;
    top: 20px;
    right: 20px;
    z-index: 0;
    transition: all 0.5s ease;
}

.faq.active::before {
    color: #3498db;
    top: -10px;
    right: -30px;
    transform: rotateY(180deg);
    transition: all 0.5s ease;
}

.faq-title {
    font-family: "Poppins";
    color: #5e5d5d;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 8px;
    margin: 0px 0px 0px 40px;
}

.faq-text {
    display: none;
    font-family: "Poppins";
    color: #706e6e;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0px 0px 40px;
}

.faq.active .faq-text {
    display: block;
    transition: all 0.5s ease;
}

.faq-toggle {
    background-color: transparent;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 10px;
    left: 12px;
    width: 30px;
    height: 30px;
    transition: all 0.5s ease;
}

.faq-toggle:focus {
    outline: none;
    transition: all 0.5s ease;
}

.faq-toggle .fa-chevron-down {
    display: none;
    transition: all 0.5s ease;
}

.faq.active .faq-toggle .fa-chevron-down {
    display: block;
    color: rgb(0, 0, 0);
    transition: all 0.5s ease;
}

.faq.active .faq-toggle .fa-chevron-right {
    display: none;
    transition: all 0.5s ease;
}

.faq.active .faq-toggle {
    background-color: #ffffff;
}

/* ################# Testimonials ################## */
.testimonials-box-area {
    position: relative;
    height: 860px;
}
.bg-inner-testimonials {
    margin-top: 14%;
}

.section-header {
    display: block;
    margin-top: 20px;
    position: relative;
    text-align: center;
}
.micro-slider {
    height: 400px;
    /* margin: 10px 0; */
    position: relative;
    width: 100%;
}
.micro-slider.fullwidth {
    height: 400px;
    /* margin: 64px 0; */
}
.micro-slider.fullwidth .slider-item {
    height: 400px;
    line-height: 400px;
    width: 100%;
}
.slider-wrapper {
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    transform-origin: 0 50%;
}
.slider-item {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
    color: #fff;
    display: none;
    font-size: 72px;
    height: 280px;
    line-height: 280px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 500px;
    cursor: pointer;
}

.video-testimonial-block {
    position: relative;
    width: auto;
    height: -webkit-fill-available;
    overflow: hidden;
}

/* ################## Scan Pay ###################### */
.bg-scanpay{
    background-color: #226B97;
}
.faa-scanpay-icon {
    transition: all 0.5s ease;
    background-color: #f26d6d !important;
    color: #ffffff;
    border: 2px solid #f26d6d;
    height: 45px;
    width: 45px;
    border-radius: 50% !important;
    text-align: center;
    font-size: 22px;
    line-height: 45px;
}
.faa-scanpay-icon:hover {
    transition: all 0.5s ease;
    background-color: transparent !important;
    color: #f26d6d;
    border: 2px solid #f26d6d;
    height: 45px;
    width: 45px;
    border-radius: 50% !important;
    text-align: center;
    font-size: 22px;
    line-height: 45px;
}
.scanpay-title {
    font-family: "Poppins";
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-align: justify;
    text-decoration: none !important;
}
.bg-scanner
{
    background-color: white;
    border-radius: 20px 20px 0px 0px;
    padding: 16px 0px;
}
.scanner-heading{
    font-family: "Poppins";
    color: #226B97;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 10px;
}
.scanner-name{
    font-family: "Poppins";
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}
/* ######################### Faqs ########################## */
.nav-faq-box {
    border: 1px solid #ffe2d5;
    border-radius: 6px;
    background: linear-gradient(90deg, rgba(255, 245, 242, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.nav-faq-box:hover {
    background: #fdf9f9;
    box-shadow: 0 8px 12px 0 rgb(2 19 79 / 7%);
    -webkit-box-shadow: 0 8px 12px 0 rgb(2 19 79 / 7%);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}
/* ######################### Product Detail ########################## */
.bg-product
{
    background-color: #f8f9fa;
}
.product-heading
{
    font-family: "Poppins";
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
    text-align: center;
}
.product-content
{
    font-family: "Poppins";
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: justify;
    margin-bottom: 0px;
}
.product-platform-title
{
    font-family: "Poppins";
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
    text-align: center;
}
.plateform-product-card {
    background-color: white;
    box-shadow: 0px 4px 4px -1px #00000040;
    border-radius: 14px;
    padding: 12px 10px;
    margin: 4px;
}
.plateform-product-subtitle1 {
    font-family: "Poppins";
    color: #226b97;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.plateform-product-subtitle2 {
    font-family: "Poppins";
    color: #972222;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.product-platform-img
{
    height: 60px;
    width: fit-content;
}
.bg-product-feature{
    background-color: #ebeef1;
}
.sub-feature-box {
    background-color: var(--bs-white);
    padding: 0.6rem 0.3rem;
    color: var(--bs-black);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0px rgba(223, 219, 219, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.sub-feature-box:hover .product-feature-title{
    color: #ff5200;
}
.sub-feature-box:hover{
    color: #ff5200;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -moz-transform: translateY(-2px);
}
.product-feature-heading{
    font-family: "Poppins";
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    text-align: center;
    text-transform: uppercase;
}
.product-feature-title{
    font-family: "Poppins";
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center;
    text-transform: capitalize;
}
.product-feature-content
{
    font-family: "Poppins";
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: justify;
    margin-bottom: 0px;
}

/* ########################## Partner ############################## */
.bg-partners{
    background: #d3d8dd;
}
.partners-box {
    border: 1.02px solid #d9d9d9;
    border-radius: 8px;
    padding: 16px 16px;
    background-color: white;
}
.partners-title {
    font-family: "Poppins";
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
    padding-bottom: 6px;
}
.partners-content {
    font-family: "Poppins";
    color: #727272;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: capitalize;
}

/* ################### Event Page ###################### */
.event-active {
    font-family: "Poppins";
    font-weight: 600;
    color: black !important;
  }
  .faa-event{
    color: #226b97;
  }
  .event-cat-list {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #5a5a5a !important;
    text-transform: capitalize;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
  .event-cat-list a {
    color: #6a6a6a;
  }
  .event-title {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 500;
    color: #ff6666 ;
    margin-bottom: 5px;
  }
  .event-content {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    color: #8d8d8d;
    margin-bottom: 5px;
    text-align: justify;
    margin-bottom: 10px;
  }
  .event-text {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    color: #404040;
    margin-bottom: 0px;
  }
  .event-img-lg {
    max-height: 450px;
  }
  .event-cat-title {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
    color: #ff6666 ;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ff6666 ;
  }
  .border-up-down{
    padding: 8px 0;
    border: solid #d4d4d4;
    border-width: 1px 0;
    margin: 0 0 10px;
    margin-top: 10px;
  }
  /* ################## Event Details ################# */
  .card-eventdetails-body {
    padding: 10px 0px;
  }
  
  .eventdetails-title {
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 600;
    color: #ff6666 ;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  
  .eventdetails-text {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 500;
    color: #767676;
    margin-bottom: 10px;
  }
  
  .eventdetails-content p {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #767676;
    margin-bottom: 5px;
    text-align: justify;
    margin-bottom: 0px;
  }
  
/* #################### Pagination ####################### */
.active-page {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff !important;
    background-color: #30383d ;
    box-shadow: 0px 0px 2.5px 0px #00000040;
    padding: 0px 10px;
    text-decoration: none !important;
    margin: 0px 5px;
  }
  
  .event-page-link {
    font-size: 20px;
    font-weight: 400;
    color: #30383d  !important;
    background-color: #ffffff;
    box-shadow: 0px 0px 2.5px 0px #00000040;
    padding: 0px 10px;
    text-decoration: none !important;
    margin: 0px 5px;
  }
  
  .event-page-link:hover
  {
    color: #ffffff !important;
    background-color: #30383d ;
  }

  /* ############################# Form ################################ */
  .nav-form-box{
        border: 1px solid #ffe2d5;
        border-radius: 6px;
        padding: 0;
        overflow: hidden;
        margin: 0px 0px;
        min-height: 90px;
        cursor: pointer;
        background: linear-gradient(287deg, rgb(237 237 237 / 75%) 0%, rgb(209 194 194 / 0%) 100%);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
  }
  .error{
    color: red;
    font-size: 13px;
  }
  .form-input-text{
    border: 1px solid #e6e6e7 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    color: #7e7e78 !important;
  }
  .modal-link
  {
    cursor: pointer;
  }
  .form-label {
    font-size: 14px !important;
    margin: auto;
  }
  .career-heading {
    width: 100%;
    font-weight: 600;
    font-size: 1em;
    padding-bottom: 2px;
    border-bottom: 1px solid #e8eaec;
    margin: 5px 0;
}
.form-w-left {
    width:40%;
}
.form-w-right{
    width:60%;
}
.form-main-title {
    font-weight: 700;
    font-family: 'Poppins';
    font-size: 1.5rem;
    color: #000000 !important;
    letter-spacing: normal;
}
.form-check {
    display: block;
    margin-bottom: 0.125rem;
    padding: 0.5rem 1rem;
    background: #f0f0f0;
    padding-left: 2rem;
    border-radius: 0.5rem;
    font-weight: 500;
    color: #4a4c52;
}
  /* ############################# Career ################################ */
  .heading-title {
    font-family: "Poppins";
    border-bottom: 1px dashed #e1e1e1;
    margin-bottom: 30px;
    position: relative;
    padding: 0;
}
.heading-title h4 {
    font-family: "Poppins";
    display: table;
    background: #ffffff;
    padding-right: 5px;
    margin-bottom: -9px;
    font-size: 1.3rem;
    font-weight: 500;
    color: #000000;
}
.job-opening {
    font-family: "Poppins";
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 20px;
}
.job-opening h4 {
    font-family: "Poppins";
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 0px;
    margin-bottom: 0;
}
.job-opening span {
    font-family: "Poppins";
    font-weight: 500;
}
/* ################# Request Demo ################### */
.contact-headoffice .info {
    margin-top: 30px;
}
.contact-headoffice .info .descri {
    font-family: 'Poppins', 'sans-serif';
    font-size: 0.9rem;
    font-weight: 500;
    padding-left: 60px;
    position: relative;
}
.contact-headoffice .info span.icn {
    font-size: 1rem;
    color: #ff6666;
    text-align: center;
    line-height: 40px;
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: #f4f4f4;
    left: 0;
    border-radius: 500px;
    top: -9px;
}
.contact-headoffice .info .descri a {
    font-family: 'Poppins', 'sans-serif';
    color: #0058db;
}
.nav-link-tab-item.active {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    background-color: #e26823 !important;
    border-color: transparent !important;
    border-bottom-color: #e26823 !important;
}
.nav-link-tab-item {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #005997 !important;
    background-color: #ffffff !important;
    border-color: transparent !important;
    border-bottom-color: #005997 !important;
}
/* ###################### OnCloud-OnPremise ########################### */
.bg-subscription {
    background: #f2f2f2;
}
.saperate  {
    border-bottom: 1px solid #dbe4ec !important;
}
.price {
    font-size: 3em;
}
.kt-pricing-4__subsubtitle {
    font-size: 1.2rem;
    color: #699c32;
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
}
.kt-pricing-4__subtitle {
    font-size: 1rem;
    color: #474b56;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    white-space: nowrap;
    text-transform: capitalize;
    position: relative;
}
.kt-pricing-4__subtitle h4:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    background: #6da037;
    content: "";
}
.kt-pricing-4__price .selling-price {
    font-size: 1.3rem;
    color: #d83125;
    font-weight: 600;
}
.pricing-taxes {
    font-size: 0.7rem;
    font-weight: 400;
    font-family: 'Poppins';
}
.per-date {
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
}