

.primary-btn {
    /* background: linear-gradient(85.19deg, #ff2a64 -133.27%, #ffaf48 105.93%);
    transform: translateY(0px) scale(1); */
    background-color: var(--Secondary-color);
    transition: all ease .3s;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px;
    border-radius: 5px;
}

.secondary-btn {
    transform: translateY(0px) scale(1);
    transition: all ease .3s;
    background: #fff;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    text-decoration: none;
    display: block;
    padding: 8px;
    border-radius: 5px;
}

.secondary-btn:hover {
    background-color: var(--Secondary-color);
    color: var(--Primary-color);
}

.see-all-btn {
    text-align: center;
}

.see-all-btn a {
    font-size: 18px;
    line-height: normal;
    font-family: var(--EuclidCircularA);
    color: var(--Secondary-color);
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    transition: all ease .3s;
}

section.hero-sec {
    /* background: linear-gradient(135deg, #172245 0%, #000237 75%, #172245 100%); */
	background-color: var(--Primary-color)
}

section.hero-sec .hero-main {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    align-items: flex-end;
}

section.hero-sec .hero-main .content,
section.hero-sec .hero-main .image {
    max-width: 50%;
}

section.hero-sec .hero-main .content {
    padding: 10px;
    transform: translateY(-15px);
}

section.hero-sec .hero-main .image {
    padding-left: 50px;
    width: 100%;
}

section.hero-sec .hero-main .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

section.hero-sec .hero-main .content h1 {
    font-family: var(--EuclidCircularA);
    font-weight: 600;
    font-size: 50px;
    line-height: 70px;
    color: #fff;
}

section.hero-sec .hero-main .content h1 span {
    /* background: linear-gradient(180deg, #ff7a53, #ffa84a); */
    color: var(--Secondary-color);
    /* -webkit-text-fill-color: transparent; */
    /* background-clip: text; */
}

section.hero-sec .hero-main .content p.sub-title {
    margin: 16px 0;
    padding-left: 22px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    font-family: var(--EuclidCircularA);
    max-width: 542px;
    position: relative;
}

section.hero-sec .hero-main .content p.sub-title::after {
    content: '';
    width: 3px;
    height: 100%;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: var(--Secondary-color);
    transform: translateY(-50%);
}

section.hero-sec .hero-main .image-box-hero p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--EuclidCircularA);
    color: #fff;
}

section.hero-sec .hero-main .image-box-hero img {
    max-width: 220px;
}

section.hero-sec .hero-main .image-box-hero {
    display: flex;
    align-items: center;
    padding-left: 0px;
    padding-right: 67px;
    gap: 50px;
}

section.hero-sec .hero-main .hero-btns {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 45px 0;
}

section.hero-sec .hero-main .hero-btns a {
    display: inline-block;
    width: 238px;
    text-align: center;
    border-radius: 5px;
    padding: 7px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    text-decoration: none;
    font-family: var(--EuclidCircularA);
    transition: all ease .3s;
}

section.hero-sec .hero-main .hero-btns a.pricing-btn {
    /* background-image: linear-gradient(85.19deg, #ff2a64 -133.27%, #ffaf48 105.93%); */
    background-color: var(--Secondary-color);
    color: #fff;
}

section.hero-sec .hero-main .hero-btns a.pricing-btn:hover {
    background-color: #fff;
    color: var(--Primary-color);
    /* transform: translateY(-3px) scale(1.04); */
}

section.hero-sec .hero-main .hero-btns a.how-it-works-btn {
    background-color: #fff;
    color: var(--Primary-color);
}

section.hero-sec .hero-main .hero-btns a.how-it-works-btn:hover {
    /* background-image: linear-gradient(85.19deg, #ff2a64 -133.27%, #ffaf48 105.93%); */
    background-color: var(--Secondary-color);
    color: #fff;
    /* transform: translateY(-3px) scale(1.04); */
}

