@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Readex+Pro:wght@160..700&display=swap');

body {
	font-family: "Barlow", sans-serif;
    font-family: "Readex Pro", sans-serif;
	overflow-x: hidden;
    font-size: 16px;
    background: #f9f2f4;
}

a, a:hover {
    text-decoration: none;
}
header {
    padding: 24px 43px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
}
.navbar-brand {
    width: 200px;
    padding: 0;
    margin-right: 40px;
}
.navbar-brand img {
    max-width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-item {
    padding: 8px 20px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 0 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #626873;
    border-bottom: 2px solid transparent;
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #e10600;
    border-bottom-color:#e10600;
}
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px 32px;
    background: #fff;
    color: #111;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 4px;
    line-height: 1;
}
.btn:hover {
    background: #800020;
    color: #fff;
}
.btn.btn_theme {
    background: linear-gradient(135deg, #e10600, #710300);
    color: #fff;
}
.btn.btn_theme:hover {
    background: #800020;
    color: #fff;
}
.btn.btn_theme_outline {
    padding: 19px 32px;
    border: 1px solid #800020;
    background: linear-gradient(135deg, #e10600, #710300);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.btn.btn_theme_outline:hover {
    background: #800020;
    color: #fff;
}
.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    color: #fff;
    background: #25D366;
    border-radius: 4px;
    padding: 17px 32px;
    text-decoration: none;
    transition: opacity .2s;
}
.call_btn {
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(135deg, #e10600, #710300);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.call_btn + a {
    margin-left: 40px;
}
.talk_btn {
    display: inline-flex;
    padding: 16px 32px;
    background: linear-gradient(135deg, #e10600, #710300);
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 4px;
    line-height: 1;
    box-shadow: 0 15px 34px rgba(225, 6, 0, 0.24);
}
.talk_btn:hover {
    background: #a60502;
    color: #fff;
}
.banner_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 100px 0;
    background-size: cover;
    position: relative;
    min-height: 100dvh;
}
.banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 10% 0%, rgba(225, 6, 0, 0.13), transparent 28rem), linear-gradient(180deg, #fff 0%, #f5f6f8 58%, #fff 100%);
}
.globe_area {
    display: block;
    position: relative;
}
.globe_area .contact_item {
    box-shadow: 0 24px 70px rgba(16, 17, 20, 0.13);
    animation: float 4.5s ease-in-out infinite;
    z-index: 9;
}
.globe_area .contact_item figure {
    margin: 0;
}
.globe_area .contact_item p {
    margin: 0;
}
.globe_area .contact_item .counter {
    font-size: 50px;
    background: linear-gradient(135deg, #e10600, #710300);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.globe_area .contact_item .counter span {
    font-size: 20px;
    color: #101114;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0) perspective(1000px) rotateY(-8deg) rotateX(5deg);
    }
    50% {
        transform: translateY(-14px) perspective(1000px) rotateY(-8deg) rotateX(5deg);
    }
}
.tech_rate {
    left: 35%;
    bottom: 45%;
}
.success_rate {
    top: 15%;
    left: 5%;
}
.progress_rate {
    right: 0;
    bottom: 15%;
}
.shape_one {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 28%;
    max-width: 100%;
    pointer-events: none;
}
.shape_two {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: auto;
    height: 100%;
    pointer-events: none;
}
.world_image {
    position: absolute;
    top: 140px;
    right: -15%;
    opacity: 8%;
    pointer-events: none;
}
.globe {
    max-width: 100%;
    position: relative;
}
canvas{
    width:700px;
    height:700px;
    position: relative;
}
.subtitle {
    display: inline-flex;
    text-align: center;
    padding: 6px 19px;
    background: linear-gradient(84deg, rgba(113, 3, 0, .1) 0%, rgba(225, 6, 0, .1) 100%);
    margin-bottom: 15px;
    border-radius: 4px;
}
.subtitle.white {
    background: #fff;
}
.subtitle span {
    background: linear-gradient(135deg, #e10600, #710300);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.banner_caption h1 {
    font-size: 80px;
    color: #fff;
    font-weight: 700;
}
.banner_info_box {
    display: flex;
    align-items: center;
    gap: 30px;
}
.banner_call {
    display: flex;
    gap: 20px;
}
.banner_call figure {
    margin: 0;
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #33000d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c08090;
}
.banner_call_info {
    display: flex;
    flex-direction: column;
}
.banner_call_text {
    color: #626873;
}
.banner_call_info a.banner_call_no {
    background: linear-gradient(135deg, #e10600, #710300);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 20px;
}
.orange-text {
    color: #e10600;
}
.banner_block {
    max-width: 100%;
    padding: 0 6.25rem;
    position: relative;
}
.banner_caption {
    display: block;
    width: 100%;
    position: relative;
    z-index: 3;
}
.banner_caption h1 {
    margin-bottom: 24px;
    color: #101114;
}
.banner_caption p {
    max-width: 550px;
    color: #626873;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
}
/* .hero_circle::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(180deg, rgba(16, 16, 16, 0.4) 0%, #ffe6e6 70%);
    width: 611px;
    height: 609px;
    z-index: 1;
    border-radius: 50%;
} */
/* .hero_circle img {
    border-radius: 50%;
    animation: cir36 10s linear infinite;
    -webkit-box-shadow: 0px 0px 70px 0px rgba(253,58,37,0.7);
    -moz-box-shadow: 0px 0px 70px 0px rgba(253,58,37,0.7);
    box-shadow: 0px 0px 70px 0px rgba(253,58,37,0.7);
    background: url(../images/hero-circle.png) center no-repeat;
    background-size: cover;
}
@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
} */
.video_wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}
.video_wrap video {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    float: right;
}
.count_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.125rem 2.25rem;
    background: rgb(36 47 53 / .8);
    border: 1px solid rgb(163 169 171 / .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0.5625rem;
    font-weight: 800;
}
.count_block h6 {
    color: #e2eeee;
    margin: 0;
}
.count_block h6 span {
    color: #e10600;
}
.count_block .count {
    font-weight: 800;
    font-size: 2.9rem;
    color: #e2eeee;
    line-height: 1.25;
}
.count_block .count span {
    color: #e10600;
    font-size: 2.25rem;
}
.count_block .count_2 {
    font-weight: 800;
    font-size: 2.9rem;
    color: #e10600;
    line-height: 1.25;
}
.count_block .count_2 span {
    color: #e2eeee;
    font-size: 1.4rem;
}
.count_block + .count_block {
    margin-top: 1.125rem;
}
.scroll_down {
    width: 1.65rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-bottom: 5rem;
}
.mouse {
    position: relative;
    border: solid .14rem #e2eeee;
    height: 2.8125rem;
    width: 1.65rem;
    border-radius: 3rem;
    margin-bottom: 1.125rem;
    -webkit-transition: 0.2s cubic-bezier(0, 0, .3642, 1);
    transition: 0.2s cubic-bezier(0, 0, .3642, 1);
}
.mouse:after {
    content: "";
    width: .17rem;
    height: .45rem;
    background-color: #e2eeee;
    position: absolute;
    top: .45rem;
    left: 0.65rem;
    border-radius: 1rem;
    -webkit-animation: 1s wheel infinite ease-in-out;
    animation: 1s wheel infinite ease-in-out;
    -webkit-transition: 0.2s cubic-bezier(0, 0, .3642, 1);
    transition: 0.2s cubic-bezier(0, 0, .3642, 1);
}
.scroll_down:hover .mouse {
    border-color: #e10600;
    transform: scale(1.05);
}
.scroll_down:hover .mouse:after {
    background-color: #e10600;
}
@keyframes wheel {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        height: .45rem;
    }
    50% {
        -webkit-transform: translateY(.25rem);
        transform: translateY(.25rem);
        height: 0.65rem;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        height: .45rem;
    }
}
.scroll_text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-align: center;
    color: #a3a9ab;
    font-size: 0.875rem;
}
.stats_block {
    display: flex;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 500px;
}
.stats_card {
    background: #e10600;
    color: #000;
    padding: 40px;
    flex: 1;
}
.stats_card + .stats_card {
    border-left: 1px solid #f6b99d;
}
.stats_card .counter {
    font-size: 70px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
}
.stats_card h6 {
    margin: 0;
}
.client_divider {
    background: #e6ccd2;
    width: 100%;
    height: 1px;
    max-width: 500px;
    margin: 24px 0;
}
.client_block {
    display: flex;
    gap: 20px;
    align-items: center;
}
.client_block p {
    margin: 0;
    line-height: 1.4;
}
.client_block h5 {
    margin: 0;
}
.client_wrap {
    display: flex;
    gap: 20px;
    align-items: center;
}
.client_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.client_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #e10600;
    border-radius: 50%;
}
.client_list li img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.client_list li:last-child {
    background: #111;
    color: #e10600;
}
.client_list li + li {
    margin-left: -10px;
    position: relative;
    z-index: 1;
}
.subheading {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.8px;
}
.heading {
    font-size: 42px;
    font-weight: 700;
}
.services_section {
    display: block;
    padding: 100px 0;
}
.services_section h2 {
    margin-bottom: 24px;
}
.service_left {
    position: sticky;
    top: 100px;
    height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.service_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 55px;
}
.service_list li {
    display: block;
}
.service_list li a {
    display: flex;
    flex-direction: column;
    color: #111;
    gap: 30px;
}
.service_name {
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
}
.service_bottom {
    display: flex;
    align-items: flex-end;
    gap: 24px;
}
.service_list li a .service_top {
    display: flex;
    align-items: center;
    gap: 40px;
}
.service_list li a figure {
    margin: 0;
    background: rgba(225, 6, 0, 0.1);
    border-radius: 6px;
    margin-top: 16px;
}
.service_list li a img {
    width: 100px;
    height: 100px;
    object-position: center;
    object-fit: scale-down;
    padding: 20px;
}
.service_list li a figcaption {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 140px;
}
.service_list li p {
    font-size: 17px;
    line-height: 1.7;
    color: #808080;
    margin: 0;
}
.service_list li span svg {
    width: 16px;
    height: 16px;
}
.experience_wrapper {
    display: flex;
    width: 100%;
    border-top: 1px solid #e6ccd2;
    margin-top: auto;
}
.experience_block {
    display: flex;
    border-right: 1px solid #e6ccd2;
    flex-direction: column;
    flex: 1;
}
.experience_data {
    display: block;
    padding: 24px 50px 24px 0;
}
.experience_data + .experience_data {
    border-top: 1px solid #e6ccd2;
    padding-bottom: 0;
}
.experience_data h5 {
    font-size: 18px;
    font-weight: 600;
}
.experience_data h6 {
    color: #808080;
    margin: 0;
    font-size: 15px;
}
.experience_count_area {
    padding: 24px 0 0 24px;
    flex: 0 0 auto;
}
.experience_count {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 30px;
    background: linear-gradient(135deg, #e10600, #710300);
    color: #fff;
}
.experience_count .counter {
    font-size: 50px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.experience_count p {
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.project_section {
    display: block;
    padding: 100px 55px;
}
.project_wrapper {
    display: flex;
    border-top: 1px solid #e6ccd2;
    border-bottom: 1px solid #e6ccd2;
}
.project_content {
    width: 27.333%;
    flex: 0 0 auto;
    padding: 100px 50px 50px 0;
    background: #f9f2f4;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-right: 1px solid #e6ccd2;
    z-index: 2;
}
.project_content h2 {
    margin-bottom: 24px;
}
.project_content h6 {
    margin-bottom: 24px;
}
.project_content:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: 100%;
    background: #f9f2f4;
    content: '';
}
.project_block {
    width: 72.667%;
    flex: 0 0 auto;
    padding: 50px 0 50px 50px;
}
.projects {
    overflow: visible;
}
.projects figure {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
}
.projects figure img {
    max-width: 100%;
    height: auto;
}
/* .projects figcaption {
    font-size: 24px;
    font-weight: 700;
} */
.projects figcaption h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}
.projects figcaption p {
    color: #626873;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
}
.project_buttons {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.project_buttons button {
    border: none;
    background: transparent;
}
.project_buttons button svg {
    width: 40px;
    height: 40px;
}
.project_meta {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e6ccd2;
}
.project_meta_item {
    flex: 1;
    padding-right: 24px;
}
.project_meta_item:last-child {
    padding-left: 24px;
    border-left: 1px solid #e6ccd2;
}
.project_meta_item p:last-child {
    margin: 0;
}
.arrows {
    font-size: 24px;
    background: linear-gradient(135deg, #e10600, #710300);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.project_count {
    display: flex;
    align-items: center;
    gap: 10px;
}
.project_number {
    line-height: 1;
    font-size: 40px;
    font-weight: 700;
    background: linear-gradient(135deg, #e10600, #710300);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.project_number span {
    font-size: 24px;
}
.process_section {
    display: flex;
    background: #fff;
    width: 100%;
}
.process_image {
    width: 50%;
    height: 100vh;
    display: flex;
    position: sticky;
    top: 0;
    flex: 0 0 auto;
}
.process_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.process_content {
    width: 50%;
    padding: 100px 0;
    padding-right: 100px;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
}
.process_content_block {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
}
.process_content_block h2 {
    margin-bottom: 24px;
}
.step_list {
    margin: 0;
    padding: 0;
    padding-top: 30px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 50px;
    border-left: 1px solid #e6ccd2;
}
.step_list li {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 80px;
    gap: 16px;
}
.step_list li:before {
    width: 60px;
    height: 1px;
    background: #e6ccd2;
    position: absolute;
    top: 15px;
    left: 0;
    content: '';
}
.step_list li:after {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #e6ccd2;
    position: absolute;
    border-radius: 50%;
    top: 15px;
    left: 0;
    content: '';
    transform: translate(-50%, -50%);
}
.step_list li span {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-flex;
    gap: 16px;
    align-items: center;
}
.step_list li span:before {
    width: 30px;
    height: 30px;
    background: #a60502 url(../images/step_arrow.svg) center no-repeat;
    content: '';
    border-radius: 50%;
}
.step_list li h4 {
    font-size: 27px;
    line-height: 1.2;
    margin: 0;
    font-weight: 600;
}
.step_list li p {
    margin: 0;
}
.industry_section {
    display: block;
    padding-bottom: 100px;
}
.industries {
    overflow: visible;
}
.industry_Card {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    display: flex;
    position: relative;
    margin: 0;
}
.industry_Card img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.industry_Card_content {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: linear-gradient(135deg, #e10600, #710300);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 260px;
    height: 160px;
}
/* .industries .swiper-slide:nth-child(3n - 1) .industry_Card_content {
    background: #111;
    color: #fff;
} */
.industries .swiper-slide:nth-child(2n) .industry_Card_content {
    background: #fff;
    color: #e10600;
}
.industries .swiper-slide:nth-child(2n) .industry_Card_content a {
    color: #e10600;
}
.industry_Card_content h4 {
    font-size: 27px;
    line-height: 1.2;
    margin: 0;
    font-weight: 600;
}
.industry_Card_content a {
    display: block;
    margin-top: auto;
    color: #fff;
}
.industry_Card_content a svg g path {
    transition: all .2s ease-out;
}
.industry_Card_content a svg g path:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: top;
    clip-path: inset(0 0 2px);
}
.industry_Card_content a svg g path:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: bottom;
    clip-path: inset(2px 0 0);
}
.industry_Card_content:hover a svg g path:nth-child(2), 
.industry_Card_content:hover a svg g path:nth-child(3) {
    transform: rotate(0);
    clip-path: inset(0 0 0);
}
.why_section {
    display: block;
    padding: 100px 0;
    background: #33000d;
    /* background: url(../images/contact-bg.png) top center no-repeat;
    background: linear-gradient(135deg, #710300, #800020); */
    background-size: cover;
}
.count_stats + .count_stats {
    margin-top: 24px;
}
.count_stats .counter {
    font-size: 100px;
    color: #c2001c;
    line-height: 90px;
    font-weight: 800;
    margin-bottom: 24px;
}
.count_stats:nth-child(2) .counter {
    color: #fff;
}
.count_stats:nth-child(3) .counter {
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 1px;
    color: transparent;
}
.count_stats:nth-child(2):before, .count_stats:nth-child(3):before {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    margin-bottom: 24px;
}
.count_stats p {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.8px;
    margin: 0;
    color: #868689;
}
.why_section h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.why_section p {
    font-size: 15px;
    color: #c08090;
    line-height: 1.7;
}
.why_section h2 {
    color: #fff;
}
.why_section h6 {
    color: #7b7b7b;
}
.title_area {
    margin-left: -50px;
}
.why_card {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.why_card figure {
    width: 60px;
    flex: 0 0 60px;
    height: 60px;
    margin-top: 4px;
    background: rgba(255,255,255,0.3);
    border-radius: 4px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why_card figure img {
    max-width: 100%;
    filter: brightness(0) invert(1);
}
.why_card p {
    margin: 0;
}
.technology_section {
    display: block;
    padding: 100px 0;
}
.techno_card img {
    width: 52px;
    height: 52px;
    object-fit: scale-down;
}
.techno_row {
    display: flex;
    border-bottom: 1px solid #e6ccd2;
}
.techno_row:last-child {
    border: none;
}
.techno_card {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1;
    border-right: 1px solid #e6ccd2;
    position: relative;
}
.techno_card:last-child {
    border: none;
}
.techno_card:after {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f9f2f4;
    content: '';
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.techno_card:last-child::after {
    display: none;
}
.techno_row:last-child .techno_card::after {
    display: none;
}
.testimonial_section {
    display: block;
    padding: 100px 0;
    background: #fff;
    position: relative;
}
.testimonial_wrapper {
    display: flex;
    gap: 60px;
}
.testimonial_icon svg {
    fill: #e10600;
}
.testimonial_block {
    flex: 1;
}
.testimonial {
    overflow: visible;
}
.testimonial_card {
    display: flex;
    height: 100%;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid transparent;
    max-width: 610px;
    padding: 45px 50px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #fcf2f4;
}
.testimonial_card:hover {
    -webkit-box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
    border-color: #800020;
}
.author h5 {
    background: linear-gradient(135deg, #e10600, #710300);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.testimonial_head {
    display: flex;
    align-items: flex-end;
    gap: 100px;
    justify-content: space-between;
    margin-bottom: 16px;
}
.testimonial_head_left {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f3ccd2;
}
.testimonial h3 {
    max-width: 1000px;
    margin-bottom: auto;
}
.testimonial h6 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.testimonial h5 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.testimonial p {
    margin: 0;
    min-height: 96px;
}
.swiper-pagination {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    margin: 0 !important;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
.swiper-pagination-bullet:after {
    display: block;
    width: 10px;
    height: 10px;
    background: #e6ccd2;
    border-radius: 50%;
    content: '';
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #111;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: #111;
}
.advisory_section {
    display: block;
    /* background-image: linear-gradient(25deg, #170100 0%, #870400 50%, #170100 100%); */
    background: #33000d;
    padding: 100px 0 0;
}
.form_area {
    display: block;
    position: relative;
    background: #fff;
    z-index: 9;
    border-radius: 4px;
    margin-bottom: 100px;
}
.form_top {
    display: flex;
    flex-direction: column;
    padding: 55px 45px;
    gap: 16px;
}
.form_top h4 {
    font-size: 28px;
    font-weight: 600;
}
.or-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}
.or-divider span {
    font-family: "JetBrains Mono", monospace;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.or-divider::before, .or-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(0, 0, 0, .1);
}
.form_top .form_group {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
}
.form_top .form_group label {
    font-family: "JetBrains Mono", monospace;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.form_top .textbox {
    padding: 7px 0 14px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 24px;
    border: none;
    border-bottom: 2px solid #d2d2d2;
    width: 100%;
}
.form_top .textbox:focus {
    outline: none;
}
.form_top .textarea {
    padding: 7px 0 14px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 24px;
    border: none;
    border-bottom: 2px solid #d2d2d2;
    width: 100%;
}
.form_top .textarea:focus {
    outline: none;
}
.form_top select.textbox {
    appearance: none;         /* removes default styles */
    -webkit-appearance: none; /* Safari/Chrome */
    -moz-appearance: none;
    background-position: right center;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0;
}
.wpcf7-spinner {
    position: absolute;
    right: 45px;
    top: 55px;
    margin: 0;
}
.contact_globe {
    display: block;
    width: 100%;
    max-width: 750px;
    height: 390px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: auto;
    position: relative;
}
.contact_globe img {
    max-width: 100%;
}
.contact_item {
    position: absolute;
    height: 70px;
    border-radius: 8px;
    filter: drop-shadow(0 4px 9px rgba(255, 255, 255, .35));
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 24px;
    gap: 16px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    cursor: pointer;
    overflow: hidden;
}
.contact_item figcaption {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}
.contact_item figcaption label {
    font-size: 14px;
    line-height: 1;
    color: #626873;
}
.contact_item figcaption a {
    font-size: 18px;
    line-height: 1;
    color: #170100;
    white-space: nowrap;
}
.contact_item figure {
    font-size: 24px;
    background: linear-gradient(135deg, #e10600, #710300);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.support {
    top: 65%;
    right: 3%;
}
.call {
    top: 10%;
    left: 45%;
}
.email {
    top: 40%;
    left: 5%;
}
.advisory_section figure {
    width: 100%;
    aspect-ratio: 16/6;
    margin: 0;
}
.advisory_section figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/6;
    margin: 0;
}
.advisory_section h2.heading {
    color: #fff;
    margin-bottom: 24px;
}
.advisory_section p {
    color: #c08090;
    font-size: 20px;
    line-height: 1.5;
}
.advisory_section p {
    margin: 0;
}
.advisory_section .advisory_block {
    padding: 0 6.25rem;
}
.faq_section {
    display: block;
    padding: 100px 0;
}
.faq_section figure {
    margin: 0;
    aspect-ratio: 4/5;
    display: flex;
}
.faq_section figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.faq_block {
    display: block;
    padding-left: 80px;
}
.faq_heading {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
    cursor: pointer;
}
.faq_heading:before {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    font-size: 13px;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
}
.faq_heading.active:before {
    content: "\f068";
}
.faq_content {
    display: block;
    padding: 15px 20px 0 40px;
}
.faq_content p:last-child {
    margin: 0;
}
.count_card {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
}
.count_card .counter {
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 10px;
    font-weight: 600;
    background: linear-gradient(135deg, #e10600, #710300);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.count_card p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
.stats_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
    margin-left: -100px;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}
footer {
    background: #33000d;
}
.footer_left {
    padding: 100px;
    padding-left: 0;
    border-right: 1px solid rgba(255,255,255,0.1);
    display: flex;
    height: 100%;
    flex-direction: column;
}
.footer_left h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}
.news_from {
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 8px 8px;
    margin-bottom: 30px;
    background: #fff;
}
.send_btn {
    background: transparent;
    display: flex;
    width: 56px;
    height: 56px;
    border: none;
    color: #800020;
    align-items: center;
    border-radius: 0 0 8px 8px;
    justify-content: center;
}
.footer_textbox {
    padding: 16px 24px;
    background: transparent;
    border: 8px 0 0 8px;
    flex: 1;
    border: none;
    color: #33000d;
}
.footer_textbox:focus {
    outline: none;
}
.social_section {
    margin-top: auto;
}
.social_section h5 {
    color: #fff;
    margin-bottom: 24px;
}
.footer_right {
    padding: 100px;
    border-right: 1px solid rgba(255,255,255,0.1);
    gap: 50px;
    display: flex;
}
.footer_bottom {
    padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.footer_bottom p {
    color: #c08090;
    margin: 0;
}
.policy_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}
.policy_menu li {
    display: block;
}
.policy_menu li a {
    color: #c08090;
}
.social_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 30px;
}
.social_menu li {
    display: block;
}
.social_menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #c08090;
}
.footer_contact_area {
    display: flex;
    gap: 50px;
    padding: 30px 100px;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
    position: relative;
}
.footer_contact_area span {
    font-size: 13px;
    color: #fff;
    background: #33000d;
    padding: 6px 20px;
    position: absolute;
    top: 0;
    left: 100px;
    transform: translateY(-50%);
}
.contact_card {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 24px;
    font-size: 15px;
}
.contact_card figure {
    margin: 0;
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #26000a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #800020;
}
.contact_card figure svg {
    width: 24px;
    height: 24px;
}
.contact_card a {
    color: #c08090;
}
.contact_card p {
    margin: 0;
    color: #c08090;
}
.footer_widget {
    flex: 1;
}
.footer_widget h5 {
    color: #fff;
    margin-bottom: 24px;
}
.footer_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer_menu li a {
    color: #c08090;
}

.blog_section {
    display: block;
    padding: 100px 0;
    background: #fff;
}
.slide_50 {
    width: calc(50% - 20px);
}
.slide_25 {
    width: calc(25% - 20px);
}
.blog_card {
    display: flex;
	flex-direction: column;
	gap: 30px;
    width: 100%;
}
.blog_card.reverse-sm {
	flex-direction: column-reverse;
}
.blogs figure {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 65%;
	margin: 0;
}
.blogs figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
    transition: .4s cubic-bezier(0, 0, .3642, 1);
}
.blogs .slide_25 figure {
    padding-bottom: 100%;
	margin: 0;
}
.blogs .slide_25 figure:last-child {
    margin: 0;
}
.blog_description {
    display: flex;
}
.blogs .slide_25 .blog_description {
    flex-direction: column;
}
.blogs .slide_25 .blog_description:first-child {
    margin-bottom: 30px;
}
.blog_description div {
    width: 50%;
}
.blog_text {
    color: #626873;
    font-weight: normal;
}
.blogs .slide_25 .blog_description div {
    width: 100%;
}
.blog_title h4 {
    margin-bottom: 10px;
	font-size: 20px;
}
.blog_title h4 a {
	color: #800020;
}
.blog_meta {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 10px;
	font-size: 14px;
}
.blog_meta li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog_meta li:before {
    display: inline-flex;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background: #870400;
    content: '';
}
.blog_meta li:first-child:before {
    display: none;
}
.blogs .slide_25 .blog_meta {
    margin-bottom: 10px;
}
.swiper.blogs {
    overflow: visible;
}

.about_hero_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 100px 0;
    background-size: cover;
    position: relative;
    min-height: 100dvh;
}
.about_hero_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse 80% 60% at 60% 30%, rgba(225, 6, 0, .08) 0%, transparent 70%), radial-gradient(ellipse 50% 40% at 10% 80%, rgba(123, 94, 167, .1) 0%, transparent 60%);
}

.hero-stats {
    z-index:2;
    display:flex;
    gap:20px;
    animation:fadeUp .8s .6s ease both;
}
.stat-pill{
    background: #fff;
    border:1px solid rgba(0, 0, 0, .1);
    border-radius:8px;
    padding:14px 22px;
    text-align:center;
    backdrop-filter:blur(10px);
}
.stat-pill .num {
    font-size: 30px;
    font-weight:800;
    background: linear-gradient(135deg, #e10600, #710300);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display:block;
}
.stat-pill .lbl{
    font-size: 12px;
    color: #626873;
    font-family: "JetBrains Mono", monospace;
}

.intro {
    display: block;
    padding: 100px 0;
    /* background: url(../images/process-bg.png) bottom center no-repeat;
    background-size: cover; */
    background: #33000d;
    position: relative;
}
.intro_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/why-c-bg.webp) center no-repeat;
    background-size: cover;
    pointer-events: none;
    opacity: 0.4;
}
.intor_image figure {
    margin: 0;
    aspect-ratio: 4 / 5;
    display: flex;
}
.intor_image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.intro_content {
    display: block;
    padding-left: 80px;
}
.intro_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 0 6.25rem;
}
.intro_img_wrap {
    position: relative;
}
.intro_img_wrap img {
    border-radius: 8px;
    width: 100%;
    height: auto;
    aspect-ratio: 5/4;
    object-fit: cover;
    border: 1px solid var(--clr-border);
}
.intro_content h2 {
    margin-bottom: 24px;
    color: #fff;
}
.intro_content p {
    color: #c08090;
    margin-bottom: 16px;
}
.intro_stats {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
    margin-left: -100px;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}
