.elementor-2937 .elementor-element.elementor-element-0debe92{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d6ba01a *//* ============================================
   ABOUT PAGE
   ============================================ */

/* About photo card */
.cs-about-wrap {
    display: flex;
    align-items: stretch;
    gap: 60px;
    max-width: 900px;
    margin: 0 auto 80px;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .cs-about-wrap {
        flex-direction: column;
        align-items: center;
        gap: 36px;
    }
}

.cs-about-photo {
    flex-shrink: 0;
    width: 260px;
    background: linear-gradient(160deg, #f0eeff 60%, #e0dbff 100%);
    border-radius: 24px;
    border: 1px solid rgba(79, 70, 229, 0.12);
    box-shadow: 0 4px 24px rgba(79, 70, 229, 0.10);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    min-height: 320px;
    position: relative;
}



.cs-about-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: bottom center;
    display: block;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
}

@media (max-width: 768px) {
    .cs-about-photo {
        width: 100%;
        max-width: 320px;
        min-height: 360px;
    }
}

.cs-about-intro {
    flex: 1;
}

.cs-about-hello {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #4f46e5;
    display: block;
    margin-bottom: 8px;
}

.cs-about-name {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 16px;
    line-height: 1.2;
}

.cs-about-divider {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #4f46e5, #7c3aed);
    border-radius: 2px;
    margin-bottom: 24px;
}

.cs-about-bio {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
    margin: 0 0 16px;
}

/* Mission Cards */
.cs-about-mission {
    background: #f8f7ff;
    border-radius: 24px;
    padding: 56px 40px;
    margin: 0 auto 80px;
    max-width: 900px;
}

@media (max-width: 768px) {
    .cs-about-mission { padding: 40px 24px; }
}

.cs-about-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 36px;
}

@media (max-width: 768px) {
    .cs-about-cards { grid-template-columns: 1fr; }
}

.cs-about-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid rgba(79, 70, 229, 0.10);
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cs-about-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(79, 70, 229, 0.12);
}

.cs-about-card-icon {
    font-size: 28px;
    margin-bottom: 14px;
    display: block;
}

.cs-about-card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px;
}

.cs-about-card-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #64748b;
    margin: 0;
}

/* Closing Quote */
.cs-about-closing {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 80px;
    padding: 0 20px;
}

.cs-about-closing-text {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    color: #0f172a;
    font-style: italic;
    margin: 0 0 16px;
}

.cs-about-closing-name {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #4f46e5;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
}

.cs-about-cta {
    display: inline-block;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff !important;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 14px 36px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: opacity 0.2s ease, transform 0.2s ease;
    box-shadow: 0 4px 20px rgba(79, 70, 229, 0.3);
}

.cs-about-cta:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}/* End custom CSS */