/* NEW 17-Spe */
.about__list-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.about__list-box-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 24px 26px;
    border: 1px solid rgba(29, 67, 254, 0.12);
    border-radius: 16px;
    background: #fff;
    transition: all 0.3s ease;
}

.about__list-box-item:hover {
    transform: translateY(-4px);
    border-color: #1d43fe;
    box-shadow: 0 12px 30px rgba(29, 67, 254, 0.1);
}

.about__list-box-item .icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(29, 67, 254, 0.08);
    color: #1d43fe;
    font-size: 22px;
    transition: all 0.3s ease;
}

.about__list-box-item:hover .icon {
    background: #1d43fe;
    color: #fff;
}

.about__list-box-item .content {
    flex: 1;
}

.about__list-box-item .title {
    margin: 0 0 6px;
    font-size: 19px;
    font-weight: 600;
}

.about__list-box-item .arrow {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5f7ff;
    color: #1d43fe;
    font-size: 13px;
    transition: all 0.3s ease;
}

.about__list-box-item:hover .arrow {
    background: #1d43fe;
    color: #fff;
    transform: translate(3px, -3px);
}

.about-service-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

.about-service-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(29, 67, 254, 0.1);
    color: #1d43fe;
    font-size: 11px;
    margin-top: 2px;
}
.about__content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #e9edf5;
}

.author__wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-image {
    flex-shrink: 0;
}

.author-image .team-circle {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}

.author__wrap .content .designation {
    display: block;
    margin-bottom: 3px;
    color: #1d43fe;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.author__wrap .content .title {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
}

.author__wrap .content p {
    margin: 3px 0 0;
    color: #777;
    font-size: 13px;
}

.about__content-bottom .tg-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.about__content-bottom .tg-btn i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.about__content-bottom .tg-btn:hover i {
    transform: translateX(4px);
}

@media (max-width: 575px) {
    .about__content-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}
.custom-history-images {
    position: relative;
    min-height: 560px;
    padding: 20px 50px 70px 0;
}

/* Main Image */
.history__main-image {
    position: relative;
    width: 82%;
    height: 470px;
    overflow: hidden;
    border-radius: 20px;
    z-index: 1;
}

.history__main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.custom-history-images:hover .history__main-image img {
    transform: scale(1.04);
}

/* Second Image */
.history__second-image {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 52%;
    height: 270px;
    padding: 8px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(20, 35, 70, 0.16);
    z-index: 3;
}

.history__second-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* Floating Badge */
.history__badge {
    position: absolute;
    left: -5px;
    bottom: 65px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px 14px 14px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(20, 35, 70, 0.14);
    z-index: 5;
}

.badge__icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1d43fe;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.badge__content {
    display: flex;
    flex-direction: column;
}

.badge__content strong {
    font-size: 15px;
    line-height: 1.3;
}

.badge__content span {
    margin-top: 3px;
    font-size: 12px;
    color: #777;
}

/* Content */
.history__content {
    padding-left: 25px;
}

.history__content > p {
    margin-bottom: 16px;
}

/* Service List */
.history__service-list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.history__service-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 16px;
    border: 1px solid #edf0f5;
    border-radius: 10px;
    background: #fff;
    transition: all 0.3s ease;
}

.history__service-item:hover {
    transform: translateX(6px);
    border-color: #1d43fe;
    box-shadow: 0 10px 30px rgba(29, 67, 254, 0.08);
}

.service__number {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f0f3ff;
    color: #1d43fe;
    font-size: 12px;
    font-weight: 700;
}

.history__service-item h5 {
    margin: 0 0 3px;
    font-size: 16px;
}

.history__service-item p {
    margin: 0;
    color: #777;
    font-size: 13px;
    line-height: 1.5;
}

/* Mobile */
@media (max-width: 991px) {
    .custom-history-images {
        min-height: 520px;
        padding-right: 30px;
    }

    .history__content {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .custom-history-images {
        min-height: 470px;
        padding: 10px 20px 60px 0;
    }

    .history__main-image {
        width: 88%;
        height: 390px;
    }

    .history__second-image {
        width: 55%;
        height: 210px;
        bottom: 10px;
    }

    .history__badge {
        left: 0;
        bottom: 35px;
        padding: 10px 14px 10px 10px;
    }

    .badge__icon {
        width: 36px;
        height: 36px;
        font-size: 17px;
    }

    .badge__content strong {
        font-size: 13px;
    }

    .badge__content span {
        font-size: 11px;
    }
}
/* =========================================
   T.K COUNTER CARDS
========================================= */

.counter__area-tk {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: #f7f9ff;
}

/* Background shapes */
.counter__bg-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(29, 67, 254, 0.045);
}

.counter__bg-shape-one {
    width: 420px;
    height: 420px;
    top: -230px;
    right: -120px;
}

.counter__bg-shape-two {
    width: 300px;
    height: 300px;
    bottom: -180px;
    left: -130px;
}

/* Card */
.counter__card-tk {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 215px;
    padding: 28px 28px 24px;
    overflow: hidden;
    border: 1px solid rgba(11, 22, 51, 0.07);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 40px rgba(11, 22, 51, 0.06);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

/* Card hover */
.counter__card-tk:hover {
    transform: translateY(-8px);
    border-color: rgba(29, 67, 254, 0.18);
    box-shadow: 0 20px 50px rgba(11, 22, 51, 0.11);
}

/* Top row */
.counter__card-top-tk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
}

/* Icon */
.counter__icon-tk {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 15px;
    background: #eef2ff;
    color: #1d43fe;
    font-size: 22px;
    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;
}

.counter__card-tk:hover .counter__icon-tk {
    background: #1d43fe;
    color: #ffffff;
    transform: scale(1.05);
}

/* Arrow */
.counter__card-arrow-tk {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(11, 22, 51, 0.08);
    border-radius: 50%;
    color: #98a2b3;
    font-size: 11px;
    transition:
        background 0.35s ease,
        color 0.35s ease,
        border-color 0.35s ease;
}

.counter__card-tk:hover .counter__card-arrow-tk {
    border-color: #1d43fe;
    background: #1d43fe;
    color: #ffffff;
}

/* Number */
.counter__number-tk {
    display: flex;
    align-items: baseline;
    margin: 0;
    color: #0b1633;
    font-size: 44px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1.5px;
}

/* Suffix */
.counter__suffix-tk {
    margin-left: 4px;
    color: #1d43fe;
    font-size: 26px;
    font-weight: 700;
}

/* Check */
.counter__check {
    height: 44px;
}

.counter__check i {
    color: #1d43fe;
    font-size: 36px;
}

/* Title */
.counter__title-tk {
    max-width: 220px;
    margin: 10px 0 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}

/* Bottom accent */
.counter__card-line-tk {
    position: absolute;
    right: 28px;
    bottom: 0;
    left: 28px;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: #1d43fe;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.35s ease;
}

.counter__card-tk:hover .counter__card-line-tk {
    transform: scaleX(1);
}


/* =========================================
   KHMER
========================================= */

.lang-kh .counter__number-tk {
    letter-spacing: 0;
}

