/* Start custom CSS for html, class: .elementor-element-512953d */.about-hero{
    padding:120px 8%;
    background:#f8fbff;
}

.about-hero .container{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

.about-content h1{
    font-size:65px;
    line-height:1.2;
    color:#081120;
    margin:25px 0;
}

.about-content p{
    font-size:20px;
    line-height:1.8;
    color:#666;
    margin-bottom:35px;
}

.about-image img{
    width:100%;
    border-radius:30px;

    box-shadow:
    0 30px 80px rgba(15,98,254,.15);
}

.hero-buttons{
    display:flex;
    gap:20px;
}

.btn-primary{
    background:#FF3D57;
    color:white;
    padding:18px 35px;
    border-radius:12px;
    text-decoration:none;
}

.btn-secondary{
    border:2px solid #0F62FE;
    color:#0F62FE;
    padding:18px 35px;
    border-radius:12px;
    text-decoration:none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-40f190d */.our-story{
    padding:120px 8%;
    background:white;
}

.our-story .container{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.story-image img{
    width:100%;
    border-radius:30px;
}

.story-content h2{
    font-size:52px;
    margin:20px 0;
    color:#081120;
}

.story-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:20px;
}

.story-stats{
    display:flex;
    gap:40px;
    margin-top:40px;
}

.story-stats h3{
    color:#0F62FE;
    font-size:42px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72a7648 */.mission-vision{
    padding:120px 8%;
    background:
    linear-gradient(
    180deg,
    #ffffff,
    #f8fbff
    );
    position:relative;
    overflow:hidden;
}

.mission-vision::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:#0F62FE10;
    border-radius:50%;
    top:-200px;
    left:-150px;
}

.mission-vision::after{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:#00C85310;
    border-radius:50%;
    bottom:-250px;
    right:-150px;
}

.section-header{
    text-align:center;
    max-width:850px;
    margin:auto;
    margin-bottom:80px;
}

.section-tag{
    display:inline-block;
    padding:12px 25px;

    background:#0F62FE15;
    color:#0F62FE;

    border-radius:50px;

    font-size:14px;
    font-weight:700;

    margin-bottom:20px;
}

.section-header h2{
    font-size:60px;
    color:#081120;
    margin-bottom:25px;
    font-weight:800;
    line-height:1.2;
}

.section-header p{
    font-size:20px;
    line-height:1.8;
    color:#666;
}

.mission-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;
    position:relative;
    z-index:2;
}

.mission-card,
.vision-card{

    background:rgba(255,255,255,.8);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.5);

    padding:60px;

    border-radius:35px;

    box-shadow:
    0 25px 60px rgba(0,0,0,.08);

    transition:.4s;
}

.mission-card:hover,
.vision-card:hover{

    transform:translateY(-15px);

    box-shadow:
    0 35px 80px rgba(15,98,254,.15);
}

.card-icon{

    width:90px;
    height:90px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:40px;

    border-radius:25px;

    margin-bottom:30px;

    background:
    linear-gradient(
    135deg,
    #0F62FE,
    #00C853
    );

    color:white;
}

.mission-card h3,
.vision-card h3{

    font-size:38px;
    color:#081120;
    margin-bottom:20px;
}

.mission-card p,
.vision-card p{

    color:#666;
    line-height:1.9;
    font-size:17px;

    margin-bottom:30px;
}

.mission-card ul,
.vision-card ul{

    list-style:none;
    padding:0;
}

.mission-card ul li,
.vision-card ul li{

    margin-bottom:15px;

    color:#081120;

    font-weight:600;

    position:relative;

    padding-left:35px;
}

.mission-card ul li::before{

    content:'✓';

    position:absolute;

    left:0;

    color:#00C853;

    font-weight:bold;
}

.vision-card ul li::before{

    content:'✓';

    position:absolute;

    left:0;

    color:#0F62FE;

    font-weight:bold;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84cd7cb */.team-section{
    padding:120px 8%;
    background:
    linear-gradient(
    180deg,
    #ffffff,
    #f8fbff
    );
}

.section-header{
    text-align:center;
    max-width:850px;
    margin:auto;
    margin-bottom:80px;
}

.section-tag{
    display:inline-block;

    background:#0F62FE15;

    color:#0F62FE;

    padding:12px 25px;

    border-radius:50px;

    font-weight:700;

    margin-bottom:20px;
}

.section-header h2{
    font-size:60px;
    color:#081120;
    margin-bottom:20px;
    line-height:1.2;
}

.section-header p{
    color:#666;
    font-size:20px;
    line-height:1.8;
}

.team-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:35px;
}

.team-card{

    background:white;

    border-radius:30px;

    overflow:hidden;

    position:relative;

    box-shadow:
    0 20px 60px rgba(0,0,0,.08);

    transition:.4s;
}

.team-card:hover{

    transform:translateY(-15px);

    box-shadow:
    0 35px 80px rgba(15,98,254,.15);
}

.team-card img{

    width:100%;
    height:350px;

    object-fit:cover;
}

.team-content{
    padding:30px;
}

.team-content h3{

    font-size:28px;

    color:#081120;

    margin-bottom:10px;
}

.team-content span{

    display:block;

    color:#0F62FE;

    font-weight:600;

    margin-bottom:20px;
}

.team-content p{

    color:#666;

    line-height:1.8;

    margin-bottom:25px;
}

.social-icons{
    display:flex;
    gap:12px;
}

.social-icons a{

    width:45px;
    height:45px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#f4f6fa;

    color:#081120;

    text-decoration:none;

    font-weight:700;

    transition:.3s;
}

.social-icons a:hover{

    background:#0F62FE;
    color:white;
}

.featured{

    border:3px solid #00C853;
}

.featured-badge{

    position:absolute;

    top:20px;
    right:20px;

    background:
    linear-gradient(
    135deg,
    #FF3D57,
    #00C853
    );

    color:white;

    padding:10px 20px;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    z-index:10;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c15c4a4 */.about-cta{
    padding:100px 8%;

    background:
    linear-gradient(
    135deg,
    #081120,
    #0F62FE
    );

    text-align:center;
    color:white;
}

.about-cta h2{
    font-size:60px;
    margin-bottom:20px;
}

.about-cta p{
    font-size:22px;
    margin-bottom:30px;
}

.about-cta a{
    display:inline-block;

    background:#00C853;
    color:white;

    padding:18px 40px;
    border-radius:12px;

    text-decoration:none;
    font-weight:700;
}/* End custom CSS */