.icon-box{
    width:80px;
    height:80px;
    border-radius:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:25px;
    transition:.4s;
}
#features{
	    --dot-color: rgba(94, 76, 199, 0.1);
    background-image: radial-gradient(var(--dot-color) 2px, transparent 3px) !important;
    background-size: 20px 20px !important;
}
.employee{
    background:#eef4ff;
    color:#2563eb;
}

.attendance{
    background:#ecfdf5;
    color:#10b981;
}

.payroll{
    background:#f5f3ff;
    color:#7c3aed;
}

.recruitment{
    background:#fff7ed;
    color:#f97316;
}

.leave{
    background:#fdf2f8;
    color:#ec4899;
}

.performance{
    background:#eff6ff;
    color:#3b82f6;
}

.card-modern:hover .icon-box{
    transform:translateY(-5px) scale(1.08);
}


/******************************* modules end ***************/
/* FOOTER */

footer{
    background:#330c03;
    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:#63a0ef;
}

.screen{width: 100%;
    background: #fff;
    border: 14px solid #eee;
    border-radius: 28px;}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.1);
    margin-top:40px;
    padding-top:20px;
    text-align:center;
}

#contact{padding-bottom:0;}

.footer-bottom{padding-bottom:20px;}

.testimonial-section{
    padding:120px 0;
    background:
    radial-gradient(circle at top left,#eef4ff,transparent 40%),
    radial-gradient(circle at bottom right,#f5f3ff,transparent 40%);
    position:relative;
}

.section-tag{
    font-size:13px;
    letter-spacing:3px;
    font-weight:700;
    color:#4f46e5;
    position:relative;
}
.badgetitle{
	border: 1px dashed #763ded;
    background: #fff !important;
    padding: 14px 15px !important;
    font-size: 16px;
    font-weight: 500;
    color: #763ded !important;
}
.section-header h2{
    font-size:30px;
    font-weight:500;
    color:#0f172a;
    margin:15px 0;
}
.logonew img {
    max-width: 218px;
    width: 100%;
}
.section-header p{
    color:#64748b;
    font-size:20px;
}

.testimonial-card{
    background:rgba(255,255,255,.85);
    backdrop-filter:blur(20px);
    border-radius:30px;
    padding:35px;
    position:relative;
    height:100%;
   /*  overflow:hidden; */
    transition:.4s;
    border:1px solid rgba(255,255,255,.6);
    box-shadow:0 15px 40px rgba(15,23,42,.08);
}

.testimonial-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(79,70,229,.15);
}

.active-card{
    border:2px solid #6366f1;
    transform:translateY(-10px);
}

.quote-icon{
    width:60px;
    height:60px;
    border-radius:18px;
    background:#eef2ff;
    color:#4f46e5;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-bottom:20px;
}

.stars{
    color:#fbbf24;
    font-size:24px;
    letter-spacing:4px;
    margin-bottom:20px;
}

.testimonial-text{
    font-size:20px;
    line-height:1.8;
    color:#334155;
    min-height:150px;
}

.client-info{
    display:flex;
    align-items:center;
    gap:15px;
    padding-top:25px;
    border-top:1px solid #e2e8f0;
}

.client-info img{
    width:65px;
    height:65px;
    border-radius:50%;
    object-fit:cover;
}

.client-info h5{
    margin:0;
    font-weight:700;
}

.client-info span{
    color:#6366f1;
    font-size:14px;
}

.floating-badge{
    position:absolute;
    top:-22px;
    left:50%;
    transform:translateX(-50%);
    width:70px;
    height:70px;
    border-radius:50%;
    background:linear-gradient(135deg,#2563eb,#7c3aed);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    box-shadow:0 15px 35px rgba(37,99,235,.25);
}

.testimonial-card::after{
    content:"❞";
    position:absolute;
    right:25px;
    bottom:10px;
    font-size:90px;
    color:#ede9fe;
    font-weight:bold;
}

@media(max-width:768px){

    .section-header h2{
        font-size:40px;
    }

    .testimonial-text{
        min-height:auto;
        font-size:17px;
    }

}
.Frequentlyquestion{
	--dot-color: rgba(94, 76, 199, 0.1);
    background-image: radial-gradient(var(--dot-color) 2px, transparent 3px) !important;
    background-size: 20px 20px !important;
}
.why-section{
    padding:120px 0;
   /*  background:
    radial-gradient(circle at top left,#eef4ff,transparent 40%),
    radial-gradient(circle at bottom right,#f5f3ff,transparent 40%); */
	--dot-color: rgba(94, 76, 199, 0.1);
    background-image: radial-gradient(var(--dot-color) 2px, transparent 3px) !important;
    background-size: 20px 20px !important;
    position:relative;
}

.section-head h2{
    font-size: 31px;
    font-weight: 500;
    color: #0f172a;
}


.section-title span{
	 background:linear-gradient(135deg,#2563eb,#7c3aed);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.section-head h2 span{
    background:linear-gradient(135deg,#2563eb,#7c3aed);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.section-head p{
    max-width:700px;
    margin:auto;
    color:#64748b;
    font-size:20px;
}

.mini-title{
    display:inline-block;
    color:#6366f1;
    font-weight:700;
    letter-spacing:3px;
    margin-bottom:15px;
}

.why-card{
    background:rgba(255,255,255,.85);
    backdrop-filter:blur(20px);
    border-radius:30px;
    padding:40px 30px;
    text-align:center;
    height:100%;
    transition:.4s;
    position:relative;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(15,23,42,.08);
}

.why-card:hover{
    transform:translateY(-12px);
}

.icon-wrap{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:35px;
    margin-bottom:25px;
}

.blue .icon-wrap{
    background:#eef4ff;
    color:#2563eb;
}

.green .icon-wrap{
    background:#ecfdf5;
    color:#10b981;
}

.purple .icon-wrap{
    background:#f5f3ff;
    color:#9333ea;
}

.orange .icon-wrap{
    background:#fff7ed;
    color:#f97316;
}

.why-card h3{
    font-size:25px;
    margin-bottom:10px;
}

.blue h3{
    color:#2563eb;
}

.green h3{
    color:#10b981;
}

.purple h3{
    color:#9333ea;
}

.orange h3{
    color:#f97316;
}

.why-card h5{
    font-weight:700;
    margin-bottom:15px;
}

.why-card p{
    color:#64748b;
    line-height:1.8;
}

.blue{
    border-bottom:5px solid #2563eb;
}

.green{
    border-bottom:5px solid #10b981;
}

.purple{
    border-bottom:5px solid #9333ea;
}

.orange{
    border-bottom:5px solid #f97316;
}

.trust-bar{
    background:#fff;
    border-radius:30px;
    padding:30px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:20px;
    box-shadow:0 15px 40px rgba(15,23,42,.08);
}

.trust-item{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:600;
    color:#0f172a;
}

.trust-item i{
    width:55px;
    height:55px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#eef2ff;
    color:#4f46e5;
}

@media(max-width:768px){

    .section-head h2{
        font-size:42px;
    }

    .trust-bar{
        flex-direction:column;
    }

}