/* @font-face {
    font-family: 'OpenSans-Bold';
    src: url("../../fonts/OpenSans-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url("../../fonts/OpenSans-SemiBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

* {
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
    line-height: normal;
}

select:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a:hover {
    text-decoration: none;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    background-color: #f8f8f8;
    color: rgba(0, 0, 0, 0.9);
    width: 100%;
    overflow-x: hidden;
    padding-top: 93px;
}

button:disabled,
button[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* utilities */

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-vcenter {
    align-items: center;
}

.flex-center {
    justify-content: center;
}

.flex-1 {
    flex: 1;
}

.swi-bg-pink {
    background-color: #ff1ea4;
}

.swi-bg-purple {
    background-color: #7f1eff;
}

.swi-color-pink {
    color: #ff1ea4;
}

.swi-color-purple {
    color: #7f1eff;
}

.swi-color-dark-grey {
    color: rgba(0, 0, 0, 0.6);
}

.swi-btn-purple {
    background-color: #7f1eff;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 30px;
    display: inline-block;
    border: 0;
    transition: transform 100ms;
}

.swi-btn-grey {
    padding: 10px 30px;
    display: inline-block;
    align-items: center;
    background-color: #efefef;
    border-radius: 30px;
    border: 0;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 600;
    font-size: 20px;
    transition: transform 100ms;
}

.swi-btn-grey:hover {
    color: rgba(0, 0, 0, 0.4);
    transform: scale(1.05);
}

.swi-hero-cta-learn-more {
    margin: 10px 0 0 10px;
}

.swi-btn-purple:hover {
    color: #ffffff;
    transform: scale(1.05);
}

.swi-color-gradient {
    font-family: "Pacifico", cursive;
    font-weight: normal;
    background: linear-gradient(0deg,
            rgba(255, 188, 63, 1) 30%,
            rgba(255, 107, 115, 1) 63%);
    background: -webkit-linear-gradient(0deg,
            rgba(255, 188, 63, 1) 30%,
            rgba(255, 107, 115, 1) 63%);
    background-clip: text;
    box-decoration-break: clone;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}

.swi-hero-section-h1-highlight {
    font-family: "Pacifico", cursive;
    font-weight: normal;
    font-display: swap;
    background: linear-gradient(0deg,
            rgba(255, 188, 63, 1) 30%,
            rgba(255, 107, 115, 1) 63%);
    background: -webkit-linear-gradient(0deg,
            rgba(255, 188, 63, 1) 30%,
            rgba(255, 107, 115, 1) 63%);
    background-clip: text;
    box-decoration-break: clone;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    font-size: 75px;
    padding-right: 10px;
    filter: drop-shadow(2px 2px 20px rgba(255, 255, 255, 1));
    line-height: 1.2;
    padding-right: 15px;
}

.swi-nav-bar {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: background-color 100ms linear;
}

.swi-promo-banner i {
    margin-right: 10px;
    vertical-align: middle;
}

.swi-nav-bar.swi-nav-bar-white {
    background-color: #f8f8f8;
}

.swi-nav-bar.swi-nav-bar-purple {
    background-color: #b073ff;
    box-shadow: 0 10px 10px #b073ff;
}

.swi-nav-bar-container {
    display: flex;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 15px 20px;
}

.swi-logo {
    /* width: 120px; */
    width: 135px;
    transition: transform 100ms;
}

.cc-nsge {
    transition: transform 100ms ease;
}

.swi-logo:hover {
    transform: scale(1.05);
}

.cc-nsge:hover {
    transform: scale(1.05);
}

.swi-nav-bar-links-menu {
    display: none;
}

.swi-nav-bar-links {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    margin: 0 5px;
    transition: color 300ms linear;
}

.swi-nav-cta {
    display: none;
}

.swi-nav-bar-links.swi-nav-bar-links-purple {
    color: #7f1eff;
}

.swi-nav-bar-links:focus {
    outline: 0;
}

.swi-nav-bar-links:hover {
    color: rgba(0, 0, 0, 0.9);
    background-color: rgba(255, 255, 255, 0.3);
}

.swi-nav-bar-links.swi-nav-bar-links-purple:hover {
    color: #7f1eff;
    background-color: #f2e8ff;
}

.swi-nav-bar-links-icon {
    margin-right: 10px;
}

.swi-nav-bar-links-menu .swi-nav-bar-links:last-child {
    margin-right: 0;
}

.swi-nav-bar-btn {
    margin-left: auto;
    border: 0;
    background-color: transparent;
}

.swi-nav-bar-btn i {
    font-size: 36px;
    color: rgba(0, 0, 0, 0.15);
}

#swi-nav-get-started {
    transition: color 100ms linear;
    font-size: 18px;
}

#swi-nav-get-started.swi-nav-get-started-purple {
    color: #7f1eff;
    font-weight: 500;
}

#swi-nav-get-started.swi-nav-get-started-white {
    color: #ffffff;
    font-weight: 400;
}

.swi-nav-bar-links.swi-nav-bar-links-white {
    color: #ffffff;
    font-weight: 400;
}

.swi-nav-tabs {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 0;
    margin-bottom: 10px;
    padding: 10px 20px 10px 20px;
}


