.about-banner-area-bg {
    position: relative;
    width: 100%;
    min-height: 760px;
    height: 760px !important;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(380px, 44%) minmax(0, 56%);
    background: #f4f5f8;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
}
.about-banner-area-bg::before {
    display: none;
}
.about-banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 70px 64px 70px 60px;
    background: #d8d8e1;
    clip-path: polygon(0 0, 100% 0, 84% 50%, 100% 100%, 0 100%);
}
.about-banner-content-inner {
    max-width: 540px;
}
.about-banner-content .title {
    margin: 0;
    color: #1f1f25;
    font-size: clamp(54px, 5.2vw, 66px);
    line-height: 1.12;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.about-banner-content .disc {
    margin-top: 28px;
    margin-bottom: 0;
    color: #2f3139;
    font-size: 35px;
    line-height: 1.45;
    font-weight: 400;
}
.about-banner-content .about-banner-btn {
    margin-top: 34px;
}
.about-banner-content .about-banner-btn .rts-btn {
    min-width: 246px;
    height: 56px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.about-banner-visual {
    position: relative;
    min-height: 760px;
    background: url(assets/images/about/01.webp) center center / cover no-repeat;
    clip-path: none;
    border-bottom-left-radius: 0;
}
.about-banner-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(216, 216, 225, 0.14) 0%, rgba(216, 216, 225, 0) 18%);
    pointer-events: none;
}
.mt-dec-80 {
    margin-top: 0;
    position: relative;
    z-index: 10;
}
.counter-up-wrapper.mt-dec-80 {
    position: relative;
    padding: 70px 0;
    background: linear-gradient(180deg, #f8f9ff 0%, #f3f5ff 100%);
    overflow: hidden;
}
.counter-up-wrapper.mt-dec-80 .container {
    max-width: 1240px;
}
.counter-up-wrapper.mt-dec-80 .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.counter-up-wrapper.mt-dec-80 .single-counter-up-one {
    height: 100%;
    text-align: left;
    padding: 34px 30px;
    border: 1px solid rgba(42, 42, 204, 0.14);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(20, 26, 84, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.counter-up-wrapper.mt-dec-80 .single-counter-up-one:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(20, 26, 84, 0.12);
}
.counter-up-wrapper.mt-dec-80 .single-counter-up-one .icon-area {
    width: 52px;
    height: 52px;
    margin: 0 0 18px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(42, 42, 204, 0.1);
}
.counter-up-wrapper.mt-dec-80 .single-counter-up-one p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #5c6170;
}
.counter-up-wrapper.mt-dec-80 .single-counter-up-one .title {
    margin: 0;
    font-size: clamp(34px, 2.8vw, 44px);
    line-height: 1.08;
    font-weight: 500;
    color: #1f1f25;
}
.what-we-do-area-start {
    position: relative;
    padding: 36px 0 16px;
    background: transparent;
}
.what-we-do-wrapper-about {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}
.what-we-do-wrapper-about .title {
    color: #1f1f25;
}
.what-we-do-wrapper-about h2.title {
    font-size: clamp(34px, 3.2vw, 48px);
    line-height: 1.18;
}
.what-we-do-wrapper-about h3.title {
    font-size: clamp(32px, 3vw, 44px);
    line-height: 1.18;
}
.what-we-do-wrapper-about p.disc {
    margin-bottom: 18px;
    font-size: 17px !important;
    line-height: 1.7;
    color: #5c6170;
}
.custom-cards-row.about-info-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 26px;
}
.custom-cards-row.about-info-cards .custom-card-box {
    max-width: none;
    min-width: 0;
    width: 100%;
    margin: 0;
}
.about-info-cards .custom-card-desc {
    font-size: 16px;
    line-height: 1.7;
}
.about-info-cards .about-card-extra {
    margin-top: 12px;
}
.what-we-do-main-wrapper {
    height: 100%;
    padding: 34px 30px;
    border: 1px solid rgba(42, 42, 204, 0.12);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(22, 29, 86, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.what-we-do-main-wrapper:hover {
    transform: translateY(-8px);
    border-color: rgba(42, 42, 204, 0.22);
    box-shadow: 0 22px 46px rgba(22, 29, 86, 0.14);
}
.what-we-do-main-wrapper .title {
    font-size: 28px;
    line-height: 1.18;
    color: #1f1f25;
    margin-bottom: 16px;
}
.what-we-do-main-wrapper p.disc {
    font-size: 18px;
    line-height: 1.7;
    color: #5c6170;
}
.what-we-do-main-wrapper .rts-btn {
    margin-top: 34px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.keybenefits-area {
    padding: 28px 0 48px;
    background: #fff;
}
.benefits-area-title-wrapper {
    margin: 0 auto 26px;
    text-align: center;
}
.benefits-area-title-wrapper .title {
    font-size: clamp(28px, 3vw, 38px);
    color: #1d1f29;
    margin-bottom: 0;
}
.keybenefits-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}
.single-benefits-area-wrapper {
    min-height: 170px;
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(42, 42, 204, 0.10);
    border-radius: 30px;
    box-shadow: 0 14px 34px rgba(22, 29, 86, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.single-benefits-area-wrapper.bg-light {
    background: #f7f8ff;
}
.single-benefits-area-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(42, 42, 204, 0.10);
    background: linear-gradient(180deg, #ffffff 0%, #f5f7ff 100%);
}
.single-benefits-area-wrapper .icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 16px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f7ff;
}
.single-benefits-area-wrapper .icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(29%) sepia(81%) saturate(1542%) hue-rotate(220deg) brightness(89%) contrast(97%);
}
.single-benefits-area-wrapper .title {
    font-size: 17px;
    line-height: 1.35;
    color: #31343c;
    margin-bottom: 0;
}
.gap-service-area {
    position: relative;
    padding: 96px 0;
    background:
        radial-gradient(circle at top left, rgba(42, 42, 204, 0.08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f7f8ff 100%);
}
.gap-service-area .title-area-center-inner-with-sub {
    max-width: 760px;
    margin: 0 auto 20px;
    text-align: center;
}
.gap-service-area .title-area-center-inner-with-sub .title {
    color: #1f1f25;
}
.gap-service-area .title-area-center-inner-with-sub .disc {
    max-width: 680px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.65;
    color: #5c6170;
}
.single-service-area-4.in-about-page {
    height: 100%;
    padding: 30px 24px;
    border: 1px solid rgba(42, 42, 204, 0.12);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(22, 29, 86, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
}
.single-service-area-4.in-about-page:hover {
    transform: translateY(-8px);
    border-color: rgba(42, 42, 204, 0.24);
    box-shadow: 0 22px 46px rgba(22, 29, 86, 0.14);
    background: rgba(42, 42, 204, 0.02);
}
.single-service-area-4.in-about-page .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: rgba(42, 42, 204, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-service-area-4.in-about-page .icon img {
    transition: filter 0.3s ease;
}
.single-service-area-4.in-about-page:hover .icon img {
    filter: hue-rotate(-20deg) saturate(1.8) brightness(0.9);
}
.single-service-area-4.in-about-page:hover .icon svg path {
    stroke: #2a2acc !important;
}
.single-service-area-4.in-about-page .title-area a {
    gap: 10px;
}
.single-service-area-4.in-about-page .title-area img {
    transition: 0.3s ease;
}
.single-service-area-4.in-about-page:hover .title-area img {
        filter: brightness(0) !important;
        opacity: 0.8;
}
.single-service-area-4.in-about-page:hover .title-area svg path {
    stroke: #1f1f25 !important;
}
.single-service-area-4.in-about-page .title-area .title {
    font-size: 22px;
    line-height: 1.25;
    color: #1f1f25;
}
.rts-call-to-action-area-about {
    position: relative;
    overflow: hidden;
    padding: 96px 0;
    background: linear-gradient(135deg, rgba(18, 21, 48, 0.96) 0%, rgba(34, 38, 76, 0.92) 55%, rgba(27, 31, 62, 0.96) 100%);
}
.rts-call-to-action-area-about::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 20%, rgba(255, 255, 255, 0.16), transparent 42%),
        radial-gradient(circle at 84% 78%, rgba(120, 140, 255, 0.22), transparent 48%);
    pointer-events: none;
}
.rts-call-to-action-area-about .container {
    position: relative;
    z-index: 1;
}
.rts-call-to-action-area-about .title,
.rts-call-to-action-area-about p.disc {
    color: #ffffff;
}
.rts-call-to-action-area-about .title {
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.1;
}
.rts-call-to-action-area-about p.disc {
    max-width: 760px;
    margin: 18px auto 0;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.84);
}
.rts-call-to-action-area-about .rts-btn {
    margin-top: 34px;
}
@media (max-width: 991px) {
    .about-banner-area-bg {
        min-height: 620px;
        height: auto !important;
        grid-template-columns: 1fr;
        border-radius: 0;
    }
    .about-banner-content {
        padding: 44px 24px 36px;
        clip-path: none;
    }
    .about-banner-content-inner {
        max-width: 100%;
    }
    .about-banner-content .title {
        font-size: clamp(42px, 8vw, 52px);
    }
    .about-banner-content .disc {
        margin-top: 20px;
        font-size: 24px;
    }
    .about-banner-visual {
        min-height: 430px;
        clip-path: none;
        border-bottom-left-radius: 0;
    }
    .what-we-do-area-start {
        padding: 24px 0 10px;
    }
    .what-we-do-main-wrapper {
        padding: 28px 22px;
    }
    .custom-cards-row.about-info-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
    .counter-up-wrapper.mt-dec-80 {
        padding: 52px 0;
    }
    .counter-up-wrapper.mt-dec-80 .single-counter-up-one {
        padding: 28px 24px;
    }
}
@media (max-width: 767px) {
    .custom-cards-row.about-info-cards {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    .mt-dec-80 {
        margin-top: 0;
    }
    .about-banner-area-bg {
        min-height: 460px;
    }
    .about-banner-content {
        padding: 34px 18px 24px;
    }
    .about-banner-content .title {
        font-size: clamp(34px, 10vw, 42px);
    }
    .about-banner-content .disc {
        margin-top: 14px;
        font-size: 19px;
        line-height: 1.5;
    }
    .about-banner-content .about-banner-btn {
        margin-top: 22px;
    }
    .about-banner-content .about-banner-btn .rts-btn {
        min-width: 210px;
        height: 50px;
        padding: 0 18px;
    }
    .about-banner-visual {
        min-height: 330px;
        border-bottom-left-radius: 0;
    }
    .what-we-do-wrapper-about p.disc {
        font-size: 16px !important;
    }
    .single-benefits-area-wrapper,
    .single-service-area-4.in-about-page {
        padding: 24px 20px;
    }
}
@media (max-width: 575px) {
    .counter-up-wrapper.mt-dec-80 .single-counter-up-one .icon-area {
        width: 48px;
        height: 48px;
    }
    .counter-up-wrapper.mt-dec-80 .single-counter-up-one p {
        font-size: 15px;
    }
    .counter-up-wrapper.mt-dec-80 .single-counter-up-one .title {
        font-size: 36px;
    }
}

.about-collab-row {
    margin-top: 50px;
    padding: 100px 0;
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.about-collab-row::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at 16% 10%, rgba(88, 122, 255, 0.32), transparent 34%),
        radial-gradient(circle at 84% 12%, rgba(110, 141, 255, 0.28), transparent 36%),
        linear-gradient(180deg, #040936 0%, #0b1450 50%, #05083a 100%);
    z-index: -2;
    pointer-events: none;
}

.about-collab-row::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background-image: linear-gradient(rgba(206, 219, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(206, 219, 255, 0.05) 1px, transparent 1px);
    background-size: 126px 126px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 94%);
    z-index: -1;
    pointer-events: none;
}

.about-collab-col {
    position: relative;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
}

.about-collab-card {
    position: relative;
    text-align: left;
    padding: 34px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(156, 184, 255, 0.42);
    border-radius: 22px;
    background: linear-gradient(160deg, rgba(28, 38, 104, 0.96) 0%, rgba(18, 28, 88, 0.94) 100%);
    box-shadow: 0 20px 56px rgba(9, 14, 54, 0.54), inset 0 1px 0 rgba(214, 227, 255, 0.15);
    backdrop-filter: blur(6px);
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.about-collab-card::before {
    content: "";
    position: absolute;
    top: -72px;
    right: -58px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(156, 186, 255, 0.3), rgba(156, 186, 255, 0));
    transition: transform 0.3s ease;
}

.about-collab-card:hover {
    transform: translateY(-8px);
    border-color: rgba(215, 228, 255, 0.88);
    box-shadow: 0 26px 62px rgba(20, 36, 118, 0.62), 0 0 22px rgba(136, 170, 255, 0.42);
}

.about-collab-card:hover::before {
    transform: scale(1.12);
}

.about-collab-card .title {
    margin-bottom: 15px;
    color: #f6f9ff;
}

.about-collab-card .disc {
    margin: 0;
    color: rgba(216, 227, 255, 0.92);
    flex-grow: 1;
}

.about-collab-card .rts-btn.btn-border {
    margin-top: 26px;
    border-color: rgba(214, 227, 255, 0.6);
    color: #f6f9ff;
    background: rgba(255, 255, 255, 0.04);
}

.about-collab-card .rts-btn.btn-border:hover {
    border-color: #ffffff;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.16);
}

@media (max-width: 991px) {
    .about-collab-row {
        padding: 36px 0;
    }

    .about-collab-card {
        padding: 30px 24px;
    }
}

@media (min-width: 992px) {
    .about-collab-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
}
