/* Start custom CSS for html, class: .elementor-element-f95f029 *//* ==========================================
        ABOUT HERO
========================================== */

.about-hero{

padding:120px 8%;

background:linear-gradient(135deg,#ffffff,#eef4ff,#f6f2ff);

overflow:hidden;

}

.about-hero .container{

display:grid;

grid-template-columns:1fr 1fr;

align-items:center;

gap:80px;

}

.hero-tag{

display:inline-block;

padding:12px 24px;

background:#EEF2FF;

border-radius:40px;

color:#6C63FF;

font-weight:700;

margin-bottom:25px;

}

.about-content h1{

font-size:62px;

line-height:1.1;

margin-bottom:30px;

color:#111827;

}

.about-content p{

font-size:19px;

line-height:34px;

color:#64748B;

margin-bottom:40px;

}

.hero-buttons{

display:flex;

gap:20px;

}

.primary-btn{

padding:18px 40px;

background:linear-gradient(135deg,#6C63FF,#5B8CFF);

color:#fff;

text-decoration:none;

border-radius:50px;

font-weight:700;

}

.secondary-btn{

padding:18px 40px;

border:2px solid #6C63FF;

border-radius:50px;

text-decoration:none;

color:#6C63FF;

font-weight:700;

}

.about-image img{

width:100%;

border-radius:30px;

box-shadow:0 30px 80px rgba(0,0,0,.12);

}

@media(max-width:991px){

.about-hero .container{

grid-template-columns:1fr;

}

.about-content{

text-align:center;

}

.hero-buttons{

justify-content:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06254bc *//* ==========================================
        MISSION & VISION SECTION
========================================== */

.mission-vision{

    padding:120px 8%;
    background:linear-gradient(180deg,#F8FAFF,#FFFFFF);

}

.mission-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;
    margin-top:70px;

}

.mission-card{

    background:#fff;
    padding:45px;
    border-radius:30px;

    border:1px solid rgba(108,99,255,.08);

    box-shadow:0 20px 50px rgba(15,23,42,.06);

    transition:.35s;

}

.mission-card:hover{

    transform:translateY(-10px);

    box-shadow:0 35px 70px rgba(108,99,255,.16);

}

.vision-card{

    background:linear-gradient(135deg,#6C63FF,#5B8CFF);

    color:#fff;

}

.mission-icon{

    width:90px;
    height:90px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:24px;

    background:#EEF2FF;

    font-size:40px;

    margin-bottom:30px;

}

.vision-card .mission-icon{

    background:rgba(255,255,255,.18);

}

.mission-card h3{

    font-size:34px;
    margin-bottom:20px;

}

.mission-card p{

    line-height:30px;
    color:#64748B;
    margin-bottom:30px;

}

.vision-card p{

    color:rgba(255,255,255,.92);

}

.mission-card ul{

    list-style:none;
    padding:0;
    margin:0;

}

.mission-card li{

    padding:12px 0;
    border-bottom:1px solid rgba(108,99,255,.08);

    color:#374151;

}

.vision-card li{

    border-bottom:1px solid rgba(255,255,255,.18);
    color:#fff;

}

@media(max-width:991px){

.mission-grid{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.mission-vision{

padding:80px 6%;

}

.mission-card{

padding:35px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6db1498 *//* ==========================================
            CORE VALUES SECTION
========================================== */

.core-values{

    padding:120px 8%;
    background:linear-gradient(180deg,#FFFFFF,#F7F9FF);

}

.section-header{

    max-width:760px;
    margin:0 auto 70px;
    text-align:center;

}

.section-badge{

    display:inline-block;
    padding:10px 22px;
    background:#EEF2FF;
    color:#6C63FF;
    border-radius:30px;
    font-weight:700;
    margin-bottom:20px;

}

.section-header h2{

    font-size:48px;
    color:#111827;
    margin-bottom:20px;

}

.section-header p{

    font-size:18px;
    color:#64748B;
    line-height:32px;

}

.values-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;

}

.value-card{

    background:#fff;
    padding:40px;
    border-radius:28px;
    text-align:center;

    border:1px solid rgba(108,99,255,.08);

    box-shadow:0 20px 45px rgba(15,23,42,.06);

    transition:.35s;

}

.value-card:hover{

    transform:translateY(-10px);

    box-shadow:0 35px 70px rgba(108,99,255,.16);

}

.value-icon{

    width:85px;
    height:85px;

    margin:0 auto 25px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:22px;

    background:linear-gradient(135deg,#6C63FF,#5B8CFF);

    color:#fff;

    font-size:40px;

}

.value-card h3{

    font-size:26px;
    margin-bottom:18px;
    color:#111827;

}

.value-card p{

    color:#64748B;
    line-height:30px;
    font-size:16px;

}

@media(max-width:1100px){

.values-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.core-values{

padding:80px 6%;

}

.values-grid{

grid-template-columns:1fr;

}

.section-header h2{

font-size:36px;

}

.value-card{

padding:30px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eccd015 *//*=====================================
        FOUNDER
======================================*/

.founder-section{

padding:120px 8%;

background:#fff;

}

.founder-section .container{

display:grid;

grid-template-columns:420px 1fr;

gap:80px;

align-items:center;

}

.founder-image{

position:relative;

}

.founder-image img{

width:100%;

border-radius:30px;

box-shadow:0 30px 70px rgba(0,0,0,.12);

}

.experience-card{

position:absolute;

bottom:20px;

right:-20px;

background:linear-gradient(135deg,#6C63FF,#5B8CFF);

padding:25px;

border-radius:20px;

color:#fff;

text-align:center;

}

.experience-card h3{

font-size:40px;

}

.section-tag{

display:inline-block;

padding:10px 22px;

background:#EEF2FF;

color:#6C63FF;

border-radius:30px;

font-weight:700;

margin-bottom:20px;

}

.founder-content h2{

font-size:52px;

margin-bottom:10px;

}

.founder-content h4{

color:#6C63FF;

margin-bottom:25px;

font-size:22px;

}

.founder-content p{

line-height:32px;

color:#64748B;

font-size:18px;

margin-bottom:20px;

}

.founder-highlights{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:20px;

margin:35px 0;

}

.highlight-box{

background:#F8FAFF;

padding:18px;

border-radius:16px;

font-weight:600;

}

.founder-social{

display:flex;

gap:15px;

}

.founder-social a{

padding:14px 28px;

background:linear-gradient(135deg,#6C63FF,#5B8CFF);

color:#fff;

text-decoration:none;

border-radius:40px;

}

@media(max-width:991px){

.founder-section .container{

grid-template-columns:1fr;

}

.founder-highlights{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-38d61f1 *//* ==========================================
        OUR JOURNEY TIMELINE
========================================== */

.timeline-section{

    padding:120px 8%;
    background:linear-gradient(180deg,#ffffff,#F7F9FF);

}

.timeline{

    position:relative;
    margin-top:80px;

}

.timeline::before{

    content:"";
    position:absolute;
    left:50%;
    top:0;
    width:4px;
    height:100%;
    background:linear-gradient(#6C63FF,#5B8CFF);
    transform:translateX(-50%);
    border-radius:10px;

}

.timeline-item{

    width:50%;
    position:relative;
    margin-bottom:60px;

}

.timeline-item.left{

    padding-right:60px;

}

.timeline-item.right{

    margin-left:50%;
    padding-left:60px;

}

.timeline-content{

    background:#fff;
    padding:35px;
    border-radius:24px;
    box-shadow:0 20px 45px rgba(15,23,42,.08);
    border:1px solid rgba(108,99,255,.08);
    transition:.3s;

}

.timeline-content:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 60px rgba(108,99,255,.18);

}

.timeline-content::before{

    content:"";
    position:absolute;
    top:35px;
    width:18px;
    height:18px;
    background:#6C63FF;
    border:5px solid #fff;
    border-radius:50%;
    box-shadow:0 0 0 5px rgba(108,99,255,.15);

}

.timeline-item.left .timeline-content::before{

    right:-69px;

}

.timeline-item.right .timeline-content::before{

    left:-69px;

}

.year{

    display:inline-block;
    padding:8px 18px;
    background:#EEF2FF;
    color:#6C63FF;
    border-radius:25px;
    font-weight:700;
    margin-bottom:18px;

}

.timeline-content h3{

    font-size:28px;
    color:#111827;
    margin-bottom:15px;

}

.timeline-content p{

    color:#64748B;
    line-height:30px;
    font-size:16px;

}

@media(max-width:991px){

.timeline::before{

left:20px;

}

.timeline-item{

width:100%;
padding-left:60px !important;
padding-right:0 !important;
margin-left:0 !important;

}

.timeline-item .timeline-content::before{

left:-49px !important;

}

}

@media(max-width:768px){

.timeline-section{

padding:80px 6%;

}

.timeline-content{

padding:28px;

}

.timeline-content h3{

font-size:24px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15bcbd6 *//*==========================================
        COMPANY STATS
===========================================*/

.company-stats{

    padding:120px 8%;

    background:linear-gradient(135deg,#f8fbff,#eef4ff,#ffffff);

}

.company-stats .container{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.section-tag{

    display:inline-block;

    padding:10px 22px;

    background:#EEF2FF;

    color:#6C63FF;

    border-radius:40px;

    font-weight:700;

    margin-bottom:25px;

}

.stats-left h2{

    font-size:50px;

    line-height:1.2;

    margin-bottom:25px;

    color:#111827;

}

.stats-left p{

    font-size:18px;

    line-height:32px;

    color:#64748B;

    margin-bottom:40px;

}

.stats-btn{

    display:inline-block;

    padding:18px 40px;

    background:linear-gradient(135deg,#6C63FF,#5B8CFF);

    color:#fff;

    text-decoration:none;

    border-radius:50px;

    font-weight:700;

    transition:.35s;

}

.stats-btn:hover{

    transform:translateY(-5px);

    box-shadow:0 18px 35px rgba(108,99,255,.25);

}

.stats-right{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

}

.stat-card{

    background:#fff;

    padding:40px;

    text-align:center;

    border-radius:25px;

    box-shadow:0 20px 50px rgba(15,23,42,.06);

    border:1px solid rgba(108,99,255,.08);

    transition:.35s;

}

.stat-card:hover{

    transform:translateY(-10px);

    box-shadow:0 35px 70px rgba(108,99,255,.18);

}

.stat-card h3{

    font-size:52px;

    color:#6C63FF;

    margin-bottom:15px;

}

.stat-card p{

    color:#64748B;

    line-height:28px;

}

@media(max-width:991px){

.company-stats .container{

grid-template-columns:1fr;

}

.stats-right{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.company-stats{

padding:80px 6%;

}

.stats-right{

grid-template-columns:1fr;

}

.stats-left h2{

font-size:36px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9962c52 *//*==========================================
      PLATFORMS & TECHNOLOGIES
==========================================*/

.partners-section{

    padding:120px 8%;
    background:linear-gradient(180deg,#ffffff,#f5f9ff);

}

.partners-grid{

    margin-top:70px;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.partner-box{

    background:#fff;

    padding:40px 25px;

    border-radius:24px;

    text-align:center;

    border:1px solid rgba(108,99,255,.08);

    box-shadow:0 20px 50px rgba(0,0,0,.06);

    transition:.35s;

}

.partner-box:hover{

    transform:translateY(-10px);

    box-shadow:0 35px 70px rgba(108,99,255,.18);

}

.partner-box img{

    width:70px;

    height:70px;

    margin-bottom:25px;

}

.partner-box h3{

    font-size:24px;

    margin-bottom:10px;

    color:#111827;

}

.partner-box p{

    color:#64748B;

    line-height:28px;

}

@media(max-width:1100px){

.partners-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.partners-section{

padding:80px 6%;

}

.partners-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-66d1e56 *//*==========================================
        WORKSPACE & CULTURE
===========================================*/

.workspace-section{

    padding:120px 8%;

    background:linear-gradient(180deg,#ffffff,#f7f9ff);

}

.workspace-grid{

    margin-top:70px;

    display:grid;

    grid-template-columns:2fr 1fr 1fr;

    grid-template-rows:250px 250px;

    gap:20px;

}

.workspace-large{

    grid-row:1/3;

}

.workspace-grid img{

    width:100%;

    height:100%;

    object-fit:cover;

    border-radius:24px;

    transition:.4s;

}

.workspace-grid img:hover{

    transform:scale(1.03);

}

.culture-features{

    margin-top:80px;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.culture-card{

    background:#fff;

    padding:35px;

    border-radius:24px;

    text-align:center;

    border:1px solid rgba(108,99,255,.08);

    box-shadow:0 20px 45px rgba(0,0,0,.06);

    transition:.35s;

}

.culture-card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 60px rgba(108,99,255,.18);

}

.culture-card .icon{

    width:75px;

    height:75px;

    margin:0 auto 20px;

    border-radius:20px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:linear-gradient(135deg,#6C63FF,#5B8CFF);

    color:#fff;

    font-size:34px;

}

.culture-card h3{

    font-size:24px;

    margin-bottom:15px;

    color:#111827;

}

.culture-card p{

    color:#64748B;

    line-height:28px;

}

@media(max-width:1100px){

.workspace-grid{

grid-template-columns:1fr 1fr;

grid-template-rows:auto;

}

.workspace-large{

grid-row:auto;

grid-column:1/3;

}

.culture-features{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.workspace-section{

padding:80px 6%;

}

.workspace-grid{

grid-template-columns:1fr;

}

.workspace-large{

grid-column:auto;

}

.culture-features{

grid-template-columns:1fr;

}

}/* End custom CSS */