.kkc-about {
    position: relative;
    display: block;
    background: linear-gradient(180deg, #f4f7fb 0%, #eef2f8 100%);
    padding: 100px 0 90px;
    z-index: 10;
    overflow: hidden;
}

.kkc-about::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(33, 46, 101, 0.08) 0%, rgba(33, 46, 101, 0) 70%);
    pointer-events: none;
}

.kkc-about__intro {
    margin-bottom: 40px;
}

.kkc-about__media {
    position: relative;
    max-width: 460px;
    margin: 0 auto 28px;
}

.kkc-about__photo {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(33, 46, 101, 0.14);
    background: #dfe5f0;
    aspect-ratio: 4 / 5;
}

.kkc-about__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.kkc-about__photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(33, 46, 101, 0) 55%, rgba(33, 46, 101, 0.28) 100%);
    pointer-events: none;
}

.kkc-about__badge {
    position: absolute;
    left: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 10px 28px rgba(33, 46, 101, 0.12);
    z-index: 2;
}

.kkc-about__badge-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #212E65;
    color: #fff;
    flex-shrink: 0;
}

.kkc-about__badge-icon i,
.kkc-about__badge-icon span {
    font-size: 20px;
    line-height: 1;
    color: #fff;
}

.kkc-about__badge strong {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #212E65;
    font-weight: 700;
}

.kkc-about__badge span {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    color: #6b7280;
    margin-top: 2px;
}

.kkc-about__content {
    position: relative;
    padding-left: 12px;
}

.kkc-about__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0077A5;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.kkc-about__eyebrow-line {
    width: 28px;
    height: 2px;
    background: #0077A5;
    border-radius: 2px;
}

.kkc-about__title {
    color: #212E65;
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 18px;
}

.kkc-about__lead {
    font-size: 18px;
    line-height: 1.65;
    color: #30344d;
    margin: 0 0 12px;
}

.kkc-about__text {
    font-size: 16px;
    line-height: 1.7;
    color: #5b647a;
    margin: 0 0 22px;
}

.kkc-about__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 24px;
}

.kkc-about__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #e4e9f2;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #212E65;
    box-shadow: 0 2px 10px rgba(33, 46, 101, 0.04);
}

.kkc-about__pill span {
    color: #0077A5;
    font-size: 16px;
    line-height: 1;
}

.kkc-about__founder {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border-radius: 12px;
    padding: 16px 18px;
    border-left: 4px solid #212E65;
    box-shadow: 0 6px 20px rgba(33, 46, 101, 0.06);
    margin-bottom: 26px;
}

.kkc-about__founder-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #eef2fb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #212E65;
}

.kkc-about__founder-icon i,
.kkc-about__founder-icon span {
    font-size: 20px;
    color: #212E65;
}

.kkc-about__founder-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
    margin-bottom: 2px;
}

.kkc-about__founder strong {
    display: block;
    font-size: 17px;
    color: #212E65;
    font-weight: 700;
    line-height: 1.25;
}

.kkc-about__founder-meta {
    display: block;
    font-size: 13px;
    color: #5b647a;
    margin-top: 2px;
}

.kkc-about__actions {
    line-height: 0;
}

/* Stats grid */
.kkc-about__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 10px;
}

.kkc-stat-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fff;
    border: 1px solid #e7ecf5;
    border-radius: 14px;
    padding: 22px 18px;
    box-shadow: 0 8px 24px rgba(33, 46, 101, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    min-height: 100%;
}

.kkc-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(33, 46, 101, 0.1);
}

.kkc-stat-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(145deg, #212E65 0%, #2f4180 100%);
    color: #fff;
}

.kkc-stat-card__icon span {
    font-size: 24px;
    line-height: 1;
    color: #fff;
}

.kkc-stat-card__body {
    min-width: 0;
}

.kkc-stat-card__value {
    font-size: 26px;
    line-height: 1.15;
    font-weight: 800;
    color: #212E65;
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}

.kkc-stat-card__label {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    color: #30344d;
    margin-bottom: 4px;
}

.kkc-stat-card__note {
    font-size: 12px;
    line-height: 1.3;
    color: #7b8499;
}

@media only screen and (max-width: 1199px) {
    .kkc-about__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kkc-about__content {
        padding-left: 0;
        margin-top: 8px;
    }
}

@media only screen and (max-width: 991px) {
    .kkc-about {
        padding: 70px 0 60px;
    }

    .kkc-about__media {
        max-width: 420px;
    }

    .kkc-about__lead {
        font-size: 17px;
    }
}

