.about-section {
    padding: 50px 0;
}

.about-box {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

/* Section tag */
.section-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #053c61;
    margin-bottom: 8px;
    position: relative;
}

.section-tag::before {
    content: "";
    width: 30px;
    height: 2px;
    /* background: #D1B027; */
    background: #053c61;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

/* Info cards */
.info-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 16px;
    /* border-left: 4px solid #053C61; */
    border-left: 4px solid #d1b027;
    height: 100%;
}

.icon-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

/* Goals */
.goals-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.goals-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.goals-list i {
    color: #053c61;
    margin-top: 4px;
}

/* Utilities */
.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

/* Card styling */
.value-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 20px;
    height: 100%;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
    border-color: #053c61;
}

/* Icon */
.value-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: rgba(5, 60, 97, 0.08);
}

/* Title */
.value-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
    color: #053c61;
}

/* Text */
.value-text {
    font-size: 14.5px;
    line-height: 1.6;
    color: #555;
}

/* RTL support */
[dir="rtl"] .value-card,
[dir="rtl"] .value-text {
    text-align: right;
}

.about-section1 {
    padding-top: 2px !important;
}

.section-title-custom {
    margin-bottom: 20px;
    padding-top: 0 !important;
}

.mission-vision-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffff;
}

.value-icon-color {
    color: #053c61;
}

.cta-one-img-new {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    object-fit: cover;
}