.hero-bottom {
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    /*max-width: 1380px;*/
    margin: auto;
    background-color: #fff;
}

.hero-bottom p,
.faq-sec .companies p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    font-family: var(--EuclidCircularA);
    color: var(--text-color);
}

.hero-bottom .images {
    max-width: 1260px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.hero-bottom .images::before,
.hero-bottom .images::after {
    content: '';
    width: 150px;
    height: 100%;
    display: block;
    position: absolute;
    background: #F6F8FF;
    top: 0;
    z-index: 2;
}

.hero-bottom .images::before {
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.hero-bottom .images::after {
    right: 0;
    background: linear-gradient(262deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.hero-bottom .images img {
    width: 145px;
    height: 81px;
    object-fit: contain;
}

.hero-bottom .images .images-wraper,
.faq-sec .companies .images {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 56px;
}


.hero-bottom .images .images-wraper {
    white-space: nowrap;
    will-change: transform;
    animation: scrollRightToLeft 30s linear infinite;
}

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

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


/* Community Section CSS */

section.community-sec {
    border-top: 1px solid #ECECEC;
    padding-bottom: 60px;
    /* remove background image for now
    background-image: url(https://imagedelivery.net/M8SWzxJW7Vh3Aa8FVxr-gw/5cf2d48e-da62-4099-01a9-c2b4d6e79800/public);
     */
    background-repeat: repeat-y;
    background-size: 450px;
    background-position: -20px 10px;
}

section.community-sec .content-wraper,
section.organic-sec .content-wraper {
    padding: 40px 20px;
    max-width: 1380px;
}

section.community-sec .content,
section.grow-sec .content {
    max-width: 730px;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}

section.community-sec .content h2,
section.grow-sec .content h2 {
    font-size: 40px;
    line-height: 51px;
    font-weight: 500;
    color: var(--Primary-color);
    font-family: var(--EuclidCircularA);
    text-transform: capitalize;
    letter-spacing: 2px;
    margin: 25px 0 30px;
}

section.organic-sec {
    background-color: #ffffff;
    padding: 25px 20px;
    border-top: 1px solid #e5e5e5;
} 

section.organic-sec .content {
    max-width: 1111px;
    margin: auto;
    text-align: center;
}

section.organic-sec .content h2 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    color: var(--Primary-color);
    font-family: var(--EuclidCircularA);
    text-transform: capitalize;
    letter-spacing: 2px;
    margin: 25px 0 30px;
}

section.organic-sec .content p{
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    color: var(--text-color);
    font-family: var(--EuclidCircularA);
    margin-bottom: 14px;
}

section.community-sec .content p,
section.grow-sec .content p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: var(--text-color);
    font-family: var(--EuclidCircularA);
}

span.separator {
    display: inline-block;
    width: 95px;
    height: 5px;
    margin: auto;
    border-radius: 5px;
    background-color: var(--Secondary-color);
}

section.community-sec .community-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 44px;
    margin-top: 80px;
}

section.community-sec .community-grid .grid-item {
    padding: 15px 35px 26px;
    border-radius: 10px;
    text-align: center;
    background-color: #2F1B4A;
    border: 1px solid #2F1B4A;
}

section.community-sec .community-grid .grid-item img {
    width: 79px;
    height: 79px;
    object-fit: contain;
}

section.community-sec .community-grid .grid-item h3 {
    margin: 25px 0 12px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    color: #fff;
}

section.community-sec .community-grid .grid-item p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    font-family: var(--EuclidCircularA);
    color: #fff;
}


section.grow-sec {
    background-color: var(--accent-color);
    padding: 40px 0 80px 0;
    border-top: 1px solid #E5E5E5;
}

.pricing-boxes {
    padding: 40px 20px;
}

.pricing-boxes {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    gap: 30px;
    font-variant-ligatures: none;
    font-feature-settings: "liga" 0, "clig" 0, "calt" 0, "kern" 0;
}

