body {
    overflow-x: hidden;
    font-family: 'Aeonik' !important;
}

.team-info-bg {
    background-image: url("../images/index/aboutus.svg");
}

.about-info {
    padding: 20px 0;
}

.group-title a {
    color: rgba(29, 183, 229, 1);
    font-size: 15px;
    font-weight: 500;
}

.team-sub p {
    color: rgba(90, 105, 126, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
}

.about-sub p {
    font-size: 20px;
    color: rgba(243, 243, 243, 1);
    font-weight: 500;
    line-height: 1.6;
    text-align: justify;
}

.about-title {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 32px;
    text-align: left;
}

.banner-bg {
    background-image: url(../images/about/wave.svg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    background-repeat: no-repeat;
    padding: 30px 10px;
}

.card-counter {
    background: #ffffff;
    padding: 20px 15px;
    border-radius: 15px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    min-height: 246px;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.7);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.card-counter .icon-box {
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.card-counter h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}

.card-counter p {
    font-size: 16px;
    color: var(--Grays-Black, rgba(0, 0, 0, 1));
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.guides-section {
    background-color: #f4f9fd;
}

.guides-pill {
    display: inline-block;
    background-color: #fff;
    color: #1DB7E5;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 24px;
    border-radius: 30px;
    border: 1px solid rgba(29, 183, 229, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.02);
}

.guides-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px 24px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04);
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.guides-card .icon-wrapper img {
    width: 62px;
    height: 62px;
    margin-bottom: 10px;
}

.guides-card .card-title {
    font-size: 20px;
    font-weight: 700;
    color: rgba(44, 45, 46, 1);
    margin-bottom: 5px;
}

.guides-card .card-text {
    font-size: 16px;
    color: var(--Grays-Black, rgba(0, 0, 0, 1));
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.whyus-heading {
    color: rgba(15, 23, 42, 1);
    font-weight: 700;
    font-size: 32px;
}

.relation-title {
    color: rgba(15, 23, 42, 1);
    font-weight: 700;
    font-size: 32px;
    margin-top: 0;
}

.credential-heading {
    color: rgba(15, 23, 42, 1);
    font-weight: 700;
    font-size: 32px;
}

.cred-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.02);
    gap: 16px;
}

.cred-icon-wrapper {
    width: 48px;
    height: 48px;
    background-color: #eaf6fc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cred-icon-wrapper i {
    color: #1DB7E5;
    font-size: 20px;
}

.cred-icon-wrapper img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.cred-text {
    display: flex;
    flex-direction: column;
}

.cred-title {
    font-size: 19px;
    color: rgba(29, 183, 229, 1);
    font-weight: 500;
    margin-bottom: 2px;
}

.cred-value {
    font-size: 19px;
    color: rgba(44, 45, 46, 1);
    font-weight: 500;
}

@media (max-width: 768px) {
    .team-sub p,
    .about-sub p {
        text-align: left !important;
    }
}