/*Build Brand Section CSS*/

section.build-brand-section {
    position: relative;
    padding: 30px 0px;
    text-align: center;
    z-index: 2;
}

section.build-brand-section:before {
    position: absolute;
    top: -28px;
    right: 0;
    height: 130px;
    width: 130px;
    content: "";
    background-image: url("/images/engineered-before.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    transform: rotate(var(--rotate, 0deg));
    transition: transform 0.3s linear;
    will-change: transform;
    z-index: 1;
}

section.build-brand-section .build-brand-div {
    background: #fff;
    padding: 40px 100px 60px 100px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
section.build-brand-section .build-brand-div .build-brand-heading.defalt-heading h2 {
    position: relative;
    margin-bottom: 20px !important;
}

section.build-brand-section .build-brand-div .build-brand-heading.defalt-heading h2:before {
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    content: "";
    background: var(--btn-color1);
    height: 3px;
    width: 10%;
    opacity: 1;
}

section.build-brand-section .build-brand-div .build-brand-para p {
    margin: 0;
    line-height: 25px;
    color: var(--color1);
    font-weight: 400;
}


/*Business Setup CSS*/

section.business-setup {
    position: relative;
    padding: 30px 0px;
    overflow:hidden;
}

section.business-setup .fba-business-setup-heading {
    text-align: center;
    background: linear-gradient(to right, #202020 0%, #202020 70%, #868686 100%);
    padding: 20px;
}

section.business-setup .business-setup-heading h2{
    margin: 0 !important;
    color: var(--color2);
    position: relative;
}

section.business-setup .business-setup-heading h2:before {
    position:absolute;
    top:0;
    left:-60px;
    bottom:0;
    right:auto;
    margin:auto;
    height:3px;
    width:50px;
    content:"";
    background-color:#fff;
    opacity:1;
}

section.business-setup .business-setup-heading h2:after {
    position:absolute;
    top:0;
    right:-60px;
    bottom:0;
    left:auto;
    margin:auto;
    height:3px;
    width:50px;
    content:"";
    background-color:#fff;
    opacity:1;
}

section.business-setup .business-setup-heading {
    text-align: center;
    padding: 20px;
    background: linear-gradient(to right, #202020 0%, #202020 70%, #868686 100%);
}

section.business-setup .business-setup-div {
    background: var(--btn-color1);
    padding: 20px;
    text-align: center;
}

section.business-setup .business-setup-div h4 {
    margin: 0;
    color: var(--color2);
    font-size: 26px;
    font-weight:700;
}


section.business-setup .business-setup-list ul {
    padding: 0;
    text-align: center;
}

section.business-setup .business-setup-list ul li {
    margin: 20px 0px;
    font-weight: 700;
    font-size: 16px;
    height:25px;
    position: relative;
}

section.business-setup .business-setup-list {
    position: relative;
    padding: 20px 0px 50px 0px;
}

section.business-setup .business-setup-list:before {
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    height: 100%;
    width: 1px;
    border-right: 1px solid #000;
    content: "";
}

section.business-setup .col-md-4:last-child .business-setup-list::before {
    display: none;
}

.row.my-business-setup-row {
    padding-bottom: 30px;
    border: 1px solid #000;
    border-top: 0px !important;
    border-radius:0px 0px 60px 60px;
    background: linear-gradient(#F2F2F2, #ffffff);
}

section.business-setup .business-setup-price-tag:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: auto;
    right: 0;
    margin: auto;
    height: 1px;
    width: 100%;
    background: #000;
    content: "";
}


section.business-setup .business-setup-price-tag {
    padding: 30px 20px;
    text-align: center;
    position: relative;
}

section.business-setup .business-setup-price-tag .fba-business-setup-profitdiv {
    background: var(--btn-color1);
    max-width: 75%;
    margin: auto;
    border-radius: 20px;
    padding: 10px 10px 30px 10px;
    position: relative;
}

section.business-setup .business-setup-price-tag .fba-business-setup-profitdiv span {
    color: var(--color2);
    font-weight: 700;
    margin: 0;
    text-align: center;
    display: block;
}

section.business-setup .business-setup-price-tag .fba-business-setup-profitdiv h2 {
    font-size: 70px;
    font-family: BebasNeue !important;
    margin: 0;
    background: linear-gradient(90deg, #000000 20%, #87682b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.business-setup-pricewrapper {
    /* max-width: 70%; */
    margin: auto;
    text-align: center;
    position: relative;
    display: inline-block;
}
section.business-setup .business-setup-price-tag .fba-business-setup-profitdiv h3 {
    position: absolute;
    bottom: -5px;
    right: 0;
    left: auto;
    top: auto;
    font-size: 14px;
    font-weight: 400;
    color: var(--color2);
    margin: 0;
}

section.business-setup .business-setup-price-tag .fba-business-setup-profitdiv .fba-business-setup-profitdiv-btn {
    position: absolute;
    top: auto;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

section.business-setup .business-setup-price-tag .fba-business-setup-profitdiv .fba-business-setup-profitdiv-btn a {
    background: #000;
    border-radius: 100px;
    padding: 8px 20px;
    color: var(--color2);
    font-size: 16px;
    font-weight: 400;
}

section.business-setup .row.my-business-setup-row .business-setup-bottom-caption {
    padding-top: 30px;
    text-align: center;
}

section.business-setup .row.my-business-setup-row .business-setup-bottom-caption p {
    color: #202020;
    margin: 0;
}

section.business-setup .my-business-setup-row > .col-md-4:nth-child(3) .business-setup-list::before {
    display: none;
}

.my-business-setup-row > .col-md-4:last-child .business-setup-list::before{
    display:none;
}


/*Affiliate Fba Section CSS*/


.fba-banner-section.about-banner-section {
    padding: 80px 0px;
}

.fba-banner-section .abt-banner-caption {
    margin: 0;
}

.fba-section1 .defalt-heading h1 {
    margin: 0;
    font-size: 70px;
    color: #332C2C;
    font-weight: 700;
    font-family: Poppin !important;
    margin-bottom: 30px;
}

.fba-section1 .defalt-heading h1 span {
    font-family: Poppin !important;
    margin-left: 10px;
    color: var(--btn-color);
}

.fba-steps-img {
    max-width: 90%;
    margin: 0 auto;
    height: 200px;
    position: relative;
    transition: 0.5s;
    z-index: 1;
    margin-bottom: 20px;
}

.fba-steps-img img.img-fluid {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    animation: pulse 2s infinite;
}
.fba-step-all h4 {
    font-size: 22px;
    font-weight: 700;
    font-family: Poppin !important;
    color: #fff;
    max-width: 280px;
    margin: 0 auto;
    padding: 25px 60px 25px 30px;
    margin-bottom: 20px;
}

.fba-step-all h4.fba-arrow1 {
    background-image: url(/images/fba-arrow2.png);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center;
}

.fba-step-all h4.fba-arrow2 {
    background-image: url(/images/fba-arrow1.png);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center;
}

.fba-step-all p {
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 400;
    height: 120px;
}

.fba-brand-hunting.fba-brand, .fba-order-management.fba-order {
    position: relative;
    z-index: 1;
    padding: 30px 0px;
    /*background: linear-gradient(130deg, #EFEFEF 0%, #fff 80%);*/
}

.fba-brand-bgdiv {
    background-image: url("/images/fba-brand-div-bg.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100%;
    padding: 40px 30px;
    border-radius: 20px;
}

.fba-brand > .container > .fba-brand-bgdiv .row .col-md-4 .sign-up-img,
.fba-order > .container > .fba-brand-bgdiv .row .col-md-4 .sign-up-img {
    padding-left: 30px;
}

.fba-product > .container > .fba-brand-bgdiv .row .col-md-4 .sign-up-img,
.fba-account > .container > .fba-brand-bgdiv .row .col-md-4 .sign-up-img {
    padding-right: 30px;
}


.fba-brand-colorbgdiv {
  background-image: url("/images/fba-brand-div-blackbg.jpg") !important;
}

.fba-brand-bgdiv .sign-up-content img {
    position: absolute;
    top: -25px;
    left: 10px;
    bottom: auto;
    right: auto;
    height: 100px;
}

.affiliate-all-txt h2 span {
    color: var(--btn-color);
}

.affiliate-all-txt h2 span.brand-cont-span-color {
    color: #000;
}

.fba-product-listing.fba-product, .fba-account-management.fba-account {
    position: relative;
    z-index: 1;
    padding: 30px 0px;
    /*background: linear-gradient(130deg, #fff 0%, #EFEFEF 80%);*/
}


.fba-packages-have.fba-packages {
    text-align: center;
    padding: 30px 0px;
}

.abt-banner-caption .abt-text3 {
    font-size: 60px;
}

.abt-banner-caption .abt-text3 span {
    color: var(--btn-color);
}



/*Wrappper badge Section CSS*/
    
.section-wrapper {
  padding: 30px 0px;
  position: relative;
}

.section-wrapper:before {
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    background-image: url("/images/service-before.png");
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    height: 150px;
    width: 100px;
    z-index: -1;
}

.section-wrapper  .steps-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  margin-top: 40px;
}

.section-wrapper .step-wrapper {
  position: relative;
  flex: 1;
  min-width: 0;
  margin-right: -52px;
  z-index: 1;
}

.step-wrapper:last-child {
  margin-right: 0;
  z-index: 1;
}

.step-wrapper:nth-child(2) { z-index: 2; }
.step-wrapper:nth-child(3) { z-index: 3; }
.step-wrapper:nth-child(4) { z-index: 4; }


.section-wrapper .step-arrow {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 38px 32px 44px;
  height: 145px;
  clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50%, calc(100% - 50px) 100%, 0 100%, 50px 50%);
  text-align: center;
  transition: transform 0.2s ease, filter 0.2s ease;
  width: 100%;
}

.step-wrapper:first-child .step-arrow {
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
  padding-left: 24px;
}

.step-wrapper:last-child .step-arrow {
  /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 22px 50%); */
  padding-right: 24px;
}

.step-arrow:hover {
  filter: brightness(1.1);
  transform: scaleY(1.04);
}

.section-wrapper .step-arrow.yellow {
  background-color: #f5a623;
}

.section-wrapper .step-arrow.dark {
  background-color: #2d2d2d;
}

.section-wrapper .step-icon img {
  height: 60px;
  width: 60px;
  object-fit: contain;
}

.section-wrapper .step-label {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
}

.section-wrapper .step-badge {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #f5a623;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: #1a1a1a;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}

.section-wrapper .badge-top {
  top: -40px;
}

.section-wrapper .badge-bottom {
  bottom: -40px;
}

.step-arrow.dark + .step-badge,
.step-wrapper .step-badge {
  /* background: #f5a623; */
  background: linear-gradient(90deg, #FFFFFF 0%, #FFB930 100%);
}


@media (max-width: 575px) {
    .fba-brand-hunting.fba-brand .row, 
    .fba-order-management.fba-order .row {
        flex-direction: column-reverse;
    }
}


@media (max-width: 767px) {
    
        
    /*Build Brand CSS*/
    
    section.build-brand-section .build-brand-div {
        padding: 20px 10px;
    }
    
    section.build-brand-section .build-brand-div .build-brand-para p {
        line-height: 20px;
    }

    
    /*Business Setup CSS*/
    
    section.business-setup .business-setup-div {
        padding:10px;
        
    }
    
    section.business-setup .business-setup-div h4 {
        font-size: 18px;
    }
    
    section.business-setup .business-setup-list ul li {
        font-size: 12px;
        line-height: 20px;
        margin: 10px 0px;
        height: auto;
    }
    
    section.business-setup .business-setup-price-tag .fba-business-setup-profitdiv span {
        font-size: 12px;
    }
    
    section.business-setup .business-setup-price-tag .fba-business-setup-profitdiv h2 {
        font-size: 40px;
    }

    section.business-setup .business-setup-price-tag .fba-business-setup-profitdiv h3 {
        position: relative;
        right: 0;
        text-align: center;
        font-size: 12px;
    }

    section.business-setup .business-setup-list {
        padding-bottom: 0px;
    }
    
    section.business-setup .business-setup-price-tag .fba-business-setup-profitdiv .fba-business-setup-profitdiv-btn a {
        font-size: 12px;
    }
    
    .row.my-business-setup-row {
        /* border-radius: unset !important; */
        /* border: none; */
        padding-bottom: 20px !important;
        margin-bottom: 40px;
        border-radius: 0 0 30px 30px;
    }
    
    section.business-setup .business-setup-price-tag .fba-business-setup-profitdiv {
        max-width: 70%;
        padding-bottom: 20px;
    }
    
    
    .abt-banner-caption .text23 {
        margin: 10px 0px !important;
    }
    .fba-section1 .defalt-heading h1 {
        font-size: 24px !important;
    }
    .fba-step-all h4 {
        font-size: 16px !important;
    }
    .fba-step-all p {
        font-size: 12px !important;
        height: auto !important;
    }
    .fba-brand-hunting.fba-brand .row, 
    .fba-order-management.fba-order .row {
        /* flex-direction: column-reverse; */
    }
    .fba-packages-have.fba-packages {
        padding: 30px 0px !important;
    }
    
    .fba-brand-hunting.fba-brand, .fba-order-management.fba-order {
        padding: 0px;
    }   
    
    /*.affiliate-what-bg Section CSS*/
    
    .fba-brand-bgdiv .sign-up-content img {
        height: 60px !important;
    }
    
    .fba-brand-bgdiv {
        padding: 40px 20px;
    }
    
    
    .fba-brand > .container > .fba-brand-bgdiv .row .col-md-4 .sign-up-img,
    .fba-order > .container > .fba-brand-bgdiv .row .col-md-4 .sign-up-img {
        padding-left: 0px;
    }
    
    .fba-product > .container > .fba-brand-bgdiv .row .col-md-4 .sign-up-img,
    .fba-account > .container > .fba-brand-bgdiv .row .col-md-4 .sign-up-img {
        padding-right: 0px;
    }
    
    .sign-up-img img {
        height: 200px;
    }
    
    .sign-up-img {
        text-align: center;
    }
    
    
    /*Section Wrapper */
    
     .steps-container {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .step-wrapper {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }

  .section-wrapper .badge-top{
    top:0px;
  }

  .section-wrapper .badge-bottom{
     top:0px;
     bottom:0px;
  }

  .section-wrapper .step-badge{
    font-size:12px;
    height:30px;
    width:30px
  }

  .section-wrapper .step-label{
    font-size:16px;
  }

  .section-wrapper .step-arrow{
    height:auto !important;
    padding: 20px;
  }

  .step-arrow,
  .step-wrapper:first-child .step-arrow,
  .step-wrapper:last-child .step-arrow {
    clip-path: unset !important;
    height: 120px;
    padding: 20px;
    margin-bottom: 20px;
  }

  .step-wrapper:last-child .step-arrow {
    clip-path: polygon(22px 0, calc(100% - 22px) 0, 100% 100%, 0 100%);
  }

  .step-badge {
    left: 12px;
    transform: none;
    top: 50%;
    margin-top: -18px;
  }

  .badge-top,
  .badge-bottom {
    top: 50%;
    bottom: auto;
  }
  .section-wrapper:before{
      display:none;
  }
  
    .section-wrapper {
        padding: 0px 0px 0px 0px;
    }
    
    section.business-setup .row.my-business-setup-row .business-setup-bottom-caption{
        padding-top:10px;
        margin:auto;
    }
    
    section.business-setup {
        padding-bottom: 0px;
        margin: 0 10px;
        padding-top: 10px;
    }
    
}
    
@media (min-width: 575px) and (max-width: 767px) {
        
        .sign-up-img {
            text-align: center;
        }
        
        .sign-up-img img {
            height: 180px;
        }
        
        section.business-setup .business-setup-list:before {
            display: none;
        }
        
        section.business-setup .business-setup-price-tag .fba-business-setup-profitdiv {
            max-width: 50%;
        }
    }

@media (min-width: 767px) and (max-width: 992px) {
    
    /*Build Brand CSS*/
    
    section.build-brand-section .build-brand-div {
        padding: 30px;
    }
    
    /*Business Setup CSS*/
    
    section.business-setup .business-setup-div h4 {
        font-size: 18px;
    }
    
    section.business-setup .business-setup-list ul li {
        font-size: 14px;
        margin: 10px 0px;
    }
    
    section.business-setup .business-setup-price-tag .fba-business-setup-profitdiv {
        max-width: 100%;
    }
    
    section.business-setup .business-setup-price-tag .fba-business-setup-profitdiv h2 {
        font-size: 40px;
    }
    
    section.business-setup .business-setup-price-tag .fba-business-setup-profitdiv span {
        font-size: 14px;
    }

    section.business-setup .business-setup-price-tag .fba-business-setup-profitdiv h3 {
        bottom: -4px;
        right: 16px;
        font-size: 10px;
    }
    
    section.business-setup .business-setup-price-tag .fba-business-setup-profitdiv .fba-business-setup-profitdiv-btn a {
        font-size: 12px;
    }
    
    
    
    .abt-banner-caption .text23 {
        margin: 10px 0px !important;
        font-size: 14px !important;
    }
    .fba-section1 .defalt-heading h1 {
        font-size: 24px !important;
    }
    .fba-step-all h4 {
        font-size: 16px !important;
    }
    .fba-step-all p {
        font-size: 12px !important;
        height: auto !important;
    }
    .fba-brand-hunting.fba-brand .row, 
    .fba-order-management.fba-order .row {
        /*flex-direction: column-reverse;*/
    }
    .fba-packages-have.fba-packages {
        padding: 30px 0px !important;
    }
    section.fba-business-setup {
        padding: 30px 0px !important;
    }
    .abt-banner-caption .abt-text3 {
        font-size: 30px !important;
    }
    .affiliate-caption-btn.amazon-fba a.btn1-main {
        font-size: 15px !important;
    }
    .fba-banner-section.about-banner-section {
        background-position: center center !important;
        background-size: 100% 100% !important;
        padding: 30px 0px !important;
    }
    .fba-steps-img {
        height: 160px !important;
    }
    
    .fba-brand-bgdiv .sign-up-content img {
        height: 50px;
    }

    .section-wrapper .step-arrow {
        padding: 25px 30px 25px 40px;
    }
    .section-wrapper .step-icon img {
        height: 40px;
        width: 40px;
    }
    .section-wrapper .step-label {
        font-size: 15px;
        line-height: 22px;
    }
    .section-wrapper .step-badge {
        height: 40px;
        width: 40px;
        font-size: 14px;
    }
    .section-wrapper .badge-top {
        top: -25px;
    }
    .section-wrapper .badge-bottom {
        bottom: -25px;
    }

    section.build-brand-section:before {
        height: 100px;
        width: 100px;
        right: 16px;
    }
}