.count_count_card {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 40px;
    background: #26000a;
    border-radius: 10px;
    border: 1px solid #66001a;
}
.count_count_card .count_number {
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 10px;
    font-weight: 600;
    background: linear-gradient(135deg, #e10600, #710300);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.count_count_card p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #c08090;
}
.count_count_card:first-child {
    border-color: #800020;
    background: #800020;
}
.count_count_card:first-child .count_number {
    color: #fff;
}
.count_count_card:first-child p {
    color: #fff;
}

/* ── TIMELINE ── */
.timeline_section {
    padding: 100px 0;
    display: block;
    position: relative;
}
.timeline-wrap { 
    max-width: 900px;
    margin: 60px auto 0;
    position: relative;
}
.timeline-wrap::before { 
    content:'';
    position:absolute;
    left:50%;
    top:0;
    bottom:0;
    width:1px;
    background: #800020;
}
.timeline-item { 
    display:grid;
    grid-template-columns:1fr 60px 1fr;
    gap:0;
    margin-bottom:48px;
    align-items:start;
}
.tl-left,.tl-right { 
    padding:0 28px;
}
.tl-left { 
    text-align:right;
}
.tl-dot { 
    width:14px;
    height:14px;
    background: #800020;
    border-radius:50%;
    margin:8px auto 0;
    box-shadow:0 0 0 4px rgba(225,6,0,.15);

}
.tl-year { 
    font-size:1.5rem;
    font-weight:800;
    color: #c2001c;
}
.tl-title { 
    font-family: "JetBrains Mono", monospace;
    font-weight:700;
    font-size:1.05rem;
    margin-bottom:6px;
}
.tl-desc { 
    font-size:.88rem;
    color:var(--clr-muted);
}
.core_service_section {
    display: block;
    padding: 100px 0;
    background: url(../images/service_bg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}
.core_service_section:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
        background: linear-gradient(135deg, #170100, #5a02008f, #170100);
    content: '';
}
.core_service_section .container-fluid {
    padding: 0 6.25rem;
    position: relative;
    z-index: 1;
}

/* ── SERVICES GRID ── */
.services-grid {
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
    gap:20px;
}
.svc-card {
    background:#2d0100;
    border:1px solid #710300;
    border-radius: 8px;
    padding:32px;
    transition:all 0.35s cubic-bezier(.4,0,.2,1);
    position:relative;
    overflow:hidden;
}
.svc-card::before {
    content:'';
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 0% 0%,rgba(225,6,0,.06),transparent 70%);
    opacity:0;
    transition:opacity var(--transition);
}
.svc-card:hover {
    border-color:#e10600;
    transform: translateY(-4px);
}
.svc-card:hover::before {
    opacity:1;
}
.svc-icon {
    width:54px;
    height:54px;
    background:#800020;
    border:1px solid #710300;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.5rem;
    margin-bottom:20px;
}
.svc-card h3 {
    font-family:var(--font-display);
    font-weight:700;
    font-size:1.1rem;
    margin-bottom:10px;
}
.svc-card p {
    font-size:.88rem;
    color:var(--clr-muted);
    line-height:1.6;
}
.svc-link {
    display:inline-flex;
    align-items:center;
    gap:6px;
    font-size:.85rem;
    font-weight:600;
    color:var(--clr-accent);
    margin-top:18px;
    transition:gap var(--transition);
}
.svc-link:hover {
    gap:10px;
}

.about_block {
    display: inline-block;
    position: relative;
    width: 100%;
}
.glass {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 24px 70px rgba(16, 17, 20, 0.13);
    backdrop-filter: blur(22px);
}
.dashboard {
    inset: 12% 0 auto auto;
    width: min(100%, 31rem);
    border-radius: 8px;
    padding: 1rem;
    transform: perspective(1000px) rotateY(-8deg) rotateX(5deg);
    animation: float 5.5s ease-in-out infinite;
    margin: 0 auto 60px;
}
.dash-top {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding-bottom: 0.85rem;
  color: #626873;
  font-size: 0.82rem;
}

.dash-top span {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 99px;
  background: #e10600;
}

.dash-top span:nth-child(2) {
  background: #ffb000;
}

.dash-top span:nth-child(3) {
  background: #19c37d;
}

.dash-top strong {
  margin-left: auto;
}

.dash-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0.8rem;
}

