    
  li{
      list-style:none;
  }
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, .sec-title h2, .fw-semibold, .fw-bold, .brand-title-c {
    font-size: 18px !important;
    line-height: 26px !important;
    }
  /* Fix broken paragraph text */
 td:last-child {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  /* If content is inside a <p> or <div> */
 td:last-child * {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }

  /* Force proper card width */
 tr {
    min-width: 300px !important;
  }

  /* Feature label */
 td:first-child {
    width: 100% !important;
  }

  /* VALUE TEXT — MAIN FIX */
 td:last-child {
    width: 100% !important;
    min-width: 260px !important;  /* ⭐ THIS IS THE KEY */
    max-width: 100% !important;
    line-height: 1.6;
  }
}



    /* MAIN CARD */
.avx-bs-loan-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
}

/* LEFT PANEL */
.avx-bs-left {
  background: linear-gradient(180deg, #ffffff, #f5f7fb);
  border-right: 1px solid #eef0f4;
}

.avx-bs-logo {
  max-width: 150px;
}

.avx-bs-title {
  font-weight: 700;
  color: #1f2937;
}

.avx-bs-badge {
  background: #eef2f7;
  color: #374151;
  font-weight: 500;
  padding: 8px 14px;
}

.avx-bs-processing {
  color: #374151;
  font-size: 15px;
}

/* APPLY BUTTON */
.avx-bs-apply-btn {
  background: #2e7d32;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border-radius: 10px;
}

.avx-bs-apply-btn:hover {
  background: #256428;
  color: #fff;
}

/* INFO BOX */
.avx-bs-info-box {
  background: #f9fafb;
  border-radius: 14px;
  padding: 18px;
  height: 100%;
}

.avx-bs-info-box small {
  color: #6b7280;
  font-size: 13px;
}

.avx-bs-info-box h6 {
  margin-top: 6px;
  font-weight: 600;
  color: #111827;
}

/* AMOUNT CARD */
.avx-bs-amount-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 20px;
}

.avx-bs-amount-card small {
  color: #6b7280;
}

.avx-bs-amount-card h5 {
  margin-top: 6px;
  color: #2e7d32;
  font-weight: 700;
}

/* MOBILE */
@media (max-width: 991px) {
  .avx-bs-left {
    border-right: none;
    border-bottom: 1px solid #eef0f4;
  }
}
/* WRAPPER */
.avx-bs-guarantee-wrap {
  background: #fffaf0;
  border-radius: 14px;
}

/* TITLE */
.avx-bs-guarantee-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #111827;
}

.avx-bs-shield {
  width: 34px;
  height: 34px;
  background: #2e7d32;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}

/* LIST */
.avx-bs-guarantee-list {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.avx-bs-guarantee-list li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  color: #1f2937;
  font-weight: 500;
}

/* CHECK ICON */
.avx-bs-guarantee-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #2e7d32;
  font-size: 14px;
}

/* MOBILE */
@media (max-width: 991px) {
  .avx-bs-guarantee-title {
    justify-content: center;
    margin-bottom: 10px;
  }

  .avx-bs-guarantee-list {
    justify-content: center;
    gap: 16px;
  }
}
/* SECTION */
.avx-bs-tabs-section {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

/* NAV */
.avx-bs-tabs-nav {
  padding: 0;
}

/* TAB LINKS */
.avx-bs-tabs-nav .nav-link {
  border: none;
  background: transparent;
  color: #111827;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 10px;
  position: relative;
}

/* HOVER */
.avx-bs-tabs-nav .nav-link:hover {
  color: #000;
}

/* ACTIVE STATE */
.avx-bs-tabs-nav .nav-link.active {
  font-weight: 600;
  color: #000;
}

/* UNDERLINE EFFECT */
.avx-bs-tabs-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #000;
}

/* MOBILE SCROLL */
@media (max-width: 991px) {
  .avx-bs-tabs-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .avx-bs-tabs-nav .nav-item {
    flex: 0 0 auto;
  }
}
/* SECTION */
.avx-loan-features-title {
  font-weight: 700;
  color: #111827;
}

.avx-loan-features-desc {
  color: #374151;
  max-width: 900px;
}

/* Ensure smooth horizontal scroll on mobile */

/* Desktop: no scroll */
.avx-table-scroll {
  overflow-x: visible;
}

