:root {
    --font-primary: "Poppins", sans-serif;
    --font-secondary: "Playfair Display", serif;
    --gap: 4rem;
}

.hero-content-wrapper-1 {
    z-index: 2;
    position: relative;
    padding-top: 180px;
}

.amazon-marquee-sec {

    margin-top: -190px !important;
}

.about-round-img {
    padding-top: 60px;
}

.private-details-sec {
    padding: 22px 0px !important;
}

.banner-sec-1.tiktok-bg {
    background-image: url(../images/tiktok-automation/tiktok-overlay.png);
}

.banner-sec-1.about-bg {
    background-image: url(../images/about/about-hero-overlay.png);
}

.banner-sec-1.private-label-bg {
    background-image: url(../images/amazon-private-label/private-overlay.png);
}

.hero-content-wrapper-2 {
    padding-top: 120px;
}

.contact-section-1 .contact-wrapper {
    padding-top: 180px;
}

.about-working-process .working-process-content {
    height: 420px;
}

.fba-automation-sec::after {
    content: '';
    background: url(/assets/images/ecommerce-background.png);
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.about-shopify-img {
    overflow: hidden;
    width: 837px;
    height: 645px;
    padding-top: 91px;
}

.about-shopify-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.amazon-testimonial-sec {
    padding-bottom: 250px;
}

.walmart-testimonial-sec {
    padding-bottom: 200px;
}

.hero-img {
    z-index: 2;
    position: relative;
    padding-top: 75px;
}

.amazon-hero-img {
    padding-top: 185px;
}

.amazon-hero-img img {
    margin-left: -96px;
    width: 990px;
    height: 630px;
}




.banner-sec-1 {
    position: relative;
    background-image: url(../images/banner-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    overflow: hidden;
    padding-top: 90px;
}

.permium-sec-para {
    color: white;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.premium-items {
    margin-top: 30px;
}

.premium-sec .premium-bg .premium-items ul li {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    color: white;
    list-style: none;
}


.premium-sec .premium-bg .premium-items ul {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 0;
}


.premium-sec .premium-bg .premium-items ul li img {
    margin-right: 13px;
}



.premium-bg {
    position: relative;
    padding: 60px 170px;
    border-radius: 30px;
    border: 1px solid #ffffff0f;
    background: url(../images/accordion-wrapper-bg.png);
    box-shadow: 0px 5px 9px 0px #FFFFFF14 inset;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 100px 0px;
}

.fba-automation-content-1 {
    padding-top: 200px;
}

.banner-sec-1.shopify-bg {
    background-image: url(../images/shopify-automation/shopifiy-overlay.png);
}


.banner-sec-1 .hero-content-wrapper-1 h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 60px;
    line-height: 80.4px;
    color: #FFFFFF;
}

.banner-sec-1 .hero-content-wrapper-1 h2 span {
    color: #C5A35D;
}

.banner-sec-1 .hero-content-wrapper-1 p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 22px;
    line-height: 31.5px;
    color: #D7D7D7;
    margin: 40px 0;
}

.banner-sec-1 .hero-content-wrapper-1 .hero-text-btn {
    background: #C5A35D;
    border-radius: 50px;
    padding: 16px 20px;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: white;
    text-decoration: none;
}

.connector-1 {
    position: absolute;
    top: 14px;
    left: -289px;
    width: 300px;
    height: 3px;
    z-index: -1;
}
.lightning-amazon {
  stroke: url(#glow-gradient);
  stroke-width: 6;
  fill: none;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: lightningMove 3s linear infinite;
  filter: drop-shadow(0 0 6px #ffffff);
}

.lightning-glow-amazon {
  stroke: url(#glow-gradient);
  stroke-width: 8;
  opacity: 0.4;
  fill: none;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: lightningMove 3s linear infinite,
             pulse 1.2s ease-in-out infinite alternate;
  filter: blur(4px);
}

.lightning-amazon-1 {
  stroke: url(#glow-gradient);
  stroke-width: 6;
  fill: none;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: lightningMove 3s linear infinite;
  animation-delay: 2s;
  filter: drop-shadow(0 0 6px #ffffff);
}

.lightning-glow-amazon-1 {
  stroke: url(#glow-gradient);
  stroke-width: 8;
  opacity: 0.4;
  fill: none;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: lightningMove 3s linear infinite,
             pulse 1.2s ease-in-out infinite alternate;
  animation-delay: 2s;
  filter: blur(4px);
}
.lightning-amazon-2,
.lightning-glow-amazon-2 {
  visibility: hidden;
  animation-fill-mode: forwards;
}

/* tiny animation just to flip visibility */
@keyframes show {
  to { visibility: visible; }
}

/* Second lightning (delayed start) */
.lightning-amazon-2 {
  stroke: url(#glow-gradient);
  stroke-width: 6;
  fill: none;
  stroke-dasharray: 600;
  stroke-dashoffset: -600;
  filter: drop-shadow(0 0 6px #ffffff);

  animation: show 0s forwards 5s,       /* reveal at 5s */
             lightningMove2 3s linear infinite 5s;
}

.lightning-glow-amazon-2 {
  stroke: url(#glow-gradient);
  stroke-width: 8;
  opacity: 0.4;
  fill: none;
  stroke-dasharray: 600;
  stroke-dashoffset: -600;
  filter: blur(4px);

  animation: show 0s forwards 5s,       /* reveal at 5s */
             lightningMove2 3s linear infinite 5s,
             pulse 1.2s ease-in-out infinite 5s;
}

@keyframes lightningMove2 {
  to {
    stroke-dashoffset: 600;
  }
}

@keyframes pulse {
  0%, 100% { opacity: 0.4; }
  50%      { opacity: 0.8; }
}

@keyframes lightningMove {
    to {
        stroke-dashoffset: -600;
    }
}

.hero-text-btn-1 {
    background: #C5A35D;
    border-radius: 50px;
    padding: 16px 20px;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: white;
    text-decoration: none;
}

.banner-sec-1 .hero-content-wrapper-1 .hero-number-btn {
    background: transparent;
    border-radius: 50px;
    padding: 16px 20px;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    border: 1px solid white;
    color: white;
    text-decoration: none;
}

.fba-automation-content {
    z-index: 3;
    position: relative;
    margin-top: 170px;
}

.fba-automation-sec .fba-automation-content .about-btn a {
    border: 1px solid white;
    border-radius: 50px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 27px;
    text-decoration: none !important;
    color: white;
}

.fba-automation-sec {
    background: radial-gradient(166.53% 166.53% at 50% -136.13%, #C5A35D 0%, #141414 100%);
    position: relative;
    padding-top: 100px;
    margin-bottom: 230px;
}

.fba-automation-sec-1 {
    background: url('../images/about/about-overlay.png');
    position: relative;
    padding: 100px 0;
}


.fba-automation-sec .fba-automation-content p {
    font-size: 0.95rem;
    color: #A1A1A1;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 26px;
}

.fba-automation-sec .fba-automation-content ul {
    font-size: 0.95rem;
    color: #A1A1A1;
    margin-bottom: 34px;
    list-style: none;
    padding: 0;
    line-height: 40px;
}

.fba-automation-sec .fba-automation-content .bullet-heading {
    text-align: left;
}

.fba-automation-sec .fba-automation-content .section-main-heading {
    text-align: left;
    padding-top: 19px;
    padding-bottom: 6px;
    margin: 0px;
}

.fba-automation-sec .fba-automation-content .fa-solid.fa-check {
    color: #C5A35D;
    border: 1.5px solid #C5A35D;
    padding: 0px;
    margin-right: 16px;
    font-size: 18px;
    border-radius: 8px;
}

.fba-automation-sec .about-img img {
    margin-top: 50px;
}

.fba-automation-sec .fba-automation-content ul li {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
}

.fba-automation-sec .fba-automation-content ul i {
    font-size: 20px;
    color: #C5A35D;
    line-height: 40px;
}





.fba-automation-sec-1 .fba-automation-content-1 p {
    font-size: 0.95rem;
    color: #A1A1A1;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 26px;
}

.fba-automation-sec-1 .fba-automation-content-1 ul {
    font-size: 0.95rem;
    color: #A1A1A1;
    margin-bottom: 34px;
    list-style: none;
    padding: 0;
    line-height: 40px;
}

.fba-automation-sec-1 .fba-automation-content-1 .bullet-heading {
    text-align: left;
}

.fba-automation-sec-1 .fba-automation-content-1 .section-main-heading {
    text-align: left;
    padding-top: 19px;
    padding-bottom: 6px;
    margin: 0px;
}

.fba-automation-sec-1 .fba-automation-content-1 .fa-solid.fa-check {
    color: #C5A35D;
    border: 1.5px solid #C5A35D;
    padding: 0px;
    margin-right: 16px;
    font-size: 18px;
    border-radius: 8px;
}

.fba-automation-sec-1 .about-img img {
    margin-top: 50px;
}

.fba-automation-sec-1 .fba-automation-content-1 ul li {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
}

.fba-automation-sec-1 .fba-automation-content-1 ul i {
    font-size: 20px;
    color: #C5A35D;
    line-height: 40px;
}






.services-content .services-content-text h4 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 30px;
    color: white;
    line-height: 38px;
}

.amazon-serve .amazon-serve-para {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: white;
}

.services-content .services-content-text p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: white;
}

.services-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.services-content-img {
    position: relative;
    padding: 15px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 100%);
    border-radius: 16px;
}


.services-content-img::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 16px;
    background: linear-gradient(135deg, #C5A35D 0%, #ffffff17 25%, #ffffff00 75%, #C5A35D 100%) border-box;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0;

}

.about-content .amazon-service-heading {
    margin-bottom: 60px;
    color: white;
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 46px;
    line-height: 60px;
    vertical-align: middle;

}

.amazon-serve {
    padding-top: 64px;
    padding-bottom: 50px;
}

.accordion-sec {
    padding: 80px 0;
}

.amazon-details-sec {
    background: url("../images/amazon/amazon-details-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 100px 0px;
}

.amazon-automation-box {
    position: relative;
    padding: 15px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 100%);
    border-radius: 16px;
    position: relative;
    padding: 15px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 100%);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 144px;
}

.amazon-automation-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 16px;
    background: linear-gradient(135deg, #C5A35D 0%, #ffffff17 25%, #ffffff00 75%, #C5A35D 100%) border-box;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0;
}

.amazon-automation-box p {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #C5A35D;
    text-align: start;
}

.amazon-automation-box h5 {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 41px;
    line-height: 100%;
    color: white;
}

.wp-section .private-working-process {
    height: 392px;
}

.amazon-details-sec .about-sec .about-content p {
    color: #A1A1A1;
    margin-top: 15px;
    margin-bottom: 52px;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
}

.amazon-details-sec .about-img img {
    margin-top: 0;
}

.working-process-sec {
    padding: 50px 0px;
    overflow: hidden;
}

.working-process-content {
    position: relative;
    padding: 43px 31px;
    background: linear-gradient(0deg, rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), linear-gradient(1deg, rgba(255, 255, 255, 0.1) 0%, rgb(255 255 255 / 0%) 100%), #0c0c0c;
    border-radius: 16px;
    z-index: 5;
    height: 311px;
}

.working-process-content::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 16px;
    background: linear-gradient(135deg, #C5A35D 0%, #ffffff17 25%, #ffffff00 75%, #C5A35D 100%) border-box;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0;
}

.working-process-content h5 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: white;
    margin-top: 20px;
    margin-bottom: 15px;
}

.working-process-content p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #A1A1A1;
}

.working-process-content-margin {
    margin-top: 50px;
}

/* success-sec start */
.success-sec {
    background-image: url("../images/success-bg-image.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 232px;
}

.success-content {
    text-align: center;
    margin-bottom: 70px;
}

.success-content h2 {
    color: var(--white-color);
}

.success-content p {
    color: var(--white-color);
    width: 965px;
    margin: 0 auto;
    line-height: 30px;
}

.success-content h2 span {
    color: var(--theme-color);
}

.success-content h4 {
    color: var(--white-color);
}

.success-slider {
    position: relative;
}

.success-slider::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -19px;
    background-image: url("../images/amazon/mob-cover.png");
    height: 106%;
    width: 337px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    opacity: 1;
    z-index: 1;
    background-position: center;
    margin: 0 auto;
}

.success-slider .owl-item.active.center img {
    border-radius: 43px;
    width: 100% !important;
    margin: 0 !important;
}



.success-slider .owl-nav .owl-prev:hover {
    background-color: var(--theme-color) !important;
}

.success-slider .owl-nav .owl-prev::before {
    content: "\f060";
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    z-index: -1;
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    color: #fff;
}

.success-slider .owl-nav .owl-next::before {
    content: "\f061";
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    z-index: -1;
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    color: #fff;
}

.success-slider .owl-nav .owl-prev span {
    display: none;
}

.success-slider .owl-nav .owl-next {
    background-color: #8a8a8a !important;
    width: 81px;
    height: 81px;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    transition: all ease 0.2s;
}

.success-slider .owl-nav .owl-next:hover {
    background-color: var(--theme-color) !important;
}

.success-slider .owl-nav .owl-next span {
    display: none;
}

.success-slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    margin-right: 200px;
    margin-top: 50px;
}

/* success-sec end */

.success-slider .owl-item img {
    display: block !important;
    width: 100%;
}

.amazon-bottom-sec {
    position: relative;
    background-image: url(../images/amazon/amazon-bottom-sec-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 105px 0;
}

.amazon-bottom-sec .hero-content-wrapper-1 .hero-text-btn {
    background: #0D0D0D;
    border-radius: 50px;
    padding: 16px 20px;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: white;
    text-decoration: none;
}

.amazon-bottom-sec .hero-content-wrapper-1 h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 46px;
    line-height: 48px;
    color: #0D0D0D;
}

.amazon-bottom-sec .hero-content-wrapper-1 p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 31.5px;
    color: #0D0D0D;
    margin-top: 25px;
    margin-bottom: 50px;
}

.amazon-bottom-sec .hero-content-wrapper-1 .hero-number-btn {
    background: transparent;
    border-radius: 50px;
    padding: 16px 20px;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    border: 1px solid white;
    color: white;
    text-decoration: none;
}

.amazon-bottom-sec .hero-content-wrapper-1 {
    padding-top: 0 !important;
    z-index: 0;
}

.bottom-sec-img {
    position: absolute;
    bottom: -105px;
    right: 0px;
    width: auto;
    height: 590px;
}

.bottom-sec-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}




@media (max-width: 1600px) {


    .working-process-content {
        padding: 23px 20px;
    }

    .walmart-hero-img img {
        width: 640px !important;
    }

    .about-shopify-img {
        width: 637px;
        height: 574px;
    }

    .shopify-page {
        height: 560px;
    }

    .success-slider .owl-item.active.center img {
        border-radius: 31px;
    }

    .success-slider::before {
        top: -15px;
    }

    .hero-img img {
        width: 710px;
    }

    .hero-content-wrapper-1 {
        padding-top: 145px;
    }

    .hero-content-btns {
        margin-top: 36px;
    }

    .banner-sec-1 .hero-content-wrapper-1 p {
        margin: 22px 0;
        font-size: 17px;
    }

    .banner-sec-1 .hero-content-wrapper-1 h2 {
        line-height: 63.4px;
        font-size: 58px;

    }

    .fba-automation-sec {
        margin-bottom: 230px;
    }

    /* .about-sec .about-img img {
        margin-top: 82px;
    } */
}

@media (max-width: 1440px) {


    .working-process-content {
        padding: 13px 20px;
    }

    .shopify-page {
        height: 480px;
    }

    .about-shopify-img {
        width: 637px;
        height: 574px;
    }

    .about-shopify-img img {
        margin-top: 0px;
    }

    .ecom-sec-alt .wpc-padding {
        padding: 33px 20px;
    }

    .success-slider::before {
        top: -15px;
    }

    .amazon-bottom-sec .hero-content-wrapper-1 h2 {
        font-size: 42px;
    }

    .amazon-bottom-sec .hero-content-wrapper-1 p {
        font-size: 16px;
    }

    .hero-img img {
        width: 670px;
    }

    .about-sec .about-img img {
        margin-top: 40px;
    }
}

@media (max-width: 1366px) {


    .about-sec .about-img img {
        margin-top: 74px;
    }

    .walmart-hero-img img {
        width: 580px !important;
    }

    .about-shopify-img img {
        margin-top: 17px !important;
    }

    .tiktok-page {
        bottom: -120px;
    }

    .hero-img img {
        width: 630px;
    }

    .banner-sec-1 .hero-content-wrapper-1 h2 {
        line-height: 63.4px;
        font-size: 49px;
    }

    .about-content .amazon-service-heading {
        margin-bottom: 42px;
        line-height: 51px;
    }

}

@media (max-width: 1280px) {
    .hero-img {
        padding-top: 66px;
    }

    .wp-section .private-working-process {
        height: 320px;
    }

    .walmart-hero-img img {
        width: 510px !important;
    }

    .ecom-sec-alt .wpc-padding {
        padding: 33px 33px;
    }

    .hero-img img {
        width: 601px;
    }

    .tiktok-page {
        bottom: -134px;
    }

    .hero-content-wrapper-1 {
        padding-top: 68px;
    }

    .shopify-page {
        height: 453px;
        bottom: -27px;
    }


    .about-shopify-img {
        width: 587px;
        height: 574px;
    }

    .success-slider::before {
        top: -12px;
    }

    .about-sec .about-img img {
        margin-top: 74px;
    }

    .success-slider .owl-item.active.center img {
        border-radius: 23px;
    }

    .about-content .amazon-service-heading {
        font-size: 39px;
    }

    .services-content .services-content-text h4 {
        font-size: 26px;
    }

    .services-content .services-content-text p {
        font-size: 14px;
    }

    .working-process-content {
        padding: 13px 13px;
    }


    .about-content .amazon-service-heading {
        font-size: 39px;
    }

    .working-process-content p {
        font-size: 14px;
    }

    .working-process-content h5 {
        font-size: 25px;
        line-height: 25px;
    }

}

@media (max-width:1199px) {
    .hero-img {
        padding-top: 65px;
        text-align: center;
    }

    .hero-content-wrapper-1 {
        padding-top: 39px;
    }

    .hero-img img {
        width: 546px;
    }

    .tiktok-page {
        bottom: -155px;
    }

    .shopify-page {
        height: 380px;
    }

    .about-shopify-img {
        width: 557px;
        height: 514px;
    }

    .accordion-sec {
        padding: 50px 0;
    }



    .amazon-bottom-sec .hero-content-wrapper-1 h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .amazon-bottom-sec .hero-content-wrapper-1 p {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .hero-img {
        text-align: center;
    }

    .fba-automation-content-1 {
        padding-top: 0;
    }

    .about-working-process .working-process-content {
        height: 250px;
    }

    .premium-bg {
        padding: 30px 20px;
    }

    .about-btn-premium a {
        font-size: 15px;
    }

    .about-shopify-img {

        padding-top: 0px;
    }

    .amazon-testimonial-sec {
        padding-bottom: 125px;
    }

    .walmart-testimonial-sec {
        padding-bottom: 125px;
    }

    .bottom-sec-img {
        display: none;
    }

    .fba-automation-sec {
        display: none;
    }


    .working-process-content {
        height: 200px;
    }

    .working-process-content-1 {
        height: 225px;
    }


    .about-sec .about-img img {
        margin-top: 0px;
    }

    .amazon-automation-box {
        margin-bottom: 27px;
    }

    .replaced-content {
        margin: 60px 0;
    }

    .amazon-bottom-sec {
        padding: 81px 0;
    }

    .amazon-bottom-sec .hero-content-wrapper-1 h2 {
        font-size: 33px;
        line-height: 44px;
    }

    .about-content .amazon-service-heading {
        font-size: 34px;
    }

    .success-slider .owl-item.active.center img {
        border-radius: 20px;
    }

    .success-slider::before {
        top: -13px;
        height: 108%;
        width: 349px;
    }

    .working-process-content {
        margin-top: 50px;
    }

    .fba-automation-sec {
        margin-bottom: 70px !important;
        margin-top: 70px;
    }

    .ecom-sec {
        display: none;
    }

    .ecom-sec.ecom-sec-alt {
        display: block;
        /* or flex, depending on your layout */
    }

    .success-sec {
        padding: 150px 0px;
        ;
    }
}

@media (max-width:768px) {

    .success-slider .owl-item.active.center img {
        border-radius: 30px;
    }

    .success-slider::before {
        height: 106%;

    }

    .working-process-content-1 {
        height: 293px;
    }

    .about-btn-premium a {
        font-size: 12px;
    }

    .ecom-sec-alt .wpc-padding {
        padding: 23px 23px;
    }

    .success-sec {
        padding: 100px 0px;
    }

    .contact-section-1 .contact-wrapper {
        padding-top: 150px;
    }
}

@media (max-width:576px) {


    .success-slider::before {
        top: -11px;
        height: 107%;
    }

    .amazon-details-sec {
        padding: 30px 0px;
    }

    .amazon-hero-img img {
        width: 360px !important;
        height: 270px !important;
        margin: 0px;
    }

    .contact-section-1 .contact-wrapper {
        padding-top: 150px;
    }

    .contact-hero-img {
        height: 520px;
    }

    .success-sec {
        padding: 50px 0px 100px;
    }



}

@media (max-width:480px) {
    .about-content .amazon-service-heading {
        font-size: 30px;
    }

    .amazon-hero-img img {
        width: 360px !important;
        height: 270px !important;

    }

    .walmart-hero-img img {
        width: 370px !important;
    }

    .custom-rounded-img {
        border-radius: 20px;
        width: 30% !important;
        text-align: center !important;
        margin: 0 auto !important;
    }

    .success-slider .owl-item.active.center img {
        border-radius: 20px;
        width: 30% !important;
        text-align: center !important;
        margin: 0 auto !important;
    }

    .contact-hero-img {
        width: 420px;
        height: 480px;
    }



    .hero-content-btns {
        margin-top: 36px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .hero-img img {
        width: 372px;
    }

    .working-process-content-1 {
        height: 195px;
    }

    .working-process-content {
        height: 215px;
    }

    .working-process-content h5 {
        font-size: 24px;
    }

    .working-process-content p {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width:414px) {
    .about-content .amazon-service-heading {
        font-size: 25px;
    }

    .contact-section-1 .contact-wrapper {
        padding-top: 120px;
    }

    .about-working-process .working-process-content {
        height: 290px;
    }

    .contact-hero-img {
        width: 373px;
        height: 360px;
    }

    .success-slider .owl-item.active.center img {
        border-radius: 18px;
    }

    .working-process-content-1 {
        height: 236px;
    }

    .hero-img img {
        width: 322px;
    }
}

@media (max-width:375px) {

    .success-slider::before {
        top: -8px;
        height: 107%;
        left: -3px;
    }

    .about-btn-premium a {
        font-size: 10px;
    }

    .walmart-hero-img img {
        width: 290px !important;
    }

    .working-process-content-1 {
        height: 236px;
    }

    .contact-hero-img {
        width: 333px;
        height: 360px;
    }

    .amazon-hero-img img {
        width: 290px !important;
        height: 230px !important;
        /* margin: 0px !important; */
    }

    .success-slider .owl-item.active.center img {
        border-radius: 13px;
    }
}

@media (max-width:360px) {
    .success-slider::before {

        left: -10px;
    }
}


@media (max-width: 1800px) {}
