/* Reset default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Basic typography */
body {
    font-family: 'Be Vietnam Pro', sans-serif;
    line-height: 1.6;
    color: #1b1b1b;
    letter-spacing: 0.5px;
}

/* Container */

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Be Vietnam Pro', sans-serif;
    margin: 0;
}

a {
    text-decoration: none;
    color: #0a044b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner-sec {
    border-radius: 0 0 16px 16px;
    background: linear-gradient(180deg, #121A3C 0%, #0D122A 100%);
    padding: 180px 0 0 0;
}

.logo-button {
    border-radius: 100px;
    border: 1px solid #484E5E;
    background: #121A3C;
    padding: 7px;
}

.header-lp {
    position: absolute;
    width: 100%;
    top: 30px;
}

.logo-button a {
    display: flex;
    padding: 8px 24px;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    background: #1A509E;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.08px;
}

.banner-sec h1 {
    color: #fff;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.64px;
}

.banner-sec h1 span {
    color: #3379F8;
}

.banner-sec .lead {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    margin: 23px 0;
}

.banner-sec a {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #1157D7;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    width: fit-content;
}
.client-logo-slider .swiper-slide {
    text-align: center;
}
.banner-logo {
    height: 95px;
    margin: 80px 0 0 0;
}

.banner-number {
    max-width: 681px;
    position: absolute;
    right: 0;
    bottom: 122px;
    display: flex;
    padding: 7px 32px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(5.949999809265137px);
}

.banner-number ul {
    border-radius: 8px;
    border: 1px solid #fff;
    background: rgba(13, 13, 13, 0.51);
    backdrop-filter: blur(5.949999809265137px);
    padding: 10px 20px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 25px;
    list-style: none;
}

.banner-number ul li {
    flex: 1;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    line-height: 160%;
}

.banner-number ul li span {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    display: block;
    font-family: "Inter", sans-serif;
}

.banner-number ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -7.5px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #fff;
}

.title_h2 {
    color: #1E2332;
    font-family: "Inter", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.22px;
}

.title_h2 span {
    color: #1A509E;
    position: relative;
    z-index: 1;
}

.get_gree_sec .title_h2 span {
    color: #3379F8;
}


.what_we_do .title_h2 span::after,
.choose_start .title_h2 span::after,
.proven_outcome .title_h2 span::after,
.why_analytic .title_h2 span::after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background: #D4E1F8;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.get_gree_sec .title_h2 span::after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background: #212F71;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.paragraph_lp {
    color: #1E2332;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
}

#customAccordion .accordion-item h2 button {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    color: #1E2332;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
}

#customAccordion .accordion-item h2 button img {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
}

#customAccordion .accordion-body {
    padding: 25px 0 0 0;
}

#customAccordion .accordion-body h6 {
    color: #1E2332;
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
}

#customAccordion .accordion-body p {
    color: #1E2332;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    margin: 7px 0 30px 0;
}

#customAccordion .accordion-item {
    border: none;
    border-radius: 0;
    padding: 20px 0;
    border-bottom: 1px solid #dfdfdf;
}

.accordion-button::after {
    background: url(../images/expand_circle_down.svg) 0 0 no-repeat;
    background-size: cover;
    background-position: center center;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background: url(../images/expand_circle_down.svg) 0 0 no-repeat;
    background-size: cover;
    background-position: center center;
}