.lang-kh .counter__title-tk {
    line-height: 1.7;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .counter__area-tk {
        padding: 70px 0;
    }

    .counter__card-tk {
        min-height: 200px;
        padding: 24px;
    }

    .counter__number-tk {
        font-size: 38px;
    }

    .counter__suffix-tk {
        font-size: 23px;
    }

    .counter__icon-tk {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .counter__area-tk {
        padding: 55px 0;
    }

    .counter__card-tk {
        min-height: 175px;
        padding: 20px 18px;
        border-radius: 16px;
    }

    .counter__card-top-tk {
        margin-bottom: 20px;
    }

    .counter__icon-tk {
        width: 45px;
        height: 45px;
        border-radius: 12px;
        font-size: 17px;
    }

    .counter__card-arrow-tk {
        width: 28px;
        height: 28px;
        font-size: 9px;
    }

    .counter__number-tk {
        font-size: 30px;
        letter-spacing: -0.8px;
    }

    .counter__suffix-tk {
        font-size: 18px;
    }

    .counter__title-tk {
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.45;
    }

    .counter__card-line-tk {
        right: 18px;
        left: 18px;
    }

    .counter__check {
        height: 30px;
    }

    .counter__check i {
        font-size: 27px;
    }
}

/*----------------------------------------*/
/*  Management Message
/*----------------------------------------*/

.management-message__area {
    position: relative;
}

.management-message__content {
    max-width: 700px;
}

.management-message__quote {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 1;
    opacity: 0.15;
}

.management-message__text p {
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 20px;
}

.management-message__text p:last-child {
    margin-bottom: 0;
}

/* Management Card */

.management-message__card {
    position: relative;
    background: #f8f9fb;
    padding: 15px;
    border-radius: 20px;
    max-width: 430px;
    margin-left: auto;
}

.management-message__image {
    overflow: hidden;
    border-radius: 14px;
}

.management-message__image img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.management-message__info {
    padding: 25px 15px 10px;
}

.management-message__info .designation {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.management-message__info .name {
    font-size: 24px;
    margin-bottom: 5px;
}

.management-message__info .company {
    margin-bottom: 20px;
    font-size: 15px;
    opacity: 0.7;
}

.management-message__line {
    width: 45px;
    height: 2px;
    margin-bottom: 15px;
}

.management-message__info .signature {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

/* Responsive */

@media (max-width: 991px) {
    .management-message__content {
        max-width: 100%;
    }

    .management-message__card {
        margin: 20px auto 0;
    }
}

@media (max-width: 767px) {
    .management-message__text p {
        font-size: 16px;
        line-height: 1.75;
    }

    .management-message__quote {
        font-size: 34px;
    }

    .management-message__image img {
        height: 350px;
    }

    .management-message__info {
        padding: 22px 10px 8px;
    }
}
/*----------------------------------------*/
/*  T.K Mission & Vision Section
/*----------------------------------------*/

.tk-mission-section {
    position: relative;
    overflow: hidden;
    padding: 130px 0;
    background: linear-gradient(135deg, #1d43fe 0%, #0b1633 100%);
    color: #fff;
}

.tk-mission-section .container {
    position: relative;
    z-index: 5;
}

/*----------------------------------------*/
/*  Background Shapes
/*----------------------------------------*/

.tk-mission-bg-shapes {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.tk-mission-bg-shapes img {
    position: absolute;
    opacity: 0.1;
    animation: missionFloat 8s ease-in-out infinite;
}

/* Shape 01 */

.tk-mission-bg-shapes .mission-shape1 {
    top: 70px;
    left: 5%;
}

/* Shape 02 */

.tk-mission-bg-shapes .mission-shape2 {
    top: 12%;
    right: 8%;
    animation-delay: 1s;
}

/* Shape 03 */

.tk-mission-bg-shapes .mission-shape3 {
    bottom: 15%;
    left: 8%;
    animation-delay: 2s;
}

/* Shape 04 */

.tk-mission-bg-shapes .mission-shape4 {
    bottom: 10%;
    right: 10%;
    animation-delay: 3s;
}

/* Shape 05 */

.tk-mission-bg-shapes .mission-shape5 {
    top: 45%;
    right: 35%;
    animation-delay: 4s;
}

/* Cambodia Map */

.tk-mission-bg-shapes .mission-map-shape {
    width: 900px;
    max-width: none;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    opacity: 0.045;

    animation: none;
}

/* Floating Animation */

@keyframes missionFloat {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-18px) rotate(5deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}

/*----------------------------------------*/
/*  Section Heading
/*----------------------------------------*/

.tk-mission-heading {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

/* Subtitle */

.tk-mission-subtitle {
    display: inline-block;

    margin-bottom: 15px;

    color: rgba(255, 255, 255, 0.75);

    font-size: 14px;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Main Heading */

.tk-mission-heading h2 {
    margin-bottom: 18px;

    color: #fff;

    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
}

/* Description */

.tk-mission-heading p {
    max-width: 680px;

    margin: 0 auto;

    color: rgba(255, 255, 255, 0.75);

    font-size: 16px;
    line-height: 1.8;
}

/*----------------------------------------*/
/*  Mission & Vision Cards
/*----------------------------------------*/

.tk-mission-card {
    position: relative;

    height: 100%;

    padding: 40px;

    background: rgba(255, 255, 255, 0.06);

    border: 1px solid rgba(255, 255, 255, 0.08);

    border-radius: 20px;

    color: #fff;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    transition:
        transform 0.35s ease,
        background 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

/* Card Hover */

.tk-mission-card:hover {
    transform: translateY(-6px);

    background: rgba(255, 255, 255, 0.09);

    border-color: rgba(255, 255, 255, 0.16);

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

/*----------------------------------------*/
/*  Card Header
/*----------------------------------------*/

.tk-mission-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 50px;
}

/* Number */

.tk-mission-card__header .number {
    color: rgba(255, 255, 255, 0.4);

    font-size: 14px;
    font-weight: 600;

    letter-spacing: 1.5px;

    transition: color 0.35s ease;
}

/* Number Hover */

.tk-mission-card:hover .number {
    color: rgba(255, 255, 255, 0.7);
}

/*----------------------------------------*/
/*  Card Icon
/*----------------------------------------*/

.tk-mission-card__header .icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.1);

    border-radius: 50%;

    color: #fff;

    font-size: 21px;

    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease,
        border-color 0.35s ease;
}

/* Icon Hover */

.tk-mission-card:hover .icon {
    background: #fff;

    border-color: #fff;

    color: #1d43fe;

    transform: rotate(5deg);
}

/*----------------------------------------*/
/*  Card Content
/*----------------------------------------*/

.tk-mission-card__content .label {
    display: block;

    margin-bottom: 12px;

    color: rgba(255, 255, 255, 0.65);

    font-size: 13px;
    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1.5px;
}

/* Card Title */

.tk-mission-card__content h3 {
    margin-bottom: 18px;

    color: #fff;

    font-size: 27px;
    font-weight: 600;

    line-height: 1.35;
}

/* Card Description */

.tk-mission-card__content p {
    margin: 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 16px;

    line-height: 1.85;
}

/*----------------------------------------*/
/*  Small Decorative Line
/*----------------------------------------*/

.tk-mission-card__content::before {
    content: "";

    display: block;

    width: 40px;
    height: 2px;

    margin-bottom: 20px;

    background: rgba(255, 255, 255, 0.25);

    transition:
        width 0.35s ease,
        background 0.35s ease;
}

.tk-mission-card:hover .tk-mission-card__content::before {
    width: 65px;

    background: rgba(255, 255, 255, 0.65);
}

/*----------------------------------------*/
/*  Card Bottom Glow
/*----------------------------------------*/

.tk-mission-card::after {
    content: "";

    position: absolute;

    left: 40px;
    right: 40px;
    bottom: 0;

    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.25),
        transparent
    );

    opacity: 0;

    transition: opacity 0.35s ease;
}

.tk-mission-card:hover::after {
    opacity: 1;
}

/*----------------------------------------*/
/*  Responsive - Tablet
/*----------------------------------------*/

@media (max-width: 1199px) {
    .tk-mission-heading h2 {
        font-size: 42px;
    }

    .tk-mission-card {
        padding: 35px;
    }

    .tk-mission-card__content h3 {
        font-size: 25px;
    }
}

/*----------------------------------------*/
/*  Responsive - Mobile
/*----------------------------------------*/

@media (max-width: 991px) {
    .tk-mission-section {
        padding: 100px 0;
    }

    .tk-mission-heading {
        max-width: 700px;
    }

    .tk-mission-heading h2 {
        font-size: 38px;
    }

    .tk-mission-card {
        padding: 35px;
    }

    .tk-mission-card__header {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .tk-mission-section {
        padding: 80px 0;
    }

    /* Heading */

    .tk-mission-heading {
        padding: 0 10px;
    }

    .tk-mission-subtitle {
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .tk-mission-heading h2 {
        font-size: 32px;
        line-height: 1.25;
    }

    .tk-mission-heading p {
        font-size: 15px;
        line-height: 1.75;
    }

    /* Cards */

    .tk-mission-card {
        padding: 30px;

        border-radius: 16px;
    }

    .tk-mission-card__header {
        margin-bottom: 35px;
    }

    /* Icon */

    .tk-mission-card__header .icon {
        width: 52px;
        height: 52px;

        font-size: 19px;
    }

    /* Content */

    .tk-mission-card__content .label {
        font-size: 12px;
    }

    .tk-mission-card__content h3 {
        font-size: 23px;
        line-height: 1.35;
    }

    .tk-mission-card__content p {
        font-size: 15px;
        line-height: 1.75;
    }

    /* Map */

    .tk-mission-bg-shapes .mission-map-shape {
        width: 600px;
    }

    /* Reduce decorative shapes */

    .tk-mission-bg-shapes img {
        opacity: 0.07;
    }
}

/*----------------------------------------*/
/*  Very Small Screens
/*----------------------------------------*/

@media (max-width: 575px) {
    .tk-mission-section {
        padding: 70px 0;
    }

    .tk-mission-heading h2 {
        font-size: 28px;
    }

    .tk-mission-card {
        padding: 25px;
    }

    .tk-mission-card__header {
        margin-bottom: 30px;
    }

    .tk-mission-card__content h3 {
        font-size: 21px;
    }

    .tk-mission-card__content p {
        font-size: 14px;
    }

    .tk-mission-card::after {
        left: 25px;
        right: 25px;
    }
}

/*----------------------------------------*/
/*  Accessibility
/*----------------------------------------*/

@media (prefers-reduced-motion: reduce) {
    .tk-mission-bg-shapes img {
        animation: none;
    }

    .tk-mission-card,
    .tk-mission-card__header .icon,
    .tk-mission-card__content::before {
        transition: none;
    }
} /* ============================================
   T.K CORE VALUES
============================================ */

.tk-values-area {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

/* ============================================
   SECTION HEADING
============================================ */

.tk-values-area .section__title {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.tk-values-area .section__title .sub-title {
    color: #1d43fe;
}

.tk-values-area .section__title .title {
    color: #0b1633;
}

.tk-values-area .section__title > p {
    max-width: 620px;
    margin: 18px auto 0;
    color: #667085;
    line-height: 1.8;
}

/* ============================================
   LEFT INTRO
============================================ */

.tk-values-intro {
    position: relative;
    padding: 45px;
    margin-right: 45px;

    background: #f5f7fb;
    border-radius: 20px;

    overflow: hidden;
}

.tk-values-intro::before {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -80px;
    top: -80px;

    border-radius: 50%;

    background: rgba(29, 67, 254, 0.06);
}

.tk-values-intro::after {
    content: "";

    position: absolute;

    width: 100px;
    height: 100px;

    right: 30px;
    bottom: -60px;

    border-radius: 50%;

    border: 1px solid rgba(29, 67, 254, 0.08);
}

/* ============================================
   INTRO ICON
============================================ */

.tk-values-intro__icon {
    position: relative;
    z-index: 2;

    width: 62px;
    height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    background: #1d43fe;
    border-radius: 14px;

    color: #ffffff;
    font-size: 24px;

    box-shadow: 0 12px 30px rgba(29, 67, 254, 0.18);
}

/* ============================================
   INTRO LABEL
============================================ */

.tk-values-intro__label {
    display: block;
    margin-bottom: 12px;

    color: #1d43fe;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.2px;
    text-transform: uppercase;
}

/* ============================================
   INTRO TITLE
============================================ */

.tk-values-intro h3 {
    position: relative;
    z-index: 2;

    max-width: 430px;

    margin: 0 0 18px;

    color: #0b1633;

    font-size: 30px;
    font-weight: 600;
    line-height: 1.35;
}

/* ============================================
   INTRO TEXT
============================================ */

.tk-values-intro > p {
    position: relative;
    z-index: 2;

    max-width: 450px;

    margin: 0;

    color: #667085;

    font-size: 15px;
    line-height: 1.85;
}

/* ============================================
   INTRO BOTTOM
============================================ */

.tk-values-intro__bottom {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    gap: 15px;

    margin-top: 35px;
}

.tk-values-intro__bottom span {
    color: #98a2b3;

    font-size: 12px;
    font-weight: 600;

    white-space: nowrap;
}

.tk-values-intro__bottom .line {
    width: 45px;
    height: 1px;

    background: #1d43fe;
}

/* ============================================
   VALUES LIST
============================================ */

.tk-values-list {
    border-top: 1px solid #e6eaf0;
}

/* ============================================
   VALUE ITEM
============================================ */

.tk-value-item {
    position: relative;

    display: grid;

    grid-template-columns: 42px 52px 1fr 38px;

    align-items: center;

    gap: 20px;

    min-height: 118px;

    padding: 22px 5px;

    border-bottom: 1px solid #e6eaf0;

    transition:
        padding 0.3s ease,
        border-color 0.3s ease;
}

.tk-value-item::before {
    content: "";

    position: absolute;

    left: -18px;
    right: -18px;
    top: 7px;
    bottom: 7px;

    border-radius: 12px;

    background: #f7f9fd;

    opacity: 0;

    transform: scaleX(0.96);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease;

    z-index: -1;
}

.tk-value-item:hover {
    padding-left: 15px;
    padding-right: 15px;

    border-bottom-color: transparent;
}

.tk-value-item:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

/* ============================================
   NUMBER
============================================ */

.tk-value-number {
    color: #a5adba;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1px;
}

/* ============================================
   ICON
============================================ */

.tk-value-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    border: 1px solid #e2e7ef;
    border-radius: 50%;

    color: #1d43fe;

    font-size: 19px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.tk-value-item:hover .tk-value-icon {
    background: #1d43fe;
    border-color: #1d43fe;

    color: #ffffff;

    transform: rotate(8deg);
}

/* ============================================
   VALUE CONTENT
============================================ */

.tk-value-content h4 {
    margin: 0 0 6px;

    color: #0b1633;

    font-size: 20px;
    font-weight: 600;

    transition: color 0.3s ease;
}

.tk-value-item:hover .tk-value-content h4 {
    color: #1d43fe;
}

.tk-value-content p {
    max-width: 520px;

    margin: 0;

    color: #737d8f;

    font-size: 14px;
    line-height: 1.7;
}

/* ============================================
   ARROW
============================================ */

.tk-value-arrow {
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #e2e7ef;
    border-radius: 50%;

    color: #98a2b3;

    font-size: 14px;

    opacity: 0;

    transform: translate(-5px, 5px);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.tk-value-item:hover .tk-value-arrow {
    opacity: 1;

    transform: translate(0, 0);

    background: #1d43fe;
    border-color: #1d43fe;

    color: #ffffff;
}

/* ============================================
   RESPONSIVE
============================================ */

@media (max-width: 1199px) {
    .tk-values-intro {
        margin-right: 20px;
        padding: 35px;
    }

    .tk-values-intro h3 {
        font-size: 27px;
    }

    .tk-value-item {
        grid-template-columns: 35px 48px 1fr 35px;
        gap: 16px;
    }
}

@media (max-width: 991px) {
    .tk-values-intro {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .tk-values-intro h3 {
        max-width: 600px;
    }

    .tk-values-intro > p {
        max-width: 650px;
    }
}

@media (max-width: 767px) {
    .tk-values-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .tk-values-intro {
        padding: 30px;
        border-radius: 16px;
    }

    .tk-values-intro h3 {
        font-size: 25px;
    }

    .tk-value-item {
        grid-template-columns: 30px 46px 1fr;
        gap: 14px;

        min-height: 105px;
    }

    .tk-value-icon {
        width: 46px;
        height: 46px;
        font-size: 17px;
    }

    .tk-value-content h4 {
        font-size: 18px;
    }

    .tk-value-content p {
        font-size: 13px;
    }

    .tk-value-arrow {
        display: none;
    }
}

@media (max-width: 575px) {
    .tk-values-intro {
        padding: 25px;
    }

    .tk-values-intro__icon {
        width: 55px;
        height: 55px;
        font-size: 21px;
    }

    .tk-values-intro h3 {
        font-size: 23px;
    }

    .tk-values-intro > p {
        font-size: 14px;
    }

    .tk-value-item {
        grid-template-columns: 25px 42px 1fr;
        gap: 11px;

        padding: 20px 0;
    }

    .tk-value-item:hover {
        padding-left: 8px;
        padding-right: 8px;
    }

    .tk-value-item::before {
        left: -8px;
        right: -8px;
    }

    .tk-value-icon {
        width: 42px;
        height: 42px;
    }

    .tk-value-content h4 {
        font-size: 17px;
    }

    .tk-value-content p {
        font-size: 12.5px;
    }
}
/* =========================================================
   OUR EXPERTISE
========================================================= */

.expertise__area {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f8faff 0%, #eef3ff 50%, #f6f8ff 100%);
}

/* =========================================================
   BACKGROUND DECORATIONS
========================================================= */

.expertise__bg-shapes {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.expertise__circle {
    position: absolute;
    display: block;
    border-radius: 50%;
}

.expertise__circle-one {
    width: 420px;
    height: 420px;
    top: -180px;
    right: -120px;
    border: 1px solid rgba(29, 67, 254, 0.08);
}

.expertise__circle-one::before {
    content: "";
    position: absolute;
    inset: 55px;
    border-radius: 50%;
    border: 1px solid rgba(29, 67, 254, 0.06);
}

.expertise__circle-two {
    width: 260px;
    height: 260px;
    bottom: -150px;
    left: -80px;
    background: rgba(29, 67, 254, 0.035);
}

.expertise__grid {
    position: absolute;
    width: 320px;
    height: 320px;
    right: 5%;
    bottom: -100px;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(29, 67, 254, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(29, 67, 254, 0.06) 1px, transparent 1px);
    background-size: 32px 32px;
    transform: rotate(12deg);
}

/* =========================================================
   CONTENT
========================================================= */

.expertise__area .container {
    position: relative;
    z-index: 2;
}

.expertise__content {
    padding-left: 35px;
}

.expertise__content .section__title .sub-title {
    color: #1d43fe;
}

.expertise__content .section__title .title {
    color: #0b1633;
    max-width: 620px;
}

.expertise__intro {
    max-width: 650px;
    margin: 18px 0 32px;
    color: #667085;
    font-size: 15px;
    line-height: 1.85;
}

/* =========================================================
   IMAGE AREA
========================================================= */

.expertise__img-wrap {
    position: relative;
    padding: 0 35px 35px 0;
}

.expertise__image-main {
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 570px;
    border-radius: 22px;
    box-shadow: 0 25px 60px rgba(11, 22, 51, 0.14);
}

.expertise__image-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 55%,
        rgba(11, 22, 51, 0.28) 100%
    );
    pointer-events: none;
}

.expertise__image-main img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.expertise__img-wrap:hover .expertise__image-main img {
    transform: scale(1.04);
}

/* =========================================================
   IMAGE DECORATIVE SHAPE
========================================================= */

.expertise__image-shape {
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 135px;
    height: 135px;
    border-radius: 20px;
    background: #1d43fe;
    z-index: 1;
}

.expertise__image-shape::before,
.expertise__image-shape::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
}

.expertise__image-shape::before {
    width: 80px;
    height: 80px;
    top: 28px;
    left: 28px;
}

.expertise__image-shape::after {
    width: 42px;
    height: 42px;
    top: 47px;
    left: 47px;
}

/* =========================================================
   FLOATING CARD
========================================================= */

.expertise__floating-card {
    position: absolute;
    right: 0;
    bottom: 75px;
    z-index: 5;

    display: flex;
    align-items: center;
    gap: 14px;

    min-width: 255px;
    padding: 18px 20px;

    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 14px;

    box-shadow: 0 20px 50px rgba(11, 22, 51, 0.16);

    backdrop-filter: blur(10px);
}

.expertise__floating-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #1d43fe;
    border-radius: 12px;

    color: #ffffff;
    font-size: 20px;

    box-shadow: 0 10px 25px rgba(29, 67, 254, 0.22);
}

.expertise__floating-content span {
    display: block;
    margin-bottom: 3px;

    color: #8a94a6;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.expertise__floating-content h5 {
    margin: 0;
    color: #0b1633;
    font-size: 16px;
    font-weight: 600;
}

/* =========================================================
   NUMBER
========================================================= */

.expertise__number {
    position: absolute;
    top: 30px;
    left: -5px;
    z-index: 5;

    display: flex;
    align-items: center;
    gap: 8px;

    padding: 9px 13px;

    background: #0b1633;
    border-radius: 7px;

    box-shadow: 0 10px 25px rgba(11, 22, 51, 0.18);
}

.expertise__number span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.expertise__number small {
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    font-weight: 500;
}

/* =========================================================
   SERVICE LIST
========================================================= */

.expertise__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    border-top: 1px solid rgba(29, 67, 254, 0.12);
}

.expertise__item {
    position: relative;

    display: flex;
    align-items: flex-start;

    gap: 14px;

    min-height: 130px;
    padding: 24px 20px 24px 5px;

    border-bottom: 1px solid rgba(29, 67, 254, 0.12);

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        padding 0.3s ease;
}

.expertise__item:nth-child(odd) {
    border-right: 1px solid rgba(29, 67, 254, 0.12);
    padding-right: 25px;
}

.expertise__item:hover {
    background: rgba(255, 255, 255, 0.55);
    transform: translateY(-2px);
    padding-left: 12px;
}

/* =========================================================
   SERVICE ICON
========================================================= */

.expertise__icon {
    position: relative;

    width: 48px;
    height: 48px;
    flex: 0 0 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    border: 1px solid #e2e7ef;
    border-radius: 12px;

    color: #1d43fe;
    font-size: 19px;

    box-shadow: 0 8px 20px rgba(11, 22, 51, 0.05);

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.expertise__item:hover .expertise__icon {
    background: #1d43fe;
    border-color: #1d43fe;
    color: #ffffff;
    transform: translateY(-3px) rotate(4deg);
}

/* =========================================================
   SERVICE CONTENT
========================================================= */

.expertise__item-content {
    padding-right: 20px;
}

.expertise__item-content .title {
    margin: 0 0 6px;

    color: #0b1633;
    font-size: 17px;
    font-weight: 600;

    transition: color 0.3s ease;
}

.expertise__item:hover .expertise__item-content .title {
    color: #1d43fe;
}

.expertise__item-content p {
    margin: 0;

    color: #737d8f;
    font-size: 13px;
    line-height: 1.7;
}

/* =========================================================
   ARROW
========================================================= */

.expertise__arrow {
    position: absolute;
    top: 25px;
    right: 5px;

    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #98a2b3;
    font-size: 13px;

    opacity: 0;
    transform: translate(-5px, 5px);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}

.expertise__item:hover .expertise__arrow {
    opacity: 1;
    transform: translate(0, 0);

    background: #1d43fe;
    border-radius: 50%;

    color: #ffffff;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .expertise__content {
        padding-left: 15px;
    }

    .expertise__image-main {
        height: 520px;
    }

    .expertise__floating-card {
        min-width: 235px;
    }

    .expertise__item {
        padding-right: 12px;
    }

    .expertise__item:nth-child(odd) {
        padding-right: 17px;
    }
}

@media (max-width: 991px) {
    .expertise__img-wrap {
        max-width: 600px;
        margin: 0 auto 65px;
    }

    .expertise__content {
        padding-left: 0;
    }

    .expertise__image-main {
        height: 500px;
    }

    .expertise__intro {
        max-width: 700px;
    }
}

@media (max-width: 767px) {
    .expertise__area {
        background: linear-gradient(180deg, #f8faff 0%, #eef3ff 100%);
    }

    .expertise__img-wrap {
        padding-right: 20px;
        padding-bottom: 25px;
    }

    .expertise__image-main {
        height: 430px;
        border-radius: 18px;
    }

    .expertise__image-shape {
        width: 90px;
        height: 90px;
        left: -10px;
    }

    .expertise__image-shape::before {
        width: 55px;
        height: 55px;
        top: 18px;
        left: 18px;
    }

    .expertise__image-shape::after {
        width: 28px;
        height: 28px;
        top: 31px;
        left: 31px;
    }

    .expertise__number {
        top: 20px;
        left: 0;
    }

    .expertise__floating-card {
        right: -5px;
        bottom: 45px;
    }

    .expertise__list {
        grid-template-columns: 1fr;
    }

    .expertise__item:nth-child(odd) {
        border-right: 0;
        padding-right: 5px;
    }

    .expertise__item {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .expertise__image-main {
        height: 350px;
    }

    .expertise__floating-card {
        min-width: 210px;
        padding: 14px;
        gap: 10px;
    }

    .expertise__floating-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 17px;
    }

    .expertise__floating-content h5 {
        font-size: 14px;
    }

    .expertise__floating-content span {
        font-size: 9px;
    }

    .expertise__item {
        padding: 20px 0;
    }

    .expertise__item:hover {
        padding-left: 5px;
    }

    .expertise__icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 17px;
    }

    .expertise__item-content .title {
        font-size: 16px;
    }

    .expertise__item-content p {
        font-size: 12px;
    }
}

/* ============================================================
   GOVERNMENT RELATIONS
============================================================ */

.government__area {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f7f9ff 0%, #ffffff 48%, #f2f5ff 100%);
    isolation: isolate;
}

/* ============================================================
   BACKGROUND
============================================================ */

.government__bg-glow {
    position: absolute;
    top: -260px;
    right: -220px;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(29, 67, 254, 0.1) 0%,
        rgba(29, 67, 254, 0.035) 45%,
        transparent 72%
    );
    pointer-events: none;
    z-index: -2;
}

.government__grid {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    height: 100%;
    opacity: 0.4;
    pointer-events: none;

    background-image:
        linear-gradient(rgba(29, 67, 254, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(29, 67, 254, 0.035) 1px, transparent 1px);

    background-size: 42px 42px;

    mask-image: linear-gradient(to left, black, transparent);

    -webkit-mask-image: linear-gradient(to left, black, transparent);

    z-index: -1;
}

/* ============================================================
   VISUAL
============================================================ */

.government__visual {
    position: relative;
    padding: 0 35px 35px 0;
}

/* Image */

.government__image-wrap {
    position: relative;
    z-index: 2;
    height: 560px;
    overflow: hidden;
    border-radius: 24px;

    background: #dfe6ff;

    box-shadow: 0 25px 65px rgba(11, 22, 51, 0.13);
}

.government__image-wrap img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: cover;

    transition: transform 0.8s ease;
}

.government__visual:hover .government__image-wrap img {
    transform: scale(1.045);
}

/* Image Overlay */

.government__image-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        180deg,
        rgba(11, 22, 51, 0) 45%,
        rgba(11, 22, 51, 0.42) 100%
    );

    pointer-events: none;
}

/* ============================================================
   DECORATIVE FRAME
============================================================ */

.government__frame {
    position: absolute;
    left: -18px;
    bottom: 0;

    width: 135px;
    height: 135px;

    border-radius: 20px;

    background: linear-gradient(135deg, #1d43fe, #0b1633);

    z-index: 1;
}

.government__frame::after {
    content: "";

    position: absolute;
    inset: 12px;

    border: 1px solid rgba(255, 255, 255, 0.2);

    border-radius: 14px;
}

/* ============================================================
   FLOATING CARD
============================================================ */

.government__floating-card {
    position: absolute;

    right: 0;
    bottom: 28px;

    z-index: 5;

    display: flex;
    align-items: center;

    gap: 14px;

    min-width: 310px;

    padding: 16px 17px;

    border: 1px solid rgba(255, 255, 255, 0.85);

    border-radius: 16px;

    background: rgba(255, 255, 255, 0.96);

    box-shadow: 0 20px 50px rgba(11, 22, 51, 0.16);

    backdrop-filter: blur(14px);

    transition: transform 0.35s ease;
}

.government__visual:hover .government__floating-card {
    transform: translateY(-5px);
}

/* Icon */

.government__floating-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    flex: 0 0 50px;

    border-radius: 13px;

    color: #ffffff;

    background: linear-gradient(135deg, #1d43fe, #0b1633);

    font-size: 20px;
}

/* Text */

.government__floating-content {
    flex: 1;
}

.government__floating-content span {
    display: block;

    margin-bottom: 3px;

    color: #8992a3;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 0.8px;

    text-transform: uppercase;
}

.government__floating-content strong {
    display: block;

    color: #0b1633;

    font-size: 14px;
    font-weight: 700;

    line-height: 1.4;
}

/* Arrow */

.government__floating-arrow {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    border: 1px solid #e3e8f3;

    border-radius: 50%;

    color: #1d43fe;

    font-size: 13px;
}

/* ============================================================
   CONTENT
============================================================ */

.government__content {
    padding-left: 35px;
}

.government__content .sub-title {
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;

    color: #1d43fe;

    font-size: 14px;
    font-weight: 700;

    text-transform: uppercase;
}

.government__content .sub-title::before {
    content: "";

    width: 28px;
    height: 2px;

    border-radius: 5px;

    background: #1d43fe;
}

/* Heading */

.government__content .title {
    max-width: 610px;

    margin-bottom: 0;

    color: #0b1633;

    font-size: 42px;
    line-height: 1.2;

    font-weight: 700;

    letter-spacing: -0.8px;
}

/* Paragraph */

.government__lead {
    max-width: 620px;

    margin: 22px 0 13px;

    color: #596579;

    font-size: 15px;

    line-height: 1.85;
}

.government__text {
    max-width: 620px;

    margin: 0;

    color: #7b8495;

    font-size: 13px;

    line-height: 1.8;
}

/* ============================================================
   ORGANIZATIONS
============================================================ */

.government__organizations {
    margin-top: 32px;
}

.government__organizations-head {
    display: flex;
    align-items: center;

    gap: 15px;

    margin-bottom: 15px;
}

.government__organizations-head span {
    flex: 0 0 auto;

    color: #0b1633;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 0.5px;
}

.government__line {
    width: 55px;
    height: 1px;

    background: #dce2ee;
}

/* ============================================================
   LOGO GRID
============================================================ */

.government__logos {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 12px;
}

/* Logo Card */

.government__logo-card {
    position: relative;

    display: flex;
    align-items: center;

    gap: 12px;

    min-height: 76px;

    padding: 12px 13px;

    border: 1px solid #e5eaf3;

    border-radius: 14px;

    background: rgba(255, 255, 255, 0.78);

    text-decoration: none;

    transition: all 0.3s ease;
}

.government__logo-card:hover {
    border-color: rgba(29, 67, 254, 0.22);

    background: #ffffff;

    transform: translateY(-3px);

    box-shadow: 0 12px 28px rgba(29, 67, 254, 0.08);
}

/* Logo */

.government__logo {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    flex: 0 0 50px;

    border-radius: 11px;

    background: #f7f9fd;

    overflow: hidden;
}

.government__logo img {
    width: 38px;
    height: 38px;

    object-fit: contain;

    transition: transform 0.3s ease;
}

.government__logo-card:hover .government__logo img {
    transform: scale(1.08);
}

/* Organization Name */

.government__logo-info {
    flex: 1;
    padding-right: 20px;
}

.government__logo-info span {
    display: block;

    color: #344054;

    font-size: 11px;
    font-weight: 600;

    line-height: 1.5;
}

/* Arrow */

.government__logo-arrow {
    position: absolute;

    top: 10px;
    right: 10px;

    color: #c3cada;

    font-size: 11px;

    transition: all 0.3s ease;
}

.government__logo-card:hover .government__logo-arrow {
    color: #1d43fe;

    transform: translate(2px, -2px);
}

/* ============================================================
   COMPLIANCE NOTE
============================================================ */

.government__note {
    display: flex;
    align-items: center;

    gap: 13px;

    margin-top: 22px;

    padding: 13px 15px;

    border: 1px solid #e5eaf3;

    border-radius: 13px;

    background: rgba(255, 255, 255, 0.72);
}

/* Icon */

.government__note-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    flex: 0 0 40px;

    border-radius: 10px;

    color: #1d43fe;

    background: #eef2ff;

    font-size: 17px;
}

/* Text */

.government__note strong {
    display: block;

    margin-bottom: 2px;

    color: #0b1633;

    font-size: 12px;
    font-weight: 700;
}

.government__note span {
    display: block;

    color: #7b8495;

    font-size: 11px;

    line-height: 1.55;
}

/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 1199px) {
    .government__content {
        padding-left: 15px;
    }

    .government__content .title {
        font-size: 37px;
    }

    .government__image-wrap {
        height: 500px;
    }

    .government__floating-card {
        min-width: 285px;
    }
}

@media (max-width: 991px) {
    .government__content {
        padding-left: 0;
    }

    .government__visual {
        max-width: 650px;

        margin: 0 auto;
    }

    .government__content .title {
        max-width: 650px;

        font-size: 39px;
    }

    .government__lead {
        max-width: 700px;
    }

    .government__text {
        max-width: 700px;
    }

    .government__image-wrap {
        height: 520px;
    }

    .government__grid {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .government__area {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .government__visual {
        padding-right: 18px;
        padding-bottom: 28px;
    }

    .government__image-wrap {
        height: 440px;
        border-radius: 20px;
    }

    .government__floating-card {
        right: 0;
        bottom: 15px;

        min-width: 270px;

        padding: 13px;
    }

    .government__floating-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;

        font-size: 18px;
    }

    .government__frame {
        left: -10px;

        width: 100px;
        height: 100px;

        border-radius: 16px;
    }

    .government__content .title {
        font-size: 33px;
    }

    .government__lead {
        font-size: 14px;
    }

    .government__logos {
        gap: 10px;
    }
}

@media (max-width: 575px) {
    .government__image-wrap {
        height: 380px;
    }

    .government__floating-card {
        min-width: 245px;

        gap: 10px;
    }

    .government__floating-content strong {
        font-size: 12px;
    }

    .government__floating-content span {
        font-size: 9px;
    }

    .government__content .title {
        font-size: 30px;
        letter-spacing: -0.4px;
    }

    .government__lead {
        margin-top: 18px;

        font-size: 13px;
        line-height: 1.8;
    }

    .government__text {
        font-size: 12px;
    }

    .government__logos {
        grid-template-columns: 1fr;
    }

    .government__logo-card {
        min-height: 70px;
    }

    .government__note {
        align-items: flex-start;
    }

    .government__note span {
        font-size: 10px;
    }
}

/*----------------------------------------
    Why Choose Us
----------------------------------------*/

.why-us__area {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f7f9ff 0%, #ffffff 48%, #f1f5ff 100%);
    isolation: isolate;
}

.why-us__bg-shape {
    position: absolute;
    top: -280px;
    right: -220px;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(29, 67, 254, 0.08) 0%,
        rgba(29, 67, 254, 0.025) 45%,
        transparent 72%
    );
    pointer-events: none;
    z-index: -1;
}

.why-us__pattern {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
    height: 100%;
    opacity: 0.35;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(29, 67, 254, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(29, 67, 254, 0.035) 1px, transparent 1px);
    background-size: 45px 45px;
    mask-image: linear-gradient(to left, black, transparent);
    -webkit-mask-image: linear-gradient(to left, black, transparent);
    z-index: -1;
}

/* Visual */

.why-us__visual {
    position: relative;
    padding: 0 35px 35px 0;
}

.why-us__image-wrap {
    position: relative;
    overflow: hidden;
    min-height: 535px;
    border-radius: 24px;
    background: #dce5ff;
    box-shadow: 0 25px 65px rgba(11, 22, 51, 0.12);
    z-index: 2;
}

.why-us__image {
    width: 100%;
    height: 535px;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.why-us__visual:hover .why-us__image {
    transform: scale(1.045);
}

.why-us__image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(11, 22, 51, 0.02) 35%,
        rgba(11, 22, 51, 0.5) 100%
    );
    pointer-events: none;
}

/* Decorative blue frame */

.why-us__visual::before {
    content: "";
    position: absolute;
    top: 28px;
    left: -18px;
    width: 100px;
    height: 100px;
    border-top: 3px solid #1d43fe;
    border-left: 3px solid #1d43fe;
    border-radius: 18px 0 0 0;
    z-index: 1;
}

.why-us__visual::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(29, 67, 254, 0.08);
    z-index: -1;
}

