body {
    font-family: 'SF Pro Display';
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 6px;
    color: #000
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #000;
    border-radius: 10px;
    border-color: #000
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #000
}
p {
    margin-top: 0;
    margin-bottom: 0rem;
    color: #4C4C4C;
    font-family: "SF Pro Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding-top: 0;
}

h2 {
    color: #000;
    font-family: "SF Pro Display";
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-out;
}

a:focus, input:focus, textarea:focus, button:focus {
    outline: 0;
    box-shadow: none;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 12px;
}

.container {
    max-width: 1420px;
    width: 100%;
}

/* --- Button Code --- */
.custom-btn {
    font-family: var(--parafont);
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 0px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: inline-flex;
    padding: 16px 35px 15px 35px;
    justify-content: center;
    align-items: center;
    color: #090D44;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-btn:hover span:after {
    transform: translateX(10px);
}

.dark-btn {
    color: var(--white);
    background-color: var(--primarycolor);
    border: 1px solid var(--primarycolor);
}

.dark-btn:hover {
    color: var(--white);
}

.light-btn {
    color: var(--black);
    border: 1px solid var(--secondarycolor);
    background-color: var(--secondarycolor);
}

.light-btn:hover {
    color: var(--white);
}

.border-btn {
    color: var(--secondarycolor);
    border: 1px solid var(--secondarycolor);
}

.border-btn:hover {
    color: var(--white);
    border: 1px solid var(--secondarycolor);
}

