.home-page .hero-section{
    background-image: url(/wp-content/themes/webtoffee/assets/images/home-page/grid-lines.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: repeat-x;
}
.home-page .blue-bg{
    background-color: #000;
}
.bfcm-icons{
    position: absolute;
    width: 83%;
    height: 60%;
    left: 30px;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    animation: floatY 3s ease-in-out infinite alternate;
}
@keyframes floatY {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(10px); 
    }
}

/* home page update */
body.home header nav.transparent{
    background: #fff !important;
}
body.home{
    background-color: #F7FCFF;
    background-image: url(/wp-content/themes/webtoffee/assets/images/dotted-bg.svg);
}
.updated-outer-layer{
    max-width: 1370px;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    border: 0.5px solid #B8B8B880;
}
.home-page .number-wrap .numbers{
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #212121;
    flex: none;
    min-width: 175px;
}
.home-page .number-wrap .label{
    color: #4E4E4E;
    margin-bottom: 0px;
}
.home-page .number-wrap{
    padding-bottom: 0px;
    padding-left: 23px;
    position: relative
}
.home-page .number-wrap::before{
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(180deg, #8CC936 0%, #1DA5F8 31.86%, #07BFDD 64.48%, #007FFF 100%);
}
.number-wraps{
    gap: 20px;
}
.home-page .number-wrap{
    flex: none;
    min-width: 175px;
}
.home-page .solutions-tab-updated .nav li a.active{
    border: 1px solid #b8b8b887;
    background-color: #d9d9d987;
}
.home-page .solutions-tab-updated .nav li a{
    color: #212121;
    text-align: center;
    padding: 14px 16px;
    border-radius: 30px;
    padding-left: 40px;
    position: relative;
}
.home-page .solutions-tab-updated .nav li{
    min-width: 175px;
}
.home-page .solutions-tab-updated ul.nav.nav-tabs{
    background: #fff;
    border: 1px solid #b8b8b887;
    box-shadow: 0px 1px 4px 0px #00000026 inset;
    width: fit-content;
    margin: auto;
    border-radius: 30px;
}
.updated-tab-pane{
    background: #F2F0FF;
    border-radius: 20px;
}
.dotted-bg{
    background-image: url(/wp-content/themes/webtoffee/assets/images/dotted-bg.svg);
}
.border-bottom-new{
    border-bottom: 1px solid #b8b8b887;
}
.fw-600{
    font-weight: 600;
}
.updated-light-blue-bg{
    background: #E4FAFC;
}
.br-20{
    border-radius: 20px;
}
.wt-feature-wrap{
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.wt-feature-wrap h3{
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #212121;
}
.wt-feature-wrap p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #434343;
}
.featured-row{
    row-gap: 16px;
}
.wt-feature-wrap::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #8CC936, #1DA5F8, #07BFDD, #007FFF);
    background-size: 300% 100%;
    background-position: 0% 0%;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.wt-feature-wrap:hover::after {
    opacity: 1;
    animation: gradientPingPong 2s linear infinite;
}
@keyframes gradientPingPong {
    0%   { background-position:   0% 0%; }
    50%  { background-position: 100% 0%; }
    100% { background-position:   0% 0%; }
}
.sliding-review-part{
    background-color: #F3F6FF;
    max-height: 500px;
    overflow: hidden;
}
.sliding-review-part .col-lg-5, .sliding-review-part .col-lg-7{
    max-height: 500px;
}
.review-bottom img{
    width: 29px; 
    height: 29px;
    border-radius: 50%;
}
.testimonial-item{
    box-shadow: 0px 0.73px 2.19px 0px #00000014;
    padding: 14px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 14px;
    break-inside: avoid;
}
.review-bottom{
    margin-top: 14px;
}
.full-testimonial-side{
    columns: 3;
    animation: slideUp 20s linear infinite;
}
@keyframes slideUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}
.full-testimonial-side:hover {
    animation-play-state: paused;
}
.testimonial-content, p.reviewer-name{
    font-size: 13px;
    line-height: 20px;
    color: #212121;
}
p.reviewer-name{
    font-weight: 500;
}
.wt-service-text{
    font-size: 36px;
    line-height: 50px;
}
.home-blog-seection{
    background-color: #F7F8FF;
}
.home-main-featured-blog{
    padding: 40px; 
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #b8b8b87b;
    height: 100%;
    transition: 0.2s ease-in-out;
}
.home-side-featured-blog .post-wrapper h4{
    transition: 0.2s ease-in-out;
}
.home-side-featured-blog .post-wrapper:hover h4.post-title{
    color: #0057ff;
}
.home-main-featured-blog:hover{
    box-shadow: 0px 4px 17px #d7e5fb;
}
.home-main-featured-blog h4{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.home-side-featured-blog h4{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.home-blog-featured p{
    color: #434343;
}
.home-blog-featured p.post-excerpt{
    font-size: 15px;
    line-height: 25px;
}
.home-blog-featured p.post-meta{
    font-size: 14px;
    line-height: 20px;
}
.br-5{
    border-radius: 5px;
}
.home-blog-featured .read-more{
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0px;
    left: 0;
    top: 0;
}
.home-side-featured-blog .post-wrapper, .home-main-featured-blog{
    position: relative;
}
.home-side-featured-blog .post-wrapper{
    margin-top: 40px;
    border-bottom: 1px solid #DEE1E6;
    padding-bottom: 24px;
}
.home-side-featured-blog .post-wrapper:first-child{
    margin-top: 0px;
}
.home-side-featured-blog .post-wrapper:last-child{
    border-bottom: none;
    padding-bottom: 0px
}
.home-side-featured-blog .img-wrapper{
    flex: 0 0 160px;
}
.doc-home-box{
    background-color: #FFFAEE;
    background-image: url(/wp-content/themes/webtoffee/assets/images/front-page/new/doc-frame-home.webp);
    background-size: cover;
    background-position: center;
}
.support-home-box{
    background-color: #E7FFF2;
    background-image: url(/wp-content/themes/webtoffee/assets/images/front-page/new/support-frame-home.webp);
    background-size: cover;
    background-position: center;
}
.support-doc p{
    font-size: 15px;
    color: #434343;
}
.support-doc h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
}
.home-page .support-cta h2{
    font-weight: 600;
}
.home-page .support-cta{
    background-color: #02173F;
}
.updated-product-card-left{
    padding: 40px 0px 40px 40px;
}
.home-page .our-solutions .wrapper{
    flex-direction: row;
    overflow: hidden;
}
#wpSolutions .updated-product-card-left{
    width: 55%;
}
#wpSolutions .updated-product-card-right{
    width: 45%;
}