@media (min-width: 1200px) {

    .swi-nav-bar-links-menu {
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

    .swi-nav-bar-btn {
        display: none;
    }

    .swi-nav-cta {
        display: initial;
        color: #fff;
        background-color: #7f1eff;
        font-weight: 500;
        transition: all 100ms ease;
    }

    .swi-nav-cta:hover {
        color: #fff;
        background-color: #7f1eff;
        transform: scale(1.05);
    }

    .swi-nav-bar-container {
        max-width: 1600px;
        padding: 15px 20px;
    }
}

.swi-hero-section {
    padding-bottom: 200px;
    max-height: calc(100vh - 90px);
    padding-bottom: 0;
    min-height: calc(100vh - 90px);
    /* Adjust based on your design’s height */
    width: 100%;
}

.swi-hero-container {
    display: flex;
    max-width: 80%;
    margin: 0 auto;
}

.swi-google-review {
    width: 350px;
    display: block;
}

.swi-sections {
    margin-bottom: 50px;
}

.swi-h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

.swi-contact-us-section .swi-h2 {
    font-size: 30px;
}

.swi-h2-inline-center {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 600ms ease;
}

.swi-h2-highlight {
    font-size: 80px;
    padding: 0 20px;
}

.swi-hero-section .swi-h2-inline-center {
    font-size: 30px;
}

.swi-hero-section .swi-h2-inline-center .swi-h2-highlight {
    font-size: 70px;
}

.swi-hero-section .launches-text {
    text-align: left;
    justify-content: flex-start;
}

.swi-contact-us-section .swi-h2-highlight {
    font-size: 60px;
}

/* mobile menu */
/* MOBILE MENU */
.swi-mobile-menu {
    position: fixed;
    width: 90vw;
    height: 100vh;
    right: 0;
    top: 0;
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
    transform: translateX(140vw);
    transition: transform 300ms linear;
    overflow-y: auto;
    min-height: 100vh;
    display: none;
}

.swi-mobile-menu.swi-mobile-menu-open {
    transform: translateX(0);
}

.swi-mobile-menu-container {
    display: flex;
    padding: 20px 30px;
    flex-direction: column;
    height: 100%;
    overflow: auto;
}

.swi-mobile-logo {
    width: 45px;
}

.swi-mobile-menu-top-bar-container {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.swi-mobile-menu-close-btn:focus {
    outline: none;
}

.swi-mobile-menu-nav-btns {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.swi-mobile-nav-get-started {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background-color: #7f1eff;
    padding: 10px 15px;
    border-radius: 30px;
}

.swi-mobile-nav-get-started:hover {
    color: #fff;
}

.swi-mobile-menu-close-btn {
    background-color: transparent;
    border: 0;
    margin-left: 10px;
    height: 24px;
}

.swi-mobile-menu-close-btn>i {
    color: rgba(0, 0, 0, 0.6);
}

.swi-mobile-menu-services-container {
    margin-bottom: 30px;
}

.swi-mobile-menu-services {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.swi-mobile-menu-services:last-of-type {
    margin-bottom: 0;
}

.swi-mobile-menu-services-info {
    display: flex;
    align-items: center;
}

.swi-mobile-menu-services-icons {
    width: 45px;
    height: 45px;
    background-color: #7f1eff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: 15px;
}

.swi-mobile-menu-services-icons i {
    color: #ffffff;
}

.swi-mobile-menu-services-name {
    color: rgba(0, 0, 0, 0.9);
    font-size: 18px;
    font-weight: 600;
}

.swi-mobile-menu-services-arrow {
    color: rgba(0, 0, 0, 0.6);
    margin-left: auto;
}

.swi-mobile-menu-user-related-container {
    margin-bottom: 30px;
}

.swi-mobile-menu-socials-container {
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
}

.swi-mobile-menu-socials-img {
    width: 24px;
    height: 24px;
    margin-right: 20px;
}

.swi-mobile-menu-copyright {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}

.swi-mobile-menu-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 15px 0;
    border-radius: 5px;
    margin-bottom: 15px;
}

.swi-mobile-menu-btns:last-of-type {
    margin-bottom: 0;
}

.swi-mobile-menu-btns i {
    color: rgba(0, 0, 0, 0.4);
    margin-right: 10px;
}

.swi-mobile-menu-btns-text {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
}

.swi-mobile-menu-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.swi-mobile-menu-p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    margin-bottom: 20px;
}

/* end mobile menu */

/* step 1 */
.swi-3-steps-img-container-1 {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    position: relative;
}

.swi-step-1-img-desktop {
    width: 100%;
    margin-bottom: 10px;
}

/* end step 1 */

/* step 2 */
.swi-3-steps-img-container-2 {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    position: relative;
}

.swi-step-2-img-desktop {
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
    max-width: 1000px;
}

/* end step 2 */
/* step 3 */
.swi-3-steps-img-container-3 {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    position: relative;
}

.swi-step-3-img-desktop {
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
}

/* end step 3 */

.swi-3-steps-titles-container {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    box-shadow: 10px -2px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 20px 30px 20px 20px;
    border-radius: 50px;
}

.swi-3-steps-number {
    background-color: #7f1eff;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 700;
}

.swi-3-steps-titles {
    font-size: 25px;
    font-weight: 700;
}

.swi-3-steps-p {
    font-size: 20px;
    width: 700px;
    margin: 0 auto;
    text-align: center;
}

/* usp */

.swi-h2-stacking-row-2 {
    display: block;
}

.swi-usp-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 1425px;
    margin: 0 auto;
}

.swi-usp-grid {
    background-color: #f2f2f2;
    border-radius: 30px;
    overflow: hidden;
    transition: all 600ms ease;
}

.swi-usp-grid-1 {
    grid-area: 1 / 1 / 2 / 3;
}

.swi-usp-grid-2 {
    grid-area: 2 / 1 / 3 / 3;
}

.swi-usp-grid-3 {
    grid-area: 3 / 1 / 5 / 2;
}

.swi-usp-grid-4 {
    grid-area: 3 / 2 / 4 / 3;
}

.swi-usp-grid-5 {
    grid-area: 4 / 2 / 5 / 3;
}

.swi-usp-grid-6 {
    grid-area: 5 / 1 / 6 / 3;
}

.swi-h2-text-center {
    text-align: center;
}

.swi-usp-content-container {
    display: flex;
}

.swi-usp-titles {
    font-weight: 700;
    font-size: 30px;
}

.swi-usp-img-container {
    display: flex;
    flex-direction: column;
    /* margin-left: auto; */
}

.swi-usp-img-container-ml-auto {
    margin-left: auto;
}

.swi-usp-img {
    margin-top: auto;
}

.swi-usp-3-img {
    padding-top: 30px;
    width: 750px;
    margin-left: 10px;
}

.swi-usp-4-img {
    width: 320px;
}

.swi-usp-5-img {
    width: 300px;
}

.swi-usp-info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 30px;
}

.swi-usp-icons {
    width: 60px;
    margin-bottom: 15px;
}

.swi-usp-content-container-column {
    flex-direction: column;
}

.swi-usp-p {
    font-size: 20px;
}

.swi-industry-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1540px;
    margin: 0 auto;
    padding-bottom: 150px;
}

.swi-industry-img-container-inner {
    width: 800px;
    position: relative;
}

.swi-industry-info-container {
    width: 800px;
    max-width: 100%;
}

.swi-industry-p {
    font-size: 20px;
    margin-bottom: 20px;
}

.swi-industry-img-desktop {
    width: 100%;
    margin: auto;
}

.swi-api-logos-desktop {
    max-width: 80%;
    display: block;
    margin: 0 auto 100px auto;
    /* padding: 50px 0; */
}

.swi-partners-container {
    max-width: 80%;
    margin: 0 auto;
    transition: all 600ms ease;
}

.swi-flex-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swi-flex-header>h1,
.swi-flex-header>h2,
.swi-flex-header>h3 {
    text-align: right;
}

.swi-partners-img {
    width: 600px;
    margin-left: 20px;
}

.swi-partners-logos {
    display: block;
    max-width: 80%;
    margin: 50px auto 50px auto;
}

.swi-testimonials .carousel-item {
    background-color: #f00;
    max-width: 60%;
}

.swi-google-reviews-carousel {
    overflow: visible;
    column-gap: 30px;
    row-gap: 30px;
}

.swi-google-reviews-slide {
    background-color: transparent;
    height: auto;
}

.swi-google-reviews {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    padding: 50px 30px;
    height: 100%;
}

.swi-google-reviews-slide.swiper-slide-active {
    opacity: 1;
}