.dash-panel {
  min-height: 7rem;
  padding: 1rem;
  border: 1px solid rgba(16, 17, 20, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
}

.dash-panel.wide {
  grid-column: 1 / -1;
}

.dash-panel span,
.dash-panel code {
  color: #626873;
}

.dash-panel strong {
  display: block;
  margin-top: 1rem;
  font-size: 2rem;
  color: #e10600;
}

.line-chart {
  display: flex;
  align-items: end;
  gap: 0.5rem;
  height: 4.2rem;
  margin-top: 1rem;
}

.line-chart i {
  flex: 1;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #a60502, #e10600);
  animation: bars 1.8s ease-in-out infinite alternate;
}

.line-chart i:nth-child(1) { height: 42%; }
.line-chart i:nth-child(2) { height: 68%; animation-delay: 0.2s; }
.line-chart i:nth-child(3) { height: 48%; animation-delay: 0.4s; }
.line-chart i:nth-child(4) { height: 82%; animation-delay: 0.6s; }
.line-chart i:nth-child(5) { height: 58%; animation-delay: 0.8s; }

.code-card code {
  display: block;
  margin: 0.5rem 0;
  font-size: 0.92rem;
  font-family: "JetBrains Mono", monospace;
}

.float-card {
  position: absolute;
  display: grid;
  gap: 0.25rem;
  min-width: 10rem;
  border-radius: 8px;
  padding: 1rem;
  animation: float 4.5s ease-in-out infinite;
}

.float-card span {
  color: #e10600;
  font-weight: 900;
}
.ai-card {
  top: 8rem;
  left: 2rem;
}
.cloud-card {
  right: 2rem;
  bottom: 5rem;
  animation-delay: 0.7s;
}
.approach_section {
    display: block;
    padding: 100px 0;
    position: relative;
}
.approach_section h2 {
    margin-bottom: 24px;
}
.approach_box {
    position: relative;
    background: #fff;
    border: 1px solid #0414241A;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.approach_box p {
    color: #626873;
}
.approach_box:last-child {
    margin: 0;
}
.approach_box p:last-child {
    margin: 0;
}
.approach_box_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.approach_box_head h3 {
    font-size: 20px;
    margin: 0;
}
.approach_box_head i {
    font-size: 32px;
    color: #c2001c;
}
.core_value_section {
    display: block;
    padding: 100px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.value_box {
    margin-top: 40px;
}
.core_box {
    position: relative;
    border-bottom: 1px solid #0414241A;
    padding: 0 0 40px;
    margin-bottom: 40px;
    overflow: hidden;
}
.core_box p {
    margin: 0;
    color: #626873;
}
.core_box_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.core_box_head h3 {
    font-size: 20px;
    margin: 0;
}
.core_box_head i {
    font-size: 24px;
    color: #c2001c;
}
.core_box:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.value_image {
    display: block;
    position: relative;
}
.value_image_box {
    padding-right: 80px;
}
.value_image_box figure {
    display: flex;
    width: 100%;
    height: auto;
    aspect-ratio: 5/4;
    margin: 0;
    border-radius: 20px;
    margin: 0;
}
.value_image_box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.value_image_box_2 {
    width: calc(100% - 240px);
    margin-top: -120px;
}
.value_image_box_2 figure {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.905;
    border: 10px solid #fff;
    border-radius: 20px;
    position: relative;
    margin: 0;
}
.value_image_box_2 figure img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.success_rate_box {
    width: 220px;
    background-color: #33000d;
    border-radius: 20px;
    padding: 30px;
    margin: 20px 20px 0 0;
}
.success_icon {
    position: relative;
    width: 60px;
    height: 60px;
    background: #800020;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #33000d;
    font-size: 24px;
}
.success_number {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}
.success_rate_box p {
    margin: 0;
    color: #c08090;
}
.shape_three {
    position: absolute;
    right: 0;
    bottom: -35%;
    animation: zoomBig 5s infinite linear;
    max-width: 100%;
    pointer-events: none;
}
.shape_four {
    position: absolute;
    left: 0;
    top: 0;
    animation: zoomBig 6s infinite linear;
    opacity: 8%;
    max-width: 100%;
    pointer-events: none;
}
.shape_five {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.3;   
    max-width: 100%;
    pointer-events: none;
}
.shape_seven {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.1;   
    max-width: 100%;
    pointer-events: none;
}
.shape_six {
    position: absolute;
    bottom: -10%;
    right: -10%;
    opacity: 8%;
    max-width: 100%;
    pointer-events: none;
}
.shape_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 50%;
    max-width: 100%;
    pointer-events: none;
}

.service_box {
    display: block;
    padding: 0 40px;
    position: relative;
}
.service_box_wrap {
    display: flex;
    flex-direction: column;
    aspect-ratio: 1/1;
    overflow: hidden;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.service_marquee {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 10px;
}
.service_icon_box {
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .5);
    backdrop-filter: blur(2px);
    border-radius: 8px;
}
.service_icon_box img {
    width: 60px;
    height: 60px;
    object-fit: scale-down;
}
.service_marquee_item {
    display: flex;
    gap: 24px;
    align-items: center;
    animation: marquee 100s infinite linear;
}
.reverse {
    animation-direction: reverse;
}
@keyframes marquee {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translateX(calc(-100% - 24px));
    }
}
.service_banner_overlay {
    display: block;
    width: 1000px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(to right, #e6ccd2 1px, transparent 1px), linear-gradient(to bottom, #e6ccd2 1px, transparent 1px);
    background-size: 24px 24px;
    -webkit-mask-image: linear-gradient(#fff, #fff), radial-gradient(var(--tw-mask-radial-stops)), linear-gradient(#fff, #fff);
    -webkit-mask-image: linear-gradient(#fff, #fff), radial-gradient(var(--tw-mask-radial-stops)), linear-gradient(#fff, #fff);
    -webkit-mask-image: linear-gradient(#fff, #fff), radial-gradient(var(--tw-mask-radial-stops)), linear-gradient(#fff, #fff);
    mask-image: linear-gradient(#fff, #fff), radial-gradient(var(--tw-mask-radial-stops)), linear-gradient(#fff, #fff);
    --tw-mask-radial-stops: ellipse farthest-corner at center, black 0%, transparent 85%;
    --tw-mask-radial: radial-gradient(var(--tw-mask-radial-stops));
    --tw-mask-radial-to-position: 85%;
    -webkit-mask-composite: source-in;
    -webkit-mask-composite: source-in;
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
    opacity: 0.5;
}
.service_scroll_left {
    width: 16%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, oklab(0.97 0.01 0 / 0.95) 0%, rgba(0, 0, 0, 0) 100%)
}
.service_scroll_right {
    width: 16%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: linear-gradient(to left, oklab(0.97 0.01 0 / 0.95) 0%, rgba(0, 0, 0, 0) 100%);
}
.service_scroll_top {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(oklab(0.97 0.01 0 / 0.9) 30%, rgba(0, 0, 0, 0) 100%);
}
.service_scroll_bottom {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, oklab(0.97 0.01 0 / 0.9) 30%, rgba(0, 0, 0, 0) 100%);
}
.service_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background-color: oklab(0.97 0.01 0 / 0.9);
    border: 1px solid oklab(0.87 0.03 0);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.939998 0.00111461 -0.00381666 / 0.6) 0px 0px 0px 1px, oklab(0 0 0 / 0.1) 0px 0px 20px 0px;
}
.service_logo img {
    max-width: 240px;
    height: auto;
}

.service-stats {
    z-index:2;
    display:inline-flex;
    gap:20px;
    animation:fadeUp .8s .6s ease both;
    padding-top: 24px;
    border-top: 1px solid #e6ccd2;
    margin-top: 24px;
}
.stat-pill{
    background: #fff;
    border:1px solid rgba(0, 0, 0, .1);
    border-radius:8px;
    padding:14px 22px;
    text-align:center;
    backdrop-filter:blur(10px);
}
.stat-pill .num {
    font-size: 30px;
    font-weight:800;
    background: linear-gradient(135deg, #e10600, #710300);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display:block;
}
.stat-pill .lbl{
    font-size: 12px;
    color: #626873;
    font-family: "JetBrains Mono", monospace;
}
.overview_section {
    display: block;
    position: relative;
    padding-bottom: 100px;
}
.overview_section h2 {
    margin-bottom: 24px;
}
.overview {
    overflow: visible;
    margin-top: 50px;
}
.overview_card {
    border-radius: 10px;
    padding: 25px 25px 25px 25px;
    box-shadow: 0px 0px 10px 0px rgba(225, 6, 0, 0.1);
    background: #fff;
    height: 330px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.overview_card h4 {
    font-size: 20px;
    background: linear-gradient(135deg, #e10600, #710300);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-top: auto;
    min-height: 48px;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-end;
}
.overview_card p {
    margin: 0;
    min-height: 96px;
}
.overview_card img {
    width: 60px;
}
.work_section {
    display: block;
    background: #fff;
}
.work_accordian {
    margin-top: 40px;
}
.work_image {
    overflow: hidden;
    position: relative;
    height: 800px;
    width: 50vw;
    margin: 0;
    margin-left: calc(-50vw + 100%);
    border-radius: 0;
}
.work_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.work_accor_heading {
    font-size: 20px;
    margin: 0;
    padding: 16px 0;
    font-weight: 600;
    border-bottom: 1px solid #e6ccd2;
    display: flex;
    align-items: center;
    gap: 16px;
}
.work_accor_heading img {
    max-width: 24px;
}
.work_accor_heading span {
    margin-right: auto;
}
.work_accor_heading:after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    font-size: 13px;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
}
.work_accor_heading.active:after {
    content: "\f068";
}
.work_accor_content {
    display: none;
    color: #626873;
    font-size: 16px;
    line-height: 1.8;
    padding: 16px 0;
}
.work_accor_content.active {
    display: block;
}
.outcome_section {
    display: block;
    padding: 100px 0;
    background: url(../images/outcome.png) center no-repeat;
    background-size: cover;
}
.outcome_section h2 {
    color: #fff;
    margin-bottom: 24px;
}
.outcome_card {
    display: flex;
    flex-direction: column;
    padding: 60px 37px;
    background: linear-gradient(0deg, #1a0006 20%, #26000a 100%);
    border: 1px solid #5a0016;
    border-radius: 10px;
    color: #c08090;
}
.outcome_card h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 24px;
}
.outcome_card p {
    min-height: 96px;
    margin: 0;
}
.outcome_card img {
    width: 54px;
    height: 54px;
    object-fit: scale-down;
    filter: brightness(0) invert(1);
    margin-bottom: 60px;
}
.tech_stack {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.tech_stack li {
    display: inline-flex;
    padding: 8px 16px;
    border: 1px solid #cc99a6;
    font-family: "JetBrains Mono", monospace;
    background: #f2e6e9;
    border-radius: 4px;
    font-size: 16px;
    color: #800020;
    font-size: 14px;
    font-weight: 300;
}
.cta_banner {
    display: block;
    padding: 0 0 100px;
}
.cta_block {
    display: block;
    padding: 80px;
    border-radius: 10px;
    background: linear-gradient(0deg, #1a0006 20%, #26000a 100%);
    border: 1px solid #5a0016;
    border-radius: 10px;
    color: #c08090;
    text-align: center;
}
.cta_block h2 {
    color: #fff;
    margin-bottom: 24px;
}
.services_hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 100px 0;
    background-size: cover;
    position: relative;
    min-height: 100dvh;
    background: url(../images/service_banner.png) center no-repeat;
    background-size: cover;
}
.service_about {
    display: block;
    padding: 100px 0;
    background: #fff;
}
.service_about h2 {
    margin-bottom: 24px;
}
.service_about p {
    color: #626873;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
}
.service_content_left {
    padding-right: 40px;
}
.service_center {
    display: grid;
    height: 100%;
    padding-left: 80px;
    border-left: 1px solid #e6ccd2;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
}
.service_center h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 24px;
}
.view_case_box {
    height: 100%;
    background: linear-gradient(0deg, #1a0006 20%, #26000a 100%);
    border: 1px solid #5a0016;
    border-radius: 10px;
    color: #c08090;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    gap: 20px;
}
.view_case_box img {
    position: absolute;
    bottom: 0;
    right: 5px;
    max-width: 100px;
}
.view_case_box h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.view_case_box p {
    margin: 0;
    color: #c08090;
}
.view_case_box a {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    color: #fff;
    background: #800020;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: auto;
}
.service_offer {
    display: block;
    padding: 100px 0 0;
}
.service_item_block {
    padding: 60px 0;
    border-top: 1px solid #e6ccd2;
    transition: all 0.3s;
}
.service_item_block p {
    color: #626873;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;   
}
.service_item_block h3 {
    font-size: 31px;
    line-height: 1.08;
    font-weight: 700;
    margin-bottom: 18px;
}
.service_item_block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.service_item_block ul li {
	font-weight: 600;
	position: relative;
	z-index: 1;
	padding-left: 35px;
	margin-top: 5px;
}
.bg-dark .service_item_block ul li,
.active .service_item_block ul li {
	color: #626873;
}
.service_item_block ul li::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	text-align: center;
	font-size: 15px;
	font-weight: 100;
	border-top: 1px solid;
	height: 2px;
	width: 20px;
	margin-top: 1px;
}
.service_item_block img {
    max-width: 60px;
    margin-bottom: 24px;
}
.service_item_block:first-child {
    margin-top: 100px;
}
.service_item_block:hover {
    background: #33000d;
}
.service_item_block:hover p {
    color: #c08090;
}
.service_item_block:hover ul li {
    color: #c08090;
}
.service_item_block:hover ul li::after {
    background: #c08090;   
}
.service_item_block:hover h3 {
    color: #fff;
}
.service_item_block:hover img {
    filter: brightness(0) invert(1);
}
.service_item_block a {
    display: flex;
    height: auto;
    width: 160px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid #e6ccd2;
    align-items: center;
    justify-content: center;
    color: #c08090;
    font-size: 50px;
    transform: rotate(45deg);
    transition: all 0.3s;
}
.service_item_block:hover a {
    transform: rotate(0);
}
.innovation_section {
    background: #33000d url(../images/project-bg.png) center no-repeat;
    display: block;
    padding: 100px 0;
}
.innovation_section h2 {
    color: #fff;
}
.metric_strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255,255,255,.12);
}
.metric_item {
    padding: 34px;
    background: #26000a;
}
.metric_item strong {
    display: block;
    color: #F90042;
    font-size: 52px;
    line-height: 1;
    margin-bottom: 12px;
}
.metric_item span {
    color: #d9d9d9;
    font-family: "JetBrains Mono", monospace;
}

.breadcrumb {
    padding: 110px 6.25rem 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #c08090;
}
.breadcrumb a {
    color: #626873;
}
.cs-hero-inner {
    padding: 0 6.25rem;
    position: relative;
    z-index: 1;
}
.cs-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.cs-tag {
    background: #f2e6e9;
    border: 1px solid #e6ccd2;
    color: #800020;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 50px;
}
.cs-hero h1 {
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.03em;
    margin-bottom: 28px;
    max-width: 900px;
}
.cs-overview-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #ecd9de;
    border: 1px solid #e6ccd2;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 48px;
}
.cs-ov-item {
    padding: 24px;
    text-align: center;
}
.cs-ov-item label {
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #626873;
    display: block;
    margin-bottom: 6px;
}
.cs-ov-item strong {
    font-weight: 700;
    font-size: 1.05rem;
    background: linear-gradient(135deg, #e10600, #710300);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.cs-ov-item {
    background: #f9f2f4;
    padding: 24px;
    text-align: center;
}
.case_image {
    width: 100%;
    height: 400px;
    display: flex;
    margin-top: 48px;
}
.case_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.cs-body {
    padding: 80px 6.25rem;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 80px;
    align-items: start;
}
.cs-sidebar {
    position: sticky;
    top: 90px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.sidebar-card {
    background: #fff;
    border: 1px solid #ecd9de;
    border-radius: 10px;
    padding: 28px;
}

.sidebar-card h4 {
    font-weight: 700;
    font-size: .95rem;
    margin-bottom: 16px;
    color: #800020;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .75rem;
}
.sidebar-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.stack-tag {
    background: #f2e6e9;
    border: 1px solid #e6ccd2;
    color: #800020;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: .78rem;
    font-weight: 500;
}
.sidebar-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.si-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .85rem;
}
.si-row span:first-child {
    color: #800020;
}
.si-row span:last-child {
    font-weight: 600;
}
.sidebar-cta {
    background: linear-gradient(135deg, #fff, #f9f2f4);
    border: 1px solid #e6ccd2;
    border-radius: 10px;
    padding: 28px;
    text-align: center;
}
.cs-section {
    margin-bottom: 80px;
}
.cs-section p {
    color: #626873;
    font-size: 16px;
    line-height: 1.8;
}
.cs-section p:last-child {
    margin: 0;
}
.client-overview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
}
.co-item {
    background: linear-gradient(135deg, #fff, #f9f2f4);
    border: 1px solid #e6ccd2;
    border-radius: 10px;
    padding: 18px;
}
.co-item label {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #c08090;
    display: block;
    margin-bottom: 4px;
}
h2 em {
    font-style: normal;
    color: #800020;
}
.challenge-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
}
.challenge-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: linear-gradient(135deg, #fff, #f9f2f4);
    border: 1px solid #e6ccd2;
    border-left: 3px solid #800020;
    border-radius: 10px;
    padding: 18px;
}
.solution-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
}
.sol-block {
    background: linear-gradient(135deg, #fff, #f9f2f4);
    border: 1px solid #e6ccd2;
    border-radius: 10px;
    padding: 24px;
}
.sol-block h4 {
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 8px;
}
.sol-num {
    font-size: 2rem;
    font-weight: 800;
    color: #c08090;
    margin-bottom: 8px;
}
.ui-showcase {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.ui-screen {
    background: linear-gradient(135deg, #fff, #f9f2f4);
    border: 1px solid #e6ccd2;
    border-radius: 14px;
    overflow: hidden;
}
.ui-screen-header {
    background: #fff;
    border-bottom: 1px solid #e6ccd2;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ui-screen-body {
    padding: 0;
    height: auto;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
}
.ui-screen-body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ui-screen figcaption {
    padding: 12px 16px;
    font-size: .78rem;
    color: #c08090;
    border-top: 1px solid #e6ccd2;
}
.dot-r {
    background: #ff5f57;
}
.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.dot-y {
    background: #ffbd2e;
}
.dot-g {
    background: #28ca41;
}
.features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 24px;
}
.fl-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .88rem;
}
.fl-item::before {
    content: '✓';
    color: #800020;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}
.ba-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 32px;
}
.ba-card {
    border-radius: 10px;
    padding: 28px;
    border: 1px solid #e6ccd2;
}
.ba-card.before {
    background: rgba(255, 107, 53, .05);
    border-color: rgba(255, 107, 53, .2);
}
.ba-card.after {
    background: rgba(0, 200, 255, .05);
    border-color: rgba(0, 200, 255, .2);
}
.before .ba-label {
    color: #ff6b35;
}
.ba-label {
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.launch ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.after .ba-label {
    color: #800020;
}
.launch ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
}
.before li::before {
    content: '✗';
    color: #ff6b35;
    font-weight: 700;
}
.launch ul li {
    font-size: .88rem;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.after li::before {
    content: '✓';
    color: #800020;
    font-weight: 700;
}
.features-list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
}
.features-list ul li {
    font-size: .88rem;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.features-list ul li::before {
    content: '✓';
    color: #800020;
    font-weight: 700;
}
.milestone-timeline {
    position: relative;
    margin-top: 28px;
}
.milestone-timeline::before {
    content: '';
    position: absolute;
    left: 22px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #800020;
}
.milestone {
    display: flex;
    gap: 20px;
    margin-bottom: 28px;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
.ms-dot {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f2e6e9;
    border: 1px solid #800020;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.1rem;
}
.ms-content h5 {
    font-weight: 700;
    font-size: .95rem;
    margin-bottom: 4px;
}
.ms-content span, .ms-content strong {
    font-size: .75rem;
    color: #800020;
    font-weight: 600;
}
.ms-content p {
    margin-top: 4px;
    color: #626873;
    font-size: 16px;
    line-height: 1.8;
}
.testi-block {
    background: #fff;
    border: 1px solid #e6ccd2;
    border-radius: 10px;
    padding: 48px;
    position: relative;
    margin-top: 32px;
    overflow: hidden;
}
.testi-person {
    display: flex;
    align-items: center;
    gap: 16px;
}
.testi-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff, #f9f2f4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}
.testi-quote {
    font-size: 4.5rem;
    line-height: 1;
    color: #c08090;
    font-family: "Readex Pro", sans-serif;
    margin-bottom: -20px;
}
.results-section {
    background: #33000d url(../images/project-bg.png) center no-repeat;
    display: block;
    padding: 100px 6.25rem;
}
.results-section h2 {
    color: #fff;
    margin-bottom: 24px;
}
.results-section p {
    color: #c08090;
}
.metrics-hero {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 60px;
}
.metric-card {
    background: linear-gradient(0deg, #1a0006 20%, #26000a 100%);
    border: 1px solid #5a0016;
    border-radius: 10px;
    color: #c08090;
    padding: 36px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}
.metric-label {
    font-size: .85rem;
    color: #fff;
    margin-top: 8px;
}
.metric-sub {
    font-size: .75rem;
    margin-top: 4px;
}
.metric-num {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #e10600, #710300);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: block;
    line-height: 1;
}
.metric-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(135deg, #e10600, #710300);
}
.contact_section {
    display: block;
    padding: 150px 0 0;
}
.contact_section h2 {
    margin-bottom: 24px;
}
.contact_details {
    margin-top: 40px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.contact_details h6 {
    color: #c08090;
    margin: 0;
}
.contact_details .contact_link {
    background: linear-gradient(135deg, #e10600, #710300);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 20px;   
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    font-family: "JetBrains Mono", monospace;
}