.pq-topup-page {
  padding: 30px 0 60px;
}

.card{
    background:none !important; 
}

.pq-topup-layout {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  grid-template-columns: 200px 1fr;
  gap: 24px;
}

.pq-topup-sidebar {
  background: #fff;
  padding: 22px 18px;
  border-radius: 4px;
  min-height: 435px;
  height: 0;
}

.pq-topup-sidebar h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 28px;
  color: #222;
}

.pq-topup-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pq-topup-sidebar li {
  font-size: 13px;
  line-height: 1.85;
  color: #222;
}

.pq-topup-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pq-topup-hero {
  height: 298px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(rgba(0,0,0,.18), rgba(0,0,0,.18)),
    url('/modules/pagaquivoucher/views/img/topup-hero.png') center 80% / cover no-repeat;
  display: flex;
  align-items: center;
  padding-left: 70px;
}

.pq-topup-hero-text h2 {
  color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: "Plus Jakarta Sans";
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 62px;
}

.pq-topup-card {
  background: #fff;
  border-radius: 8px;
  padding: 26px 24px;
}

.pq-topup-content {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 36px;
  align-items: start;
}

.pq-topup-form-column h1 {
  font-size: 28px;
  font-weight: 700;
  color: #1e2430;
  margin-bottom: 6px;
}

.pq-topup-form-column > p {
  font-size: 14px;
  color: #7a7f87;
  margin-bottom: 26px;
}

.pq-step {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  margin-bottom: 28px;
  align-items: start;
}

.pq-step-number {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #1ED760;;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.pq-label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #232833;
  margin-bottom: 14px;
  text-align:left;
}

.pq-operators,
.pq-amounts {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.pq-operators {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pq-operator-item input,
.pq-amount-item input {
  display: none;
}

.pq-operator-box {
  display: flex;
  justify-content: center;
  width: 108px;
  height: 56px;
  flex-shrink: 0;
  border: 3px solid transparent;
  border-radius: 18px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}

.pq-operator-text {
  font-size: 18px;
  font-weight: 800;
  color: #1f2530;
  letter-spacing: 0.5px;
}

.pq-operator-vodafone {
  background-image: url('/modules/pagaquivoucher/views/img/operators/vodafone.svg');
}

.pq-operator-nos {
  background-image: url('/modules/pagaquivoucher/views/img/operators/nos.svg');
}

.pq-operator-uzo {
  background-image: url('/modules/pagaquivoucher/views/img/operators/uzo.svg');
}

.pq-operator-moche {
  background-image: url('/modules/pagaquivoucher/views/img/operators/moche.svg');
}

.pq-operator-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.pq-operator-box:hover {
  border-color: #d9d9d9;
}

.pq-operator-item input:checked + .pq-operator-box {
  border-color: #1ED760;
  box-shadow: 0 0 0 4px rgba(30, 215, 96, 0.18);
}

.pq-operator-item {
  display: block;
  margin: 0;
  cursor: pointer;
}

.pq-phone-field {
  display: flex;
  align-items: center;
  max-width: 280px;
  border: 1px solid #d9dde3;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.pq-topup-summary-column{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pq-prefix {
  background: #f7f7f7;
  padding: 10px 12px;
  font-size: 14px;
  color: #333;
  border-right: 1px solid #e5e7eb;
  width: 100px;
}

.pq-phone-field input {
  border: 0;
  outline: none;
  padding: 10px 12px;
  width: 100%;
  font-size: 14px;
}

.pq-amount-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 40px;
  border: 1px solid #d8dde5;
  border-radius: 6px;
  background: #fff;
  color: #232833;
  font-weight: 600;
  cursor: pointer;
}

.pq-amount-item input:checked + .pq-amount-box {
  border: 2px solid #1ED760;
  color: #1ED760;
  background: #f3fff4;
}

.pq-custom-amount-wrap {
  margin-top: 22px;
}

.pq-custom-amount {
  max-width: 220px;
  display: flex;
  align-items: center;
  border: 1px solid #d9dde3;
  border-radius: 6px;
  overflow: hidden;
}

.pq-custom-amount input {
  width: 100%;
  border: 0;
  outline: none;
  padding: 10px 12px;
}

.pq-custom-amount span {
  padding: 0 12px;
  color: #7a7f87;
}

.pq-submit-btn {
  margin-top: 12px;
  background: #1ED760;;
  border: 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 4px;
  cursor: pointer;
}

.pq-submit-btn:hover {
  background: #48c24f;
}

.pq-summary-card {
  border: 1px solid #e0e5e0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.pq-summary-header {
  background: #083d34;
  color: #fff;
  font-weight: 700;
  padding: 16px 14px;
  font-size: 16px;
}

.pq-summary-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-bottom: 1px solid #eef1ee;
  font-size: 13px;
  color: #66707b;
}

.pq-summary-line strong {
  color: #1f2530;
  font-weight: 700;
}

.pq-summary-total {
  padding: 16px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pq-summary-total span {
  font-size: 14px;
  color: #1f2530;
}

.pq-summary-total strong {
  font-size: 20px;
  color: #1ED760;;
  font-weight: 800;
}

.pq-summary-btn {
  margin: 0 14px 14px;
  width: calc(100% - 28px);
  background: #46E144;;
  color: #fff;
  border: 0;
  border-radius: 8px;
  height: 46px;
  font-weight: 700;
  cursor: pointer;
}

.pq-summary-btn:hover {
    background: #48c24f;
}

.pq-summary-secure {
  text-align: center;
  font-size: 10px;
  color: #8a9198;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.pq-summary-secure-image{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pq-summary-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;

  background: #edf7df;
  border-radius: 6px;
  padding: 14px;

  font-size: 13px;
  color: #5f7a63;
  line-height: 1.5;
}

.pq-note-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.pq-note-text {
  flex: 1;
}

@media (max-width: 991px) {
  .pq-topup-layout {
    grid-template-columns: 1fr;
  }

  .pq-topup-sidebar {
    min-height: auto;
  }

  .pq-topup-content {
    grid-template-columns: 1fr;
  }
}
