@media screen and (max-width: 1100px) {
  .nav-right-content-wrapper {
    grid-column-gap: 2.375rem;
  }
  .Homegrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .Homegrid :is(.card, .card-left) :is(h6, p) {
    text-align: left;
  }
  .Homegrid .illustration {
    position: relative;
  }
  .Homegrid .card-left .text-content {
    padding: 0;
  }
  .payout_type .card::before {
    display: none;
  }
  a.button.rt-outline.w-inline-block {
    color: #000;
  }
  .payout_type .card {

    flex-direction: column-reverse;
    background: rgba(255, 255, 255, 0.17);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.8px);
    -webkit-backdrop-filter: blur(9.8px);
    border: 1px solid rgba(255, 255, 255, 0.26);
}
}
@media (min-width: 1024px) {
  .lg\:pl-48 {
    padding-left: 14rem !important;
  }
  .swiper-slide .all-feature-card {
    height: 340px;
  }
  .rt-testimonial-item-v1{
    height: 250px;
  }
}


@media screen and (min-width: 1020px) and (max-width: 1030px) {
  .feature-right-image {
    right: 40px;
  }
  .section-header {
    padding-bottom: 6.5rem;
  }
  .section-footer {
    padding-top: 2.25rem;
  }
  .cta-component {
    background-repeat: no-repeat;
    background-size: contain;
  }
  .integration-icon-item {
    width: 3.75rem;
    height: 3.75rem;
  }
  .header-bottom-content-wrapper {
    grid-column-gap: 0;
  }
  .feature-bottom-left-content-wrapper {
    background: unset;
    border: unset;
    box-shadow: unset;
    border-radius: unset;
  }
}

@media screen and (min-width: 767px) and (max-width: 850px) {
  .feature-right-image {
    right: 40px;
  }
  .section-header {
    padding-bottom: 2.5rem;
  }
  .section-footer {
    padding-top: 2.25rem;
  }
  .cta-component {
    background-repeat: no-repeat;
    background-size: contain;
  }
  .integration-icon-item {
    width: 2.75rem;
    height: 2.75rem;
  }
  .header-bottom-content-wrapper {
    grid-column-gap: 0;
  }
  .feature-bottom-left-content-wrapper {
    background: unset;
    border: unset;
    box-shadow: unset;
    border-radius: unset;
  }
  .feature-bottom-left-content-wrapper {
    grid-template-columns: 1fr;
  }
  .number-top-line-wrapper,
  .number-bottom-line-wrapper {
    display: none;
  }
  .top-163 {
    top: 203px !important;
  }
  .top-160 {
    top: 183px !important;
  }
 
  .rt-card-user-balance-image-v1.rt-overflow-hidden{
    display: flex;
    align-items: center;
  }
  .rt-service-step-list-indicator-line{
    inset: 0% auto 0% 8px;
  }
  .all-feature-card{
    height: 20rem;
  }
  .rt-workflow-main{
    grid-template-columns: repeat(1,1fr)!important;
  }
  .bg-unset{
    background-image: unset;
  }
}

@media (max-width: 991px) {
  .flex-column{
    flex-direction: column;
    gap: 5px;
  }
  .dropdown-content {
    position: relative;
    box-shadow: unset;
  }
  .footer-link-item .quick-contact-item {
    flex-direction: column;
  }
  .w-layout-grid.footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .w-layout-grid.footer-grid .footer-left-content-wrapper:nth-child(1) {
    grid-column: 1 / -1 !important; /* Full width */
  }
}

@media screen and (max-width: 767px) {
  .swiper-pagination{
    left: 35%;
  }
  .overflow-sm-hidden {
    overflow: hidden;
  }
  .feature-bottom-left-content-wrapper {
    background: unset;
    border: unset;
    box-shadow: unset;
    border-radius: unset;
  }

  .nav-brand-logo {
    width: 200px;
  }
  .w-layout-grid.footer-grid {
    grid-template-columns: 1fr !important;
  }

  .Homegrid {
    grid-template-columns: 1fr;
  }
  .Homegrid .card {
    padding: 25px;
  }
  .number-card-content-wrapper {
    flex-flow: column;
  }
  .rt-service-step-list-indicator-line{
    display: none;
  }
  .rt-service-step-list-item-title-v1{
    margin-top: 0;
  }
  .rt-service-step-list-item-content-v1{
    padding: unset;
    border: unset;
  }
  .rt-service-step-list-item-v1{
    grid-column-gap: 15px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-block{
    display: block;;
  }
}
