

.menu-item-box a {
    text-decoration: none !important;
  }
  .bluish-bg {
    background-color: #fafcfe;
  }
  .ind-we-sup-section {
    padding: 55px 0px;
  }
  .ind-we-sup-section .info-box h3 {
    font-size: 20px;
  }
  .info-box-container {
    margin-top: 48px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  .info-box-container .info-box {
    width: calc(33% - 14px);
    position: relative;
    transition: all 0.3s ease;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
  }
  .info-box-container .info-box:hover {
    box-shadow: 0px 5px 8px 0px #00000054;
    border: 1px solid #0078fa;
  }
  .info-box-container .info-box:hover .arrow-icon-box {
    opacity: 1;
  }
  
  .info-box-container .arrow-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
  }
  
  .info-box-container .info-box .main-content {
    display: flex;
    align-items: center;
    gap: 16px;  
    padding: 17px;
  }
  
  h2.hassle-free-title {
    font-family: Parkinsans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
  }
  .hassle-free-section .counter-box h3,
  .hassle-free-section .counter-box .counter-title {
    font-family: Parkinsans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
  }
  
  .hassle-free-section .counter-box p {
    font-family: Rethink Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-top: 10px;
  }
  
  .hassle-free-section {
    background: url("./img/counter-bg.png");
    padding: 86px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hassle-free-desc {
    max-width: 994px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 16px;
  }
  
  .counter-container {
    max-width: 605px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 50px;
  }
  
  .counter-container .counter-box {
    width: 33%;
    color: #ffffff;
  }
  
  .counter-container .counter-box:nth-child(2) {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding-left: 38px;
  }
  
  .counter-container .counter-box:nth-child(3) {
    padding-left: 38px;
  }
  .leading-section {
    padding: 32px 15px 48px;
  }
  .leading-title {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 32px;
    font-weight: 600;
  }
  .leading-container {
    display: flex;
    align-items: start;
    gap: 24px;
  }
  .leading-container .content-col .leading-subtitle {
    font-size: 32px;
    line-height: 45px;
    color: #212529;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .leading-container .content-col .leading-subtitle span {
    color: #0078fa;
  }
  .leading-text {
    font-size: 20px;
    line-height: 26px;
  }
  .review-img-container {
    display: flex;
    gap: 71px;
    align-items: center;
    margin-top: 32px;
  }
  
  .call-to-action {
    margin-top: 45px;
    display: flex;
    gap: 17px;
  }
  
  .call-to-action button.btn,
  .call-to-action a.btn {
    padding: 16px 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 500 !important;
    text-decoration: none;
  }
  .call-to-action .btn-primary {
    border: 1px solid #0078fa;
    background: #0078fa;
    color: #ffffff;
  }
  .call-to-action .btn-primary:hover {
    background: #005fcc;
  }
  .call-to-action .btn-white {
    border: 1px solid #000000;
    background: #ffffff !important;
  }
  .call-to-action a.btn-white {
    color: #212529;
  }
  .call-to-action .btn-white svg path {
    fill: #000000;
  }
  
  /* APPWRK’S Shopify Web Development Services */
  
  .shopify-services-section {
    padding: 55px 0;
  }
  
  .shopify-services-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  .shopify-services-head {
    max-width: 1150px;
    margin: 0 auto 48px;
  }
  
  .shopify-services-head h2 {
    font-family: "Parkinsans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #212529;
    margin: 0 0 48px;
    line-height: 1.3;
  }
  
  .shopify-services-head p {
    font-family: "Rethink Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #212529;
    line-height: 1.6;
    margin: 0 0 20px;
  }
  
  .shopify-services-head p:last-child {
    margin-bottom: 0;
  }
  
  .shopify-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
  
  .shopify-services-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  
  .service-accordion-item {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  .service-accordion-item.active {
    border: 1px solid #0d6efd;
    box-shadow: 0 0 0 1px rgba(13, 110, 253, 0.08);
  }
  
  .service-accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
  }
  
  .service-accordion-title-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 15px;
  }
  
  .service-accordion-title-wrap img {
    flex-shrink: 0;
    object-fit: cover;
  }
  
  .service-accordion-title-wrap span, .service-accordion-title-wrap h3 {
    font-family: "Rethink Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #212529;
  }
  
  .accordion-icon {
    width: 12px;
    height: 12px;
    border-right: 2px solid #212529;
    border-bottom: 2px solid #212529;
    transform: rotate(45deg);
    transition: 0.3s;
    flex-shrink: 0;
    margin-right: 4px;
  }
  
  .service-accordion-item.active .accordion-icon {
    transform: rotate(-135deg);
    border-color: #0d6efd;
  }
  
  /* .service-accordion-content{
      display:none;
      padding:0 20px 20px 76px;
  }
  
  .service-accordion-item.active .service-accordion-content{
      display:block;
  } */
  
  .service-accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px 0 76px;
    opacity: 0;
    transition:
      max-height 0.65s ease,
      opacity 0.45s ease,
      padding 0.65s ease;
  }
  
  .service-accordion-item.active .service-accordion-content {
    max-height: 300px;
    padding: 0 20px 20px 76px;
    opacity: 1;
  }
  
  .service-accordion-content p {
    font-family: "Rethink Sans", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #212529;
    margin: 0;
  }
  
  .shopify-services-btn {
    margin-top: 45px;
    justify-content: center;
  }
  
  .shopify-services-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0d6efd;
    color: #fff;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 4px;
    font-family: "Rethink Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
  }
  
  .shopify-services-btn a:hover {
    background: #0958d9;
  }
  
  /* Added CSS By Kush */
  h2 {
    font-family: Parkinsans, sans-serif;
  }
  .card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }
  
  .card img {
    display: block;
    transition: transform 0.4s ease;
  }
  
  /* Overlay */
  #why-partner .card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }
  
  #why-partner .card img {
    display: block;
    transition: transform 0.4s ease;
  }
  
  /* Overlay */
  #why-partner .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    color: #fff;
    background: #0078fa;
    transform: translateY(100%);
    transition: transform 0.5s ease;
  }
  
  #why-partner .overlay p {
    opacity: 0.9;
    font-family: Rethink Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: -0.15px;
  }
  
  /* Hover Effects */
  #why-partner .card:hover .overlay {
    transform: translateY(0);
  }
  
  #why-partner .card:hover img {
    transform: scale(1.05);
  }
  .shopify-wl-why-grid.pt-37-cta {
    margin-top: 37px;
  }
  /* End CSS By Kush */
  
  /* end APPWRK’S Shopify Web Development Services */
  
  /* ============================================================================
     Hassle Free Section
     ============================================================================ */
  
  .hassle-free-section {
    background: url("https://appwrk.com/wp-content/uploads/2026/04/counter-bg.png");
    padding: 86px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hassle-free-desc {
    max-width: 994px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 16px;
  }
  
  .counter-container {
    max-width: 605px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 50px;
  }
  
  .counter-container .counter-box {
    width: 33%;
    color: #ffffff;
  }
  
  .counter-container .counter-box:nth-child(2) {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding-left: 38px;
  }
  
  .counter-container .counter-box:nth-child(3) {
    padding-left: 38px;
  }
  
  .shopify-wl-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .shopify-wl-container-xl {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 20px;
  }
  h2.leading-subtitle {
    font-size: 32px;
    font-family: revert;
    font-weight: 400 !important;
    max-width: 69%;
    line-height: 45px;
  }
  h2.leading-subtitle span {
    color: #0078fa;
  }
  .cover-img img {
    margin-top: -100px;
  }
  
  .shopify-wl-section-title {
    font-family: Parkinsans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-align: center;
    color: #212529;
  }
  
  /* ============================================================================
     WHY PARTNER — SIMPLE ICON + TITLE CARDS
     ============================================================================ */
  .shopify-wl-why {
    padding: 55px 0;
    background: #fff;
  }
  .shopify-wl-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 55px;
    margin-bottom: 20px;
    background: #ffffff;
    position: relative;
    z-index: 99;
  }
  .shopify-wl-why-card {
    position: relative;
    background: #fafcfe;
    border: 1px solid #ebebeb;
    border-top: 4px solid #0078fa;
    border-radius: 5px;
    padding: 20px;
    min-height: 160px;
    transition:
      box-shadow 0.2s ease,
      transform 0.2s ease;
    border-top: 5px solid transparent;
    background:
      linear-gradient(#fff, #fff) padding-box,
      linear-gradient(90deg, #0078fa, #5cd7fa) border-box;
    overflow: hidden;
  }
  .shopify-wl-why-card:hover {
    box-shadow: 0 8px 20px rgba(0, 120, 250, 0.08);
    transform: translateY(-2px);
  }
  .shopify-wl-why-icon {
    width: auto;
    height: auto;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    background: #fff;
  }
  .shopify-wl-why-icon svg {
    width: 24px;
    height: 24px;
  }
  .shopify-wl-why-card h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    vertical-align: middle;
  }
  
  .shopify-wl-why-cta-wrap {
    justify-content: center;
    margin-top: 12px;
  }
  
  .shopify-wl-wrapper a {
    text-decoration: none;
    color: inherit;
  }
  
  .shopify-wl-btn-primary {
    background: #0078fa;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Parkinsans", sans-serif;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
  }
  
  /* ============================================================================
     MARQUEE
     ============================================================================ */
  .shopify-wl-marquee-section {
    padding: 55px 0 55px;
    background: #fff;
  }
  .shopify-wl-marquee-section .shopify-wl-section-title {
    margin-bottom: 40px;
    text-align: center;
    color: #212529;
  }
  .shopify-wl-marquee {
    background: #fafcfe;
    overflow: hidden;
    padding: 28px 0;
    /* border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb; */
    margin-bottom: -1px; /* collapse adjacent borders */
  }
  .shopify-wl-marquee-track {
    display: flex;
    gap: 64px;
    width: max-content;
    animation: shopify-wl-scroll 45s linear infinite;
    align-items: center;
  }
  .shopify-wl-marquee[data-direction="right"] .shopify-wl-marquee-track {
    animation-direction: reverse;
  }
  
  @keyframes shopify-wl-scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  
  /* ============================================================================
     PRICING
     ============================================================================ */
  .shopify-wl-pricing {
    padding: 0px 0;
    background: #fff;
  }
  .shopify-wl-pricing-box {
    background: #e1efff;
    border-radius: 10px;
    padding: 56px 46px;
  }
  .shopify-wl-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 19px;
    margin-top: 48px;
  }
  .shopify-wl-plan {
    position: relative;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    padding: 26px;
    display: flex;
    flex-direction: column;
  }
  .shopify-wl-plan-featured {
    border: 2px solid #0078fa;
    box-shadow: 0 8px 24px rgba(0, 120, 250, 0.12);
  }
  .shopify-wl-plan-popular {
    position: absolute;
    top: -14px;
    right: -60px;
    transform: translateX(-50%);
    background: #2b7fff;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 4px;
    letter-spacing: 0.5px;
  }
  .shopify-wl-plan-tag {
    display: inline-block;
    background: #eef2f7;
    color: #101828;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 5px;
    margin-bottom: 16px;
    width: fit-content;
  }
  .shopify-wl-plan-name {
    font-size: 16px;
    font-weight: 500;
    color: #212529;
  }
  .shopify-wl-plan-title {
    font-size: 24px;
    font-weight: 600;
    color: #0078fa;
    margin-bottom: 16px;
  }
  .shopify-wl-plan-hr {
    border: 0;
    border-top: 1px solid #ebebeb;
    margin: 0 0 16px;
  }
  .shopify-wl-plan-price {
    display: flex;
    align-items: flex-end;
    gap: 4px;
  }
  .shopify-wl-plan-amount {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    color: #212529;
  }
  .shopify-wl-plan-unit {
    font-size: 14px;
    color: #4a5565;
    padding-bottom: 6px;
  }
  .shopify-wl-plan-note {
    color: #5d5f66;
    font-size: 16px;
    font-weight: 500;
    margin: 4px 0 16px;
  }
  .shopify-wl-plan-ideal {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 12px;
  }
  .shopify-wl-plan-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
    flex-grow: 1;
    padding-left: 0px;
    list-style: none;
  }
  .shopify-wl-plan-features li {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    line-height: 20px;
    color: #212529;
  }
  .shopify-wl-plan-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #0078fa;
    font-weight: 700;
    font-size: 14px;
  }
  .shopify-wl-plan-btn {
    display: block;
    text-align: center;
    padding: 12px 20px;
    background: #fafcfe;
    border: 1px solid #ebebeb;
    color: #0078fa;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.2s ease;
    text-decoration: none;
  }
  /*.shopify-wl-plan-btn:hover {
    background: #e7f2ff;
  }*/
  .shopify-wl-plan-btn-primary {
    background: #0078fa;
    color: #fff;
    border-color: #0078fa;
  }
  
  .shopify-wl-plan-btn:hover,
  .shopify-wl-plan-btn-primary:hover {
    background: #005fcc;
    color: #fff;
  }
  body .shopify-wl-plan-amount {
    font-family: Parkinsans, sans-serif !important;
  }
  
  h2 {
    font-family: Parkinsans, sans-serif;
  }
  
  /* How Our White Label Shopify Agency and Development Process Works */
  .shopify-process-section {
    padding: 55px 0;
  }
  
  .shopify-process-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  .shopify-process-heading h2 {
    font-family: "Parkinsans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #212529;
    margin: 0 0 48px;
  }
  
  .shopify-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  
  .shopify-process-box {
    position: relative;
    background: #fafcfe;
    padding: 30px 20px;
    overflow: hidden;
    border-top: 5px solid transparent;
    border-image: linear-gradient(90deg, #0078fa 0%, #5cd7fa 100%);
    border-image-slice: 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-height: 170px;
    transition:
      width 0.5s ease,
      height 0.5s ease;
  }
  
  .shopify-process-box:hover {
    box-shadow: 1px 2px 9px 1px #00000054;
  }
  .shopify-process-box .number-box {
    margin-bottom: 16px;
    display: flex;
    width: fit-content;
    position: relative;
    transition: 0.5s ease;
  }
  .shopify-process-box span.bg-border {
    width: 46px;
    height: 42px;
    border: 1px solid #287cff;
    position: absolute;
    right: 0;
    opacity: 0;
  }
  .shopify-process-box:hover .bg-border {
    width: 53px;
    height: 50px;
    top: -4px;
    right: -3px;
    transform: rotate(358deg);
    opacity: 1;
  }
  
  .process-number {
    display: inline-block;
    background: #287cff;
    color: #fff;
    font-family: "Rethink Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 8px;
    border-radius: 3px;
  }
  
  .shopify-process-box h3 {
    font-family: "Rethink Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #212529;
    margin: 0;
    max-width: 220px;
  }
  
  .process-corner-shape {
    position: absolute;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(0, 120, 250, 0.05);
    top: -18px;
    right: -18px;
  }
  .partner-corner-shape {
    position: absolute;
    width: 107px;
    height: 107px;
    border-radius: 50%;
    background: rgba(0, 120, 250, 0.05);
    top: -50px;
    right: -55px;
    z-index: 0;
  }
  .shopify-process-box:hover .process-corner-shape {
    width: 90px;
    height: 90px;
  }
  
  .shopify-process-note {
    display: flex;
    justify-content: center;
    margin-top: 48px;
  }
  
  .shopify-process-note p {
    margin: 0;
    border: 1px solid #212529;
    border-radius: 3px;
    padding: 12px 35px;
  
    font-family: "Rethink Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #212529;
  }
  /* end How Our White Label Shopify Agency and Development Process Works */
  
  /* Added CSS By Kush */
  
  .button-7 {
    background: #0078fa;
    border: 2px solid #0078fa;
    color: #ffffff;
    position: relative;
    z-index: 1;
  }
  .button-7::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #ffffff;
    transition: all 0.5s;
    z-index: -1000000;
    color: #212529;
    border-radius: 8px;
  }
  .button-7:hover::before {
    width: 100%;
  }
  .button-7:hover {
    border: 1px solid #212529;
    color: #212529;
  }
  .icon-path {
    stroke: white;
    transition: stroke 0.3s ease;
  }
  .button-7:hover .icon-path {
    stroke: #212529; /* hover color */
  }
  
  h2 {
    font-family: Parkinsans, sans-serif;
  }
  
  /* How Our White Label Shopify Agency and Development Process Works */
  .shopify-process-section {
    padding: 55px 0;
  }
  
  .shopify-process-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  .shopify-process-heading h2 {
    font-family: "Parkinsans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #212529;
    margin: 0 0 48px;
  }
  
  .shopify-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  
  .shopify-process-box {
    position: relative;
    background: #fafcfe;
    padding: 30px 20px;
    overflow: hidden;
    border-top: 5px solid transparent;
    border-image: linear-gradient(90deg, #0078fa 0%, #5cd7fa 100%);
    border-image-slice: 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-height: 170px;
    transition:
      width 0.5s ease,
      height 0.5s ease;
  }
  
  .shopify-process-box:hover {
    box-shadow: 1px 2px 9px 1px #00000054;
  }
  .shopify-process-box .number-box {
    margin-bottom: 16px;
    display: flex;
    width: fit-content;
    position: relative;
    transition: 0.5s ease;
  }
  .shopify-process-box span.bg-border {
    width: 46px;
    height: 42px;
    border: 1px solid #287cff;
    position: absolute;
    right: 0;
    opacity: 0;
  }
  .shopify-process-box:hover .bg-border {
    width: 53px;
    height: 50px;
    top: -4px;
    right: -3px;
    transform: rotate(358deg);
    opacity: 1;
  }
  
  .process-number {
    display: inline-block;
    background: #287cff;
    color: #fff;
    font-family: "Rethink Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 8px;
    border-radius: 3px;
  }
  
  .shopify-process-box h3 {
    font-family: "Rethink Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #212529;
    margin: 0;
    max-width: 220px;
  }
  
  .process-corner-shape {
    position: absolute;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(0, 120, 250, 0.05);
    top: -18px;
    right: -18px;
  }
  .partner-corner-shape {
    position: absolute;
    width: 107px;
    height: 107px;
    border-radius: 50%;
    background: rgba(0, 120, 250, 0.05);
    top: -50px;
    right: -55px;
    z-index: 0;
  }
  .shopify-process-box:hover .process-corner-shape {
    width: 90px;
    height: 90px;
  }
  
  .shopify-process-note {
    display: flex;
    justify-content: center;
    margin-top: 48px;
  }
  
  .shopify-process-note p {
    margin: 0;
    border: 1px solid #212529;
    border-radius: 3px;
    padding: 12px 35px;
  
    font-family: "Rethink Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #212529;
  }
  /* end How Our White Label Shopify Agency and Development Process Works */
  
  .testimonials-container {
    max-width: 1280px;
    padding: 100px 20px;
    font-family: "Rethink Sans", sans-serif;
    margin: 0 auto;
  }
  .testimonial-slider-wrapper {
    position: relative;
  }
  .testimonial-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
  }
  .testimonial-slider::-webkit-scrollbar {
    display: none;
  }
  .testimonial-slider-container {
    /* min-width: 340px; */
    /* FIX – ensures scroll works */
    flex: 0 0 100%; /* 1 card visible */
    max-width: 100%;
    flex-shrink: 0;
    background: #fff;
    border-radius: 16px;
    padding: 20px 0px;
  }
  .user-detail-container {
    max-width: calc(65% - 10px);
  }
  .user-profile-box img {
    width: 100%;
  }
  .testimonial-content-box {
    display: flex;
    gap: 25px;
    padding: 15px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin: 0 auto;
  }
  .user-profile-box {
    line-height: 0px;
  }
  .designation-box h3 {
    font-size: 24px;
    line-height: 32px;
    color: #212529;
    font-weight: 600;
  }
  .designation-box p {
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    color: #0078fa;
  }
  .user-detail-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0px;
  }
  .review-content-box p {
    font-size: 24px;
    margin: 0px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .video-watch-box {
    display: flex;
    width: fit-content;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    color: #0078fa;
    font-size: 20px;
    font-weight: 600;
    background: #ffffff;
    cursor: pointer;
  }
  .video-watch-box:hover {
    border: 1px solid #0078fa;
  }
  .video-watch-box:hover svg path {
    fill: #0078fa;
  }
  .video-watch-box:active {
    border: 1px solid #0078fa;
    background: #0078fa;
    color: #ffffff;
  }
  .video-watch-box:hover svg path {
    fill: #0078fa;
  }
  .video-watch-box:active svg path {
    fill: #ffffff;
  }
  .video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  .video-popup-inner {
    position: relative;
    width: 80%;
    max-width: 700px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
  }
  .close-popup {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    width: 30px;
    height: 30px;
    font-size: 26px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
  }
  .testimonials-container {
    padding: 30px 20px;
  }
  .testimonial-slider-wrapper {
    overflow: hidden;
  }
  .testimonial-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .testimonial-slider {
    overflow-x: auto;
  }
  .designation-box .design-cta {
    font-size: 32px;
    font-weight: 600;
    color: #212529;
    font-family: Parkinsans, sans-serif !important;
    margin-top: 10px;
    line-height: 38px;
    margin-bottom: 0;
  }
  
  .spotlight-section {
    height: 480px;
  }
  
  .free-consultant-container {
    bottom: 40px;
  }
  
  .widt-115-cta img {
    width: 115px;
  }
  
  .widt-115-theme-cta img {
     width: 115px;
     height: 25px;
  }
  
  .ind-we-sup-section .info-box a,
  .ind-we-sup-section .info-box a h3 {
    color: #212529 !important;
    text-decoration: none;
  }




  .service-accordion-content {
    height: 0;
    overflow: hidden;
    transition: height 0.45s ease, padding 0.35s ease;
    padding-top: 0;
    padding-bottom: 0;
    will-change: height;
}

.service-accordion-item.active .service-accordion-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

.service-accordion-item {
    transition: all 0.3s ease;
}


  
  @media (min-width: 1899px) {
    .testimonials-container {
      max-width: 1560px;
    }
  }
  
  
  /* End CSS By Kush */
  
  @media (min-width: 1899px) {
    .container-md,
    .shopify-wl-container {
      max-width: 1560px;
    }
  }
  
  @media(min-width:1200px){
    h2.leading-subtitle {
        max-width: 51% !important;
    }
  }


  @media (max-width: 1024px) {
    .shopify-wl-pricing-grid {
      grid-template-columns: 1fr;
      max-width: 500px;
      margin: 48px auto 0;
    }
    .shopify-wl-why-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 1023px) {
    h2.leading-subtitle {
      width: 100%;
      max-width: 100%;
    }
    .leading-container {
      flex-direction: column;
    }
    .leading-container .content-col {
      order: 2;
      width: 100%;
    }
    .review-img-container {
      gap: 20px;
      align-items: flex-end;
    }
    .call-to-action {
      margin-top: 30px;
    }
    .leading-container .cover-img img {
      margin-top: 0px;
      padding: 30px 0px 0px;
    }
    .leading-container .cover-img {
      width: 100%;
      display: flex;
      justify-content: center;
    }
    .review-img-container {
      margin-top: 30px;
    }
    .shopify-process-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }
    .info-box-container .info-box {
      width: calc(50% - 14px);
    }
  }

  /* Tablet */
  @media (max-width: 991px) {
    .shopify-services-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }
  
    .shopify-services-head h2,
    .shopify-wl-section-title {
      font-size: 24px !important;
      line-height: 36px !important;
    }
  
    .shopify-services-head p {
      font-size: 18px;
    }
  
    .service-accordion-title-wrap span, .service-accordion-title-wrap h3 {
      font-size: 18px;
      line-height: 24px;
    }
  }
  @media (max-width: 899px) {
    .shopify-wl-pricing-box {
      padding: 32px 20px;
    }
    .shopify-wl-why-grid {
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
  
  
  }
  
  /* Mobile */
  @media (max-width: 767px) {
    .desk-cta {
      display: none;
    }
    .leading-title {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 16px;
    }
    h2.leading-subtitle {
      font-size: 22px;
      max-width: 100%;
      line-height: 28px;
    }
    .leading-container .cover-img img {
      width: 100%;
    }
    h2.hassle-free-title {
      font-size: 28px;
      line-height: 36px;
    }
    .hassle-free-desc {
      font-size: 18px;
      line-height: 28px;
    }
    .hassle-free-section {
      padding: 45px 0px;
    }
    .counter-container {
      margin-top: 30px;
    }
    .shopify-wl-why-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }
    .service-accordion-item.active .service-accordion-content {
      padding: 0px 20px 20px;
    }
    .shopify-wl-marquee-track {
      gap: 12px;
    }
    .shopify-wl-marquee {
      padding: 15px 0px;
    }
    .shopify-process-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }
    .info-box-container .info-box {
      width: 100%;
    }
    .shopify-wl-marquee-section {
      padding: 30px 0 30px;
    }
    .shopify-process-section {
      padding: 30px 0;
    }
  
      .shopify-services-section {
      padding: 45px 0;
    }
  
    .shopify-services-head {
      margin-bottom: 35px;
    }
  
    .shopify-services-head h2 {
      font-size: 22px;
      margin-bottom: 28px;
    }
  
    .shopify-services-head p {
      font-size: 16px;
    }
  
    .service-accordion-header {
      padding: 18px 16px;
    }
  
    .service-accordion-title-wrap {
      gap: 12px;
    }
  
    .service-accordion-title-wrap img {
      width: 34px;
      /*height: 34px;*/
    }
  
    .service-accordion-title-wrap span, .service-accordion-title-wrap h3 {
      font-size: 16px;
      line-height: 22px;
    }
  
    .service-accordion-content {
      padding: 0 16px 18px 62px;
    }
  
    .shopify-services-btn a {
      width: 100%;
      max-width: 320px;
    }
     .testimonial-content-box {
      flex-direction: column;
    }
    .user-detail-container {
      flex-direction: column;
      max-width: calc(100% - 0px);
    }
  }
  
  @media (max-width: 600px) {
 
  
    .designation-box .design-cta {
      font-size: 24px !important;
      line-height: 32px !important;
    }
    .testimonial-content-box {
      display: flex;
      gap: 25px;
      padding: 15px;
      border: 1px solid #ebebeb;
      border-radius: 8px;
      margin: 0 auto;
    }
    .testimonial-content-box {
      display: block;
    }
    .testimonial-slider-container .user-detail-container,
    .testimonial-slider-container .user-profile-box {
      max-width: calc(100% - 15px) !important;
    }
    
  }
  @media (max-width: 480px) {

    .shopify-wl-container {
      padding: 0 16px;
    }
    .text-block .talk-exp-cta {
          font-size: 30px;
          line-height: 44px;
      }
  }
  @media (max-width: 580px) {
  .call-to-action a.btn {
      padding: 8px 10px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 12px;
      line-height: 18px;
  }
  
  .call-to-action svg {
      width: 16px;
      height: 16px;
  }
  
    .leading-container {
      gap: 16px;
    }
    .review-img-container {
      flex-direction: row;
      gap: 28px;
      align-items: center;
    }
    .review-img-container img {
      width: 80px;
    }
    /*.call-to-action {
      flex-direction: column;
    }*/
    .call-to-action a.btn {
      width: fit-content;
    }
    .counter-container {
      flex-direction: row;
      gap: 30px;
      align-items: center;
    }
    .hassle-free-section .counter-box h3,
  .hassle-free-section .counter-box .counter-title {
      margin-bottom: 10px;
      font-size: 28px;
      line-height: 34px;
    }
    .hassle-free-section .counter-box p {
      font-size: 14px;
      line-height: 20px;
    }
    .counter-container .counter-box:nth-child(2),
    .counter-container .counter-box:nth-child(3) {
      border-left: none;
      border-right: none;
      padding-left: 0px;
    }
    .counter-container .counter-box:nth-child(3) {
      padding-left: 0px;
    }
    .counter-container .counter-box {
      text-align: center;
    }
    .shopify-wl-why-grid {
      grid-template-columns: repeat(1, 1fr);
      gap: 16px;
    }
    .shopify-process-grid {
      grid-template-columns: repeat(1, 1fr);
      gap: 12px;
    }
  }

@media(max-width:480px){
    .leading-title,
      h2.hassle-free-title,
      .shopify-services-head h2, .shopify-wl-section-title,
      .shopify-process-heading h2,
      h2.ind-we-sup-title {
      font-size: 22px !important;
      line-height: 30px !important;
    }
    h2.leading-subtitle,
    .hassle-free-desc {
      font-size: 18px !important;
      line-height: 24px !important;
    }
    .leading-text,
    .service-accordion-content p {
      font-size: 16px;
      line-height: 22px;
    }
    .shopify-wl-why-card h3,
    .shopify-process-box h3,
    .ind-we-sup-section .info-box h3 {
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0px;
      vertical-align: middle;
    }
  }