.swi-google-reviews-name {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.swi-google-reviews-name-icon {
    background-color: #7f1eff;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.swi-google-reviews-name-title {
    font-size: 20px;
    font-weight: 600;
}

.swi-google-reviews-content {
    max-width: 600px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.swi-testimonials-container {
    width: 50%;
    margin-left: auto;
}

.swi-h2-clients {
    margin-left: auto;
}

.swi-testimonials-slide-container {
    width: 90%;
    height: auto;
    padding-bottom: 30px;
    opacity: 0.5;
    transition: opacity 300ms linear;
}

.swi-testimonials-slide-container.swiper-slide-prev {
    opacity: 0;
}

.swi-testimonials-slide-container.swiper-slide-active {
    opacity: 1;
}

.swi-testimonials {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    padding: 50px 30px;
    height: 100%;
    width: 100%;
}

.swi-testimonial-content {
    font-size: 20px;
    margin-bottom: 30px;
    max-width: 600px;
    text-align: center;
}

.swi-testimonial-person {
    display: flex;
    align-items: center;
}

.swi-testimonial-name {
    font-size: 20px;
    font-weight: 600;
}

.swi-testimonial-designation {
    color: #7f1eff;
    display: block;
    font-size: 16px;
}

.swi-testimonial-img-container {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.swi-testimonial-img {
    width: 100%;
    border-radius: 50%;
}

.swi-clients-logo {
    width: 80%;
    display: block;
    margin: 50px auto 80px auto;
}

.swi-achievements-data-container {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.swi-achievements {
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swi-achievments-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.swi-achievements-img {
    width: 60px;
    margin-right: 15px;
}

.swi-achievements-data {
    font-size: 40px;
    font-weight: 700;
}

.swi-achievements-info {
    font-size: 20px;
    text-align: center;
}

.swi-services {
    /*max-width: 70%;*/
    max-width: 1100px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;
    padding: 30px;
    display: flex;
}

.swi-services-title {
    font-size: 35px;
    margin-bottom: 10px;
}

.swi-services-img-container-inner {
    width: 600px;
    height: 300px;
    position: relative;
}

.swi-services-img-container-right {
    position: relative;
    padding-right: 48px;
}

.swi-services-img-container-left {
    position: relative;
    margin-left: 30px;
    /* width: 800px; */
}

.swi-services-img-1 {
    position: absolute;
    width: 600px;
    right: 0;
    bottom: 0;
}

.swi-services-img-2 {
    position: absolute;
    width: 500px;
    right: 50px;
    bottom: 0;
}

.swi-services-img-3 {
    position: absolute;
    width: 600px;
    right: 30px;
    bottom: 0;
}

.swi-services-info-container {
    width: 500px;
    max-width: 100%;
    padding: 30px 0;
}

.swi-services-p {
    font-size: 20px;
    margin-bottom: 20px;
}

.blur-card {
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    filter: blur(15px);
}

.swi-h2-sign-up .swi-h2-highlight {
    font-size: 100px;
    padding-bottom: 20px;
    padding-right: 5px;
}

.swi-services-section {
    margin-top: 100px;
}

.swi-step-1-img-mobile,
.swi-step-2-img-mobile,
.swi-step-3-img-mobile,
.swi-industry-img-mobile {
    display: none;
}

.swi-contact-us-form-container {
    display: flex;
}

.swi-location {
    width: 100%;
    position: relative;
    padding-top: 10px;
}

.swi-location::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 1) 30%,
            rgba(255, 255, 255, 0) 93%);

    height: 50px;
}

.swi-contact-us-form {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.swi-contact-us-containers {
    background-color: #ffffff;
    margin: 0 10px;
    border-radius: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 50%;
}

.swi-contact-us-info,
.swi-contact-us-enquiry-type {
    padding: 50px 50px 0 50px;
}

.swi-contact-us-section {
    max-width: 70%;
    margin: 0 auto;
}

.swi-contact-us-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.swi-contact-us-p {
    font-size: 20px;
    margin-bottom: 20px;
}

.swi-contact-us-p i,
.swi-contact-us-p a {
    color: #7f1eff;
}

.swi-contact-us-p i {
    vertical-align: middle;
}

.swi-contact-us-p a:hover {
    color: #7f1eff;
}

.swi-contact-us-sub-title {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
}

.swi-enquiry-types {
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.swi-enquiry-types i {
    /* width: 40px; */
    color: #7f1eff;
    font-size: 30px;
    margin-right: 10px;
}

.swi-enquiry-types-text {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}

.swi-contact-us-next-btn-container {
    margin-top: auto;
    padding: 0 50px;
}

.swi-contact-us-next-btn {
    width: 100%;
    background-color: #f2e8ff;
    border: 0;
    padding: 20px 0;
    border-radius: 40px;
    font-size: 20px;
    color: #7f1eff;
    font-weight: 600;
    transition: transform 100ms;
}

.swi-contact-us-next-btn:hover {
    color: #7f1eff;
    transform: scale(1.05);
}

.swi-contact-us-next-btn:focus {
    outline: none;
}

.swi-modals .modal-body {
    padding: 30px;
}

.swi-modals .modal-content {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
}

.swi-modals .modal-content form {
    overflow-y: auto;
}

.swi-modals .modal-footer {
    border-top: 0;
}

.swi-contact-us-socials {
    display: flex;
    margin-bottom: 30px;
}

.swi-contact-us-social-links {
    display: block;
    margin-right: 10px;
}

.swi-socials-icons {
    width: 45px;
    transition: all 100ms ease;
}

.swi-socials-icons:hover {
    transform: scale(1.05);
}

.swi-nav-dropdown-menu {
    border: 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.swi-nav-dropdown-item {
    padding: 20px 30px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.05) 61;
    display: flex;
    align-items: center;
}

.swi-nav-dropdown-item:hover {
    background-color: #f6f6f6;
}

.swi-nav-dropdown-item-text {
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    font-weight: 600;
}

.swi-nav-dropdown-menu .swi-nav-dropdown-item:last-child {
    border-bottom: 0;
}

.swi-nav-dropdown-services-icons {
    background-color: #7f1eff;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.swi-nav-dropdown-services-icons i {
    color: #ffffff;
    font-size: 22px;
}

.swi-nav-dropdown-item-icons {
    color: #b7b7b7;
    margin-right: 10px;
}

.swi-sub-page-more-faq-link {
    text-align: center;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 40px;
}

.swi-sub-page-text-link-purple,
.swi-sub-page-text-link-purple:hover {
    color: #7f1eff;
}

.swi-sub-page-tooltip-grey {
    display: block;
    display: flex;
    align-items: flex-start;
    color: #b7b7b7;
    margin-top: 10px;
}

.swi-sub-page-tooltip-grey:hover {
    color: #7f1eff;
}

.swi-sub-page-tooltip-grey i {
    margin-right: 5px;
}

.swi-sub-page-tooltip-grey-text {
    font-size: 14px;
}

/* FOOTER */

.swi-footer {
    background-color: #f3f3f3;
    padding: 40px 20px;
    margin-top: 80px;
}

.swi-footer-column-row {
    margin-bottom: 30px;
}

.swi-footer-headers {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.swi-footer-links-list {
    display: flex;
    flex-direction: column;
}

.swi-footer-links {
    display: block;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    margin-bottom: 20px;
}

.swi-footer-links:hover {
    color: rgba(0, 0, 0, 0.7);
}

.swi-footer-socials {
    display: flex;
    align-items: baseline;
}

.swi-footer-socials-img {
    width: 25px;
    height: 25px;
    margin-right: 20px;
}

.swi-footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
}

.swi-footer-copyright {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

/* END FOOTER */

/* INFO PAGES */
.swi-info-pages-tertiary-header-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.swi-info-pages-tertiary-header-img {
    max-width: 45px;
    margin-right: 15px;
}

.swi-info-pages-tertiary-header {
    font-size: 15px;
    font-weight: 700;
}

.swi-info-pages-tertiary-header-no-icon {
    font-weight: 600;
    font-size: 24px !important;
}

.swi-info-pages-p {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
}

.swi-info-pages-p a,
.swi-info-pages-list-item a {
    color: #7f1eff;
}

.swi-info-pages-p a:hover,
.swi-info-pages-list-item a:hover {
    color: #7f1eff;
}

.swi-info-pages-p small {
    font-size: 15px;
}

.swi-info-pages-list {
    list-style: none;
}

.swi-info-pages-list-item {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 15px;
}

.swi-info-pages-list-item::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #7f1eff;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

/* END INFO PAGES */

/* ACCORDION */
.swi-accordion-header,
.swi-accordion-item {
    border: 0;
    border-radius: 0;
}

.swi-accordion-item-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.swi-accordion-item-container:last-of-type {
    border-bottom: 0;
}

.swi-accordion-header {
    background-color: #ffffff;
}

.swi-accordion {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.swi-accordion-title {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 600;
    font-size: 16px;
    background-color: #fff;
    border: 0;
    width: 100%;
    display: flex;
    padding: 20px 0;
    text-align: left;
}

.swi-accordion-title[aria-expanded="true"] {
    color: #7f1eff;
}

.swi-accordion-title:focus {
    outline: none;
}

.swi-accordion-header {
    padding: 10px 30px;
}

/* END ACCORDION */

/* FORM INPUTS */
.swi-modal-big-header {
    /* font-weight: 700; */
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 10px;
}

.swi-static-modal-input {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border: 0;
    padding: 20px;
    border-radius: 8px;
    background-color: #f2f2f2;
    transition: background 100ms linear;
}

.swi-static-modal-select {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border: 0;
    padding: 20px;
    border-radius: 8px;
    background-color: #f2f2f2;
    appearance: none;
}

.swi-static-modal-enquiry-input {
    width: 100%;
    height: 200px;
    padding: 20px;
    display: block;
    border-radius: 8px;
    background-color: #f2f2f2;
    appearance: none;
    resize: none;
    border: 0;
    transition: background 100ms linear;
    margin-bottom: 20px;
}

.swi-static-modal-inputs-required {
    position: relative;
}

.swi-static-modal-inputs-required::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    background-color: rgba(255, 107, 115, 1);
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 1;
}

.swi-static-modal-enquiry-input:focus,
.swi-static-modal-input:focus {
    outline: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

/* END FORM INPUTS */
/* ACCOUNTING */

.swi-btn-light-purple {
    background-color: #f2e8ff;
    color: #7f1eff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 30px;
    display: inline-block;
    border: 0;
    transition: transform 100ms;
    /* box-shadow: 0 0 0 2px rgba(127, 30, 255, 0.2); */
}

.swi-btn-light-purple:hover {
    color: #7f1eff;
    transform: scale(1.05);
}

.swi-btn-white-outlined {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 30px;
    display: inline-block;
    border: 0;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
}

.swi-btn-white-outlined:hover {
    color: rgba(0, 0, 0, 0.3);
}

.custom-checkbox .custom-control-label {
    padding-left: 5px;
    cursor: pointer;
}

.custom-control-input {
    width: 20px;
    height: 20px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #7f1eff;
}

.custom-checkbox .custom-control-input:checked:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f2e8ff;
}

.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f2e8ff;
}

.custom-checkbox .custom-control-input:active~.custom-control-label::before {
    background-color: #f2e8ff;
}

.custom-control-input:checked~.custom-control-label::before {
    border: 0;
    background-color: #7f1eff;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    left: -1.4rem
}

.custom-control-label {
    padding-left: 10px;
}

.custom-control-label::before {
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: 0.1rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
    font-family: "Material Icons";
    color: #fff;
    content: "check";
    left: -1.4rem;
    top: 0;
}

.swi-toggle-header-btn {
    border: 0;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 25px;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 30px;
}

.swi-toggle-header-img {
    margin-right: 15px;
    width: 50px;
}

.swi-toggle-header-text {
    display: block;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}

.swi-clients-logos {
    width: 7668px;
    height: 150px;
    background: url(/assets/Static/img/swiftly-clients.svg) repeat-x;
    animation: clients 30s linear infinite;
    animation-fill-mode: forwards;
}

@keyframes clients {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-3834px);
    }
}

.swi-apis {
    margin-top: 20px;
    width: 4690px;
    height: 150px;
    background: url(/assets/Static/img/swiftly-apis.svg) repeat-x;
    animation: api 30s linear infinite;
    animation-fill-mode: forwards;
}

.swi-partners {
    margin-top: 20px;
    width: 6612px;
    height: 150px;
    background: url(/assets/Static/img/swiftly-partners.svg) repeat-x;
    animation: partners 30s linear infinite;
    animation-fill-mode: forwards;
}

@keyframes api {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-2345px);
    }
}

