 .loan-icon {
     font-size: 25px;
    color: #e5572b; /* gold color */
    margin-bottom: 10px;
    display: block;
    text-align: center;
}
.our_product:hover .loan-icon {
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

  .section-2 {
      padding: 12px 0;
    background: #fff;
    margin-top: 20px;
}

.overview_text_box {
  text-align: left;
}


.our_product {
  display: block;
  text-align: center;
  padding: 20px;
  background: #f2f2f2;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.our_product:hover {
  background: linear-gradient(0deg, #da352c 0%, #ea652b 100%);
  color: #fff;
}

.loan-img-hover {
  display: none;
}

.our_product:hover .loan-img {
  display: none;
}

.our_product:hover .loan-img-hover {
  display: inline-block;
}

.loan-heading {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 600;
  color: #333;
}

.our_product:hover .loan-heading {
  color: #fff;
}

.owl-nav button {
  display: none !important;
}

.owl-nav button:hover {
  color: #333 !important;
}




/* SWIPER INSIDE MOBILE */
.loanSwiper {
    position: absolute;
    top: 7.5%;
    left: 10%;
    width: 80%;
    height: 85%;
    border-radius: 28px;
    overflow: hidden;
    z-index: 1;
}

.loanSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    background: #e56838;
}

.bank-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
}

.slider-track {
    display: flex;
    width: calc(250px * 16); /* total width (8 images × 2 duplicates) */
    animation: scroll 30s linear infinite;
}

.slide {
    width: 250px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 30px !important;
}

.slide img {
    max-width: 150px;
    height: auto;
    transition: transform 0.3s ease;
}

.slide img:hover {
    transform: scale(1.1);
}

/* Continuous scroll animation */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* only half (duplicate ensures seamless loop) */
}

.grd-score-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
}

.section-desc {
    max-width: 850px;
    margin: auto;
    font-size: 17px;
    color: #64748b;
    line-height: 1.7;
}

/* FEATURE BOX */
.score-feature {
    background: #ffffff;
    padding: 30px 26px;
    border-radius: 18px;
    margin-bottom: 28px;
    text-align: center;
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
    transition: 0.3s;
}
.score-feature:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.12);
}

.score-feature img {
    width: 55px;
    margin-bottom: 16px;
}

.score-feature h5 {
    font-size: 18px;
    font-weight: 600;
    color: #020617;
}

.score-feature p {
    font-size: 15px;
    color: #64748b;
    margin-top: 8px;
}

/* CENTER VISUAL */
.score-center {
    position: relative;
    width: 260px;
    height: 260px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0 14px 40px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.score-center img {
    width: 80px;
    z-index: 2;
}

.pulse-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(229,104,56,0.15);
    border-radius: 50%;
    animation: pulse 2.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.3); opacity: 0; }
}

.score-badge {
    position: absolute;
    bottom: -14px;
    background: #e56838;
    color: #fff;
    padding: 6px 18px;
    font-size: 13px;
    border-radius: 30px;
    font-weight: 600;
}
