 .hero-quote{

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

    border-radius:30px;

    padding:70px 50px;

    position:relative;

    overflow:hidden;

    box-shadow:0 20px 60px rgba(140,92,246,.35);

}

.hero-quote::before{

    content:'';

    position:absolute;

    width:280px;

    height:280px;

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

    border-radius:50%;

    top:-120px;

    right:-80px;

}

.hero-quote::after{

    content:'';

    position:absolute;

    width:220px;

    height:220px;

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

    border-radius:50%;

    bottom:-100px;

    left:-60px;

}

.quote-icon{

    width:70px;

    height:70px;

    margin:auto;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

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

    backdrop-filter:blur(10px);

    margin-bottom:25px;

}

.quote-icon i{

    color:#fff;

    font-size:32px;

}

.quote-text{

    color:#fff;

    font-size:85px;

    font-weight:700;

    line-height:1.35;

    margin-bottom:25px;

    position:relative;

    z-index:2;

}

.divider{

    width:100px;

    height:4px;

    background:#fff;

    border-radius:50px;

    margin-bottom:20px;

    opacity:.8;

}

.quote-subtitle{

    color:#F7F3FF;

    font-size:22px;

    margin:0;

    position:relative;

    z-index:2;

}

@media(max-width:768px){

.hero-quote{

    padding:50px 25px;

}

.quote-text{

    font-size:34px;

}

}

.info-card{
    background:rgba(20,15,38,0.25);
    backdrop-filter:blur(6px);
    border:1px solid rgba(170,120,255,.25);
    border-radius:24px;
    padding:40px;
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.info-card::before{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    background:rgba(181,126,255,.08);
    border-radius:50%;
    top:-70px;
    right:-60px;
}

.info-card:hover{
    transform:translateY(-6px);
    border-color:#B57EFF;
    box-shadow:0 15px 40px rgba(181,126,255,.25);
}

.card-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:linear-gradient(135deg,#8B5CF6,#B57EFF);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:25px;
    box-shadow:0 10px 25px rgba(181,126,255,.35);
}

.card-title{
    color:#fff;
    font-size:32px;
    font-weight:700;
    margin-bottom:15px;
}

.name{
    color:#fff;
    font-weight:600;
    margin-bottom:20px;
}

.name span{
    color:#CDA6FF;
}

.designation{
    color:#D8D7F8;
    font-size:21px;
    line-height:1.7;
}

.card-text{
    color:#D8D7F8;
    line-height:1.9;
    font-size:20px !important;
}

.info-card hr{
    border-color:rgba(255,255,255,.15);
}

@media(max-width:768px){

.info-card{
    padding:30px;
}

.card-title{
    font-size:26px;
}

}

.glass-card{

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

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

    border-radius:25px;

    backdrop-filter:blur(6px);

    padding:40px;

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.glass-card:hover{

    transform:translateY(-6px);

    border-color:#B57EFF;

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

}

.glass-card::before{

    content:'';

    position:absolute;

    width:180px;

    height:180px;

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

    border-radius:50%;

    top:-80px;

    right:-60px;

}

.section-icon{

    width:70px;

    height:70px;

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

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    margin-bottom:25px;

}

.section-heading{

    color:#fff;

    font-weight:700;

    margin-bottom:5px;

}

.section-subtitle{

    color:#B57EFF;

    font-weight:600;

}

.glass-card p{

    color:#D7D7F8;

    line-height:1.9;

}

.quote-text{

    color:#fff;

    font-style:italic;

    font-size:32px;

    border-left:3px solid #B57EFF;

    padding-left:15px;

}

.tool-item{

    display:flex;

    align-items:flex-start;

    gap:15px;

    margin-bottom:18px;

}

.tool-item span{

    font-size:26px;

}

.tool-item strong{

    color:#fff;

    display:block;

}

.tool-item small{

    color:#D7D7F8;

    line-height:1.6;

    display:block;

}

.highlight-box{

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

    border-left:4px solid #B57EFF;

    padding:20px;

    border-radius:15px;

    color:#fff;

}

.highlight-box p{

    color:#D7D7F8;

}

@media(max-width:991px){

.glass-card{

    padding:30px;

}

}

.end-card{

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

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

    border-radius:25px;

    backdrop-filter:blur(6px);

    padding:35px;

    transition:.35s;

}

.end-card:hover{

    transform:translateY(-6px);

    border-color:#B57EFF;

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

}

.end-icon{

    width:65px;

    height:65px;

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

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    margin-bottom:25px;

}

.end-card h2{

    color:#fff;

    font-weight:700;

    margin-bottom:25px;

}

.end-card p{

    color:#D7D7F8;

    line-height:1.8;

}

.belief-list{

    list-style:none;

    padding:0;

    margin:0;

}

.belief-list li{

    color:#D7D7F8;

    margin-bottom:18px;

    padding-left:32px;

    position:relative;

    line-height:1.8;

}

.belief-list li::before{

    content:"✨";

    position:absolute;

    left:0;

}

.testimonial{

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

    border-left:3px solid #B57EFF;

    border-radius:12px;

    padding:15px 18px;

    margin-bottom:18px;

}

.btn-purple{

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

    color:#fff;

    border:none;

    padding:12px 25px;

    border-radius:50px;

}

.btn-purple:hover{

    color:#fff;

    background:linear-gradient(135deg,#7C4DFF,#A66BFF);

}

.founder-name{

    color:#CBA8FF;

    font-weight:700;

}

.designation{

    color:#D7D7F8;

    margin-bottom:5px;

}

.end-card hr{

    border-color:rgba(255,255,255,.15);

    margin:25px 0;

}

.closing-line{

    color:#fff;

    font-style:italic;

}

/* About Me Page - Section Background Images with Overlays */
.aboutpg-quote-section {
    background: linear-gradient(180deg, rgba(29, 18, 53, 0.78), rgba(19, 24, 62, 0.78)), url('../images/aboutpage-quote-bg.png') no-repeat center center / cover;
}

.aboutpg-info-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;
}

.aboutpg-path-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;
}
.aboutpg-belief-section {
    background: linear-gradient(180deg, rgba(26, 31, 74, 0.80), rgba(26, 31, 74, 0.80)), url('../images/testimonials-bg.png') no-repeat center center / cover;
}

.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;
}