.payment-hero > div h1 {
    color: var(--deep-purple);

}
.payment-hero > div h1:nth-of-type(1) {
    font-weight: 500;
    font-size: 1.5rem;
}
.payment-hero > div h1:nth-of-type(2) {
    font-weight: bold;
}
.payment-hero > div h1:nth-of-type(3) {
    font-weight: 600;
    font-size: 1.5rem;
}

.payment-cards-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.payment-card {
    height: 20rem;
    width: 12rem;
    background-color: #f2f2f2;
    border-radius: 12px;
    padding: 1em;
    margin: 0.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

.payment-card .card-body {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    gap: 0.5rem;
}

.payment-card img {
    height: 100px;
    width: 100px;
    margin-top: 0.5em;
}

@media (width < 820px ) {
    .payment-card {
        width: 48%;
        margin: 0.2em;
    }
}


.payment-card .square-btn {
    color: var(--white);
}


.bkash-btn {
    background-color: var(--bkash); 
}

.nagad-btn {
    background-color: var(--nagad); 
}

.rocket-btn {
    background-color: var(--rocket);
}



.online-btn {
    background-color: #a20ff3;
}


.payment-method-hero-text-content {
    flex: 1;
  }

  .payment-method-hero-text-content h1 span:nth-of-type(1) {
    font-weight: 500;

  }

  .payment-method-hero-text-content h1 span:nth-of-type(2) {
    color: #494949;
    font-weight: 500;
  }

  .payment-method-hero-text-content h1 span:nth-of-type(3) {
    font-weight: 500;
    font-size: larger;
  }

  .payment-method-hero-button {
    display: inline-flex;
    padding: 0.5em;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 5px;
    margin-top: 10px;
  }

  .payment-method-hero-button img {
    margin-right: 10px;
    height: 20px;
    width: 20px;
  }

  .payment-method-hero-image-content {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .toggle-container {
    border-radius: 5px;
    width: 10rem;
    height: 2rem;
    padding: 0.2rem;
  }

  .toggle-background {
    border-radius: 5px;
  }

  .toggle-option {
    font-size: 1rem;
    padding: 0.5rem;
  }

  .toggle-container input[type="radio"] {
    display: none;
  }



  .slide-container img {
    width: 100%;
    max-width: 280px;
    display: block;
    margin: 0 auto;
  }

  .payment-instruction-card {
    padding: 1em;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 0em 1em 1em 1em;
    text-align: center;
   
  }

  .custom-splide-arrow {
    position: absolute;
    transform: translateY(-50%);
    padding: 0.5em;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    bottom: 0;
    margin-bottom: 1.5rem;
  }

  .custom-splide-arrow i {
    font-size: 2rem;
  }

  .custom-splide-arrow-left {
    left: -20px;
  }

  .custom-splide-arrow-right {
    right:-20px;
  }

  .custom-splide-arrow.disabled {
    color: gray;
  }

  
  @media (width < 600px) {
    .payment-instruction-card {
      margin: 0em 0.5em 0.5em 0.5em;
    }
    .custom-splide-arrow i {
      font-size: 1.5rem;
    }

    .custom-splide-arrow-left {
      left: -10px;
    }

    .custom-splide-arrow-right {
      right: -10px;
    }

      
    .slide-container {
      padding: 0em 1em 0em 1em;
    }

    .payment-method-hero-text-content h1 span:nth-of-type(1) {
      font-size: 1.5rem;
      
    }
  
    .payment-method-hero-text-content h1 span:nth-of-type(2) {
      font-size: 1.5rem;
    }
  
    .payment-method-hero-text-content h1 span:nth-of-type(3) {
      font-size: 1.8rem;
    }

    .payment-method-hero-button {
      font-size: 0.8rem;
      margin-top: 0px;
      
    }

    .payment-method-hero-button img {
      height: 16px;
      width: 16px;
      margin-right: 5px;
    }
  }