.about-esci-page .about-intro-tagline {
    display: inline-block;
    margin-bottom: 12px;
    padding: 4px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #ed1c24;
    background-color: rgba(237, 28, 36, 0.08);
    border-left: 3px solid #ed1c24;
}

.about-esci-page .about-intro-text p {
    text-align: justify;
    line-height: 1.7;
    color: #444;
}

.about-esci-page .about-stats-bar {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 35px 0 10px;
    background: linear-gradient(135deg, #041e42 0%, #003b5d 100%);
    border-radius: 6px;
    overflow: hidden;
}

.about-esci-page .about-stat-item {
    display: table-cell;
    text-align: center;
    padding: 28px 15px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.about-esci-page .about-stat-item:last-child {
    border-right: 0;
}

.about-esci-page .about-stat-number {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    color: #f39c12;
}

.about-esci-page .about-stat-label {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.85);
}

.about-esci-page .about-info-card {
    padding: 24px 22px;
    margin-bottom: 24px;
    background-color: #f7f9fb;
    border: 1px solid #e4e9ee;
    border-top: 3px solid #ed1c24;
    border-radius: 4px;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.about-esci-page .about-card-row > [class*="col-"] {
    display: flex;
    align-items: flex-start;
}

.about-esci-page .about-card-row .about-info-card {
    width: 100%;
}

.about-esci-page .about-info-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.about-esci-page .about-info-card .card-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    font-size: 17px;
    color: #ffffff;
    background-color: #041e42;
    border-radius: 50%;
    vertical-align: middle;
}

.about-esci-page .about-info-card .card-icon .fa {
    display: block;
    line-height: 1;
    margin: 0;
}

.about-esci-page .about-info-card h4 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    color: #041e42;
}

.about-esci-page .about-info-card h5 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
    color: #003b5d;
}

.about-esci-page .about-info-card p {
    text-align: justify;
    line-height: 1.65;
    color: #555;
    margin-bottom: 12px;
}

.about-esci-page .about-info-card p:last-child {
    margin-bottom: 0;
}

.about-esci-page .about-check-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-esci-page .about-check-list li {
    position: relative;
    padding: 6px 0 6px 26px;
    line-height: 1.5;
    color: #444;
}

.about-esci-page .about-check-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 12px;
    color: #ed1c24;
}

.about-esci-page .about-check-list ul {
    list-style: none;
    margin: 6px 0 0;
    padding: 0;
}

.about-esci-page .about-check-list ul li {
    padding-left: 20px;
    font-size: 13px;
    color: #666;
}

.about-esci-page .about-check-list ul li:before {
    content: "\f111";
    font-size: 6px;
    top: 12px;
    color: #003b5d;
}

.about-esci-page .about-section-title {
    margin: 40px 0 24px;
}

.about-esci-page .about-tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.about-esci-page .about-tech-tag {
    display: inline-block;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #003b5d;
    background-color: #eef3f8;
    border: 1px solid #d0dce8;
    border-radius: 20px;
    transition: all 0.2s ease;
}

.about-esci-page .about-tech-tag:hover {
    color: #ffffff;
    background-color: #041e42;
    border-color: #041e42;
}

.about-esci-page .about-commitment-banner {
    margin: 30px 0;
    padding: 30px 35px;
    text-align: center;
    background: linear-gradient(135deg, #041e42 0%, #003b5d 100%);
    border-radius: 6px;
    color: #ffffff;
}

.about-esci-page .about-commitment-banner h4 {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

.about-esci-page .about-commitment-banner p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

.about-esci-page .about-vision-mission {
    margin: 30px 0 10px;
}

.about-esci-page .about-leadership-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    margin: 20px 0 30px;
}

.about-esci-page .about-leadership-card {
    flex: 0 0 280px;
    max-width: 280px;
    margin: 0;
    padding: 25px 20px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e4e9ee;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.25s ease;
}

.about-esci-page .about-leadership-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-esci-page .about-leadership-card img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #eef3f8;
    margin-bottom: 14px;
}

.about-esci-page .about-leadership-card .leader-name {
    font-size: 15px;
    font-weight: 700;
    color: #041e42;
    margin-bottom: 4px;
}

.about-esci-page .about-leadership-card .leader-role {
    font-size: 13px;
    color: #ed1c24;
    font-weight: 600;
}

.about-esci-page .about-highlight-box {
    display: flex;
    align-items: flex-start;
    padding: 18px 16px;
    margin-bottom: 16px;
    background-color: #ffffff;
    border: 1px solid #e4e9ee;
    border-left: 4px solid #f39c12;
    border-radius: 4px;
    transition: box-shadow 0.2s ease;
}

.about-esci-page .about-highlight-box:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.about-esci-page .about-highlight-box .highlight-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-right: 14px;
    font-size: 16px;
    color: #ffffff;
    background-color: #f39c12;
    border-radius: 50%;
}

.about-esci-page .about-highlight-box .highlight-icon .fa {
    display: block;
    line-height: 1;
    margin: 0;
}

.about-esci-page .about-highlight-box .highlight-text {
    flex: 1;
    font-size: 14px;
    line-height: 1.55;
    color: #444;
    padding-top: 8px;
}

.about-esci-page .about-services-row .box-news-1 {
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.about-esci-page .about-services-row .box-news-1 .body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 16px;
}

.about-esci-page .about-services-row .box-news-1 .body .title {
    min-height: 48px;
}

.about-esci-page .about-services-row > [class*="col-"] {
    margin-bottom: 24px;
    display: flex;
}

.about-esci-page #caro {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.about-esci-page #caro .item img {
    width: 100%;
    display: block;
}

@media (max-width: 767px) {
    .about-esci-page .about-stats-bar {
        display: block;
    }

    .about-esci-page .about-stat-item {
        display: block;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        padding: 20px 15px;
    }

    .about-esci-page .about-stat-item:last-child {
        border-bottom: 0;
    }

    .about-esci-page .about-commitment-banner {
        padding: 24px 20px;
    }
}
