.elementor-145 .elementor-element.elementor-element-8d9b418{--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-c7e1a1d *//* --- About Us Page Container --- */
.about-us-container {
    font-family: 'Poppins', sans-serif;
    color: #4A5568;
    line-height: 1.8;
}

/* --- About Us Hero Section --- */
.about-hero {
    background: linear-gradient(rgba(44, 62, 80, 0.85), rgba(44, 62, 80, 0.85)), url('https://placehold.co/1920x500/2c3e50/ffffff?text=Code');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 100px 20px;
}

.about-hero h1 {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-hero p {
    font-size: 1.2em;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
}

/* --- General Section Styling --- */
.about-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 20px;
    text-align: center;
}

.about-section h2 {
    font-size: 2.5em;
    font-weight: 700;
    color: #2D3748;
    margin-bottom: 20px;
}

.about-section h2 i {
    color: #4299E1;
    margin-right: 15px;
    font-size: 0.9em;
}

.mission-section p {
    font-size: 1.1em;
    max-width: 800px;
    margin: 0 auto;
}

/* --- Core Values/Why Choose Us Section --- */
.values-section {
    background-color: #f8f9fa;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
    text-align: left;
}

.value-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    border-top: 4px solid #4299E1;
}

.value-card i {
    font-size: 2.5em;
    color: #4299E1;
    margin-bottom: 15px;
}

.value-card h3 {
    font-size: 1.4em;
    color: #2D3748;
    margin-bottom: 10px;
}

/* --- Team Section --- */
.team-section p {
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.btn-contact {
    display: inline-block;
    background-color: #4299E1;
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-contact:hover {
    background-color: #2B6CB0;
    transform: translateY(-2px);
}

/* --- Responsive Design --- */
@media (max-width: 768px) {
    .about-hero h1 {
        font-size: 2.2em;
    }
    .about-section h2 {
        font-size: 2em;
    }
}/* End custom CSS */