:root {
    --font-family: "Inter", sans-serif;
    --primary-color: #207DE9;
    --secondary-color: #0B1720;
}

html {
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
    html {
        interpolate-size: allow-keywords;
    }
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

p {
    text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}

#root,
#__next {
    isolation: isolate;
}

.container {
    max-width: 1318px !important;
    margin: 0 auto;
    padding: 0 15px;
}

header {
    box-shadow: 0px 2px 4px 0px #031B4E1A;
    padding: 10px 0px;
}

.top-bar-sec {
    display: none;
}

header .navbar {
    padding: 0px 0px;
}

header .navbar .navbar-collapse ul.navbar-nav {
    margin: 0 auto;
}

header .navbar .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 35px;
    color: #222222;
    padding: 0px 20px 0px 20px;
}

header .navbar .navbar-collapse ul.navbar-nav li.nav-item.active a.nav-link {
    color: var(--primary-color);
}

header .navbar .navbar-collapse .navbar-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.button-black {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    border-radius: 15px 15px 15px 0px;
    color: #fff;
    text-decoration: none !important;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.button-black:hover {
    background-color: #fff;
    color: var(--secondary-color);
}

.button-blue {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 15px 15px 15px 0px;
    color: #fff;
    text-decoration: none !important;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.button-blue:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.button-white {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 15px 15px 15px 0px;
    color: #000000;
    text-decoration: none !important;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.button-white:hover {
    background-color: #000000;
    color: #fff;
}

footer {
    background-color: var(--primary-color);
    padding: 20px 0px;
}

footer .footer-content p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0px;
}

footer .footer-content p.copyright-para {
    font-size: 21px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 20px;
}

.banner-sec {
    background-image: url('../images/banner-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 128px 0px 114px;
}

.banner-sec h4 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.banner-sec h1 {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 72px;
    line-height: 78px;
    color: #222222;
    margin-bottom: 25px;
}

.banner-sec p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 21px;
    line-height: 35px;
    color: #222222;
    margin-bottom: 40px;
}

.banner-sec .banner-form {
    background-image: url('../images/banner-form-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 30px;
    text-align: center;
    position: relative;
}

.banner-sec .banner-form::before {
    content: '';
    position: absolute;
    top: -68px;
    right: -80px;
    width: 165px;
    height: 128px;
    background-image: url('../images/banner-form-pic-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-sec .banner-form::after {
    content: '';
    position: absolute;
    bottom: -46px;
    left: -71px;
    width: 156px;
    height: 127px;
    background-image: url('../images/banner-form-pic-2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-sec .banner-form form h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 30px;
    line-height: 56px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner-sec .banner-form .form-group input,
.banner-sec .banner-form .form-group select {
    border-radius: 15px 15px 15px 0px;
    height: 50px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(270deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.04) 100%);
    color: #fff;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 23.99px;
    padding: 0px 21px;
}

.banner-sec .banner-form .form-group select option {
    color: var(--primary-color);
}

.banner-sec .banner-form .form-group textarea {
    border-radius: 15px 15px 15px 0px;
    height: 120px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(270deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.04) 100%);
    color: #fff;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 23.99px;
    padding: 15px 21px;
}

.banner-sec .banner-form .form-group input::placeholder,
.banner-sec .banner-form .form-group textarea::placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 23.99px;
    color: #FFFFFF;
}

.header-call-btn {
    padding: 15px;
}

.header-chat-btn {
    padding: 15px 25px;
}

.header-chat-btn i {
    font-size: 14px;
    margin-left: 10px;
}

.banner-form-btn {
    padding: 15px 50px;
}

.banner-form form .form-group {
    margin-bottom: 20px;
}

.banner-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-buttons .banner-get-started-btn {
    padding: 15px 50px;
}

.banner-buttons .banner-chat-now-btn {
    padding: 15px 50px;
}

.brands-sec {
    padding: 80px 0px;
}

.brands-sec .brands-logo-slider .brand-logo {
    width: 175px;
    height: 105px;
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border-bottom: 2px solid var(--primary-color);
    margin-right: 25px;
}

.brands-logo-slider .slick-prev,
.brands-logo-slider .slick-next {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.brands-logo-slider .slick-prev i,
.brands-logo-slider .slick-next i {
    color: #fff;
    font-size: 20px;
}

.brands-logo-slider .slick-prev::before,
.brands-logo-slider .slick-next::before {
    display: none;
}

.brands-logo-slider .slick-prev {
    left: -65px;
}

.brands-logo-slider .slick-next {
    right: -45px;
}

.pricing-sec {
    padding: 0px 0px 100px;
    background: linear-gradient(0deg, #F5FBFB 50%, #ffffff 50%);
}

.default-heading {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 48px;
    line-height: 72px;
    text-align: center;
    color: #222222;
    margin-bottom: 30px;
}

.default-heading span {
    color: var(--primary-color);
    position: relative;
}

.default-heading span::after {
    content: '';
    background-image: url('../images/main-heading-bottom-border.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 10px;
    right: 0px;
    margin: 0 auto;
}

.default-heading-2 {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #222222;
}

.default-para {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 21px;
    line-height: 35px;
    text-align: center;
    color: #222222;
    margin: 0px;
}

.package-main-box {
    border-radius: 30px;
    box-shadow: 0px 2px 24px 0px #00000033;
    position: relative;
    margin-top: 85px;
}

.package-header {
    background-color: #0B1720;
    padding: 68px 0px 52px;
    border-radius: 30px 30px 0px 0px;
}

.package-header h3 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 40px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.package-header p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 25px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}

.package-header p span {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 38px;
    line-height: 42px;
    text-align: center;
    color: #6ADFD7;
    margin-top: 15px;
    display: inline-block;
}

.package-main-box .package-body {
    padding: 30px 30px 65px;
    background-color: #fff;
    border-radius: 0px 0px 30px 30px;
}

.package-main-box .package-body h4 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #0B1720;
    margin-bottom: 30px;
}

.package-main-box .package-body h4.second-heading {
    margin-top: 35px;
}

.package-main-box .package-body .package-content-box {
    border: 2px dashed #B8B8B8;
    border-radius: 10px;
    padding: 18px;
    height: 100%;
}

.package-main-box .package-body .package-content-box .package-content-heading-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.package-main-box .package-body .package-content-box .package-content-heading-box h5 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.package-main-box .package-body .package-content-box p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}

.package-main-box .package-body .package-content-box .package-listing-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.package-main-box .package-body .package-content-box .package-listing-box ul {
    padding: 0px;
}

.package-main-box .package-body .package-content-box .package-listing-box ul li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 25px;
    list-style: none;
}

.package-main-box .package-body .package-content-box .package-listing-box ul li:last-child {
    margin-bottom: 0px;
}

.package-main-box .package-body .package-content-box .package-listing-box ul li span {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    display: inline-flex;
    background-color: #D4EFE2;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.package-main-box .package-body .package-content-box .package-listing-box ul li span i {
    color: #26b16d;
}

.package-main-box .package-body .package-content-box.package-content-box-2 {
    padding: 30px 30px 15px;
}

.package-main-box .package-top-icon {
    width: 95px;
    height: 95px;
    position: absolute;
    top: -50px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.package-main-box .package-body .package-body-bottom {
    text-align: center;
    margin-top: 50px;
}

.pricing-sec .pricing-sec-footer {
    text-align: center;
}

.pricing-sec .pricing-sec-footer h4 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #0B1720;
    margin: 50px 0px 15px;
}

.pricing-sec .pricing-sec-footer p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin: 0px;
}

.pricing-sec .pricing-sec-footer h4 span {
    color: var(--primary-color);
}

.services-sec {
    padding: 90px 0px 96px;
}

.sevices-tabs {
    margin-top: 40px;
}

.sevices-tabs ul.nav-tabs {
    border-bottom: 2px solid #BDBDBD !important;
    justify-content: space-between;
}

.sevices-tabs ul.nav-tabs li button {
    width: 100%;
    border: none !important;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 35px;
    color: #222222 !important;
    white-space: nowrap;
    background-color: transparent;
    padding: 10px 0px;

}

.sevices-tabs ul.nav-tabs li button.active {
    border-bottom: 2px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    font-weight: 900;
}

.sevices-tabs .tab-content .tab-pane {
    padding: 60px 0px;
}

.sevices-tabs .tab-content .tab-pane .tab-content-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.sevices-tabs .tab-content .tab-pane .tab-content-header h3 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: var(--primary-color);
    margin: 0px 0px 0px 24px;
}

