.about-hero {
    padding-top: 60px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.about-decor {
    position: absolute;
    z-index: 0;
    top: -24px;
}

.about-hero-images {
    position: relative;
    height: 500px;
}

.about-img-wrap-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    z-index: 2;
}

.about-img-wrap-2 {
    position: absolute;
    top: 0;
    left: 280px;
    width: 240px;
    z-index: 1;
}

.about-stats-box {
    margin-top: 30px;
    background-color: #074faa;
    padding: 24px;
    border-radius: 0 50px 0 50px;
    color: white;
    text-align: center;
}

.stats-box-number {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1;
}

.stats-box-text {
    font-size: 16px;
    margin: 0;
}

.about-hero-content {
    position: relative;
    top: -44px;
    padding-left: 40px;
}

.about-tagline {
    font-size: 20px;
    color: #ff9500;
    margin-bottom: 12px;
    font-weight: 500;
}

.about-title {
    font-size: 40px;
    font-weight: 700;
    color: #013475;
    margin-bottom: 20px;
}

.about-divider {
    width: 140px;
    height: 2px;
    background-color: #ff9500;
    margin-bottom: 28px;
}

.about-description {
    max-width: 750px;
    font-size: 18px;
    line-height: 28px;
    color: #1F1F1F;
    margin-bottom: 22px;
    font-weight: 400;
}

.about-description-highlight {
    color: #FF9500;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 28px;
    background: linear-gradient(-90deg, #ff9500 0%, #ffac39 100%);
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-btn img,
.hero-btn img {
    width: 20px;
    height: 20px;
}

@media (max-width: 1200px) {
    .about-hero { padding: 40px; }
    .about-decor { display: none; }
    .about-hero-images { height: 380px; }
    .about-img-wrap-1 { width: 180px; height: 100%; }
    .about-img-wrap-1 img { height: 100%; object-fit: cover; border-radius: 16px; }
    .about-img-wrap-2 { left: 200px; width: 180px; height: 100%; display: flex; flex-direction: column; }
    .about-img-wrap-2 img { height: 280px; object-fit: cover; border-radius: 16px; }
    .about-stats-box { margin-top: 10px; flex: 1; display: flex; flex-direction: column; justify-content: center; }
    .about-hero-content { padding-left: 20px; top: 0; }
    .about-title { font-size: 32px; }
    .about-description, .about-description-highlight { font-size: 16px; line-height: 1.6; }
}

@media (max-width: 991px) {
    .about-hero { padding: 40px; }
    .about-hero .row { display: flex; flex-direction: row; align-items: center; }
    .about-hero .col-lg-5 { width: 45%; }
    .about-hero .col-lg-7 { width: 55%; }
    .about-hero-images { height: 320px; }
    .about-img-wrap-1 { width: 150px; height: 100%; position: absolute; left: 0; top: 0; }
    .about-img-wrap-1 img { height: 100%; object-fit: cover; border-radius: 12px; }
    .about-img-wrap-2 { position: absolute; left: 160px; top: 0; width: 150px; height: 100%; display: flex; flex-direction: column; }
    .about-img-wrap-2 img { height: 220px; object-fit: cover; border-radius: 12px; }
    .about-stats-box { margin-top: 8px; flex: 1; padding: 10px; display: flex; flex-direction: column; justify-content: center; }
    .stats-box-number { font-size: 24px; }
    .about-hero-content { top: 0; }
    .about-title { font-size: 26px; margin-bottom: 15px; }
    .about-divider { margin-bottom: 20px; }
    .about-description, .about-description-highlight { font-size: 14px; line-height: 1.5; }
}

@media (max-width: 576px) {
    .about-hero { padding: 40px 0; text-align: center; }
    .about-hero .row { flex-direction: column; }
    .about-hero .col-lg-5, .about-hero .col-lg-7 { width: 100%; }
    .about-hero-images { height: 280px; width: 280px; margin: 0 auto 40px auto; position: relative; display: block; }
    .about-img-wrap-1 { position: absolute; top: 0; left: -20px; width: 150px; height: 100%; z-index: 2; }
    .about-img-wrap-1 img { height: 100%; object-fit: cover; border-radius: 12px; }
    .about-img-wrap-2 { position: absolute; top: 20px; left: 140px; width: 140px; height: 100%; z-index: 1; display: flex; flex-direction: column; }
    .about-img-wrap-2 img { height: 180px; object-fit: cover; border-radius: 12px; }
    .about-stats-box { margin-top: 5px; padding: 8px; flex: 1; display: flex; flex-direction: column; justify-content: center; border-radius: 0 30px 0 30px; }
    .stats-box-number { font-size: 22px; }
    .stats-box-text { font-size: 12px; }
    .about-hero-content { padding-left: 0; top: 0; }
    .about-divider { margin: 0 auto 20px auto; }
    .about-title { font-size: 24px; }
    .about-description, .about-description-highlight { font-size: 15px; }
    .about-btn { width: 100%; justify-content: center; }
}

@media (max-width: 375px) {
    .about-hero-images { width: 260px; height: 260px; margin-bottom: 30px; }
    .about-img-wrap-1 { width: 120px; left: 10px; }
    .about-img-wrap-2 { width: 120px; left: 140px; }
    .about-img-wrap-2 img { height: 160px; }
    .about-stats-box { padding: 6px; }
    .stats-box-number { font-size: 20px; }
    .stats-box-text { font-size: 11px; }
    .about-title { font-size: 22px; }
    .about-description, .about-description-highlight { font-size: 14px; }
}
