.colored-icon {
    filter: invert(47%) sepia(92%) saturate(6289%) hue-rotate(184deg) brightness(95%) contrast(101%);
}

.why-choose-reason {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    /* padding: 10px; */
    border-radius: 10px;
    height: 100%;
}

.why-choose-reason:hover {
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); */
    transform: translateY(-5px);
}

.why-choose-reason img {
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.why-choose-reason:hover img {
    transform: rotateY(180deg);
    opacity: 0.9;
}

.circle-color {
    color: #189CDA;
    border: 2.7px solid #189CDA;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
}

.partner-img-new .img-partner-main {
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.partner-img-new img {
    width: 100%;
    max-width: 140px;
}

.partner-img-new .img-partner-main:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.partner-img-new .slick-list {
    overflow: unset;
}

.clamp-text {
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.why-choose-reason .card {
    height: 100%;
}

.product-btn-new {
    position: absolute;
    bottom: 18px;
}

.counter-main {
    text-align: center;
    padding: 20px 10px;
    border-radius: 10px;
    height: 100%;
}

.counter-main:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    transform: translateY(-5px);
}

.counter-main .counter-icon img {
    transition: all 0.6s ease;
    margin: 0 0 15px 0;
}

.counter-main:hover .counter-icon img {
    transform: rotateY(180deg);
}

.how-workmain {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    padding: 20px 30px;
    border-radius: 10px;
}

.about-img-sticky {
    position: sticky;
    top: 20px;
}

p {
    text-align: justify;
    font-size: 16px !important;
}

.choose-container {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    padding: 30px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.choose-container:hover {
    transform: translateY(-5px);
}

.choose-container:hover img {
    transform: rotateY(180deg);
    transition: transform 0.6s ease;
}

.card {
    height: 100%;
}

.testimonial-star i {
    color: #f8d54b;
}

.testimonial-card-new {
    transition: all 0.3s ease;
    border-radius: 10px;
}

.testimonial-card-new:hover {
    transform: translateY(-5px);
}

.swiper {
    width: 100%;
    height: 100%;
    padding: 15px 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #444; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.personal-loan-section {
    position: relative;
    background: url("https://images.unsplash.com/photo-1508780709619-79562169bc64?auto=format&fit=crop&w=1920&q=80") no-repeat center center/cover;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.personal-loan-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    /* dark overlay */
    z-index: 1;
}

.personal-loan-section .form-content {
    position: relative;
    z-index: 2;
}

/* Gradient Button */
.personal-loan-section .btn-gradient {
    background: #189CDA;
    color: #fff;
    border: none;
    transition: 0.3s;
}

.personal-loan-section .btn-gradient:hover {
    background: #189CDA;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.personal-loan-section .card {
    border-radius: 1.25rem;
}

.loan-card-new img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 100px;
    max-width: 100%;
    max-width: 100px;
    object-fit: contain;
}

.loan-card-new {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    border: none;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.loan-card-new:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.loan-card-new img {
    max-width: 80px;
    margin-bottom: 15px;
    transition: transform 1s ease;
}

.loan-card-new:hover img {
    transform: rotate(360deg) scale(1.1);
}

.loan-card-new .btn-apply {
    background: #189CDA;
    border: none;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.loan-card-new .btn-apply:hover {
    background: #189CDA;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.loan-card-new h5 {
    font-size: 20px;
    font-weight: 700;
}

.charges-section {
    padding: 70px 0;
    /* background: linear-gradient(135deg, #f8f9fa, #eef3f7); */
}

.charges-title {
    font-weight: 800;
    font-size: 2rem;
    color: #222;
}

.charges-desc {
    font-size: 1rem;
    color: #555;
    max-width: 500px;
}

.charges-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.charges-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.charges-card thead th {
    background: #189CDA;
    color: #fff;
    font-weight: 600;
    padding: 15px;
    border: none;
}

.charges-card tbody td {
    padding: 15px;
    vertical-align: middle;
    color: #333;
}

.charges-card tbody tr:hover {
    background: #f4f7ff;
    transition: 0.2s ease;
}

.whychoose-container-new {
    display: flex;
    gap: 20px;
    height: 100%;
}

.whychoose-container-new .rounded-circle {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.why-choose-newcommon .bg-white {
    background-color: unset !important;
}

.nav-tabs {
    border: none;
    justify-content: space-evenly;
    gap: 12px
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 500;
    background: #fff;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.nav-tabs .nav-link.active {
    background: #189CDA;
    color: #fff;
    box-shadow: 0 4px 12px rgba(98, 75, 255, 0.4);
}

.tab-content {
    margin-top: 25px;
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    font-size: 1.05rem;
    color: #555;
}

.features-new-content h5 {
    color: #189CDA;
}




.faq-section {
    padding: 70px 0;
}

.faq-title {
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.faq-subtitle {
    color: #666;
    margin-bottom: 30px;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.accordion-button {
    font-weight: 600;
    padding: 18px 20px;
    font-size: 1rem;
    color: #333;
    background: #fff;
    border: none;
    box-shadow: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-button.collapsed {
    color: #333;
    background: #fff;
}

.accordion-button:not(.collapsed) {
    color: #189CDA;
    background: #edeaff;
}

.accordion-button::after {
    background-image: none !important;
    content: "➕";
    font-size: 1.1rem;
    color: #189CDA;
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    content: "➖";
    transform: rotate(180deg);
}

.accordion-body {
    background: #fff;
    padding: 15px 20px;
    font-size: 0.95rem;
    color: #555;
    border-top: 1px solid #eee;
}

.faq-imgnew img {
    width: 100%;
    border-radius: 10px;
}
.faq-imgnew{
    position: sticky;
    top: 12px;
}

.keyfeatures-img {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #846ffa;
    margin-bottom: 10px;
    border-radius: 50%;
}

.keyfeatures-img img {
    margin-bottom: 0;
    height: 100%;
}


.loan-info-section {
    padding: 70px 0;
}

.loan-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px 30px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: all 0.3s ease;
}

.loan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Headings with icons */
.loan-card h5 {
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 20px;
}

.loan-card h5 i {
    font-size: 22px;
}

/* Card backgrounds */
.loan-benefits {
    background: linear-gradient(135deg, #d8ffe7, #f0fff7);
}

.loan-eligibility {
    background: linear-gradient(135deg, #e6f1ff, #f8fbff);
}

.loan-details {
    background: linear-gradient(135deg, #f5e9ff, #faf5ff);
}

/* Lists */
.loan-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.loan-card ul li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    color: #444;
}

.loan-card ul li i {
    color: #28a745;
    font-size: 18px;
}

/* Loan details rows */
.loan-detail-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.loan-detail-row span {
    font-weight: 600;
    color: #7a00ff;
}


.vice-section {
    padding: 100px 0;
    position: relative;
    background: url("https://futurisefintech.com/wp-content/uploads/al_loan-desktop.jpg.bv.webp?bv_host=images.goodreturns.in") no-repeat center center/cover;
}

.vice-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    /* White overlay for readability */
}

.vice-container {
    position: relative;
    z-index: 2;
}

.vice-card {
        background: #fff;
    height: 100%;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.vice-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.vice-img img {
    border-radius: 15px;
    width: 100%;
    height: auto;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 15px;
    max-height: 303px;
    min-height: 303px;
}

.vice-content h2 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #222;
}

.vice-content p {
    color: #555;
    font-size: 1.05rem;
    margin-bottom: 20px;
    line-height: 1.7;
}

.vice-content .btn {
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .mob-nav-first{
      text-align: center;
  }
  .mob-nav-two{
      display: flex;
      justify-content: space-evenly;
      flex-wrap: wrap;
  }
}






.subtitle {
            font-size: 1rem;
            opacity: 0.9;
        }
        
        .calculator-container {
            display: flex;
            flex-wrap: wrap;
            padding: 20px 0;
            gap:30px;
        }
        
        .calculator {
            flex: 1;
            min-width: 300px;
            padding: 25px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            border-radius: 10px;
        }
        
        .chart-container {
            flex: 1;
            min-width: 300px;
            padding: 25px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            border-radius: 10px;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #444;
        }
        
        input[type="number"] {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 16px;
            transition: border-color 0.3s;
        }
        
        input[type="number"]:focus {
            border-color: #4b6cb7;
            outline: none;
        }
        
        .slider-container {
            margin-top: 8px;
        }
        
        input[type="range"] {
            width: 100%;
            height: 6px;
            -webkit-appearance: none;
            background: #ddd;
            border-radius: 5px;
            outline: none;
        }
        
        input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #4b6cb7;
            cursor: pointer;
        }
        
        .calculate-btn {
            background: #189CDA;
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            width: 100%;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        
        .calculate-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(75, 108, 183, 0.3);
        }
        
        .results {
            margin-top: 25px;
            padding: 20px;
            background-color: #f8f9fa;
            border-radius: 8px;
            display: none;
        }
        
        .results.visible {
            display: block;
        }
        
        .result-item {
            display: flex;
            justify-content: space-between;
            margin-bottom: 12px;
            padding-bottom: 12px;
            border-bottom: 1px solid #eee;
        }
        
        .result-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        
        .result-label {
            font-weight: 600;
        }
        
        .result-value {
            font-weight: 700;
            color: #4b6cb7;
        }
        
        #pieChart {
            max-width: 300px;
            max-height: 300px;
            margin-bottom: 20px;
        }
        
        .chart-summary {
            text-align: center;
            margin-top: 15px;
        }
        
        .chart-note {
            font-size: 0.9rem;
            color: #666;
            margin-top: 15px;
            text-align: center;
        }
        .loan-header{
        background: #189CDA;
    color: white;
    padding: 25px;
    text-align: center;
        }
        
        @media (max-width: 768px) {
            .calculator-container {
                flex-direction: column;
            }
            
            .calculator, .chart-container {
                width: 100%;
            }
        }
        .logo-lunexa img {
    width: 100%;
    max-width: 106px;
}
.footer-new {
    border-top: 1px solid #189CDA;
    background-color: white;
}
.blog-side-card {
    height: unset;
    position: sticky;
    top: 14px;
}
.term-policy-main h1{
    text-align: center;
}
.term-pol-container{
        border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
}
.term-policy-main h3{
        color: #189CDA;
    font-size: 1.2rem;
    margin-bottom: 8px;
}
.footer-heading-list h5{
    font-size: 18px;
    font-weight: 700;
}
.galler-img-new{
    overflow: hidden;
    border-radius: 12px;
}
.galler-img-new img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.galler-img-new:hover img {
  transform: scale(1.08); /* zoom */
  box-shadow: 0 10px 25px rgba(0,0,0,0.3); /* shadow */
}