.pricing-boxes .price-box {
    background: #fff;
    width: 32%;
    border-radius: 10px;
    border: 1px solid #D9DADE;
}

.price-box.viral-elite {
    border: 3px solid var(--Secondary-color);
    box-shadow: -1px 1px 7px 1px rgba(222, 219, 219, 1);
}

.pricing-boxes .price-box .product-info {
    padding: 26px 18px 33px;
    border-bottom: 2px solid #D9DADE;
    position: relative;
    overflow: hidden;
}

.pricing-boxes .price-box .product-info h3 {
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    color: var(--Primary-color);
}

.pricing-boxes .price-box .product-info .pricing-value {
    position: absolute;
    top: 26px;
    right: 18px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    padding: 4px 13px;
    border-radius: 10px;
    font-family: var(--EuclidCircularA);
}

.pricing-boxes .price-box.viral-pro .product-info .pricing-value {
    background-color: #FFFDC3;
    color: #231946;
}

.pricing-boxes .price-box.viral-elite .product-info .pricing-value {
    background-color: #FFFDC3;
    color: var(--Primary-color);
}

.pricing-boxes .price-box .product-info .price {
    margin: 22px 0 34px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pricing-boxes .price-box .price-values {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--EuclidCircularA);
    color: var(--Primary-color);
    display: flex;
    align-items: flex-start;
}

