body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bodyFont);
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: var(--bg-btn-txt);
}
.cmn-btn:hover,
body,
select {
    color: var(--bg-white);
}
@font-face {
    font-family: "Neue Montreal";
    src: url("./font/NeueMontreal-Light.woff2") format("woff2"), url("./font/NeueMontreal-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Neue Montreal";
    src: url("./font/NeueMontreal-Bold.woff2") format("woff2"), url("./font/NeueMontreal-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Neue Montreal";
    src: url("./font/NeueMontreal-Regular.woff2") format("woff2"), url("./font/NeueMontreal-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Neue Montreal";
    src: url("./font/NeueMontreal-Medium.woff2") format("woff2"), url("./font/NeueMontreal-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.clutch-section .clutch-banner,
.trusted-by-img img,
body,
html {
    width: 100%;
}
:root {
    --scroll-behavior: inherit;
    --bodyFont: "Neue Montreal";
    --bg-blck: #000;
    --bg-white: #f3f6ff;
    --bg-btn-txt: #282f3d;
    --bg-gray: #899099;
    --bg-green: #82c600;
    --bg-yellow: #ffd600;
    --bg-border: 8px;
}
body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 1.4;
    background-color: var(--bg-white);
}
b,
strong {
    font-weight: 700;
}
p {
    letter-spacing: -0.01em;
    margin: 0 0 20px;
}
.cmn-hd:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px;
    font-weight: 500;
}
.h1-title,
h1 {
    font-size: 52px;
    line-height: 1.25;
}
.h2-title,
h2 {
    font-weight: 500;
    font-size: 52px;
    background: linear-gradient(128deg, #82c600 0, #000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 60px;
}
.cmn-btn,
.list-items ul li {
    background-color: var(--bg-yellow);
}
.h3-title,
h3 {
    font-weight: 400;
    font-size: 32px;
    letter-spacing: -0.03em;
    margin: 0 0 32px;
}
.accordion-wrap .accordion-button,
.h4-title,
h4 {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.02em;
}
a,
ul,
ul li {
    margin: 0;
    padding: 0;
}
.h4-title,
h4 {
    line-height: 1.2;
}
.h5-title,
h5 {
    font-size: 20px;
}
.cmn-btn,
select {
    font-weight: 500;
    font-size: 18px;
}
ul,
ul li {
    list-style: none;
}
a {
    font-family: var(--headingFont);
    text-decoration: none !important;
    outline: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.bnr-col-img img,
.cmn-arw-btn,
.cmn-btn,
.page-footer p a,
.text-card-box {
    transition: 0.3s ease-in-out;
}
.cmn-btn {
    display: inline-flex;
    min-height: 59px;
    min-width: 240px;
    align-items: center;
    justify-content: center;
    border: none;
    outline: 0;
    color: var(--bg-blck);
    text-transform: capitalize;
    padding: 5px 20px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.cmn-arw-btn,
.hd-row {
    align-items: center;
}
.bnr-rvws-col,
.card-step-sec,
.faq-sec,
.list-sec,
.main-head,
.text-card-sec,
.trusted-by,
select option {
    background-color: #fff;
}
.cmn-btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background-color: var(--bg-btn-txt);
    transition: 0.5s ease-in-out;
    z-index: -1;
}
.cmn-btn:hover {
    box-shadow: 0 0 20px rgb(255 255 255 / 30%);
}
.cmn-btn:hover::after {
    width: 100%;
    left: 0;
    right: unset;
}
a:hover {
    color: var(--bg-blue);
}
img {
    max-width: 100%;
}
select {
    border: 1px solid var(--bg-seashell);
    padding: 5px 20px 5px 10px;
    background: url(images/drp_Arrw.svg) calc(100%) center no-repeat;
    background-size: 13px;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
.cmn-gap h2,
.hd-logo-link {
    display: inline-block;
}
select option {
    color: #000;
}
input[type="email"],
input[type="text"] {
    width: 100%;
    height: 48px;
    outline: 0;
    border: none;
    background-color: transparent;
    padding: 0 16px;
    font-weight: 400;
    font-size: 16px;
    color: var(--bg-white);
}
::placeholder {
    opacity: 1;
    color: var(--bg-gray);
}
.main-head {
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.hd-logo-link {
    max-width: 300px;
}
.cta-btn,
.hd-btn-right {
    text-align: right;
}
.banner-sec {
    background-image: linear-gradient(#00000017 1px, transparent 0), linear-gradient(90deg, #00000017 1px, #f3f6ff 0);
    background-size: 130px 150px;
    background-position: 50%;
    padding: 160px 0 50px;
    min-height: 100vh;
}
.banner-col-txt-wrap h1 span {
    text-transform: uppercase;
    color: var(--bg-green);
}
.bnr-rvws-col h3,
.list-items ul li,
.list-sec .cmn-hd p {
    text-transform: capitalize;
    font-size: 20px;
}
.banner-col-txt-wrap p {
    font-size: 20px;
    margin-bottom: 45px;
}
.bnr-col-img img {
    width: 100%;
    opacity: 0.7;
}
.accordion-wrap .accordion-item.active::before,
.bnr-col-img.slick-current img {
    opacity: 1;
}
.bnr-rvws-col {
    box-shadow: 0 0 10px #33333333;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: var(--bg-border);
}
.bnr-rvws {
    max-width: 800px;
    margin: 35px auto 0;
}
.bnr-rvws-col h3 {
    font-weight: 500;
}
.bnr-rvws-col h3 span {
    display: block;
}
.bnr-rvws-img {
    margin-bottom: 10px;
}
.cmn-gap {
    padding: 80px 0;
}
.trusted-by-img {
    padding: 0 20px;
}
.ph-img-scroll-col {
    padding: 15px;
}
.ph-img-scroll-col-img {
    position: relative;
    padding-top: 205%;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 10px #33333352;
}
.ph-img-scroll-col-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.ph-img-scroll {
    margin-top: 45px;
    position: relative;
}
.ph-img-scroll::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    background: linear-gradient(90deg, #f3f6ff 7%, rgba(243, 246, 255, 0) 100%);
    height: 100%;
    z-index: 1;
}
.ph-img-scroll::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    background: linear-gradient(90deg, rgba(243, 246, 255, 0) 0, #f3f6ff 100%);
    height: 100%;
    z-index: 1;
}
.cmn-hd {
    margin-bottom: 50px;
}
.card-step-col {
    padding: 30px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.card-step-col-wrap {
    position: relative;
    z-index: 1;
}
.card-step-col-wrap::before {
    content: "";
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 2px dashed #aaa;
    z-index: -1;
}
.card-step-col-wrap::after {
    content: "";
    position: absolute;
    right: 0;
    top: 54px;
    width: 15px;
    height: 25px;
    background-image: url(images/right-arrow.svg);
    background-size: cover;
    background-position: center;
}
.card-step-col-wrap:last-child:after {
    display: none;
}
.card-step-col-wrap:first-child::before {
    width: 50%;
    left: unset;
    right: 0;
}
.card-step-col-wrap:last-child::before {
    width: 50%;
    left: 0;
}
.card-step-row {
    --bs-gutter-x: 40px;
}
.card-step-img {
    width: 70px;
    height: 70px;
    margin: 0 auto 30px;
}
.card-step-img img,
.clutch-section .clutch-banner img,
.tst-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-step-col h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.card-step-btn-wrap {
    text-align: center;
    margin-top: 35px;
}
.awd-col {
    padding: 0 15px;
}
.awd-col-img {
    position: relative;
    padding-top: 55%;
}
.awd-col-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.js-awd-sliders {
    margin: 0 -15px;
}
.slider-progress {
    width: 100%;
    height: 4px;
    background-color: #d5d5d5;
    position: relative;
    overflow: hidden;
}
.btn-close,
.cmn-arw-btn,
.play-btn,
.progress-bar {
    background-color: var(--bg-green);
}
.progress-bar {
    height: 100%;
    width: 0%;
    transition: width 0.3s;
}
.cmn-arw-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    border: none;
    border-radius: 50%;
}
.cmn-arw-btn img,
.play-btn img {
    height: 15px;
}
.cmn-arw-btn:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(193%) hue-rotate(277deg) brightness(115%) contrast(100%);
}
.cmn-arw-btn:hover {
    background-color: var(--bg-btn-txt);
}
.awd-sliders-arrows {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
}
.awd-sliders-wrap {
    width: 90px;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.text-card-box {
    background-color: var(--bg-white);
    padding: 30px 20px;
    border-left: 4px solid var(--bg-green);
    height: 100%;
    border-radius: var(--bg-border);
}
.text-card-box:hover {
    box-shadow: 0 0 13px rgb(0 0 0 / 22%);
}
.text-card-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
.text-card-box-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
}
.text-card-box-top-img {
    width: 50px;
    flex-shrink: 0;
}
.text-card-box-top h3 {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 1px;
}
.list-sec .cmn-hd {
    max-width: 1000px;
    margin: 0 auto;
}
.list-sec .cmn-hd h2 {
    margin-bottom: 30px;
}
.list-sec .cmn-hd p span {
    color: var(--bg-green);
    font-weight: 500;
}
.list-items {
    margin-top: 50px;
}
.list-items ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.list-items ul li {
    color: var(--bg-btn-txt);
    padding: 10px 20px;
    border-radius: 25px;
}
.list-items ul li.bg-ylw-lgt-1 {
    background-color: #fde047;
}
.list-items ul li.bg-ylw-lgt-2 {
    background-color: #fef9c3;
}
.tst-slider-col {
    padding: 20px;
    height: auto;
}
.tst-slider-box {
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 15px #00000040;
    padding: 40px 20px;
    height: 100%;
}
.tst-slider-img {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    border-radius: 50%;
    overflow: hidden;
}
.tst-slider-cont p {
    text-align: center;
    color: var(--bg-gray);
    font-style: italic;
}
.tst-slider-cont h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.tst-slider-cont span {
    display: block;
    color: var(--bg-btn-txt);
    font-size: 14px;
    text-align: center;
}
.js-tst-slider .slick-track {
    display: flex !important;
}
.play-btn {
    width: 30px;
    height: 30px;
    padding: 3px 3px 3px 5px;
    border-radius: 50%;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.tst-wrapp {
    position: relative;
}
.tst-wrapp .cmn-arw-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}
.tst-wrapp .next-arrows {
    right: 0;
}
.tst-modal .modal-body {
    padding: 0;
}
.btn-close {
    position: absolute;
    right: -10px;
    top: -11px;
    width: 20px;
    outline: 0;
    border: none;
    height: 20px;
    z-index: 999;
    opacity: 1;
    border-radius: 50px;
    font-size: 14px;
}
.faq-wrap {
    max-width: 950px;
    margin: 0 auto;
}
.accordion-wrap .accordion-body {
    padding: 0 0 24px;
}
.accordion-item {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--bg-gray);
}
.accordion-item:last-of-type,
.accordion-wrap .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-radius: 0 !important;
}
.accordion-item:last-of-type {
    border: none;
}
.accordion-wrap .accordion-header {
    background: 0 0;
}
.accordion-wrap .accordion-button {
    background: 0 0;
    outline: 0;
    border-radius: 0;
    padding: 13px 60px 13px 0;
    color: var(--bg-btn-txt);
    position: relative;
    box-shadow: none;
}
.accordion-wrap .accordion-item {
    background: 0 0;
    overflow: hidden;
    position: relative;
}
.accordion-item:last-of-type,
.accordion-wrap .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-radius: var(--bg-border);
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
    border: none;
    box-shadow: none;
}
.accordion-body p {
    font-size: 16px;
    color: var(--bg-gray);
}
.accordion-button::after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: transparent;
    position: absolute;
    top: 23px;
    background-image: url(images/plus.svg);
    background-repeat: no-repeat;
    background-size: cover;
    right: 3px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(images/minus.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
}
.faq-overlay {
    position: absolute;
    left: 0;
    top: -14%;
    z-index: -1;
}
.accordion-body h4 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

/* Clutch Section Start */
.clutch-section {
    padding: 25px 0;
    background: linear-gradient(135deg, #87ceeb, #6a5acd, #1e90ff)
}

.clutch-section .row {
    justify-content: center;
    align-items: center;
    gap: 30px
}
.clutch-section .content-wrap h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
}
.clutch-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Clutch Section End */


.page-footer {
    background-color: var(--bg-blck);
    padding: 30px 0;
}
.page-footer p {
    color: var(--bg-white);
    text-align: center;
}
.page-footer p a {
    color: var(--bg-green);
    text-decoration: underline !important;
}
.page-footer p a:hover {
    color: var(--bg-yellow);
}
.calendly-inline-widget {
    height: 850px !important;
}
.clutch-section {
    padding: 30px 70px;
}
.Bvb5ycE8VXLDDbBOsgtX {
    display: none !important;
}


@media (max-width: 1199px) {
    .h1-title,
    h1 {
        font-size: 42px;
    }
    .banner-col-txt-wrap p {
        font-size: 17px;
        margin-bottom: 30px;
    }
    .cmn-btn {
        min-height: 52px;
        min-width: 230px;
        font-size: 17px;
    }
    .h2-title,
    h2 {
        font-size: 40px;
    }
    .text-card-box-top h3 {
        font-size: 18px;
    }
    .tst-slider-col {
        padding: 10px;
    }
}
@media (max-width: 1100px) {
    .calendly-inline-widget {
        height: 1320px !important;
    }
}
@media (max-width: 991px) {
    .js-trusted-by {
        margin-top: 30px;
    }
    .card-step-col-wrap,
    .text-card-col {
        width: 50%;
    }
    .card-step-col-wrap::after,
    .card-step-col-wrap::before {
        display: none;
    }
    .cta-btn {
        margin-top: 20px;
        text-align: center;
    }
    .accordion-wrap .accordion-button {
        padding: 15px 44px 15px 0;
        font-size: 20px;
    }
    .accordion-button::after {
        top: 22px;
        right: 0;
    }
    .cmn-hd {
        margin-bottom: 30px;
    }
    .cmn-gap {
        padding: 50px 0;
    }
}
@media screen and (max-width: 992px) {
    .clutch-section .image-wrap {
        max-width: 200px;
        margin: 0 auto;
    }
    .clutch-section .content-wrap h3 {
        text-align: center;
    }
}
@media (max-width: 800px) {
    .calendly-inline-widget {
        height: 1200px !important;
    }
}
@media (max-width: 767px) {
    .bnr-rvws-col h3 {
        font-size: 20px;
    }
    .banner-sec {
        padding: 120px 0 50px;
    }
    .awd-col {
        padding: 0 10px;
    }
    .js-awd-sliders {
        margin: 0 -10px;
    }
    .awd-col-img {
        padding-top: 60%;
    }
    .accordion-wrap .accordion-button {
        font-size: 16px;
    }
    .accordion-wrap .accordion-body {
        padding: 0 15px 15px;
    }
    .page-footer {
        padding: 15px 0;
    }
    .page-footer p {
        font-size: 14px;
    }
    .tst-sec {
        padding: 40px 0 20px !important;
    }
    .cmn-gap {
        padding: 40px 0;
    }
    .clutch-section {
        padding: 30px 20px;
    }
    .clutch-section .content-wrap h3 {
        font-size: 28px;
    }
}
@media (max-width: 575px) {
    .h1-title,
    h1 {
        font-size: 35px;
    }
    .h2-title,
    h2 {
        font-size: 33px;
    }
    .bnr-rvws-col h3,
    .cmn-btn {
        font-size: 14px;
    }
    .cmn-btn {
        min-height: 49px;
        min-width: 170px;
        padding: 5px 10px;
    }
    .bnr-rvws-row {
        justify-content: center;
        --bs-gutter-y: 15px;
    }
    .trusted-by-img {
        padding: 0 10px;
    }
    .ph-img-scroll-col {
        padding: 7px;
    }
    .ph-img-scroll::after,
    .ph-img-scroll::before {
        display: none;
    }
    .card-step-col-wrap,
    .text-card-col {
        width: 100%;
    }
    .list-items ul li {
        font-size: 14px;
        padding: 7px 15px;
    }
    .list-items ul {
        gap: 7px;
    }
    .tst-slider-box {
        padding: 30px 40px;
    }
    .banner-sec {
        padding: 100px 0 50px;
    }
    .banner-col-imgs {
        margin-top: 40px;
    }
    .card-step-col {
        padding: 20px 0;
    }
    .card-step-row,
    .text-card-row {
        --bs-gutter-x: 0px;
    }
    .bnr-rvws-col-wrap {
        width: 50%;
    }
    .banner-col-txt-wrap .cmn-btn {
        padding: 7px 20px;
    }
    .bnr-rvws-col {
        padding: 10px;
    }
    .clutch-section .content-wrap h3 {
        font-size: 24px;
    }
}
@media (max-width: 479px) {
    .main-head .cmn-btn {
        min-height: 38px;
        min-width: 140px;
        font-size: 11px;
        padding: 5px 10px;
    }
    .text-card-box-top-img {
        width: 35px;
    }
    .text-card-box {
        padding: 20px;
    }
    .clutch-section .content-wrap h3 {
        font-size: 16px;
    }
}
@media (max-width: 400px) {
    .calendly-inline-widget {
        height: 1220px !important;
    }
}