.sevices-tabs .tab-content .tab-pane h5 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 28px;
    line-height: 40px;
    color: #222222;
}

.sevices-tabs .tab-content .tab-pane p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 21px;
    line-height: 35px;
    color: #222222;
}

.sevices-tabs .tab-content .tab-pane ul li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 21px;
    line-height: 35px;
    color: #222222;
}

.services-sec .service-sec-footer {
    text-align: center;
}

.evidence-slider .evidence-slider-box {
    background-color: #fff;
    box-shadow: 0px 2px 24px 0px #6E7B8133;
    border-radius: 15px;
    overflow: hidden;
    width: 550px;
    margin: 0px 25px;
    height: 550px;
}

.evidence-slider .evidence-slider-box .evidence-slider-heading {
    background-color: var(--primary-color);
    border-radius: 0px 0px 15px 0px;
    width: fit-content;
    padding: 15px 25px;
}

.evidence-slider .evidence-slider-box .evidence-slider-heading h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 21px;
    line-height: 35px;
    color: #fff;
    margin: 0px;
}

.evidence-slider .evidence-slider-box .evidence-slider-content {
    padding: 30px 40px 40px;
}

.evidence-slider .evidence-slider-box .evidence-slider-content .challenge-box h3 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333333;
    margin: 0px 0px 5px;
}