/* Mobile only: enable horizontal scroll */
/* Desktop: no scroll */
.avx-table-scroll {
  overflow-x: visible;
}

/* Mobile only */
@media (max-width: 767px) {

  /* Enable horizontal scroll */
  .avx-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Prevent column squeezing ONLY on mobile */
  .avx-table-hover td,
  .avx-table-hover th {
    white-space: nowrap;
  }

  /* Optional UX hint */
  .table-responsive {
    border-radius: 12px;
  }

  .table-responsive::after {
    content: "← Swipe to see more →";
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6b7280;
    padding: 6px 0;
  }
}


/* CTA CARD */
.avx-cta-card {
  background: linear-gradient(135deg, #1f2933, #2b3036);
  border-radius: 18px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

/* HIGHLIGHT ICON */
.avx-cta-highlight {
  color: #facc15;
}

/* BADGES */
.avx-cta-badge {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 20px;
}

/* CTA BUTTON */
.avx-cta-btn {
  background: #4caf50;
  color: #ffffff;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.avx-cta-btn:hover {
  background: #43a047;
  color: #ffffff;
  transform: translateY(-1px);
}

/* IMAGE */
.avx-cta-image-wrap {
  position: relative;
  display: inline-block;
}

.avx-cta-image-wrap::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  background: #d4a017;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.avx-cta-image {
  position: relative;
  z-index: 2;
  max-height: 380px;
}

/* MOBILE */
@media (max-width: 991px) {
  .avx-cta-card {
    padding: 30px 20px;
    text-align: center;
  }

  .avx-cta-image-wrap::before {
    width: 200px;
    height: 200px;
  }
}



/* Optional: scroll hint on mobile */
@media (max-width: 767px) {
  .avx-table-scroll::after {
    content: "← Swipe to view more →";
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6b7280;
    padding: 6px 0;
  }
}

.loan-btn ul li {
    display: inline-block;
    margin-right: 10px;
}
.loan-btn ul li:last-child{
    margin-right:0;
}
.loan-btn {
    margin: auto;
    text-align: center;
    margin-top: 35px;
}

.loan-btn ul li .thm-btn-white {
    font-weight: 600;
    text-transform: None;
    color: #333;
    border-style: none;
    align-self: center;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    line-height: 1.1;
    letter-spacing: -.3px;
    transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
    background-color: #dadada;
}
.xb-country .xb-item--inner {
    border: unset;
     padding: 0;
    }
    .xb-country .xb-item--inner:hover {
    box-shadow: unset;
}
.xb-country .xb-item--item:hover {
    box-shadow: 0px 14px 19px 0px rgba(221, 229, 236, 0.42);
}
        .xb-country .xb-item--item  {
     border: 1px solid #EDF3F5; 
     padding: 20px;
     border-radius:15px;
     width:24%;
     /*margin-bottom: 15px;*/
    }
    #myTabContent .ul_li {
    justify-content: space-between;
    gap: 10px;
}
.thm-btn-pd{
    
    padding: 10px 20px;
    font-size: 12px;
}
.thm-btn-white:hover {
    color: var(--color-white) !important;
    background-color: #fca91f !important;
}
.xb-fanfact1 .xb-item--number .suffix {
    top: 0;
}
.xb-fanfact1 .xb-item--number {
    font-size: 30px;
    font-weight: 600;
}
.xb-fanfact1 .xb-item--inner {
    padding: 30px;
    text-align: center;
}
.show-more-bank {
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}
/* Make wrapper transparent to layout */
#show_more {
  display: none;
}

#show_more.active {
  display: contents; /* 🔥 IMPORTANT */
}
.show-more-btn-bank {
    /* margin: auto; */
    text-align: center;
    display: block;
    margin-top: 25px;
}
.google-rating-cnt {
    display: flex;
    margin-top: 50px;
    margin-bottom: 25px;
}

.google-rating-cnt h2 {
    margin-right: 25px;
}