.subtitle {
    color: var(--primarycolor);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.top-header {
    padding: 15px 0;
    background: var(--primarycolor);
    position: relative;
    z-index: 1;
}

.top-header .info-row {
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    gap: 20px;
}

header .nav-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 15px 0;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

header.fixed-header .header-btn {
    background-color: var(--secondarycolor);
    color: var(--bgdktxtclr);
}

header.fixed-header .nav-header {
    padding: 12px 0;
}

header.fixed-header .top-header {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
}

header.fixed-header {
    background: #162CB9;
    position: fixed !important;
    animation: smoothScroll 1s forwards;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

header .logo-col img {
    transition: all 0.3s ease-in-out;
}

header.fixed-header .logo-col img {
    max-width: 80%;
}

nav button.navbar-toggler {
    background-color: var(--primarycolor);
}

.nav-header .row {
    align-items: center;
}

.nav-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.top-call-us {
    display: flex;
    align-items: center;
    gap: 60px;
}

.call-us p {
    color: #FFF;
    font-size: 15.856px;
    font-weight: 500;
    line-height: 24px;
}

.call-us p a {
    color: #FFF;
    font-size: 25.37px;
    font-weight: 500;
}

.call-us p a:hover {
    color: #000;
}

.call-us {
    position: relative;
    padding-left: 40px;
}

.call-us img {
    position: absolute;
    left: -8px;
    top: 8px;
    bottom: 0;
    margin: auto 0 !important;
}

.call-us a.custom-btn {
    background: transparent;
    border-radius: 30px;
    border: 1px solid #fff;
    color: #fff;
}

.call-us a.custom-btn:hover {
    background: #F48D51;
    color: #fff;
}

.banner-content-wrp {
    background-size: cover;
    background-position: center center;
    background-color: #0B1A79;
    display: flex;
    align-items: center;
}

.b-content-col {
    display: flex;
    align-items: center;
}

.banner-content-wrp {
    padding: 125px 0px 38px;
}

.banner_content h1 {
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 58px;
    font-style: normal;
    font-weight: 600;
    line-height: 59px;
    text-transform: none;
}

.banner_content h1 span {
    color: #F48D51;
}

.banner_content h5 {
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 59px;
    margin: 0;
    padding: 45px 0px 60px;
}

.banner_content {
    height: auto;
}

.btn-us a {
    border-radius: 100px;
    background: #FFD900;
    color: #000;
    font-family: "SF Pro Display";
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    padding: 10px 50px;
}

.btn-us a:hover {
    background: #F48D51;
    color: #fff;
}

.b-form-col {
    display: flex;
    justify-content: flex-end;
}

.form_wrp_box {
    max-width: 470px;
    width: 100%;
    border-radius: 33.58px;
    background: linear-gradient(180deg, #EEF1FF 1.68%, #FFF 100%);
    padding: 30px 40px;
}

.form_content {
    margin-bottom: 25px;
}

.form_wrp_box .form_content h4 {
    color: #162CB9;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}

.form_wrp_box .form-field input {
    border-radius: 100px;
    border: 1.119px solid rgba(22, 45, 184, 0.12);
    background: #FFF;
    box-shadow: 0 0 9.962px 2.239px rgba(0, 0, 0, 0.04);
    height: 56px;
    color: #5B5B5B;
    font-size: 12.882px;
    font-weight: 500;
    padding: 0px 26px;
}

.form_wrp_box form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.form-field {
    width: 100%;
}

.form-submit-field button, .form-submit-field input {
    border-radius: 100px;
    border: 1.119px solid rgba(22, 45, 184, 0.12);
    background: #162CB9;
    box-shadow: 0 0 9.962px 2.239px rgba(0, 0, 0, 0.04);
    width: 100%;
    height: 56px;
    color: #FFF;
    text-align: center;
    font-size: 12.882px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.form-submit-field input:hover {
    background-color: #000;
}

span.wpcf7-spinner {
    position: absolute !important;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto !important;
}

.form-submit-field {
    width: 100%;
    position: relative;
}

.form-field.check-box-wrp p {
    color: #000;
    text-align: center;
    font-size: 12.882px;
    font-weight: 500;
    line-height: 20.148px;
}

.form-field.check-box-wrp a {
    color: #F48D51;
    font-size: 12.882px;
    font-style: normal;
    font-weight: 800;
    line-height: 20.148px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.form-field.check-box-wrp a:hover {
    color: #000;
}

.iti.iti--allow-dropdown {
    width: 100% !important;
    border-radius: 100px;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
    background-color: transparent !important;
    border-radius: 100px;
}

.footer_wrapper {
    border-radius: 50px 50px 0 0;
    background: #162CB9;
    padding: 340px 0px 50px;
}

.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 90px;
    width: 40px;
    height: 40px;
    background: #F48D51;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 0%;
    padding: 9px 0px;
    z-index: 99;
    font-size: 20px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / .5);
    box-shadow: 0 0 5px rgb(0 0 0 / .5);
    display: none;
    transition: .4s;
}

.back-to-top:hover {
    background: #162CB9;
}

span.back-top {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

span.back-top i.fa {
    line-height: 18px;
}

.banner_content h5 strong {
    position: relative;
    padding: 0px 16px;
}

.banner_content h5 strong:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 110px;
    height: 59px;
    background-image: url('images/skew.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.banner_content h5 span {
    color: #162CB9;
    font-family: "SF Pro Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 59px;
    position: relative;
    z-index: 9;
}

.btn-us span {
    color: #162CB9;
    font-family: "SF Pro Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 11px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    top: -6px;
    padding: 0px 6px;
}

.btn-us span strong {
    color: #162CB9;
    font-family: "SF Pro Display";
    font-size: 75.13px;
    font-style: normal;
    font-weight: 900;
    line-height: 12px;
    text-transform: uppercase;
    position: relative;
    top: 10px;
}

.stats {
    display: flex;
    gap: 30px;
    padding-top: 100px;
}

.stats h3, .h3_wrp {
    color: #F48D51;
    font-family: "SF Pro Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 93%;
    margin: 0;
}

.stats p {
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 153%;
    text-transform: uppercase;
    text-align: left;
}

.bottom-bar {
    border-radius: 0 0 50px 50px;
    background: #F48D51;
}

.stats > div {
    border-left: 1px solid #F48D51;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bottom-bar h5 {
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 107%;
    margin: 0;
}

.trusted-wrp-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0px;
}

.trusted-logos {
    display: flex;
    gap: 70px;
}

.growth-section {
    padding: 80px 0px;
    background: #fff;
}

/* HEADING */
.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title span {
    color: #F48D51;
}

/* PROBLEM CARDS */
.problem-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 90px;
}

.problem-card {
    padding: 35px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
    border-radius: 20px;
    background-image: url(images/boder-line.png);
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: 0 0 42.5px 9px rgba(0, 0, 0, 0.09);
}

.problem-card h4 {
    color: #162CB9;
    font-family: "SF Pro Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 0;
}

.problem-card p {
    color: #000;
    font-family: "SF Pro Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 157%;
}

/* SYSTEM CARD */
.system-card {
    overflow: hidden;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 0 42.5px 9px rgba(0, 0, 0, 0.09);
}

/* TOP WHITE AREA */
.system-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 70px 0px;
}

.system-text span {
    color: #F48D51;
}

/* BLUE FEATURES */
.system-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #162CB9;
    color: #fff;
    padding: 40px;
    gap: 30px;
}

.feature h4 {
    padding: 10px 0px 15px;
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.feature p {
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 157%;
    min-height: 90px;
}

.feature ul {
    padding-left: 0px;
}

.feature li {
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    border-bottom: 1px solid #7285FF;
    list-style: none;
    padding: 12px 0px 12px 24px;
    position: relative;
}

.feature li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 16px;
    width: 14px;
    height: 13px;
    background-image: url(images/li.svg);
}

.ai-section {
    position: relative;
    padding: 80px 20px;
}

section.ai-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 442px;
    border-radius: 50px 50px 0 0;
    background: rgba(229, 245, 255, 0.67);
    left: 0;
    top: 0;
}