.pricing-boxes .price-box .price-values .orignal-price {
    color: #e14045;
    text-decoration: line-through;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

.pricing-boxes .price-box .price-values .sale-price {
    font-size: 28px;
    line-height: 24px;
    font-weight: 700;
    color: var(--Primary-color);
    padding-left: 3px;
}

.pricing-boxes .price-box .product-info .save-amount {
    color: #35DA5B;
    font-size: 12px;
    line-height: 1.2;
    font-family: var(--EuclidCircularA);
    font-weight: 700;
    padding: 3px 15px;
    background-color: #E7FFE0;
    border-radius: 10px;
}

.pricing-boxes .price-box a.get-started-btn {
    background-color: transparent;
    color: var(--Primary-color);
    border: 2px solid #D9DADE;
    display: block;
    text-align: center;
    padding: 11px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    border-radius: 5px;
    font-size: 16px;
    line-height: 32px;
    transition: all ease 0.3s;
    text-decoration: none;
}

.pricing-boxes .price-box a.get-started-btn:hover,
.pricing-boxes .price-box.viral-elite a.get-started-btn {
    background-color: var(--Secondary-color);
    color: #fff;
    border-color: var(--Secondary-color);
}

.pricing-boxes .price-box .features {
    padding: 33px 18px 36px;
}

.pricing-boxes .price-box .features h4 {
    font-size: 20px;
    line-height: 28px;
    color: var(--Primary-color);
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    margin-bottom: 26px;
}

.pricing-boxes .price-box .features ul {
    list-style: none;
    padding-left: 44px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pricing-boxes .price-box .features ul li {
    position: relative;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: var(--Primary-color);
    font-family: var(--EuclidCircularA);
}

.pricing-boxes .price-box .features ul li.not-check {
    text-decoration: line-through;
}

.pricing-boxes .price-box .features ul li::before {
    content: '';
    display: block;
    width: 24px;
    height: 23px;
    background-image: url('https://imagedelivery.net/M8SWzxJW7Vh3Aa8FVxr-gw/0435bf7f-e17c-49a8-2c89-6635f16f5f00/public');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -44px;
}

.pricing-boxes .price-box .features ul li.not-check::before {
    background-image: url('https://imagedelivery.net/M8SWzxJW7Vh3Aa8FVxr-gw/6ff81148-d6cb-4e2a-30fc-fc82d1fc3e00/public');
}

.pricing-boxes .price-box.viral-elite .why-this-plan {
    margin-top: 30px;
    padding: 16px 18px;
    border-radius: 10px;
    background-color: var(--accent-color);
    border: 1px solid #ececec;
}

.pricing-boxes .price-box.viral-elite .why-this-plan__title {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    color: var(--Primary-color);
    margin-bottom: 6px;
}

.pricing-boxes .price-box.viral-elite .why-this-plan__desc {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-family: var(--EuclidCircularA);
    color: var(--text-color);
    margin: 0;
}

.grow-sec .results {
    max-width: 1090px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 50px;
}

.grow-sec .results .result-box {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #E4E6E8;
    display: flex;
    /*padding: 0 20px;*/
}

.grow-sec .results .result-box .left,
.grow-sec .results .result-box .right {
    width: 50%;
    padding: 30px;
}

.grow-sec .results .result-box img {
    display: block;
    width: 100%;
    margin: auto;
}

.grow-sec .results .result-box img.satisfaction-gurantee {
    width: 155px;
}

.grow-sec .results .result-box .left h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: var(--Primary-color);
    font-family: var(--EuclidCircularA);
}

.grow-sec .results .result-box .left p,
.grow-sec .results .result-box .left li {
    margin: 18px 0;
    font-size: 18px;
    line-height: 32px;
    color: var(--text-color);
    font-family: var(--EuclidCircularA);
    font-weight: 400;
}

.grow-sec .results .result-box .left ul {
    list-style: none;
}

.grow-sec .results .result-box .left ul li {
    margin: 0;
    display: flex;
    gap: 20px;
    align-items: center;
}

.grow-sec .results .result-box .left li i {
    color: #35da5b;
}

.grow-sec .results .result-box .left a.sign-up {
    margin-top: 46px;
    font-family: var(--EuclidCircularA);
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    border-radius: 5px;
    padding: 6px 68px;
    transition: all ease .3s;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    text-decoration: none;
}

section.faq-sec .content-wraper {
    padding: 90px 20px;
    max-width: 1040px;
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.hidden {
    display: none;
}

.faq-sec .companies p {
    color: var(--text-color);
}

.faq-sec .companies {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-top: 90px;
}

.faq-sec .cta {
    padding: 60px 84px;
    background-color: var(--Primary-color);
    background-image: url("https://imagedelivery.net/M8SWzxJW7Vh3Aa8FVxr-gw/84e807e5-4a41-4285-d298-101d9d9fca00/public");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 20px;
}

.faq-sec .cta .content {
    max-width: 54%;
}

.faq-sec .cta .content h2 {
    font-family: var(--EuclidCircularA);
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 0px;
    color: #FFF;
}

.faq-sec .cta .content p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--EuclidCircularA);
    color: #fff;
    margin: 20px 0 57px;
    max-width: 50%;
}

.faq-sec .cta .content a {
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    text-align: center;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    transition: all ease .3s;
}

.faq-sec .cta .content a:hover {
    background-color: #fff;
    color: var(--Primary-color);
}

section.faq-sec .faq-area {
    display: flex;
    gap: 20px;
}

section.faq-sec:not(.faq-page) .faq-area .content-area {
    width: 39%;
    position: sticky;
    top: 120px;
    align-self: flex-start;
}

section.faq-sec .faq-area .faqs {
    width: 61%;
}

section.faq-sec .faq-area .content-area h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    font-family: var(--EuclidCircularA);
    color: var(--Primary-color);
}

section.faq-sec .faq-area .content-area h2 span {
    color: var(--Secondary-color);
}

section.faq-sec .faq-area .content-area p {
    margin: 24px 0 18px;
    width: 78%;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    font-family: var(--EuclidCircularA);
    color: var(--text-color);
}

section.faq-sec .faq-area .content-area p a {
    color: var(--Secondary-color);
    text-decoration: none;
}

section.faq-sec .faq-area img {
    width: 384px;
}