@keyframes partners {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-3307px);
    }
}

.swi-hero-watch-demo-link {
    display: flex;
    align-items: center;
    width: fit-content;
}

.swi-hero-watch-demo-link i {
    margin-right: 10px;
    font-size: 30px;
    color: #7f1eff;
}

.swi-hero-watch-demo-link-text {
    color: #7f1eff;
    font-size: 18px;
    font-weight: 600;
}

.swi-tabs .swi-tabs-link {
    color: rgba(0, 0, 0, 0.9);
    padding: 10px 15px;
    white-space: nowrap;
    display: inline-block;
}

.swi-tabs .swi-tabs-link:hover {
    border: none;
}

.swi-tabs .swi-tabs-link.active {
    color: #fff;
    background-color: #7f1eff;
    border: 0;
    border-radius: 30px;
    font-weight: 500;
}

.swi-tabs h3 {
    font-size: revert;
}

#swi-pricing-section {
    position: relative;
}

.swi-hero-section-wrapper {
    margin: 0 auto;
    max-width: 90%;
}

.swi-hero-section-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swi-hero-section-info-container {
    margin-bottom: 30px;
}

.swi-hero-section-h1 {
    font-size: calc(1.8vw + 1.8vh + 1.8vmin);
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
}

.swi-hero-section-desc {
    font-size: 16px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.6);
}

.swi-hero-section-google-review-img {
    max-width: 250px;
    margin-bottom: 30px;
}

.swi-hero-section-img-mobile {
    width: 150%;
    filter: drop-shadow(2px 2px 10px rgba(255, 255, 255, 1));
}

.swi-hero-section-img-desktop-animation {
    display: none;
}

/* file input */
.swi-static-file-upload {
    position: absolute !important;
    opacity: 0 !important;
    width: 100%;
    height: 100% !important;
    display: block;
    cursor: pointer;
}

.swi-static-labels {
    background-color: #f2f2f2;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.swi-file-input-label {
    color: #959595;
    margin-top: 8px;
}

.swi-static-upload-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #7f1eff;
}

.swi-five-star-review-star {
    color: rgba(255, 188, 63, 1);
    font-size: 50px;
    padding: 0 5px;
    vertical-align: middle;
    margin-bottom: 12px;
}