/* Experience Card */

.why-us__experience {
    position: absolute;
    left: -25px;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 245px;
    padding: 18px 22px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 45px rgba(11, 22, 51, 0.15);
    backdrop-filter: blur(15px);
    z-index: 4;
}

.why-us__experience-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 13px;
    color: #ffffff;
    background: linear-gradient(135deg, #1d43fe, #0b1633);
    font-size: 21px;
}

.why-us__experience strong {
    display: block;
    margin-bottom: 3px;
    color: #0b1633;
    font-size: 14px;
    font-weight: 700;
}

.why-us__experience span {
    display: block;
    color: #7b8495;
    font-size: 11px;
    line-height: 1.5;
}

/* Floating Icon */

.why-us__floating-icon {
    position: absolute;
    top: 45px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 6px solid #f7f9ff;
    border-radius: 50%;
    color: #ffffff;
    background: #1d43fe;
    box-shadow: 0 12px 30px rgba(29, 67, 254, 0.25);
    font-size: 19px;
    z-index: 4;
}

/* Content */

.why-us__content {
    padding-left: 35px;
}

.why-us__content .sub-title {
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #1d43fe;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.why-us__content .sub-title::before {
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 5px;
    background: #1d43fe;
}

.why-us__content .title {
    max-width: 470px;
    margin-bottom: 20px;
    color: #0b1633;
    font-size: 44px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -1px;
}