.xb-testimonial4 .xb-item--content {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.post-admission-section {
  background-size: auto;
}

.post-admission-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-admission-card img {
  max-width: 90px;
  margin-bottom: 16px;
}

.post-admission-card h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

.post-admission-card p {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 16px;
}

.post-admission-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.post-admission-link {
  font-weight: 700;
  color: #6f42c1;
  text-decoration: none;
}

.post-admission-link:hover {
  text-decoration: underline;
}

/* Highlight cards */
.post-admission-card.highlight {
  background: #e6f7ec;
}

.post-admission-card.purple {
  background: #6f42c1;
  color: #fff;
}

.post-admission-card.purple p,
.post-admission-card.purple a {
  color: #fff;
}
/* Section */
.uc-howitworks-section {
  background-color: #ffffff;
}

/* Cards */
.uc-howitworks-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.uc-howitworks-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/* Icons */
.uc-howitworks-icon {
  max-width: 72px;
  margin-bottom: 16px;
}

/* Text */
.uc-howitworks-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.uc-howitworks-card p {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .uc-howitworks-card {
    padding: 22px 18px;
  }
}
/* Footer wrapper spacing handled by Bootstrap utilities */

/* Loan amount badge */
.uc-loan-badge {
  background-color: #e9f9ec;
  color: #198754;
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

/* Disbursal text */
.uc-disbursal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #0d6efd;
}

/* Disbursal icon */
.uc-disbursal-icon {
  width: 28px;
  height: 28px;
  background-color: #e7f1ff;
  color: #0d6efd;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
}
/* Footer wrapper */
.xb-item--inner .d-flex {
  flex-wrap: nowrap !important;   /* 🔥 force single line */
  gap: 12px;
  margin-top: 20px;
}

/* Loan badge */
.xb-item--inner .uc-loan-badge {
  white-space: nowrap;
  flex-shrink: 0;
}

/* Disbursal info */
.xb-item--inner .uc-disbursal {
  white-space: nowrap;
  flex-shrink: 0;
}

/* Optional: prevent overflow issues */
.xb-item--inner {
  overflow: visible;
}
/*---------------------------*/

/* ======================================================
   LoanBlaze Terms & Conditions - Scoped CSS
   Prefix: lb-tc-
   Safe with Bootstrap / Existing Theme
====================================================== */

/* Wrapper Background */
.lb-tc-wrapper {
    background: linear-gradient(135deg, #f4f7fb 0%, #eef2f7 100%);
}

/* Main Container Card */
.lb-tc-container {
    background: #ffffff;
    padding: 50px;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

/* =========================
   Main Title
========================= */
.lb-tc-title {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    color: #0d6efd;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 0.5px;
}

.lb-tc-title::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #0d6efd;
    display: block;
    margin: 18px auto 0;
    border-radius: 4px;
}

/* =========================
   Section Headings
========================= */
.lb-tc-heading {
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 15px;
    padding-left: 14px;
    border-left: 4px solid #0d6efd;
    color: #0a58ca;
    transition: all 0.3s ease;
}

.lb-tc-heading:hover {
    transform: translateX(6px);
}

/* =========================
   Paragraph Text
========================= */
.lb-tc-text {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 18px;
}

/* =========================
   Lists
========================= */
.lb-tc-list {
    margin-left: 22px;
    margin-bottom: 20px;
}

.lb-tc-list li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #555;
}

.lb-tc-sublist {
    margin-top: 8px;
    margin-left: 22px;
}

.lb-tc-sublist li {
    font-size: 14px;
    margin-bottom: 6px;
}

/* =========================
   Strong Text
========================= */
.lb-tc-wrapper strong {
    font-weight: 600;
    color: #212529;
}

/* =========================
   Links
========================= */
.lb-tc-wrapper a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
}

.lb-tc-wrapper a:hover {
    text-decoration: underline;
}

/* =========================
   Contact Box
========================= */
.lb-tc-contact {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    margin-top: 25px;
}

.lb-tc-contact p {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}

/* =========================
   Footer Note
========================= */
.lb-tc-footer {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid #e9ecef;
    text-align: center;
    font-weight: 500;
    color: #0a58ca;
    font-size: 15px;
}

/* =========================
   Responsive
========================= */
@media (max-width: 991px) {
    .lb-tc-container {
        padding: 35px;
    }
}

@media (max-width: 768px) {
    .lb-tc-container {
        padding: 25px;
    }

    .lb-tc-title {
        font-size: 26px;
    }

    .lb-tc-heading {
        font-size: 18px;
    }

    .lb-tc-text,
    .lb-tc-list li {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .lb-tc-title {
        font-size: 22px;
    }

    .lb-tc-heading {
        font-size: 16px;
    }

    .lb-tc-text {
        font-size: 13px;
    }
}