.btn.store-btn,
.btn.store-btn.fill-style:hover{
	border-color: #bdaefd;
}

.btn.store-btn,
.btn.store-btn.fill-style:hover{
	color: #fff;
}

.btn.store-btn svg, 
.btn.store-btn svg path,
.btn.store-btn.fill-style:hover svg, 
.btn.store-btn.fill-style:hover svg path{
	fill: #fff;
}

.btn.store-btn:hover,
.btn.store-btn.fill-style{
	color: #6038f7;
	border-color: #fff;
    background-color: #fff;
}

.btn.store-btn:hover svg, 
.btn.store-btn:hover svg path,
.btn.store-btn.fill-style svg,
.btn.store-btn.fill-style svg path{
    fill: #6038f7;
}

.navbar.sticky-nav .navbar-nav li a:hover, 
.navbar.sticky-nav .navbar-nav li a.active, 
.nav-c-black .navbar-nav li a:hover, 
.nav-c-black .navbar-nav li a.active,
.social-profile.rounded li a:hover{
	color: #6038f7;
}

.navbar.sticky-nav .navbar-nav li a.nav-link-scroll::after, 
.navbar.sticky-nav .navbar-nav li a.nav-link-scroll::before, 
.nav-c-black .navbar-nav li a.nav-link-scroll::before, 
.nav-c-black .navbar-nav li a.nav-link-scroll::after,
.testimonial-btn-next:hover, 
.testimonial-btn-prev:hover{
	background-color: #6038f7;
}

.testimonial-btn-next:hover, 
.testimonial-btn-prev:hover{
	border-color: #6038f7;
}

.btn,
.btn.fill-style:hover{
	color: #99a1af;
	border-color: #99a1af;
}

.btn:hover, 
.btn.fill-style,
.pricing-footer a:hover{
    color: #fff;
    background-color: #6038f7;
    border-color: #6038f7;
}

.video-sec .overlay {
    opacity: .95;
    background: -moz-linear-gradient( 90deg, #0ec2e9 0%, #6038f7 100%);
    background: -webkit-linear-gradient( 90deg, #0ec2e9 0%, #6038f7 100%);
    background: -ms-linear-gradient( 90deg, #0ec2e9 0%, #6038f7 100%);
    background: linear-gradient( 90deg, #0ec2e9 0%, #6038f7 100%);
}

.video-play-btn a {
    background: -webkit-linear-gradient( 230deg, #8565fb 0%, #6038f7 100%);
    background: -ms-linear-gradient( 230deg, #8565fb 0%, #6038f7 100%);
}

.blog-post .post-title a:hover,
.blog-post .post-meta a:hover,
.f-nav li a:hover,
.f-newsletter .input-group-btn button:hover,
.navbar.sticky-nav .navbar-nav li a:hover, 
.navbar.sticky-nav .navbar-nav li a.active,
.f-widget .f-list li a:hover,
.social-profile li a:hover,
.pricing-body ul li i.icon_check{
    color: #6038f7;
}

.copyright a{
    color: #fff;
}

.navbar.sticky-nav .navbar-nav li a.nav-link-scroll::after, 
.navbar.sticky-nav .navbar-nav li a.nav-link-scroll::before,
.nav-button a,
.navbar.sticky-nav .nav-button a,
.pricing-badge .badge-name{
    background-color: #6038f7;
}

.s-title::after {
    background: -webkit-linear-gradient(left, #0ec2e9 0%,#6038f7 100%);
    background: linear-gradient(to right, #0ec2e9 0%,#6038f7 100%);
}

.pricing-badge .badge-name:after{
	border-top-color: #6038f7;
	border-bottom-color: #6038f7;
}

.scroll-top {
    background: -webkit-linear-gradient(40deg, #0ec2e9 0%, #6038f7 100%);
    background: linear-gradient( 40deg, #0ec2e9 0%, #6038f7 100%);
}

.icon-box.awf-item .icon-box-icon i,
 .icon-box .icon-box-icon i {
    background-image: -moz-linear-gradient(40deg, #0ec2e9 0%, #6038f7 100%);
    background-image: -webkit-linear-gradient(40deg, #0ec2e9 0%, #6038f7 100%);
    background-image: -ms-linear-gradient(40deg, #0ec2e9 0%, #6038f7 100%);
    background-image: linear-gradient(40deg, #0ec2e9 0%, #6038f7 100%);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
	border-color: #6038f7;
}

/* new home */
.top-grid{
    display:grid;
    grid-template-columns:1fr 62%;
    gap:30px;
    margin-bottom:30px;
}

.tag{
    background:#eaf2ff;
    color:#2563eb;
    padding:8px 16px;
    border-radius:8px;
    display:inline-block;
    font-size:14px;
    font-weight:600;
    margin-bottom: 10px;
}

.left-content h1{
    font-size:52px;
    line-height:1.1;
    margin:20px 0;
    color:#0f172a;
}

.left-content h1 span{
    color:#2563eb;
}

.left-content p{
    color:#475569;
    line-height:1.8;
    margin-bottom:16px;
    font-size: 14px;
}

.highlight{
    color:#2563eb !important;
    font-weight:600;
}

.journey-card,
.comparison-card,
.benefits-card{
    background:#fff;
    border-radius:18px;
    padding:30px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.journey-card h3,
.comparison-card h3,
.benefits-card h3{
    text-align:center;
    margin-bottom:25px;
    color:#0f172a;
    font-weight: 600;
}

.dt_steps{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
}

.dt_step{
    text-align:center;
    flex:1;
}

.dt_steps .icon{
    width:70px;
    height:70px;
    margin:auto;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:15px;
}

.red{
    background:#fff1f2;
}

.orange{
    background:#fff7ed;
}

.purple{
    background:#f5f3ff;
}

.blue{
    background:#eff6ff;
}

.green{
    background:#ecfdf5;
}

.dt_steps .arrow{
    margin-top:10px;
    color:#2563eb;
    font-size:24px;
}

.middle-grid{
    display:grid;
    grid-template-columns:65% 35%;
    gap:25px;
    margin-bottom:30px;
}

.middle-grid table{
    width:100%;
    border-collapse:collapse;
    font-size: 16px;
}

.middle-grid th,td{
    padding:15px;
    border:1px solid #e5e7eb;
}

.traditional{
    background:#fee2e2;
    color:#dc2626;
}

.digital{
    background:#dcfce7;
    color:#15803d;
}

.benefits-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.benefits-card li{
    padding:16px 0;
    border-bottom:1px solid #e5e7eb;
    font-weight:500;
}

.cta-section{
    background:#edf4ff;
    border-radius:18px;
    padding:30px;
    display:grid;
    grid-template-columns:2fr 2fr auto;
    gap:20px;
    align-items:center;
}

.demo-btn{
    background:#2563eb;
    color:#fff !important;
    text-decoration:none;
    padding:15px 30px;
    border-radius:12px;
    font-weight:600;
    text-align: center;
    cursor: pointer;
}

.dt_steps h4{
    font-size: 14px;
    font-weight: 600;
}

.dt_steps p{
    font-size: 10px;
}

.cta-content h4{
    font-weight: 600;
}

@media(max-width:992px){

    .top-grid,
    .middle-grid,
    .cta-section{
        grid-template-columns:1fr;
    }

    .dt_steps{
        flex-wrap:wrap;
    }

    .arrow{
        display:none;
    }

    .left-content h1{
        font-size:38px;
    }
}

@media(max-width:768px){

    .left-content h1{
        font-size:32px;
    }

    .dt_step{
        min-width:140px;
    }

    .middle-grid th,td{
        font-size:10px;
    }
}