* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lato', -apple-system, Roboto, Helvetica, sans-serif;
    line-height: 1.5;
    color: #000;
}

/* About Us Page Specific Styles */
.about-hero-section {
    width: 100%;
    height: 549px;
    border-bottom: 1px solid rgba(56, 133, 212, 0.25);
    position: relative;
    overflow: hidden;
    background-color: #d6eaff;
}

@media (max-width: 640px) {
    .about-hero-section {
        width: 100%;
        height: 400px;
        border-bottom: 1px solid rgba(56, 133, 212, 0.25);
        position: relative;
        overflow: hidden;
        background-color: #d6eaff;
    }
}

.about-hero-bg-image {
    width: 100%;
    height: 549px;
    flex-shrink: 0;
    object-fit: cover;
    position: absolute;
    left: -45px;
    top: 0;
}

.about-hero-overlay-image {
    width: 951px;
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.about-hero-content {
    display: flex;
    width: 566px;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    position: absolute;
    left: 50%;
    top: 137px;
    height: 115px;
    transform: translateX(-50%);
}

.about-hero-subtitle {
    color: #052340;
    text-align: center;
    font: 700 20px/150% Lato;
}

.about-hero-title {
    color: #052340;
    text-align: center;
    font: 700 55px/130% Lato;
    white-space: nowrap;
}

/* About Section */
.about-about-section {
    display: flex;
    padding: 76px 153px 77px 153px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 85px;
    width: 100%;
    min-height: 342px;
    background-color: #eaf3f9;
}

.about-about-title {
    width: 303px;
    color: #000;
    flex-shrink: 0;
    font: 400 40px/150% Lato, -apple-system, Roboto, Helvetica, sans-serif;
}

.about-about-content {
    width: auto;
    color: #000;
    flex: 1 1 auto;
    min-width: 0;
    font: 400 18px/150% Inter, -apple-system, Roboto, Helvetica, sans-serif;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.about-about-content p {
    margin-bottom: 1em;
}

.about-about-content p:last-child {
    margin-bottom: 0;
}

.about-about-content strong {
    font-weight: 700;
}

/* Features Section */
.about-features-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: 1512px;
    height: 500px;
    position: relative;
    padding: 32px 24px;
    margin: 0 auto;
    box-sizing: border-box;
}

.about-features-title {
    width: 785px;
    color: #000;
    text-align: center;
    left: 363px;
    top: 32px;
    height: 60px;
    font: 500 40px/150% Lato, -apple-system, Roboto, Helvetica, sans-serif;
}

.about-features-subtitle {
    color: #000;
    left: 473px;
    top: 92px;
    width: 100%;
    height: 27px;
    text-align: center;
    font: 400 18px/150% Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

.about-features-grid {
    display: flex;
    gap: 32px;
    width: 1262px;
    justify-content: center;
    align-items: center;
}

.about-feature-card {
    display: flex;
    width: 177px;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    position: relative;
}

.about-feature-icon {
    display: flex;
    width: 100px;
    height: 100px;
    padding: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 38px;
    background-color: #0b66c3;
}

.about-feature-description {
    align-self: stretch;
    color: #000;
    text-align: center;
    font: 400 14px/150% Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

.about-features-bottom-text {
    color: #000;
    left: 486px;
    top: 378px;
    height: 27px;
    text-align: center;
    font: 400 18px/150% Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

/* Philosophy Section */
.about-philosophy-container {
    max-width: 1328px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    border-radius: 29px;
    overflow: hidden;
    background-color: #0a2e4c;
}

@media (max-width: 991px) {
    .about-philosophy-container {
        max-width: 96%;
        border-radius: 20px;
        margin: 12px;
    }
}

@media (max-width: 640px) {
    .about-philosophy-container {
        max-width: 96%;
        border-radius: 15px;
        margin: 12px;
    }
}

.about-hero-image {
    height: 744px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 166/93;
}

@media (max-width: 991px) {
    .about-hero-image {
        height: 400px;
    }
}

@media (max-width: 640px) {
    .about-hero-image {
        height: 250px;
    }
}

.about-content-wrapper {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: center;
    gap: 46px;
    width: 100%;
    box-sizing: border-box;
}

.about-philosophy-header {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}

@media (max-width: 991px) {
    .about-philosophy-header {
        flex-direction: column;
        gap: 0px;
        text-align: center;
        height: auto;
    }
}

.about-title-section {
    display: flex;
    width: 159px;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .about-title-section {
        width: 100%;
        align-items: center;
    }
}

.about-main-title {
    width: 100%;
    color: #fff;
    -webkit-text-stroke-width: 1.78px;
    -webkit-text-stroke-color: #fff;
    font: 500 90px/150% Inter, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0;
}

@media (max-width: 991px) {
    .about-main-title {
        font-size: 60px;
    }
}

@media (max-width: 640px) {
    .about-main-title {
        font-size: 40px;
    }
}

.about-subtitle {
    width: 100%;
    color: #fff;
    font: 700 32px/130% Lato, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0;
}

@media (max-width: 991px) {
    .about-subtitle {
        font-size: 28px;
    }
}

@media (max-width: 640px) {
    .about-subtitle {
        font-size: 24px;
    }
}

.about-philosophy-description {
    flex: 1;
    color: #fff;
    font: 400 18px/150% Inter, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0;
}

@media (max-width: 991px) {
    .about-philosophy-description {
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .about-philosophy-description {
        font-size: 14px;
    }
}

.about-cards-container {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    flex-direction: row;
}

@media (max-width: 991px) {
    .about-cards-container {
        flex-direction: column;
    }
}

.about-vision-card {
    height: 195px;
    border-radius: 26px;
    position: relative;
    padding: 0;
    background-color: #08243c;
    width: 50%;
}

@media (max-width: 991px) {
    .about-vision-card {
        width: 100%;
        height: 180px;
    }
}

@media (max-width: 640px) {
    .about-vision-card {
        height: 160px;
    }
}

.about-card-bg-icon {
    position: absolute;
    right: 35px;
    top: 7px;
}

.about-vision-bg-icon {
    width: 140px;
    height: 80px;
    fill: rgba(11, 45, 74, 0.5);
}

.about-mission-bg-icon {
    width: 104px;
    height: 104px;
    fill: rgba(11, 45, 74, 0.5);
    top: 12px;
}

.about-card-header {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    left: 35px;
    top: 22px;
    height: 48px;
}

@media (max-width: 991px) {
    .about-card-header {
        left: 20px;
        top: 15px;
    }
}

@media (max-width: 640px) {
    .about-card-header {
        left: 15px;
        top: 15px;
    }
}

.about-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-vision-icon {
    width: 34.132px;
    height: 28.443px;
    fill: #fff;
}

.about-mission-icon {
    width: 32.746px;
    height: 32.743px;
    fill: #fff;
}

.about-card-title {
    color: #fff;
    font: 700 32px/150% Lato, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0;
}

@media (max-width: 991px) {
    .about-card-title {
        font-size: 24px;
    }
}

@media (max-width: 640px) {
    .about-card-title {
        font-size: 20px;
    }
}

.about-card-description {
    width: 516px;
    color: #fff;
    position: absolute;
    left: 35px;
    top: 86px;
    height: 54px;
    font: 400 18px/150% Inter, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0;
}

.about-vision-card .about-card-description {
    width: 90%;
}

@media (max-width: 991px) {
    .about-card-description {
        left: 20px;
        top: 70px;
        width: calc(100% - 120px);
        font-size: 14px;
        height: auto;
    }
}

@media (max-width: 640px) {
    .about-card-description {
        left: 15px;
        top: 65px;
        width: calc(100% - 30px);
        font-size: 13px;
        height: auto;
    }
}

/* Promise Section */
.about-promise-section {
    display: flex;
    width: 100%;
    padding: 26px 307px 66px 307px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 11px;
    max-width: 1512px;
    margin: 0 auto;
}

.about-promise-title {
    color: #474747;
    text-align: center;
    margin-bottom: 11px;
    margin-top: 40px;
    font: 700 20px/150% Lato, -apple-system, Roboto, Helvetica, sans-serif;
}

.about-promise-text {
    width: 100%;
    color: #000;
    text-align: center;
    justify-content: center;
    max-width: 898px;
    margin-bottom: 40px;
    font: 500 40px/150% Lato, -apple-system, Roboto, Helvetica, sans-serif;
}

.about-promise-divider {
    justify-content: center;
    align-items: center;
    display: flex;
}

/* Responsive Design */
@media (max-width: 991px) {
    .about-hero-content {
        width: 90%;
        top: 120px;
    }

    .about-hero-title {
        font-size: 48px;
    }

    .about-hero-subtitle {
        font-size: 16px;
    }

    .about-about-section {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        flex-direction: column;
        gap: 24px;
        align-items: center;
        text-align: center;
        padding: 26px;
    }

    .about-about-title {
        width: 100%;
        font-size: 36px;
    }

    .about-about-content {
        width: 100%;
        max-width: 800px;
        font-size: 16px;
        line-height: 1.7;
        text-align: left;
    }

    .about-features-section {
        padding: 24px 40px;
        height: auto;
        min-height: 455px;
    }

    .about-features-title {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        font-size: 32px;
        margin-bottom: 16px;
    }

    .about-features-subtitle {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        font-size: 16px;
        margin-bottom: 32px;
    }

    .about-features-grid {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        flex-wrap: wrap;
        gap: 32px;
        margin-bottom: 32px;
        justify-content: center;
    }

    .about-feature-card {
        width: 200px;
    }

    .about-features-bottom-text {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        font-size: 16px;
    }

    .about-promise-section {
        padding: 20px 60px 50px 60px;
    }

    .about-promise-title {
        font-size: 18px;
    }

    .about-promise-text {
        font-size: 32px;
        line-height: 140%;
    }
}

@media (max-width: 640px) {
    .about-hero-title {
        width: 100%;
        font-size: 28px;
    }

    .about-hero-subtitle {
        font-size: 14px;
    }

    .about-about-section {
        padding: 40px 20px;
        gap: 30px;
        padding: 26px;
    }

    .about-about-title {
        font-size: 28px;
        line-height: 1.4;
    }

    .about-about-content {
        font-size: 14px;
        text-align: left;
    }

    .about-features-section {
        padding: 20px 16px;
    }

    .about-features-title {
        font-size: 28px;
        line-height: 140%;
    }

    .about-features-subtitle {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .about-features-grid {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        margin-bottom: 24px;
    }

    .about-feature-card {
        width: 100%;
        max-width: 280px;
    }

    .about-feature-icon {
        width: 80px;
        height: 80px;
        padding: 20px;
        border-radius: 28px;
    }

    .about-feature-description {
        font-size: 13px;
    }

    .about-features-bottom-text {
        font-size: 14px;
    }

    .about-promise-section {
        padding: 16px 20px 40px 20px;
    }

    .about-promise-title {
        font-size: 16px;
    }

    .about-promise-text {
        font-size: 24px;
        line-height: 130%;
    }
}
