@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Kalam&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,900;1,700&display=swap');

* {
    margin: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

a {
    text-decoration: none !important;
    color: #000;
}

img {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Gellix";

    overflow-x: hidden;
}

.last-word {
    opacity: 1;
    transition: opacity 0.5s ease;
    color: #563BFF ;
}

.last-word.hidden {
    opacity: 0;
}
.container.small {
    max-width: 1320px;
}

.container {
    max-width: 1490px;
}

.seen-onbanner {
    text-align: center;
    padding: 70px 0px 0px;
}
/*header css here*/
.mobileheader {
    display: none;
}
.desktop-btns {
    display: block;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 99999999;
}
.sidenav a {
    padding: 15px 20px 15px 30px;
    text-decoration: none;
    font-size: 20px;
    color: #444444;
    display: block;
    transition: 0.3s;
    text-align: left;
}
.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 40px;
    padding: 0;
}
.menu-link.active {
    color: #a594f9;
}
.vs-navside {
    display: block;
}
.mobileheader {
    max-width: 35px;
}
.menu-link:hover {
    color: #a594f9;
}
.nav-item.dropdown .dropdown-menu {
    padding: 10px 20px !important;
}


.nav-item.dropdown .dropdown-menu a {
    padding: 10px 0px !important;
}

.nav-item.dropdown .dropdown-menu a:hover {
    background: 0;
}


.her0main {
    position: relative;
}

.her0main::before {
    position: absolute;
    content: "";
    /*background: url(../images/hero-elementsleft.webp);*/
    height: 400px;
    width: 290px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: 144px;
}

.herofly-text {
    color: #fff;
    font-family: Caveat;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    display: none;
    padding-bottom: 25px;
}


.her0main::after {
    position: absolute;
    content: "";
    /*background: url(../images/heroelements-right.webp);*/
    height: 430px;
    width: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    bottom: 144px;
}

.vs-header {
    padding: 12px 0px 20px;

}

.login-sidevs {
    margin-left: auto;
}

.main-navvs .nav-menu .nav-item {
    display: inline-block;
    list-style: none;
    margin-right: 45px;
}

.main-navvs .nav-menu .nav-item:last-child {
    margin-right: 0;
}

.main-navvs {
    margin-left: 120px;
}

.main-navvs .nav-menu .nav-item a,
.main-navvs .nav-menu .nav-item a,
.vs-header .login-btn {
    color: #121722;
    font-family: Gellix;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: block;
    line-height: 18px;
}

.vs-header .login-btn {
    display: inline-block;
    margin-right: 24px;
}

.main-navvs .nav-menu .nav-item .active a {
    color: #7371FC;
}

.main-navvs .nav-menu .nav-item a:hover,
.vs-header .login-btn:hover {
    color: #7371FC;
}

.vs-navside {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    display: none;
}

.vs-earlyacess {
    color: #fffffa;
    font-family: Gellix;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    transition: ease 0.3s;
    padding: 10px 20px;
    border-radius: 200px;
    background-image: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    background-size: 100% 100%;
}

.vs-earlyacess:hover {
    background-size: 150% 100%;
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
}


.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*header css ends here*/


/*hero banner css here*/

/* CSS for fade animation */
.fade {
    animation: fade 1s linear infinite alternate;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



.chntetx {
    padding-left: 15px;
    color: #563BFF ;
    text-transform: capitalize;
}




.text-boxfly span {
    color: #ffffff;
    font-family: Caveat;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    padding-bottom: 2px;
    transform: rotate(-21.657deg);
}

.text-boxfly img {
    max-width: 50px;
    max-height: 80px;
    transform: rotate(-174.85deg);
    margin-left: 100px;
}

.text-boxfly {
    text-align: center;
    position: absolute;
    top: -65px;
    left: -340px;
}

.her0-top {
    text-align: center;
}

.her0banner {
    padding: 68px 0px 0px;
    position: relative;
}

.banner-vstitle {
    color: #7371FC;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    padding: 6px 19px;
    border-radius: 10px;
    border: 1px solid #7371FC;
    display: inline-block;
    margin-bottom: 14px;
}

.her0-title {
    color: #f1f1f1;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
}

.title-vsdeco {
    background: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

.title-vsdeco::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/brushes.png);
    width: 100%;
    height: 8px;
    background-repeat: no-repeat;
}

.her0-data {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    color: #e2e2e2;
    margin-bottom: 33px;
}

.her0-btn {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    padding: 14px 30px 18px;
    display: inline-block;
    border-radius: 200px;
    background-image: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    background-size: 100% 100%;
    transition: ease 0.3s;
    box-shadow: 0px 20px 35px 0px rgba(89, 31, 255, 0.29);
}

.her0-btn:hover {
    background-size: 150% 100%;
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3 ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
}

.hero-videomain {
    padding-top: 30px;
    text-align: center;
}

.video-box {
    position: relative;
    overflow: hidden;
}

.vd-spacing {
    padding: 5px;
    max-width: 865px;
    margin: auto;
    border-radius: 20px;
    background: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    position: relative;
    z-index: 9;
}


.btnfor-hero {
    position: relative;
    padding: 50px 0px 0px;
}