section.ai-section .container {
    position: relative;
}

h2 span {
    color: #F48D51;
}

section.ai-section h2, .ai-section .subtitle , p.results-sub {
    text-align: center;
}

.subtitle, p.results-sub, .growth-flow-desc, .transform-subtitle {
    color: #777;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 122%;
    margin-bottom: 50px;
    text-transform: none;
    padding-top: 8px;
}

/* AI CARDS */
.ai-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 70px;
}

.ai-card {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
    border-radius: 20px;
    background-image: url(images/boder-line.png);
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: 0 0 42.5px 9px rgba(0, 0, 0, 0.09);
}

.ai-card h4 {
    color: #162CB9;
    font-family: "SF Pro Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 0
}

.ai-card p {
    color: #000;
    font-family: "SF Pro Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 157%;
}

/* TESTIMONIALS */
.testimonials {
    /* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */
    /* gap: 30px; */
}

.testimonial-card {
    padding: 5px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 20px;
    box-shadow: 0 0 25px 14px rgba(0, 0, 0, 0.09);
    background-image: url(images/boder-line2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height:100%;
}

.profile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 44%;
}

.t_content {
    width: 52%;
    border-left: 1px solid #F4F4F4;
    height: 100%;
    padding-left: 20px;
    padding-right: 10px;
}

a.video-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 45px;
    height: 45px;
    margin: auto;
}

.t_img {
    position: relative;
    height: 162px;
}

.profile h5 {
    margin: 0 0 5px;
}

.profile span {
    font-size: 12px;
    color: #777;
}

.quote {
    color: #000;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 156%;
    margin-bottom: 15px;
}

.result {
    color: #000;
    font-family: "SF Pro Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
    width: 90%;
}