@media only screen and (max-width: 575px) {
    .kkc-about {
        padding: 56px 0 48px;
    }

    .kkc-about__stats {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .kkc-stat-card {
        padding: 18px 16px;
    }

    .kkc-stat-card__value {
        font-size: 24px;
    }

    .kkc-about__pill {
        width: 100%;
        justify-content: flex-start;
    }

    .kkc-about__badge {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }
}




/*** 
=============================================
    About Style2 Css   
=============================================
***/
.about-style2 {
    position: relative;
    display: block;
    background-color: var(--thm-gray-bg);
    padding: 130px 0 130px;
    z-index: 10;
}

.about-style2-img {
    position: relative;
    display: block;
    max-width: 620px;
    width: 100%;
    margin-right: 10px;
}

.about-style2-img__top {
    position: relative;
    display: block;
    padding-left: 130px;
}

.about-style2-img__top ul {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-left: -10px;
    margin-right: -10px;
}

.about-style2-img__top ul li {
    position: relative;
    display: block;
    float: left;
    padding: 0 10px;
}

.about-style2-img__bottom {
    position: relative;
    display: block;
    padding-right: 130px;
}

.about-style2-img__bottom ul {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-left: -10px;
    margin-right: -10px;
}

.about-style2-img__bottom ul li {
    position: relative;
    display: block;
    float: left;
    padding: 0 10px;
}

.about-style2-img .single-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.about-style2-img .single-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.3);
    pointer-events: none;

}

.about-style2-img .single-box:hover::before {
    height: 100%;
    opacity: 0;
    transition: all 400ms linear;
}

.about-style2-img .single-box img {
    width: 100%;
    transition: 0.5s ease;
    transform: scale(1.05);
}

.about-style2-img .single-box:hover img {
    transform: scale(1.0);
}



.about-style2-content {
    position: relative;
    display: block;
    padding-top: 30px;
    margin-left: 50px;
}

.about-style2-content .sec-title {
    padding-bottom: 48px;
}

.about-style2-content .sec-title p {
    font-size: 17px;
    line-height: 30px;
    margin: 30px 0 0;
}

.about-style2-content .list-item {
    position: relative;
    display: block;

}

.about-style2-content .list-item ul {
    position: relative;
    display: block;
}

.about-style2-content .list-item ul li {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-black);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.about-style2-content .list-item ul li+li {
    margin-top: 20px;
}

.about-style2-content .list-item ul li .icon {
    position: relative;
    display: block;
    padding-right: 18px;
    line-height: 0;
}

.about-style2-content .list-item ul li .icon span {
    color: var(--thm-base);
    font-size: 24px;
    line-height: 24px;
}




.about-style2-content .text {
    position: relative;
    display: block;
    margin-top: 40px;
}

.about-style2-content .text p {
    margin: 0;
}

/* ===== Home Our Services equal-height cards ===== */
.finances-style1__row {
  align-items: stretch;
}
.finances-style1 .col-xl-4.d-flex,
.finances-style1 .col-lg-4.d-flex {
  display: flex;
}
.single-finances-box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 4px 20px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}
.single-finances-box .img-box {
  position: relative;
  display: block;
  padding-bottom: 45px;
  background-color: #fff;
  z-index: 3;
  flex-shrink: 0;
}
.single-finances-box .img-box .inner {
  position: relative;
  display: block;
  overflow: hidden;
  height: 220px;
  background-color: #f3f5f8;
}
.single-finances-box .img-box .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.single-finances-box:hover .img-box .inner img {
  transform: scale(1.05);
}
.single-finances-box .text-box {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 28px 24px 30px;
  z-index: 2;
  background-color: #fff;
  text-align: center;
}
.single-finances-box .text-box::before {
  content: none;
}
.single-finances-box .text-box h3 {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
  margin: 0 0 12px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-finances-box .text-box p {
  margin: 0;
  flex: 1 1 auto;
  color: #515151;
  font-size: 15px;
  line-height: 1.65;
  min-height: 100px;
}
.single-finances-box .btn-box {
  position: relative;
  display: block;
  padding-top: 22px;
  margin-top: auto;
}
.single-finances-box .btn-box .btn-one {
  color: #515151;
  background-color: #fff;
  border: 1px solid #d7dbe5;
}
.single-finances-box .btn-box .btn-one:hover {
  color: #fff;
  border-color: transparent;
}
.finances-style1 .sec-title p {
  color: #6b7280;
  margin-top: 8px;
}