
/*ABOUT SECTION */

.about-section {
    margin: 40px 0 0;
    padding: 0 0 20px;
    background: #ffffff;
    overflow: hidden;
}

.about-content {
    padding:0 56px 0 70px;
}

.about-label {
    color: #123dcc;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}

.about-title {
    color: #050505;
    font-size: 28px;
    line-height: 1.28;
    font-weight: 600;
    margin-bottom: 14px;
}

.about-description {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
}


/* STATISTICS*/

.stat-card {
 
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background: #fff;

    display: flex;
    align-items: center;

    padding: 12px 16px;

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);

}

.stat-icon {
    width: 35px;
    padding: 5px;
    height: 35px;
    background: #123dcc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
}

.stat-content {
    line-height: 1.1;
}

.stat-number {
    color: #090909;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.stat-label {
    color: #151515;
    font-size: 14px;
}


/*RIGHT IMAGE*/

.about-image-wrapper {
    width: 100%;
}

/*Main image*/
.about-image {
    width: 100%;
}



/*HEADING*/


.foundation-heading h2 {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    color: #000000;
}



/* SINGLE CARD*/

.foundation-card {
    width: 100%;
    padding: 20px 33px;
    background: #f6f8fb;
    border: 1px solid #d9e7f5;
    border-radius: 11px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    height:100%;
}


/*ACTIVE / MISSION CARD*/

.foundation-card-active {
    background: #123dcc;
    border-color: #123dcc;
    color: #ffffff;
}


/*ICON*/

.foundation-icon {
    width: 55px;
    margin-bottom: 11px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foundation-card-active .foundation-icon {
    color: #ffffff;
}


/*CONTENT*/

.foundation-content {
    margin-top: auto;
}

.foundation-content h3 {
    margin: 0 0 13px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}



.foundation-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.38;
    color: #111111;
}

.foundation-card-active .foundation-content p {
    color: #ffffff;
}
.choice-cards{
    border: 1px solid #C2E3FF;
    border-radius: 5px;
    padding: 15px;
    background: #F7F9FC;
    box-shadow: 0px 4px 4px 0px #00000014;
}
.choice-cards h3{
    font-size:18px;
    color: #0c35cd;
}

/* ================================
   TEAM / TESTIMONIAL SECTION
================================ */

.tcm-testimonial-item {
    width: 100%;
}

.tcm-testimonial-image {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 85px;
    margin-bottom: 14px;
}

.tcm-testimonial-image img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.tcm-quote-badge {
       position: absolute;
    left: 50px;
    top: 9px;
    width: 20px;
    height: 20px;
    background: #008df5;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    border: 2px solid #fff;
}
.tcm-testimonial-item {
    width: 100%;
       box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    padding: 10px;
    height:100%;
}
.tcm-testimonial-info {
    margin-left: 15px;
}

.tcm-testimonial-info h4 {
    margin: 0 0 3px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #111;
}

.tcm-testimonial-info span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #111;
    line-height: 1.3;
}

.tcm-testimonial-content p {
    margin: 0;
      font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #111;
}




.tcm-expertise-header {
    margin-bottom: 28px;
}

.tcm-expertise-label {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    color: #123dcc;
    margin-bottom: 8px;
}

.tcm-expertise-header h2 {
    margin: 0 0 4px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    color: #080808;
}

.tcm-expertise-header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    color: #222;
}

.journey-section{
    padding: 25px 0;
    background:#F3F7FC;
} 

.journey{
    padding-right: 8rem !important;
}
.learn-more{
    border:1px solid #0C35CD;
    background:#0C35CD;
    border-radius:5px;
    width:25%;
    color:#fff;
    padding: 7px 16px;
    font-size:14px;
}
.tcm-reports-section {
    width: 100%;
    background: #ffffff;
    margin: 40px 0 0;
    padding: 0 0 20px;
}
