.elementor-4400 .elementor-element.elementor-element-12e15dd{--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;}/* Start custom CSS for html, class: .elementor-element-99aca38 */.about-us-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
}

.about-hero {
    background-color: #D36B73; /* Your pink brand color */
    color: white;
    text-align: center;
    padding: 80px 20px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.about-hero h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    color: white !important;
}

.about-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.about-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-section {
    text-align: center;
    margin-bottom: 50px;
}

.about-section h2 {
    font-size: 2rem;
    color: #D36B73;
    margin-bottom: 20px;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.about-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border-top: 4px solid #D36B73;
}

.about-icon {
    font-size: 40px;
    display: block;
    margin-bottom: 15px;
}

.about-box h3 {
    color: #1a1a1a;
    margin-bottom: 15px;
}

.about-footer-note {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    font-style: italic;
    border-left: 5px solid #D36B73;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .about-hero h1 { font-size: 2.2rem; }
}/* End custom CSS */