.profile h5 {
    color: #000;
    font-family: "SF Pro Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.profile span {
    color: #000;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}

.testimonials-slider .slick-list {
    display: flex !IMPORTANT;
}

.testimonials-slider .slick-track {
    display: flex !important;
}

.testimonials-slider .slick-slide {
    padding: 44px;
    margin: 0px -15px;
}

.testimonials-slider {
    margin: 0 !IMPORTANT;
}

img.arrow {
    position: absolute;
    right: -25px;
}

.t_detail {
    padding: 20px 30px 0px;
}

.growth-flow-wrap {
    border-radius: 50px 50px 0 0;
    background: rgba(229, 245, 255, 0.67);
    padding: 70px 0;
    text-align: center;
}

.growth-flow-steps {
    display: flex;
    flex-wrap: wrap;
    padding-top: 80px;
    justify-content: space-between;
}

.growth-flow-item {
    position: relative;
    width: 24%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.growth-flow-count {
    width: 62px;
    height: 62px;
    background: #ff7a2f;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    z-index: 9;
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 152%;
    position: absolute;
    top: -100px;
}

.growth-flow-card {
    border-radius: 30px;
    background: #162CB9;
    box-shadow: 0 0 42.5px 9px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    text-align: left;
    padding-bottom: 10px;
}

.growth-flow-card h3 {
    color: #162CB9;
    font-family: "SF Pro Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 0;
    padding: 10px 0px 2px;
}

.growth-flow-card small {
    display: block;
    color: #F48D51;
    font-family: "SF Pro Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 2.28px;
    text-transform: uppercase;
}

.growth-flow-card ul {
    padding: 20px 25px;
}

.growth-flow-card ul li {
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    border-bottom: 1px solid #7285FF;
    list-style: none;
    padding: 12px 0px 12px 24px;
    position: relative;
}

.growth-flow-card ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 16px;
    width: 14px;
    height: 13px;
    background-image: url(images/li.svg);
}

.growth-flow-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: -160px;
    top: -68px;
    border-top: 1px dashed #E5E5E5;
}

.growth-flow-item:nth-child(1):after {
    display: none;
}

.growth-wbg {
    background: #fff;
    padding: 20px 25px;
}

.faq-wrap {
    padding: 90px 0 0px;
    background: #EFEFEF;
}

.faq-title span {
    color: #ff7a2f;
}

.faq-image img {
    max-width: 100%;
}

.faq-item {
    border-bottom: 1px solid #F48D51;
}

.faq-question {
    width: 100%;
    background: none;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 157%;
    background: transparent !important;
    text-align: left;
}

.faq-icon {
    font-size: 22px;
    transition: 0.3s;
}

.faq-answer {
    display: none;
    padding-bottom: 18px;
    color: #000;
    font-family: "SF Pro Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 152%;
}
.faq-answer p {
    padding-bottom: 18px;
    color: #000;
    font-family: "SF Pro Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 152%;
}
.faq-answer p , .faq-answer li{
    color: #000;
}
.faq-item.active button, .faq-item:hover button {
    color: #F48D51;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-left {
    width: 40%;
}

.faq-right {
    width: 44%;
}

h2.faq-title {
    margin-bottom: 20px;
}

section.faq-wrap .row {
    justify-content: space-between;
}

.transform-path {
    padding: 70px 0;
    background: #ffffff;
    text-align: center;
}

.transform-title {
    margin-bottom: 10px;
}

.transform-title span {
    color: #ff7a2f;
}

.transform-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-top: 15px;
}

