.service-card{
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    border: 1px solid #eee;
}

.service-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.service-card .icon{
    width: 70px;
    height: 70px;
    background: #f4f7ff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.service-card .icon span{
    font-size: 34px;
    color: #5c52ff;
}

.service-card h4{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 22px;
    line-height: 1.3;
}

.service-card ul{
    padding-left: 18px;
    margin: 0;
}

.service-card ul li{
    font-size: 17px;
    color: #555;
    margin-bottom: 12px;
    line-height: 1.6;
}

@media(max-width:767px){

    .service-card{
        padding: 28px 22px;
    }

    .service-card h4{
        font-size: 24px;
    }

}
/*---------------------------------------------*/
.service-card{
    background: rgba(255,255,255,0.06); /* same section background feel */
    backdrop-filter: blur(10px);
    padding: 28px 24px;
    border-radius: 22px;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.35s ease;
    overflow: hidden;
    position: relative;
}

/* Hover Effect */
.service-card:hover{
    background: linear-gradient(135deg,#5c52ff,#7b61ff);
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(92,82,255,0.25);
}

/* Icon Box */
.service-card .icon{
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: 0.3s;
}

.service-card .icon span{
    font-size: 26px;
    color: #7b61ff;
    transition: 0.3s;
}

/* Heading */
.service-card h4{
    font-size: 24px;   /* pehla boht vadda si */
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 18px;
    transition: 0.3s;
}

/* List */
.service-card ul{
    padding-left: 18px;
    margin: 0;
}

.service-card ul li{
    font-size: 16px;
    color: rgba(255,255,255,0.78);
    margin-bottom: 10px;
    line-height: 1.6;
    transition: 0.3s;
}

/* Hover Text Change */
.service-card:hover h4,
.service-card:hover ul li,
.service-card:hover .icon span{
    color: #ffffff;
}

/* Mobile */
@media(max-width:767px){

    .service-card{
        padding: 24px 20px;
    }

    .service-card h4{
        font-size: 21px;
    }

    .service-card ul li{
        font-size: 15px;
    }

}
/*----------------------------------------*/
.services-details__points-box-2 .row{
    justify-content: center;
    gap: 20px;
}

.service-card{
    height: 100%;
}

/*.services-details__points-box-2 .row{*/
.services-details__points-box-2{
    display: flex;
    flex-wrap: nowrap;   /* sare ek line ch */
    gap: 20px;
    justify-content: space-between;
}

.services-details__points-box-2 .col-xl-4,
.services-details__points-box-2 .col-xl-6,
.services-details__points-box-2 .col-md-6{
    width: 100%;
    max-width: 20%;   /* 5 cards equally fit */
    flex: 0 0 20%;
    padding: 0;
}

/* Card */
.service-card{
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 22px 18px;
    min-height: 100%;
    transition: all 0.35s ease;
}

/* Hover */
.service-card:hover{
    background: linear-gradient(135deg,#5c52ff,#7b61ff);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(92,82,255,0.25);
}

/* Icon */
.service-card .icon{
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.service-card .icon span{
    font-size: 22px;
    color: #7b61ff;
}

/* Heading */
.service-card h4{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
}

/* List */
.service-card ul{
    padding-left: 18px;
    margin: 0;
}

.service-card ul li{
    color: rgba(255,255,255,0.78);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 8px;
}

/* Hover text */
.service-card:hover h4,
.service-card:hover ul li,
.service-card:hover .icon span{
    color: #fff;
}

/* Tablet */
@media(max-width:1200px){

    .services-details__points-box-2 .row{
        flex-wrap: wrap;
    }

    .services-details__points-box-2 .col-xl-4,
    .services-details__points-box-2 .col-xl-6,
    .services-details__points-box-2 .col-md-6{
        max-width: 48%;
        flex: 0 0 48%;
    }
}

/* Mobile */
@media(max-width:767px){

    .services-details__points-box-2 .col-xl-4,
    .services-details__points-box-2 .col-xl-6,
    .services-details__points-box-2 .col-md-6{
        max-width: 100%;
        flex: 0 0 100%;
    }

    .services-details__points-box-2 .row{
        flex-wrap: wrap;
    }
}
/*------------why choose vmm ------------------*/

.why-choose-vmm{
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background:
            radial-gradient(circle at top left, rgba(98,70,255,0.25), transparent 40%),
            linear-gradient(135deg,#030b24,#07163c 60%,#0a102b);
}

/* Heading */
.section-heading{
    max-width: 850px;
    margin: auto;
    margin-bottom: 90px;
}

.section-heading .sub-title{
    display: inline-block;
    padding: 10px 26px;
    border-radius: 50px;
    background: rgba(122,97,255,0.12);
    color: #9f8cff;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 25px;
    border: 1px solid rgba(255,255,255,0.08);
}

.section-heading h2{
    font-size: 64px;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
    margin-bottom: 24px;
}

.section-heading h2 span{
    color: #9f8cff;
}

.section-heading p{
    font-size: 22px;
    line-height: 1.8;
    color: rgba(255,255,255,0.72);
}

/* Timeline */
.why-timeline{
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 40px;
}

/* Center Line */
.why-timeline::before{
    content: "";
    position: absolute;
    top: 90px;
    left: 8%;
    width: 84%;
    height: 2px;
    background: linear-gradient(to right,#7b61ff,#a88bff);
    opacity: .4;
}

/* Item */
.why-item{
    position: relative;
    text-align: center;
    z-index: 2;
}

/* Circle Icon */
.circle-icon{
    width: 180px;
    height: 180px;
    margin: auto;
    border-radius: 50%;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .4s;
    backdrop-filter: blur(10px);
}

.circle-icon::before{
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 50%;
    border: 2px solid rgba(168,139,255,0.25);
}

.circle-icon span{
    font-size: 70px;
    color: #a88bff;
    transition: .4s;
}

/* Number */
.number{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 18px;
    margin-top: 30px;
    background: rgba(122,97,255,0.18);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

/* Title */
.why-item h4{
    font-size: 38px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 25px;
}

/* Purple line */
.line{
    width: 90px;
    height: 4px;
    margin: auto;
    border-radius: 50px;
    background: linear-gradient(to right,#7b61ff,#b296ff);
    margin-bottom: 30px;
}

/* Text */
.why-item p{
    font-size: 22px;
    line-height: 1.9;
    color: rgba(255,255,255,0.72);
    padding: 0 10px;
}

/* Hover */
.why-item:hover .circle-icon{
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgba(122,97,255,0.35);
    background: linear-gradient(135deg,#5c52ff,#7b61ff);
}

.why-item:hover .circle-icon span{
    color: #fff;
}

/* Tablet */
@media(max-width:1200px){

    .why-timeline{
        grid-template-columns: repeat(2,1fr);
        row-gap: 70px;
    }

    .why-timeline::before{
        display: none;
    }

    .section-heading h2{
        font-size: 52px;
    }

}

/* Mobile */
@media(max-width:767px){

    .why-choose-vmm{
        padding: 90px 0;
    }

    .why-timeline{
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .section-heading h2{
        font-size: 38px;
    }

    .section-heading p{
        font-size: 17px;
    }

    .circle-icon{
        width: 140px;
        height: 140px;
    }

    .circle-icon span{
        font-size: 50px;
    }

    .why-item h4{
        font-size: 28px;
    }

    .why-item p{
        font-size: 16px;
    }

}



/*----------------*/

/* Compact Section */
.why-choose-vmm{
    position: relative;
    padding: 70px 0;
    overflow: hidden;

    /* same old theme */
    background:
            radial-gradient(circle at left, rgba(98,70,255,0.18), transparent 35%),
            linear-gradient(135deg,#07142f,#0b1838 60%,#091327);
}

/* Heading */
.section-heading{
    max-width: 720px;
    margin: auto;
    margin-bottom: 55px;
}

.section-heading .sub-title{
    padding: 8px 22px;
    font-size: 12px;
    margin-bottom: 18px;
}

.section-heading h2{
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.section-heading p{
    font-size: 17px;
    line-height: 1.7;
}

/* Timeline */
.why-timeline{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 22px;
    position: relative;
}

/* remove big center line */
.why-timeline::before{
    display: none;
}

/* Item */
.why-item{
    text-align: center;
}

/* Circle */
.circle-icon{
    width: 105px;
    height: 105px;
    margin: auto;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
}

.circle-icon::before{
    inset: 8px;
    border-width: 1px;
}

.circle-icon span{
    font-size: 38px;
    color: #9f8cff;
}

/* Number */
.number{
    width: 42px;
    height: 42px;
    border-radius: 12px;
    margin-top: 16px;
    font-size: 16px;
}

/* Title */
.why-item h4{
    font-size: 22px;
    line-height: 1.4;
    margin-top: 18px;
    margin-bottom: 14px;
}

/* Mini line */
.line{
    width: 55px;
    height: 3px;
    margin-bottom: 16px;
}

/* Text */
.why-item p{
    font-size: 14px;
    line-height: 1.7;
    padding: 0;
}

/* Hover */
.why-item:hover .circle-icon{
    transform: translateY(-6px);
    background: linear-gradient(135deg,#5c52ff,#7b61ff);
    box-shadow: 0 12px 35px rgba(92,82,255,0.22);
}

.why-item:hover .circle-icon span{
    color: #fff;
}

/* Tablet */
@media(max-width:1200px){

    .why-timeline{
        grid-template-columns: repeat(2,1fr);
    }

}

/* Mobile */
@media(max-width:767px){

    .why-choose-vmm{
        padding: 55px 0;
    }

    .why-timeline{
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .section-heading h2{
        font-size: 30px;
    }

    .section-heading p{
        font-size: 15px;
    }

}

.circle-icon i{
    font-size: 38px;
    color: #9f8cff;
    transition: .3s;
}

.why-item:hover .circle-icon i{
    color: #fff;
}


/*----------------------------------------------------*/

/*.vmm-services-section{*/
/*    padding: 100px 0;*/
/*    background: linear-gradient(135deg,#081b3a 0%, #0b1f45 40%, #1c1d4d 100%);*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*.vmm-services-section::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 500px;*/
/*    height: 500px;*/
/*    background: rgba(255, 82, 136, 0.12);*/
/*    filter: blur(120px);*/
/*    top: -100px;*/
/*    right: -100px;*/
/*    border-radius: 50%;*/
/*}*/

/*.section-title{*/
/*    margin-bottom: 60px;*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/

/*.section-title span{*/
/*    color: #ff4d88;*/
/*    font-size: 14px;*/
/*    font-weight: 700;*/
/*    letter-spacing: 2px;*/
/*    text-transform: uppercase;*/
/*}*/

/*.section-title h2{*/
/*    color: #fff;*/
/*    font-size: 52px;*/
/*    font-weight: 800;*/
/*    line-height: 1.3;*/
/*    margin-top: 15px;*/
/*}*/

/*.section-title h2 strong{*/
/*    background: linear-gradient(to right,#7c6cff,#ff4d88);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*}*/

/*.vmm-service-card{*/
/*    background: rgba(255,255,255,0.05);*/
/*    backdrop-filter: blur(12px);*/
/*    border: 1px solid rgba(255,255,255,0.08);*/
/*    border-radius: 24px;*/
/*    padding: 35px 30px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    transition: all 0.4s ease;*/
/*    height: 100%;*/
/*    z-index: 2;*/
/*}*/

/*.vmm-service-card:hover{*/
/*    transform: translateY(-10px);*/
/*    border-color: rgba(255,255,255,0.18);*/
/*    box-shadow: 0 20px 60px rgba(0,0,0,0.25);*/
/*}*/

/*.vmm-service-card::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 4px;*/
/*    background: linear-gradient(to right,#7c6cff,#ff4d88);*/
/*}*/

/*.icon-box{*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    border-radius: 22px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin-bottom: 25px;*/
/*    font-size: 32px;*/
/*    color: #fff;*/
/*    background: linear-gradient(135deg,#7c6cff,#ff4d88);*/
/*    box-shadow: 0 10px 30px rgba(124,108,255,0.35);*/
/*}*/

/*.vmm-service-card h4{*/
/*    color: #fff;*/
/*    font-size: 26px;*/
/*    font-weight: 700;*/
/*    margin-bottom: 20px;*/
/*    line-height: 1.4;*/
/*}*/

/*.vmm-service-card ul{*/
/*    padding-left: 18px;*/
/*    margin: 0;*/
/*}*/

/*.vmm-service-card ul li{*/
/*    color: rgba(255,255,255,0.75);*/
/*    margin-bottom: 12px;*/
/*    line-height: 1.7;*/
/*    font-size: 16px;*/
/*}*/

/*.vmm-service-card ul li::marker{*/
/*    color: #ff4d88;*/
/*}*/

/*@media(max-width:768px){*/

/*    .section-title h2{*/
/*        font-size: 36px;*/
/*    }*/

/*    .vmm-service-card{*/
/*        padding: 30px 25px;*/
/*    }*/

/*}*/
.vmm-services-section{
    position: relative;
    padding: 100px 0;
    background: linear-gradient(
            135deg,
            #04142d 0%,
            #071c3f 35%,
            #0a2554 70%,
            #05152f 100%
    );
    overflow: hidden;
}

/* Glow Effect */
.vmm-services-section::before{
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(124,108,255,0.18);
    top: -150px;
    left: -150px;
    border-radius: 50%;
    filter: blur(120px);
}

.vmm-services-section::after{
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(255,77,136,0.12);
    bottom: -180px;
    right: -120px;
    border-radius: 50%;
    filter: blur(120px);
}

.section-title{
    position: relative;
    z-index: 2;
    margin-bottom: 70px;
}

.section-title span{
    color: #ff4d88;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-title h2{
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
    margin-top: 15px;
}

.section-title h2 strong{
    background: linear-gradient(to right,#7c6cff,#ff4d88);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Cards */
.vmm-service-card{
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 35px 30px;
    overflow: hidden;
    transition: 0.4s ease;
    height: 100%;
}

.vmm-service-card:hover{
    transform: translateY(-10px);
    border-color: rgba(255,255,255,0.18);
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

.vmm-service-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right,#7c6cff,#ff4d88);
}

.icon-box{
    width: 80px;
    height: 80px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#7c6cff,#ff4d88);
    color: #fff;
    font-size: 32px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(124,108,255,0.35);
}

.vmm-service-card h4{
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}

.vmm-service-card ul{
    padding-left: 18px;
    margin: 0;
}

.vmm-service-card ul li{
    color: rgba(255,255,255,0.75);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.vmm-service-card ul li::marker{
    color: #ff4d88;
}

@media(max-width:768px){

    .section-title h2{
        font-size: 38px;
    }

}
/*----------------------------------------------------*/
/*Industries----------------*/
.industries-wrapper{
    margin-top: 20px;
}

.industry-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.industry-list li{
    position: relative;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 18px 22px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: 0.4s ease;
}

.industry-list li:hover{
    transform: translateY(-5px);
    border-color: rgba(255,255,255,0.18);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.industry-list li i{
    margin-right: 12px;
    color: #ff4d88;
    font-size: 18px;
}
