       .lp-wrap{
        max-width: 1240px;
        margin: 40px auto;
        padding: 0 20px;
        font-family: Arial, sans-serif;
    }
  .lp-hero{
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 18px 60px;
    border-radius: 12px;
    max-width: 1100px;
    margin: 0 auto;
}
    .lp-hero-img{
        flex: 0 0 360px;
    }
    .lp-hero-img img{
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 12px;
        object-fit: cover;
    }
    .lp-hero-content{
        flex: 1;
        padding: 10px 8px;
    }
    .lp-hero-content h2{
        font-size: 32px;
        line-height: 1.2;
        font-weight: 700;
        color: #111827;
        margin: 0 0 18px;
        max-width: 560px;
    }
    .lp-mini{
        margin-bottom: 18px;
    }
    .lp-mini h4{
        color: #775CAB;
        font-weight: 700;
        margin: 0 0 6px;
    }
    .lp-mini p{
        margin: 0;
        color: #6b7280;
        font-size: 16px;
        line-height: 1.7;
        max-width: 520px;
    }
    .lp-btn{
        display: inline-block;
        background: #775CAB;
        color: #fff;
        text-decoration: none;
        padding: 10px 18px;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 600;
        margin-top: 8px;
    }

    .lp-features{
        padding-top: 34px;
        text-align: center;
    }
    .lp-features h2{
        font-size: 28px;
        line-height: 1.3;
        color: #111827;
        margin: 0 auto 26px;
        max-width: 720px;
        font-weight: 700;
    }
    .lp-cards{
        display: flex;
        gap: 18px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .lp-card{
        width: 100%;
        max-width: 280px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.08);
        padding: 22px 18px;
        text-align: left;
        position: relative;
        min-height: 170px;
    }
    .lp-card::before{
        content: "";
        position: absolute;
        left: 0;
        top: 18px;
        width: 3px;
        height: 40px;
        background: #775CAB;
        border-radius: 3px;
    }
    .lp-star{
        display: flex;
        gap: 4px;
        align-items: center;
        color: #775CAB;
        margin-left: 14px;
        margin-bottom: 14px;
        font-size: 22px;
        line-height: 1;
    }
    .lp-card h3{
        font-size: 15px;
        color: #111827;
        margin: 0 0 10px 14px;
        font-weight: 700;
    }
    .lp-card p{
        font-size: 12px;
        line-height: 1.7;
        color: #6b7280;
        margin: 0 0 0 14px;
    }

    @media (max-width: 991px){
        .lp-hero{
            flex-direction: column;
            align-items: stretch;
        }
        .lp-hero-img{
            flex: 0 0 auto;
            max-width: 420px;
            margin: 0 auto;
        }
        .lp-hero-content h2{
            font-size: 26px;
            max-width: 100%;
        }
        .lp-features h2{
            font-size: 24px;
        }
    }

.cta-section{
    max-width:1040px;
    margin:0 auto;
    padding:100px;
    background:#ffffff;
    border-radius:8px;
    border-bottom:1px solid #e5e7eb;
}

.cta-content{
    max-width:950px;
    margin:0 auto;
    text-align:center;
}

.cta-content h2{
    font-size:22px;
    line-height:1.55;
    font-weight:700;
    color:#1f2937;
    margin:0 0 35px;
}

.cta-btn{
    display:inline-block;
    background:#775CAB;
    color:#fff !important;
    text-decoration:none;
    padding:12px 34px;
    border-radius:4px;
    font-size:13px;
    font-weight:600;
    transition:0.3s;
}

.cta-btn:hover{
    background:#684ba8;
    color:#fff;
}


.service-section{
    max-width:1240px;
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:24px;
    padding:40px 0;
}

.service-left,
.service-right{
    width:400px;
    display:flex;
    flex-direction:column;
    gap:20px;
}

.service-image{
    width:400px;
    height:554px;
    flex-shrink:0;
}

.service-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:16px;
    display:block;
}
.service-card{
    height:267px;
    background:#fff;
    border-radius:16px;
    padding:30px;
    box-shadow:0 4px 20px rgba(0,0,0,.08);
}
@media (max-width:768px){
  .service-heading h2{
        font-size:20px;
        line-height:1.4;
    }
    .service-card{
        height:auto;
        padding:20px;
        border-radius:12px;
    }

    .service-card h3{
        font-size:18px;
        line-height:26px;
    }

    .service-card p{
        font-size:14px;
        line-height:24px;
    }

}
.service-card h4{
    font-weight:700;
    line-height:30px;
    margin-bottom:15px;
}