.swi-pricing-plan-container-wrapper {
    justify-content: center;
}

.swi-pricing-page-containers {
    background-color: #fff;

    transition: background-color 200ms linear, transform 100ms linear;
}

.swi-pricing-page-containers.swi-pricing-page-container-left {

    border-radius: 20px 20px 0 0;
    box-shadow: -20px 10px 20px rgba(0, 0, 0, 0.1);

}

.swi-pricing-page-containers.swi-pricing-page-container-right {

    border-radius: 0 0 20px 20px;
    box-shadow: 20px 10px 20px rgba(0, 0, 0, 0.1);

}

.swi-pricing-page-containers.swi-pricing-page-container-middle {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.swi-pricing-page-container-middle-col {
    z-index: 1;
}

.swi-pricing-page-containers.swi-pricing-page-container-single {
    border-radius: 20px;
}

.swi-pricing-page-plan-header {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.swi-pricing-page-plan-content {
    padding: 20px 20px 0 20px;
}

.swi-pricing-page-plan-text {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
    transition: color 300ms linear;

}

.swi-pricing-page-plan-desc {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: center;
    transition: color 300ms linear;
}

.swi-pricing-page-plan-cost {
    font-size: 35px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    transition: color 300ms linear;
}

.swi-pricing-page-plan-usp-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    max-width: 90%;
    margin: 0 auto;
}

.swi-pricing-page-plan-usps {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.swi-pricing-view-more-btn {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border: 0;
    background-color: transparent;
}

.swi-pricing-page-usp-icon {
    background-color: #f2e8ff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 15px;
    align-self: flex-start;
}

.swi-pricing-view-more-icon {
    background-color: #ececec;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 15px;
}

.swi-pricing-view-more-icon i {
    color: #797979;
}

.swi-pricing-page-usp-icon i {
    color: #7f1eff;
}

.swi-pricing-view-more-text {
    color: #7f1eff;
    font-weight: 500;
    font-size: 14px;
}

.swi-pricing-page-usp-text {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    transition: color 300ms linear;
}



.swi-pricing-page-containers:hover {
    background-color: #f2e8ff;
    border-radius: 20px;
    transform: scale(1.05)
}

.swi-pricing-page-containers:hover .swi-pricing-page-plan-desc,
.swi-pricing-page-containers:hover .swi-pricing-page-usp-text {
    color: #7f1eff;
}

.swi-pricing-page-containers:hover .swi-sub-page-tooltip-grey * {
    color: #7f1eff;
    font-weight: 600;
}

.swi-pricing-page-containers:hover .swi-plan-per-yr-text {
    color: #7f1eff;
}

.swi-pricing-page-containers:hover .swi-pricing-page-plan-text {
    color: #7f1eff;
    font-weight: 600;
}

.swi-pricing-page-containers:hover .swi-pricing-btn {
    background-color: #7f1eff;
    color: #fff;
}

.swi-pricing-page-containers:hover .swi-pricing-page-usp-icon {
    background-color: #fff;
    border: 1px solid rgba(127, 30, 255, 0.3);
}

.swi-pricing-page-plan-small-note {
    color: #7f1eff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    transition: color 300ms linear;
}

.swi-pricing-page-containers:hover .swi-pricing-page-plan-small-note {
    color: #7f1eff;
    font-weight: 300;
}

.swi-pricing-page-containers:hover .swi-pricing-page-plan-cost {
    color: #7f1eff;
}

.swi-pricing-page-containers:hover .swi-pricing-view-more-icon {
    background-color: #7f1eff;
}

.swi-pricing-page-containers:hover .swi-pricing-view-more-icon i {
    color: #ffffff;
}

.swi-pricing-page-get-started-btn {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    background-color: #7f1eff;
    padding: 15px 30px;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    margin-top: 20px;
    text-align: center;
}

.swi-pricing-btn {
    color: #7f1eff;
    font-weight: 600;
    font-size: 20px;
    background-color: #f2e8ff;
    padding: 15px 30px;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    margin-top: 20px;
    text-align: center;
}

.swi-pricing-btn:hover {
    color: #7f1eff;
}

.swi-pricing-page-get-started-btn:hover {
    color: #ffffff;
}

.swi-mobile-menu-other-links-container {
    margin-bottom: 10px;
}

.swi-mobile-menu-other-links {
    font-size: 16px;
    color: #7f1eff;
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
}

.swi-mobile-menu-other-links:hover {
    color: rgba(0, 0, 0, 0.9);
}

.float-left {
    float: left;
}


/* blog */

.swi-blog-box-container {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: transform 200ms linear;
    display: flex;
    flex-direction: column;
    height: 520px;
}

.swi-blog-box-link-container {
    display: block;
    text-decoration: none;
}

.swi-blog-box-container:hover {
    transform: scale(1.05);
}

.swi-blog-box-img-container {
    width: 100%;
    max-height: 200px;
    min-height: 200px;
    overflow: hidden;
}

.swi-blog-box-img {
    width: 100%;
    display: block;
}

.swi-blog-box-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.9)
}

.swi-blog-box-title:hover {
    color: rgba(0, 0, 0, 0.9)
}

.swi-blog-box-date {
    color: #7f1eff;
    font-weight: 500;
    margin-bottom: 15px;
}

.swi-blog-box-description {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    /* margin-bottom: 20px; */
}

.swi-blog-box-link {
    display: block;
    background-color: #7f1eff;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
    border-radius: 30px;
    transition: transform 200ms linear;
}

.swi-blog-box-link:hover {
    color: #fff;
    transform: scale(1.05);
}

.swi-blog-box-content {
    padding: 20px;
}

.swi-blog-box-link-container {
    padding: 0 20px 20px 20px;
    margin-top: auto;
}

.swi-embed-video-wrapper {
    border-radius: 20px;
    overflow: hidden;
}

.swi-overkill-img-wrapper {
    position: relative;
    margin-top: 30px;
    column-gap: 30px;
    width: 100%;
}

.swi-overkill-img-wrapper iframe {
    border-radius: 20px;
    height: 400px;
}

.swi-overkill-img-mobile {
    width: 100px;
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 999;
}

.swi-plan-per-month-text {
    text-align: center;
    margin-bottom: 10px;
}


@media screen and (max-width: 1200px) and (min-width: 768px) {
    .swi-blog-box-container {
        height: 580px;
    }
}



/* file input */

/* new hero section */

/* end new hero section  */