.evidence-slider .evidence-slider-box .evidence-slider-content .challenge-box p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #333333;
    margin: 0px;
}

.evidence-slider .evidence-slider-box .evidence-slider-content .challenge-box {
    margin-bottom: 30px;
}

.evidence-slider .evidence-slider-box .evidence-slider-content .initiatives-box {
    margin-bottom: 20px;
}

.evidence-slider .evidence-slider-box .evidence-slider-content .initiatives-box h3 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0px 0px 10px;
    color: #333333;
}

.evidence-slider .evidence-slider-box .evidence-slider-content .initiatives-box ul li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #333333;
    list-style: none;
    margin: 0px 0px 13px;
}

.evidence-slider .evidence-slider-box .evidence-slider-content .initiatives-box ul li i {
    color: var(--primary-color);
    margin-right: 3px;
}

.evidence-slider .evidence-slider-box .evidence-slider-content .initiatives-box ul {
    padding: 0px;
}

.evidence-slider .evidence-slider-box .evidence-slider-content .results-box h5 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 42px;
    line-height: 40px;
    color: #41D48C;
}

.evidence-slider .evidence-slider-box .evidence-slider-content .results-box h4 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #6E7B81;
}

.evidence-sec {
    background-color: #F5FBFB;
    padding: 100px 0px;
}

.evidence-sec .evidence-slider-main-box {
    margin-top: 30px;
}

.evidence-sec .evidence-slider-main-box .evidence-slider .slick-list {
    height: 560px;
}

.evidence-sec .evidence-slider-main-box .evidence-slider .slick-prev,
.evidence-sec .evidence-slider-main-box .evidence-slider .slick-next {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.evidence-sec .evidence-slider-main-box .evidence-slider .slick-prev i,
.evidence-sec .evidence-slider-main-box .evidence-slider .slick-next i {
    color: #fff;
    font-size: 20px;
}

.evidence-sec .evidence-slider-main-box .evidence-slider .slick-prev::before,
.evidence-sec .evidence-slider-main-box .evidence-slider .slick-next::before {
    display: none;
}

.evidence-sec .evidence-slider-main-box .evidence-slider .slick-prev {
    left: -65px;
}

.evidence-sec .evidence-slider-main-box .evidence-slider .slick-next {
    right: -45px;
}

.services-ends-sec {
    padding: 100px 0px;
}

.services-ends-sec h2 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #222222;
    margin-bottom: 10px;
}