.service-card p{
    font-size:16px;
    line-height:24px;
    color:#666;
}
@media (max-width:768px){
    .mobile-title{
        font-size:24px !important;
        padding: 6px !important;
    }
}
#features{
    background: #775CAB0F;
}
@media (max-width:768px){
    .mobile-title{
        font-size:24px !important;
        line-height:1.4;
        padding:6px 0;
    }
}
@media(max-width:1200px){

    .service-section{
        flex-direction:column;
    }

    .service-left,
    .service-right,
    .service-image{
        width:89%;
        max-width:400px;
    }

    .service-image{
        height:auto;
    }
}



.service-heading{
    text-align: center;
    padding-bottom: -50px;
}

.service-heading h2{
    font-size:42px;
    font-weight:700;
    margin:-13px;
}

@media (max-width:768px){
    .site-heading h2{
        font-size:24px !important;
        line-height:1.4;
    }
}

@media (max-width:768px){
    .testimonial-heading{
        font-size:24px !important;
    }
}
.testimonial-card p {
    line-height: normal;
}

.quote {
    width: 29px;
}
.testimonials-section{
    max-width:1800px;
    margin:0 auto;
    padding:30px 20px;
    background-color:#775CAB;
}
.testimonial-heading{
    color:#fff !important;
    font-size:42px;
    font-weight:700;
    text-align:center;
    margin-bottom:40px;
}
@media(max-width:768px){
    .testimonial-heading{
        font-size:24px !important;
    padding: 6px !important;

    }
}
.testimonial-heading {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #ffffff !important;
}
.testimonial-row {
    display: flex;
    gap: 30px;
    justify-content: center;
  
}

.testimonial-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

.customer-img img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.quote-img img {
    width: 50px;
    height: auto;
}

.testimonial-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
}

.testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.customer-info h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #111;
}

.customer-info span {
    font-size: 14px;
    color: #777;
}

.verified {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f7f7f7;
    padding: 8px 15px;
    border-radius: 50px;
}

.verified img {
    width: 18px;
    height: 18px;
}

.verified span {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.frame-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 180px;
    z-index: -1;
    opacity: 0.15;
}

.frame-bg img {
    width: 100%;
    display: block;
}

@media (max-width: 768px) {
    .testimonial-card {
        width: 100%;
    }

    .testimonial-heading {
        font-size: 32px;
    }

    .testimonial-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}
.testimonial-card{
    background:#fff;
    border-radius:20px;
    padding:20px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    display: flex;
}
.gap-3 {gap:30px;}
/* TOP SECTION */
.testimonial-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}

.customer-img img{
    width:80px;
    height:80px;
    border-radius:50%;
    object-fit:cover;
}

/* MIDDLE SECTION (LEFT + RIGHT) */
.testimonial-middle{
    display:flex;
    gap:20px;
    align-items:flex-start;
    margin-top:20px;
}

.left img{
    width:120px;
    display:block;
}

/* TEXT */
.testimonial-content p{
    margin:0;
    color:#000;
    font-size:16px;
    line-height:1.8;
}

/* FOOTER */
.testimonial-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:25px;
}
.customer-info h4{
    margin:0;
    font-size:18px;
    font-weight:700;
    color:#000;
}

.customer-info span{
    font-size:14px;
    color:#777;
}
.testimonials-section {
    text-align: center;
    width: 100%;
}

.testimonial-heading{
    font-family:'Yantramanav', sans-serif;
    font-weight:500;
    font-size:42px;
    line-height:100%;
    letter-spacing:0;
    text-align:center;
    margin:0;
}
.testimonial-row{
    display:flex;
    gap:30px;
    justify-content:center;
    flex-wrap:wrap;
}

