*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:'Hind Siliguri',sans-serif;

background:#f7faff;

overflow-x:hidden;

}

a{
text-decoration:none;
}

img{
max-width:100%;
display:block;
}

.container{

max-width:1320px;

}

/*=========================
NAVBAR
==========================*/

.custom-navbar{

background:#fff;

padding:18px 0;

box-shadow:0 10px 30px rgba(0,0,0,.05);

transition:.4s;

}

.logo{

height:55px;

}

.navbar-nav .nav-link{

font-size:17px;

font-weight:600;

margin:0 10px;

color:#222;

transition:.3s;

}

.navbar-nav .nav-link:hover{

color:#1758ff;

}

.active{

color:#1758ff!important;

}

.language-btn{

border:none;

background:#fff;

padding:10px 18px;

border-radius:50px;

font-weight:600;

box-shadow:0 5px 20px rgba(0,0,0,.08);

}

.download-btn{

background:#1758ff;

padding:13px 25px;

border-radius:50px;

color:#fff;

font-weight:700;

transition:.3s;

}

.download-btn:hover{

background:#0d47db;

color:#fff;

}

/*=====================
Hero
======================*/

.hero{

padding-top:170px;

padding-bottom:80px;

position:relative;

background:linear-gradient(to right,#ffffff,#eef5ff);

overflow:hidden;

}

.hero::before{

content:"";

position:absolute;

width:700px;

height:700px;

background:#dbe8ff;

border-radius:50%;

right:-250px;

top:-100px;

opacity:.45;

}

.hero-badge{

display:inline-block;

background:#edf4ff;

padding:10px 22px;

border-radius:40px;

font-weight:700;

color:#1758ff;

margin-bottom:30px;

}

.hero h1{

font-size:72px;

font-weight:700;

line-height:1.2;

margin-bottom:20px;

}

.red{

color:#e6214b;

}

.brown{

color:#6d3a00;

}

.blue{

color:#1758ff;

}

.green{

color:#14a83b;

}

.hero h3{

font-size:28px;

margin-bottom:25px;

font-weight:600;

}

.hero p{

font-size:21px;

color:#666;

line-height:1.9;

max-width:580px;

}

.hero-buttons{

display:flex;

gap:20px;

margin-top:40px;

margin-bottom:35px;

}

.btn-download{

background:linear-gradient(90deg,#1758ff,#16b347);

color:#fff;

padding:17px 35px;

border-radius:60px;

font-size:18px;

font-weight:700;

transition:.4s;

}

.btn-video{

border:2px solid #1758ff;

padding:16px 35px;

border-radius:60px;

color:#1758ff;

font-weight:700;

transition:.4s;

}

.btn-download:hover{

transform:translateY(-4px);

color:#fff;

}

.btn-video:hover{

background:#1758ff;

color:#fff;

}

.store-buttons{

display:flex;

gap:20px;

margin-top:15px;

}

.store-buttons img{

height:60px;

cursor:pointer;

}

.phone-box{

position:relative;

}

.phone{

width:520px;

margin:auto;

animation:float 4s infinite ease-in-out;

filter:drop-shadow(0 30px 60px rgba(0,0,0,.18));

}

@keyframes float{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0px);

}

}
/*==========================
    Statistics Section
===========================*/

.stats-section{

margin-top:-30px;

padding-bottom:80px;

position:relative;

z-index:10;

}

.stat-card{

background:#fff;

border-radius:22px;

padding:25px;

display:flex;

align-items:center;

gap:18px;

box-shadow:0 20px 50px rgba(18,38,63,.08);

height:100%;

transition:.35s;

border:1px solid #eef3fb;

}

.stat-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.stat-icon{

width:68px;

height:68px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

flex-shrink:0;

}

.stat-icon.blue{

background:#EAF2FF;

color:#1565ff;

}

.stat-icon.green{

background:#ECFFF2;

color:#1cb24a;

}

.stat-icon.red{

background:#FFF0F3;

color:#ef3155;

}

.stat-icon.orange{

background:#FFF4E8;

color:#ff8a00;

}

.stat-icon.purple{

background:#F2ECFF;

color:#7848ff;

}

.stat-content h3{

font-size:34px;

font-weight:700;

margin:0;

color:#0d47db;

display:inline-block;

}

