/* Start custom CSS for html, class: .elementor-element-dde3c14 */*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:Inter,sans-serif;
background:#F7F9FF;
color:#1F2937;

}

.hero{

position:relative;
padding:120px 8%;
overflow:hidden;

background:linear-gradient(135deg,#ffffff,#eef4ff,#f8f5ff);

}

.container{

max-width:1300px;
margin:auto;

}

.hero-grid{

display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:70px;

}

.tag{

display:inline-block;
padding:12px 22px;
border-radius:50px;

background:white;

box-shadow:0 15px 40px rgba(108,99,255,.15);

font-weight:600;

color:#6C63FF;

margin-bottom:25px;

}

.hero h1{

font-size:65px;

font-weight:800;

line-height:1.1;

margin-bottom:25px;

}

.hero h1 span{

background:linear-gradient(90deg,#6C63FF,#5B8CFF);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

}

.hero p{

font-size:19px;

line-height:34px;

margin-bottom:40px;

color:#64748B;

}

.hero-buttons{

display:flex;
gap:20px;
margin-bottom:45px;

}

.btn-primary{

padding:18px 34px;

background:linear-gradient(90deg,#6C63FF,#5B8CFF);

color:white;

border-radius:60px;

text-decoration:none;

font-weight:700;

transition:.4s;

box-shadow:0 15px 40px rgba(108,99,255,.25);

}

.btn-primary:hover{

transform:translateY(-5px);

}

.btn-secondary{

padding:18px 34px;

border:2px solid #6C63FF;

color:#6C63FF;

border-radius:60px;

text-decoration:none;

font-weight:700;

transition:.4s;

}

.btn-secondary:hover{

background:#6C63FF;
color:white;

}

.stats{

display:flex;
gap:50px;

}

.stats h2{

font-size:36px;
color:#6C63FF;

}

.stats p{

margin-top:8px;
font-size:15px;

}

.hero-image{

position:relative;

}

.hero-image img{

width:100%;

border-radius:30px;

box-shadow:0 35px 80px rgba(0,0,0,.12);

}

.hero-bg{

position:absolute;

width:700px;
height:700px;

background:radial-gradient(circle,#8B5CF655,transparent);

right:-250px;
top:-180px;

filter:blur(50px);

}

@media(max-width:991px){

.hero-grid{

grid-template-columns:1fr;

}

.hero h1{

font-size:46px;

}

.stats{

justify-content:space-between;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b00865 *//* ================= SERVICES ================= */

.services{

    padding:120px 8%;
    background:linear-gradient(180deg,#ffffff,#f6f9ff);

}

.section-title{

    text-align:center;
    max-width:800px;
    margin:auto;
    margin-bottom:70px;

}

.section-title span{

    display:inline-block;
    padding:10px 24px;
    border-radius:50px;

    background:#EEF2FF;
    color:#6C63FF;

    font-weight:700;
    letter-spacing:1px;

}

.section-title h2{

    margin-top:20px;
    font-size:52px;
    line-height:1.2;
    color:#111827;

}

.section-title p{

    margin-top:20px;
    color:#64748B;
    font-size:18px;
    line-height:32px;

}

.services-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;

}

.service-card{

    position:relative;

    background:#fff;

    padding:40px;

    border-radius:30px;

    box-shadow:0 15px 45px rgba(30,41,59,.08);

    transition:.35s;

    overflow:hidden;

    border:1px solid rgba(108,99,255,.08);

}

.service-card::before{

    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;

    background:linear-gradient(90deg,#6C63FF,#5B8CFF);

}

.service-card:hover{

    transform:translateY(-12px);

    box-shadow:0 35px 80px rgba(92,108,255,.18);

}

.icon{

    width:75px;
    height:75px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:20px;

    font-size:34px;

    background:linear-gradient(135deg,#EEF2FF,#F7F9FF);

    margin-bottom:25px;

}

.service-card h3{

    font-size:28px;
    margin-bottom:18px;
    color:#111827;

}

.service-card p{

    color:#64748B;
    line-height:30px;
    margin-bottom:25px;

}

.service-card ul{

    list-style:none;
    margin-bottom:30px;

}

.service-card ul li{

    margin-bottom:14px;
    color:#475569;

}

.service-card a{

    text-decoration:none;
    color:#6C63FF;
    font-weight:700;

}

.featured{

    background:linear-gradient(135deg,#6C63FF,#5B8CFF);
    color:#fff;

}

.featured h3,
.featured p,
.featured ul li,
.featured a{

    color:#fff;

}

.featured .icon{

    background:rgba(255,255,255,.18);

}

.badge{

    position:absolute;
    right:20px;
    top:20px;

    background:#fff;

    color:#6C63FF;

    padding:8px 16px;

    border-radius:30px;

    font-size:13px;
    font-weight:700;

}

@media(max-width:1100px){

.services-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.services{

padding:80px 6%;

}

.section-title h2{

font-size:36px;

}

.services-grid{

grid-template-columns:1fr;

}

.service-card{

padding:30px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-344d772 *//* ================= PROCESS SECTION ================= */

.process{

    padding:120px 8%;
    background:linear-gradient(180deg,#F8FAFF,#FFFFFF);

}

.section-heading{

    text-align:center;
    max-width:780px;
    margin:auto;
    margin-bottom:80px;

}

.section-heading span{

    display:inline-block;
    padding:10px 22px;

    border-radius:50px;

    background:#EEF2FF;

    color:#6C63FF;

    font-weight:700;

    letter-spacing:1px;

}

.section-heading h2{

    margin:20px 0;
    font-size:52px;
    color:#111827;

}

.section-heading p{

    font-size:18px;
    line-height:32px;
    color:#64748B;

}

.process-wrapper{

    position:relative;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:35px;

}

.process-line{

    position:absolute;

    left:10%;
    right:10%;
    top:55px;

    height:4px;

    background:linear-gradient(90deg,#6C63FF,#5B8CFF);

    z-index:0;

    border-radius:50px;

}

.process-card{

    position:relative;

    background:white;

    padding:45px 30px;

    text-align:center;

    border-radius:28px;

    box-shadow:0 20px 50px rgba(30,41,59,.08);

    transition:.4s;

    z-index:2;

    overflow:hidden;

}

.process-card:hover{

    transform:translateY(-12px);

    box-shadow:0 35px 70px rgba(92,108,255,.18);

}

.step-number{

    position:absolute;

    top:18px;
    right:22px;

    font-size:14px;

    color:#A5B4FC;

    font-weight:700;

}

.process-icon{

    width:90px;
    height:90px;

    margin:auto;

    border-radius:50%;

    display:flex;

    justify-content:center;
    align-items:center;

    font-size:42px;

    background:linear-gradient(135deg,#6C63FF,#5B8CFF);

    color:white;

    margin-bottom:25px;

    box-shadow:0 15px 40px rgba(92,108,255,.25);

}

.process-card h3{

    font-size:28px;

    margin-bottom:18px;

    color:#111827;

}

.process-card p{

    color:#64748B;

    line-height:30px;

}

@media(max-width:1100px){

.process-wrapper{

grid-template-columns:repeat(2,1fr);

}

.process-line{

display:none;

}

}

@media(max-width:768px){

.process{

padding:80px 6%;

}

.section-heading h2{

font-size:38px;

}

.process-wrapper{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68fc4b4 *//* ================= CASE STUDIES ================= */

.case-studies{

    padding:120px 8%;
    background:linear-gradient(180deg,#ffffff,#F5F8FF);

}

.section-header{

    text-align:center;
    max-width:760px;
    margin:auto;
    margin-bottom:70px;

}

.section-tag{

    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:#EEF2FF;
    color:#6C63FF;
    font-weight:700;
    letter-spacing:1px;

}

.section-header h2{

    font-size:52px;
    margin:20px 0;
    color:#111827;

}

.section-header p{

    color:#64748B;
    line-height:32px;
    font-size:18px;

}

.case-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;

}

.case-card{

    background:#fff;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 20px 45px rgba(0,0,0,.07);
    transition:.4s;

}

.case-card:hover{

    transform:translateY(-12px);
    box-shadow:0 35px 80px rgba(92,108,255,.15);

}

.case-image{

    position:relative;

}

.case-image img{

    width:100%;
    height:260px;
    object-fit:cover;
    display:block;

}

.category{

    position:absolute;
    top:20px;
    left:20px;
    background:white;
    color:#6C63FF;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;

}

.case-content{

    padding:35px;

}

.case-content h3{

    font-size:28px;
    margin-bottom:15px;

}

.case-content p{

    color:#64748B;
    line-height:30px;
    margin-bottom:30px;

}

.metrics{

    display:flex;
    justify-content:space-between;
    border-top:1px solid #EEF2FF;
    padding-top:25px;

}

.metrics h4{

    color:#6C63FF;
    font-size:28px;

}

.metrics span{

    font-size:14px;
    color:#64748B;

}

.featured-case{

    transform:scale(1.04);

    border:2px solid #6C63FF;

}

.featured-case:hover{

    transform:scale(1.04) translateY(-10px);

}

@media(max-width:1100px){

.case-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.case-studies{

padding:80px 6%;

}

.section-header h2{

font-size:38px;

}

.case-grid{

grid-template-columns:1fr;

}

.featured-case{

transform:none;

}

.featured-case:hover{

transform:translateY(-10px);

}

.metrics{

flex-direction:column;
gap:20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-264fe68 *//* ==========================================
      TESTIMONIALS
========================================== */

.testimonials{

    padding:120px 8%;

    background:linear-gradient(180deg,#F6F9FF,#FFFFFF);

}

.testimonial-grid{

    margin-top:70px;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.testimonial-card{

    position:relative;

    background:#fff;

    padding:40px;

    border-radius:28px;

    box-shadow:0 20px 50px rgba(15,23,42,.08);

    transition:.4s;

    overflow:hidden;

}

.testimonial-card:hover{

    transform:translateY(-12px);

    box-shadow:0 35px 70px rgba(108,99,255,.18);

}

.quote{

    font-size:70px;

    color:#6C63FF;

    line-height:1;

    opacity:.2;

}

.review{

    margin:20px 0;

    color:#64748B;

    line-height:32px;

    font-size:17px;

}

.stars{

    color:#FFC107;

    font-size:22px;

    margin-bottom:30px;

}

.client{

    display:flex;

    align-items:center;

    gap:15px;

}

.client img{

    width:65px;

    height:65px;

    border-radius:50%;

    object-fit:cover;

}

.client h4{

    color:#111827;

    margin-bottom:5px;

}

.client span{

    color:#64748B;

    font-size:14px;

}

.featured{

    border:2px solid #6C63FF;

    transform:scale(1.04);

}

.featured:hover{

    transform:scale(1.04) translateY(-10px);

}

.badge{

    position:absolute;

    top:20px;

    right:20px;

    background:linear-gradient(90deg,#6C63FF,#5B8CFF);

    color:#fff;

    padding:8px 16px;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

}

@media(max-width:1100px){

.testimonial-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.testimonials{

padding:80px 6%;

}

.testimonial-grid{

grid-template-columns:1fr;

}

.featured{

transform:none;

}

.featured:hover{

transform:translateY(-10px);

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-295c4df *//* ==========================================
          TEAM SECTION
========================================== */

.team{

    padding:120px 8%;
    background:linear-gradient(180deg,#ffffff,#F7F9FF);

}

.team-grid{

    margin-top:70px;

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:35px;

}

.team-card{

    background:#fff;

    border-radius:30px;

    overflow:hidden;

    box-shadow:0 20px 45px rgba(15,23,42,.08);

    transition:.4s;

}

.team-card:hover{

    transform:translateY(-10px);

    box-shadow:0 35px 70px rgba(108,99,255,.18);

}

.featured{

    border:2px solid #6C63FF;

}

.member-image{

    position:relative;

}

.member-image img{

    width:100%;
    height:350px;
    object-fit:cover;
    display:block;

}

.role-tag{

    position:absolute;

    left:20px;
    bottom:20px;

    background:linear-gradient(135deg,#6C63FF,#5B8CFF);

    color:#fff;

    padding:10px 18px;

    border-radius:30px;

    font-weight:600;

}

.member-content{

    padding:35px;

}

.member-content h3{

    font-size:30px;

    color:#111827;

}

.designation{

    color:#6C63FF;

    margin:10px 0 20px;

    font-weight:600;

}

.member-content p{

    color:#64748B;

    line-height:30px;

}

.skills{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

    margin:25px 0;

}

.skills span{

    background:#EEF2FF;

    color:#6C63FF;

    padding:10px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

}

.social-links{

    display:flex;

    gap:15px;

}

.social-links a{

    width:45px;
    height:45px;

    border-radius:50%;

    background:#EEF2FF;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#6C63FF;

    text-decoration:none;

    transition:.3s;

}

.social-links a:hover{

    background:#6C63FF;

    color:#fff;

}

@media(max-width:991px){

.team-grid{

grid-template-columns:1fr;

}

.member-image img{

height:300px;

}

}

@media(max-width:768px){

.team{

padding:80px 6%;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-687a20e *//* ==========================================
            PRICING SECTION
========================================== */

.pricing{

    padding:120px 8%;
    background:linear-gradient(180deg,#F7F9FF,#FFFFFF);

}

.pricing-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    margin-top:70px;

}

.pricing-card{

    position:relative;

    background:#fff;

    border-radius:30px;

    padding:45px;

    text-align:center;

    box-shadow:0 20px 50px rgba(15,23,42,.08);

    transition:.4s;

    overflow:hidden;

}

.pricing-card:hover{

    transform:translateY(-12px);

    box-shadow:0 35px 70px rgba(108,99,255,.18);

}

.featured{

    background:linear-gradient(135deg,#6C63FF,#5B8CFF);

    color:#fff;

    transform:scale(1.05);

}

.featured:hover{

    transform:scale(1.05) translateY(-10px);

}

.popular{

    position:absolute;

    top:20px;
    right:20px;

    background:#fff;

    color:#6C63FF;

    padding:8px 16px;

    border-radius:30px;

    font-size:12px;

    font-weight:700;

}

.plan-name{

    font-size:22px;

    font-weight:700;

    margin-bottom:20px;

}

.pricing-card h3{

    font-size:52px;

    margin-bottom:10px;

}

.duration{

    margin-bottom:30px;

    opacity:.8;

}

.pricing-card ul{

    list-style:none;

    margin-bottom:40px;

    text-align:left;

}

.pricing-card ul li{

    padding:12px 0;

    border-bottom:1px solid rgba(0,0,0,.06);

}

.featured ul li{

    border-bottom:1px solid rgba(255,255,255,.15);

}

.pricing-btn{

    display:block;

    padding:18px;

    text-decoration:none;

    background:linear-gradient(135deg,#6C63FF,#5B8CFF);

    color:#fff;

    border-radius:50px;

    font-weight:700;

    transition:.3s;

}

.pricing-btn:hover{

    transform:translateY(-3px);

}

.featured-btn{

    background:#fff;

    color:#6C63FF;

}

@media(max-width:1100px){

.pricing-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.pricing{

padding:80px 6%;

}

.pricing-grid{

grid-template-columns:1fr;

}

.featured{

transform:none;

}

.featured:hover{

transform:translateY(-10px);

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a7dc38 *//* ==========================================
                 FAQ SECTION
========================================== */

.faq-section{

    padding:120px 8%;
    background:linear-gradient(180deg,#F7F9FF,#FFFFFF);

}

.faq-container{

    max-width:900px;
    margin:70px auto 0;

}

.faq-item{

    background:#fff;
    border-radius:20px;
    margin-bottom:20px;
    box-shadow:0 15px 35px rgba(15,23,42,.06);
    overflow:hidden;
    transition:.3s;

}

.faq-item:hover{

    box-shadow:0 20px 45px rgba(108,99,255,.12);

}

.faq-question{

    width:100%;
    padding:25px 30px;

    background:none;
    border:none;
    outline:none;

    display:flex;
    justify-content:space-between;
    align-items:center;

    font-size:20px;
    font-weight:600;

    color:#111827;

    cursor:pointer;

}

.faq-question span{

    width:38px;
    height:38px;

    border-radius:50%;

    background:#EEF2FF;

    color:#6C63FF;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:24px;

    transition:.3s;

}

.faq-answer{

    max-height:0;
    overflow:hidden;

    transition:max-height .4s ease;

}

.faq-answer p{

    padding:0 30px 30px;

    color:#64748B;

    line-height:30px;

}

.faq-item.active .faq-answer{

    max-height:250px;

}

.faq-item.active .faq-question span{

    transform:rotate(45deg);

    background:#6C63FF;
    color:#fff;

}

@media(max-width:768px){

.faq-section{

padding:80px 6%;

}

.faq-question{

font-size:17px;

padding:20px;

}

.faq-answer p{

padding:0 20px 20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eff53ea *//* ==========================================
            CONTACT SECTION
========================================== */

.contact{

padding:120px 8%;

background:linear-gradient(180deg,#ffffff,#F7F9FF);

}

.contact-header{

text-align:center;

max-width:750px;

margin:auto;

margin-bottom:70px;

}

.contact-header span{

display:inline-block;

padding:10px 22px;

background:#EEF2FF;

color:#6C63FF;

border-radius:30px;

font-weight:700;

margin-bottom:20px;

}

.contact-header h2{

font-size:52px;

margin-bottom:20px;

color:#111827;

}

.contact-header p{

font-size:18px;

line-height:32px;

color:#64748B;

}

.contact-wrapper{

display:grid;

grid-template-columns:420px 1fr;

gap:40px;

}

.contact-info{

display:flex;

flex-direction:column;

gap:25px;

}

.info-card{

display:flex;

gap:20px;

padding:28px;

background:#fff;

border-radius:22px;

box-shadow:0 20px 40px rgba(0,0,0,.06);

transition:.35s;

}

.info-card:hover{

transform:translateY(-8px);

box-shadow:0 30px 60px rgba(108,99,255,.15);

}

.icon{

width:70px;

height:70px;

display:flex;

align-items:center;

justify-content:center;

font-size:32px;

background:linear-gradient(135deg,#6C63FF,#5B8CFF);

border-radius:20px;

color:#fff;

flex-shrink:0;

}

.info-card h3{

margin-bottom:10px;

font-size:22px;

}

.info-card p{

color:#64748B;

line-height:28px;

}

.contact-form{

background:#fff;

padding:40px;

border-radius:30px;

box-shadow:0 20px 40px rgba(0,0,0,.06);

}

.input-group{

display:grid;

grid-template-columns:1fr 1fr;

gap:20px;

margin-bottom:20px;

}

.contact-form input,
.contact-form select,
.contact-form textarea{

width:100%;

padding:18px 20px;

border:1px solid #E5E7EB;

border-radius:16px;

font-size:16px;

outline:none;

transition:.3s;

}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{

border-color:#6C63FF;

box-shadow:0 0 0 4px rgba(108,99,255,.1);

}

.contact-form textarea{

resize:none;

margin-top:20px;

}

.contact-form button{

width:100%;

margin-top:25px;

padding:18px;

background:linear-gradient(135deg,#6C63FF,#5B8CFF);

border:none;

border-radius:50px;

font-size:18px;

font-weight:700;

color:#fff;

cursor:pointer;

transition:.3s;

}

.contact-form button:hover{

transform:translateY(-3px);

box-shadow:0 20px 40px rgba(108,99,255,.25);

}

.map-box{

margin-top:80px;

overflow:hidden;

border-radius:30px;

box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.map-box iframe{

width:100%;

height:500px;

border:0;

display:block;

}

@media(max-width:991px){

.contact-wrapper{

grid-template-columns:1fr;

}

.input-group{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.contact{

padding:80px 6%;

}

.contact-header h2{

font-size:38px;

}

.map-box iframe{

height:350px;

}

}/* End custom CSS */