.transform-card {
    background-image: url('images/boder-line3.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 18px;
    padding: 35px 40px;
    text-align: left;
    position: relative;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    height: auto;
}

.transform-card h3 {
    color: #162CB9;
    font-family: "SF Pro Display";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
}

.transform-tag {
    text-transform: uppercase;
    color: #F48D51;
    font-family: "SF Pro Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 2.28px;
    display: inline-block;
}

.transform-badge {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #162CB9;
    padding: 12px 26px;
    border-radius: 20px;
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.transform-price, transform-price .currency {
    color: #F48D51;
    font-family: "SF Pro Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.transform-price .per {
    color: #F48D51;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.transform-note {
    color: #000;
    font-family: "SF Pro Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 152%;
}

.transform-list {
    list-style: none;
    padding: 10px 0px 0px;
    margin-bottom: 25px;
}

.transform-list li {
    color: #000;
    font-family: "SF Pro Display";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 152%;
    padding: 8px 0px 8px 20px;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
}

.transform-list li::before {
       content: '';
       position: absolute;
       left: 0px;
       top: 14px;
       width: 14px;
       height: 13px;
       background-image: url(images/li.svg);
}

.transform-list li.highlight {
    font-weight: 600;
}

.transform-btn {
    display: inline-block;
    padding: 18px 26px;
    border-radius: 30px;
    font-family: "SF Pro Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.transform-btn {
    border: 1px solid #000;
    color: #000;
}

.transform-btn:hover {
    background: #ffc400;
    border: 1px solid #ffc400;
    color: #000;
}
.transform-card {
    margin: 0px 15px;
}
.transform-slider {
    padding: 20px 20px 5px;
}
.t-btn {
    position: relative;
    top: 22px;
    z-index: 999;
}

.cta-footer-wrap {
  position: relative;
}

/* Commitment Card */
.cta-commitment {
  max-width: 1300px;
  margin: 0 auto -130px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  overflow: hidden;
  z-index: 2;
  position: relative;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 0 42.5px 9px rgba(0, 0, 0, 0.09);
}

.cta-commitment-left {
  padding: 40px 50px;
}

.cta-icon {
  margin-bottom: 20px;
}

.cta-commitment-left h3 {
  color: #000;
  font-family: "SF Pro Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 107%;
  text-transform: capitalize;
  margin: 0;
}

.cta-commitment-left span {
  color: #F48D51;
}

.cta-commitment-right {
  background: #eef7fb;
  padding: 35px 50px;
}

.cta-commitment-right h4 {
  color: #000;
  font-family: "SF Pro Display";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%;
  margin-bottom: 12px;
}

.cta-commitment-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cta-commitment-right li {
  padding: 16px 0px 16px 22px;
  position: relative;
  color: #000;
  font-family: "SF Pro Display";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 152%;
  border-bottom: 1px solid #CAE9FF;
}

.cta-commitment-right li::before {
      content: '';
    position: absolute;
    left: 0px;
    top: 22px;
    width: 14px;
    height: 13px;
    background-image: url(images/li.svg);
}

/* Footer CTA */
.cta-footer-main {
  color: #fff;
  text-align: center;
  padding: 180px 20px 50px;
  border-radius: 50px 50px 0 0;
  background: #162CB9;
}

.cta-footer-main h2 {
  margin-bottom: 15px;
  color: #fff;
}


.cta-footer-main p {
  padding: 9px 0 30px;
  color: #FFF;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 122%; /* 31.72px */
}

.cta-footer-btn {
  display: inline-block;
  background: #FFD900;
  color: #000;
  padding: 24px 50px;
  border-radius: 100px;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 30px;
  color: #010A70 !important;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.cta-footer-btn:hover{
    background-color:#fff;
}

.cta-footer-note {
  max-width: 650px;
  margin: auto;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  padding: 18px;
  border-radius: 18px;
  color: #FFF;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 152%; 
}

.cta-footer-note small {
  display: block;
  margin-top: 6px;
  color: #FFF;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: italic;
  line-height: 152%; 
}

.ai-card img {
    width: 54px;
}
.problem-card svg{
    height: 60px
}
.feature img, .ai-card img , .growth-wbg img, .problem-card svg{
    animation: float 3s ease-in-out infinite;
}
.h3_wrp {
    display: flex;
}
.faq-answer ul li{margin-bottom: 10px;}
p.retailer-para {
    color: #ff7a2f;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 1480px) {
    .h3_wrp {
        font-size: 47px;
    }
        .faq-answer, .faq-answer p {
        font-size: 16px;
        line-height: 150%;
    }
}
@media (max-width: 1024px){
    .feature ul {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 600px) {
    .btn-us {
    text-align: center;
}


    .btn-us a {
        font-size: 16px !important;
        line-height: 36px !important;
        padding: 10px 38px;
    }
    .feature ul {
    grid-template-columns: repeat(1, 1fr);
}
}




#form-scroll {
    scroll-margin-top: 120px; /* height of fixed header */
}
/* Shake Animation */
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(2deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-2deg);
  }

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

/* Apply Animation */
.shake {
  display: inline-block;
  animation: tilt-shaking 0.5s infinite;
}
.cta_btn a {
    margin-bottom: 0;
}

.cta_btn {
    padding-top: 40px;
    text-align: center;
}
.cta_btn a:hover {
    background: #F48D51;
    color:#fff !Important;
}

.testimonial-section{
    padding: 70px 0;
}

/* Top */
.testimonial-top{
    display:flex;
    justify-content:space-between;
    gap:80px;
    margin-bottom: 38px;
    flex-wrap:wrap;
    align-items: center;
}

.testimonial-badge{
    display:inline-block;
    padding:14px 28px;
    border-radius:40px;
    box-shadow:0 4px 10px rgba(0,0,0,0.08);
    margin-bottom:40px;
    font-size:18px;
    background: #F48D51;
    color: #fff;
    font-weight: 600;
}


.testimonial-rating{
    width:380px;
}

.rating-head{
    display:flex;
    justify-content:space-between;
    margin-bottom:25px;
}

.rating-text h3{
    font-size:30px;
    line-height:1.2;
    font-weight: 700;
}

.rating-score h2{
    font-size:72px;
    line-height:1;
    text-align:right;
}

.stars{
    color: #ff7a2f;
    margin-top:5px;
    text-align:right;
}

.bar-item{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:14px;
}

.bar-item span{
    width:140px;
    font-size:18px;
}

.bar{
    flex:1;
    height:10px;
    background:#999;
    border-radius:30px;
    overflow:hidden;
}

.fill{
    height:100%;
    background: #ff7a2f;
    border-radius:30px;
}

.w95{width:95%;}
.w92{width:92%;}
.w90{width:90%;}
.w98{width:98%;}

/* Cards */
.testimonial-slider  .slick-track, .testimonial-slider .slick-list {
    display: flex;
}
.testimonial-slider .slick-track {
    gap:20px;
}

.testimonial-slider .testimonial-card{
    background: #162CB9;
    border-radius:24px;
    padding:30px;
    color:#fff;
    position:relative;
    flex-direction: column;
    box-shadow: none;
}

.testimonial-slider .card-stars{
    color: #F48D51;
    margin-bottom:28px;
    font-size:20px;
}

.testimonial-slider .user-box{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:25px;
}

.user-box img{
    width:60px;
    height:60px;
    border-radius:50%;
    border: 4px solid #F48D51;
    object-fit:cover;
}

.user-box h4{
    font-size:18px;
    margin-bottom:4px;
    color: #fff;
}

.user-box p{
    font-size: 14px;
    color: #fff;
}

.review-text{
    color: #fff;
}

.quote-icon{
    position:absolute;
    right:25px;
    bottom:20px;
    color: #fff;
    font-size:26px;
}

.testimonials-items-wrp .slick-dots {
    position: relative;
    bottom: 0;
    padding-top: 40px;
}

.testimonials-items-wrp {
    margin: 0 !IMPORTANT;
}

/* Responsive */
@media(max-width:991px){



    .testimonial-slider .testimonial-top{
        gap:40px;
    }

    .testimonial-rating{
        width:100%;
    }
h2.testimonial-title {
    font-size: 30px;
}
.testimonial-top {
    gap: 20px;
}
.rating-score h2 {
    font-size: 54px;
}
.rating-text h3 {
    font-size: 22px;
}
}