.why-us__content .description {
    max-width: 540px;
    margin-bottom: 32px;
    color: #697386;
    font-size: 15px;
    line-height: 1.85;
}

/* Features */

.why-us__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 25px;
}

.why-us__feature {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.why-us__feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    border: 1px solid #dfe6fa;
    border-radius: 12px;
    color: #1d43fe;
    background: #f4f7ff;
    font-size: 17px;
    transition: all 0.3s ease;
}

.why-us__feature:hover .why-us__feature-icon {
    color: #ffffff;
    border-color: #1d43fe;
    background: #1d43fe;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(29, 67, 254, 0.18);
}

.why-us__feature-content h4 {
    margin: 1px 0 6px;
    color: #0b1633;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
}

.why-us__feature-content p {
    margin: 0;
    color: #7c8698;
    font-size: 12px;
    line-height: 1.65;
}

/* Bottom */

.why-us__bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 35px;
    padding-top: 28px;
    border-top: 1px solid #e5eaf4;
}

.why-us__button {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: #0b1633;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.why-us__button i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #ffffff;
    background: #1d43fe;
    font-size: 14px;
    transition: all 0.3s ease;
}

.why-us__button:hover {
    color: #1d43fe;
}

.why-us__button:hover i {
    transform: translate(3px, -3px);
    box-shadow: 0 8px 20px rgba(29, 67, 254, 0.22);
}

