.elementor-1844 .elementor-element.elementor-element-b4d9d07{--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;}.elementor-1844 .elementor-element.elementor-element-b4d9d07:not(.elementor-motion-effects-element-type-background), .elementor-1844 .elementor-element.elementor-element-b4d9d07 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-kadence7 );}.elementor-1844 .elementor-element.elementor-element-9fbac55{--display:flex;}.elementor-1844 .elementor-element.elementor-element-3825670{--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;}.elementor-1844 .elementor-element.elementor-element-3825670:not(.elementor-motion-effects-element-type-background), .elementor-1844 .elementor-element.elementor-element-3825670 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-kadence7 );}.elementor-1844 .elementor-element.elementor-element-476d204{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e32915a */.about-section {
    padding: 100px 20px;
    background: #ffffff;
    font-family: 'Inter', -apple-system, sans-serif;
    color: #374151;
}

.about-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Header & Badge */
.about-header {
    text-align: center;
    margin-bottom: 80px;
}

.badge {
    background: #eff6ff;
    color: #2563EB;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-header h1 {
    font-size: clamp(32px, 5vw, 48px);
    color: #111827;
    margin: 20px 0;
    font-weight: 800;
}

.about-header p {
    font-size: 20px;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Strategy Grid */
.strategy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.strategy-card {
    padding: 40px;
    background: #f9fafb;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.strategy-card:hover {
    background: #ffffff;
    border-color: #2563EB;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.1);
    transform: translateY(-5px);
}

.strategy-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.strategy-card h3 {
    font-size: 22px;
    color: #111827;
    margin-bottom: 15px;
}

/* Mission Block */
.philosophy-content {
    background: #111827;
    color: #ffffff;
    padding: 60px;
    border-radius: 24px;
    text-align: center;
}

.philosophy-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.philosophy-content p {
    font-size: 18px;
    line-height: 1.8;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
}

/* Responsive */
@media (max-width: 768px) {
    .about-section { padding: 60px 20px; }
    .strategy-grid { grid-template-columns: 1fr; }
    .philosophy-content { padding: 40px 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b18a2b *//* Services Layout */
.services-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
    text-align: left;
}

.services-text {
    flex: 1;
}

.services-text h2 {
    font-size: 32px;
    color: #111827;
    margin: 15px 0;
    font-weight: 800;
}

.services-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.services-list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.5;
}

.services-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2563EB;
    font-weight: bold;
}

/* Service Stats Box */
.services-image-placeholder {
    flex: 1;
    background: #f3f4f6;
    border-radius: 24px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.service-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 80%;
}

.stat-item {
    background: white;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.stat-item span {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #2563EB;
}

.stat-item p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #6b7280;
}

/* Mobile Responsiveness */
@media (max-width: 900px) {
    .services-row {
        flex-direction: column;
        text-align: center;
    }
    .services-list li {
        text-align: left;
    }
}/* End custom CSS */