/*==========================
Features
==========================*/

.features-section{

padding:100px 0;

background:linear-gradient(180deg,#f8fffd,#eefaf5);

position:relative;

overflow:hidden;

}

.features-section::before{

content:"";

position:absolute;

width:420px;

height:420px;

background:#22c55e;

opacity:.06;

border-radius:50%;

top:-120px;

right:-100px;

}

.features-section::after{

content:"";

position:absolute;

width:320px;

height:320px;

background:#3b82f6;

opacity:.05;

border-radius:50%;

bottom:-100px;

left:-100px;

}

.section-tag{

display:inline-block;

padding:8px 22px;

background:#dcfce7;

color:#16a34a;

font-weight:600;

border-radius:30px;

margin-bottom:20px;

}

.section-title{

font-size:42px;

font-weight:800;

color:#0f172a;

margin-bottom:15px;

}

.section-title span{

color:#10b981;

}

.section-subtitle{

max-width:760px;

margin:auto;

font-size:17px;

line-height:30px;

color:#64748b;

}

/* Feature Card */

.feature-card{

background:rgba(255,255,255,.75);

backdrop-filter:blur(20px);

padding:35px;

border-radius:25px;

text-align:center;

transition:.45s;

box-shadow:0 15px 35px rgba(0,0,0,.05);

height:100%;

border:1px solid rgba(255,255,255,.6);

position:relative;

overflow:hidden;

}

.feature-card::before{

content:"";

position:absolute;

width:120%;

height:5px;

background:linear-gradient(90deg,#22c55e,#0ea5e9);

left:-10%;

top:0;

}

.feature-card:hover{

transform:translateY(-12px);

box-shadow:0 25px 50px rgba(16,185,129,.18);

}

.feature-icon{

width:85px;

height:85px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

margin:auto;

margin-bottom:25px;

color:#fff;

transition:.4s;

}

.feature-card:hover .feature-icon{

transform:rotate(10deg) scale(1.1);

}

.whatsapp{

background:linear-gradient(135deg,#25D366,#16a34a);

}

.sms{

background:linear-gradient(135deg,#2563eb,#0ea5e9);

}

.call{

background:linear-gradient(135deg,#10b981,#22c55e);

}

.keyword{

background:linear-gradient(135deg,#f59e0b,#f97316);

}

.campaign{

background:linear-gradient(135deg,#8b5cf6,#6366f1);

}

.analytics{

background:linear-gradient(135deg,#0ea5e9,#2563eb);

}

.timing{

background:linear-gradient(135deg,#ef4444,#fb7185);

}

.contacts{

background:linear-gradient(135deg,#14b8a6,#10b981);

}

.tracking{

background:linear-gradient(135deg,#0f766e,#14b8a6);

}

.feature-card h4{

font-size:22px;

font-weight:700;

margin-bottom:15px;

color:#0f172a;

}

.feature-card p{

color:#64748b;

line-height:28px;

font-size:15px;

margin:0;

}

/* Responsive */

@media(max-width:991px){

.section-title{

font-size:34px;

}

}

@media(max-width:576px){

.section-title{

font-size:28px;

}

.feature-card{

padding:28px;

}

.feature-icon{

width:70px;

height:70px;

font-size:28px;

}

}

/*==========================
Modules Section
==========================*/

.modules-section{

padding:110px 0;

background:#ffffff;

position:relative;

overflow:hidden;

}

.modules-section::before{

content:"";

position:absolute;

width:500px;

height:500px;

background:#22c55e;

opacity:.05;

border-radius:50%;

top:-200px;

right:-180px;

}

.modules-section::after{

content:"";

position:absolute;

width:350px;

height:350px;

background:#2563eb;

opacity:.04;

border-radius:50%;

left:-150px;

bottom:-150px;

}

/* Card */

.module-card{

background:#fff;

padding:40px 35px;

border-radius:25px;

box-shadow:0 15px 40px rgba(0,0,0,.06);

position:relative;

transition:.45s;

overflow:hidden;

height:100%;

border:1px solid #edf2f7;

}

.module-card:hover{

transform:translateY(-12px);

box-shadow:0 25px 55px rgba(16,185,129,.18);

}

.module-card::before{

content:"";

position:absolute;

left:0;

top:0;

height:5px;

width:100%;

background:linear-gradient(90deg,#10b981,#22c55e,#0ea5e9);

}

/* Number */

.module-number{

position:absolute;

right:25px;

top:20px;

font-size:48px;

font-weight:800;

color:#edf2f7;

}

/* Icon */

.module-icon{

width:90px;

height:90px;

border-radius:20px;

display:flex;

align-items:center;

justify-content:center;

font-size:36px;

color:#fff;

margin-bottom:25px;

transition:.4s;

}

.module-card:hover .module-icon{

transform:rotate(-8deg) scale(1.08);

}

/* Colors */

.whatsapp{

background:linear-gradient(135deg,#25D366,#16a34a);

}

.sms{

background:linear-gradient(135deg,#3b82f6,#2563eb);

}

.call{

background:linear-gradient(135deg,#10b981,#14b8a6);

}

.campaign{

background:linear-gradient(135deg,#f59e0b,#ea580c);

}

.users{

background:linear-gradient(135deg,#8b5cf6,#6366f1);

}

.analytics{

background:linear-gradient(135deg,#0ea5e9,#0891b2);

}
.logonew img{
	max-width:250px;
	width:100%;
}
/* Title */

.module-card h4{

font-size:24px;

font-weight:700;

margin-bottom:15px;

color:#0f172a;

}

/* Text */

.module-card p{

font-size:15px;

line-height:28px;

color:#64748b;

margin-bottom:25px;

}

/* Link */

.module-card a{

text-decoration:none;

font-weight:600;

color:#10b981;

transition:.3s;

}

.module-card a i{

margin-left:8px;

transition:.3s;

}

.module-card:hover a i{

margin-left:15px;

}

/* Responsive */

@media(max-width:991px){

.module-card{

padding:35px;

}

}

@media(max-width:576px){

.module-card{

padding:30px;

}

.module-icon{

width:75px;

height:75px;

font-size:30px;

}

.module-number{

font-size:38px;

}

}
/******************************* modules end ***************/
/* FOOTER */

footer{
    background:#2b2e2c;
    color:#fff;
    padding:70px 0 30px;
}

footer h5{
    margin-bottom:20px;
}

footer ul{
    list-style:none;
    padding:0;
}

footer ul li{
    margin-bottom:10px;
}

footer a{
    color:#ddd;
    text-decoration:none;
}

footer a:hover{
    color:#94d16f;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.1);
    margin-top:40px;
    padding-top:20px;
    text-align:center;
}