.why-us__trust {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7b8495;
    font-size: 12px;
    font-weight: 600;
}

.why-us__trust i {
    color: #1d43fe;
    font-size: 17px;
}

/* Responsive */

@media (max-width: 1199px) {
    .why-us__content {
        padding-left: 15px;
    }

    .why-us__content .title {
        font-size: 38px;
    }

    .why-us__image-wrap,
    .why-us__image {
        height: 490px;
        min-height: 490px;
    }

    .why-us__features {
        gap: 18px;
    }

    .why-us__experience {
        left: -15px;
    }
}

@media (max-width: 991px) {
    .why-us__content {
        padding-left: 0;
    }

    .why-us__visual {
        max-width: 650px;
        margin: 0 auto;
    }

    .why-us__content .title {
        max-width: 600px;
        font-size: 40px;
    }

    .why-us__content .description {
        max-width: 650px;
    }

    .why-us__image-wrap,
    .why-us__image {
        height: 520px;
        min-height: 520px;
    }
}

@media (max-width: 575px) {
    .why-us__area {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .why-us__visual {
        padding: 0 18px 28px 0;
    }

    .why-us__image-wrap,
    .why-us__image {
        height: 390px;
        min-height: 390px;
    }

    .why-us__experience {
        left: 0;
        min-width: 220px;
        padding: 14px 16px;
    }

    .why-us__experience-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 18px;
    }

    .why-us__floating-icon {
        top: 25px;
        right: -2px;
        width: 48px;
        height: 48px;
        border-width: 4px;
        font-size: 16px;
    }

    .why-us__content .title {
        font-size: 31px;
        letter-spacing: -0.5px;
    }

    .why-us__content .description {
        font-size: 14px;
    }

    .why-us__features {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .why-us__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        margin-top: 28px;
        padding-top: 23px;
    }
}