.stat-content span{

font-size:28px;

font-weight:700;

color:#0d47db;

margin-left:2px;

}

.stat-content h4{

font-size:28px;

font-weight:700;

margin:0;

color:#0d47db;

}

.stat-content p{

margin-top:6px;

margin-bottom:0;

font-size:15px;

font-weight:500;

color:#666;

}
/*===========================
Section Title
===========================*/

.services-section{

padding:80px 0;

background:#fff;

}

.section-title{

margin-bottom:30px;

}

.section-title h2{

font-size:46px;

font-weight:700;

color:#15318d;

}

.title-line{

width:90px;

height:5px;

background:#ff4d5b;

margin:15px auto;

border-radius:50px;

}

/*==========================
Service Card
==========================*/

.service-card{

position:relative;

border-radius:25px;

padding:25px 18px;

height:360px;

overflow:hidden;

transition:.35s;

box-shadow:0 15px 45px rgba(0,0,0,.08);

display:flex;

flex-direction:column;

}

.service-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.service-image{

height:170px;

display:flex;

align-items:center;

justify-content:center;

margin-bottom:20px;

}

.service-image img{

max-height:150px;

transition:.4s;

}

.service-card:hover img{

transform:scale(1.08);

}

.service-card h4{

font-size:24px;

font-weight:700;

margin-bottom:10px;

color:#16276d;

}

.service-card p{

font-size:15px;

line-height:28px;

color:#555;

flex:1;

}

.card-arrow{

width:42px;

height:42px;

border-radius:50%;

background:#fff;

display:flex;

justify-content:center;

align-items:center;

margin-left:auto;

box-shadow:0 10px 25px rgba(0,0,0,.10);

transition:.3s;

}

.card-arrow i{

font-size:20px;

color:#1758ff;

}

.service-card:hover .card-arrow{

background:#1758ff;

}

.service-card:hover .card-arrow i{

color:#fff;

}

/*========== Colors =========*/

