
    /* ==========================================
       1. GENERAL STYLES & VARIABLES
       ========================================== */
    html, body {
      overflow-x: hidden !important;
    }

    :root {
      --navy: #0b1220;
      --blue: #2563EB;
      --blue-light: #eaf1ff;
      --text-dark: #0f1b2d;
      --text-gray: #6b7686;
      --bg-panel: #f8fafc;
      --border: #e7ebf1;
    }

    body {
      font-family: 'Manrope', sans-serif;
      overflow-x: hidden;
    }

    /* Common Helper Classes */
    .bg-card-light {
      background: #F1F5F9;
    }
    .text-blue-highlight {
      color: #2E9BFF;
    }

    /* ==========================================
       2. HERO SECTION
       ========================================== */
    .hero-section {
      position: relative;
      width: 100vw;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      height: 620px;
      overflow: hidden;
    }

    .hero-bg-img {
      object-fit: cover;
      z-index: 1;
    }

    .hero-bg-overlay {
      background: linear-gradient(90deg, rgba(10,20,40,.75) 0%, rgba(10,20,40,.35) 45%, rgba(10,20,40,0) 100%);
      z-index: 2;
    }

    .hero-inner-container {
      width: 890px;
      max-width: 90%;
     height:auto;
      z-index: 3;
    }

    .hero-inner-img {
      object-fit: cover;
    }

    .hero-inner-overlay {
      background: linear-gradient(180deg, rgba(10,14,22,0.55) 0%, rgba(10,14,22,0.75) 100%);
    }

    .hero-title {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 62px;
    }

    .hero-desc {
      font-size: 16px;
      line-height: 1.7;
      max-width: 520px;
    }

    .hero-btn-primary {
      background: linear-gradient(180deg, #2563EB, #0EA5E9);
      color: #fff;
      box-shadow: 0 16px 34px rgba(37,99,235,.45);
      height: 54px;
      font-weight: 600;
    }

    .hero-btn-primary:hover {
      background: linear-gradient(180deg, #1d4ed8, #0284c7);
      color: #fff;
    }

    .hero-btn-secondary {
      font-size: 15px;
      height: 54px;
    }

    .hero-badge-text {
      font-size: 13px;
    }

    /* ==========================================
       3. INSTANT CASH SECTION
       ========================================== */
    .cash-section {
      width: 100%;
      background: #ffffff;
      padding: 70px 0 90px;
    }

    .paren {
      font-size: 46px;
      font-weight: 300;
      line-height: 1;
    }

    .review-label {
      margin: 6px 0 0;
      font-size: 13px;
      color: #9aa0ab;
      font-style: italic;
    }

    .cash-heading {
      max-width: 700px;
    }

    .cash-text {
      max-width: 760px;
      margin: 0 auto 34px;
      color: #8b90a0;
      font-size: 16px;
      line-height: 1.8;
    }

    .cash-cta {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: linear-gradient(180deg, #3f8bff 0%, #1f5fe0 100%);
      color: #ffffff;
      font-size: 15px;
      font-weight: 600;
      text-decoration: none;
      padding: 15px 30px;
      border-radius: 20px;
      box-shadow: 0 12px 24px rgba(31, 95, 224, 0.35);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .cash-cta:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 28px rgba(31, 95, 224, 0.45);
      color: #fff;
    }

    .card-wrap {
      position: relative;
      width: 340px;
      max-width: 100%;
    }

    .card-shadow-bg {
      position: absolute;
      top: -18px;
      left: -18px;
      right: -18px;
      bottom: -18px;
      border-radius: 40px;
      background: radial-gradient(circle at 30% 30%, rgba(120, 170, 255, 0.35), transparent 60%),
                  radial-gradient(circle at 75% 70%, rgba(190, 210, 255, 0.35), transparent 55%),
                  #eef2fb;
      z-index: 0;
    }

    .card-img {
      position: relative;
      z-index: 1;
      display: block;
      width: 100%;
      height: auto;
      border-radius: 28px;
      box-shadow: 0 20px 40px rgba(20, 40, 90, 0.18);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .card-wrap:hover .card-img {
      transform: translateY(-6px);
      box-shadow: 0 28px 48px rgba(20, 40, 90, 0.24);
    }

    /* ==========================================
       4. MARKET RATES SECTION
       ========================================== */
    .market-rates-section {
      padding: 70px 0;
    }

    .market-card {
      background: linear-gradient(90deg, #0B1220 0%, #142A52 100%);
      padding: 60px;
      border-radius: 0 !important;
    }

    .market-card .row {
      align-items: center;
    }

    .market-tag {
      display: block;
      color: #6DCBFF;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 12px;
    }

    .market-title {
      color: #fff;
      font-size: 37px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 12px;
      max-width: 560px;
    }

    .market-text {
      color: #AFC0DA;
      font-size: 15px;
      margin-bottom: 28px;
    }

    .market-tags {
      margin-bottom: 20px;
    }

    .market-tags span {
      padding: 11px 18px;
      border-radius: 10px;
      border: 1px solid rgba(255,255,255,.08);
      background: rgba(255,255,255,.06);
      color: #fff;
      font-size: 14px;
      font-weight: 600;
    }

    .market-tags .active {
      background: #284B72;
      border-color: #4F86B8;
    }

    .quote-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 14px 26px;
      background: #fff;
      color: #111;
      border-radius: 10px;
      font-weight: 700;
      text-decoration: none;
      transition: .3s;
    }

    .quote-btn:hover {
      background: #2E9BFF;
      color: #fff;
    }

    /* ==========================================
       5. WHAT WE BUY SECTION
       ========================================== */
    .wwb-section {
      position: relative;
      width: 100%;
      padding: 90px 0 110px;
      background-image: url('assets/images/what-we-buy.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      overflow: hidden;
    }
   
    .wwb-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(10, 14, 22, 0.55) 0%, rgba(10, 14, 22, 0.72) 100%);
      z-index: 0;
    }
   
    .wwb-container {
      position: relative;
      z-index: 1;
      max-width: 1200px;
      margin: 0 auto;
    }
   
    .wwb-eyebrow {
      display: block;
      color: #7fa8ff;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 14px;
    }
   
    .wwb-heading {
      color: #ffffff;
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      margin: 0 0 14px;
    }
   
    .wwb-subtext {
      color: rgba(255, 255, 255, 0.78);
      font-size: 16px;
      line-height: 1.6;
      max-width: 640px;
      margin: 0 0 48px;
    }
   
    .wwb-card {
      background: #ffffff;
      border-radius: 10px;
      padding: 28px 26px 30px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    }
   
    .wwb-icon {
      display: inline-block;
      width: 40px;
      height: 40px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
    }
   
    .wwb-arrow {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #f2f4f8;
      color: #1b2733;
      font-size: 14px;
    }

    /* ==========================================
       6. SCHOOL & UNIVERSITY IT BUYBACK SECTION
       ========================================== */
    .school-feature-card {
      max-width: 430px;
      min-height: 85px;
      height: auto;
      background: #0B1220;
      border-radius: 20px;
      padding: 20px;
      gap: 20px;
    }

    .school-feature-title {
      font-size: 16px;
      line-height: 21px;
    }

    .school-feature-desc {
      font-size: 10px;
      line-height: 20px;
    }

    /* ==========================================
       7. HOW IT WORKS SECTION
       ========================================== */
    .how-section {
      background: #2563EB1C;
      padding: 55px 0;
    }

    .how-tag {
      display: block;
      margin-bottom: 10px;
      font-size: 13px;
      font-weight: 800;
      line-height: 18px;
      letter-spacing: 2.08px;
      text-transform: uppercase;
      color: #7DD3FC;
    }

    .how-heading {
      max-width: 995px;
      margin-bottom: 18px;
      font-family: "Space Grotesk", sans-serif;
      font-size: 42px;
      font-weight: 700;
      line-height: 53px;
      letter-spacing: -1.05px;
      color: #111827;
    }

    .how-text {
      max-width: 1167px;
      margin-bottom: 36px;
      font-size: 17px;
      color: #64748B;
    }

    .step-card {
      width: 100%;
      background: #fff;
      border-radius: 18px;
      padding: 26px 30px;
      margin-bottom: 12px;
    }

    .step-left {
      width: 270px;
      gap: 22px;
    }

    .step-icon {
      width: 38px;
      height: 48px;
      flex-shrink: 0;
    }

    .step-icon img {
      width: 48px;
      height: 48px;
    }

    .step-title {
      font-family: "Space Grotesk", sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: #111827;
      white-space: nowrap;
    }

    .step-image {
      width: 190px;
    }

    .step-image img {
      width: 100%;
      height: 86px;
      object-fit: cover;
      border-radius: 10px;
    }

    .step-badge {
      position: absolute;
      top: -27px;
      left: 50%;
      transform: translateX(-50%);
      background: #2563EB;
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      padding: 4px 12px;
      border-radius: 30px;
    }

    .step-content {
      flex: 1;
      font-size: 15px;
      line-height: 26px;
      color: #64748B;
    }

    /* ==========================================
       8. WHY CHOOSE US SECTION
       ========================================== */
    .wcu-section {
      background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%);
      padding: 80px 0;
    }

    .wcu-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 36px;
    }

    .wcu-eyebrow {
      display: block;
      color: var(--blue);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      margin-bottom: 14px;
    }

    .wcu-title {
      font-size: 34px;
      font-weight: 700;
      color: var(--text-dark);
      line-height: 1.25;
      max-width: 520px;
      margin-bottom: 14px;
    }

    .wcu-desc {
      color: var(--text-gray);
      font-size: 15px;
      line-height: 1.6;
      max-width: 460px;
    }
   
    .wcu-rating {
      display: flex;
      align-items: center;
      gap: 12px;
      background: #fff;
      border-radius: 16px;
      padding: 14px 30px;
      box-shadow: 0 10px 30px rgba(15,27,45,.08);
      white-space: nowrap;
    }

    .wcu-hero {
      position: relative;
      border-radius: 18px;
      overflow: hidden;
      min-height: 340px;
      background: #0b1220;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .wcu-hero img {
      width: 90%;
      height: auto;
      object-fit: contain;
      position: relative;
      opacity: 1;
      object-position: left center;
    }

    .wcu-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(11,18,32,.75) 0%, rgba(11,18,32,.55) 40%, rgba(11,18,32,.9) 100%);
    }

    .wcu-card {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 24px;
    }

    .wcu-icon {
      width: 46px;
      height: 46px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
      overflow: hidden;
    }

    .wcu-icon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .wcu-card h3 {
      font-size: 16px;
      font-weight: 700;
      color: var(--text-dark);
      margin-bottom: 8px;
    }

    .wcu-card p {
      font-size: 13.5px;
      color: var(--text-gray);
      line-height: 1.6;
    }

    .wcu-footer-bar {
      margin-top: 20px;
      background: var(--navy);
      border-radius: 16px;
      padding: 22px 28px;
      display: flex;
      align-items: center;
      gap: 16px;
      color: #fff;
    }

    .wcu-footer-bar .check {
      width: 34px;
      height: 34px;
      min-width: 34px;
      border-radius: 50%;
      background: rgba(255,255,255,.12);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #4ade80;
    }

    /* ==========================================
       9. WHO WE SERVE SECTION (FLEXIBLE IT BUYBACK)
       ========================================== */
    .ibo-section {
      background: #0B1220;
      padding: 80px 0;
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
    }

    .flexible-eyebrow {
      font-size: 13px;
      letter-spacing: 2px;
    }

    .flexible-heading {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 38px;
      line-height: 1.2;
      max-width: 520px;
    }

    .flex-card-light {
      background: #f8fafc;
    }

    .flex-card-dark {
      background: linear-gradient(135deg,#2563EB,#1d4ed8);
    }

    .flex-card-col-info {
      min-width: 180px;
    }

    .flex-card-title {
      font-size: 20px;
    }

    .flex-card-subtitle {
      font-size: 13px;
    }

    .flex-card-btn-dark {
      height: auto;
    }

    .flex-promo-card {
      background: #0B1220;
    }

    .flex-promo-img {
      object-fit: contain;
      max-height: 340px;
    }

    .phone-card {
      max-width: 380px;
    }

    .phone-card-icon-wrap {
      width: 48px;
      height: 48px;
    }

    .phone-card-label {
      font-size: 12px;
      letter-spacing: 1px;
    }

    .phone-card-number {
      font-size: clamp(16px,4vw,22px);
      line-height: 1.2;
    }

    /* ==========================================
       10. TESTIMONIALS SECTION
       ========================================== */
    .testimonial-section {
      background-color: #E7EEFD;
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      margin-top: 40px;
      padding: 50px 0;
    }

    .testimonial-heading {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 39.94px;
      line-height: 51px;
      letter-spacing: -1px;
    }

    .testimonial-subtext {
      font-size: 0.95rem;
    }

    .testimonial-user-name {
      font-size: 1.02rem;
    }

    .testimonial-user-time {
      font-size: 0.85rem;
    }

    .testimonial-text-content {
      line-height: 1.6;
    }

    .google-btn {
      background: linear-gradient(135deg, #2563eb, #1d4ed8);
      color: #fff;
      border: none;
      padding: 14px 28px;
      border-radius: 10px;
      font-weight: 700;
      font-size: 1rem;
      cursor: pointer;
      box-shadow: 0 10px 25px rgba(37, 99, 235, 0.35);
    }

    .testimonial-card {
      background: #fff;
      border-radius: 24px !important;
      padding: 28px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    }

    .avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 700;
      font-size: 1.1rem;
      flex-shrink: 0;
    }

    .cta-card {
      background: linear-gradient(135deg, #2563eb, #38bdf8);
      border-radius: 24px;
      padding: 32px;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .cta-btn {
      background: #fff;
      color: #1d4ed8;
      border: none;
      padding: 14px 20px;
      border-radius: 10px;
      font-weight: 700;
      font-size: 1rem;
      cursor: pointer;
    }

    /* ==========================================
       11. GLOBAL PRESENCE SECTION
       ========================================== */
    .global-presence-section {
      padding: 70px 20px;
    }

    .global-presence-container {
      max-width: 1000px;
      padding: 60px 40px;
    }

    .global-map {
      object-fit: cover;
      opacity: 0.6;
      z-index: 0;
    }

    .global-heading {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 28px;
    }

    .flag-img {
      width: 26px;
      height: 18px;
      object-fit: cover;
      margin-right: 10px;
    }

    .flag-text {
      font-size: 14px;
    }

    .badge-uae {
      background: #dbeafe;
    }

    /* ==========================================
       12. CONTACT & SERVICE AREAS SECTION
       ========================================== */
    .contact-section {
      width: 100%;
      background: #0B1220;
      padding: 80px 0;
    }

    .contact-label {
      color: #22d3ee;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .contact-heading {
      font-family: 'Space Grotesk', sans-serif;
      font-weight: 700;
      font-size: 40px;
      color: #ffffff;
      margin-bottom: 16px;
    }

    .contact-desc {
      color: #94a3b8;
      font-size: 15px;
      line-height: 1.7;
      margin-bottom: 28px;
      max-width: 420px;
    }

    .info-card {
      background: #131a29;
      border: 1px solid #1f2937;
      border-radius: 12px;
      padding: 16px 18px;
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 14px;
    }

    .info-icon {
      width: 40px;
      height: 40px;
      border-radius: 10px;
      background: #1c2436;
      color: #38bdf8;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      flex-shrink: 0;
    }

    .info-label {
      color: #8b96a8;
      font-size: 12.5px;
      margin-bottom: 2px;
    }

    .info-value {
      color: #ffffff;
      font-size: 15px;
      font-weight: 700;
    }

    .whatsapp-btn {
      background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
      color: #ffffff;
      font-weight: 700;
      font-size: 15px;
      border: none;
      border-radius: 12px;
      padding: 14px 26px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      box-shadow: 0 12px 28px rgba(34, 197, 94, 0.35);
      text-decoration: none;
      margin-top: 8px;
    }

    .service-panel {
      background: #10151f;
      border: 1px solid #1f2937;
      border-radius: 18px;
      padding: 28px 28px 18px;
    }

    .service-heading {
      color: #ffffff;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 4px;
    }

    .service-sub {
      color: #8b96a8;
      font-size: 13.5px;
      margin-bottom: 20px;
    }

    .area-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 20px;
    }

    .area-tag {
      background: #1a2233;
      border: 1px solid #fff;
      color: #cbd5e1;
      font-size: 13px;
      font-weight: 600;
      padding: 8px 16px;
      border-radius: 8px;
    }

    .contact-area-tag {
      background: #7DD3FC40;
      color: #FFFFFF;
      border: 1px solid #7DD3FC80;
    }

    .highlight-box {
      background: linear-gradient(135deg, #14335c 0%, #0e2a52 100%);
      border: 1px solid #1d4e89;
      border-radius: 14px;
      padding: 16px 18px;
    }

    .highlight-title {
      color: #ffffff;
      font-size: 14.5px;
      font-weight: 700;
      margin-bottom: 6px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .highlight-text {
      color: #a9b8cf;
      font-size: 13px;
      line-height: 1.6;
      margin: 0;
    }

    /* ==========================================
       13. DETAILED AREAS SERVED
       ========================================== */
    .areas-section {
      max-width: 1140px;
      margin: 0 auto;
    }

    .areas-heading {
      font-family: 'Space Grotesk', sans-serif;
      font-weight: 700;
      font-size: 32px;
      color: #0f172a;
      text-align: center;
      margin-bottom: 10px;
    }

    .areas-subheading {
      font-size: 15px;
      color: #64748b;
      text-align: center;
      margin-bottom: 40px;
    }

    .area-card {
      background: #ffffff;
      border: 1px solid #e5e9f0;
      border-radius: 16px;
      padding: 22px 20px;
    }

    .area-city {
      font-weight: 700;
      font-size: 16px;
      color: #2563EB;
      margin: 0 0 14px 0;
    }

    .area-card-tag {
      background: #eef2f7;
      color: #475569;
      font-size: 12.5px;
      font-weight: 500;
      padding: 6px 12px;
      border-radius: 8px;
      white-space: nowrap;
    }

    .area-card-cta {
      background: linear-gradient(135deg, #2563EB 0%, #0EA5E9 100%);
      border: none;
      color: #ffffff;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .area-card-cta .cta-title {
      font-weight: 700;
      font-size: 16px;
      color: #ffffff;
      margin: 0 0 10px 0;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .area-card-cta .cta-text {
      font-size: 13.5px;
      line-height: 1.6;
      color: #e6f0ff;
      margin: 0;
    }

    /* ==========================================
       14. FAQ SECTION
       ========================================== */
    .faq-section {
      max-width: 920px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .faq-heading {
      font-family: 'Baloo 2', sans-serif;
      font-weight: 700;
      font-size: 34px;
      color: #101828;
      text-align: center;
      margin-bottom: 36px;
    }

    .faq-accordion .accordion-item {
      background: #F1F5F9;
      border: none;
      border-radius: 16px !important;
      margin-bottom: 16px;
      overflow: hidden;
    }

    .faq-accordion .accordion-item:last-of-type,
    .faq-accordion .accordion-item:first-of-type {
      border-radius: 16px;
    }

    .faq-accordion .accordion-button {
      background: #F1F5F9;
      color: #111827;
      font-weight: 600;
      font-size: 15px;
      padding: 22px 24px;
      border-radius: 16px !important;
      box-shadow: none;
    }

    .faq-accordion .accordion-button:not(.collapsed) {
      background: #F1F5F9;
      color: #111827;
      box-shadow: none;
    }

    .faq-accordion .accordion-button:focus {
      box-shadow: none;
      border: none;
    }

    .faq-accordion .accordion-button::after {
      display: none;
    }

    .faq-accordion .accordion-button .faq-icon {
      width: 22px;
      height: 22px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #2563EB;
      font-size: 20px;
      font-weight: 700;
      transition: transform 0.25s ease;
    }

    .faq-accordion .accordion-button:not(.collapsed) .faq-icon {
      transform: rotate(135deg);
    }

    .faq-accordion .accordion-body {
      padding: 0 24px 22px 24px;
      font-size: 14px;
      color: #4b5563;
      line-height: 1.6;
    }

    /* ==========================================
       15. RESPONSIVE DESIGN (TABLET & MOBILE)
       ========================================== */
@media (min-width:768px) and (max-width:991.98px){

    .ibo-section .d-flex.flex-column.gap-3.flex-grow-1{
        display:grid !important;
        grid-template-columns:repeat(3,1fr);
        gap:16px;
    }

    .ibo-section .d-flex.flex-column.gap-3.flex-grow-1 > div{
        max-width:100%;
        padding:20px 15px !important;
    }

    .ibo-section h3{
        font-size:24px;
    }

    .ibo-section .btn{
        width:100%;
        font-size:15px;
    }
}
@media (min-width:768px) and (max-width:991.98px){

    .ibo-section .col-lg-5{
        display:flex !important;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        margin-top:30px;
    }

    .ibo-section .flex-promo-card{
        width:100%;
        max-width:500px;
        margin:0 auto 20px;
    }

    .ibo-section .flex-promo-img{
        display:block;
        margin:0 auto;
    }

    .ibo-section .phone-card{
        width:100%;
        max-width:420px;
        margin:0 auto;
    }

}
    @media (max-width: 991.98px) {
      /* Hero Responsive */
      .hero-section {
        height: auto;
        padding: 40px 15px;
      }

      .hero-section .translate-middle {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
      }

      .hero-title {
        font-size: 38px !important;
        line-height: 1.3 !important;
      }

      .hero-desc {
        font-size: 15px !important;
        max-width: 100% !important;
      }

      .hero-btn-primary,
      .hero-section .btn-light {
        width: 100%;
      }

      .hero-section .d-flex.flex-wrap.gap-2 {
        justify-content: center;
      }

      .hero-section .rounded-4 {
        border-radius: 20px !important;
      }

      /* Market / Who We Serve Title Responsive */
      .market-title {
        font-size: 32px !important;
        line-height: 1.25 !important;
        white-space: normal !important;
      }

      .col-lg-6,
      .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
      }

      .market-card {
        padding: 30px 20px;
      }

      .market-tags {
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
      }

      .market-tags span {
        flex: 0 0 calc(50% - 5px);
        text-align: center;
      }

      /* How It Works Responsive (Prevents Squishing on Tablets) */
      .step-card {
        padding: 25px;
      }

      .step-left {
        width: 100% !important;
        justify-content: center !important;
        margin-bottom: 10px;
      }

      .step-title {
        white-space: normal !important;
        text-align: center !important;
      }

      .step-image {
        width: 100%;
        margin: 0 0 20px;
      }

      .step-image img {
        height: auto;
      }

      /* Flexible Buyback Cards Tablet Alignment */
      .flex-card-col-info {
        text-align: center !important;
        width: 100%;
      }
      
      .flex-card-light, .flex-card-dark {
        padding: 30px 20px !important;
      }
    }

    @media (max-width: 575.98px) {
      /* Hero Mobile */
      .hero-title {
        font-size: 28px !important;
      }

      /* Cash Section Mobile */
      .cash-heading {
        font-size: 24px !important;
        line-height: 1.3 !important;
      }

      .paren {
        font-size: 32px;
      }

      /* Market Card Mobile */
      .market-card {
        padding: 24px 16px;
        border-radius: 18px;
      }

      .market-tag {
        font-size: 12px;
      }

      .market-title {
        font-size: 24px !important;
        line-height: 1.25 !important;
        white-space: normal !important;
        margin-bottom: 12px !important;
      }

      .market-text {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
      }

      .market-tags span {
        padding: 8px 14px;
        font-size: 13px;
        border-radius: 10px;
        flex: 1 1 auto;
      }

      .col-auto {
        width: 100%;
        text-align: center !important;
        margin-top: 25px;
      }

      .col-auto .btn {
        width: 100%;
        max-width: 260px;
        height: 50px;
        font-size: 15px;
      }

      /* School buyback mobile */
      .school-feature-card {
        flex-direction: column;
        align-items: flex-start !important;
        height: auto !important;
        padding: 20px 15px;
      }

      /* Why Choose Us Mobile */
      .wcu-title {
        font-size: 26px !important;
      }

      .wcu-rating {
        padding: 10px 20px;
        width: 100%;
        justify-content: center;
      }

      /* Testimonials Mobile */
      .testimonial-heading {
        font-size: 28px !important;
        line-height: 36px !important;
      }

      /* Flexible section mobile */
      .flexible-heading {
        font-size: 26px !important;
      }

      .phone-card {
        max-width: 100%;
      }
    }
@media (max-width:767.98px){
    .areas-section{
        padding-left:15px;
        padding-right:15px;
    }
}
    /* ==========================================
       16. NEWSLETTER RESPONSIVENESS (TAB & MOBILE)
       ========================================== */
    /* Target subscribe & newsletter forms in Footer dynamically */
    .newsletter-form, 
    form[action*="subscribe"], 
    .footer form,
    footer form {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 12px;
      width: 100%;
      max-width: 600px;
      margin: 20px auto 0;
    }

    .newsletter-form input,
    form[action*="subscribe"] input,
    .footer form input,
    footer form input {
      flex: 1;
      height: 50px;
      border-radius: 8px !important;
    }

    .newsletter-form button,
    form[action*="subscribe"] button,
    .footer form button,
    footer form button {
      height: 50px;
      white-space: nowrap;
      padding: 0 30px;
      border-radius: 8px !important;
      margin-top: 0 !important;
    }

    /* On Tablet (Inline alignment) */
    @media (min-width: 576px) and (max-width: 991.98px) {
      .newsletter-form, 
      form[action*="subscribe"], 
      .footer form,
      footer form {
        flex-direction: row !important;
      }
    }

    /* On Mobile (Vertical Stack - Card block style) */
    @media (max-width: 575.98px) {
      .newsletter-form, 
      form[action*="subscribe"], 
      .footer form,
      footer form {
        flex-direction: column !important;
        gap: 12px !important;
      }
      .newsletter-form input,
      form[action*="subscribe"] input,
      .footer form input,
      footer form input,
      .newsletter-form button,
      form[action*="subscribe"] button,
      .footer form button,
      footer form button {
        width: 100% !important;
      }
    }
    @media (min-width:768px) and (max-width:991.98px){

    .newsletter-form input,
    .footer form input{
        width:100% !important;
        min-width:0;
        font-size:16px;
    }

    .newsletter-form input::placeholder,
    .footer form input::placeholder{
        font-size:14px;
        opacity:1;
        color:#6B7280;
    }
}
@media (min-width:768px) and (max-width:991.98px){

    .areas-section{
        padding-left:20px;
        padding-right:20px;
    }

    .areas-section .row{
        --bs-gutter-x:20px;
    }

    .areas-section .col{
        padding-left:10px;
        padding-right:10px;
    }

    .area-card{
        padding:22px 20px;
    }

}

@media (min-width:768px) and (max-width:991.98px){ .footer-newsletter{ max-width:100%; } .newsletter-form{ width:100% !important; display:flex; flex-direction:row !important; gap:10px; } .newsletter-form input[type="email"]{ flex:1 1 auto; min-width:180px; width:auto !important; padding:0 16px; font-size:14px; } .newsletter-form button{ flex:0 0 120px; } }
.card-img{
    border-radius:0 !important;
    box-shadow:none !important;
}
.wwb-section{
    position: relative;
    width: 100%;
    padding: 90px 0 110px;
    background-image: url("../images/what-we-buy.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}