/* =========================================================
   OUR COMMITMENT
========================================================= */

.commitment__area {
    position: relative;
    overflow: hidden;
    background: #f5f7ff;
    color: #101828;
}

/* Soft background atmosphere */
.commitment__area::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    top: -350px;
    left: -250px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(29, 67, 254, 0.08) 0%,
        rgba(29, 67, 254, 0.025) 45%,
        transparent 70%
    );
    pointer-events: none;
}

.commitment__area::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -250px;
    bottom: -280px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(29, 67, 254, 0.06),
        transparent 70%
    );
    pointer-events: none;
}

.commitment__area .container {
    position: relative;
    z-index: 3;
}

/* =========================================================
   DECORATIVE SHAPES
========================================================= */

.commitment__shapes {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.commitment__shapes span {
    position: absolute;
    display: block;
    border: 1px solid rgba(29, 67, 254, 0.07);
    border-radius: 50%;
}

.commitment__shapes span:nth-child(1) {
    width: 520px;
    height: 520px;
    top: -300px;
    right: -150px;
}

.commitment__shapes span:nth-child(2) {
    width: 300px;
    height: 300px;
    bottom: -190px;
    left: -100px;
}

.commitment__shapes span:nth-child(3) {
    width: 12px;
    height: 12px;
    top: 25%;
    right: 15%;
    border: 0;
    background: #1d43fe;
    opacity: 0.18;
}

/* =========================================================
   MAIN CARD
========================================================= */

.commitment__card {
    position: relative;
    overflow: hidden;
    border: 1px solid #e8ecf8;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(16, 24, 40, 0.06);
}

/* =========================================================
   CONTENT
========================================================= */

.commitment__content {
    max-width: 850px;
    margin: 0 auto;
    padding: 65px 50px 55px;
}

.commitment__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 22px;
    border-radius: 18px;
    background: #eef2ff;
    color: #1d43fe;
    font-size: 27px;
    box-shadow: 0 10px 25px rgba(29, 67, 254, 0.08);
}

