/*
@import url('https://fonts.googleapis.com/css2?family=Hedvig+Letters+Sans&family=Roboto:wght@400;500&display=swap')
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap')
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300..900&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap');

:root {
    --textlight:#637381;
    --colorgreen:#01684b;
    --lightbg:fbf7f2;
    --textdark:#000;
    --headingcolor:#212b35;
    --textprimary:#01684b;
}

/*  =================================================
    Global Elements
    ================================================= */
html {scroll-behavior: smooth;}
html, body, button, input, select, textarea, p{
    /*
    font-family: "Roboto", sans-serif;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-family: "Rubik", sans-serif;
    */
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-display: auto;
    /*
    color: #502610;
    */
    color: #131c2c;
}
body { 
    background-color: #ffffff; 
}
@media (min-width: 1200px) {
    .container-fluid {
        max-width: 1920px;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 1.5);
        padding-left: calc(var(--bs-gutter-x) * 1.5);
    }
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    /*
    font-family: "Hedvig Letters Sans", sans-serif;
    */
    font-weight: 500;
    font-style: normal;
    /*
    color:rgb(14, 13, 14);
    color:#39180a;
    */
    color:#000000;
    margin-bottom: 15px;
}
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1.8rem;
    }
    .h3, h3 {
        font-size: 1.55rem;
    }
    .h4, h4 {
        font-size: 1.35rem;
    }
}
h3, h4, .h3, .h4 { font-weight: 600;}
a, .link-primary {text-decoration: none; color: #004aad !important; }
.border-primary {border-color:var(--colorgreen) !important; }
.btn {border-radius:3px;}
.btn-primary, .btn-primary:hover,
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active
{     background-color: #004aad;
    border-color: #004aad;color:#ffffff !important;}

.btn-primary:hover {border-color:#005940; background-color:#005940;}
.btn-outline-primary, .btn-outline-primary:hover {color:#007051; border-color:#007051;}
.btn-outline-primary:hover {background-color:#007051; color: #ffffff !important;}

.text-primary { color: black !important;}
.text-success { color:#005940 !important;}
.img-responsive {
    max-width: 100%;
    height: auto;
}

.main-container { overflow: hidden;}
.fw-900 {font-weight: 900;}
.fw-bold {font-weight: 600 !important;}
.fw-600 {font-weight: 600 !important;}
.fw-200 {font-weight: 200 !important;}
.fw-300 {font-weight: 300 !important;}
.fw-400 {font-weight: 400 !important;}
.fw-500 {font-weight: 500 !important;}
.text-light {color:#718096!important;}
.text-dark {color:#000000;}
.text-brown {color:#602e0d;}
.text-bg-golden {background: radial-gradient(circle at 3.1% 8.2%, rgb(248, 250, 107) 0%, rgb(238, 148, 148) 98.2%); }
.bg-gradient {background-image: linear-gradient(180deg, rgba(var(--bs-body-bg-rgb), 0.01), rgba(var(--bs-body-bg-rgb), 1) 85%),radial-gradient(ellipse at top left, rgba(var(--bs-primary-rgb), 0.5), transparent 50%),radial-gradient(ellipse at top right, rgba(var(--bd-accent-rgb), 0.5), transparent 50%),radial-gradient(ellipse at center right, rgba(var(--bd-violet-rgb), 0.5), transparent 50%),radial-gradient(ellipse at center left, rgba(var(--bd-pink-rgb), 0.5), transparent 50%);}
.bg-two-color {background: linear-gradient(110deg, #dddddd 45%, #dddddd 45%, #aaa 47%, #e8f3ee 47%, transparent 0);}

.text-golden {
    background: linear-gradient(326deg, #C0933B 40%, #623923 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}
.dummy-text {color: red;}
.text-italic {font-style:italic;}
.text-small { font-size: 14px;}

.section-dark {background-color:#212529; color:#ffffff;}
.section-dark p, .section-dark h3, .section-dark h4 { color:#ffffff;}
.bg-white-gradient {background: linear-gradient(to bottom, transparent -15%, #fff6da 100%);}
.bg-brown {
    /*
        background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
        background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
        background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    */
    background-image: linear-gradient(120deg, #fda085 0%, #f6d365 100%);
}
.text-justify {text-align: justify;}
.section-spacing-bg, .section-spacing { padding-top: 1.5em; padding-bottom: 1.5em;}
.section-spacing-bg { /*background-color: #fff9e6;*/ background-color: #f2f2f2;}
.section-spacing-sm { padding: 2em 0;}
@media (min-width: 1200px) {

}
.text-gredient {
    background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #c9a23b 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: MoveBackgroundPosition 6s ease-in-out infinite;
}
@keyframes MoveBackgroundPosition { 
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}
@media (min-width: 1200px) {
    ul.ul-two-column {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
.img-shadow {  filter: drop-shadow(0px 8px 24px rgba(193, 193, 193, 0.3));}
.img-shadow2 {
    -webkit-filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.06));
    filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.06));
}

.hide {
    display: none;
}
.form-check-input {border: solid 1px #999999;}
#step-1-form-lower, #step-1-form-lower select,#step-1-form-lower .form-control {font-size: 16px;}

.card-rounded {}
.animation-hover { position: relative;}
@media (min-width: 1200px) {
    .border-md-end {
        border-right: solid 1px #333333;
    }
}

/*  =================================================
    
    ================================================= */
.header {
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.02);*/
    z-index: 1000;transition: top 0.2s ease-in-out; 
    background-color: #ffffff;
}
.header .brand-logo { max-width: 250px;}
header .btn-login {}

.main-banner {padding: 1.5em 0 1em 0;}
.main-banner h1 {font-weight:500; margin-bottom:15px; line-height: 1.2;}
.main-banner ul {margin:0; margin-bottom: 1.5em; padding-left:0; margin-left: 15px;}
.main-banner p {margin-bottom:18px; display:block;}
.main-banner figure {max-width:650px; margin: 0 auto;}
.main-banner figure img {object-fit: contain;}
.main-banner .btn {padding: 10px 1.5rem;}
.banner-title-hold .text-highlighted, .border-text-highlighted {margin-bottom:0.8em; letter-spacing:0.01em; display: inline-block; border-bottom: solid 4px var(--colorgreen) !important; padding-bottom: 5px;}

@media (min-width:992px) {
    .main-banner .banner-title-hold {padding-right:2.5rem; margin-right: 2.5rem; margin-top:0.5em; padding-left: 0.5em;}
    .main-banner .btn {min-width: 200px;}
}
@media (min-width: 1200px) {
    .main-banner {padding: 1.5em 0 3em 0; /*max-height:70vh;*/ min-height:500px;}
    .main-banner p, .banner-title-hold .text-highlighted {font-size: 1.15rem !important;}
    .main-banner h1 {
        font-size: 2.5rem;
        line-height: 1.1;
    }
}
@media (max-width: 767px) {
    .main-banner {/*background: linear-gradient(to bottom, transparent -15%, #fff6da 100%);*/ padding-bottom: 2em;}
}

/*  =================================================
    Home page
    ================================================= */    
.made-with-love-hold {padding-top: 3em; margin-bottom: 3em;}
@media (max-width: 767px) {
    .made-with-love-hold {margin-bottom: 2em;}
}
.hero-banner {padding-left:1rem; padding-right:1rem;}
.hero-banner, .made-with-love-hold {position: relative; z-index: 1;}
.hero-banner:before, .made-with-love {
    position: absolute;
    content: '';
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hero-banner:before {
    padding: 3rem 0;
    opacity: 0.2;
    /*
    background:
    linear-gradient(150deg, #ecedee, transparent 20%),
    linear-gradient(330deg, rgb(210, 206, 242), transparent 20%),
    linear-gradient(225deg, #fbe6ed, #fcf7ec, #fad0e4, chocolate);
    */
}
.made-with-love {
    height: 65%;
    background-color: #f1e8d7;
    /*
    background-color: #fff5bf;
    opacity: 0.6;
    background-size: 100% 100%;
    background-position: 0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px;
    background-image: radial-gradient(70% 53% at 2% 80%, #fc98cd 0%, #073AFF00 100%),radial-gradient(42% 53% at 15% 94%, #FFFFFF 7%, #073AFF00 100%),radial-gradient(42% 53% at 34% 72%, #FFFFFFFF 7%, #073AFF00 100%),radial-gradient(18% 28% at 35% 87%, #FFFFFFFF 7%, #073AFF00 100%),radial-gradient(31% 43% at 7% 98%, #FFFFFFFF 24%, #073AFF00 100%),radial-gradient(37% 40% at 63% 48%, #cbf1c1 5%, #073AFF00 100%),radial-gradient(74% 86% at 78% 47%, #fff5bf 24%, #073AFF00 100%);
    */
}




/* -- CLient logos ---*/


.trusted-brtands-home img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For         Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;
    opacity: 1;
}

.trusted-brtands-home:hover img {
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.trusted-brtands-home .swiper {
    width: 100%;
    padding: 20px 0;
    background-color: white;
    overflow: hidden;
}

.trusted-brtands-home .swiper-slide {
    width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trusted-brtands-home .swiper-slide img {
    max-height: 60px;
    margin: 0;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.trusted-brtands-home .swiper-slide img:hover {
    opacity: 1;
}

/* ====================== commerce solution ====================== */
.commerce-solution-home {}
@media (min-width: 768px) {
/*    .commerce-solution-home .row > div:nth-child(1){ width: 50%;}*/
/*    .commerce-solution-home .row > div:nth-child(2){ width: 50%;}*/
}
@media (max-width:767px) 
{
    .commerce-solution-home .row > div:last-child{width: 100%;}
}


.commerce-solution-home .row > div:nth-child(1) .text-col-with-img{border: solid 2px #e7ddec; background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(254, 241, 248, 1) 100%);}
.commerce-solution-home .row > div:nth-child(2) .text-col-with-img{border: solid 2px #d8f5de; background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(225, 241, 228, 1) 100%);}
.commerce-solution-home .row > div:nth-child(3) .text-col-with-img{border: solid 2px #efecf8; background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(233, 229, 246, 1) 100%);}
.commerce-solution-home .row > div:nth-child(4) .text-col-with-img{border: solid 2px #cbece3; background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(222, 237, 233, 1) 100%);}
.commerce-solution-home .row > div:nth-child(5) .text-col-with-img{border: solid 2px #f3dccc; background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(250, 233, 222, 1) 100%);}

.commerce-solution-home .row > div:nth-child(1) .text-col-with-img:hover{border-color: #ad95b9;background: linear-gradient(180deg, rgba(254, 241, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);}
.commerce-solution-home .row > div:nth-child(2) .text-col-with-img:hover{border-color: #88bb93;background: linear-gradient(180deg, rgba(225, 241, 228, 1) 0%, rgba(255, 255, 255, 1) 100%);}
.commerce-solution-home .row > div:nth-child(3) .text-col-with-img:hover{border-color: #978bb8;background: linear-gradient(180deg, rgba(233, 229, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);}
.commerce-solution-home .row > div:nth-child(4) .text-col-with-img:hover{border-color: #73ad9d;background: linear-gradient(180deg, rgba(222, 237, 233, 1) 0%, rgba(255, 255, 255, 1) 100%);}
.commerce-solution-home .row > div:nth-child(5) .text-col-with-img:hover{border-color: #b4917a;background: linear-gradient(180deg, rgba(250, 233, 222, 1) 0%, rgba(255, 255, 255, 1) 100%);}



.commerce-solution-home .row > div:nth-child(6) .text-col-with-img {
  border: solid 2px #d7e2f4;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(233, 242, 255, 1) 100%);
}

.commerce-solution-home .row > div:nth-child(6) .text-col-with-img:hover {
  border-color: #77adff;
  background: linear-gradient(180deg, rgba(233, 242, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}




.commerce-solution-home .row > div:nth-child(7) .text-col-with-img {
  border: solid 2px #d9e7ec;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(223, 240, 248, 1) 100%);
}

.commerce-solution-home .row > div:nth-child(7) .text-col-with-img:hover {
  border-color: #42b3e0;
  background: linear-gradient(180deg, rgba(223, 240, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
}





.commerce-solution-home .row > div:nth-child(8) .text-col-with-img {
  border: solid 2px #f0e1cd;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(253, 241, 220, 1) 100%);
}

.commerce-solution-home .row > div:nth-child(8) .text-col-with-img:hover {
  border-color: #ffd584;
  background: linear-gradient(180deg, rgba(253, 241, 220, 1) 0%, rgba(255, 255, 255, 1) 100%);
}



.commerce-solution-home .row > div .text-col-with-img {-webkit-transition: all 0.6s ease; transition:all 0.6s ease;     background: white !important;}
.commerce-solution-home .text-col-with-img p { color: #626262;}


/* 
  =========== Industry Solution  ===========
*/
.industries-solution {
    background: linear-gradient(135deg, #010101, #0e2821, rgba(2,104,75,1)); 
    position: relative; 
    overflow: hidden; 
    color: #fff;
    padding: 3em 0 2em 0;
}
.industries-solution .swiper {overflow: visible;}
.industries-solution .swiper-button-next,.industries-solution .swiper-button-prev {position: absolute; top: -45px;}
.industries-solution .swiper-button-next,.industries-solution .swiper-button-prev {
    color: inherit;
    border: solid 1px;
    line-height: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.industries-solution .swiper-button-next::after,.industries-solution  .swiper-button-prev::after {font-size:1.2em;}
.industries-solution .swiper-button-next {left: auto;right: 0;}
.industries-solution .swiper-button-prev {left: auto;right:65px;}
.industries-solution .swiper-button-next.swiper-button-disabled,.industries-solution .swiper-button-prev.swiper-button-disabled { background: none;}
@media (min-width: 1200px) {
    .industries-solution .swiper-button-next,.industries-solution .swiper-button-prev {position: absolute; top: -65px;}
}
.industries-solution .industry-card { background-color: #fff; padding: 1em; border-radius:8px; position: relative; overflow: hidden;}
.industries-solution .industry-card a, .industries-solution .industry-card h3 {}
.industries-solution .industry-card figure {z-index: -2;border-radius:8px; overflow:hidden; --bs-aspect-ratio: 80%; }
.industries-solution .industry-card img {
    -webkit-transition: 0.8s ease;
    transition: 0.4s ease;
}
.industries-solution .industry-card:hover img{
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.industries-solution .industry-card a svg{  
    opacity: 0.4;
    transform: translateX(0);
    transition: opacity 0.3s, transform 0.3s;
    color: #000;
}
.industries-solution h3 { margin-bottom:10px;}
.industries-solution .industry-caption { padding-top: 1em; padding-bottom: 1em;}
.industries-solution .industry-caption p { color: #888888; transition: 0.4s ease;}
.industries-solution .industry-card:hover p { color: #131c2c;}
.industries-solution .industry-card:hover a svg {transform: translateX(25%); opacity: 100;}
.industries-solution .swiper-scrollbar {background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.2));}
.industries-solution .swiper-scrollbar-drag {background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.9));}

@media screen and (max-width: 767px) {
    .industries-solution .swiper-button-next,.industries-solution .swiper-button-prev {position: absolute; top: -50px;}
    .industries-solution .swiper-button-next,.industries-solution .swiper-button-prev {width: 38px;height: 38px;}
    .industries-solution .swiper-button-next::after,.industries-solution  .swiper-button-prev::after {font-size:0.8em;}
    .industries-solution .swiper-button-prev {left: auto;right:45px;}
    .industries-solution {padding: 3em 0 1em 0;}
}

/* =====================================
   New CSS Rm Start
   ====================================*/	
.hero-banner{
    padding-top:1.6rem !important; 
    padding-bottom:3.5rem !important; }
.hero-banner .ecommerce-platform-anu{
    margin-bottom: 0.8rem;
    font-weight: 500;
    padding: 0.3rem 1.5rem;
}
.hero-banner .powered_by{
    font-weight:500;
    color:000;
}
.card_services_shopaccino{
    background-color:#faedcb;
    border-radius: 2em;
    padding: 2.2em 2em;
    position: relative;
    overflow: hidden;
    height: 26em;
    position:relative;
    min-height: 330px;
}
.card_services_shopaccino_vc{
    height: 17em; }
.card_services_shopaccino .card_image{
    z-index: 1;
    height: 55%;
    object-fit: contain;
    position: absolute;
    bottom: 0px;
    display: inline-block;
    text-align: right;
    margin-left: auto;
    right: 33px;
}
.card_services_shopaccino .card_services_pra{color: #000;font-weight: 400;}
.card_services_shopaccino_vc .card_services_pra{max-width: 480px;}
.bottom_services_sec .arrow {
    width: 3em;
    height: 3em;
    min-height: 3em;
    min-width: 3em;
    color: #051e39;
    background-color: #fff;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
    transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
}
.bottom_services_sec .arrow svg{
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;	}
.card_services_shopaccino .second-img svg{
    position:relative;
    left:-50px;}
.card_services_shopaccino .first-svg {
    left: -9px;
    position: relative;	
}
.card_services_shopaccino:hover .first-svg {left: 25px;}
.card_services_shopaccino:hover .arrow .second-img svg{
    left:10px;}
.card_services_shopaccino {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.testimonials-sec .carousel {
    background-color: rgba(225, 228, 249, 0.7);
    padding: 1em;
    border-radius: 15px;
    backdrop-filter: blur(20px);
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
}
.testimonials-sec .carousel-inner { background-color: rgba(255, 255, 255, 0.7); border-radius: 15px;padding: 1em;}
.testimonials-sec #carouselExampleCaptions .carousel-item .col-6 figure {position:relative;}
.testimonials-sec #carouselExampleCaptions .carousel-item .col-6 figure::before{
    content:'';
    position:absolute;
    left:-25px;
    bottom:-25px;
    background-color:#f1ede4;
    width:100%;
    height:100%;
    z-index:1;
    border-radius: var(--bs-border-radius-xxl)!important;
}
.testimonials-sec .carousel-item .client-img {padding-bottom:120%;}

.testimonials-sec .carousel-item .client-img img {object-fit:cover;}
.testimonials-sec .carousel-item i.bi { color: #fdb539; font-size: 14px;}
.testimonials-sec .carousel-item .fs-5 {font-size: 1.1rem !important;}
.testimonials-sec #carouselExampleCaptions .carousel-item .col-6 figure img{
    z-index:9;
    position:relative;
    width:100%;
}
@media screen and (max-width: 767px) {
    .testimonials-sec .carousel-item .client-img {padding-bottom:70%;}
    .testimonials-sec .carousel-item .fs-5 {font-size: 1rem !important;}
}
.testimonials-sec { /*max-width: 1200px;*/ margin: 0 auto;}
.testimonials-sec .controls  a {position:relative;}
.testimonials-sec .controls  a{
    content:'';
    margin: 0px;
    background-color: #f8f9fa;
    border-radius: 20px;
    padding: 12px 20px;
    opacity:1;
    transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    margin-left: 10px;
    color: #333333;
}
.testimonials-sec .controls {margin-top:20px;}
.testimonials-sec .controls  a:hover{
    opacity:1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .testimonials-sec .carousel-inner {min-height: 620px;}
}

@media screen and (max-width: 767px) {
    .card_services_shopaccino{
        padding:1.7rem;
    }
    .card_services_shopaccino .card_services_pra{
        margin-top:1rem !important;
    }
    .card_services_shopaccino{
        height: 24em;
    }
    .card_services_shopaccino .card_image{
        right:5px;
        height:180px;
    }
}

/* =====================================
   Pages
   ====================================*/
.features-side-bar {
    /*
   position: fixed;
   display: flex;
   flex-direction: column;
   align-items: start;
   justify-content: start;
    */
}

@media only screen and (min-width: 768px) {
    .features-content-panel {/*margin-left: 290px;*/ padding-left: 2.6em;}
    .features-side-bar {height: 90vh; top:20px;width: 320px;font-size: 16px; padding-bottom: 1.5em; background-color: #f6f5ed;}
    .navigation { 
        overflow: auto;
        scrollbar-color:#666 #ddd;
        scrollbar-width:thin;
    }
    .navigation:-webkit-scrollbar {  width: 5px;}
    .navigation:-webkit-scrollbar-track {background: rgba(0,0,0,.05);}
    .navigation:-webkit-scrollbar-thumb {background: #666;}
    .navigation li {margin:0.7em 0;}
}

.features-content-panel .card svg {}
.features-content-panel .card:hover {box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;}
.features-content-panel .card svg path {color:#333 !important;}
.features-content-panel img path{fill:red;}

/*
.features-content-panel .card svg {color:#ea7a62;}
.features-content-panel .card svg {color:#91dd23;}
.features-content-panel .card svg {color:#17b6ee;}
.features-content-panel .card svg {color:#c25c34;}
.features-content-panel .card svg {color:#c16711;}
.features-content-panel .card svg {color:#d1ad0f;}
*/
.features-content-panel > section .heading-border-green {border-bottom: solid 1px var(--colorgreen); padding-bottom:1em;}
.features-content-panel > section .heading-border-green h2, .features-content-panel > section .heading-border-green p { margin-bottom: 5px;}
.features-content-panel > section .heading-border-green i {font-size: 28px;}
.features-content-panel > section { margin-bottom: 4em;}
.features-content-panel .card, .features-content-panel .card-body { height: 100%;}
/*.features-content-panel > section:last-of-type {height: 100vh;}*/
.features-content-panel .card-title {font-size: 1.4em;}
.features-content-panel .card-body {padding: 1.5rem !important;}
.features-content-panel .card-text {margin-top: 1rem !important}
.navigation ul { margin-bottom: 0;}
.navigation li a {display:block;transition: all 0.25s;}
.navigation .select-features a { color: #444;}
.navigation li a.active, .navigation li a:hover {
    border-left: solid 2px var(--colorgreen) !important;
    color: var(--colorgreen);
    padding-left: 6px;
}
.navigation li a:hover {border-left: solid 2px #aaaaaa;}

@media only screen and (max-width: 767px) {
    .navigation {border-color: #333333 !important;border-radius: 6px !important; background-color:#f6f5ed;}
    .select-features li {
        display: none;
        cursor: pointer;
        padding: 10px;
        border-top: 1px solid black;
        min-width: 150px;
    }
    .select-features li:first-child {display: block;border-top: 0px;}
    .select-features {
        display: inline-block;
        padding: 0;
        border-radius: 4px;
        position: relative;
    }
    .select-features.open li, .navigation.opennav li {display: block;}
    .navigation.opennav li a {color: var(--colorgreen) !important;}
    .navigation.opennav {
        border-color: RGBA(var(--bs-primary-rgb))!important;
    }
    .navigation span:before {
        position: absolute;
        top: 15px;
        right: 20px;
        content: "\2193";
    }
    .navigation.opennav span:before {
        content: "\2191";
    }
    .features-side-bar {
        position: sticky;
        position: -webkit-sticky;
        top:1px;
        z-index: 110;
    }
}

/*---------------*/
.shadow-hover {box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;}
.shadow-hover:hover {box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);}
.icon-md svg {color:orange; width: 55px; height: 55px; stroke-width: 1px;}
.ico-image {max-width: 75px;max-height: 75px;}


/*------------ Shopaccino Plus Panel ------------*/
:root{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 10px;
    --tw-translate-y: 10px;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

.shopaccino-plus-panel {
    /*background: url(../images/bbblurry-3.svg) #210a00 center center no-repeat; */
    background-size: cover;
    background-color: #050520;;
}
.shopaccino-plus-panel .btn-primary {
    background-image: linear-gradient(to right, #fe8c00 0%, #f83600  51%, #fe8c00  100%);
    background-image: linear-gradient(to right, #FFB75E 0%, #ED8F03  51%, #FFB75E  100%);
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    border:none;
}
.shopaccino-plus-panel .btn-primary:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.shopaccino-plus-panel p, .shopaccino-plus-panel {color: #e2e8ff8c; font-size:115%;}
.shopaccino-plus-panel .plus-img-hold figure {
    position: relative;
    z-index: 9;
}
.shopaccino-plus-panel .hero-preview-main-div .rounded-md{
    padding: 1px;    
    --tw-bg-opacity: 0.7;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity));
    border-radius: 18px;
    overflow: hidden;
    position: relative
}
.shopaccino-plus-panel .hero-preview-main-div .plus-img-hold{
    background-color:#050520;
}
.shopaccino-plus-panel .hero-preview-main-div .hero-preview-animation-line{
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: 200px;
    height: 200px;
    inset: 0px;
    position: absolute;
    animation: move 15s linear infinite;
    offset-path: rect(0% auto 100% auto);
    background: radial-gradient(#fff, #f1f5f9, transparent);
    background-image: linear-gradient(to top, rgba(109, 46, 255, 0), rgba(158, 122, 255, .3490196078), rgba(254, 139, 187, .6980392157), #ffbd7a 99%, rgba(255, 189, 122, 0) 100%);
    background-image: linear-gradient(to top, color(display-p3 .4274509804 .1803921569 1 / 0), color(display-p3 .6196078431 .4784313725 1 / .3490196078), color(display-p3 .9960784314 .5450980392 .7333333333 / .6980392157), color(display-p3 1 .7411764706 .4784313725 / 1) 99%, color(display-p3 1 .7411764706 .4784313725 / 0) 100%);
}
@keyframes move{
    0% {
        offset-distance: 0%;
    }
    100% {
        offset-distance: 100%;
    }
}

.shopaccino-plus-panel  .hero-preview-main-div .plus-card-box{
    border: 1px solid #3b3b44;
    border-radius: 19px;
    margin: 6px;
}
.shopaccino-plus-panel .h1,.shopaccino-plus-panel h3 {
    font-weight: 600;
    background-image: linear-gradient(180deg, rgba(240, 238, 249, .8) 0%, #e2e8ff 100%);
    background-image: linear-gradient(180deg, color(display-p3 .9411764706 .9333333333 .9764705882 / .8) 0%, color(display-p3 .8862745098 .9098039216 1 / 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    display: block;
}
.shopaccino-plus-panel .h1 span {
    font-weight: inherit;
    background-image: linear-gradient(135deg, #9e7aff 0%, #fe8bbb 33.33%, #ffbd7a 66.67%, #f8eac3 100%);
    background-image: linear-gradient(135deg, color(display-p3 .6196078431 .4784313725 1 / 1) 0%, color(display-p3 .9960784314 .5450980392 .7333333333 / 1) 33.33%, color(display-p3 1 .7411764706 .4784313725 / 1) 66.67%, color(display-p3 .9725490196 .9176470588 .7647058824 / 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    /*display: block;*/
}
.shopaccino-plus-panel .top-heading-title span{
    color: #c0943d;
    font-size: 18px;
    display: block;
    margin-bottom: 0.7rem;
    font-weight: 500;
}

@media(min-width:1024px) {
    .shopaccino-plus-panel .h1 {
        font-size: 3.3rem;
    }
}
@media(max-width:767px) {
    .shopaccino-plus-panel .plus-banner-caption { padding-top: 1em;}
}

/*  =======================
    Footer
    ========================= */
footer {
    /*
    padding: 4em 0 3em 0;
    background-color: #282a2b;
    border-top: solid 1px #333;
    */
    color: #ffffff;
}
.footer-link-panel {padding: 4em 0 0em; background-color:#282a2b;border-top: solid 1px #333;}
footer a {color:#eeeeee !important;}
footer a:hover, .footer-social-links a {color:#ffffff !important;}

.footer-social-links a { position: relative;}
.footer-social-links a:hover {top:-1px;}
.f-nav ul li a {color: #fff; display:inline-block; padding: 3px 0; font-weight: 300;}
.link-case .f-nav .h5, footer .h5 {color:#888c8c;}
.footer-connect-bar a, .footer-connect-bar a:hover {color: #000 !important;}
@media only screen and (min-width: 768px) {
    .f-nav ul { margin-bottom: 2em;}    
}
@media only screen and (max-width: 767px) {
    .footer-link-panel {padding: 3em 0 3em 0;}
    .link-case { position: relative;}
    .link-case .f-nav .h5 { cursor: pointer;
                            margin: 0;
                            margin-bottom: 0px;
                            padding: 0.5em 0em;
                            /*border-bottom: solid 1px #eee;*/
                            background-color: transparent;
    }
    .link-case .f-nav .h5:after { position: absolute; right:0; content: ""; float: right; 
                                  font-family: "bootstrap-icons";
                                  content: "\F285";
                                  font-size: 13px;
    }
    .link-case .f-nav.open .h5:after { content: "-"; content: "\F282";}
    .link-case ul { max-height: 0; overflow:hidden; transition: max-height 0.5s ease-out; margin-bottom: 0; margin-left: 0px;}
    .link-case ul a { padding-top: 5px; padding-bottom: 5px;}
    .link-case .f-nav.open ul {height:auto; max-height: 500px; transition: max-height 0.5s ease-in; margin-left: 0px;}
    .link-case .f-nav.open ul li {}
}
@media only screen and (max-width: 575px) {
    .link-case .f-nav .h5, footer .h5 { font-size: 100%;}
}
@media only screen and (min-width: 1200px) {
    .theme-custome-page .carousel-control-next,.theme-custome-page .carousel-control-prev {width: 40px;}
    .theme-custome-page .carousel-control-next-icon, .theme-custome-page .carousel-control-prev-icon {width:1.7rem; height:1.7rem;}
    .theme-custome-page .carousel-control-next { right: -20px;}
    .theme-custome-page .carousel-control-prev { left: -20px;}
}
.theme-custome-page .carousel-control-next-icon, .theme-custome-page .carousel-control-prev-icon {width:1.6rem; height:1.6rem;}
.theme-custome-page .carousel-control-next { right: -20px;}
.theme-custome-page .carousel-control-prev { left: -20px;}

.border-hover {}
.icon-rounded {
    color: #db0f30;
    background-color: #fef3f5;
    border-radius: 15px;
    height: 60px;
    width: 60px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size:30px;
    margin-bottom: 0.6em;
    border: solid 2px #fff;
}
.icon-box div:nth-child(2) .icon-rounded {color: #2b70fa;background-color: #f1f7fe;}
.icon-box div:nth-child(3) .icon-rounded {color: #9b2cfa;background-color: #f7eeff;}
.icon-box div:nth-child(4) .icon-rounded {color: #3d99f5;background-color: #e2f0fe;}
.icon-box div:nth-child(5) .icon-rounded {color: #63c917;background-color: #eefef5;}
.icon-box div:nth-child(6) .icon-rounded {color: #1dd3d8;background-color: #e3fcfd;}
.icon-box div:nth-child(7) .icon-rounded {color: #e2c740;background-color: #fef9e2;}
.icon-box div:nth-child(8) .icon-rounded {color: #624bd8;background-color: #e9e6f9;}	
.icon-box div:nth-child(9) .icon-rounded {color: #ff7919;background-color: #ffede0;}
.icon-box div:nth-child(10) .icon-rounded {color: #e24841;background-color: #fbe6e5;}

@media only screen and (max-width: 767px) {
    .icon-rounded {margin-bottom: 0.4em;} 
}

/*----------*/
.portfolio-box { position:relative;transition: transform 250ms;}
.portfolio-box:hover {transform: translateY(-3px);box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;}

@media only screen and (min-width: 768px) {
    .borderlr {border-right: solid 1px #6c757d;}
    .carousel-control-next, .carousel-control-prev {
        width: 6%;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon { background-color:#602e0d; border-radius: 50%;background-size: 50%;}
}

.list-section {list-style-type: none; padding-left: 10px; display: block;}
.list-section li {
    position: relative;
    display: flex;
    align-items: center;
}
.list-section li::before {
    content: url("data:image/svg+xml, %3Csvg fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L9 12L13 8M19 10C19 15 15 19 10 19C5 19 1 15 1 10C1 5 5 1 10 1C15 1 19 5 19 10Z' stroke='%2340b251' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    height: 20px;
    width: 20px;
    transform: translatex(-50%);
}
.check-list { list-style: none; margin: 0; padding: 0;}
.check-list li{
    padding-left:1.8rem;
    margin-bottom:0.6em;
    position:relative;
}
.check-list li::after{
    content: url("data:image/svg+xml, %3Csvg fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L9 12L13 8M19 10C19 15 15 19 10 19C5 19 1 15 1 10C1 5 5 1 10 1C15 1 19 5 19 10Z' stroke='%2340b251' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    left: 0px;
    position: absolute;
    top:4px;
    z-index: 22;
}
.integrations-icon{
    padding:0.2rem 0rem;
    border-radius:5px !important;
    text-align:center;
}
.integrations-icon img{
    max-width:140px;
    text-align:center;
    width: 100%;
}
.top-space { top:90px;}

/*----- Accordian---*/

.accordion-item {}
.accordion-item .accordion-button {border-radius: 6px !important; padding-left: 0;font-size: 18px;  font-weight: 300;}
.accordion-button:not(.collapsed) {background-color: #fff; color:#000; box-shadow:none;}
.accordion-item .accordion-button {border-radius: 6px !important;}
.accordion-item .accordion-button:not(.collapsed) {border-radius: 6px 6px 0 0 !important;}
.accordion-button.collapsed {background-color: #ffffff !important; border:none;}
.accordion-flush .accordion-collapse{
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    /*border-top:none;*/
    border-radius:0 0 6px 6px !important;
}
.accordion-body { padding-left: 0;}
.accordion-button:focus {box-shadow:none;background-color:#fff;}
.accordion-button::after {background-size: 16px;}

/*
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
*/
.accordion-button::after {transition: all 0.5s;}
.accordion .collapsing {transition: height 0.5s ease;}

/*------ Sticky card panel ----------*/
.sticky-card-wrapper {
    width: 90%; 
    margin-left: auto;  
    margin-right: auto;
    position: relative;
}
.sticky-card-wrapper .sticky-card {
    background-color: #eea270;
    border-radius: 40px;
    justify-content: space-between;
    margin-bottom: 64px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    overflow: hidden;
}
.sticky-card-left {padding: 72px 104px 56px 72px;}
.sticky-card-wrapper .sticky-card:nth-child(2) {background-color: #f3b187; top: 165px;}
.sticky-card-wrapper .sticky-card:nth-child(3) {background-color: #f8c19e; top: 210px;}
.sticky-card-wrapper .sticky-card:nth-child(4) {background-color: #fbd0b6; top: 255px;}
.sticky-card-wrapper .sticky-card:nth-child(5) {background-color: #fee0ce; top: 300px;}
.sticky-card-wrapper .sticky-card:nth-child(6) {background-color: #eea270; top: 345px;}
.sticky-card-wrapper .sticky-card:nth-child(7) {background-color: #f3b187; top: 390px;}
.sticky-card-wrapper .sticky-card:nth-child(8) {background-color: #f8c19e; top: 435px;}
.sticky-card-wrapper .sticky-card:nth-child(9) {background-color: #fbd0b6; top: 435px;}

.pricing-months {
    display: inline-block;
    background-color: #f6f5ed;
    border-radius: 100vw;
    margin-left: 4px;
    margin-right: 4px;
    padding: 6px 10px;
    border:solid 1px #000;
    /*
        background-image: linear-gradient(120deg, #fda085 0%, #f6d365 100%);
    */
}
.pricing-months .btn-outline-primary { border:none;padding: 6px 20px;border-radius: 100vw; color: #000000;}
.pricing-months .btn.active {border-radius: 100vw;}

@media only screen and (max-width: 767px) {
    .pricing-months {display: flex; padding: 2px;}
    .pricing-months .btn-outline-primary {padding: 6px 1em;}
}

/*  ================= */
.show-more, .less-more{position: relative;}
.show-more::after,.less-more::after  {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0px;
    z-index: 9999;
}
.show-more::after{background: url(../images/angle-arrow-down.svg) no-repeat;} 
.less-more::after{
    background: url(../images/angle-arrow-down.svg) no-repeat;
    transform: rotate(180deg);
}
.showmore-button{
    border-top: solid 1px #dee2e6;
    padding: 1rem 0 0.6rem 0;
    margin-top:0.6rem;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    color:#602e0d;
    font-weight:600;
}

/*  ======= Showcase ========== */    
.collapsible {display: none;}

.filter-stone ul{margin: 0px;}
.filter-stone ul li{margin:0.4rem 0 !important;}
.filter-stone ul li a{border: solid 1px #d3d4d6; border-radius: 0.1rem; padding: 0.3rem 0.6rem; color: #000;}
.filter-stone ul li a.active{color: #1873e6; border: solid 1px #1873e6;}
.livestores figure img {
    margin-top: -1.3rem !important;
}

@media only screen and (max-width:640px) {
    .collapsible {
        color: var(--colorgreen);
        cursor: pointer;
        width: 100%;
        border: none;
        outline: none;
        text-align: center;
        padding: 0.4rem 0;
        display: block;
        max-width: 93%;
        margin: 0px auto;
        width: 100%;
        border-radius: 6px 6px 0 0;
    }
    .collapsible, .collapsible.active {background-color: #f6f5ed;}
    .filter-stone {
        padding: 0 18px;
        display: none;
        overflow: hidden;
    }
    .filter-stone form {background-color: #f6f5ed;border-radius: 0 0 6px 6px; padding: 1em;}
}
@media only screen and (max-width: 640px) {
    .manage-process .service-home .col {flex: 0 0 33.333333%;}
    .link-case .f-nav h4 { font-size: 100%;}
}

/*  ============================================
    integrations
    ============================================*/
.feature-lists{
    background:#FFF;
    border: solid 1px #aaaaaa !important;
    border-radius: 10px;
    padding: 8px; 
    display: block;
    text-align: center;
    height: 100%;
}   
.feature-lists .left-side-block figure 
{
    margin: 0;
    padding: 1em 0;
}
.feature-lists .left-side-block { max-width: 140px; margin: 0 auto;}
.feature-lists .left-side-block .ratio-21x9 {  --bs-aspect-ratio: 32.8571428571%;}
.feature-lists .left-side-block figure img{/*max-height:50px;max-width: 120px;*/object-fit: contain;}

.feature-lists .right-side-block span { font-weight: 500;}
.feature-lists .right-side-block h4 { margin-bottom:0.5em;}

@media only screen and (max-width: 768px) {
    .feature-lists{margin-bottom:1rem;}
    .feature-list-hold .feature-lists{
        background: #FFF !important;
    }
}

/*  ============================================
    Docs FAQ's
    ============================================*/    
.category-faq-hold a { color:var(--textprimary); }

.faq-hold { margin-bottom:3em; }
.faq-hold ul { margin-bottom:0;}
.faq-hold li { padding-left: 1em; border-bottom: solid 1px #aaa;}
.faq-hold li a.faq-quesion {padding: 0.8rem 0;}
.faq-hold h2 { margin-top:0; /*padding-top:50px;*/}
.faq-quesion, .faq-quesion:hover {
    display: block;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    position:relative;
    font-size:16px;
    font-weight:600;
}
.faq-hold .detail {display: none;}
.faq-hold .detail p { margin:0; padding:0 1em 1em 0;}
.faq-hold .right-arrow { position:absolute; left:-20px; z-index:1; font-size:22px; font-weight: 400; color:#333; line-height: 1.1;}
.fade-in-down {
    animation: fade-in-down 2s ease infinite;
}
@keyframes fade-in-down {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.blockquote-box{
    padding:1.2em 30px 1.2em 35px;
    border-left:8px solid #78C0A8 ;
    line-height:1.6;
    position: relative;
    background:#EDEDED;
    margin-bottom: 1em;
}

.blockquote-box .square svg {width: 50px;}
.blockquote-box::before{
    font-family:Arial;
    content: "\201C";
    color:#78C0A8;
    font-size:4em;
    position: absolute;
    left: 10px;
    top:-10px;
}
.blockquote-box::after {
    content: '';
}

/*  ============================================
    Press 
    ============================================*/    
/*
    .press-nav a {transition: all 0.6s; border-bottom:transparent 2px;}
    .press-nav a:hover, .press-nav a.active {border-bottom:solid 2px #333333;}
    .press-nav .nav-link { color: #333333;padding: 9px 2em;}
    .press-nav .nav-link:hover { background-color: #f9e8b9; border-radius: 8px 8px 0 0;}
*/   
.press-coverage {margin-bottom: 3rem; font-size: 16px;}
.awards-block .awards-pics {}
.awards-block .awards-pics a {}
.awards-block .awardsyear {
    display: inline-block;
    border-top: solid 1px;
    line-height: 2;
    letter-spacing: 1px;
}
.awards-block .awards-pics img { max-height: 150px;}

/*  ============================================
    Tabs Scroller
    ============================================*/ 
.scroll-tabs-wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
    height:48px;
    bottom:-1px;
}
.scroll-tabs {
    position:absolute;
    left:0px;
    top:0px;
    min-width:3500px;
    border:none;
    height: 100%;
}
.scroll-tabs li{
    display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    vertical-align:middle;
}
.scroll-tabs li a.nav-link {color:#333333;padding: 9px 2em; height: 100%;border-color:#333; display: flex; align-items:center;}
.scroll-tabs li a.nav-link label { margin-bottom: 0;}
.scroll-tabs li a:hover { background-color: var(--colorgreen); border-radius: 6px 6px 0 0; color:#ffffff !important;}
.scroll-tabs .nav-link:focus,.scroll-tabs .nav-link:focus, .nav-tabs .nav-link:hover {border-color:#333;}
.scroll-tabs .nav-link:hover {border-color:#333;}
.scroll-tabs li .nav-link.active { background-color: var(--colorgreen);border-color:#333; border-bottom: solid 1px var(--colorgreen); color: #ffffff !important;}
.scroller5 {
    text-align:center;
    cursor:pointer;
    display:none;
    white-space:no-wrap;
    vertical-align:middle;
    line-height: 45px;
    height: 47px;
    align-items: center;
    justify-content: center;
}
.scroller-right, .scroller-left {
    position: relative;
    height: 40px;
    align-items: center;
    top: 3px;
    width: 40px;
    justify-content: center;
}
.scroller-right{float:right;right: -8px; }
.scroller-left {float:left;left: -8px;}

@media only screen and (max-width: 640px) {
    .scroll-tabs li a.nav-link {padding: 9px 1em;}
}

/* --- mobile scrolling ---*/    
@media only screen and (max-width: 767px) {
    .mobile-scrolling {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;

        .mobile-scrolling > div {
            display: inline-block;
        }
    }
}

.carousel-indicators { margin-bottom: 4px;}
.carousel-indicators [data-bs-target] {background:none;border-radius: 50%;width: 8px;height: 8px;border: solid 1px;}
.carousel-indicators button.active { background-color: #757575;border: none;width: 10px;height: 10px;border-radius: 50%}

/*============ APPs =============*/
.app-category-banner {--bs-aspect-ratio: 25%;}
.app-category-banner-caption {max-width:600px; color: #ffffff; padding: 1.5rem; top:auto; transition: all 0.25s;}
@media (min-width: 768px) {
    .app-category-banner {--bs-aspect-ratio: 25%;}
}
@media(min-width:1400px){
    .app-category-banner-caption { padding: 3rem;}
}
@media (max-width: 767px) {
    .app-category-banner {--bs-aspect-ratio:100%;}
    .app-category-banner-caption {bottom: auto;  top: 0;}
}

.apps-panel .app-title {font-weight: 600;}
.app-block {padding:0.8em;border-radius:6px; transition: all 0.3s; border: solid 1px #ccc; background-color: #ffffff;}
.app-block:hover { background-color: #ffffff;box-shadow: 0 1px 5px 0 rgba(60,64,67,.1),0 1px 3px 1px rgba(60,64,67,.15); border: solid 1px transparent; background-color: rgb(245, 245, 245);}
.apps-panel .price-label {border-radius: 4px; font-size: 14px; padding:3px 0;}
.apps-panel .app-icon {
    border-radius: 12px;
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
    height: 100px;
    width: 100px;
}
@media (max-width: 767px) {
    .app-block {background-color:#f9f9f9;}
}

/*--------  Apps details -------- */
.appdetails-slide .carousel-item {} 
.appdetails-slide .carousel-indicators {}
@media only screen and (min-width: 767px) {
    .appdetails-slide {display: flex;}
    .appdetails-slide > div:first-child {flex-grow: 1 !important; width: 76.5%; height: 100%;}
    .appdetails-slide > div:last-child { width:23.5%; height: 100%;}
    .appdetails-slide .carousel-indicators { position: relative; margin: 0; margin-left: 10px; display: block}
    .appdetails-slide .carousel-indicators button {height: 33.33%; width: 100%; display: block;}
    .appdetails-slide .carousel-indicators button { padding-bottom: 15px;}
    .appdetails-slide .carousel-indicators button:last-child {padding-bottom:0;}
    .appdetails-slide .carousel-indicators [data-bs-target] {border:none}
    .appdetails-slide .carousel-indicators button.active { background: none;}
}


.rating_circle{
    width: 80px;
    height: 80px;
    border-radius: 70px;
    border: 1px none;
    font-size: 35px;
}
.rating_text{margin-top: 38px;}
.dark {background-color: #000000;}
.review-block{
    padding:15px;
    margin-bottom:15px;
    transition: all 0.5s;
    background-color: #f7f1e6;
}
.review-block:hover {background-color: #ffffff;}
.review-block-name{
    font-size:12px;
    margin:10px 0;
}
.review-block-date{font-size:12px;}
.review-block-rate{
    font-size:13px;
    margin-bottom:15px;
}
.review-block-title{
    font-size:15px;
    font-weight:700;
    margin-bottom:10px;
}
.review-block-description {font-size:13px;}

.awards-strip-home p{color:#6C757D;}
.awards-strip-home .award-leaf-hold {max-width:90%;}

@media (min-width: 1400px) {
    .awards-strip-home .row-cols-xxl-6 > * { width: 12.5% }
}
@media (max-width: 768px) {
    .awards-strip-home .home-all-awars-strip > div{
        flex: 0 0 auto;
        width:25%;
    }
}
.leaf-bg { position: relative; margin-top: 10px; margin-bottom: 10px;}
.leaf-bg figure {position: relative; z-index:0; margin: 0 auto;}
.leaf-bg figure img { object-fit: contain;}
@media (max-width: 768px) {
    .leaf-bg figure {}
}
@media (max-width:640px) {
}
/*
.leaf-bg:after,.leaf-bg:before {
    position: absolute;
    top: 0;
    content:'';
    height: 100%;
    z-index:2;
    width:30%
}
.leaf-bg:after{background: url(../images/awardleaf-left.svg) no-repeat;left: 0px; background-position: top left;} 
.leaf-bg:before{background: url(../images/awardleaf-right.svg) no-repeat; right: 0px; background-position: top right;}
*/
.as-featured-home .ratio-21x9 {--bs-aspect-ratio: 35%}
.as-featured-home img { object-fit: contain; padding: 5px;}
.as-featured-home img
{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
    opacity: 1;
}
.as-featured-home:hover img {
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}

@media (min-width: 1200px) {
    .as-featured-home .et-time-logo { width: 19%;}
}
@media (min-width: 1400px) {
    .as-featured-home .row-cols-xxl-6 > * { width: 14.2857% }
    .as-featured-home .et-time-logo { width: 20%;}
}

/*  ================================================== 
    Integration-animation 
    ===================================================*/
.apps-integration-box{
    background: rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.7px);
    -webkit-backdrop-filter: blur(8.7px);
    padding:1rem;
}
.apps-integration-box .apps-integration-inner{
    background-color:#fff;
    border-radius: 10px;
    padding:1.8rem 1.5rem;
}
.integrations_card_logo{
    position:relative;
    z-index:2;
    padding-left:3rem;
    background-color:transparent;
}
.logo-hold-div .heading_logo h3{
    font-size:16px;
    font-weight:400;
    color:#878787;
}

.logo-hold-div .logo_hold .logo_bg{
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    border:1px solid #e2e2e2;
    padding: 1px 6px;
    display:flex;
    align-items:center;
    justify-content:center;
}
/* .logo-hold-div .logo_hold .logo_bg svg { max-width:80px !important; height:30px; }*/
.logo-hold-div .logo_hold .logo_bg img{
    border-radius:6px; 
}
.logo-hold-div .logo_hold ul li{
    margin-left:5px;
}
.logo-hold-div .logo_hold ul li:first-child{
    margin-left:0px;
}
.integrations_card_logo_right{
    position:relative;
    z-index:2;
    padding-right:3.3rem;
    background-color:transparent;
}
.mian_logo_center{
    background-color:#f8f8f7;
    border-radius:50%;
    border:10px solid #efeeea;
    min-width:245px;
    min-height:245px;
    max-width:245px;
    max-height:245px;
    width:100%;
    height:100%;
    text-align:center;
    position:relative;
    z-index:9;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    left:-15px;
    margin-left:auto;
    margin-right:0px;
}
.mian_logo_center .logo_top{
    position:relative;
    top:-38px
}
.mian_logo_center .logo_top .figure_hold{
    width:80px;
    height:80px;
    background-color:#f9f8f7;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius:50%;
    padding:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0px auto;	 
}
.mian_logo_center .logo_center .figure_hold{
    max-width: 140px;
    margin: 0px auto;
    padding: 4.5rem 0rem;
    position: relative;
    right: 5px;
} 
.mian_logo_center .logo_center .figure_hold figure img{
    width:100%;
    height:100%;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: darken;
}
.mian_logo_center .logo-bottom{
    position:relative;
    bottom:-35px
}
.mian_logo_center .logo-bottom .figure_hold{
    height:70px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}
.logo-hold-div .logo_hold .logo_bg svg, .logo-hold-div .logo_hold .logo_bg img{
    max-width: 100px;
    object-fit: contain;
    width: 100%;
    object-position: center;
}
.logo-hold-div .logo_hold .logo_bg{
    min-height: 45px;
    height: 100%;
}
.logo-hold-div .logo_hold .logo_bg svg image{
    width: 100%;
}
.interations_main_sec .mian_logo_center .logo_top {
    position: relative;
    top: -37px;
}
.logo-hold-div .logo_hold .logo_bg.zoho {
    width: 100px;
}
.logo-hold-div .logo_hold .logo_bg.zoho svg{
    max-width: 95px;
}
.logo-hold-div .logo_hold .logo_bg .zoho-in{
    width: 120px;
}
.logo-hold-div .logo_hold .logo_bg.zoho-in svg{
    max-width: 100%;
    width: 130px;
}
.logo-hold-div .logo_hold .logo_bg.custom-hie {
    max-height: 52px;
    height:100%;
    object-fit: contain;
    object-position: center;
    width:100% !important;
    display:block;
    min-height:52px;
    min-width: 150px;
}
.logo-hold-div .logo_hold .logo_bg.meta-logo-app{
    max-height: 52px;
    height:100%;
    object-fit: contain;
    object-position: center;
    width:100% !important;
    display:block;
    min-height:52px;
    min-width: 83px; 
}
.logo-hold-div .logo_hold .logo_bg.custom-hie  img{
    width:100%;
    object-fit: cover;
    object-position: center;
    height:100%;
    min-width:100%;
    max-width:100%;
}
.logo-hold-div .logo_hold .logo_bg.custom-hie figure img{
    object-fit: contain;
}
.logo-hold-div .logo_hold .logo_bg.custom-hie figure, .logo-hold-div .logo_hold .logo_bg.meta-logo-app figure{
    position:relative;
    overflow:hidden;
    padding-bottom:28%;
}
.logo-hold-div .logo_hold .logo_bg.custom-hie figure{

    padding-bottom:36.5%;
}
.logo-hold-div .logo_hold .logo_bg.meta-logo-app figure{
    padding-bottom:50%;
}
.logo-hold-div .logo_hold .logo_bg.custom-hie figure img, .logo-hold-div .logo_hold .logo_bg.meta-logo-app figure img{
    position:absolute;
    top:0px;
    left:0px;
}
.mian_logo_center .logo_center .figure_hold figure{
    position:relative;
    overflow:hidden;
}
.mian_logo_center .logo_center .figure_hold figure img{
    max-width:100%;
    max-height:100%;
    width:100%;
    height:100%;
}
.logo-hold-div .logo_hold .logo_bg.picture-hold picture img{
    max-height: 45px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; 
}
.logo-hold-div .logo_hold .logo_bg.dynamics-365-business-central{
    display: flex;
    padding: 8px 12px;
    align-items: center;
}
.logo-hold-div .logo_hold .logo_bg.dynamics-365-business-central svg{
    width:100%;
    max-width:100%;
}
.circle {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ffcc42;
    border-radius: 50%;
    top: 0px;
}
.pulse-box svg{
    width:100%;
}

/*===================Animation--Start==========*/
.accounting-svg-sec.pulse-box svg{
    width:100%;
}
.accounting-svg-sec.pulse-box {
    position: absolute;
    top: 55px;
    z-index: -1;
    width:450px;
    right: -100px;
}
.accounting-svg-sec .pulse {
    offset-path: path("M 241 0 C 247 0 252 0 306 0 C 350 0 347 6 347 46 V 57 C 347 112 347 106 416 105 H 601.324"
        );
    animation: pulse 2s  infinite linear;
}
@keyframes pulse {
    100% {
        offset-distance: 100%;
    }
}
/*=================inventory=========================*/
.inventory-logo-sec.pulse-box svg{
    width:100%;
}
.inventory-logo-sec.pulse-box {
    position: absolute;
    top: 50px;
    z-index: -1;
    width:450px;
    right: -200px;
}
.inventory-logo-sec .pulse {
    offset-path: path("M 115 2 H 308 H 349"
        );
    animation: pulse1 1.4s  infinite linear;
}
@keyframes pulse1 {
    100% {
        offset-distance: 100%;
    }
}
/*==================retail========================*/
.retail-pos-svg-sec.pulse-box svg{
    width:100%;
    height: 194px;
}
.retail-pos-svg-sec.pulse-box {
    position: absolute;
    bottom:8px;
    z-index: -1;
    width:450px;
    right: -154px;
}
.retail-pos-svg-sec .pulse {
    offset-path: path("M 187 178 C 250 178 283 179 298 178 C 347 179 348 175 349 130 V 110 C 351 67 349 69 418 69 H 593.205"
        );
    animation: pulse2 2s  infinite linear;
}
@keyframes pulse2 {
    100% {
        offset-distance: 100%;
    }
}
/*==================marketing========================*/
.marketing-svg-sec.pulse-box svg{
    width:100%;
    height: 194px;
    overflow: visible;
}
.marketing-svg-sec.pulse-box {
    position: absolute;
    top: 72px;
    z-index: -1;
    left: -60px;
    width: 450px;
}
.marketing-svg-sec .pulse {
    offset-path: path("M 187.322 2.735 C 183.634 2.735 179.7 2.811 116.728 2.764 C 68 3 61 0 63 49 V 78 C 65 137 63 134 11 135 H -143.353"
        );
    animation: pulsem 2.4s  infinite linear;
}
@keyframes pulsem {
    from {
        offset-distance: 100%;
    }
    to {
        offset-distance: 0%;
    }
}
/*==================marketing========================*/
.payment-svg-sec.pulse-box svg{
    width:100%;
    height: 194px;
    overflow: visible;
}
.payment-svg-sec.pulse-box {
    position: absolute;
    top: 52px;
    z-index: -1;
    left: -75px;
    width: 450px;
}
.payment-svg-sec .pulse {
    offset-path: path("M 140.733 0.312 C 137.541 0.312 131.112 0.311 85 0 C 64 0 51 -1 50 17 V 21 C 50 29 51 46 28 46 H -69.644"
        );
    animation: pulsem 2.1s  infinite linear;
}
@keyframes pulsem {
    from {
        offset-distance: 100%;
    }
    to {
        offset-distance: 0%;
    }
}	
/*==================shipping========================*/
.shipping-svg-sec.pulse-box svg{
    width:100%;
    height: 194px;
    overflow: visible;
}
.shipping-svg-sec.pulse-box {
    position: absolute;
    top: 49px;
    z-index: -1;
    left: -75px;
    width: 450px;
}
.shipping-svg-sec .pulse {
    offset-path: path("M 141.539 4.848 C 117.226 5.177 101.455 4.52 75.065 5.441 C 64.598 5.464 52.111 8.252 50.535 -10.175 C 48.959 -31.513 50.05 -37.696 31.016 -38.908 H -27.367 H -184.158"
        );
    animation: pulsem 2.1s  infinite linear;
}
@keyframes pulsem {
    from {
        offset-distance: 100%;
    }
    to {
        offset-distance: 0%;
    }
}
/*==================whatsApp========================*/
.whatsApp-svg-sec.pulse-box svg{
    width:100%;
    height: 194px;
    overflow: visible;
}
.whatsApp-svg-sec.pulse-box {
    position: absolute;
    top: 51px;
    z-index: -1;
    left: -89px;
    width: 450px;
}
.whatsApp-svg-sec .pulse {
    offset-path: path("M 154 5 C 128 5 118 6 100 7 C 45 8 45 8 46 -65 C 49 -131 49 -131 -19 -131 H -45 H -184.158"
        );
    animation: pulsew 2.5s  infinite linear;
}
@keyframes pulsew {
    from {
        offset-distance: 100%;
    }
    to {
        offset-distance: 0%;
    }
}	
/*==================emailmarketing========================*/
.emailmarketing-svg-sec.pulse-box svg{
    width:100%;
    height: 194px;
    overflow: visible;
}
.emailmarketing-svg-sec.pulse-box {
    position: absolute;
    top: 50px;
    z-index: -1;
    left: -75px;
    width: 450px;
}
.emailmarketing-svg-sec .pulse {
    offset-path: path("M 126.541 1.972 C 99.795 2.16 93.768 1.783 82.052 1.792 C 68.289 1.563 45.81 1.104 46.039 -31.238 V -60.939 C 44.472 -85.829 37.223 -99.119 7.5 -99.844 H -135.459"
        );
    animation: pulsew 2.5s  infinite linear;
}
@keyframes pulsef {
    from {
        offset-distance: 100%;
    }
    to {
        offset-distance: 0%;
    }
}				 
/*==================emailmarketing========================*/
.smsnotifications-svg-sec.pulse-box svg{
    width:100%;
    height: 194px;
    overflow: visible;
}
.smsnotifications-svg-sec.pulse-box {
    position: absolute;
    top: 52px;
    z-index: -1;
    left: -72px;
    width: 450px;
}
.smsnotifications-svg-sec .pulse {
    offset-path: path("M 134.77 1.764 C 111.888 1.228 100.09 1.407 67.42 1.065 C 43.806 1.511 25.902 -7.193 25.902 -54.904 V -98.796 C 25.398 -120.816 29.068 -163.71 -9.468 -165.775 H -94.081"
        );
    animation: pulsew 2.5s  infinite linear;
}
@keyframes pulsef {
    from {
        offset-distance: 100%;
    }
    to {
        offset-distance: 0%;
    }
}					
/*===================Animation--End==========*/
/*============Media-Css--Start-============*/
@media (min-width:768px){
    .logo-hold-div .logo_hold .logo_bg{
        width:83px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .integrations_card_logo_right logo-hold-div .logo_hold .logo_bg{
        width:93px;
    }
    .logo-hold-div .logo_hold .logo_bg.fit-w-cont{
        width:fit-content;
    }
    .logo-hold-div .logo_hold .logo_bg.zoho-in{
        width:110px;
    }
}
@media (min-width:992px){
    .logo-hold-div .logo_hold .logo_bg{
        width:66px;
    }	
}
@media (min-width:1380px){
    .logo-hold-div .logo_hold .logo_bg{
        width:70px;
    }	
}
@media(min-width:768px) and (max-width:1220px){
    .mian_logo_center{
        min-width: 210px;
        min-height: 210px;
        max-width: 210px;
        max-height: 210px;
    }
    .logo-hold-div .logo_hold .logo_bg {
        width: 51px;
    }
}
@media (max-width:767px){
    .integrations_card_logo_right::before, .integrations_card_logo::before{
        background:linear-gradient(to top, rgba(0, 0, 0, 0), #f0f2f6);
        border-top-right-radius: 13px;
        border-top-left-radius: 13px;
        border-bottom-left-radius: 0px;
    }
    .integrations_card_logo_right, .integrations_card_logo{
        padding-left: 1.5rem;
        padding-right:0px;
    }
    .mian_logo_center{
        margin: 2rem 0rem 2.5rem;
    }
    .integrations_card_logo_right::before{
        height:70%;
    }
}


/*==========Mobile----Css--========*/


.interations_main_mob{
    background: rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.7px);
    -webkit-backdrop-filter: blur(8.7px);
    padding: 0.5rem;
}
.inside-box-mobil-logo{
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem 0rem;
    position:relative;
    z-index:-1;
}
.interations_main_mob{
    max-width:375px;
    margin:0px auto;
}
.interations_main_mob .integrations-top-logo{
    position:relative;
    height:218px;
}

.interations_main_mob h3{
    font-size: 13px;
    font-weight: 400;
    color: #878787;
    height:32px;
    text-align:center;
}
.logo-hold-div-mb{
    position:relative;
}
.interations_main_mob .integrations-top-logo .logo-hold-mb .logo_mb_bg{
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    padding: 1px 6px;
    display: block;
    margin-bottom:0.5rem;
}
.interations_main_mob .integrations-top-logo .logo-hold-mb .logo_mb_bg figure{
    position: relative;
    overflow: hidden;
    padding-bottom: 48%;
}
.interations_main_mob .integrations-top-logo .logo-hold-mb .logo_mb_bg figure img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: contain;
    position: absolute;
    top: 0px;
    left: 0px;
}
/*========Logo---Bottom--Center--============*/
.mian_logo_center_mb  {
    background-color: #210a00;
    border-radius: 9px;
    border: 1px solid #210a00;
    max-width:275px;
    max-height:250px;
    height:100%;
    width:100%;
    margin:1.3rem auto;
    text-align: center;
    position: relative;
    z-index: 9;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}
.mian_logo_center_mb .brand_logo_mb .figure_hold_mb {
    max-width: 100%;
    margin: 0px auto;
    padding: 2.5rem 0.6rem 2rem;
    position: relative;

}

.mian_logo_center_mb h4{
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    position: relative;
    left: 26px;
    top: -13px;

}
.mian_logo_center_mb .btn-hold .btn{
    border-color:#c0943d !important;
    color:#fff !important;	
}
.mian_logo_center_mb .btn-hold .btn:hover{
    color:#fff !important;
    background-color:#c0943d !important;
    border-color:#c0943d !important;

}
/*========Logo---Bottom--Start--============*/
.integrations-bottom-logo{
    position: relative;
    margin-top:3rem;
}

.integrations-bottom-logo .logo-hold-div-mb .logo-hold-mb .logo_mb_bg{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    padding: 1px 6px;
    margin-bottom:0.5rem;
}
.integrations-bottom-logo .logo-hold-div-mb .logo-hold-mb .logo_mb_bg figure img{
    max-width: 100px;
    object-fit: contain;
    width: 100%;
    object-position: center;
}
.integrations-bottom-logo .logo-hold-div-mb .logo-hold-mb .logo_mb_bg picture img {
    max-height: 45px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


/*===========Animation--css---start--===============*/


/*===========Animation--css---top--start--===============*/

.accounting-svg-sec-mb.pulse-box svg{
    width:100%;
    height:100%;
}
.accounting-svg-sec-mb.pulse-box {
    position: absolute;
    top: 64px;
    z-index: -1;
    left: 34px;
    height:400px;
}
.accounting-svg-sec-mb .pulse {
    offset-path: path("M 0 0 V 0 V 0 L 0 1 L 0 36 L 0 96 C 0 141 22 134 50 135 C 79 134 97 134 99 166 L 103 220 L 105 297 M 0 0 V 0 V 0 L 0 1 L 0 36 L 0 112 M 0 0 V 0 V 0 L 0 1 L 0 36 M 0 0 V 0 V 0 L 0 1 L 0 2 M 0 0 L 0 1"
        );
    animation: pulse 2s  infinite linear;
}
@keyframes pulse {
    100% {
        offset-distance: 100%;
    }
}

/*-----------------Inventory---Start---------------*/
.inventory-svg-sec-mb.pulse-box svg{
    width:100%;
    height:100%;
}
.inventory-svg-sec-mb.pulse-box {
    position: absolute;
    top: 61px;
    z-index: -1;
    left: 50px;
    height:400px;
}
.inventory-svg-sec-mb .pulse {
    offset-path: path("M 2 0 L 2 45 L 2 152 L 2 265"
        );
    animation: pulse 1.6s  infinite linear;
}
@keyframes pulse {
    100% {
        offset-distance: 100%;
    }
}

/*-----------------Inventory---End-----------------*/


/*-----------------Retail-POS---End-----------------*/
.retail-pos-svg-sec-mb.pulse-box svg{
    width:100%;
    height:100%;
}
.retail-pos-svg-sec-mb.pulse-box {
    position: absolute;
    top: 61px;
    z-index: -1;
    right: 30px;
    height: 400px;
    width: 137px;
}
.retail-pos-svg-sec-mb .pulse {
    offset-path: path("M 131 0 L 131 0 L 131 0 L 132 45 L 133 96 C 134 138 118 138 92 138 L 72 138 C 37 138 33 145 33 177 L 30 392"
        );
    animation: pulse 1.6s  infinite linear;
}
@keyframes pulse {
    100% {
        offset-distance: 100%;
    }
}

/*-----------------Retail-POS---End-----------------*/


/*-----------------Marketing Channels---End-----------------*/
.marketing-svg-sec-mb.pulse-box svg{
    width:100%;
    height:100%;
}
.marketing-svg-sec-mb.pulse-box {
    position: absolute;
    top: -103px;
    z-index: -1;
    height: 400px;
    width: 137px;
}
.marketing-svg-sec-mb .pulse {
    offset-path: path("M 90 0 L 90 62 C 90 97 96 135 63 136 L 55 136 C 27 138 33 153 33 177 L 33 189"
        );
    animation: pulse 1.6s  infinite linear;
}
@keyframes pulse {
    100% {
        offset-distance: 100%;
    }
}

/*-----------------Marketing Channels---End-----------------*/


/*-----------------payment---End-----------------*/
.payment-svg-sec-mb.pulse-box svg{
    width:100%;
    height:100%;
}
.payment-svg-sec-mb.pulse-box {
    position: absolute;
    top: -180px;
    z-index: -1;
    left: 36px;
    height: 400px;
}
.payment-svg-sec-mb .pulse {
    offset-path: path("M 2 0 L 2 45 L 2 152 L 2 265"
        );
    animation: pulse 1.6s  infinite linear;
}
@keyframes pulse {
    100% {
        offset-distance: 100%;
    }
}

/*-----------------payment---End-----------------*/

/*------------Mobile--------integration----*/
.interations_main_mob{
    background: rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.7px);
    -webkit-backdrop-filter: blur(8.7px);
    padding: 0.5rem;
}
.inside-box-mobil-logo{
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem 0rem;
    position:relative;
    z-index:1;
}
.interations_main_mob{
    max-width:375px;
    margin:0px auto;
}
.interations_main_mob .integrations-top-logo{
    position:relative;
    height:218px;
}

.interations_main_mob h3{
    font-size: 13px;
    font-weight: 400;
    color: #878787;
    height:32px;
    text-align:center;
}
.logo-hold-div-mb{
    position:relative;
}

.interations_main_mob .integrations-top-logo .logo-hold-mb .logo_mb_bg{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 1px 6px;
    display: block;
    margin-bottom:0.5rem;
}
.interations_main_mob .integrations-top-logo .logo-hold-mb .logo_mb_bg figure{
    position: relative;
    overflow: hidden;
    padding-bottom: 48%;
}
.interations_main_mob .integrations-top-logo .logo-hold-mb .logo_mb_bg figure img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: contain;
    position: absolute;
    top: 0px;
    left: 0px;
}
/*========Logo---Bottom--Center--============*/
.mian_logo_center_mb  {
    background-color: #210a00;
    border-radius: 9px;
    border: 1px solid #210a00;
    max-width:275px;
    max-height:250px;
    height:100%;
    width:100%;
    margin:1.3rem auto;
    text-align: center;
    position: relative;
    z-index: 9;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}
.mian_logo_center_mb .brand_logo_mb .figure_hold_mb {
    max-width: 100%;
    margin: 0px auto;
    padding: 2.5rem 0.6rem 2rem;
    position: relative;

}
.mian_logo_center_mb h4{
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    position: relative;
    left: 26px;
    top: -13px;

}
.mian_logo_center_mb .btn-hold .btn{
    border-color:#c0943d !important;
    color:#fff !important;	
}
.mian_logo_center_mb .btn-hold .btn:hover{
    color:#fff !important;
    background-color:#c0943d !important;
    border-color:#c0943d !important;

}
/*========Logo---Bottom--Start--============*/
.integrations-bottom-logo{
    position: relative;
    margin-top:3rem;
}

.integrations-bottom-logo .logo-hold-div-mb .logo-hold-mb .logo_mb_bg{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 1px 6px;
    margin-bottom:0.5rem;
}
.integrations-bottom-logo .logo-hold-div-mb .logo-hold-mb .logo_mb_bg figure img{
    max-width: 100px;
    object-fit: contain;
    width: 100%;
    object-position: center;
}
.integrations-bottom-logo .logo-hold-div-mb .logo-hold-mb .logo_mb_bg picture img {
    max-height: 45px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


/*===========Animation--css---start--===============*/


.circle {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ffcc42;
    border-radius: 50%;
    top: 0px;
}

/*===========Animation--css---top--start--===============*/

.accounting-svg-sec-mb.pulse-box svg{
    width:100%;
    height:100%;
}
.accounting-svg-sec-mb.pulse-box {
    position: absolute;
    top: 64px;
    z-index: -1;
    left: 34px;
    height:400px;
}
.accounting-svg-sec-mb .pulse {
    offset-path: path("M 0 0 V 0 V 0 L 0 1 L 0 36 L 0 96 C 0 141 22 134 50 135 C 79 134 97 134 99 166 L 103 220 L 105 297 M 0 0 V 0 V 0 L 0 1 L 0 36 L 0 112 M 0 0 V 0 V 0 L 0 1 L 0 36 M 0 0 V 0 V 0 L 0 1 L 0 2 M 0 0 L 0 1"
        );
    animation: pulse 2s  infinite linear;
}
@keyframes pulse {
    100% {
        offset-distance: 100%;
    }
}

/*-----------------Inventory---Start---------------*/
.inventory-svg-sec-mb.pulse-box svg{
    width:100%;
    height:100%;
}
.inventory-svg-sec-mb.pulse-box {
    position: absolute;
    top: 61px;
    z-index: -1;
    left: 50px;
    height:400px;
}
.inventory-svg-sec-mb .pulse {
    offset-path: path("M 2 0 L 2 45 L 2 152 L 2 265"
        );
    animation: pulse 1.6s  infinite linear;
}
@keyframes pulse {
    100% {
        offset-distance: 100%;
    }
}

/*-----------------Inventory---End-----------------*/


/*-----------------Retail-POS---End-----------------*/
.retail-pos-svg-sec-mb.pulse-box svg{
    width:100%;
    height:100%;
}
.retail-pos-svg-sec-mb.pulse-box {
    position: absolute;
    top: 61px;
    z-index: -1;
    right: 30px;
    height: 400px;
    width: 137px;
}
.retail-pos-svg-sec-mb .pulse {
    offset-path: path("M 131 0 L 131 0 L 131 0 L 132 45 L 133 96 C 134 138 118 138 92 138 L 72 138 C 37 138 33 145 33 177 L 30 392"
        );
    animation: pulse 1.6s  infinite linear;
}
@keyframes pulse {
    100% {
        offset-distance: 100%;
    }
}

/*-----------------Retail-POS---End-----------------*/


/*-----------------Marketing Channels---End-----------------*/
.marketing-svg-sec-mb.pulse-box svg{
    width:100%;
    height:100%;
}
.marketing-svg-sec-mb.pulse-box {
    position: absolute;
    top: -103px;
    z-index: -1;
    height: 400px;
    width: 137px;
}
.marketing-svg-sec-mb .pulse {
    offset-path: path("M 90 0 L 90 62 C 90 97 96 135 63 136 L 55 136 C 27 138 33 153 33 177 L 33 189"
        );
    animation: pulse 1.6s  infinite linear;
}
@keyframes pulse {
    100% {
        offset-distance: 100%;
    }
}

/*-----------------Marketing Channels---End-----------------*/


/*-----------------payment---End-----------------*/
.payment-svg-sec-mb.pulse-box svg{
    width:100%;
    height:100%;
}
.payment-svg-sec-mb.pulse-box {
    position: absolute;
    top: -180px;
    z-index: -1;
    left: 36px;
    height: 400px;
}
.payment-svg-sec-mb .pulse {
    offset-path: path("M 2 0 L 2 45 L 2 152 L 2 265"
        );
    animation: pulse 1.6s  infinite linear;
}
@keyframes pulse {
    100% {
        offset-distance: 100%;
    }
}

/*-----------------payment---End-----------------*/


/*-----------------whatsApp---End-----------------*/
.whatsApp-svg-sec-mb.pulse-box svg{
    width:100%;
    height:100%;
}
.whatsApp-svg-sec-mb.pulse-box {
    position: absolute;
    top: -146px;
    z-index: -1;
    right: -22px;
    height: 400px;
    width: 137px;
}
.whatsApp-svg-sec-mb .pulse {
    offset-path: path("M 23 0 C 24 48 24 74 24 139 C 24 162 27 178 54 179 C 75 181 79 187 79 214 L 79 279"
        );
    animation: pulse 1.6s  infinite linear;
}
@keyframes pulse {
    100% {
        offset-distance: 100%;
    }
}

/*-----------------whatsApp---End-----------------*/



/*==================emailmarketing========================*/
.emailmarketing-svg-sec.pulse-box svg{
    width:100%;
    height: 194px;
    overflow: visible;
}
.emailmarketing-svg-sec.pulse-box {
    position: absolute;
    top: 50px;
    z-index: -1;
    left: -75px;
    width: 450px;
}
.emailmarketing-svg-sec .pulse {
    offset-path: path("M 126.541 1.972 C 99.795 2.16 93.768 1.783 82.052 1.792 C 68.289 1.563 45.81 1.104 46.039 -31.238 V -60.939 C 44.472 -85.829 37.223 -99.119 7.5 -99.844 H -135.459"
        );
    animation: pulsew 2.5s  infinite linear;
}
@keyframes pulsef {
    from {
        offset-distance: 100%;
    }
    to {
        offset-distance: 0%;
    }
}				 
/*==================emailmarketing========================*/
.smsnotifications-svg-sec.pulse-box svg{
    width:100%;
    height: 194px;
    overflow: visible;
}
.smsnotifications-svg-sec.pulse-box {
    position: absolute;
    top: 52px;
    z-index: -1;
    left: -72px;
    width: 450px;
}
.smsnotifications-svg-sec .pulse {
    offset-path: path("M 134.77 1.764 C 111.888 1.228 100.09 1.407 67.42 1.065 C 43.806 1.511 25.902 -7.193 25.902 -54.904 V -98.796 C 25.398 -120.816 29.068 -163.71 -9.468 -165.775 H -94.081"
        );
    animation: pulsew 2.5s  infinite linear;
}
@keyframes pulsef {
    from {
        offset-distance: 100%;
    }
    to {
        offset-distance: 0%;
    }
}					
/*===================Animation--End==========*/
/*============Media-Css--Start-============*/
@media (min-width:768px){
    .logo-hold-div .logo_hold .logo_bg{
        width:83px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .integrations_card_logo_right logo-hold-div .logo_hold .logo_bg{
        width:93px;
    }
    .logo-hold-div .logo_hold .logo_bg.fit-w-cont{
        width:fit-content;
    }
    .logo-hold-div .logo_hold .logo_bg.zoho-in{
        width:110px;
    }
}
@media (min-width:992px) and (max-width:1280px){
    .logo-hold-div .logo_hold .logo_bg{
        width:65px;
    }	
}
@media (max-width:767px){
    .integrations_card_logo_right::before, .integrations_card_logo::before{
        background:linear-gradient(to top, rgba(0, 0, 0, 0), #f0f2f6);
        border-top-right-radius: 13px;
        border-top-left-radius: 13px;
        border-bottom-left-radius: 0px;
    }
    .integrations_card_logo_right, .integrations_card_logo{
        padding-left: 1.5rem;
        padding-right:0px;
    }
    .mian_logo_center{
        margin: 2rem 0rem 2.5rem;
    }
    .integrations_card_logo_right::before{
        height:70%;
    }
}
/*  ================================================== 
    End Integration-animation 
    ===================================================*/

.api-integraton > div { min-height:60px; display:flex; align-items: center; justify-content: center; padding-left: 1em; padding-right: 1em; margin: 10px;}
.api-integraton > div img { max-height:40px; max-width:120px;}

.apps-panel-features .app-icon { width: auto; height: auto;}
@media (min-width: 992px) {
    .apps-panel-features.row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }
}
@media (min-width: 1400px) {
    .apps-panel-features.row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 10%;
    }
}
@media (min-width: 1600px) {
    .apps-panel-features.row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 8.33333%;
    }
}
ul.ks-cboxtags li {margin:0.2rem 0.1em !important}
ul.ks-cboxtags li label{
    display: inline-block;
    border:solid 1px #333333;
    color: #333333;
    border-radius: 4px;
    white-space: nowrap;    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 12px;
    cursor: pointer;
}
ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    background-color: var(--colorgreen);
    color: #fff;
    transition: all .2s;
}
ul.ks-cboxtags li input[type="checkbox"] {position: absolute;  opacity: 0;}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {  /*border: 2px solid #e9a1ff;*/}


/*  ============= Themes =============
    =====================================*/
.themes-sec{
    background-color:#fff;
}

.themes-sec .ind-theme-pnl-bg .ind-sub-heading{
    text-transform:uppercase;
    font-size:14px;
    font-weight:400;
    display:inline-block;
    border-bottom:2px solid #000;
}
.themes-sec .allindus .choose-theme ul label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 14px;
}
.themes-sec .allindus .choose-theme ul label .checkbox{
    margin-left:6px;
}
.themes-sec .allindus .choose-theme ul label input[type=checkbox] {
    position: relative;
    border: 1px solid #666666;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 17px;
    width: 17px;
    -webkit-appearance: none;
    opacity: .5;
}
.themes-sec .allindus .choose-theme ul label input[type=checkbox]:hover {
    opacity: 1;
}

.themes-sec .allindus .choose-theme ul label input[type=checkbox]:checked {
    background-color: #666666;
    opacity: 1;
}

.themes-sec .allindus .choose-theme ul label input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}
.m-allindus { display: none;}
@media(min-width:768px){
    .themes-sec .allindus .choose-theme ul{
        list-style: none;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }	
}
@media(min-width:1200px){
    .themes-sec .allindus .choose-theme ul{
        list-style: none;
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }	
}
@media(min-width:1600px){
    .themes-sec .allindus .choose-theme ul{
        list-style: none;
        -webkit-column-count: 7s;
        -moz-column-count: 7;
        column-count: 7;
    }	
}

@media(min-width:768px){
    .themes-sec .ind-theme-pnl-bg h1{
        font-size:35px;
        max-width:400px;
    }
    #all-themes011{
        --bs-gutter-x: 2rem !important;
        --bs-gutter-y: 2rem !important;   
    }	
    .all-themes  .caption-hold.d-grid {
        grid-template-columns: 100px 40px 100px;
    }
}

@media(max-width:767px){
    .m-allindus {
        position: relative;
        display: block;
        top: 15px;
    }
    .m-allindus .title {
        position: relative;
        color: #fff;
        margin: 0;
        font-size: 14px;
        padding: 13px;
        background: #2e222e;
        border-radius: 3px;
    }
    .m-allindus .title:after {
        position: absolute;
        top: 10px;
        right: 10px;
        background: url(../images/link-right-arrow.png) no-repeat 0 0;
        background-size: cover;
        width: 25px;
        height: 25px;
        content: '';
        z-index: 8;
        transition: all .5s ease;
    }
    .allindus {
        display: none;
        padding: 0px 16px;
        position: relative;
        top: -9px;

    }
    .theme-list .all-themes-box{
        padding:7px;
        border-radius:10px;
    }
    .all-themes .caption-hold .text-hold{
        font-size:16px;
    }
    .all-themes  .caption-hold.d-grid {
        grid-template-columns: 70px 20px 70px;
    }
}

.screen {
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 12px;
    cursor: n-resize;
    border:solid 1px #aaa;
    transition: 3s all ease;
    border-radius:0;
    overflow: hidden;
}
.screen:hover {border:solid 1px #333; box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 12px;}
.screen img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 500px;
    transition: 10s all ease;
}
.screen img:hover {
    object-position: bottom;
    transition: 15s all ease;
}
.themes-details-slider .screen img {height:615px;}

.all-themes .browser-strip {
    height: 26px;
    width: 100%;
    display: block;
    background: #f0f0f0;
    position: relative;
    border-bottom: none;
    justify-content: start;
    align-items: center;
    padding-top: 0px !important;
    padding-left: 5px;
}
.all-themes .browser-strip .dot-red {
    background: #ed5e38;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    margin-left: 0.2rem;
}
.all-themes .browser-strip .dot-organge {
    background: #ffa538;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    margin-left: 0.2rem;
}
.all-themes .browser-strip .dot-green {
    background: #70bea9;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    margin-left: 0.2rem;
}

.mobile {
    background-color: #ffffff;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.02);
    border-radius:6px;
}


/*  =============================
    About Us
    ================================*/
.about-page-top{
    background-color: #131c2d;
    color: #fff;
}
.about-page-top #aboutus_content .top_text{
    border-bottom:1px solid #ffe083;
    font-size: 16px;
}

.over-value-sec .figure-hold {
    max-width: 630px;
    margin: 0px auto;
}
.over-value-sec .figure-hold figure{
    position: relative;
    padding-bottom:100%;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: rgba(17, 17, 26, 0.2) 7px 7px 4px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.img-with-text-ovl-sec .imagetext-overlay-img picture {
    position: relative;
    padding-bottom:43%;
    overflow: hidden;
    display: block;
}
.over-value-sec .figure-hold figure img, .img-with-text-ovl-sec .imagetext-overlay-img picture img{
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.vision-reality-sec .lft-box-bg{
      /* background-image: url(../images/bg-img-vision.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 1.5rem 4rem;
    position: relative;
    background: #ffea33;
    top: -88px;
}
.vision-reality-sec .lft-box-bg p{
    font-size: 23px;
    line-height: normal;
    position: relative;
}
.vision-reality-sec .lft-box-bg p::after{
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0px;
    width: 70px;
    height: 2px;
    background-color: #000;
}
.vision-reality-sec .lft-box-bg p .brnad_name{
    font-weight: 600;
}
.our-noth-star-sec{
    background-color: #f6f5ed;
}

.left-navigation .features-side-bar a, .left-navigation a {
    color: #444;
    text-decoration: none;
}
.left-navigation li a {
    display: block;
    transition: all 0.25s;
}
.left-navigation li {
    margin: 0.7em 0;
}
.left-navigation li a{
    position: relative;
    padding-left: 2em
}
.left-navigation li a.active, .left-navigation li a:hover {
    color: #01684b;
}
.left-navigation li a::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 2px;
    display: block;
    height: 100%;
    background-color:transparent;
}
.left-navigation li a.active::before{
    background-color: #01684b;
}
.left-navigation .select-tab-nav{
    position: relative;
}
.left-navigation .select-tab-nav::before{
    content: '';
    position: absolute;
    top: 0px;
    left:0;
    height: 100%;
    width: 2px;
    background-color: #c9c6c2;
}
.img-with-text{
    background-color: #131c2c;
    color: #fff;
}
.img-with-text .img-hold figure{
    position: relative;
    overflow: hidden;
    padding-bottom:80%;
}
.img-with-text .img-hold figure img{
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:center;
}

.we-driven-bg {}
@media(min-width:768px){
    .we-driven-bg {background: url('../images/img-with-text-goal.jpg') no-repeat center right #131c2c; background-size: 45%;}
    .our-noth-star-sec .features-side-bar {top: 2em; width: auto; max-width: 320px;}
    .our-noth-star-sec .left-navigation { margin-top: 3em; margin-bottom: 2em;}
}
.our-noth-star-sec .figure-hold  figure {
    position: relative;
    overflow: hidden;
    padding-bottom:100%;
    border-radius: 24px;
}
.our-noth-star-sec .figure-hold  figure img{
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media(max-width:992px){
    .our-noth-star-sec .figure-hold  { max-width: 300px; margin-left: auto; margin-right: auto;}
}

.vision-reality-sec{
    position: relative;
}
/*======================temp====================*/
.made-in-india-sec, .made-in-india-sec h2  {color: #091429 !important;}
.made-in-india-sec .heart-icon {
    font-weight: 500;

}

/* ===============Desktop------Css-------Start--=============== */
@media(min-width:768px){
    .our-noth-star-sec{
        padding-bottom: 4.5rem !important;
    }
}
@media (min-width: 1320px) {
    .container-fluid {
        max-width: 1920px;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x)* 2.5);
        padding-left: calc(var(--bs-gutter-x)* 2.5);
    }
    .about-page-top .main-banner h1, .experience-text h2{
        font-size: 3rem;
    }
    .about-page-top #aboutus_content p{
        font-size: 17px;
    }
    .vision-reality-sec .lft-box-bg p{
        font-size: 27px;
    }
}
@media(max-width:767px){
    .left-navigation li a {padding-left: 1em;}
    .img-with-text-ovl-sec .imagetext-overlay-img picture{
        padding-bottom: 100%;
    }
    .vision-reality-sec .lft-box-bg{
        padding: 8rem 2rem 4rem;
        top: -40px;
    }
    .vision-reality-sec .col-md-3{
        height: 225px;
    }
    .our-noth-star-sec{
        padding-top: 2.5rem !important;
        padding-bottom: 2rem !important;
    }
    .left-navigation li {margin: 0.6em 0;}
    .left-navigation .select-tab-nav::before{left: -3px;}
}
/*  ====================  End ===============*/


:root {
    --color-text: navy;
    --size: clamp(10rem, 1rem + 45vmin, 25rem);
    --gap: calc(var(--size) / 20);
    --duration: 100s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}

.marquee-2 {
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap);
    -webkit-mask-image: linear-gradient(
        var(--mask-direction, to right),
        hsl(0 0% 0% / 0),
        hsl(0 0% 0% / 1) 20%,
        hsl(0 0% 0% / 1) 80%,
        hsl(0 0% 0% / 0)
        );
    mask-image: linear-gradient(
        var(--mask-direction, to right),
        hsl(0 0% 0% / 0),
        hsl(0 0% 0% / 1) 20%,
        hsl(0 0% 0% / 1) 80%,
        hsl(0 0% 0% / 0)
        );
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    -webkit-animation: scroll-x var(--duration) linear infinite;
    animation: scroll-x var(--duration) linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .marquee__group {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }
}
.marquee--vertical {
    --mask-direction: to bottom;
}
.marquee--vertical,
.marquee--vertical .marquee__group {
    flex-direction: column;
}
.marquee--vertical .marquee__group {
    -webkit-animation-name: scroll-y;
    animation-name: scroll-y;
}
.marquee--reverse .marquee__group {
    animation-direction: reverse;
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
}
@-webkit-keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }
    to {
        transform: translateX(var(--scroll-end));
    }
}
@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }
    to {
        transform: translateX(var(--scroll-end));
    }
}
@-webkit-keyframes scroll-y {
    from {
        transform: translateY(var(--scroll-start));
    }
    to {
        transform: translateY(var(--scroll-end));
    }
}
@keyframes scroll-y {
    from {
        transform: translateY(var(--scroll-start));
    }
    to {
        transform: translateY(var(--scroll-end));
    }
}

/* Element styles */
.marquee-2 svg,
.marquee-2 figure
{
    display: grid;
    place-items: center;
    /* width: var(--size); */
    fill: var(--color-text);
    aspect-ratio: 1/1;
    /* padding: calc(var(--size) / 10); */
    border-radius: 0.5rem;
    /* background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);*/
}
.marquee--vertical img { border-radius:25px; border:solid 1px #ccc; padding: 5px; opacity: 0.8}
.marquee--vertical svg,
.marquee--vertical figure
{
    /*aspect-ratio: 1;*/
    /* width: calc(var(--size) / 1.5); */
    /* padding: calc(var(--size) / 6); */
    padding: 2px;
}

/* Parent wrapper */
.wrapper-logos {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 100vw;
}
.wrapper--vertical {
    flex-direction: row;
    height: 55vh;
}
@media(max-width:767px){
    .wrapper--vertical  {height: 30vh;}
}
@-webkit-keyframes fade {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fade {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

/* ==== Parent wrapper ==== */
input.error {border: 1px solid #FF0000;}
label.error {color: #FF0000; font-weight: 300; font-size: 13px;}





/*-------Industry landing page---------*/
.industries-theme-sec h3{
    font-size: 1.188rem;
    font-weight: 400;
}
.industries-theme-sec .text-caption-hold h3{
    font-weight: 400;
}
.user-friendly-customers-sec .text-caption-hold h3, .text-col-with-smart-checkout-box .text-caption-hold h3, .order-return-management-sec .text-caption-hold h3, .icon-with-text-col .iocn-text-caption h3{
    font-weight: 500;
}
.industries-theme-sec .text-caption-hold p{
    color: #484848;
}
.main-theme-thumb-hold{
    height: 100%;
    border-radius: 6px;
    background-color: #f8f9fa;
    border:1px solid #d0e8db;
    padding: 1rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.text-col-outline-border{
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 1.5rem;
}
.text-col-with-img{
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 1.5rem;
    height: 100%;
}
.product-features-sec .text-col-box-with-bg{
    background-color: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    padding: 2rem 2rem;
    width: 100%;
    height: 100%;
}
.product-features-sec .text-col-feature-produc{
    border-radius: 6px;
    padding: 1.5rem 1rem;
    border: 1px solid #e2e2e2;
    height: 100%;
}
.product-features-sec .text-col-feature-produc.size-filter{
    background-color: #f8fefb;
    border-color: #d0e8db;
}
.main-theme-thumb-hold .theme-thumb-caption p{
    font-size: 20px;
    color: #484848;
}
.product-option-customize-sec .product-option-bg{
    background-color: #181818;
    border-radius: 16px;
    padding: 1.5rem;
}
.shop-the-look-sec .product-option-bg{
    background-image: url('../images/shop-the-look-bg-img.png');
    background-position: right;
    background-repeat: no-repeat;

}
.bogo-sec .product-option-bg{
    background-image: url('../images/bogo-bg-img.png');
    background-position: right;
    background-repeat: no-repeat;

}
.reward-point-sec .product-option-bg{
    background-image: url('../images/reward-point-bg-img.png');
    background-position:right bottom;
    background-repeat: no-repeat;


}
.product-option-customize-sec .product-option-bg .btn-hold .btn{
    padding: 11px 35px !important;
    border-radius: 24px;
    border: 2px solid;
    border-color: #fff;
    color: #fff !important;
    font-weight: 500;
}
.product-option-customize-sec .product-option-bg .btn-hold .btn:hover{
    background-color: #fff !important;
    color: #000 !important;
}
.smart-chekout-option-sec .text-col-with-smart-checkout-box{
    background-color: #e7e7e7;
    border-color: #e7e7e7;
    border-radius: 12px;
}
.marketing-sec .text-col-with-smart-checkout-box{
    border-radius: 12px;
}
.text-col-with-smart-checkout-box{
    background-color: #e7e7e7;
    border-color: #e7e7e7;
}
.smart-chekout-option-sec .text-col-with-smart-checkout-box h3{
    font-size: 35px;
}
.smart-chekout-option-sec .text-col-with-smart-checkout-box .btn{
    padding: 10px 31px !important;
    border-radius: 24px;
    border: 1px solid;
    border-color: #000000;
    color: #000000 !important;
    font-weight: 500;
}
.smart-chekout-option-sec .text-col-with-smart-checkout-box .btn:hover{
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000 !important;
}
.text-col-box-with-bg-light-bg{
    background-color: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    height: 100%;
    padding: 1.5rem 2rem;
}
.return-mangement-sec .icon-with-text-col{
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    border-radius: 6px;
    padding: 1.5rem;
}
.text-col-with-smart-checkout-box .btn-outline-primary{
    padding: 10px 31px !important;
    border-radius: 24px;
    border: 1px solid;
    border-color: #000000;
    color: #000000 !important;
    font-weight: 500;
}
.text-col-with-smart-checkout-box .btn-outline-primary:hover{
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000 !important;
}
.text-col-with-smart-checkout-box .text-caption-hold h4{
    font-size: 22px;
}
.faqs-sec .accordion-item .accordion-header .accordion-button{
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
.faqs-sec .accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
}
.faqs-sec .accordion-item .accordion-button:not(.collapsed){
    border-radius: 0px;
}
.faqs-sec .accordion-item {
    border-radius: 0px;
    border-left: none;
    border-right: none;
}
.faqs-sec .accordion-button:focus{
    box-shadow: none;
}
.faqs-sec .accordion-item .accordion-body{
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 26px;
    color: #484848;
}
.industries-theme-sec .box-hover-css{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: 0.4s all 0.4s ease-in-out;
}
.industries-theme-sec .box-hover-css:hover{
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    transform: translateY(-3px);
}
.faqs-sec .top-title-faqs{
    font-weight: 500;
}

/*-------diy css page---------*/
.diy-main-banner .banner-title-hold ul li{
    position:relative;
    padding-left:2rem;
    margin-bottom:.3rem;
}
.diy-main-banner .banner-title-hold ul li::before{
    content:'';
    position:absolute;
    top:-2px;
    left:0px;
    background-image:url('../images/check-icon.png');
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    width: 30px;
    height: 30px;
    max-width:20px;		
} 
.personalize-layout-sec{
    background: linear-gradient(-45deg, #deeafe, #fff4f4);
}
.promote-ec-sec{
    background-color:#f2f6ff;
}
.promote-ec-sec .text-col-img-hold .figure-hold{
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 1.5rem;
    height: 100%;
    background-color:#fff;
    margin-bottom:0.3rem;
}
.testmonil-sec .founder-img-hold img{
    width:80px;
    height:80px;
    border-radius:50%;
    background-color:#fff;
    border:1px solid #e9e9e9;	
    object-fit: contain;	  
}
.testmonil-sec .t-card svg{
    background-color:#fff3e6;
}
.testmonil-sec .t-card .text-title{
    color:#392e5e;
}
.testmonil-sec .carousel-indicators button{
    border:1px solid #757575 !important;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.testmonil-sec .carousel-indicators{
    border-radius:24px;
    border:1px solid #858585;
    padding:10px 7px;
    max-width:87px;
    margin:0px auto;
}
.steps-to-create-sec .img-figure-hold{
    height:100%;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 4.5rem;
    height: 100%;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    display:flex;
    align-items:center;
}
.faq-sec-page  .faqs-hold{
    border: 1px solid #dad2e9;
    border-radius: 6px;
    padding: 3rem 5rem;
    height: 100%;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}

.text-gnt{
    background: linear-gradient(to right, #dc3545 0%, #005dd1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.choose-theme-sec .figure-hold{
    max-height:430px;
    border-radius:6px;
}
.choose-theme-sec{
    background: linear-gradient( #fff, #eff5ff);
}

.swiper {overflow: visible;}
.swiper-button-next, .swiper-button-prev {position: absolute; top:-1.8rem;}
.swiper-button-next, .swiper-button-prev {
    color: inherit;
    border: solid 1px;
    line-height: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.swiper-button-next::after, .swiper-button-prev::after {font-size: 0.8em;}
.swiper-button-next {left: auto;right: 0;}
.swiper-button-prev {left: auto;right: 40px;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { background: none;}
@media (min-width: 1024px) {
    .swiper-button-next, .swiper-button-prev {position: absolute; top: -3rem;}
}
.swiper-scrollbar, .swiper-pagination {bottom: -1.8em !important;}

@media (max-width: 767px) {
    .portfolio-link .fs-5 {font-size: 1.1rem !important}
}

.personalize-layout-sec .figure-hold{
    height: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    height: 100%;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    display: flex;
    align-items: center;
}
.personalize-layout-sec .lft-text-hold .text-box{
    height: 100%;
    transition:all 0.4s ease;
    border-radius: 6px;
    padding: 1.5rem;
    height: 100%;
    background: linear-gradient( #f6f1f6, #f1eff7);
}
.personalize-layout-sec .lft-text-hold .active .text-box{
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    background: #fff;
}
.unique-ec-sec .text-col-with-img  .figure-hold img{
    /*max-height:200px;*/
    object-fit: contain;
}
.promote-ec-sec .text-col-img-hold .figure-hold{
    min-height: 331px;
    align-content: center;
}

.personalize-layout-sec .tabs-section {
    display: none;
}
.personalize-layout-sec .tabs-section.active {
    display: block;
}
.personalize-layout-sec .lft-text-hold .tab-link{
    text-decoration:none;
}
.personalize-layout-sec .lft-text-hold ul{

}


/*------------Jewellery---css-----start--------*/

.jewellery-main-slider-hold{
    background: linear-gradient(45deg, #fcf9f5, #f4f3f1);
}
.jewellery-ecommerce-sec .text-col-img-hold .figure-hold{
    /*
        border: 1px solid #e2e2e2;
        padding: 1.5rem 0.8rem;
        height: 100%;
        background-color: #fff;
        margin-bottom: 0.3rem;
        border-radius: 6px;
    */
}
.jewellery-ecommerce-sec{
    border-top:1px solid #d4d4d4;
    border-bottom:1px solid #d4d4d4;
}
.join-thousands-sec .carousel-indicators button{
    border: 1px solid #757575 !important;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.join-thousands-sec .carousel-indicators{
    bottom:-50px;
    margin-bottom:0px;
    border-radius: 24px;
    border: 1px solid #858585;
    padding: 10px 7px;
    max-width: 87px;
    margin: 0px auto;
}
.jewellery-ecommerce-sec .btn{
    background-color:transparent !important;
    padding:0px !important;
    border:none !important;
    border-bottom:1px solid #01684b !important;
    border-radius:0px !important;
}
.jewellery-ecommerce-sec .btn:focus{
    box-shadow:none;
}
.product-variants-sec .rtl-image-with-text .varint-box-hold{
    display:flex;
    gap:13px;
}
.product-variants-sec .rtl-image-with-text .varint-box-hold .box{
    background-color:#f3f3f3;
    border-radius:6px;
    padding:11px 15px;
}
.product-variants-sec .rtl-image-with-text .varint-box-hold .box{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
}
.product-variants-sec .rtl-image-with-text .varint-box-hold .box .color-hold-box{
    width:25px;
    height:25px;
    display:inline-block;
    border-radius:50%;
    background-color:#f0d094;
}

.product-variants-sec .figure-hold figure img{
    border-radius:6px;
}
.dynamic-pricing-sec{
    background-color:#f2f6ff;
}
.dynamic-pricing-sec .list-hold .fs-5{
    font-weight:500;
    font-size:17px;
}


/*-------------global commerce----css-----------*/
.why-choose-shopaccino-sec{
    background-color:#f2f6ff;	
}
.benefits-of-multi-currency-sec{
    border-bottom:1px solid #d1d1d1;
}
.gb-faqs-sec .accordion-item {
    border-radius: 0px;
    border-left: none;
    border-right: none;
}
.gb-faqs-sec .accordion-item .accordion-header .accordion-button {
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
.gb-faqs-sec .accordion-button.collapsed {
    background-color: #ffffff !important;
    border: none;
}
.gb-faqs-sec .accordion-item .accordion-button {
    border-radius: 6px !important;
}
.gb-faqs-sec .accordion-item .accordion-body {
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 26px;
    color: #484848;
}
.gb-faqs-sec .accordion-button:focus {
    box-shadow: none;
    border:none;
}
.gb-faqs-sec .accordion-button:not(.collapsed){
    background-color:transparent;
}

/*----------Mobile----App-------Css-------*/

.engage-customers-notifications ul li {
    font-size: 16px;
    color: #000;
    position: relative;
    padding-left: 2.2rem;
    margin-bottom: .6rem;
}
.engage-customers-notifications ul li::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url('../images/check-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 30px;
    max-width: 20px;
}
.home-screen-customization-sec .text-wiht-icon .icon-box{
    position:relative;
}
.home-screen-customization-sec .text-wiht-icon .icon-box::before{
    content:'';
    position:absolute;
    top:0;
    left:9px;
    width:30px;
    height:30px;
    background-color:#e6f9e5;
    border-radius:50%;
    z-index:-1;
}
.custm-list-tick li{
    font-size: 16px;
    color: #000;
    position: relative;
    padding-left: 2.2rem;
    margin-bottom: .6rem;
}
.custm-list-tick li::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url('../images/check-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 30px;
    max-width: 20px;
}
.premium-app-integrations-sec .img-with-text-icon-sec .icon-with-text-col .icon-hool .icon-figure{
    position:relative;
}
.premium-app-integrations-sec .img-with-text-icon-sec .icon-with-text-col .icon-hool .icon-figure::before{
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 30px;
    height: 30px;
    background-color: #e6f9e5;
    border-radius: 50%;
    z-index: -1;
}
.premium-app-integrations-sec .img-with-text-icon-sec h3{
    font-size:20px;
    margin-bottom:0px;
}



/* ---------Desktop----------Css------------------- */
@media(min-width:767px){
    .industries-theme-sec h2{
        font-size: 2.25rem;
    }

    .product-option-customize-sec .product-option-bg  h2{
        max-width: 300px;
    }
    .product-option-customize-sec .product-option-bg{
        padding: 2.7rem 3rem 2rem;
    }
    .smart-chekout-option-sec .text-col-with-smart-checkout-box{
        padding: 1.5rem 2.5rem;
    }
    .text-col-box-with-bg-light-bg{
        padding: 2rem 2.5rem;
    }
    .return-mangement-sec .icon-with-text-col{
        padding: 2.5rem 2rem 3rem;
        margin: 0px 6px;
    }
    .faqs-sec .accordion-item .accordion-body{
        font-size: 17px;
    }
    .create-web-builder-sec{
        --bs-gutter-x: 1.8rem !important;
    }
    .industries-theme-sec .text-caption-hold h3, .industries-theme-sec h3{
        font-size: 1.563rem;
    }
    .industries-theme-sec .text-caption-hold p{
        font-size: 17px;
    }
    .inventory-management-img-size figure img{
        max-width: 300px;
        margin: 0px auto;
    }
    .product-filter-img-hold figure img{
        max-width: 450px;
        width:100%;
    }
    .text-col-with-smart-checkout-box .text-caption-hold h3{
        font-size: 2rem;
    }
    .smart-chekout-option-sec .row.pt-lg-4, .marketing-sec .row.pt-lg-4, .gb-ecom-sec .gb-ecom-row-hold{
        --bs-gutter-x: 2rem;
    }
    .order-return-management-sec .row .col-12.mb-md-3 p{
        font-size: 20px;
    }
}
/* ---------Desktop----------Css---End---------------- */


/* ---------Mobile----Css-----Start------------ */
@media(max-width:767px){
    .main-theme-thumb-hold .theme-thumb-caption p{
        font-size: 16px;
    }
    .industries-theme-sec .text-caption-hold h3, .industries-theme-sec h3{
        font-size: 1.125rem;
    }
    .product-features-sec .text-col-box-with-bg{
        padding: 1rem;
    }
    .product-features-sec .text-col-feature-produc, .text-col-with-img{
        padding: 1rem;
    }
    .shop-the-look-sec .product-option-bg{
        background-position: left;
    }
    .smart-chekout-option-sec .text-col-with-smart-checkout-box{
        padding-bottom: 1.8rem;
    }
    .text-col-with-smart-checkout-box .text-caption-hold h3{
        font-size: 1.688rem;
    }
    .marketing-sec .text-col-with-smart-checkout-box .logo-img figure img{
        max-width: 50px !important;
        margin-bottom: 23px;
    }
    .marketing-sec .text-col-with-smart-checkout-box .logo-img.meta-fec-logo figure img{
        max-width: 100px !important;
        margin-bottom: 23px;
        margin-top: 10px;
    }
    .product-option-customize-sec .product-option-bg .btn-hold .btn{
        padding: 8px 30px !important;
    }
    .gb-ecom-sec .gb-ecom-row-hold {
        --bs-gutter-y: 1rem;
    }
    .gb-ecom-sec .gb-ecom-row-hold .text-col-with-img{
        padding-bottom: 1.8rem;
    }
    .faqs-sec .accordion-item .accordion-header .accordion-button{
        font-size: 17px;
    }

    .diy-main-banner .banner-title-hold ul li{
        font-size:16px;
    }
    .diy-main-banner .banner-title-hold ul li::before{
        max-width: 16px;
        top: 2px;
        left: 8px;
    }
    .choose-theme-sec .thumb_with_text_column  h3{
        font-size:17px !important;
    }
    .choose-theme-sec .thumb_with_text_column h4{
        font-size:17px !important;
    }
    .choose-theme-sec .swiper-container {
        margin-bottom: .5em;
    }
    .testmonil-page-sec .carousel-indicators{
        bottom:-44px;
    }
    .steps-to-create-sec .fs-4{
        font-size:18px !important;
    }
    .faq-sec-page .faqs-hold{
        padding: 1.5rem 1.3rem;
    }
    .product-variants-sec .rtl-image-with-text .varint-box-hold .box{
        gap: 5px;
        padding: 9px 7px;
    }
    .product-variants-sec .rtl-image-with-text .varint-box-hold .box .fw-bold{
        font-size:12px;
    }
    .product-variants-sec .rtl-image-with-text .varint-box-hold .box .color-hold-box{
        width: 18px;
        height: 18px;
    }
    .product-variants-sec .rtl-image-with-text .varint-box-hold{
        gap: 6px;
    }
    .gb-faqs-sec .accordion-item .accordion-header .accordion-button{
        font-size:16px;
    }
    .premium-app-integrations-sec .img-with-text-icon-sec .icon-with-text-col .icon-hool .icon-figure {
        margin-bottom: 0.6rem;
    }
}


/* common */
.ribbon {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 200px;
    padding: 6px 0;
    color: #000;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-align: center;
    background-color: #ffda6a;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}
.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}
/*
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
*/

.wh-ap-btn {
    outline: none;
    width: 50px;
    height: 50px;
    border: 0;
    background-color: #25d366;
    padding: 0;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    cursor: pointer;
    transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
    font-size: 1.5em;
    color: #fff;
}

.wh-ap-btn::after {
    /*content: "";
    background-image: url("//i.imgur.com/cAS6qqn.png");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
}

.wh-ap-btn:hover {
    opacity: 1;
    background-color: #20bf6b;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wh-api {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
}
.wh-fixed {
    margin-right: 15px;
    margin-bottom: 15px;
}
.wh-fixed > a {
    display: block;
    text-decoration: none;
    width: 50px;
    height: 50px;
}
.wh-ap-btn::before {
    content: "Talk to us";
    display: block;
    position: absolute;
    margin-left: -92px;
    margin-top: 16px;
    height: 25px;
    background: #25d366;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    border-radius: 3px;
    width: 0;
    opacity: 0;
    padding: 0;
    transition: opacity 0.4s, width 0.4s, padding 0.5s;
    padding-top: 7px;
    border-radius: 30px;
    /*box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);*/
    line-height: 1;
    font-size: 13px;
}
.wh-fixed > a:hover .wh-ap-btn::before {
    opacity: 1;
    width: auto;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    width: 90px;
}

/*----*/
.wrapper-full {
    position: relative;
    margin: 0 auto;
}
.cta-wrapper {
    margin-bottom: 0;
    text-align: left;
    background-color: #004e32;
    padding: 2em;
}
.cta-wrapper .details-wrapper h2 {
    font-weight: 600;
    margin: 0 0 4px 0;
    color: #FFF;
    font-size: 27px;
}
.cta-wrapper .details-wrapper p {
    font-size: 18px;
    color: #FFF;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.cta-wrapper .blue-cta-button {
    padding: 17px 50px;
    text-transform: uppercase;
    background-color: #93CC76;
    color: #FFF;
    letter-spacing: 0.1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    white-space: pre;
    color: #3686BE;
    background-color: #FFF;
    padding: 17px 0;
    width: 100%;
    text-align: center;
}
@media (min-width: 768px) {
    .cta-wrapper .details-wrapper {
        float: left;
        width: 60%;
    }
    .cta-wrapper .blue-cta-button {
        float: right;
        width: 35%;
    }
}


/* ================================
    Blog
   =============================*/
.home-blog {}
.home-blog .card { padding:1em; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}

.list-inline {    FLOAT: RIGHT;}
/* animacion pulse */
.whatsapp-pulse {
    width: 50px;
    height: 50px;
    right: 10px;
 bottom: 53px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 50px;
}
.whatsapp-pulse:before {
    position: absolute;
    content: " ";
    z-index: -1;
    bottom: -15px;
    right: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }
    75% {
        transform: scale(0.9);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*========== Hero Banner ===========*/
.homebanner-bg {--bs-bg-opacity:0.1; background: url(../images/bg-home.svg) no-repeat; background-position: top;background-size: cover;}
.slider-container {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    border-radius: 1em;

    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8.7px);
    -webkit-backdrop-filter: blur(8.7px);
}
.main-banner-new .slider-container .swiper-slide { 
    overflow: hidden; 
    min-height: 100%;
    background: #6E2B74;
    background: linear-gradient(144deg, rgb(0 74 173) 0%, rgb(0 74 173) 53%, rgb(0 74 173) 100%)
}

.slider-container .slider-wrapper { height: auto; background-color:linear-gradient(144deg, rgb(0 74 173) 0%, rgb(0 74 173) 53%, rgb(0 74 173) 100%); }
.slider-wrapper .slider-item {
    position: relative;
    width: 100%;
    /*height: 100vh;*/
    display: flex;
    align-items: center;
    background: linear-gradient(144deg, rgb(110, 43, 116) 0%, rgb(69, 48, 82) 53%, rgb(90, 46, 98) 100%);
    padding: 1.5em;
}

.slider-wrapper .slider-item .slide-content {
    position: relative;
    z-index: 10;
    color: #fff;
    width: 100%;
    opacity: 0;
    /*margin: 0 auto;*/
    max-width: 1400px;
    padding: 0 10px 10px;
    max-width: 89%;
}

@media (min-width: 1280px) {
    .slider-wrapper .slider-item .slide-content {padding-left: 2em;}
}

.slider-item.swiper-slide-active .slide-content {animation: animate_opacity 0.8s 0.6s linear forwards;}
@keyframes animate_opacity {
    100% {
        opacity: 1;
    }
}

.slider-wrapper .slider-item .slide-content > * {/*max-width: 35%;*/}
.slider-item .slide-content .slide-title {
    font-weight: 600;
    /*margin-top: 5px;*/
    opacity: 0;
    transform: translateY(60%);
    /*line-height: 1.1;*/
}
.slider-item .slide-content .slide-subtitle {
    font-size: 1rem;
    font-weight: normal;
    opacity: 0;
    transform: translateY(60%);
}

.slider-item.swiper-slide-active :where(.slide-title, .slide-subtitle, .slide-button) {
    animation: animate_text 0.2s 0.2s linear forwards;
}

@keyframes animate_text {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slider-item .slide-content .slide-description {
    margin-top: 25px;
    line-height: 25px;
    opacity: 0;
    transform: translateY(60%);
    color: #fff;
    margin-bottom: 2em;
}
.slider-item.swiper-slide-active .slide-description {animation: animate_text 0.2s 1s linear forwards;}
.slider-item .slide-content .slide-button {
    margin-top: 2em;
    width: 0;
    padding: 0.8em 2em;
    text-align: center;
    text-decoration: none;
    transition: 0.5s ease;
    opacity: 0;
    white-space: nowrap;
    background-color: #fff;
    color: #000 !important;
}

.slider-item.swiper-slide-active .slide-button {animation: animate_button 0.5s 1.3s linear forwards;}
@keyframes animate_button {
    100% {
        width: 250px;
        opacity: 1;
    }
}

.slider-item .slide-content .slide-button span {opacity: 0;}
.slider-item.swiper-slide-active .slide-button span {animation: animate_opacity 0.5s 1.5s linear forwards;}
.slider-item .slide-content .slide-button:hover {
    color: #000;
    background: #fff;
}
.slider-container .slider-controls {
    position: absolute;
    bottom:0;
    z-index: 30;
    width: 100%;
    /*
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 1em;*/
    position: relative;
    top:0;display: none;
}

@media (max-width: 1023px) {
    .slider-container .slider-controls {/*overflow-x: auto;*/scrollbar-width: none;}
}

.slider-controls .slider-pagination {
    display: flex;
    list-style: none;
    margin: 0 auto;
    max-width: 1400px;
    padding: 5px 10px;
    position: relative;
    justify-content: space-between;
}

.slider-pagination .slider-indicator {
    position: absolute;
    top: -15px;
    border-top: 4px solid #fff;
    transition: 0.4s ease-in-out;
    left: 10px;
    border-radius: 10px;
}

.slider-pagination .slider-tab {
    color: #888;
    padding: 20px 20px 25px 20px;
    cursor: pointer;
    text-align: center;
    /*text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.3);*/
    border-right: solid 1px rgba(0, 0, 0, 0.15);
    position: relative;
}
.slider-pagination .slider-tab:last-child { border:none;}
.slider-controls .slider-tab.current {color: #000;}
.slider-controls .slider-tab:before {
    position: absolute;
    content: '';
    z-index: 20;
    border: none;
    width: 96%;
    left: 2%;
    top:-1em;
    height: 4px;
    background-color: #806388;
    transition: 0.4s ease;
    opacity: 1;
    border-radius: 10px;
}
.slider-controls .slider-tab.current:before {opacity: 0;}
.slider-navigations button {
    position: absolute;
    top: 50%;
    color: #fff;
    z-index: 20;
    border: none;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #202022;
    transform: translateY(-50%);
    transition: 0.4s ease;
}

.slider-navigations button:hover {background: #323235;}
.slider-navigations button.swiper-button-disabled {display: none;}
.slider-navigations button#slide-prev {left: 20px;}
.slider-navigations button#slide-next {right: 20px;}

@media (max-width: 1536px) {
    .slider-wrapper .slider-item .slide-content,
    .slider-controls .slider-pagination {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .slider-wrapper .slider-item .slide-content,
    .slider-controls .slider-pagination {
        width: 100%;
    }
    .slider-wrapper .slider-item .slide-content > * {/*max-width: 66%;*/}
    .slider-container .slider-controls {bottom: 50px;}
    @keyframes animate_button {
        100% {
            width: 100%;
            opacity: 1;
        }
    }

    .slider-navigations button {
        top: unset;
        bottom: -15px;
        background: none;
    }
    .slider-navigations button:hover {background: none;}
}

@media (max-width: 768px) {
    .slider-wrapper .slider-item .slide-content > * {
        max-width: 100%;
    }
    .slider-controls .slider-pagination { padding:5px;}
    .slider-pagination .slider-tab {padding:15px 10px 10px 10px; min-width: 22%;}
    .slider-pagination .slider-tab div { font-size: 14px !important; font-weight: 500;}
    .slider-pagination .slider-tab span { display: none;}
    .slider-item .slide-content .slide-description {margin-top: 10px;margin-bottom: 1em;}
    .slider-item .slide-content .slide-button {padding: 0.6em 2em}
    .slide-content { margin-bottom: 0.8em !important;}
}
/*============================*/

.shopaccino-cpu { background-color: #000; color: #fff;}

.border-gredient-effect { position: relative;}
.border-gredient-effect::after {
    /*background: linear-gradient(71deg, #121013, #b0afb0, #121013);*/
}

@media (max-width: 960px) {
    .shopaccino-cpu-hold .display-5 {font-size: calc(1.425rem + 1.1vw);}
}

/*----backgrouns animtion ---*/
.circle-bg {
    position: absolute;
    border-radius: 50%;
    background: #0f468f;
    animation: ripple 15s infinite;
    box-shadow: 0px 0px 1px 0px #000000;
    z-index: 0;
}
.medium {
    width: 400px;
    height: 400px;
    left: -200px;
    bottom: 0;
}
.large {
    width: 600px;
    height: 600px;
    left: -300px;
    bottom: -200px;
}
.xlarge {
    width: 800px;
    height: 800px;
    left: -400px;
    bottom: -200px;
}
.xxlarge {
    width: 1000px;
    height: 1000px;
    left: -500px;
    bottom: -300px;
}
.shade1 {opacity: 0.2;}
.shade2 {opacity: 0.5;}
.shade3 {opacity: 0.7;}
.shade4 {opacity: 0.8;}
.shade5 {opacity: 0.9;}

.circle-2 {background: #141313;box-shadow: 0px 0px 1px 0px #3a3333;}
.circle-2.xxlarge {bottom: -600px;}

@keyframes ripple {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(0.8);
    }
}


/*----AOS Animation------*/
[data-aos="fade-anim"] {
    opacity: 0; 
    transition-property: transform, opacity;

    &.aos-animate {
        opacity: 1;
    }

    @media screen and (min-width: 768px) {
        transform: translateY(40px);
        &.aos-animate {
            transform: translateY(0);
        }
    }
}

.aos-init[data-aos].aos-animate {
    transform: unset !important;
}

.text-caption-hold i{
    /* background: #004aad; */
    /* padding: 20px; */
    /* border-radius: 50%; */

    margin-bottom: 20px;
    font-size: 24px;}

/*    .text-col-with-img:first-child i{color: #3400bd}*/



.commerce-solution-home .row > div:nth-child(1) .text-caption-hold i { color: #743991; } /* Website Development */
.commerce-solution-home .row > div:nth-child(2) .text-caption-hold i { color: #42d65a; } /* SEO */
.commerce-solution-home .row > div:nth-child(3) .text-caption-hold i { color: #ad67d4; } /* Google Ads */
.commerce-solution-home .row > div:nth-child(4) .text-caption-hold i { color: #167863; } /* Shopify */
.commerce-solution-home .row > div:nth-child(5) .text-caption-hold i { color: #f47920; } /* Social Media */
.commerce-solution-home .row > div:nth-child(6) .text-caption-hold i { color: #3a71c8; } /* WhatsApp */
.commerce-solution-home .row > div:nth-child(7) .text-caption-hold i { color: #27647e; } /* Google Map */
.commerce-solution-home .row > div:nth-child(8) .text-caption-hold i { color: #895a04; } /* Google Map */


/* and so on */
.experience-text p{
    text-align: left;
}