.responsive-video {
    padding-bottom: 56.21%;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}


.commonhero-bg {
    /* background: url(../images/bf-bg.png); */
    background-color: #1d171d;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.her0banner::before {
    position: absolute;
    content: "";
    background: #fff;
    height: 485px;
    width: 100%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    left: 0;
    bottom: 0;
}

.vd-spacing::after {
    position: absolute;
    content: "";
    width: 140px;
    height: 117px;
    background: url(../images/video-datpattern.png);
    right: -34px;
    bottom: -34px;
}

/*hero banner css ends here*/


/*faetures section css starts here*/

.features-main {
    padding: 0px 0px 80px 0px;
}

.new-clientask .common-vstitle {
    text-align: center;
    padding: 60px 0px;
    font-size: 42px;
}
.features-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1215px;
    margin: auto;
}

/*.ft-imgbx img {
    min-height: 53px;
    object-fit: scale-down;
}*/

/*.ft-imgbx {
    height: 100%;
}*/
.ft-imgspacing.amazon {
    position: relative;
    top: 14px;
}
.features-list .ft-listbx:last-child {
    padding-bottom: 0;
}

.ft-listbx {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 38px;
}
.plans-vsmain {
    padding-bottom: 90px;
}
.featureslist-flex {
    padding-top:50px;
    display: flex;
    align-items: center;
    max-width: 1270px;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.features-list {
    width: 50%;
}

.ft-listbx h5 {
    color: #1F2024;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}

.features-blockbtm {
    max-width: 1000px;
    margin: auto;
}
.gridimg-flx {
    padding-top: 115px;
}
.gridimg-spacing img {
    border-radius: 15px;
}

.gridimg-spacing {
    width: 25%;
    padding-left: 52px;
}

.gridimg-flx {
    display: flex;
    flex-wrap: wrap;
    margin-left: -52px;
}

.access-vstitle {
    color: #1F2024;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 18px;
}

.access-vsdata {
    color: #1F2024;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}

.access-vsbox {
    padding: 0px 0px 55px;
}
.instant-clientreq {
    padding-bottom: 100px;
    max-width: 1000px;
    margin: auto;
}
.common-offerbanner {
    padding: 60px 20px 72px;
    border-radius: 30px;
    background: url(../images/offer-banner.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}

.normal-vsprice {
    color: #FFF;
    font-family: Gellix;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration-line: line-through;
    padding-bottom: 2px;
    display: inline-block;
}

.special-vsprice {
    text-align: center;
    font-family: Gellix;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    background: linear-gradient(91deg, #563BFF 1.01%, #7371FC 33.55%, #D94FD5 110.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-bottom: 26px;
}


.offer-vsbtn {
    color: #333; /* Dark text for contrast against the yellow */
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    padding: 15px 45px 20px;
    border-radius: 50px; /* Rounded corners for a modern look */
    background: linear-gradient(90deg, #fdd835 0%, #fbc02d 100%); /* Gradient from lighter to darker yellow */
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3); /* Subtle shadow for depth */
    display: inline-block;
    transition: all 0.3s ease;
    border: none; /* No border for a cleaner look */
    cursor: pointer; /* Changes the cursor to indicate this is a clickable item */

    /* Add a hover effect to make the button interactive */
    &:hover {
        background: linear-gradient(90deg, #fbc02d 0%, #fdd835 100%); /* Invert gradient on hover */
        box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.4); /* Larger shadow on hover */
        transform: scale(1.05); /* Slightly enlarge button to draw attention */
    }

    /* Add an active state to give feedback on click */
    &:active {
        transform: scale(0.95); /* Slightly decrease button size to simulate pressing */
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); /* Smaller shadow on active */
    }
}

.card-options li {
    display: inline-block;
    margin-right: 14px;
}

.card-options li:last-child {
    margin-right: 0;
}

.gurrantee-offer span {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.4px;
    display: inline-block;
}

.gurrantee-offer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.payment-flex {
    display: flex;
    justify-content: center;
    gap: 28px;
    align-items: center;
    padding: 28px 0px 32px;
}

.comapatible-box {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}

/*faetures section css ends here*/


/*comparison section css starts here*/
.common-vstitle {
    color: #1F2024;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.31;
    margin-bottom: 0;
}

.comp-tpbox .common-vstitle {
    margin: 18px 0px 25px;
}

.common-vs-subtitle {
    color: rgba(18, 23, 34, 0.70);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.comp-tpbox {
    text-align: center;
    padding-bottom: 54px;
}

.comparison-main {
    padding: 192px 0px 205px;
    background: url(../images/comparison-banner.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 1090px;
    position: relative;
}

.comparison-main::before {
    position: absolute;
    background: #fff;
    height: 195px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}

.inner-container {
    max-width: 1295px;
    margin: auto;
}

.comparison-inner {
    border-radius: 30px;
    background: #341B86;
    padding: 125px 25px 166px;
    color: #fff;
    position: relative;
}

.comp-text-column {
    width: 53.5%;
    padding-right: 80px;
}

.comp-slider-column {
    width: 46.5%;
}

.comp-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.col-vscount {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    color: #FFF;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.5;
}

.comp-headtitle {
    color: #FFF;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.09;
    margin-bottom: 0;
}

.comp-headata {
    color: #C1BADA;
    font-family: Gellix;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77;
    margin-bottom: 0;
}
.client-vsfeed {
    padding: 18px 35px 35px 25px;
    border-radius: 20px;
    background: #472CA0;
}
.client-vsbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    padding-top: 10px;
}
.client-vsname {
    color: #F57CF2;
    font-family: Caveat;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
}
.compdata-fiff {
    color: #BAB9FF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.99;
    margin-bottom: 0;
}

.comp-typebtn {
    border-radius: 15px;
    background: #230A78;
    padding: 16px 33px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 13px;
    display: inline-block;
    margin-top: 20px;
    transition: 0.4s ease;
    cursor: default;
}

.comp-typebtn:hover {
    color: #230A78;
    background: #fff;
}

.comp-databx {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.comp-border {
    padding: 10px;
    border-radius: 30px;
    background-image: linear-gradient(103deg, #563bff 0%, #7371fc 43.6%, #d94fd5 100%);
}

.comp-comparison-slider img-comparison-slider.rendered {
    outline: none;
    border: 0;
    border-radius: 20px;
    display: block;
}

.comp-comparison-slider img-comparison-slider.rendered img {
    width: 100%;
}

.comparison-inner .comp-row:nth-child(odd) {
    padding-top: 154px;
}

.comparison-inner .comp-row:nth-child(even) {
    padding-top: 120px;
}

.comparison-inner .comp-row:first-child {
    padding-top: 0px;
}

.comp-row.reverse {
    flex-direction: row-reverse;
}

.comp-row.reverse .comp-text-column {
    padding-left: 90px;
    padding-right: 0px;
}

.comparison-inner::before {
    width: calc(100% - 34px);
    height: 100%;
    position: absolute;
    content: "";
    border-radius: 30px;
    opacity: 0.8;
    background: #7371FC;
    z-index: -1;
    left: 50%;
    bottom: -18px;
    transform: translate(-50%, -0%);
}

.comparison-inner::after {
    width: calc(100% - 100px);
    height: 100%;
    position: absolute;
    content: "";
    border-radius: 30px;
    opacity: 0.6;
    background: #7371FC;
    z-index: -1;
    left: 50%;
    bottom: -36px;
    transform: translate(-50%, -0%);
}

.vswave {
    position: relative;
}

.vswave::before {
    width: calc(100% - 175px);
    height: 100%;
    position: absolute;
    content: "";
    border-radius: 30px;
    opacity: 0.4;
    background: #7371FC;
    z-index: -1;
    left: 50%;
    bottom: -54px;
    transform: translate(-50%, -0%);
}

/*comparison section css ends here*/



/*vesus traditional css starts here*/
.versus-svmain .common-vstitle {
    text-align: center;
}
.vs-versusvs-box {
    text-align: center;
}
.versus-svmain .common-vstitle .title-vsdeco::before {
    background: url(../images/versus-brushes.png);
    background-repeat: no-repeat;
}
.common-vstitle.p-10 {
    padding-bottom: 10px;
}
.common-vstitle.coloured-versus {
    background: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.versus-vsrow {
    padding-top: 60px;
}

.versus-vsflex {
    border-radius: 22px;
    border: 1px solid #F25353;
    background: #FFF2F2;
    padding: 45px 46px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}


.versus-vsflex::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 106px;
    background: url(../images/versus-dots.png) no-repeat;
    left: -26px;
    bottom: -22px;
    z-index: -1;
}

.versus-vsrow {
    max-width: 1080px;
    margin: auto;
}

.versus-points-column {
    width: 55%;
    padding-right: 68px;
}

.versus-img-column {
    width: 45%;
}

.versus-ptitle {
    color: #36379B;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.47;
    margin-bottom: 18px;
}

.versus-points-column ul li {
    font-family: Gellix;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.9px;
    color: #5A5961;
    margin-bottom: 27px;
    padding-left: 30px;
    position: relative;
}

.versus-points-column ul li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/list-danger.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.versus-points-column ul li:last-child {
    margin-bottom: 0;
}

.versus-img-column img {
    border-radius: 10px;
}

.versus-vsrow.ai-powered {
    padding-top: 62px;
}

.versus-vsrow.ai-powered .versus-vsflex {
    border: 1px solid #5EBA75;
    background: #F4FBF6;
    flex-flow: row-reverse;
    flex-wrap: wrap;
}

.versus-vsrow.ai-powered .versus-points-column ul li::before {
    background: url(../images/list-success.svg);
    background-repeat: no-repeat;
}

.versus-vsrow.ai-powered .versus-points-column {
    padding-right: 0px;
    padding-left: 68px;
}

.versus-vsrow.ai-powered .versus-vsflex::before {
    left: unset;
    right: -26px;
}

.versus-btmcnt {
    max-width: 1055px;
    margin: auto;
    padding-top: 68px;
    text-align: center;
}

.versus-btmcnt .common-vs-subtitle:first-child {
    margin-bottom: 38px;
}

.versus-vsinner {
    padding-bottom: 96px;
}

/*vesus traditional css ends here*/



/*introducing creativio section css starts here*/


.intro-cvouter .common-vstitle .title-vsdeco {
    padding-bottom: 15px;
}

.intro-cvouter .common-vstitle .title-vsdeco::before {
    background: url(../images/intro-brushes.png);
    background-repeat: no-repeat;
}

.intro-row {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 7px 38px 0px rgba(103, 110, 114, 0.10);
    margin-top: 48px;
    padding: 50px 25px 75px;
}

.intro-cvflex {
    max-width: 1155px;
    margin: auto;
    display: flex;
}

.intro-cvtext-column {
    width: 52%;
    padding-left: 74px;
}

.inrocv-imgcolumn {
    width: 48%;
}

.intro-cvflex {
    max-width: 1155px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.inrto-txtlogo {
    width: 100px;
    height: 100px;
    background: #F2F4F7;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.inrotxt-brtitle {
    color: #36379B;
    font-family: Gellix;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;
}

.introtxt-databx p {
    color: #5A5D65;
    font-family: Gellix;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 0;
}

.introtxt-databx p:first-child {
    margin-bottom: 28px;
}

.intro-topbx {
    text-align: center;
    max-width: 1140px;
    margin: auto;
    padding-bottom: 12px;
}

.intro-row.reverse .intro-cvflex {
    flex-flow: row-reverse;
}

.intro-row.reverse .intro-cvtext-column {
    padding-left: 0;
    padding-right: 74px;
}

.intro-cvouter {
    padding: 90px 25px 0px;
    position: relative;
}

.intro-cvouter::before {
    width: 100%;
    height: calc(100% - 202px);
    border-radius: 22px;
    background: linear-gradient(0deg, rgba(115, 113, 252, 0.23) 4%, rgba(177, 109, 246, 0.10) 95%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
}

.intro-btmdata-bx {
    max-width: 1055px;
    text-align: center;
    margin: auto;
    padding: 67px 0px 50px;
}

.common-bannerouter {
    max-width: 1000px;
    margin: auto;
}

/*introducing creativio section css ends here*/



/*steps section css here*/

.steptp-data .common-vstitle .title-vsdeco {
    padding-bottom: 15px;
}

.steptp-data .common-vstitle .title-vsdeco::before {
    background: url(../images/intro-brushes.png);
    background-repeat: no-repeat;
}

.steptp-data {
    text-align: center;
    padding-bottom: 68px;
}

.steptp-data .common-vs-subtitle {
    margin-top: 44px;
}

.realstep-count.upload .real-stepinner {
    background: #EEEDFE;
}

.realstep-count.generate .real-stepinner {
    background: #FCEEFB;
}

.realstep-count.download .real-stepinner {
    background: #ECF7FF;
}

.realstep-count.upload .real-stepinner h4 {
    color: #7371FC;
}

.realstep-count.generate .real-stepinner h4 {
    color: #D94FD5;
}

.realstep-count.download .real-stepinner h4 {
    color: #4AAEF1;
}


.real-cvsteps {
    display: flex;
    align-items: center;
    max-width: 786px;
    margin: auto;
    flex-wrap: wrap;
}

.realstep-count {
    position: relative;
    width: 33.3%;
}

/*.realstep-count.upload .real-stepinner{
    left: calc(50% - 11.5px);
}


.realstep-count.generate .real-stepinner {
    left: calc(50% - 4.5px);
}

.realstep-count.download .real-stepinner {
    left: calc(50% + 6.5px);
}
.real-stepinner {
    border-radius: 25px;
    padding: 30px 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 210px;
    margin: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}*/


.real-stepinner h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
}


/*.realstep-count.upload {
    background: url(../images/upload-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.realstep-count.generate {
    background: url(../images/generate-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.realstep-count.download {
    background: url(../images/download-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
*/

.realstep-count img {
    display: block;
    margin: auto;
}

.steps-btmsection {
    padding-top: 156px;
}

.steps-imgcolumn {
    width: 55%;
}

.stepstext-column {
    width: 45%;
    padding-left: 56px;
    max-width: 530px;
}

.steps-rowflex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.count-cvstep {
    color: #7371FC;
    font-size: 16px;
    font-weight: 700;
    line-height: 12.6px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 12px;
    border: 1px solid #8483FC;
    background: #EEEDFE;
    padding: 10px 19px;
    display: inline-block;
    margin-bottom: 18px;
}

.stepstext-column .introtxt-databx p:first-child {
    margin-bottom: 0px;
}

.steps-rowflex.reverse {
    flex-flow: row-reverse;
    flex-wrap: wrap;
}

.steps-rowflex.reverse .stepstext-column {
    margin-right: auto;
}

.steps-rowflex.ptlow {
    padding-top: 117px;
}

.steps-rowflex.pthigh {
    padding-top: 173px;
}

.count-cvstep.pink {
    color: #D94FD5;
    border: 1px solid #D94FD5;
    background: #FCEEFB;
}

.steps-rowflex.reverse .steps-imgcolumn {
    text-align: right;
}

.steps-main {
    padding: 196px 0px 156px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(0deg, rgba(115, 113, 252, 0.23) 4%, rgba(177, 109, 246, 0.10) 95%);
}

/*steps section css ends here*/


/*unlock potential css starts here*/
.pt-imgborder {
    border-radius: 20px;
    background: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    padding: 20px;
}

.pt-imgborder img {
    border-radius: 15px;
}

.pt-unlock-imgside {
    width: 50%;
}

.pt-unlocktext-side .common-vstitle {
    margin-bottom: 18px;
}

.pt-unlockflex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pt-unlocktext-side {
    width: 50%;
    padding-right: 102px;
}

.pt-unlockinner {
    padding: 146px 0px 168px;
}

/*unlock potential css ends here*/


/*unmatched features section css here*/

.ft-unmatchtpbx {
    text-align: center;
}

.unmatched-bigimg {
    padding-bottom: 28px;
}

.ft-unmatchtpbx {
    text-align: center;
    max-width: 1140px;
    margin: auto;
}

.ft-unmatchtpbx .common-vstitle {
    color: #ffffff;
}

.ft-unmatch-row {
    padding-top: 78px;
}

.unmatchbx-spacing {
    width: 33.3%;
    padding-left: 48px;
    padding-bottom: 48px;
}

.unmatch-box {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 7px 38px 0px rgba(103, 110, 114, 0.10);
    padding: 26px 25px 38px 25px;
    height: 100%;
    text-align: center;
}

.ft-unmatchtitle {
    color: #36379B;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.47;
    margin-bottom: 12px;
    margin-top: 33px;
}

.ft-unmatchdata {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 0;
    color: #5A5D65;
}

.ft-unmatch-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -48px;
}

.unmatvh-btmdata {
    max-width: 1055px;
    margin: auto;
    text-align: center;
    padding: 18px 0px 45px;
}
.ft-unmatchbtmbx .common-offerbanner{
    background: url(../images/offer-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;}
.unmatvh-btmdata .common-vs-subtitle {
    color: #C1BADA;
    font-weight: 500;
}

.unmatvh-btmdata .common-vs-subtitle:first-child {
    margin-bottom: 38px;
    font-weight: 700;
}

.ft-unmatchedouter {
    position: relative;
    padding: 75px 25px 0px;
}

.ft-unmatchedouter::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 30px;
    background: #341B86;
    height: calc(100% - 168px);
    z-index: -1;
}


/*transfrom before section css starts here*/
.tranbf-topbx .common-vstitle .title-vsdeco::before {
    background: url(../images/intro-brushes.png);
    background-repeat: no-repeat;
}

.tranbf-topbx .common-vstitle .title-vsdeco {
    padding-bottom: 15px;
}

.tranbf-topbx {
    text-align: center;
    padding-bottom: 66px;
}

.tranbf-spacingtitle p {
    color: #36379B;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
}

.tranbf-spacingtitle {
    padding-bottom: 50px;
}

.tranbf-spacingtitle p span {
    color: #7371FC;
}

.tran-column {
    width: 50%;
    padding: 33px 52px 62px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tran-type {
    color: #4D4545;
    font-size: 18px;
    font-weight: 700;
    line-height: 12.9px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 15px;
    background: #FFF;
    padding: 16px 33px;
    margin-bottom: 12px;
    width: fit-content;
}

.tran-vsdata {
    color: #53565F;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
    margin-bottom: 20px;
}

.tran-imgbox {
    margin-top: auto;
    border-radius: 30px;
    border: 11px solid rgb(255 255 255 / 30%);
}

.tran-imgbox img {
    display: block;
    border-radius: 18px;
}

.tranrow-flex {
    display: flex;
    flex-wrap: wrap;
    border-radius: 30px;
}

.tran-column.after .tran-type {
    background: #4CAF65;
    color: #fff;
}


.transbf-wrapper .tranbf-row {
    padding-top: 106px;
}

.transbf-wrapper .tranbf-row:first-child {
    padding-top: 0px;
}

.tranbf-outer {
    padding: 166px 0px 132px;
}

/*unmatched features section ends here*/


/*bottom video section css starts here*/

.btmvideo-tpbox {
    text-align: center;
}

.bmvdo-title {
    font-size: 65px;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(90deg, #A7A1FF 18.26%, #EC7DE9 80.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 9px;
}

.bmvdo-lowtitle {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.47;
    margin-bottom: 0;
}

.hero-vdobtm {
    padding-top: 76px;
}

.btmvideo-main .hero-vdobtm .text-boxfly {
    text-align: center;
    position: absolute;
    top: 66px;
    left: -268px;
}

.btmvideo-main .hero-vdobtm .vd-spacing::after {
    display: none;
}

.btmvideo-main .hero-vdobtm .text-boxfly span {
    color: #fff;
}

.btmvideo-main .hero-vdobtm .text-boxfly img {
    filter: invert(0);
}

.btmvideo-wrapper::before {
    position: absolute;
    content: "";
    height: calc(100% - 172px);
    width: 100%;
    border-radius: 30px;
    background: #341B86;
    left: 0;
    top: 0;
    z-index: -1;
}

.btmvideo-wrapper {
    position: relative;
    padding: 96px 25px 0px;
}

.btmvideo-main {
    padding-bottom: 114px;
}

.cursive-show {
    text-align: center;
    display: none;
}

.cursive-show span {
    font-family: Caveat;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    padding-bottom: 25px;
    display: inline-block;
}


/*price tag css stars here*/
.prctag-tpbox .common-vstitle .title-vsdeco::before {
    background: url(../images/intro-brushes.png);
    background-repeat: no-repeat;
}

.prctag-tpbox .common-vstitle .title-vsdeco {
    padding-bottom: 23px;
}

.prctag-bgtitle {
    color: #1F2024;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 0;
}

.prctag-tpbox {
    text-align: center;
}

.prctag-databx h5 {
    color: #36379B;
    font-size: 29px;
    font-weight: 500;
    line-height: 1.11;
    margin-bottom: 40px;
}

.prctag-databx {
    padding-top: 35px;
    max-width: 1110px;
    margin: auto;
}

.pricetg-box-spacing {
    width: 50%;
    padding-left: 32px;
    padding-bottom: 32px;
}

.pricetg-bxmain {
    padding: 35px 32px 48px 34px;
    border-radius: 15px;
    height: 100%;
    /*temp*/
    /*    min-height: 332px;*/
}

.pricetgbx-icon {
    border-radius: 10px;
    background: #FFF;
    width: 77px;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricetgbx-title {
    color: #36379B;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.33;
    margin: 20px 0px 10px;
}

.pricetgbx-data {
    color: rgba(18, 23, 34, 0.70);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 0;
}

.pricetg-boxes-flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -32px;
    padding-top: 77px;
}

.pricetg-boxes-flex .pricetg-box-spacing:nth-child(odd) .pricetg-bxmain {
    background: #F0EEFF;
}

.pricetg-boxes-flex .pricetg-box-spacing:nth-child(even) .pricetg-bxmain {
    background: #FFEEFF;
}

.prctag-btmdata {
    max-width: 1150px;
    margin: auto;
    text-align: center;
    padding: 4px 0px 50px;
}

.prctag-btmdata .common-vs-subtitle:first-child {
    margin-bottom: 38px;
}

.prctag-main {
    padding-top: 262px;
    background: url(../images/comparison-banner.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 1090px;
    position: relative;
}

.prctag-main::before {
    position: absolute;
    content: "";
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    height: 194px;
    clip-path: polygon(100% 100%, 100% 0, 0 0);
}

/*bottom video section css ends here*/


/*gurantee strip css starts here*/

.gurrantee-wrapper {
    padding: 188px 0px;
}

.gurrantee-outer {
    border-radius: 22px;
    background: linear-gradient(0deg, rgba(115, 113, 252, 0.23) 4%, rgba(177, 109, 246, 0.10) 95%);
    padding: 85px 25px;
    max-width: 1210px;
    margin: auto;
}

.daysgurantee-title {
    font-family: Gellix;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    background: linear-gradient(91deg, #563BFF 1.01%, #7371FC 48.55%, #D94FD5 110.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}
.imagemb-dblock {
    display: none;
}

.gurrantee-inner {
    max-width: 1045px;
    margin: auto;
}


.gurantee-text-column {
    width: 60%;
}

.gurantee-flx {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 55px;
}

.gurantee-img-column {
    width: 40%;
    text-align: center;
}

.gurantee-text-column p {
    color: rgba(18, 23, 34, 0.70);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 27px;
}

.gurantee-text-column p:last-child {
    margin-bottom: 0;
}

.gurantee-text-column p span {
    color: #563BFF;
    font-size: 21px;
    font-weight: 700;
}

/*gurantee strip css ends here*/


/*plans css here*/
.plans-tpbox .common-vstitle .title-vsdeco::before {
    background: url(../images/intro-brushes.png);
    background-repeat: no-repeat;
}

.plans-tpbox {
    text-align: center;
}

.plans-tpbox .common-vstitle {
    color: #fff;
}

.plans-tpbox .common-vstitle.gradient .title-vsdeco {
    background: linear-gradient(90deg, #A7A1FF 18.26%, #EC7DE9 80.31%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.plan-maincard {
    border-radius: 30px;
    border: 1px solid #7371FC;
    box-shadow: 0px 7px 38px 0px rgba(103, 110, 114, 0.10);
}
.plan-spacing {
    width: 50%;
    padding-left: 40px;
}
.plan-cardrow {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-top: -455px;
}

.plan-cardtopbx {
    text-align: center;
    padding: 36px 30px 54px;
    border-radius: 30px 30px 0px 0px;
    background: rgba(115, 113, 252, 0.979);
    box-shadow: 0px 7px 38px 0px rgba(103, 110, 114, 0.10);
}
.plan-cardtopbx.business {
    background: rgba(210, 33, 226, 0.767);
}
.plan-cardtopbx .plan-cardtitle {
    color: #FFF;
    font-family: Gellix;
    font-size: 57px;
    font-weight: 700;
    line-height: 0.98;
    margin-bottom: 20px;
}
.plan-bximg {
    min-height: 252px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-cardtopbx .plan-cardsub {
    color: #FFFFFA;
    font-family: Gellix;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0;
}

.plan-listbx {
    padding: 56px 30px 0px 52px;
}

.plan-cardbtmbx {
    text-align: center;
    padding: 80px 30px 62px;
}

.responsive-video {
    padding-bottom: 56.21%;  /* Maintain the aspect ratio */
    height: 0;                /* This will ensure that the container does not collapse */
    overflow: hidden;
    position: relative;
    z-index: 3;
}


.vimeo-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


.play-button {
    width: 60px;
    height: 60px;
    background: url('..images/creativio-thumbnail.webp') no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}



.plan-listbx ul li {
    color: #36379B;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.47;
    margin-bottom: 35px;
    padding-left: 44px;
    background: url(../images/list-check.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}

.plan-maincard.normal .plan-listbx ul li {
    background: url(../images/list-check-blue.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
}

.plan-listbx ul li:last-child {
    margin-bottom: 0;
}

.planold-price {
    color: #78797E;
    font-size: 27px;
    font-weight: 400;
    line-height: 0.98;
    text-decoration: line-through;
    margin-bottom: 18px;
    display: inline-block;
}

.plan-paymenttype {
    color: #36379B;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.47;
    margin-top: 4px;
}

.plan-cardbtmbx .common-vstitle .title-vsdeco::before {
    display: none;
}

.plan-cardbtmbx .common-vstitle .title-vsdeco {
    padding: 0;
}

.plan-buybtn a {
    color: #333; /* Dark text for contrast against the yellow */
    text-align: center;
    font-size: 22px; /* Set font size as needed, or inherit from elsewhere */
    font-weight: 700; /* Bold text */
    line-height: 1.5; /* Adjust as needed */
    padding: 15px 45px 20px; /* Set padding for size */
    border-radius: 50px; /* Rounded corners for a modern look */
    background: linear-gradient(90deg, #fdd835 0%, #fbc02d 100%); /* Yellow gradient */
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3); /* Subtle shadow for depth */
    display: inline-block; /* Center inline elements */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
    border: none; /* No border for a cleaner look */
    cursor: pointer; /* Indicates a clickable button */
    margin-top: 25px; /* Spacing from the element above */

    /* Add a hover effect to make the button interactive */
    &:hover {
        background: linear-gradient(90deg, #fbc02d 0%, #fdd835 100%); /* Invert gradient on hover */
        box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.4); /* Larger shadow on hover */
        transform: scale(1.05); /* Slightly enlarge button to draw attention */
    }

    /* Add an active state to give feedback on click */
    &:active {
        transform: scale(0.95); /* Slightly decrease button size to simulate pressing */
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); /* Smaller shadow on active */
    }
}



.plan-cardbtmbx .payment-flex {
    padding: 44px 0px 40px;
}


.plans-inner{
    background: url(../images/plans-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 83px 0px 445px;
}

.plans-tpbox {
    text-align: center;
    padding-bottom: 56px;
}
/*plans css ends here*/


/*reasons to buy starts*/
.reasonsto-outer .common-vstitle .title-vsdeco::before {
    background: url(../images/intro-brushes.png);
    background-repeat: no-repeat;
}


.reasons-spacing {
    width: 25%;
    padding-left: 28px;
}

.reasons-vsbox {
    text-align: center;
    padding: 32px 34px 42px;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 7px 38px 0px rgba(103, 110, 114, 0.10);
    height: 100%;
}

.reasons-vstitle {
    color: #36379B;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    margin: 26px 0px 15px;
}

.reasons-vsdata {
    color: rgba(18, 23, 34, 0.70);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 0;
}

.reasons-flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -28px;
    padding-top: 62px;
}

.reasonsto-outer {
    text-align: center;
}

.reasonsto-outer {
    text-align: center;
    border-radius: 22px;
    background: linear-gradient(0deg, rgba(115, 113, 252, 0.23) 4%, rgba(177, 109, 246, 0.10) 95%);
    padding: 88px 25px 98px;
}

.reasonbtn-center {
    margin-top: 55px;
}

/*reasons to buy ends*/



/*footer css here*/

.footer-outer {
    padding: 69px 0px 48px;
}

.footer-nav li a {
    color: #fffffa;
    font-family: Gellix;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.2px;
    letter-spacing: -0.14px;
}

.footer-nav li a:hover {
    color: #9493ff;
}

.footer-nav li {
    display: inline-block;
    margin-right: 45px;
}

.footer-nav li:last-child {
    margin-right: 0;
}

.footer-top-vs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logos {
    display: flex;
    gap: 23px;
    margin-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #412A88;
}

.btm-footer-txt {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.footer-btmvs {
    padding-top: 100px;
}

.low-footer-txt {
    color: #9493ff;
    font-size: 22px;
    font-weight: 700;
    line-height: 133%;
    margin-bottom: 17px;
}

.low-footerdata {
    color: #bebdc4;
    font-size: 15px;
    font-weight: 400;
    line-height: 188%;
    letter-spacing: 0.75px;
    margin-bottom: 0;
}

.footer-btmvs .row {
    justify-content: space-between;
}

.footer-endvs p {
    color: #bebdc4;
    font-size: 13px;
    font-weight: 400;
    line-height: 188%;
    letter-spacing: 0.65px;
    margin-bottom: 25px;
}

.footer-endvs p:last-child {
    margin-bottom: 0;
}

.footer-endvs {
    margin-top: 50px;
}

.footer-endvs p a {
    color: #38b7ff;
    font-size: 13px;
    font-weight: 400;
    line-height: 188%;
    letter-spacing: 0.65px;
}

.copy-stripvs {
    padding-top: 22px;
    text-align: center;
}

.copy-stripvs p {
    color: #bebdc4;
    font-family: Gellix;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.2px;
    letter-spacing: -0.14px;
    margin-bottom: 0;
}

.feature-box:hover {
    background: #b4adffba;
    transition: ease 0.4s;
    border-color: #b2a8ff;
    transform: translateY(-2px);
}

.feature-box:hover .vs-imgbx {
    background: rgba(255, 255, 255, 0.51);
    transition: ease 0.4s;
}

.feature-box .vs-imgbx {
    transition: ease 0.4s;
}

.footer-main {
    background: #1F0C5A;
    padding-top: 192px;
    position: relative;
}

.footer-main::before {
    position: absolute;
    content: "";
    width: 100%;
    background: #fff;
    left: 0;
    top: -1px;
    height: 194px;
    clip-path: polygon(100% 100%, 100% 0, 0 0);
}

/*footer css ends here*/


/* faq section starts here */

.faqvs-outer {
    padding: 98px 0px 88px;
}

.faqvs-title {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 52px;
    padding-left: 10px;
}

.faqvs-outer .accordion-item {
    margin-bottom: 40px;
    border-radius: 30px;
    border: 1px solid #7371FC;
    background: #FFF;
    overflow: hidden;
    padding: 30px 32px 30px 44px;
    box-shadow: 0px 7px 38px 0px rgba(103, 110, 114, 0.10);
}

.accordion-border {
    background: #57498a;
    border-radius: 20px;
}

.faqvs-outer .accordion-item .accordion-button {
    padding: 0;
    outline: none;
    border: 0;
    border-radius: 30px;
    background: none;
    color: #36379B;
    font-family: Gellix;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
}

.faqvs-outer .accordion-body {
    padding: 0;
}

.faqvs-outer .accordion-button:focus {
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.faqvs-outer .accordion-button:not(.collapsed) {
    background: none !important;
    color: #fff !important;
    box-shadow: none !important;
}

.faqvs-outer .accordion-body p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: -0.52px;
    padding: 20px 0px 0px 0px;
    margin-bottom: 0;
    text-align: left;
}

.faqvs-outer .accordion-item.bordervs {
    transition: 0.2s ease;
    background: linear-gradient(103deg, #563bff 0%, #7371fc 43.6%, #d94fd5 100%);
}

.faqvs-outer .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faqvs-outer .accordion-button.collapsed::after {
    background: url(../images/closed.svg) no-repeat !important;
    transform: rotate(0) !important;
    transition: 0.4s ease;
    filter: unset;
}

.faqvs-outer .accordion-button::after {
    background: url(../images/opened.svg) no-repeat !important;
    transform: rotate(0) !important;
    transition: 0.4s ease;
    filter: brightness(3.5);
}


.faqvs-inner .common-vstitle .title-vsdeco::before {
    background: url(../images/intro-brushes.png);
    background-repeat: no-repeat;
}

.faqvs-inner {
    text-align: center;
}

.aqccordion-wrapper {
    padding-top: 98px;
    max-width: 920px;
    margin: auto;
}

/* faq section ends here */



/* added by adrian for new designs */



.dynamic-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding-top: 30px;
    z-index: 1; /* to make sure it appears above other content if necessary */
}

.dynamic-text {
    margin-top: 20px;
    font-size: 32px;
}

#dynamic-number {
    font-weight: bold;
    font-size: 32px;
}

/* Responsive styles for mobile screens */
@media (max-width: 767px) {
    .dynamic-content {
        padding-top: 20px;
        width: 90%; /* Add some side spacing on smaller screens */
        margin: 0 auto; /* Center it if width is less than 100% */
    }

    .dynamic-text {
        font-size: 24px; /* Adjust font size for mobile */
    }

    #dynamic-number {
        font-size: 24px; /* Adjust font size for mobile */
    }
}


/* Black Friday styles */

.bfspecial-vsprice {
    text-align: center;
    font-family: Gellix;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    background: linear-gradient(91deg, #563BFF 1.01%, #7371FC 33.55%, #D94FD5 110.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-bottom: 5px;
}




.deal-highlight {
    margin-top: 15px;
    padding: 10px 10px; /* Adjust the padding to suit your design */
    border: 2px dashed #FFC107; /* Yellow dashed border */
    line-height: 1; /* This can help center the text when using padding */
    border-radius: 15px; /* Rounded corners */
    display: inline-flex; /* Inline display */
    font-weight: black; /* Optional: if you want 'Black Friday Deal:' to be bold */
    line-height: normal; /* Reset line-height to normal for span */
    align-items: center; /* This will center the text vertically */
    justify-content: center; /* This will center the text horizontally */
    /* Additional styles if needed */
}