.home-page .our-solutions .wrapper .card-body p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #434343;
}
.container-wt .container{
    max-width: 1300px !important;
}
.wt-solutions-home > :nth-child(1), .wt-solutions-home > :nth-child(4) {
    width: 52%;
}
.wt-solutions-home > :nth-child(2), .wt-solutions-home > :nth-child(3) {
    width: 45%;
}
.wt-solutions-home > :nth-child(1) .card.wrapper, .wt-solutions-home > :nth-child(4) .card.wrapper{
    align-items: center;
}
.wt-solutions-home > :nth-child(2) .card.wrapper, .wt-solutions-home > :nth-child(3) .card.wrapper{
    align-items: end;
}
.wt-solutions-home{
    column-gap: 30px;
    justify-content: space-between;
}
.home-page .trusted-by-logos h2{
    color: #434343;
}
.home-page h1, .home-page .offsite-reviews p.title, .home-page .offsite-reviews p, .home-page .offsite-reviews a{
    color: #212121;
}
.home-page .hero-section .subhead{
    color: #434343;
}
.sliding-review-part h3{
    font-size: 23px;
    line-height: 33px;
    font-weight: 600;
}
.recent-posts, .home-blog-featured h2{
    max-width: 1100px;
    margin: auto;
}
.home-blog-featured h2{
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
}
span.red-heart{
    color: #fa0101;
}
body.home header::after{
    content: '';
    background: linear-gradient(90deg, #8CC936 0%, #1DA5F8 32.69%, #07BFDD 66.35%, #007FFF 100%);
    width: 100%;
    height: 54px;
    position: absolute;
    filter: blur(30px);
    bottom: 0px;
    transition: 0.2s ease-in-out;
}
body.home header.remove-lights::after{
    height: 0;
}
.home-page h2.updated-h2{
    font-size: 30px;
    line-height: 125%;
    font-weight: 600;
}
.home-bundle{
    background-color: #D5FFE2;
}
.home-bundle-displaying .plus-icon, .home-bundle-displaying .bundled-products .price{
    display: none;
}
.bundle-product-list{
    padding: 34px;
    border-radius: 30px;
    background-image: url(/wp-content/themes/webtoffee/assets/images/front-page/bundle-bg.png);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    min-height: 312px;
    background-position: center;
    background-size: cover;
    padding-bottom: 8px;
}
.bundle-product-list .row{
    justify-content: start !important;
    row-gap: 40px;
}
.home-bundle-displaying .bundle-product-list p{
    font-size: 14px;
    line-height: 20px;
}
.home-bundle-displaying{
    max-width: 1000px;
    margin: auto;
    background: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 30px;
    z-index: 2;
    transition: 0.2s ease-in-out;
}
.home-bundle-displaying a{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.home-bundle-displaying .bundle-each-product-img-name{
    align-items: start !important;
}
.home-bundle-displaying .dummy-element-1 {
    width: 96%;
    height: 30px;
    top: -31px;
    margin: auto;
    left: 0;
    background: #f7fdf9db;
    right: 0;
    z-index: 0;
    border-radius: 20px 20px 0px 0px;
    border: 1px solid #E2E2E2;
}
.home-bundle-displaying .dummy-element-2 {
    width: 93%;
    height: 30px;
    top: -62px;
    margin: auto;
    left: 0;
    background: #f7fdf97e;
    right: 0;
    z-index: 0;
    border-radius: 20px 20px 0px 0px;
    border: 1px solid #E2E2E2;
}
.bundle-product-home-each-image{
    flex: 0 0 30px;
}
.home-bundle-displaying .bundle-product-list .bundle-item-price p{
    color: #434343;
    font-weight: 500;
    line-height: 26px;
}
.home-bundle-displaying .bundle-product-list .bundle-item-price p span.cut-price{
    color: #A19E9E;
    font-size: 19px; 
    text-decoration: line-through #FF0000;
}
.home-bundle-displaying .bundle-product-list .bundle-item-price p span.actual-price{
    color: #212121;
    font-size: 29px; 
}
.home-blog-featured .post-meta svg{
    margin: 0px 8px;
}
.support-doc a{
    text-decoration: none !important;
    transition: 0.2s ease-in-out;
}
.support-doc a:hover .doc-home-box, .support-doc a:hover .support-home-box{
    box-shadow: 0px 12px 17px 0px #e8f1ff;
    transition: 0.2s ease-in-out;
}
.home-page .solutions-tab-updated .nav li a.wp::before{
    background-image: url(/wp-content/themes/webtoffee/assets/images/front-page/new/wp-active.svg);
}
.home-page .solutions-tab-updated a.nav-link.sf:before{
    background-image: url(/wp-content/themes/webtoffee/assets/images/front-page/new/shopify-active.svg);
    left: 35px;
}
.home-page .solutions-tab-updated a.nav-link.saas:before {
    background-image: url(/wp-content/themes/webtoffee/assets/images/front-page/new/saas-active.svg);
    left: 35px;
}
.home-page .solutions-tab-updated .nav li a::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 30px;
    left: 25px;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.2s ease;
}
.home-page a.sec-link{
    color: #212121;
    font-weight: 500;
}
.home-page .sliding-review-part a.pri-btn{
    max-width: 230px;
    padding: 11px 24px;
}
.home-page .sliding-review-part a.pri-btn:hover{
    transform: none;
}
.home-bundle-displaying:hover{
    box-shadow: 0px 4px 17px #d7e5fb;
}
#scrollToTop {
    display: none;
    border: none;
    background-color: #fff;
    border-radius: 5px;
    padding: 16px 12px;
    position: fixed;
    right: 50px;
    bottom: 60px;
    box-shadow: 0px 0px 5px 0px #c3c3c387;
    transition: 0.3s;
    z-index: 9;
}
.home-bundle-displaying .discount-tag{
    top: -30px;
    right: -30px;
    z-index: 2;
}
@media (min-width: 992px) {
    body.home header nav.transparent a.nav-link, header nav.transparent button.nav-link{
        color: #000 !important;
        opacity: 1;
    }
    .home header nav.transparent .navbar-nav li svg, body.home header nav.transparent a.my-account-link, body.home nav.transparent .header-cart-icon img, body.home header img.logo.light.white-text-logo{
        filter: none !important;
    }
    body.home header nav.transparent .header-cart-icon span.item-count{
        background-color: #4034e0;
        color: #fff;
    }
    .bundle-card.mt-4{
        margin-top: 80px !important;
    }
    .bundle-card::after{
        content: '';
        position: absolute;
        height: 100px;
        width: 81%;
        left: 0;
        right: 0;
        top: -25px;
        background: #f7fdf9ea;
        border-radius: 20px;
        border: 1px solid #E2E2E2;
        margin: auto;
    }
    .bundle-card::before{
        content: '';
        position: absolute;
        height: 100px;
        width: 78%;
        left: 0;
        right: 0;
        top: -48px;
        background: #f7fdf987;
        border-radius: 20px;
        border: 1px solid #E2E2E2;
        margin: auto;
    }
    .webtoffee-tag.mt-4{
        margin-top: 90px !important;
    }
}
@media (max-width: 1150px){
    .wt-solutions-home > :nth-child(1), .wt-solutions-home > :nth-child(4), .wt-solutions-home > :nth-child(2), .wt-solutions-home > :nth-child(3){
        width: 48%;
    }
    .number-wraps{
        justify-content: center !important;
        row-gap: 40px;
    }
}
@media (max-width: 992px){
    #wpSolutions .updated-product-card-left{
        width: 100%;
        padding-right: 40px;
    }
    .wt-solutions-home > :nth-child(1), .wt-solutions-home > :nth-child(4), .wt-solutions-home > :nth-child(2), .wt-solutions-home > :nth-child(3) {
        width: 47%;
    }
    .sliding-review-part .col-lg-7{
        overflow: hidden;
    }
    .wt-service-text{
        font-size: 28px;
        line-height: 38px;
    }
    .home-main-featured-blog img{
        height: 320px;
        object-fit: cover;
        width: 100%;
    }
    #scrollToTop{
        right: 20px;
        bottom: 40px;
    }
}
@media (max-width: 768px){
    .wt-solutions-home > :nth-child(1), .wt-solutions-home > :nth-child(4), .wt-solutions-home > :nth-child(2), .wt-solutions-home > :nth-child(3) {
        width: 100%;
    }
    #wpSolutions .updated-product-card-left{
        padding: 20px;
    }
    .full-testimonial-side{
        columns: 2;
    }
    .sliding-review-part, .sliding-review-part .col-lg-7{
        max-height: 700px
    }
    .home-main-featured-blog{
        padding: 20px;
    }
}
@media (max-width: 590px){
    .bundle-product-list{
        grid-template-columns: 1fr;
        background: #EBFFF1;
    }
    .home-page .solutions-tab-updated ul.nav.nav-tabs{
        gap: 30px;
        border: none;
        box-shadow: none;
    }
    .home-page .solutions-tab-updated .nav li a{
        border: 1px solid #b8b8b887;
    }
    .home-page .number-wrap::before{
        display: none;
    }
    .numbers.text-left{
        justify-content: center;
        display: flex;
    }
    .home-page .number-wrap{
        text-align: center !important;
        padding-left: 0px;
    }
    .home-page .number-wrap.updated-h2{
        text-align: left !important;
    }
    .bundle-product-list{
        padding-bottom:34px;
    }
    .home-main-featured-blog img{
        height: auto;
    }
}
@media (max-width: 575px){
    .home-side-featured-blog .img-wrapper img{
        width: 100%;
    }
}
@media (max-width: 479px){
    .bundle-product-list{
        padding: 20px;
    }
    .full-testimonial-side{
        columns: 1;
    }
}

/* home update end */
	