.commitment__content .sub-title {
    display: block;
    margin-bottom: 12px;
    color: #1d43fe;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.commitment__content .title {
    margin-bottom: 24px;
    color: #101828;
    font-size: 42px;
    line-height: 1.25;
    font-weight: 700;
}

.commitment__divider {
    width: 55px;
    height: 3px;
    margin: 0 auto 28px;
    border-radius: 10px;
    background: #1d43fe;
}

.commitment__content p {
    max-width: 760px;
    margin: 0 auto 16px;
    color: #667085;
    font-size: 15px;
    line-height: 1.9;
}

.commitment__content p:last-child {
    margin-bottom: 0;
}

/* =========================================================
   TRUST FOOTER
========================================================= */

.commitment__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px 45px;
    padding: 22px 30px;
    border-top: 1px solid #edf0f7;
    background: #fafbff;
}

.commitment__trust-item {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #475467;
    font-size: 13px;
    font-weight: 500;
}

.commitment__trust-item i {
    color: #1d43fe;
    font-size: 15px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {
    .commitment__content {
        padding: 55px 35px 45px;
    }

    .commitment__content .title {
        font-size: 36px;
    }

    .commitment__bottom {
        gap: 18px 30px;
    }
}

@media (max-width: 575px) {
    .commitment__area {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .commitment__card {
        border-radius: 18px;
    }

    .commitment__content {
        padding: 40px 22px 35px;
    }

    .commitment__icon {
        width: 56px;
        height: 56px;
        margin-bottom: 18px;
        border-radius: 15px;
        font-size: 23px;
    }

    .commitment__content .sub-title {
        font-size: 11px;
    }

    .commitment__content .title {
        margin-bottom: 20px;
        font-size: 29px;
        line-height: 1.25;
    }

    .commitment__content p {
        font-size: 14px;
        line-height: 1.8;
    }

    .commitment__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
        padding: 20px 22px;
    }

    .commitment__trust-item {
        font-size: 12px;
    }
}

/* =========================================================
   PREMIUM CTA
========================================================= */

.tk-cta-premium {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background: linear-gradient(135deg, #1d43fe 0%, #0b1633 100%);
    isolation: isolate;
}

/* Soft ambient glow */
.tk-cta-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(255, 255, 255, 0.16),
            transparent 28%
        ),
        radial-gradient(
            circle at 85% 85%,
            rgba(29, 67, 254, 0.35),
            transparent 38%
        );
    pointer-events: none;
}

