.shopify-store-setup-guide-banner .container{
    max-width: 600px !important;
}
.sbit-shopify-about {
    background: #f0f3ff;
    text-align: center;
    padding: 70px 0px ;
}

.sbit-shopify-about h2 {
    color: #333333;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.sbit-shopify-about h2::before {
    content: '';
    width: 80px;
    height: 1px;
    background: #163d79;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sbit-shopify-about h2::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #ffffff;
    border: 1px solid #163d79;
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.sbit-shopify-about p {
    color: #726b6d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

/* steps section */
.sbit-shopify-steps {
    padding: 70px 0px 0px 0px;
}

.sbit-shopify-steps .step {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sbit-shopify-steps .step-wrapper:nth-child(even) {
  background-color: #f0f3ff;

}

.sbit-shopify-steps .step-wrapper {
  width: 100%;
  padding: 20px 0;
}


.sbit-shopify-steps .step-wrapper:nth-child(even) .step {
    flex-direction: row-reverse;
}



.sbit-shopify-steps .step-image {
    flex: 0 0 45%;
    text-align: center;
}

.sbit-shopify-steps .step-image img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.sbit-shopify-steps .step-image img:hover {
    cursor: pointer;
    transform: scale(1.02);
    transition: transform 0.6s ease;
}

.sbit-shopify-steps .step-content {
    flex: 0 0 50%;
    padding: 0px 40px;
}

.sbit-shopify-steps .step-number {
    font-size: 80px;
    font-style: italic;
}

.sbit-shopify-steps .step-content h2 {
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: baseline;
    color: #16417d;
}
.configure-payment-gateway-h2{
    align-items: center !important;
}

.sbit-shopify-steps .step-content p {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 24px;
}

.sbit-shopify-steps .step-list {
    margin-left: 20px;
    padding-left: 20px;
}


.sbit-shopify-steps .step-list li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
}
.sbit-shopify-steps .step-list ul{
    list-style-type: disc;
    margin-left: 10px;
    padding-left: 10px;
}

.sbit-shopify-steps .bold-text {
    font-weight: 700;
}

.sbit-shopify-steps-store-creation-alert {
    text-align: center;
    background-color: #f0f3ff;
    padding: 70px 0px;
}
.sbit-shopify-steps-store-creation-alert p{
    font-size: 30px;
    font-style: italic;
}
.sbit-shopify-steps-store-creation-alert p span{
    color: #49ac88;
    font-weight: 700;
     font-size: 35px;
}


/* single video page section  */

.sbit-shopify-video {
  padding: 70px 0px;
  background: #f0f3ff;
  text-align: center;
}

.sbit-shopify-video-title {
 font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
    color: #16417d;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.sbit-shopify-video-title::before {
  content: '';
  width: 80px;
  height: 1px;
  background: #163d79;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sbit-shopify-video-title::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 1px solid #163d79;
  border-radius: 50%;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}


.sbit-shopify-video-description {
    font-size: 16px;
    color: #000;
    line-height: 24px;
        margin-bottom: 30px;

}


.sbit-shopify-video-player {
  width: 100%;
  max-height: 700px;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.15);
  padding: 20px;
}
body.shopify-setup-guide div.contact, body.launch-your-shopify-store div.contact, body.test-your-store-shopify div.contact, body.configure-legal-pages-in-shopify div.contact, body.customize-email-templates-in-shopify div.contact, body.set-up-domain-in-shopify div.contact, body.set-up-taxes-in-shopify div.contact, body.set-up-shipping-in-shopify div.contact, body.configure-payment-gateway-in-shopify div.contact, body.add-pages-in-shopify div.contact, body.set-up-navigation-menus-in-shopify div.contact, body.create-collections-in-shopify div.contact, body.add-products-in-shopify div.contact, body.choose-theme-in-shopify div.contact, body.set-your-store-details div.contact, body.sign-up-on-shopify div.contact{
   background-color:#f0f3ff;
}

@media(min-width:1025px) and (max-width:1135px){
.configure-legal-pages-h2{
    align-items: center !important;
}
}
@media(max-width:1024px){
    .sbit-shopify-steps .step-content h2 {
    font-size: 21px;
}
.sbit-shopify-steps .step-number {
    font-size: 50px;
}
}

@media (min-width: 769px) {
  
.sbit-shopify-video-player {
  max-height: 80vh; 
}
   
}




@media (max-width: 768px) {
    .sbit-shopify-about {
        padding: 35px 0px;
    }

    .sbit-shopify-about h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }

    .sbit-shopify-about h2::after {
        width: 8px;
        height: 8px;
        bottom: -4px;
    }

    .sbit-shopify-about p {
        font-size: 15px;
        line-height: 22px;
    }

    /* steps section */
     .sbit-shopify-steps {
        padding: 35px 0px;
    }

    .sbit-shopify-steps .step {
        flex-direction: column-reverse !important;
    }

    .sbit-shopify-steps .step-content {
        padding: 0;
    }
.sbit-shopify-steps .step-image img {
    width: 75%;
   
}
    .sbit-shopify-steps .step-number {
        font-size: 40px;
    }

    .sbit-shopify-steps .step-content h2 {
        font-size: 21px;
    }

    .sbit-shopify-steps .step-list {
      margin-left: 10px;
    padding-left: 10px;
   
    }
    .sbit-shopify-steps-store-creation-alert{
    padding: 35px 0px;
    }
    .sbit-shopify-steps-store-creation-alert p{
    font-size: 22px;
    text-align: center;
}
  .sbit-shopify-steps-store-creation-alert p span {
    display: block; 
    margin-bottom: 10px; 
  }

    /* single video page section  */
     .sbit-shopify-video {
    padding: 35px 0px;
  }

  .sbit-shopify-video-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }

  .sbit-shopify-video-title::after {
    width: 8px;
    height: 8px;
    bottom: -4px;
  }
  .sbit-shopify-video-description {
    font-size: 15px;
    line-height: 1.5;
  }


}