.what_client_say::after {
    content: '';
    border-radius: 16px;
    background: var(--Gradient-Dark, linear-gradient(180deg, #121A3C 0%, #0D122A 100%));
    position: absolute;
    top: 0;
    width: 95%;
    height: 100%;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.client-box {
    display: flex;
    padding: 32px 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--Border-Dark-Blue, #16276A);
    background: linear-gradient(119deg, #121A3C 3.54%, #050C2C 95.71%);
    backdrop-filter: blur(4.599999904632568px);
}

.client-box p,
.client-infop {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
}

.client-info {
    display: flex;
    padding-top: 24px;
    align-items: center;
    gap: 73px;
    align-self: stretch;
    border-top: 1px solid var(--Border-Dark-Blue, #16276A);
}

.client-info h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
}

.client-info p {
    margin: 0;
    font-size: 14px;
    margin: 7px 0 0 0;
}

.client-info figure {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
}

.client-box-content {
    min-height: 275px;
}

.view_tst_btn {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.what_client_say .title_h2 span {
    color: #3379F8;
    position: relative;
    z-index: 1;
}

.what_client_say .title_h2 span::after {
    content: "";
    display: block;
    height: 15px;
    background: #212F71;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
}

.why_analytic::after {
    content: '';
    border-radius: 16px;
    background: #F6F7FA;
    position: absolute;
    top: 0;
    width: 95%;
    height: 100%;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.vendorandglobal {
    display: flex;
}

.vendorandglobalbox {
    flex: 1;
}

.vendorandglobalbox h6 {
    color: #1E2332;
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
    border-bottom: 1px dashed #1A509E;
    padding: 0 0 20px 0;
}

.vendorandglobalbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vendorandglobalbox ul li {
    color: #1E2332;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    padding: 17px 0;
    display: flex;
    gap: 15px;
    border-bottom: 1px dashed #1A509E;
    min-height: 85px;
    align-items: center;
}

.datadecision-box h3 {
    color: #B5B8C3;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.56px;
}

.datadecision-box h6 {
    color: #1E2332;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin: 10px 0;
}

.datadecision-box p {
    color: #1E2332;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
}

.data-decision-list {
    width: 85%;
    margin-left: auto;
    border-left: 1px solid #1A509E;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.datadecision-box {
    padding-left: 50px;
    position: relative;
}

.datadecision-box::before {
    content: '';
    background: url(../images/number-circle.svg) 0 0 no-repeat;
    width: 25px;
    height: 25px;
    background-size: cover;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: -13px;
    top: 0;
}

.gurantee_box p {
    color: #1E2332;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 20px 0 0 0;
}

.small-title-h6 {
    color: #1E2332;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.lst-line-p {
    color: #1157D7;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
}


.view_all_btn {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #1157D7;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    width: fit-content;
    margin: 50px auto 0;
}

.proven_box {
    height: 371px;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    margin: 15px 0;
}

.proven_box figure {
    height: 100%;
    margin: 0;
}

.proven_box_content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 25px;
    background: rgba(0, 0, 0, 0.13);
    width: 100%;
    height: 100%;
    border-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
}

.proven_box_content span {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #8F95A2;
    background: rgba(13, 13, 13, 0.31);
    backdrop-filter: blur(10.399999618530273px);
    position: absolute;
    left: 23.333px;
    top: 21.5px;
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.14px;
}

.proven_box_content h3 {
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
}

.proven_box_content a {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}



.pricing-card {
    background: #F6F7FA;
    padding: 28px 24px 24px;
    height: 100%;
    position: relative;
    border-right: 1px solid #d3d3d7;
}

.pricing-card:last-child {
    border-right: none;
}

.pricing-card.active {
    background: #1A509E;
    color: #fff;
}

.pricing-card.active .muted-text,
.pricing-card.active .card-small-title,
.pricing-card.active .bottom-text {
    color: #fff;
}

.pricing-card.active .divider {
    border-color: rgba(255, 255, 255, 0.25);
}

.pricing-card.active .pricing-btn {
    background: #fff;
    color: #0F4AA6;
}

.pricing-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.card-small-title {
    color: #1E2332;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
}

.card-value {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
}

.divider {
    border-top: 1px solid #cfcfd5;
    margin: 20px 0;
}

.include-title {
    text-transform: uppercase;
    margin-bottom: 14px;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.feature-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 600;
}

.check {
    color: #00C16A;
    font-size: 20px;
    line-height: 1;
}

.muted-text {
    color: #1E2332;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.bottom-text {
    margin-bottom: 28px;
    min-height: 48px;
    color: #1A509E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.08px;
}

.pricing-btn {
    width: 100%;
    height: 54px;
    border-radius: 10px;
    border: 1px solid #1A509E;
    background: transparent;
    color: #0F4AA6;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: 0.3s;

    /* Button/Large */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 16px */
}

/* .pricing-btn:hover {
    background: #0F4AA6;
    color: #fff;
} */

.pricing-card.active .pricing-btn:hover {
    background: #f5f5f5;
}

.popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFC400;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 40px;
    white-space: nowrap;
}

.arrow {
    font-size: 24px;
    line-height: 1;
}


.comparison-section {
    padding: 30px 0;
}

.comparison-table-wrap {
    border: 1px solid #D8D8DD;
    border-radius: 0 0 18px 18px;
    overflow: hidden;
}

.comparison-table {
    margin: 0;
    min-width: 1200px;
    border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
    padding: 22px 22px;
    vertical-align: middle;
    border-right: 1px solid #D8D8DD;
    border-bottom: 1px solid #D8D8DD;
    color: #1E2332;
    text-align: left;
    /* Heading/H6 */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: 0.08px;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
    border-right: none;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

/* HEADER */
.comparison-table thead tr {
    background: #000000;
}

.comparison-table thead th {
    color: #1E2332;
    padding: 18px 22px;
    text-align: left;
    /* Heading/H6 */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: 0.08px;
}

/* ROW COLORS */
.comparison-table tbody tr:nth-child(odd) {
    background: #E8E8EB;
    color: #2A2E3F;
}

.comparison-table tbody tr:nth-child(even) {
    background: #000000;
    color: #171C35;
}

/* FIRST COLUMN */
.comparison-table td:first-child,
.comparison-table th:first-child {
    width: 34%;
    font-weight: 700;
}

.comparison-table td:not(:first-child),
.comparison-table th:not(:first-child) {
    width: 22%;
}

/* ICONS */
.icon-check {
    color: #20D38A;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.icon-cross {
    color: #FF3D57;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

/* ODD ROW */
.comparison-table tbody tr:nth-child(odd) td {
    background: #F6F7FA;
}

.get_gree_sec {
    background: var(--Gradient-Dark, linear-gradient(180deg, #121A3C 0%, #0D122A 100%));
}

.next-tag {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #8F95A2;
    background: rgba(13, 13, 13, 0.31);
    backdrop-filter: blur(10.399999618530273px);
    color: #fff;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.14px;
    width: fit-content;
}

.get_gree_sec p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
}

.get_gree_sec .view_all_btn {
    margin: 25px 0 0 0;
}

.get_gree_sec ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 40px 0 0 0;
    gap: 20px;
}

.get_gree_sec ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.get_gree_sec_right {
    padding-left: 65px;
}

.ftr-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.ftr-box ul li a {
    color: #8F95A2;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.footer {
    padding: 15px 0;
    background: #1E2332;
}

/* modal */
.modal-content {
    border: none;
    border-radius: 16px;
    padding: 0;
}

.modal-header {
    border-bottom: none;
    padding: 20px;
    align-items: flex-start;
    border-radius: 16px 16px 0 0;
    border-bottom: 1px solid #E0E2E9;
    background: #F6F7FA;
    align-items: center;
}

.modal-title {
    color: #1E2332;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
}

.modal-subtitle {
    margin-top: 4px;
    color: #1E2332;
    font-size: 13px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 0;
}

.btn-close {
    width: 32px;
    height: 32px;
    border: 1.5px solid #d1d5db;
    border-radius: 50%;
    background-size: 12px;
    opacity: 1;
    flex-shrink: 0;
    margin-top: 2px;
}

.btn-close:hover {
    background-color: #f3f4f6;
}

.modal-body {
    padding: 16px 24px;
}

.modal-footer {
    border-top: none;
    padding: 0 24px 20px 24px;
    flex-direction: column;
    gap: 10px;
}

.form-label {
    margin-bottom: 6px;
    color: var(--Text-Primary, #1E2332);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.form-control,
.form-select {
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    color: #111827;
    padding: 10px 14px;
    background-color: #fff;
    transition: border-color 0.2s;
}

.form-control::placeholder {
    color: #9ca3af;
}

.form-control:focus,
.form-select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-select {
    color: #9ca3af;
}

textarea.form-control {
    resize: none;
    min-height: 100px;
}

.btn-submit {
    background-color: #2563eb;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background-color 0.2s;
    font-family: Inter;
}

.btn-submit:hover {
    background-color: #1d4ed8;
    color: #fff;
}

.btn-submit:active {
    background-color: #1e40af;
}

.btn-submit .arrow {
    font-size: 18px;
}

.privacy-text {
    margin: 0;
    color: var(--Text-Secondary, #60677A);
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.privacy-text a {
    color: #6b7280;
    text-decoration: none;
}

.btn-close {
    width: 25px;
    height: 25px;
    padding: 0 !important;
    border: 1px solid #1E2332;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* EVEN ROW */
.comparison-table tbody tr:nth-child(even) td {
    background: #fff;
}

.modal-body.proven-modal-body h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.modal-h6-red {
    color: #E63746;
}

.modal-h6-blue {
    color: #1157D7;
}

.modal-h6-green {
    color: #2AB679;
}

.modal-body.proven-modal-body p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 15px 0;
    border-bottom: 1px solid var(--Border-Default, #E0E2E9);
    padding: 0 0 17px 0;
}

.modal-body.proven-modal-body ul {
    padding: 0;
    margin: 0;
    list-style: none;

}

.modal-body.proven-modal-body ul li {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sticky-top {
    top: 100px !important;
}

.what-client-say .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
}

.sticky-btn {
    position: fixed;
    right: -43px;
    top: 50%;
    transform: rotate(-90deg);
    padding: 12px 32px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    border-radius: 10px 10px 0 0;
    background: #1157d7;
    color: #fff;
    z-index: 1000;
}
.header-lp.header-lp-thank {
    position: unset;
    padding: 15px 0;
}
.header-lp.header-lp-thank .logo-button {
    background: transparent;
}
.thankbody {
    text-align: center;
    padding: 100px 0 0 0;
}
.thankbody img {
    width: 70px;
}
.thankbody h1 {
    color: #1E2332;
    font-family: Inter;
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.22px;
}
.thankbody p {
    color: #1E2332;
    font-size: 17px;
    font-weight: 400;
    line-height: 160%;
    margin: 25px 0;
}
.thankbody span {
    display: flex;
    padding: 16px;
    gap: 10px;
    border-radius: 8px;
    background: #D4E1F8;
    color: #1E2332;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    width: fit-content;
    margin: 0 auto;
}
.thankbody a img {
    width: 18px;
}
.thankbody a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1157D7;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    width: fit-content;
    margin: 35px auto 0;
    gap: 10px;
}
.client_number {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    gap: 30px;
}
.client_number li span {
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    display: block;
}
.client_number li {
color: #fff;
font-size: 15px;
font-weight: 400;
line-height: 160%; 
position: relative;
}

.client_number li::after {
    content: '';
   background: #8F95A2;
    position: absolute;
    width: 1px;
    height: 100%;
    display: block;
    top: 0;
    right: -13px;
}
.client_number li:last-child::after{
    display: none;
}
#customAccordion {
    padding-left: 50px;
}



/* MOBILE */
@media(max-width:1366px) {
    .banner-sec h1 {
        font-size: 45px;
    }

    .banner-logo {
        height: 67px;
    }

    .title_h2 {
        font-size: 34px;
    }

    .client-box-content {
        min-height: 315px;
    }

    .proven_box {
        height: auto;
    }

    .get_gree_sec_right {
        padding-left: 21px;
        padding-bottom: 60px;
    }

    .get_gree_sec ul li a {
        font-size: 13px;
    }

    .get_gree_sec .row.align-items-center {
        align-items: flex-end !important;
    }
}


@media(max-width:1199px) {
    .banner-sec h1 {
        font-size: 38px;
    }

    .banner-sec .lead {
        font-size: 14px;
        margin: 7px 0 15px 0;
    }

    .banner-sec a {
        font-size: 15px;
    }

    .banner-number {
        max-width: 100%;
        width: 100%;
        bottom: -33px;
    }

    .client-info {
        flex-wrap: wrap;
        gap: 15px;
    }

    .client-box-content {
        min-height: 344px;
    }

    .client-box p,
    .client-infop {
        font-size: 14px;
        margin: 0;
    }

    .vendorandglobalbox ul li {
        min-height: 111px;
    }

    .title_h2 {
        font-size: 30px;
    }

    .datadecision-box h3 {
        font-size: 35px;
    }

    .proven_box_content h3 {
        font-size: 19px;
    }

    .pricing-card h3 {
        font-size: 18px;
    }

    .pricing-card {
        padding: 54px 24px 24px;
    }
}

@media(max-width:991px) {

    .comparison-table th,
    .comparison-table td {
        padding: 16px;
        font-size: 14px;
    }

    .comparison-table thead th {
        font-size: 15px;
    }

    .icon-check {
        font-size: 20px;
    }

    .icon-cross {
        font-size: 22px;
    }

    .pricing-card {
        border-right: none;
        border-bottom: 1px solid #d3d3d7;
    }

    .pricing-card:last-child {
        border-bottom: none;
    }
}

@media(max-width:767px) {

    .banner-sec h1 {
        font-size: 28px;
    }

    .banner-sec .lead {
        margin: 15px 0;
    }

    .swiper-pagination {
        position: unset;
        display: flex;
        justify-content: center;
        margin: 15px 0 0 0;
    }

    .swiper.client-logo-slider .swiper-slide {
        text-align: center;
    }

    .client-box-content {
        min-height: 170px;
    }

    .vendorandglobalbox ul li {
        min-height: 145px;
        font-size: 13px;
    }

    .data-decision-list {
        width: 100%;
        margin: 40px 0 0 0;
    }

    .mobile-flex {
        flex-wrap: wrap;
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    p br {
        display: none;
    }

    .gurantee_box {
        margin: 15px 0;
    }

    .small-title-h6 {
        margin: 0 !important;
    }

    .why_analytic p {
        font-size: 15px;
    }

    .proven_box_content span {
        font-size: 12px;
    }

    .view_all_btn {
        margin: 25px auto 0;
    }

    .pricing-card {
        padding: 35px 24px 24px;
    }

    .feature-list li {
        font-size: 14px;
        font-weight: 500;
    }

    .bottom-text {
        min-height: auto;
        font-size: 15px;
        font-weight: 500;
    }

    .card-value {
        font-size: 15px;
        font-weight: 500 !important;
    }

    .get_gree_sec .col-md-5 {
        order: 2;
    }

    .get_gree_sec_right {
        padding-left: 0;
        padding-bottom: 35px;
    }

    .get_gree_sec ul li a {
        font-size: 11px;
    }

    .proven_outcome.pt-5.pb-5.proven_outcome_mobile {
        padding-top: 0 !important;
    }

    .get_gree_sec ul {
        gap: 15px;
        flex-wrap: wrap;
    }

    .view_all_btn {
        font-size: 14px;
    }

    .card-img-top.mt-md-4 {
        margin-top: 30px;
    }
    .mobile_client_flex {
    flex-wrap: wrap;
    gap: 22px;
}
.client_number {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.client_number li {
    width: 47%;
}
.client_number li::after {
    width: 100%;
    height: 1px;
    top: unset;
    right: 0;
    bottom: -9px;
}
.client_number li:nth-child(3)::after{
    display: none;
}
.client_number li span {
    font-size: 20px;
    margin: 0 0 5px 0;
}
.client_number li {
    font-size: 13px;
}
#customAccordion {
    padding-left: 0;
}
}

@media(max-width:480px) {
    .banner-sec {
        padding: 125px 0 0 0;
    }

    .header-lp {
        top: 15px;
    }

    .header-logo-icon {
        width: 45px;
        height: 45px;
    }

    .banner-sec h1 {
        font-size: 26px;
        line-height: 1.4;
    }

    .banner-logo {
        height: unset;
        width: 100%;
    }

    .banner-number ul {
        flex-wrap: wrap;
    }

    .banner-number ul li {
        width: 46%;
        min-width: 46%;
        max-width: 46%;
    }

    .banner-number ul li:not(:last-child)::after {
        display: none;
    }

    .title_h2 {
        font-size: 23px;
    }

    #customAccordion .accordion-body h6 {
        font-size: 15px;
    }

    #customAccordion .accordion-body p {
        font-size: 14px;
    }

    #customAccordion .accordion-item h2 button {
        font-size: 16px;
        gap: 15px;
    }

    #customAccordion .accordion-item h2 button img {
        width: 40px;
        min-width: 40px;
        max-width: 40px;
    }

    .what_client_say::after,
    .why_analytic::after {
        width: 100%;
    }

    .vendorandglobalbox h6 {
        font-size: 14px;
    }

    .vendorandglobal {
        flex-wrap: wrap;
        gap: 25px;
    }

    .vendorandglobalbox {
        flex: unset;
    }

    .vendorandglobalbox ul li {
        min-height: unset;
        font-size: 14px;
    }

    .data-decision-list {
        width: 96%;
        margin: 40px auto 0;
    }

    .datadecision-box {
        padding-left: 30px;
    }

    .datadecision-box p {
        font-size: 14px;
    }

    .datadecision-box h3 {
        font-size: 24px;
    }

    .datadecision-box h6 {
        font-size: 16px;
    }

    .what_we_do.pt-5.pb-5 {
        padding-bottom: 0 !important;
    }

    .proven_outcome p {
        font-size: 14px;
    }

    p {
        font-size: 14px !important;
    }

    .modal-title {
        font-size: 16px;
    }

    .modal-subtitle {
        font-size: 12px !important;
    }

    #dataModal .row.g-3 {
        flex-wrap: wrap;
    }

    #dataModal .row.g-3 .col-6 {
        width: 100%;
    }

    .view_tst_btn {
        font-size: 14px;
    }

    .proven_box_content {
        padding: 18px;
        gap: 14px;
        background: rgba(0, 0, 0, 0.5);
    }

    .proven_box_content h3 {
        font-size: 18px;
    }

    .ftr-box img {
        width: 45px;
    }

    .ftr-box ul {
        gap: 15px;
    }

}