/* MOBILE */
@media (max-width: 768px){

    .avarta{width: 100px!important;}
    .testimonial-row{
        flex-direction:column;
        align-items:center;
    }

    .testimonial-card{
        width:100%;
        max-width:350px;
        padding:20px;
    }

    /* REMOVE OVERFLOW ISSUES */
    .testimonial-middle p{
        position:static !important;
        width:100% !important;
        height:auto !important;
    }

    .left img{
        position:static !important;
        width:140px !important;
        height:auto !important;
    }

    .customer-img,
    .quote-img,
    .customer-info,
    .verified{
        position:static !important;
    }

    .testimonial-middle{
        flex-direction:column;
    }
}
@media (max-width: 767.98px) {

    .row.flex-nowrap {
        flex-wrap: wrap !important;
    }

    .testimonial-card {
display: flex;
    flex-direction: column;
        width: 80% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        text-align: center;
        margin-bottom: 20px;
    }
  .testimonial-card img[src="/assets/img/quote.png"] {
        display: none;
    }


 .testimonial-card img[src="/assets/img/girls1.png"] {
        display: block;
        margin: 0 auto;
        width: auto !important;
        max-width: 100%;
    }
    /* Girl image section top & center */
    .testimonial-card .col-3 {
        width: 50% !important;
        max-width: 100% !important;
        text-align: center;
        margin-bottom: 15px;
    }


  .testimonial-card .col-3 img {
    display: block;
    margin: 0 auto;

}

    /* Content section full width */
    .testimonial-card .col-9 {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;
    }

    /* Name & Verified center */
    .testimonial-card .row.align-items-center {
        text-align: center;
    }

    .testimonial-card .justify-content-end {
        justify-content: center !important;
    }
}
@media (max-width: 767.98px) {
    .testimonial-card img[src="/assets/img/frame-3.png"] {
        display: none;
    }
}
@media (max-width: 767.98px) {

    .testimonial-card .col-9 p {
       
      
        text-align: center;
    }

    .testimonial-card .col-9 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (max-width: 767.98px) {

    .testimonial-card .col-3 {
        width: 100% !important;
        max-width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .testimonial-card .col-3 img {
        display: block;
        margin: 0 auto;
    }
}
.bg-work-process {
    background-color: #775CAB0F;
}
@media (max-width: 767.98px){

    .lp-wrap,
    .lp-hero{
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 6px !important;
    }
   .lp-btn{
        display: block;
        margin: 10px auto 0 auto;
        text-align: center;
    }
}
    .lp-hero-img img{
        width: 100%;
        display: block;
    }

    .lp-hero [class*="col"],
    .testimonial-card [class*="col"]{
        padding-left: 14px !important;
        padding-right: 0 !important;
    }

.faq-section{
    background:#f8f8f8;
    padding:80px 0;
}

.faq-title{
    color:#775CAB;
    font-size:48px;
    font-weight:700;
    margin-bottom:50px;
}

.accordion-item{
    border:2px solid #775CAB;
    border-radius:12px;
    overflow:hidden;
    margin-bottom:20px;
    background:#fff;
}

.faq-btn{
    width:100%;
    background:#fff;
    color:#775CAB;
    border:none;
    padding:22px 25px;
    font-size:18px;
    font-weight:600;
    text-align:left;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.faq-btn::after{
    content:"+";
    font-size:30px;
    font-weight:700;
    color:#775CAB;
}

.faq-btn.active::after{
    content:"×";
}

.faq-content{
    display:none;
    background:#fff;
}

.faq-content .accordion-body{
    padding:0 25px 25px;
    color:#666;
    line-height:1.8;
    font-size:15px;
}

.faq-btn:hover{
    background:#faf7ff;
}

@media(max-width:768px){

    .faq-title{
        font-size:32px;
    }

    .faq-btn{
        font-size:16px;
        padding:18px;
    }

    .faq-content .accordion-body{
        padding:0 18px 18px;
    }
}


.faq-wrapper{
    max-width:900px;
    margin:0 auto;
}

.accordion-item{
    width:100%;
    margin-bottom:20px;
}
.faq-wrapper{
    max-width:900px;
    margin:0 auto;
}

.accordion-item{
    width:100%;
    box-sizing:border-box;
}
@media (max-width: 767px) {

    .testimonial-card .col-3 img[src*="frame-3.png"]{
        display: none !important;
    }

}
@media (max-width:767px){

    .testimonials-section{
        overflow:hidden;
    }

    .testimonials-section .row.flex-nowrap{
        flex-wrap:nowrap !important;
        margin:0;
    }

    .testimonial-card{
        min-width:100%;
        flex:0 0 100% !important;
    }
}


.testimonials-section{
    overflow:hidden;
}







.testimonials-section{
    overflow:hidden;
}

.testimonials-section .row{
    transition:none;
}