section.faq-sec .faq-area .faqs {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

section.faq-sec .faq-area .faqs .title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    color: var(--Primary-color);
    padding: 24px 60px 24px 33px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #d9dade;
    border-radius: 5px;
    cursor: pointer;
    scroll-margin-top: 25px;
    /* adjust value */
    font-variant-ligatures: none;
    font-feature-settings: "liga" 0, "clig" 0, "calt" 0, "kern" 0;
}


section.faq-sec .faq-area .faqs .title i {
    font-size: 24px;
    color: var(--Secondary-color);
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
}

section.faq-sec .faq-area .faqs .faq-content {
    padding: 15px 20px;
}

section.faq-sec .faq-area .faqs .faq-content p {
    margin: 18px 0;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    font-family: var(--EuclidCircularA);
    color: var(--text-color);
}

section.hero-bottom.footer-area {
    border-top: 1px solid #E0E0E0;
    padding-top: 50px;
    padding-bottom: 50px;
}


/* FAQs CSS */

.testimonail-sec {
    background: var(--Primary-color);
    padding: 80px 0;
    position: relative;
    background-image: url('https://imagedelivery.net/M8SWzxJW7Vh3Aa8FVxr-gw/b8737394-aa16-4b31-b786-38bea9f1f700/public');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
}

.testimonail-sec .testimonials {
    margin-top: 40px;
    overflow: hidden;
}

.testimonail-sec .content-box {
    max-width: 890px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonail-sec .quote-img {
    max-width: 400px;
    position: absolute;
    top: -100px;
    left: -115px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .testimonail-sec .quote-img {
        display: none;
    }
}

.testimonail-sec .content-box img {
    max-width: 225px;
}

.testimonail-sec .content-box h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    color: #fff;
    letter-spacing: 2px;
    max-width: 70%;
}

.testimonail-sec .content-box p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--EuclidCircularA);
    color: #fff;
    margin: 22px 0 22px 20px;
}

.testimonail-sec .content-box .text {
    position: relative;
}

.testimonail-sec .content-box .text img {
    position: absolute;
    bottom: 50px;
    left: 43%;
    max-width: 217px;
}

.testimonail-sec .content-box .text p a {
    color: #d13684 !important;
}

.testimonail-sec .testimonials .testimonial-wrapper {
    display: flex;
    gap: 60px;
}

.testimonail-sec .testimonials .testimonial {
    min-width: 380px;
    height: fit-content;
    min-height: 265px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F6F8FF 100%);
    padding: 22px 30px 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 10px;
    border: 1px solid #eaeaea;
}

.testimonail-sec .testimonials .testimonial p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    font-family: var(--EuclidCircularA);
    color: var(--text-color);
}

.testimonials .testimonial .testimonial-header {
    display: flex;
}

.testimonials .testimonial .testimonial-header .reviewer-image {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonials .testimonial .testimonial-header .name {
    padding-left: 23px;
    width: calc(100% - 156px);
}

.testimonials .testimonial .testimonial-header .name span {
    font-size: 23px;
    line-height: 32px;
    font-weight: 700;
    font-family: var(--EuclidCircularA);
    color: #0b0b0b;
    margin: 3px 0;
}

.testimonials .testimonial .testimonial-header .name img {
    max-width: 117px;
}

.testimonials .testimonial .testimonial-header .star-count {
    width: 78px;
    height: 78px;
}

.testimonials .testimonial-wrapper {
    will-change: transform;
    animation: testimonialAnim 30s linear infinite;
}

#vidalytics_embed_fQ8oPivEr7lAZMOd {
    width: 60% !important;
    margin: 40px auto 0 !important;
    padding-top: 37% !important;
}


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

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

p a,
p a:visited {
    color: #d13684 !important;
}