@media (max-width: 1600px) {
    .swi-usp-grid-container {
        max-width: 1200px;
    }

    .swi-industry-content-container {
        flex-direction: column;
        align-items: center;
    }

    .swi-industry-info-container {
        margin-top: 430px;
    }

    .swi-industry-img-container-inner {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .swi-industry-info-container {
        text-align: center;
    }

    .swi-industry-content-container {
        padding-bottom: 50px;
    }

    .swi-services-title {
        font-size: 30px;
    }

    .swi-services {
        max-width: 80%;
    }

    .swi-industry-p {
        text-align: left;
    }
}

@media (max-width: 1200px) {
    .swi-contact-us-form-container {
        flex-direction: column-reverse;
        align-items: center;
    }

    .swi-contact-us-containers {
        width: 100%;
    }

    .swi-contact-us-enquiry-type {
        margin-bottom: 30px;
    }

    .swi-contact-us-form {
        margin-bottom: 30px;
    }

    .swi-contact-us-section {
        max-width: 80%;
    }

    .swi-h2-sign-up .swi-h2-highlight {
        margin-bottom: 30px;
    }

    .swi-achievements-img {
        width: 50px;
    }

    .swi-achievements-data {
        font-size: 35px;
    }

    .swi-clients-logo {
        width: 90%;
    }

    .swi-h2-clients {
        margin-bottom: 50px;
    }

    .swi-flex-header-clients {
        flex-direction: column;
    }

    .swi-partners-logos {
        max-width: 70%;
    }

    .swi-partners-img {
        width: 400px;
    }

    .swi-h2-clients {
        margin-left: 0;
        text-align: center !important;
    }

    .swi-testimonials-container {
        margin-left: 0;
    }

    .swi-partners-container {
        max-width: initial;
    }

    .swi-testimonials-carousel {
        overflow: visible;
    }

    .swi-testimonials-container {
        width: 100%;
    }

    .swi-services {
        flex-direction: column;
        align-items: center;
    }

    .swi-usp-grid-container {
        padding: 0 10px;
    }

    .swi-usp-grid-1 {
        grid-area: 1 / 1 / 2 / 3;
    }

    .swi-usp-grid-2 {
        grid-area: 2 / 1 / 3 / 3;
    }

    .swi-usp-grid-3 {
        grid-area: 3 / 1 / 4 / 3;
    }

    .swi-usp-grid-4 {
        grid-area: 4 / 1 / 5 / 2;
    }

    .swi-usp-grid-5 {
        grid-area: 4 / 2 / 5 / 3;
    }

    .swi-usp-titles {
        font-size: 25px;
    }

    .swi-usp-1-img {
        width: 600px;
    }

    .swi-usp-3-img {
        width: 600px;
    }

    .swi-usp-4-img {
        margin-top: 120px;
    }

    .swi-usp-5-img {
        width: 230px;
        margin-top: 50px;
    }

    .swi-usp-6-img {
        width: 600px;
    }

    .swi-usp-p {
        font-size: 18px;
    }

    .swi-usp-content-container-column {
        flex-direction: row;
    }

    .swi-usp-img-2 {
        width: 800px;
    }

    .swi-services {
        max-width: 55%;
    }

    .swi-step-2-img-4 {
        top: 200px;
        left: 200px;
    }

    .swi-step-2-img-5 {
        top: 330px;
    }

    .swi-h2 {
        font-size: 30px;
    }

    .swi-h2-highlight {
        font-size: 60px;
    }

    .swi-hero-h1-highlight {
        font-size: 90px;
    }

    /* START SUB PAGES */
    .swi-sub-page-more-faq-link {
        font-size: 18px;
    }
}

@media (min-width: 576px) {
    .swi-hero-section-desc {
        font-size: 20px;
    }
}

@media (min-width: 768px) {

    .swi-plans {
        padding: 0 30px;
    }

    .swi-footer-column-row {
        height: 230px;
    }

    .swi-nav-tabs {
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

    .swi-pricing-plan-container-wrapper {
        align-items: center;
    }


    .swi-pricing-page-get-started-btn {
        width: max-content;
    }

}

@media (min-width: 992px) {
    .swi-nav-bar-container {
        max-width: 1600px;
    }

    /* INFO PAGES */
    .swi-info-pages-tertiary-header-img {
        max-width: 50px;
    }

    .swi-info-pages-secondary-header-img {
        max-width: 60px;
    }

    .swi-info-pages-secondary-header {
        font-size: 25px;
    }

    .swi-info-pages-tertiary-header {
        font-size: 20px;
    }

    .swi-accordion-title {
        font-size: 20px;
    }

    .swi-info-pages-p,
    .swi-info-pages-list-item {
        font-size: 18px;
    }

    .swi-info-pages-main-content {
        max-width: 80%;
        margin: 0 auto;
    }

    /* FAQ */
    .swi-toggle-header-img {
        width: 60px;
    }

    .swi-toggle-header-text {
        font-size: 25px;
    }

    .swi-hero-section-mobile-img-wrapper {
        display: none;
    }

    .swi-hero-section-img-desktop-animation {
        display: block;
        width: 100%;
    }

    .swi-hero-section-container {
        flex-direction: row;
        align-items: center;
    }

    .swi-hero-section-h1 {
        font-size: calc(1.5vw + 1.5vh + 1.5vmin);
    }

    .swi-hero-section-desc {
        font-size: 18px;
    }

    .swi-hero-section-desktop-imgs {
        position: absolute;
    }

    .swi-hero-section-desktop-img-1 {
        z-index: 2;
        transition: all 600ms ease;
    }

    .swi-hero-section-desktop-img-1 {
        width: 100%;
    }

    .swi-hero-section-desktop-img-2 {
        top: 290px;
        left: 30px;
        max-width: 260px;
        z-index: 2;
        transition: all 1.2s ease;
    }

    .swi-hero-section-desktop-img-3 {
        max-width: 900px;
        left: 200px;
        top: -30px;
        transition: all 1.2s ease;
    }

    .swi-pricing-plan-container-wrapper {
        align-items: center;
    }

    .swi-pricing-page-containers.swi-pricing-page-container-left {
        border-radius: 20px 0 0 20px;
    }

    .swi-pricing-page-containers.swi-pricing-page-container-right {
        border-radius: 0 20px 20px 0;
    }

    .swi-pricing-page-containers.swi-pricing-page-container-middle .swi-pricing-page-plan-content {
        padding: 25px 20px 95px 20px;
        min-height: 380px;
    }
}

@media screen and (max-width: 1200px) {
    .swi-mobile-menu {
        display: block;
    }
}

@media (min-width: 1200px) {

    .swi-sub-page-pricing-container-3-col {
        max-width: 1500px;
    }
}

@media (min-width: 1500px) {
    .swi-hero-section-h1 {
        font-size: calc(1.2vw + 1.2vh + 1.2vmin);
    }
}

@media (max-width: 1499px) {
    .swi-hero-section-h1-highlight {
        font-size: calc(4vw + 4vh + 4vmin);
    } 
}

@media (max-width: 992px) {
    .swi-achievements-info {
        font-size: 16px;
    }

    .swi-achievements-img {
        width: 40px;
    }

    .swi-hero-p {
        width: 600px;
        font-size: 18px;
    }

    .swi-services-p {
        font-size: 18px;
    }

    .swi-3-steps-p,
    .swi-industry-p {
        font-size: 18px;
    }

    .swi-btn-purple,
    .swi-btn-grey {
        font-size: 16px;
    }

    .swi-hero-section {
        max-height: unset;
        min-height: unset;
        height: auto;
    }

    .swi-hero-section .swi-h2-inline-center {
        padding: 20px;
        font-size: 22px;
    }

    .swi-hero-section .swi-h2-inline-center .swi-h2-highlight {
        font-size: 30px;
    }

    .swi-hero-img-container-inner,
    .swi-3-steps-img-container-inner,
    .swi-industry-img-container-inner {
        display: none;
    }

    .swi-hero-img-mobile {
        display: block;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .swi-industry-info-container {
        margin-top: 0;
    }

    .swi-step-1-img-mobile,
    .swi-step-2-img-mobile,
    .swi-step-3-img-mobile {
        display: block;
        max-width: 80%;
        margin: 0 auto 20px auto;
    }

    .swi-industry-img-mobile {
        display: block;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .swi-3-steps-img-container {
        padding-bottom: 0;
    }

    .swi-hero-container {
        flex-direction: column;
    }

    .swi-hero-info-container {
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .swi-hero-h1 {
        font-size: 35px;
        line-height: 45px;
        white-space: nowrap;
        margin-bottom: 0;
    }

    .swi-hero-h1-highlight {
        font-size: 90px;
    }

    .swi-h2-inline-center {
        flex-direction: column;
    }

    .swi-h2-highlight {
        font-size: 60px;
    }

    .swi-usp-grid-container {
        display: block;
        padding: 0;
    }

    .swi-usp-grid {
        border-radius: 0;
        margin-bottom: 20px;
    }

    .swi-usp-1-img {
        width: 500px;
        padding: 0 30px;
    }

    .swi-usp-2-img {
        width: 550px;
    }

    .swi-usp-3-img {
        width: 500px;
    }

    .swi-usp-4-img {
        width: 300px;
        margin-top: 0;
    }

    .swi-usp-6-img {
        width: 500px;
    }

    .swi-usp-img-container-ml-auto {
        margin-left: auto;
    }

    .swi-partners-img {
        width: 400px;
    }

    /* START SUB PAGES */
    .swi-sub-page-hero-img {
        max-width: 130%;
        margin-left: 200px;
    }

    .swi-sub-page-list-no-dot {
        font-size: 16px;
    }

    .swi-sub-page-grid-p {
        font-size: 16px;
    }

    .swi-btn-light-purple {
        font-size: 16px;
    }

    .swi-btn-white-outlined {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .swi-achievements-data-container {
        flex-direction: column;
    }

    .swi-achievements {
        margin-bottom: 50px;
    }

    .swi-achievements-img {
        width: 80px;
    }

    .swi-achievements-data {
        font-size: 50px;
    }

    .swi-achievements-info {
        font-size: 20px;
    }

    .swi-newsletter-container {
        flex-direction: column-reverse;
        padding-bottom: 0;
    }

    .swi-services {
        max-width: 80%;
    }

    .swi-flex-header>h1,
    .swi-flex-header>h2,
    .swi-flex-header>h3 {
        text-align: center;
    }

    .swi-blog-posts-container {
        flex-direction: column;
        width: 60%;
    }

    .swi-3-steps-p {
        font-size: 18px;
        width: 100%;
    }

    .swi-industry-content-container {
        padding: 0 30px;
    }

    .swi-usp-grid-2 .swi-usp-content-container {
        flex-direction: column;
    }

    .swi-usp-grid-6 .swi-usp-content-container {
        flex-direction: column;
    }

    .swi-usp-grid-1 .swi-usp-content-container {
        flex-direction: column-reverse;
    }

    .swi-usp-img {
        max-width: 120%;
    }

    .swi-usp-1-img {
        width: 80%;
        margin: 0 auto;
    }

    .swi-usp-img-container-ml-auto {
        margin-top: auto;
    }

    .swi-step-1-img-mobile,
    .swi-step-2-img-mobile,
    .swi-step-3-img-mobile {
        max-width: 100%;
        margin: 0 0 30px 0;
    }

    .swi-usp-5-img {
        margin-right: 30px;
    }

    .swi-flex-header {
        flex-direction: column;
    }

    .swi-partners-img {
        margin-left: 0;
    }

    .swi-clients-logo,
    .swi-partners-logos,
    .swi-api-logos-desktop {
        display: none;
    }
}

@media (max-width: 576px) {

    .swi-contact-us-info,
    .swi-contact-us-enquiry-type {
        padding: 40px 30px 0 30px;
    }

    .swi-contact-us-next-btn-container {
        padding: 0 30px;
    }

    .swi-contact-us-section {
        max-width: 100%;
        padding: 0 40px;
    }

    .swi-contact-us-p {
        font-size: 16px;
    }

    .swi-enquiry-types-text {
        font-size: 16px;
    }

    .swi-hero-p {
        width: 100%;
    }

    .swi-industry-content-container {
        max-width: 100%;
        margin: 0;
    }

    .swi-hero-img-mobile {
        max-width: 200%;
    }

    .swi-h2 {
        font-size: 22px;
        line-height: normal;
    }

    .swi-usp-titles {
        font-size: 22px;
    }

    .swi-hero-container {
        max-width: 100%;
        padding: 0 30px;
    }

    .swi-usp-grid-3 .swi-usp-content-container,
    .swi-usp-grid-4 .swi-usp-content-container {
        flex-direction: column;
    }

    .swi-usp-1-img {
        padding: 0;
        width: 100%;
    }

    .swi-usp-4-img {
        width: 100%;
    }

    .swi-usp-6-img {
        width: 350px;
    }

    .swi-usp-img-container-ml-auto {
        margin-left: auto;
    }

    .swi-google-review {
        width: 100%;
        max-width: 300px;
    }

    .swi-3-steps-p {
        text-align: left;
        font-size: 16px;
        padding: 0 20px;
    }

    .swi-hero-h1 {
        font-size: 30px;
        line-height: 45px;
        white-space: initial;
        margin-bottom: 10px;
    }

    .swi-hero-h1-highlight {
        font-size: 70px;
        line-height: 80px;
    }

    .swi-hero-p {
        font-size: 16px;
    }

    .swi-h2-highlight {
        padding: 0;
        font-size: 50px;
    }

    .swi-usp-info-container {
        padding-bottom: 20px;
    }

    .swi-btn-purple,
    .swi-btn-grey {
        font-size: 16px;
    }

    .swi-usp-p {
        font-size: 16px;
    }

    .swi-usp-3-img {
        padding-top: 0;
    }

    .swi-usp-grid-5 {
        height: 560px;
    }

    .swi-usp-grid-5 .swi-usp-content-container {
        flex-direction: column-reverse;
    }

    .swi-usp-grid-5 .swi-usp-img-container {
        margin-top: 0;
    }

    .swi-usp-5-img {
        width: 250px;
        margin-top: 0;
    }

    .swi-industry-p {
        font-size: 16px;
    }

    .swi-google-reviews-content,
    .swi-testimonial-content {
        font-size: 16px;
    }

    .swi-h2-clients {
        margin-bottom: 20px;
    }

    .swi-services-section {
        margin-top: 20px;
    }
}

@media (max-width: 500px) {

    .swi-services-container {
        padding: 0 15px;
    }

    .swi-h2-sign-up .swi-h2-highlight {
        font-size: 60px;
    }

    .swi-services {
        max-width: 100%;
    }

    .swi-services-img-container-inner {
        width: 100%;
    }

    .swi-services-img-1 {
        width: 500px;
        left: 50%;
        transform: translateX(-50%);
    }

    .swi-services-img-2 {
        width: 500px;
        left: 50%;
        transform: translateX(-50%);
    }

    .swi-services-img-3 {
        width: 500px;
        left: 50%;
        transform: translateX(-50%);
    }

    .swi-start-up-financing {
        max-width: 100%;
    }

    .swi-drop-google-reviews {
        max-width: 100% !important;
    }

    .swi-achievements-info {
        font-size: 16px;
    }

    .swi-services-p {
        font-size: 16px;
    }

    .swi-contact-us-section {
        padding: 0 20px;
    }

    .swi-partners-img {
        width: 300px;
    }
}

@media (max-width: 390px) {
    .swi-h2-highlight {
        font-size: 40px;
        line-height: 55px;
    }

    .swi-services {
        max-width: 100%;
    }

    .swi-services-img-1 {
        width: 400px;
    }

    .swi-services-img-2 {
        width: 400px;
    }

    .swi-services-img-3 {
        width: 400px;
    }

    .swi-api-logos-mobile-container {
        width: 400vw;
    }

    .swi-partners-logos-mobile-container {
        width: 900vw;
        animation: partners 60s linear infinite;
    }

    .swi-partners-logos-mobile-container {
        width: 460vw;
    }
}

.swi-video-feature-section .container {
    max-width: 1440px;
    padding: 0;
}

.address-title {
    color: #7f1eff;
    margin-bottom: 5px;
}

.swi-blog-box-img {
    object-fit: cover;
    height: 100%;
}

.custom-control-inline {
    margin-top: 10px;
}

.swi-blog-box-title {
    margin-bottom: 0;
}

.swi-blog-box-date {
    margin-bottom: 0;
}

.swi-client-endorsement .container {
    max-width: unset;
    padding: 50px;
    max-width: 1800px;
}

.endorsements-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    padding-top: 40px;
}

.endorsements-grid .endorsement-item {
    padding: 10px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 10px 20px;
}

.endorsements-grid .endorsement-item img {
    max-height: 100%;
    width: auto;
}

.swi-location-map img {
    width: 100%;
}

.deposit-disclaimer {
    color: #f00;
}

.swi-foreigner-pricing {
    font-size: 14px;
}

.video-logo {
    width: auto;
    height: 170px;
    margin: 0 20px !important;
}

.swi-video-feature-section .swi-h2-highlight {
    font-size: 50px;
    line-height: 1;
    padding: 0;
}

.swi-video-feature-section .left-side {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-right: 30px;
    padding-left: 0;
}

.swi-video-feature-section .left-side .flex-vcenter {
    justify-content: center;
}

.swi-usp-text-center {
    margin-bottom: 20px;
    text-align: center;
}

.swi-accordion-item-container {
    background: transparent;
    border: none;
}

.swi-accordion-item-container .card-body,
.swi-accordion-header,
.swi-accordion-item {
    background-color: transparent;
}


@media screen and (max-width: 1850px) {
    .endorsements-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media screen and (max-width: 1550px) {
    .endorsements-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 989px) {
    .endorsements-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .endorsements-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .youtube-swiper {
        padding: 0 30px;
    }

    .youtube-swiper .swiper-button-next {
        right: 10px;
    }

    .youtube-swiper .swiper-button-prev {
        left: 10px;
    }

    .youtube-swiper .swiper-horizontal>.swiper-pagination-bullets,
    .youtube-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
    .youtube-swiper .swiper-pagination-custom,
    .swiper-pagination-fraction {
        width: 100%
    }

    .video-logo {
        width: 100px
    }

    .swi-google-reviews-carousel {
        flex-direction: column;
    }

    .swi-google-reviews-slide {
        width: 100%;
    }
}

.google-rating-icon {
    display: none;
    width: 250px;
}

.swi-sub-page-banner a {
    padding: 10px 30px;
    background-color: #8216FD;
    position: fixed;
    top: 75px;
    left: 0;
    width: 100vw;
    height: fit-content;
    z-index: 99;
}

.swi-sub-page-banner a {
    color: white;
    text-align: center;
    margin: 0;
}

.swi-hero-section-wrapper {
    padding-top: 60px;
}

.swi-services-dropdown-container {
    position: relative;
}

:root {
    --stripe-color: #fff;
    --bg: var(--stripe-color);
    --maincolor: var(--bg);
    --brand-yellow: #FFBC3F;
    --brand-purple: #F66C66;
    /* Updated purple */
    --brand-pink: #FF1EA4;
}

/* Custom styles */
@keyframes smoothBg {
    from {
        background-position: 50% 50%, 50% 50%;
    }

    to {
        background-position: 350% 50%, 350% 50%;
    }
}

.swi-hero-section,
.swi-pricing-section {
    position: relative;
}

.hero {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: absolute;
    max-height: 100%;
    overflow: hidden;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    place-items: center;
    --stripes: repeating-linear-gradient(100deg,
            var(--stripe-color) 0%,
            var(--stripe-color) 7%,
            transparent 10%,
            transparent 12%,
            var(--stripe-color) 16%);

    --rainbow: repeating-linear-gradient(100deg,
            var(--brand-yellow) 10%,
            var(--brand-purple) 15%,
            var(--brand-yellow) 20%,
            var(--brand-pink) 25%,
            var(--brand-yellow) 30%);
    background-image: var(--stripes), var(--rainbow);
    background-size: 300%, 200%;
    background-position: 50% 50%, 50% 50%;

    filter: blur(115px) invert(100%);

    mask-image: radial-gradient(ellipse at 100% 0%, black 40%, transparent 70%);
    z-index: -1;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--stripes), var(--rainbow);
    background-size: 200%, 100%;
    animation: smoothBg 60s linear infinite;
    background-attachment: fixed;
    mix-blend-mode: difference;
}

@keyframes animSwitch {
    50% {
        transform: scale(1.2);
        font-weight: 900;
    }
}

.swi-pricing-section .swi-h2 {
    background-image: linear-gradient(to bottom, #f8f8f8, transparent);
}

@media screen and (max-width: 989px) {
    .swi-hero-section-h1 {
        white-space: wrap;
    }

    .swi-hero-section-wrapper {
        margin: 0;
        max-width: 100%
    }

    .swi-hero-section-container {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .swi-hero-section-wrapper {
        padding-top: 100px;
    }
}

.clients-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: fit-content;
    margin: auto;
}

.brands-marquee-container {
    position: relative;
    padding: 20px 0;
}

.brands-marquee-wrapper,
.brands-marquee-wrapper-reversed {
    position: relative;
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    column-gap: 20px;
}

.brands-marquee-wrapper img,
.brands-marquee-wrapper-reversed img {
    max-height: 100px;
    max-width: 150px;
    /* margin-right: 50px; */
    background-color: transparent;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.brands-marquee-container {
    max-width: 1440px;
}

@media screen and (max-width: 989px) {

    .brands-marquee-container {
        padding: 20px;
    }

    .brands-marquee-wrapper, .brands-marquee-wrapper-reversed {
        max-width: 100%;
        overflow: auto;
        justify-content: flex-start;
    }

    .swi-video-feature-section .video-header {
        padding: 20px;
        flex-wrap: wrap;
    }

    .swi-video-feature-section .video-header .swi-h2 {
        width: 100%;
    }

    .swi-overkill-img-wrapper {
        flex-direction: column;
        row-gap: 20px;
        padding: 20px;
    }
}