.services-ends-sec p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #222222;
    margin-bottom: 40px;
}

.services-ends-sec h2 span {
    color: var(--primary-color);
}

.end-services-box {
    background-color: #F5FBFB;
    border-bottom: 4px solid var(--primary-color);
    border-radius: 20px;
    height: 360px;
    padding: 40px;
    margin-bottom: 30px;
}

.end-services-box .image-box-1 {
    width: 89px;
    height: 69px;
    overflow: hidden;
    margin-bottom: 40px;
}

.end-services-box .image-box-2 {
    width: 61px;
    height: 75px;
    overflow: hidden;
    margin-bottom: 40px;
}

.end-services-box .image-box-3 {
    width: 98px;
    height: 68px;
    overflow: hidden;
    margin-bottom: 40px;
}

.end-services-box .image-box-4 {
    width: 88px;
    height: 72px;
    overflow: hidden;
    margin-bottom: 40px;
}

.end-services-box .image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.end-services-box h4 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #222222;
    margin-bottom: 30px;
}

.end-services-box p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #0B1720;
    text-align: left;
    margin: 0px;
}

.end-services-box p strong {
    font-weight: 700;
}

.expertise-main-box {
    background-color: #F5FBFB;
    border-radius: 30px;
    padding: 40px;
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.expertise-main-box:hover {
    border-bottom: 4px solid var(--primary-color);
}

.expertise-main-box .expertise-header {
    height: 50px;
    overflow: hidden;
    width: max-content;
    margin-bottom: 30px;
}

.expertise-main-box .expertise-header img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.expertise-main-box .expertise-header h4 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #222222;
}

.expertise-main-box .expertise-body ul li {
    list-style: none;
    position: relative;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
    color: #374046;
}

.expertise-main-box .expertise-body ul li .expertise-list-icon {
    position: absolute;
    top: 0px;
    left: -41px;
    bottom: 0px;
    margin: auto 0px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-icon {
    background-color: #d4efe2;
}

.success-icon i {
    color: #29a368;
    font-size: 14px;
}

.danger-icon {
    background-color: #fcdbdc;
}

.danger-icon i {
    color: #db2e31;
    font-size: 14px;
}

.expertise-sec {
    padding: 0px 0px 50px;
}

.proven-approach-sec {
    padding: 50px 0px 100px;
}

.proven-approach-sec .rocket-tabs {
    margin-top: 40px;
}

.proven-approach-sec .rocket-tabs ul.nav-tabs {
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: none;
}

.proven-approach-sec .rocket-tabs ul.nav-tabs li.nav-item {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.proven-approach-sec .rocket-tabs ul.nav-tabs li.nav-item button.nav-link {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    color: #207DE9;
    padding: 0px;
    background-color: transparent;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
}

.proven-approach-sec .rocket-tabs ul.nav-tabs li.nav-item button.nav-link.active {
    background-color: var(--primary-color);
    color: #fff;
}

.rocket-tabs .tab-content {
    margin-top: 40px;
}

.rocket-tabs .tab-content .tab-pane {
    background-color: #F5FBFB;
    padding: 55px;
    border-bottom: 3px solid var(--primary-color);
    border-radius: 15px;
}

.rocket-tabs .tab-content .tab-pane h4 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 42px;
    line-height: 40px;
    color: #222222;
}

.rocket-tabs .tab-content .tab-pane p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 21px;
    line-height: 35px;
    color: #222222;
}

.rocket-tabs .tab-content .tab-pane ul,
.rocket-tabs .tab-content .tab-pane p {
    margin-top: 30px;
}

.rocket-tabs .tab-content .tab-pane ul li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 21px;
    line-height: 35px;
    color: #222222;
}

.proven-approach-sec .proven-approach-footer {
    margin-top: 56px;
    text-align: center;
}