@media (max-width: 767px) {
    section.hero-sec .hero-main .image {
        display: none;
    }

    section.hero-sec .hero-main .content h1 {
        font-size: 33px;
        line-height: 46px;
        padding-top: 30px;
    }

    section.hero-sec .hero-main .content,
    section.hero-sec .hero-main .image {
        max-width: 100%;
    }

    section.hero-sec .hero-main .content {
        padding: 0 20px;
    }

    section.hero-sec .hero-main {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    section.hero-sec .hero-main .content p.sub-title {
        margin: 30px 0 15px 15px;
        padding-left: 31px;
        max-width: 100%;
        border-left: none;
        position: relative;
    }

    section.hero-sec .hero-main .content p.sub-title::after {
        content: '';
        width: 2px;
        height: 60%;
        position: absolute;
        left: 0;
        top: 50%;
        background-color: var(--Secondary-color);
        transform: translateY(-50%);
    }

    section.hero-sec .hero-main .hero-btns {
        gap: 10px;
        margin: 45px 0;
        flex-direction: column;
    }

    section.hero-sec .hero-main .hero-btns a {
        width: 100%;
        padding: 15px;
        line-height: 20px;
    }

    section.hero-sec .hero-main .image-box-hero p {
        line-height: 18px;
        text-align: center;
    }

    section.hero-sec .hero-main .image-box-hero {
        padding-left: 0px;
        padding-right: 00px;
        gap: 40px;
        flex-direction: column;
        margin-top: 30px;
    }

    .hero-bottom .images .images-wraper,
    .faq-sec .companies .images {
        gap: 20px;
    }

    .faq-sec .companies .images img {
        width: 50%;
        object-fit: contain;
    }

    .hero-bottom .images img {
        width: 100px;
        height: 40px;
    }

    .hero-bottom {
        padding: 25px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .hero-bottom .images::before,
    .hero-bottom .images::after {
        width: 100px;
    }

    section.community-sec .content-wraper,
    section.organic-sec .content-wraper {
        padding: 25px 10px;
    }

    section.community-sec .content h2,
    section.grow-sec .content h2 {
        font-size: 30px;
        line-height: 38px;
    }

    section.community-sec .community-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 60px;
        padding: 0 10px;
    }

    section.community-sec .community-grid .grid-item h3 {
        margin: 35px 0 12px;
        font-size: 24px;
        line-height: 29px;
    }

    section.community-sec .community-grid .grid-item {
        padding: 15px 20px 32px;
    }

    .pricing-boxes {
        padding: 0px 0 40px 28px;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 20px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .pricing-boxes::-webkit-scrollbar {
        display: none;
    }

    .pricing-boxes .price-box {
        width: 85%;
        flex: 0 0 85%;
        scroll-snap-align: center;
    }

    .pricing-boxes .price-box:last-child {
        margin-right: 28px;
    }

    .pricing-boxes .price-box .product-info h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .pricing-boxes .price-box a.get-started-btn {
        font-size: 16px;
        line-height: 24px;
    }

    section.grow-sec .content {
        padding: 10px;
        margin-bottom: 20px;
    }

    .grow-sec .results {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
        padding: 0 20px;
    }

    .grow-sec .results .result-box {
        flex-direction: column;
    }

    .grow-sec .results .result-box .left,
    .grow-sec .results .result-box .right {
        width: 100%;
        padding: 20px;
    }

    .grow-sec .results .result-box .left h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .grow-sec .results .result-box .left p,
    .grow-sec .results .result-box .left li {
        font-size: 16px;
        line-height: 26px;
    }

    .grow-sec .results .result-box .left a.sign-up {
        margin-top: 24px;
        width: 100%;
        justify-content: center;
    }

    .grow-sec .results .result-box img.satisfaction-gurantee {
        width: 120px;
    }

    section.faq-sec .content-wraper {
        padding: 25px 0;
        gap: 30px;
    }

    section.grow-sec {
        background-color: var(--accent-color);
        padding: 0px 0 80px 0;
        border-top: 1px solid #E5E5E5;
    }

    .faq-sec .content-area img {
        display: none;
    }

    /* Stack the two columns */
    .faq-sec .faq-area {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
        padding: 30px;
    }

    /* Make both sides full width */
    .faq-sec .faq-area>* {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Sticky is desktop-only; on mobile the columns stack, so the
       title/intro block must not stick while scrolling the FAQ list. */
    section.faq-sec:not(.faq-page) .faq-area .content-area {
        position: static;
        top: auto;
    }

    /* Center the heading + subtext */
    .faq-sec h2,
    .faq-sec p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    section.faq-sec .faq-area .content-area h2 {
        font-size: 30px !important;
        line-height: 38px !important;
    }

    section.faq-sec .faq-area .content-area p {
        margin: 24px auto 18px;
        width: 100% !important;
    }

    section.faq-sec .faq-area .faqs .title {
        scroll-margin-top: 25px;
        font-size: 16px !important;
        line-height: 16px !important;
        padding: 24px 50px 24px 15px !important;
    }

    section.faq-sec .faq-area .faqs .faq-content p {
        text-align: left;
        margin-top: 10px !important;
        margin-bottom: 12px !important;
        font-size: 16px !important;
    }

    .faq-sec .cta {
        margin: 0 30px;
        padding: 50px 10px;
    }

    .faq-sec .cta .content h2 {
        font-size: 30px;
        line-height: 37px;
    }

    .faq-sec .cta .content p {
        font-size: 18px;
        line-height: 23px;
        margin: 20px 0 57px;
        max-width: 100%;
    }

    .faq-sec .cta .content a {
        font-size: 16px;
        line-height: 20px;
        width: fit-content;
        margin: auto;
        padding: 8px 68px 8px 68px;
    }

    .faq-sec .cta .content {
        max-width: 100%;
    }

    .faq-sec .companies {
        display: none;
    }

    section.hero-bottom.footer-area {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .testimonail-sec .quote-img,
    .testimonail-sec .content-box img {
        display: none;
    }

    .testimonail-sec .content-box h2 {
        font-size: 28px;
        line-height: 32px;
        max-width: 100%;
        text-align: center;
    }

    .testimonail-sec .content-box p {
        font-size: 16px;
        line-height: 24px;
        margin: 16px 0;
        text-align: center;
    }

    .testimonail-sec .content-box .text img {
        bottom: -19px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 110px;
        display: block;
    }

    .testimonials .testimonial .testimonial-header .name span {
        font-size: 18px;
        line-height: 24px;
    }

    .testimonail-sec .testimonials .testimonial {
        padding: 22px 10px 30px 10px;
    }

    .testimonail-sec .testimonials .testimonial-wrapper {
        gap: 30px;
    }

    .testimonail-sec {
        padding: 60px 0;
    }

    .testimonials .testimonial-wrapper {
        animation: testimonialAnim 15s linear infinite;
    }

    .testimonail-sec .content-box {
        max-width: 100%;
        padding: 0 30px;
    }

    section.community-sec {
        background: none;
    }

    #vidalytics_embed_fQ8oPivEr7lAZMOd {
        width: 90% !important;
        margin: 40px auto 0 !important;
        padding-top: 50% !important;
    }
}

/* ==================================================
   SERVICES SHOWCASE SLIDER
   Custom-built (no plugin), modeled on the sizing,
   hover-lift animation, arrow nav, and dot pagination
   pattern of a full-width product slider, restyled to
   match GrowthViral branding. Full-bleed width; the
   heading above it stays inside the normal content-wraper.
================================================== */

section.services-showcase-sec {
    background-color: #ffffff;
    padding: 0px 0 90px;
}

section.services-showcase-sec .content {
    max-width: 730px;
    margin: 0 auto 50px;
    text-align: center;
}

section.services-showcase-sec .content h2 {
    font-size: 40px;
    line-height: 51px;
    font-weight: 500;
    color: var(--Primary-color);
    font-family: var(--EuclidCircularA);
    text-transform: capitalize;
    letter-spacing: 2px;
    margin: 25px 0 30px;
}

section.services-showcase-sec .content p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: var(--text-color);
    font-family: var(--EuclidCircularA);
}

.gv-slider {
    width: 100%;
}

.gv-slider__viewport {
    overflow: hidden;
    padding: 30px 120px 45px;
}

.gv-slider__track {
    display: flex;
    gap: 24px;
    will-change: transform;
    transition: transform 0.45s ease;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
}

.gv-slider--dragging .gv-slider__track {
    cursor: grabbing;
}

.gv-slider__image {
    -webkit-user-drag: none;
    user-drag: none;
}

.gv-slider__slide {
    flex: 0 0 auto;
    width: 300px;
}

.gv-slider__slide-inner {
    position: relative;
    width: 100%;
    height: 380px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.gv-slider__slide-inner::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
    pointer-events: none;
}

.gv-slider__slide-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0px 18px 24px -10px rgba(34, 19, 58, 0.3);
}

.gv-slider__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gv-slider__label {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    margin: 0;
    font-family: var(--EuclidCircularA);
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.gv-slider__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 40px;
}

.gv-slider__btn {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background-color: var(--accent-color);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px;
    cursor: pointer;
    transition: all ease .3s;
}

.gv-slider__btn--prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' fill='none'%3E%3Cpath d='M16.19 7.552H1.423m5.912-5.907L1.428 7.552l5.907 5.907' stroke='%2322133A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.gv-slider__btn--next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' fill='none'%3E%3Cpath d='M1.81 7.552h14.767m-5.912-5.907 5.907 5.907-5.907 5.907' stroke='%2322133A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.gv-slider__btn:hover {
    background-color: var(--Secondary-color);
}

.gv-slider__btn--prev:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' fill='none'%3E%3Cpath d='M16.19 7.552H1.423m5.912-5.907L1.428 7.552l5.907 5.907' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.gv-slider__btn--next:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' fill='none'%3E%3Cpath d='M1.81 7.552h14.767m-5.912-5.907 5.907 5.907-5.907 5.907' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.gv-slider__btn:disabled {
    opacity: .35;
    cursor: not-allowed;
    background-color: var(--accent-color);
}

.gv-slider__btn:disabled:hover {
    background-image: none;
}

.gv-slider__btn--prev:disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' fill='none'%3E%3Cpath d='M16.19 7.552H1.423m5.912-5.907L1.428 7.552l5.907 5.907' stroke='%2322133A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.gv-slider__btn--next:disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' fill='none'%3E%3Cpath d='M1.81 7.552h14.767m-5.912-5.907 5.907 5.907-5.907 5.907' stroke='%2322133A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.gv-slider__dots {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gv-slider__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #E4E6E8;
    cursor: pointer;
    transition: all ease .3s;
}

.gv-slider__dot--active {
    width: 30px;
    border-radius: 100px;
    background-color: var(--Secondary-color);
}

@media (max-width: 1024px) {
    .gv-slider__viewport {
        padding: 24px 60px 36px;
    }

    .gv-slider__slide {
        width: 260px;
    }

    .gv-slider__slide-inner {
        height: 340px;
    }
}

@media (max-width: 767px) {
    section.services-showcase-sec {
        /*padding: 0 20px;*/
        padding: 0px 0px 50px 0px;
        margin-top: -40px;
    }

    section.services-showcase-sec .content {
        padding: 0 20px;
    }

    section.services-showcase-sec .content h2 {
        font-size: 30px;
        line-height: 38px;
    }

    section.services-showcase-sec .content p {
        font-size: 16px;
        line-height: 26px;
    }

    .gv-slider__viewport {
        padding: 20px 20px 30px;
    }

    .gv-slider__slide {
        width: 240px;
    }

    .gv-slider__slide-inner {
        height: 320px;
    }

    .gv-slider__label {
        top: 14px;
        left: 14px;
        font-size: 15px;
    }

    .gv-slider__nav {
        gap: 16px;
        margin-top: 28px;
    }

    .gv-slider__btn {
        display: none;
    }
}
