  .tm-bill-payment{
    background: linear-gradient(180deg, rgba(255, 178, 114, 0.15) 0%, rgba(255, 178, 114, 0) 86.06%);
    padding: 300px 80px 100px 80px;
    margin-top: -15%;
  }

  .tm-inner{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tm-billpay-left{
    flex: 1 1 38%;
    padding-right: 50px;
  }

  .tm-billpay-title{
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 42px;
    gap: 20px;
    color: #000000;
  }

  .tm-text{
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
  }

  .tm-billpay-right{
    flex: 1 1 58%;
  }

  .tm-logos{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    justify-items: center;
    align-items: center;
  }

  .tm-logo-tile{
    width: 130px;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px #00000040;
    border: 1px solid rgba(16,16,16,0.03);
    padding: 8px;
  }

  .tm-logo-tile img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
  }

  /* Responsive */
  @media (max-width: 980px) and (min-width:600px){
    .tm-bill-payment{
        padding: 100px 40px 50px 40px;
        margin-top: -10%;
    }
    .tm-inner{
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
    .tm-logos{
      grid-template-columns: repeat(4, 1fr);
    }
    .tm-logo-tile{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 130px;
      height: 59px;
    }
    .tm-billpay-left{
     width: 100%;
     text-align: center;
    }
    .tm-billpay-title{
      font-size: 20px;
    }

  }

  @media (max-width: 600px){
    .tm-inner{
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
    .tm-bill-payment{
        padding: 180px 20px 50px 20px;
        margin-top: -40%;
    }
    .tm-logos{
      grid-template-columns: repeat(2, 1fr);
      gap: 25px;
    }
    .tm-logo-tile{
      width: 130px;
      height: 59px;
      padding-left: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .tm-billpay-title{
      font-size: 22px;
    }
    .tm-billpay-left{
     text-align: center;
     padding-right: 0px;
    }
    .tm-text{
        font-size: 14px;
    }
  }



  
.billpay-menu-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    padding: 3px;
    background: #fff;
    box-shadow: 0px 0px 4px #00000040;
    border-radius: 50px;
    width: fit-content;
    margin: 80px auto 40px auto;
}

.billpay-menu-btn {
    padding: 10px 60px;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    border: none;
    border-radius: 50px;
    color: #858A94;
    cursor: pointer;
    transition: 0.3s ease;
}

.billpay-menu-btn:hover {
    color: #FF6600;
}

.billpay-menu-btn.active {
    background: linear-gradient(270deg, #F58220 0%, #F14F22 51%, #EC462F 100%);
    color: #fff;
}

.billpay-section-title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #4B5060;
    line-height: 30px;
    margin-bottom: 30px;
}

.billpay-sub-title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #4B5060;
    line-height: 30px;
}

.billpay-tab-section {
    display: none;
    margin-bottom: 80px;
    gap:30px
}

.billpay-tab-section.active {
    display: block;
}

.grid-tree {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 900px;
    margin: 20px auto;
}

.bank-card {
    width: 130px;
    height: 59px;
    object-fit: contain;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 2px #00000040;
    margin: 12.5px;
}
.bank-card img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    padding: 10px;
}

@media (max-width: 1600px) and (min-width:600px){
    .mobile-nav{
      display: none;
    }
    .mobile-dots{
        display: none;
    }
}

@media (max-width: 980px) and (min-width:600px){

.billpay-menu-tabs {
    gap: 10px;
    padding: 3px;
    margin: 40px auto 35px auto;
    border-radius: 50px;
}

.billpay-menu-btn {
    padding: 10px 40px;
    font-size: 14px;
}

.billpay-section-title {
    text-align: center;
    font-size: 14px;
    color: #4B5060;
    line-height: 25px;
    margin-bottom: 30px;
}
.bank-card {
    width: 123px;
    height: 59px;
    object-fit: contain;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.billpay-tab-section{
  margin-bottom: 80px;
}
}

@media (max-width:600px){
.billpay-menu-tabs {
    display: none;   
}

.billpay-section-title {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 30px;
    color: #4B5060;
    padding: 0 16px;
}
.grid-tree{
    padding: 0 16px;
}
.bank-card {
    width: 123px;
    height: 59px;
    object-fit: contain;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.billpay-tab-section{
    margin-bottom: 0px;
}
.mobile-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    gap: 50px;
    margin-bottom: 40px;
}
.mobile-titles{
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.mobile-title {
    display: none;
    
}

.mobile-title.active {
    display: block;
}

.mobile-arrow{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    flex-shrink: 0;
    background: linear-gradient(180deg, rgba(255, 135, 36, 0.5) 0%, rgba(241, 79, 34, 0.5) 50%, rgba(236, 70, 47, 0.5) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px;
}
.mobile-arrow.active{
    background: linear-gradient(180deg, #F58220 0%, #F14F22 50%, #EC462F 100%);
}
.mobile-arrow .material-symbols-outlined{
    font-size: 24px;
    color: #fff;
}

/* dot */
.mobile-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 40px;
}

.dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D9D9D9;
}
.dot.active{
    background: linear-gradient(180deg, #F58220 0%, #F14F22 50%, #EC462F 100%);
}

}