#ec{
    margin: 0 !important;
}
img{
    max-width: 100%;
    height: auto;
}
.text-justify{
    text-align: justify;
}
.bg-common{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.primary-bg{
    background: var(--primary-color);
}
.secondary-bg{
    background: var(--secondary-color);
}
.purple-light-bg{
    background-color: #f9f9ff;
}
.link-title a, .table-link-title{
    color: #001042;
}
.link-title a:hover
{
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}
.outline-btn-2{
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    transition: all .3s ease-in;
}
.outline-btn-2:hover{
    background: linear-gradient(95.45deg, var(--primary-color) 0.64%, #5f68f8 98.23%);
}
.smoke-graident{
    background-image: linear-gradient(180deg, #fafdff 50%, rgba(244, 244, 249, .05) 100%);
}
/* UpDown Animation */
@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
.floating-image {
    animation: floatUpDown 3s ease-in-out infinite;
}
.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.4;
}
/* Menu */
.nav-wrapper ul li.active.has-submenu::after, .nav-wrapper ul li > a.active, .nav-wrapper ul li.active > a,
.mobile-menu ul li.active > a
{
    color: var(--primary-color) !important;
}
.nav-wrapper ul li.has-submenu .submenu-wrapper .megamenu-item a.active {
    background: #f0f8ff;
    border: 1px solid #f0f8ff;
}
.mobile-menu ul li.active > a .menu-list-wrapper .menu-list-content-right h6{
    color: var(--primary-color);
}
.mobile-menu ul li.active > a .menu-list-wrapper .menu-list-content-right span{
    color: #001042;
}
.mobile-menu-toggle i{
    font-size: 22px;
    color: #919090;
}
.mobile-icon-wrapper{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    font-size: 20px;
    border-radius: 3px;
    color: #fff;
}
.mobile-icon-wrapper img{
    width: 20px !important;
    height: 20px !important;
}
/* Process Card */
.process-card{
    padding: 25px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    position: relative;
    transition: 0.5s;
    height: 100%;
}
.process-card:hover {
    border-color: var(--secondary-color);
}
.process-card .process-step {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 35px;
    font-weight: 700;
    color: #dbddf5;
    transition: 0.5s;
}
.process-card:hover .process-step{
    color: var(--secondary-color);
}
.process-card .process-icon{
    background: #e6f3fe;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s;
}
.process-card .process-icon i{
    font-size: 25px;
    color: var(--primary-color);
    transition: 0.5s;
}
.process-card:hover .process-icon{
    background: var(--secondary-color);
}
.process-card:hover .process-icon i{
    color: #fff;
}
.process-card .process-title{
    font-size: 22px;
}
/* Page Banner */
.page-banner{
    background: #f2f9ff;
    position: relative;
}
/* CTA */
.cta-overlay-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/Content/img/bg/cloud-bg.png') no-repeat center center/cover;
    opacity: 0.08;
}
/* feature list item */
.app-list-icon {
    background: #e6f3fe;
    width: 40px;
    height: 40px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--primary-color);
    flex-shrink: 0;
}
/* App Logo */
.app-logo{
    width: 200px;
    height: 60px;
    object-fit: contain;
}
/* Browser Window */
.browser-window {
    width: 90%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin: 0 auto;
}
.browser-window .title-bar {
    height: 40px;
    background: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    padding: 0 16px;
}
.browser-window .traffic-lights {
    display: flex;
    gap: 8px;
}
.browser-window .traffic-light {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.browser-window .close { background: #ff5f57; }
.browser-window .minimize { background: #ffbd2e; }
.browser-window .maximize { background: #28ca42; }
.browser-window .content-area {
    height: 280px;
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.browser-window .app-banner-img {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    text-align: center;
}
.browser-window .app-banner-img img{
    width: 280px;
    height: 80px;
    object-fit: contain;
}
/* Card */
.card-23-item a{
    color: #001042;
    transition: 0.5s;
}
.card-23-item a:hover{
    color: var(--primary-color);
}
/* active menu  */
.nav-wrapper ul li.has-submenu .submenu-wrapper li .menu-list-wrapper .menu-list-content-right span, 
.nav-wrapper ul li.has-submenu .submenu-wrapper .megamenu-item .menu-list-wrapper .menu-list-content-right span{
    color: #001042;
}
.nav-wrapper ul li > a.active, .nav-wrapper ul li.active a {
    color: var(--primary-color) !important;
}
.nav-wrapper ul li.active.has-submenu::after, 
.nav-wrapper ul li > a.active, 
.nav-wrapper ul li.active a {
    color: var(--primary-color) !important;
}
.nav-wrapper ul li.has-submenu .submenu-wrapper .megamenu-item a.active {
    background: #dfebf4;
    border: 1px solid var(--primary-color);
}
@media (max-width: 991px){
    .browser-window{
        width: 100%;
    }
    .breadcrumb-area {
        padding: 70px 0 70px;
    }
    .ptb-100, .ptb-80{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .pt-100, .pt-80 {
        padding-top: 70px;
    }
    .pb-100, .pb-80{
        padding-bottom: 70px;
    }
}
@media (max-width: 768px){
    .breadcrumb-area {
        padding: 60px 0 60px;
    }
    .ptb-100, .ptb-80{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pt-100, .pt-80 {
        padding-top: 60px;
    }
    .pb-100, .pb-80{
        padding-bottom: 60px;
    }
}
@media (max-width: 480px){
    /* TS */
}