.elementor-969 .elementor-element.elementor-element-90d5b81{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-969 .elementor-element.elementor-element-ff53b9b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-969 .elementor-element.elementor-element-9cdf822{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-969 .elementor-element.elementor-element-9c76006{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-969 .elementor-element.elementor-element-308feb1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-969 .elementor-element.elementor-element-aeab1be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-969 .elementor-element.elementor-element-cf38edf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-969 .elementor-element.elementor-element-0811dac{--display:flex;}.elementor-969 .elementor-element.elementor-element-4c482dc{--display:flex;}.elementor-969 .elementor-element.elementor-element-46fe4e6{--display:flex;}@media(min-width:768px){.elementor-969 .elementor-element.elementor-element-ff53b9b{--width:50%;}.elementor-969 .elementor-element.elementor-element-9c76006{--width:50%;}.elementor-969 .elementor-element.elementor-element-aeab1be{--width:50%;}}@media(max-width:1024px){.elementor-969 .elementor-element.elementor-element-90d5b81{--margin-top:0px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;}.elementor-969 .elementor-element.elementor-element-9cdf822 .elementor-heading-title{font-size:20px;}.elementor-969 .elementor-element.elementor-element-308feb1 .elementor-heading-title{font-size:20px;}.elementor-969 .elementor-element.elementor-element-cf38edf .elementor-heading-title{font-size:20px;}}@media(max-width:767px){.elementor-969 .elementor-element.elementor-element-90d5b81{--gap:50px 50px;--row-gap:50px;--column-gap:50px;--margin-top:0px;--margin-bottom:110px;--margin-left:0px;--margin-right:0px;}.elementor-969 .elementor-element.elementor-element-9cdf822{text-align:center;}.elementor-969 .elementor-element.elementor-element-5df616e{text-align:center;}.elementor-969 .elementor-element.elementor-element-308feb1{text-align:center;}.elementor-969 .elementor-element.elementor-element-e2dedbc{text-align:center;}.elementor-969 .elementor-element.elementor-element-cf38edf{text-align:center;}.elementor-969 .elementor-element.elementor-element-caf9e19{text-align:center;}}/* Start custom CSS for html, class: .elementor-element-92003c5 */*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Manrope',sans-serif;
}

body{
background:#f7fbff;
color:#222;
line-height:1.8;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

/* Hero */

.about-hero{
padding:120px 0;
background:
linear-gradient(135deg,#2563eb,#10b981);
color:white;
}

.about-hero .container{
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:70px;
}

.hero-content span{
font-size:14px;
letter-spacing:2px;
font-weight:700;
opacity:.9;
}

.hero-content h1{
font-size:58px;
line-height:1.1;
margin:25px 0;
font-weight:800;
}

.hero-content h1 span{
color:#b7ffdd;
}

.hero-content p{
font-size:18px;
opacity:.95;
margin-bottom:40px;
max-width:550px;
}

.btn-primary{
display:inline-block;
padding:18px 38px;
background:white;
color:#2563eb;
text-decoration:none;
font-weight:700;
border-radius:50px;
transition:.4s;
}

.btn-primary:hover{
transform:translateY(-5px);
box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.hero-image img{
width:100%;
}

/* Story */

.story{
padding:110px 0;
}

.grid-2{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
}

.story h2{
font-size:45px;
margin-bottom:25px;
}

.story p{
color:#666;
margin-bottom:20px;
}

.story-card{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
}

.story-card div{
background:white;
padding:40px;
text-align:center;
border-radius:20px;
box-shadow:0 15px 35px rgba(0,0,0,.08);
transition:.4s;
}

.story-card div:hover{
transform:translateY(-8px);
}

.story-card h3{
font-size:42px;
color:#2563eb;
}

/* Mission */

.mission{
padding:100px 0;
background:white;
}

.mission .container{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.card{
padding:45px;
border-radius:20px;
background:#f7fbff;
transition:.4s;
}

.card:hover{
background:linear-gradient(135deg,#2563eb,#10b981);
color:white;
transform:translateY(-10px);
}

.card i{
font-size:45px;
margin-bottom:25px;
color:#10b981;
}

.card:hover i{
color:white;
}

/* Why */

.why{
padding:110px 0;
}

.why .container{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
}

.left h2{
font-size:46px;
margin-bottom:25px;
}

.left p{
color:#666;
}

.item{
display:flex;
gap:25px;
margin-bottom:35px;
padding:25px;
border-radius:18px;
background:white;
box-shadow:0 10px 25px rgba(0,0,0,.06);
transition:.3s;
}

.item:hover{
transform:translateX(8px);
}

.item i{
font-size:32px;
color:#10b981;
}

.item h4{
margin-bottom:8px;
}

/* CTA */

.about-cta{
padding:120px 0;
text-align:center;
background:linear-gradient(135deg,#2563eb,#10b981);
color:white;
}

.about-cta h2{
font-size:52px;
margin-bottom:20px;
}

.about-cta p{
max-width:700px;
margin:auto;
font-size:18px;
margin-bottom:45px;
}

.about-cta a{
display:inline-block;
padding:18px 45px;
background:white;
color:#2563eb;
font-weight:700;
text-decoration:none;
border-radius:50px;
transition:.4s;
}

.about-cta a:hover{
transform:translateY(-5px);
}

/* Responsive */

@media(max-width:992px){

.about-hero .container,
.grid-2,
.why .container,
.mission .container{
grid-template-columns:1fr;
}

.hero-content h1{
font-size:42px;
}

.story h2,
.left h2,
.about-cta h2{
font-size:36px;
}

.story-card{
grid-template-columns:1fr 1fr;
}

}

@media(max-width:768px){

.story-card{
grid-template-columns:1fr;
}

.hero-content{
text-align:center;
}

.hero-content p{
margin:auto;
margin-bottom:30px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de548f9 */*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#f8fbff;
}

.services{
padding:80px 8%;
}

.container{
max-width:1200px;
margin:auto;
}

.section-title{
text-align:center;
margin-bottom:50px;
}

.section-title span{
color:#10B981;
font-weight:600;
letter-spacing:2px;
}

.section-title h2{
font-size:42px;
margin:15px 0;
color:#0f172a;
}

.section-title p{
color:#64748b;
max-width:700px;
margin:auto;
}

.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
}

.service-card{
background:#fff;
padding:35px 25px;
border-radius:18px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.4s;
border-top:4px solid #2563EB;
}

.service-card:hover{
transform:translateY(-10px);
background:linear-gradient(135deg,#2563EB,#10B981);
color:#fff;
}

.service-card i{
font-size:45px;
color:#10B981;
margin-bottom:20px;
transition:.4s;
}

.service-card:hover i{
color:#fff;
}

.service-card h3{
margin-bottom:15px;
font-size:24px;
}

.service-card p{
font-size:15px;
line-height:1.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a950a9 *//* Testimonials */

.testimonials{
    padding:100px 8%;
    background:#f8fbff;
}

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}

.testimonial-card{
    background:#fff;
    padding:40px 30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
}

.testimonial-card:hover{
    transform:translateY(-10px);
    background:linear-gradient(135deg,#2563EB,#10B981);
    color:#fff;
}

.testimonial-card img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:20px;
    border:4px solid #10B981;
}

.testimonial-card h3{
    margin-bottom:5px;
}

.testimonial-card span{
    color:#64748b;
    font-size:14px;
}

.testimonial-card:hover span{
    color:#fff;
}

.stars{
    color:#FFD700;
    font-size:22px;
    margin:18px 0;
}

.testimonial-card p{
    line-height:1.8;
}/* End custom CSS */