.faqs-sec {
    padding: 120px 0px;
    background-image: url('../images/faq-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.faqs-sec h2 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

#faq .card .card-header a:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #5C80C4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#faq .card .card-header a.collapsed:after {
    content: "\f107";
}

#faq .card {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #BDBDBD;
}

#faq .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0px;
}

#faq .card .card-header a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 0px;
    text-align: left;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    text-decoration: none !important;
}

#faq .card .card-body {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 21px;
    line-height: 35px;
    color: #ffffff;
    padding: 0px 0px 30px;
}

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

.seo-marketing-sec {
    padding: 100px 0px;
}

.seo-marketing-sec h2 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #222222;
    margin-bottom: 15px;
}

.seo-marketing-sec p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 21px;
    line-height: 35px;
    text-align: center;
    color: #222222;
}

.seo-marketing-sec h4 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #222222;
    margin: 40px 0px;
}

.seo-marketing-sec .marketing-listings {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin-bottom: 40px;
    gap: 20px;
}

.seo-marketing-sec .marketing-listings ul li {
    font-family: Inter;
    font-weight: 400;
    font-size: 21px;
    line-height: 35px;
    color: #222222;
    margin-bottom: 20px;
}

.seo-marketing-sec .marketing-listings ul li::marker {
    color: var(--primary-color);
    font-size: 28px;
}

.seo-marketing-sec p a {
    color: #222222;
    text-decoration: underline;
    font-weight: 600;
}

.seo-marketing-sec p a:hover {
    color: var(--primary-color);
}

.contact-us-sec {
    padding: 50px 0px;
    background-image: url('../images/contact-us-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-us-sec .contact-us-sec-image {
    width: 500px;
    height: 631px;
    overflow: hidden;
    position: absolute;
    bottom: -50px;
}

.contact-us-sec .contact-us-sec-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-us-sec .contact-us-sec-form form h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 24px;
}

.contact-us-sec .contact-us-sec-form form h2 span {
    color: var(--primary-color);
}

.contact-us-sec .contact-us-sec-form form input,
.contact-us-sec .contact-us-sec-form form select {
    border-radius: 15px 15px 15px 0px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(270deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.04) 100%);
    color: #fff;
    height: 60px;
}

.contact-us-sec .contact-us-sec-form form select option {
    color: var(--primary-color);
}

.contact-us-sec .contact-us-sec-form form textarea {
    border-radius: 15px 15px 15px 0px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(270deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.04) 100%);
    color: #fff;
    resize: none;
}

.contact-us-sec .contact-us-sec-form form input::placeholder,
.contact-us-sec .contact-us-sec-form form textarea::placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 23.99px;
    color: #FFFFFF;
}

.contact-us-sec .contact-us-sec-form form .form-group {
    margin-bottom: 22px;
}

.lg-show {
    display: none !important;
}

#cta-model .modal-content {
    background-image: url('../images/banner-form-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}

#cta-model .modal-content .right_form form .form-group {
    margin-bottom: 20px;
}

#cta-model .modal-content .right_form form .form-group input,
#cta-model .modal-content .right_form form .form-group select {
    border-radius: 15px 15px 15px 0px;
    height: 50px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(270deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.04) 100%);
    color: #fff;
}

#cta-model .modal-content .right_form form .form-group select option {
    color: var(--primary-color);
}

#cta-model .modal-content .right_form form .form-group textarea {
    border-radius: 15px 15px 15px 0px;
    height: 120px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(270deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.04) 100%);
    color: #fff;
}

#cta-model .modal-content .right_form form .form-group input::placeholder,
#cta-model .modal-content .right_form form .form-group textarea::placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 23.99px;
    color: #FFFFFF;
}

#cta-model .modal-content .right_form h4 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 30px;
    line-height: 56px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

#cta-model .modal-content button.modalClose {
    color: #fff;
    opacity: 1;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 50%;
}

.footer-terms {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 20px 0px;
}

.footer-terms a {
    text-decoration: none;
    color: white;
}

.footer-terms p {
    margin: 0px;
}

.footer-terms a:hover {
    text-decoration: underline;
}