.intro-card{

    background:rgba(20,15,38,0.25);

    backdrop-filter:blur(6px);

    border:1px solid rgba(181,126,255,.20);

    border-radius:30px;

    padding:60px;

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.intro-card:hover{

    border-color:#B57EFF;

    box-shadow:0 20px 50px rgba(181,126,255,.22);

    transform:translateY(-5px);

}

.intro-card::before{

    content:'';

    position:absolute;

    width:250px;

    height:250px;

    border-radius:50%;

    background:rgba(181,126,255,.08);

    top:-120px;

    right:-100px;

}

.intro-icon{

    width:75px;

    height:75px;

    border-radius:50%;

    background:linear-gradient(135deg,#8B5CF6,#B57EFF);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

    margin:0 auto 30px;

}

.intro-heading{

    color:#fff;

    text-align:center;

    font-weight:700;

    font-size:36px;

    line-height:1.5;

}

.heading-divider{

    width:90px;

    height:4px;

    background:#B57EFF;

    border-radius:50px;

    margin:25px auto 35px;

}

.intro-text{

    color:#D8D7F8;

    font-size:22px;

    line-height:2;

    text-align:center;

}

.intro-text span{

    color:#D9B8FF;

    font-weight:600;

}

.feature-box{

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

    border:1px solid rgba(181,126,255,.15);

    border-radius:15px;

    padding:16px 20px;

    color:#fff;

    font-weight:500;

    transition:.3s;

    text-align:center;

}

.feature-box:hover{

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

    border-color:#B57EFF;

    transform:translateY(-3px);

}

@media(max-width:768px){

.intro-card{

    padding:35px 25px;

}

.intro-heading{

    font-size:28px;

}

.intro-text{

    text-align:left;

    font-size:16px;

}

}

.service-card{

    background:rgba(20,15,38,0.25);

    border:1px solid rgba(181,126,255,.18);

    border-radius:25px;

    padding:35px;

    backdrop-filter:blur(6px);

    transition:.35s;

}

.service-card:hover{

    transform:translateY(-8px);

    border-color:#B57EFF;

    box-shadow:0 20px 40px rgba(181,126,255,.20);

}

.service-icon{

    width:70px;

    height:70px;

    border-radius:50%;

    background:linear-gradient(135deg,#8B5CF6,#B57EFF);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

    margin-bottom:25px;

}

.service-card h4{

    color:#fff;

    margin-bottom:20px;

    font-weight:700;

}

.service-card p{

    color:#D8D7F8;

    line-height:1.8;

}

.service-list{

    list-style:none;

    padding:0;

    margin:25px 0;

}

.service-list li{

    color:#D8D7F8;

    margin-bottom:15px;

    display:flex;

    justify-content:space-between;

    gap:20px;

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

    padding-bottom:10px;

}

.service-list span{

    color:#D8B6FF;

    font-weight:600;

}

.includes-box{

    background:rgba(181,126,255,.10);

    border-left:4px solid #B57EFF;

    padding:18px;

    border-radius:12px;

    color:#fff;

    margin:20px 0;

}

.service-footer{

    margin-top:25px;

    color:#D8D7F8;

    line-height:2;

}

.price{

    color:#FFD56A;

    font-size:20px;

    font-weight:700;

}

.btn-service{

    background:linear-gradient(135deg,#8B5CF6,#B57EFF);

    color:#fff;

    border:none;

    border-radius:50px;

    padding:12px 30px;

    width:100%;

    font-weight:600;

}

.btn-service:hover{

    color:#fff;

    background:linear-gradient(135deg,#7644F3,#A86CFF);

}

.section-divider{

    padding:70px 0;

    text-align:center;

}

.divider-wrapper{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:20px;

}

.divider-line{

    width:120px;

    height:2px;

    background:linear-gradient(to right,transparent,#B57EFF,transparent);

}

.divider-icon{

    width:70px;

    height:70px;

    border-radius:50%;

    background:linear-gradient(135deg,#8B5CF6,#B57EFF);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:30px;

    box-shadow:0 0 20px rgba(181,126,255,.3);

}

.divider-title{

    color:#fff;

    margin-top:25px;

    font-weight:700;

}

.divider-subtitle{

    color:#CFCFF4;

    margin-top:10px;

}

.service-card{

    background:rgba(20,15,38,0.25);
    border:1px solid rgba(181,126,255,.18);
    border-radius:25px;
    padding:35px;
    backdrop-filter:blur(6px);
    transition:.35s;

    /* NEW */
    display:flex;
    flex-direction:column;
    height:100%;
}

.testimonial-card{

    background:rgba(20,15,38,0.25);

    border:1px solid rgba(181,126,255,.20);

    border-radius:25px;

    padding:35px;

    backdrop-filter:blur(6px);

    transition:.35s;

}

.testimonial-card:hover{

    transform:translateY(-8px);

    border-color:#B57EFF;

    box-shadow:0 20px 40px rgba(181,126,255,.20);

}

.quote-icon{

    font-size:60px;

    color:#B57EFF;

    line-height:1;

    margin-bottom:15px;

}

.rating{

    color:#FFD54F;

    font-size:18px;

    letter-spacing:2px;

}

.testimonial-text{

    color:#D8D7F8;

    line-height:1.9;

    font-size:22px;

    margin-bottom:30px;

}

.client-name{

    color:#fff;

    font-weight:600;

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

    padding-top:20px;

}

.service-card::before{

    position:absolute;

    content:'';

    background:url(images/crytal.jpeg);

    right:20px;

    bottom:20px;

    width:120px;

    height:120px;

    opacity:.05;

    background-size:contain;

    background-repeat:no-repeat;

}

.bg-purple{

background:#1D1235;

}

.bg-soft{

background:linear-gradient(
180deg,
#241541,
#2E1B52
);

}

.bg-light{

background:linear-gradient(
180deg,
#2B1B48,
#33215B
);

}

.bg-glass-white {

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

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

    backdrop-filter:blur(15px);
}

.bg-purp-indo {
    background:linear-gradient(
135deg,
#261347,
#35205D,
#4B2D7F,
#261347
);
}

/* Custom Background Section Images with Overlays */
.about-section {
    background: linear-gradient(180deg, rgba(36, 21, 65, 0.78), rgba(46, 27, 82, 0.78)), url('../images/about-bg.png') no-repeat center center / cover;
}

.intro-section {
    background: linear-gradient(180deg, rgba(19, 24, 62, 0.80), rgba(29, 18, 53, 0.80)), url('../images/intro-bg.png') no-repeat center center / cover;
}

.services-section {
    background: linear-gradient(135deg, rgba(38, 19, 71, 0.78), rgba(53, 32, 93, 0.78), rgba(75, 45, 127, 0.78), rgba(38, 19, 71, 0.78)), url('../images/services-bg.png') no-repeat center center / cover;
}

.testimonials-section {
    background: linear-gradient(135deg, rgba(31, 18, 54, 0.82), rgba(13, 20, 56, 0.85)), url('../images/wiu-bg.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.appointment-section {
    background: linear-gradient(180deg, rgba(26, 31, 74, 0.80), rgba(26, 31, 74, 0.80)), url('../images/appointment-bg.png') no-repeat center center / cover;
}
