/* ================= BASE ================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

/* ================= HERO ================= */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
    padding: 80px 60px;
    position: relative;
    overflow: hidden;
}

/* ================= BACKGROUND (SOFT BLUR FIX) ================= */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('https://ghurkitrust.org.pk/storage/assets/images/slider/1753786544_2.webp') center/cover no-repeat;

    /* 🔥 light blur (more visible image) */
    filter: blur(4px);

    transform: scale(1.05);
    z-index: 0;
}

/* lighter overlay (more transparent look) */
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    z-index: 0;
}

/* keep content above background */
.hero > div {
    position: relative;
    z-index: 1;
}

/* ================= LEFT CARD (GLASS) ================= */
.left-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 45px;
    width: 520px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

/* ================= RIGHT CARD (SOLID) ================= */
.right-card {
    background: #fff;
    border-radius: 20px;
    padding: 45px;
    width: 520px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

/* ================= LEFT CONTENT ================= */
.left-card h1 {
    font-size: 32px;
    line-height: 1.3;
    color: #2c3e50;
    margin: 12px 0;
}

.left-card .tag {
    color: #e53935;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.left-card .subtitle {
    font-weight: 600;
    margin-bottom: 15px;
}

.left-card .desc {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
    padding-right: 20px;
}

.left-card .outline-btn {
    padding: 12px 22px;
    border: 2px solid #2c3e50;
    border-radius: 12px;
    background: transparent;
    cursor: pointer;
}

/* ================= RIGHT CONTENT ================= */
.right-card .label {
    font-size: 12px;
    color: #999;
    font-weight: 600;
    margin-bottom: 10px;
}

.right-card .tabs {
    display: flex;
    background: #f3f3f3;
    padding: 5px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.right-card .tab {
    flex: 1;
    padding: 9px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    background: transparent;
}

.right-card .tab.active {
    background: #e53935;
    color: #fff;
}

.right-card .info {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.right-card .amounts {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.right-card .amounts button {
    flex: 1;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
}

.right-card .amounts .active {
    background: #2c3e50;
    color: #fff;
}

.right-card input {
    width: 100%;
    padding: 13px;
    border-radius: 12px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.right-card .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.right-card .row span {
    font-size: 12px;
    color: #999;
}

.right-card .row h3 {
    font-size: 17px;
}

.right-card .primary-btn {
    width: 100%;
    padding: 15px;
    background: #e53935;
    border: none;
    color: #fff;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
}

.right-card .secure {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
    .hero {
        flex-direction: column;
        gap: 40px;
        padding: 40px;
    }

    .left-card,
    .right-card {
        width: 100%;
    }
}
/* section section */

/* section two */

 .gtx-donation-sec {
      padding: 70px 24px;
      background: linear-gradient(145deg, #f7f9fc 0%, #eef2f7 100%);
      font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    }
    .gtx-container {
      max-width: 1300px;
      margin: 0 auto;
      text-align: center;
    }
    .gtx-badge {
      background: linear-gradient(135deg, #fff0ee, #ffe0dc);
      color: #bc3f2e;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 5px 18px;
      border-radius: 40px;
      font-size: 0.85rem;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .gtx-title {
      font-size: 2.5rem;
      font-weight: 800;
      background: linear-gradient(125deg, #1f3a4b, #2c4a66);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      margin-bottom: 16px;
    }
    .gtx-subtitle {
      color: #4a627a;
      font-size: 1.05rem;
      max-width: 600px;
      margin: 0 auto 50px auto;
    }
    .gtx-qr-wrap {
      display: flex;
      gap: 30px;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 70px;
    }
    .gtx-qr-card {
      background: #ffffff;
      padding: 32px 28px 36px;
      width: 590px;
      max-width: 100%;
      text-align: center;
      border-radius: 10px;
      transition: all 0.3s ease;
      box-shadow: 0 20px 35px -12px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.02);
    }
    .gtx-qr-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 28px 40px -14px rgba(0,0,0,0.15);
    }
    .gtx-bank-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 16px;
      border-radius: 100px;
      margin-bottom: 18px;
    }
    .gtx-mini-logo {
      width: 28px;
      height: 28px;
      object-fit: contain;
    }
    .gtx-bank-badge span {
      font-weight: 600;
      font-size: 0.85rem;
      color: #1f3a4b;
    }
    .gtx-qr-card h3 {
      font-size: 1.8rem;
      font-weight: 800;
      letter-spacing: -0.3px;
      margin: 10px 0 15px;
      background: linear-gradient(135deg, #2c3e50, #1b2b38);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
    }
    .gtx-qr-box {
      padding: 20px;
      margin: 15px 0;
    }
    .gtx-qr-box img {
      width: 180px;
      height: auto;
      border-radius: 24px;
    }
    .gtx-qr-card p {
      color: #3b5a74;
      font-size: 0.9rem;
      margin: 12px 0 20px;
    }
    .gtx-btn {
      background: #1f2f3c;
      color: white;
      border: none;
      padding: 11px 28px;
      border-radius: 50px;
      font-weight: 500;
      cursor: pointer;
      transition: 0.2s;
    }
    .gtx-btn:hover {
      background: #0e1c26;
      transform: scale(0.96);
    }

    /* ----- BANK GRID (desktop: grid, mobile: horizontal swipe) ----- */
    .gtx-bank-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 24px;
      margin-top: 20px;
      padding-left: 36px;
      padding-right: 36px;
    }

    .gtx-bank-card {
      background: rgba(255,255,255,0.9);
      backdrop-filter: blur(2px);
      border-radius: 10px;
      padding: 22px 18px;
      text-align: left;
      transition: all 0.25s;
      box-shadow: 0 5px 18px rgba(0,0,0,0.04);
      border: 1px solid rgba(255,255,255,0.7);
    }
    .gtx-bank-card:hover {
      background: white;
      transform: translateY(-4px);
      box-shadow: 0 14px 28px -8px rgba(0,0,0,0.1);
    }
    .gtx-bank-logo {
      width: 48px;
      height: 48px;
      object-fit: contain;
      background: #eef2f9;
      padding: 8px;
      border-radius: 18px;
      margin-bottom: 16px;
    }
    .gtx-bank-card h4 {
      font-size: 1.2rem;
      font-weight: 700;
      margin-bottom: 12px;
      color: #1e3a4d;
    }
    .gtx-bank-card p {
      font-size: 0.8rem;
      margin: 6px 0;
      color: #2c4b66;
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 6px;
    }
    .gtx-bank-card p span {
      font-weight: 700;
      color: #1c5d7a;
      min-width: 70px;
    }

    /* ----- MOBILE OVERRIDE: horizontal swipe (one card at a time) ----- */
    @media (max-width: 680px) {
      .gtx-qr-card {
        width: 100%;
      }
      .gtx-title {
        font-size: 1.9rem;
      }

      /* transform grid into horizontal scroll container */
      .gtx-bank-grid {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 20px;
        padding-left: 24px;
        padding-right: 24px;
        margin-top: 20px;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        /* hide scrollbar but keep functionality */
        scrollbar-width: none;
      }
      .gtx-bank-grid::-webkit-scrollbar {
        display: none;
      }

      /* each bank card becomes a “slide” – takes ~85% of screen width, but keeps original card look */
      .gtx-bank-card {
        flex: 0 0 85%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        margin-right: 0;
        /* optional: ensure consistent width on very small devices */
        max-width: 300px;
      }

      /* optional: center first and last card nicely */
      .gtx-bank-grid:before,
      .gtx-bank-grid:after {
        content: '';
        flex: 0 0 4px;
      }
    }

    /* slightly larger tablet breakpoint if needed – keeps grid on tablet, swipe only on mobile */
    @media (min-width: 681px) and (max-width: 900px) {
      .gtx-bank-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        padding-left: 24px;
        padding-right: 24px;
      }
    }