.market{

background:linear-gradient(180deg,#fff6f7,#ffe6ea);

}

.erp{

background:linear-gradient(180deg,#eef5ff,#dfefff);

}

.social{

background:linear-gradient(180deg,#f7efff,#e7dcff);

}

.chat{

background:linear-gradient(180deg,#effff0,#dfffe2);

}

.ai{

background:linear-gradient(180deg,#fff9e7,#fff1c7);

}

.qr{

background:linear-gradient(180deg,#eef8ff,#dceeff);

}
/*=====================================
WHY APPON
======================================*/

.why-section{

padding:90px 0;

background:#f8fbff;

position:relative;

overflow:hidden;

}

.why-section::before{

content:"";

position:absolute;

width:600px;

height:600px;

background:#dfe9ff;

border-radius:50%;

left:-250px;

top:-150px;

opacity:.4;

}

.why-section::after{

content:"";

position:absolute;

width:500px;

height:500px;

background:#eef7ff;

border-radius:50%;

right:-200px;

bottom:-180px;

opacity:.5;

}

.why-card{

position:relative;

background:rgba(255,255,255,.85);

backdrop-filter:blur(15px);

border-radius:24px;

padding:35px 25px;

height:100%;

text-align:center;

transition:.35s;

border:1px solid rgba(255,255,255,.4);

box-shadow:0 15px 40px rgba(22,34,66,.08);

z-index:2;

}

.why-card:hover{

transform:translateY(-10px);

box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.why-icon{

width:80px;

height:80px;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:34px;

margin:0 auto 25px;

transition:.35s;

}

.why-card:hover .why-icon{

transform:rotate(10deg) scale(1.08);

}

.green-bg{

background:#eafbf0;

color:#17b347;

}

.blue-bg{

background:#eaf2ff;

color:#1565ff;

}

.orange-bg{

background:#fff2e2;

color:#ff9800;

}

.cyan-bg{

background:#e8fbff;

color:#00acc1;

}

.purple-bg{

background:#f2ecff;

color:#7b4dff;

}

.why-card h4{

font-size:24px;

font-weight:700;

color:#173c88;

margin-bottom:15px;

}

.why-card p{

font-size:16px;

line-height:30px;

color:#666;

margin:0;

}
/*==================================
DOWNLOAD SECTION
==================================*/

.download-section{

padding:100px 0;

background:#ffffff;

}

.download-wrapper{

position:relative;

overflow:hidden;

border-radius:35px;

padding:70px;

background:linear-gradient(135deg,#1758ff,#09b35f);

color:#fff;

box-shadow:0 30px 80px rgba(23,88,255,.25);

}

.download-badge{

display:inline-block;

padding:10px 20px;

background:rgba(255,255,255,.18);

border-radius:40px;

font-weight:600;

letter-spacing:1px;

margin-bottom:25px;

backdrop-filter:blur(10px);

}

.download-wrapper h2{

font-size:52px;

font-weight:700;

line-height:1.3;

margin-bottom:20px;

}

.download-wrapper h2 span{

color:#FFE082;

}

.download-wrapper p{

font-size:18px;

line-height:34px;

opacity:.95;

max-width:540px;

}

.download-buttons{

display:flex;

gap:18px;

margin-top:35px;

margin-bottom:35px;

}

.download-buttons img{

height:58px;

transition:.35s;

}

.download-buttons img:hover{

transform:translateY(-6px);

}

.qr-box{

display:flex;

align-items:center;

gap:20px;

padding:20px;

background:rgba(255,255,255,.15);

border-radius:20px;

width:fit-content;

backdrop-filter:blur(10px);

}

.qr-box img{

width:90px;

background:#fff;

padding:8px;

border-radius:12px;

}

.qr-box h5{

margin:0;

font-weight:700;

}

.qr-box p{

margin:0;

font-size:15px;

line-height:24px;

}

.download-phone{

position:relative;

z-index:2;

}

.download-phone img{

width:420px;

animation:phoneFloat 5s ease-in-out infinite;

filter:drop-shadow(0 30px 60px rgba(0,0,0,.25));

}

@keyframes phoneFloat{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-18px);

}

100%{

transform:translateY(0);

}

}

/* Floating Shapes */

.shape{

position:absolute;

border-radius:50%;

background:rgba(255,255,255,.12);

}

.shape1{

width:220px;

height:220px;

top:-70px;

right:-70px;

}

.shape2{

width:140px;

height:140px;

bottom:40px;

left:-50px;

}

.shape3{

width:70px;

height:70px;

right:140px;

bottom:90px;

}
/*==============================
FOOTER
==============================*/

.footer{

background:#08152d;

padding:90px 0 30px;

color:#fff;

position:relative;

}

.newsletter{

background:linear-gradient(135deg,#1758ff,#17b347);

padding:45px;

border-radius:25px;

margin-top:-170px;

margin-bottom:70px;

box-shadow:0 25px 70px rgba(0,0,0,.18);

}

.newsletter h2{

font-size:38px;

font-weight:700;

}

.newsletter p{

opacity:.9;

margin-top:15px;

}

.newsletter-form{

display:flex;

background:#fff;

border-radius:60px;

overflow:hidden;

}

.newsletter-form input{

border:none;

padding:18px;

flex:1;

outline:none;

}

.newsletter-form button{

border:none;

padding:18px 35px;

background:#1758ff;

color:#fff;

font-weight:700;

}

.footer-logo{

height:60px;

margin-bottom:20px;

}

.footer-text{

line-height:32px;

color:#c7d1e5;

}

.footer h4{

margin-bottom:20px;

font-weight:700;

}

.footer ul{

list-style:none;

padding:0;

}

.footer ul li{

margin-bottom:14px;

color:#c7d1e5;

}

.footer ul li a{

color:#c7d1e5;

transition:.3s;

}

.footer ul li a:hover{

color:#fff;

padding-left:6px;

}

.social-icons{

display:flex;

gap:15px;

margin-top:25px;

}

.social-icons a{

width:46px;

height:46px;

background:#112547;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

color:#fff;

transition:.3s;

}

.social-icons a:hover{

background:#1758ff;

transform:translateY(-5px);

}

.copyright{

text-align:center;

margin-top:60px;

padding-top:25px;

border-top:1px solid rgba(255,255,255,.1);

color:#9cb0cf;

}

/*==========================
TOP BUTTON
==========================*/

#topBtn{

position:fixed;

right:30px;

bottom:30px;

width:55px;

height:55px;

border:none;

border-radius:50%;

background:#1758ff;

color:#fff;

font-size:24px;

display:none;

cursor:pointer;

box-shadow:0 15px 35px rgba(23,88,255,.35);

z-index:999;

}