/* Subtle grid pattern */
.tk-cta-premium::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.055;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
    background-size: 45px 45px;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        black 25%,
        black 75%,
        transparent
    );
    pointer-events: none;
}

/* =========================================================
   INNER WRAPPER
========================================================= */

.tk-cta-premium__inner {
    position: relative;
    padding: 70px 75px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(14px);
}

/* =========================================================
   DECORATIVE SHAPES
========================================================= */

.tk-cta-premium__shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.tk-cta-premium__shape-one {
    width: 420px;
    height: 420px;
    top: -220px;
    right: -100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tk-cta-premium__shape-two {
    width: 260px;
    height: 260px;
    bottom: -150px;
    left: -80px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.tk-cta-premium__shape-three {
    width: 10px;
    height: 10px;
    top: 22%;
    right: 28%;
    background: rgba(255, 255, 255, 0.7);
    box-shadow:
        0 0 0 8px rgba(255, 255, 255, 0.04),
        0 0 30px rgba(255, 255, 255, 0.4);
}

/* =========================================================
   LABEL
========================================================= */

.tk-cta-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 8px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.tk-cta-label__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}

/* =========================================================
   CONTENT
========================================================= */

.tk-cta-content {
    max-width: 690px;
}

.tk-cta-content .title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 52px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.2px;
}

.tk-cta-content p {
    max-width: 610px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.75;
}

/* =========================================================
   TRUST INFO
========================================================= */

.tk-cta-trust {
    display: flex;
    align-items: center;
    gap: 13px;
}

.tk-cta-trust__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 20px;
}

.tk-cta-trust strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.tk-cta-trust span {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
}

/* =========================================================
   ACTION CARD
========================================================= */

.tk-cta-action {
    position: relative;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.tk-cta-action__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 22px;
    border-radius: 15px;
    background: #eef2ff;
    color: #1d43fe;
    font-size: 23px;
}

.tk-cta-action__content {
    margin-bottom: 25px;
}

.tk-cta-action__content span {
    display: block;
    margin-bottom: 5px;
    color: #777;
    font-size: 13px;
}

.tk-cta-action__content strong {
    display: block;
    color: #101828;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

/* =========================================================
   PRIMARY BUTTON
========================================================= */

.tk-cta-primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    padding: 16px 18px 16px 22px;
    border-radius: 12px;
    background: #1d43fe;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tk-cta-primary i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 16px;
    transition: transform 0.3s ease;
}

.tk-cta-primary:hover {
    color: #fff;
    background: #1234d4;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(29, 67, 254, 0.3);
}

.tk-cta-primary:hover i {
    transform: translate(2px, -2px);
}

/* =========================================================
   SECONDARY LINK
========================================================= */

.tk-cta-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 17px;
    color: #344054;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tk-cta-secondary i {
    transition: transform 0.3s ease;
}

.tk-cta-secondary:hover {
    color: #1d43fe;
}

.tk-cta-secondary:hover i {
    transform: translateX(4px);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .tk-cta-premium {
        padding: 90px 0;
    }

    .tk-cta-premium__inner {
        padding: 60px 50px;
    }

    .tk-cta-content .title {
        font-size: 44px;
    }

    .tk-cta-action {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .tk-cta-premium {
        padding: 80px 0;
    }

    .tk-cta-premium__inner {
        padding: 50px 40px;
    }

    .tk-cta-content {
        max-width: 100%;
    }

    .tk-cta-content .title {
        font-size: 38px;
    }

    .tk-cta-content p {
        font-size: 16px;
    }

    .tk-cta-action {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .tk-cta-premium {
        padding: 65px 0;
    }

    .tk-cta-premium__inner {
        padding: 40px 22px;
        border-radius: 20px;
    }

    .tk-cta-label {
        margin-bottom: 15px;
        font-size: 11px;
    }

    .tk-cta-content .title {
        margin-bottom: 16px;
        font-size: 30px;
        line-height: 1.18;
        letter-spacing: -0.5px;
    }

    .tk-cta-content p {
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 1.7;
    }

    .tk-cta-trust {
        align-items: flex-start;
    }

    .tk-cta-trust__icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .tk-cta-trust strong {
        font-size: 13px;
    }

    .tk-cta-trust span {
        font-size: 11px;
        line-height: 1.5;
    }

    .tk-cta-action {
        margin-top: 35px;
        padding: 25px 20px;
        border-radius: 17px;
    }

    .tk-cta-action__icon {
        width: 48px;
        height: 48px;
        margin-bottom: 18px;
        font-size: 20px;
    }

    .tk-cta-action__content strong {
        font-size: 18px;
    }

    .tk-cta-primary {
        padding: 14px 15px 14px 17px;
    }

    .tk-cta-primary i {
        width: 31px;
        height: 31px;
    }

    .tk-cta-premium__shape-one {
        width: 280px;
        height: 280px;
        right: -160px;
        top: -130px;
    }

    .tk-cta-premium__shape-two {
        width: 180px;
        height: 180px;
        left: -100px;
        bottom: -100px;
    }
}
/* =========================================
   WHO WE ARE - PREMIUM BACKGROUND
========================================= */

.custom-history-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f7f9ff 45%,
            #eef3ff 100%
        );
}

/* Large soft blue circle */
.history__bg-shape {
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    pointer-events: none;
}

.history__bg-shape-one {
    width: 520px;
    height: 520px;
    top: -280px;
    right: -180px;
    background: rgba(29, 67, 254, 0.055);
}

/* Bottom-left decoration */
.history__bg-shape-two {
    width: 380px;
    height: 380px;
    bottom: -250px;
    left: -180px;
    background: rgba(29, 67, 254, 0.035);
}

/* Subtle grid */
.history__bg-pattern {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.35;
    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(29, 67, 254, 0.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(29, 67, 254, 0.025) 1px,
            transparent 1px
        );

    background-size: 55px 55px;

    mask-image: linear-gradient(
        to bottom,
        transparent,
        black 20%,
        black 80%,
        transparent
    );
}

/* Keep content above background */
.custom-history-section .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   SERVICE ITEMS
========================================= */

.custom-history-section .history__service-item {
    position: relative;
    transition: transform 0.3s ease;
}

.custom-history-section .history__service-item:hover {
    transform: translateX(5px);
}

.custom-history-section .service__number {
    color: #1d43fe;
    font-weight: 700;
}


/* =========================================
   IMAGE ENHANCEMENT
========================================= */

.custom-history-images {
    position: relative;
}

.custom-history-images .history__main-image img,
.custom-history-images .history__second-image img {
    box-shadow: 0 20px 55px rgba(11, 22, 51, 0.10);
}

.custom-history-images .history__main-image {
    position: relative;
    z-index: 1;
}

.custom-history-images .history__second-image {
    position: relative;
    z-index: 3;
}


/* =========================================
   BADGE
========================================= */

.custom-history-images .history__badge {
    position: relative;
    z-index: 5;
    box-shadow: 0 15px 40px rgba(11, 22, 51, 0.12);
}


/* =========================================
   KHMER
========================================= */

.lang-kh .custom-history-section p {
    line-height: 1.8;
}

.lang-kh .custom-history-section .title {
    line-height: 1.5;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .custom-history-section {
        background:
            linear-gradient(
                180deg,
                #ffffff 0%,
                #f5f8ff 100%
            );
    }

    .history__bg-shape-one {
        width: 300px;
        height: 300px;
        top: -150px;
        right: -150px;
    }

    .history__bg-shape-two {
        width: 240px;
        height: 240px;
        bottom: -140px;
        left: -120px;
    }

    .history__bg-pattern {
        background-size: 40px 40px;
    }
}
