.elementor-174 .elementor-element.elementor-element-ed3c420{--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-174 .elementor-element.elementor-element-ed3c420.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-174 .elementor-element.elementor-element-b9557bc{width:var( --container-widget-width, 92% );max-width:92%;--container-widget-width:92%;--container-widget-flex-grow:0;z-index:20000000000;}.elementor-174 .elementor-element.elementor-element-7ff0f8e{--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-174 .elementor-element.elementor-element-7ff0f8e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-174 .elementor-element.elementor-element-3126795{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-174 .elementor-element.elementor-element-03aba7d{--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-174 .elementor-element.elementor-element-73946d9{width:100%;max-width:100%;top:-3px;}body:not(.rtl) .elementor-174 .elementor-element.elementor-element-73946d9{left:2px;}body.rtl .elementor-174 .elementor-element.elementor-element-73946d9{right:2px;}@media(min-width:768px){.elementor-174 .elementor-element.elementor-element-ed3c420{--width:98.268%;}.elementor-174 .elementor-element.elementor-element-7ff0f8e{--width:91.496%;}}/* Start custom CSS for html, class: .elementor-element-b9557bc */body {
    padding-top: 130px;
}
@media (max-width: 1024px) {
    body { padding-top: 90px; }
}
@media (max-width: 480px) {
    body { padding-top: 75px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3126795 *//* --- About Us Hero Section Styles --- */
.about-hero-section {
    padding: 100px 5% 80px; /* Adjust padding to separate from header */
    background-color: #f7f9fc; /* Light background for a softer feel */
    text-align: center;
}

.about-hero-section .container {
    max-width: 900px; /* Narrower container for text focus */
    margin: 0 auto;
}

.about-hero-section h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
    line-height: 1.2;
}

.about-hero-section .about-hero-description {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    color: #555;
    line-height: 1.7;
    max-width: 750px;
    margin: 0 auto;
}

/* Responsive adjustments for About Us Hero */
@media (max-width: 1024px) {
    .about-hero-section h1 {
        font-size: 42px;
    }
    .about-hero-section .about-hero-description {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .about-hero-section {
        padding: 80px 5% 60px;
    }
    .about-hero-section h1 {
        font-size: 34px;
    }
    .about-hero-section .about-hero-description {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .about-hero-section {
        padding: 60px 5% 40px;
    }
    .about-hero-section h1 {
        font-size: 28px;
    }
    .about-hero-section .about-hero-description {
        font-size: 15px;
    }
}/* End custom CSS */