    /* ----- HOW RUPEEQ WORKS ----- */
    .how-work-item {
        background: #EBF9F5 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 10px #0000001A;
        border: 1px solid #34CA8D;
        border-radius: 20px;
        padding: 20px 22px;
        width: 100%;
        height: 100%;
    }

    .how-work-item h4 {
        width: 100%;
    }

    .how-work-image {
        width: 100%;
        margin: 20px auto;
        display: block;
        max-width: 120px;
    }

    .transparent-selecttion {
        background-color: #ebf9f5;
    }

    .owl-carousel .owl-item .transparent-selecttion img {
        max-width: 7.188rem;
    }

    .owl-carousel .how-work-image.key {
        width: 4.813rem;
    }

    .owl-carousel .how-work-image.better-offer {
        width: 7.188rem;
    }

    .owl-carousel .how-work-image.stay-updated {
        width: 8.813rem;
    }

    .owl-carousel .how-work-image.take-action {
        width: 7.375rem;
    }

    /* ----- FLEXIBLE SOLUTION ----- */
    .flexible-solution {
        padding-top: 0;
    }

    .flexible-solution h6 {
        padding-bottom: 20px;
    }

    .flexible-solution p {
        color: #212121;
        padding-bottom: 2.5rem;
    }

    .solutions-items {
        background: #f8f8f8;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        margin-bottom: 15px;
    }

    .solutions-items img {
        width: 100% !;
        max-width: 115px !;
    }

    .solutions-items h6 {
        line-height: 30px;
        margin-bottom: 15px;
    }

    /* .solutions-list-box-right .solutions-items {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    } */

    .solutions-list-box-right .solutions-items div {
        width: 100%;
    }

    .mb-40 {
        margin-bottom: 2.5rem;
    }

    .orange {
        color: var(--orange);
    }

    .red {
        color: var(--red);
    }

    .parrot {
        color: var(--parrot);
    }

    .light-green {
        color: var(--light-green);
    }

    .yellow {
        color: var(--yellow);
    }

    .color-purple {
        color: var(--purple);
    }

    /* ----- INFORMATION SECTION ----- */
    .mt-80 {
        margin-top: 5rem;
    }

    .infomation-container {
        margin-bottom: 3rem;
    }

    .factor-card {
        background: #fff;
        border-radius: 10px;
        padding: 15px;
    }

    .factor-card .icon img,
    .factor-card .icon-new img {
        width: 29px;
        height: auto;
    }

    .credit-score {
        border-radius: 10px;
        padding: 15px;
    }

    .bg-purple {
        background-color: var(--purple);
    }

    .maintain-icon img {
        height: auto !important;
        margin-right: 15px !important;
    }

    .infomation-container {
        margin-bottom: 0;
    }

    /* ——— Section: Info + Factors + Tips ——— */

    /* spacing for each info block wrapper */
    .mt-80 {
        padding-top: 5rem;
        margin-top: 0;
    }

    /* card base */
    section.mt-80 .solutions-items {
        background: #f8f8f8;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        margin-bottom: 15px;
    }

    /* make the factor cards a single row: icon + text */
    section.mt-80 .solutions-list-box-right .solutions-items {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    /* children inside the card span full width (so text wraps nicely) */
    section.mt-80 .solutions-list-box-right .solutions-items>div {
        width: 100%;
    }

    /* icons on factor cards */
    section.mt-80 .d-flex.factor-card {
        display: flex;
        flex-wrap: nowrap;
    }

    section.mt-80 .factor-card .icon {
        max-width: 3.563rem;
        margin-right: 1.25rem;
    }

    section.mt-80 .factor-card .icon img {
        max-width: 3.563rem;
        width: 3.563rem;
        /* ← this forces width to ~57px */
        height: auto;
    }

    section.mt-80 .factor-card .icon-new {
        max-width: 1.813rem;
        margin-right: 1.25rem;
    }

    /* headings inside cards */
    section.mt-80 .d-flex.factor-card h6 {
        margin-bottom: 0.75rem;
        font-weight: 500;
    }

    /* ensure the three factor cards (and any first/second in later rows) are white */
    section.mt-80 .solutions-list-box-right>div:nth-child(1) .solutions-items,
    section.mt-80 .solutions-list-box-right>div:nth-child(2) .solutions-items,
    section.mt-80 .solutions-list-box-right>div:nth-child(3) .solutions-items {
        background: #fff;
        box-shadow: 0px 3px 10px #00000029;
        border-radius: 20px;
    }

    /* purple tips (maintain a good credit score) */
    section.mt-80 .bg-purple {
        background-color: var(--purple) !important;
    }

    section.mt-80 .credit-score {
        border-radius: 10px;
        min-height: 5rem;
    }

    section.mt-80 .maintain-icon {
        max-width: 7.375rem !important;
        width: 100% !important;
        position: relative !important;
        top: -3rem !important;
    }

    section.mt-80 .maintain-icon img {
        position: absolute !important;
    }

    section.mt-80 .credit-score p {
        padding-left: 8.375rem;
    }

    /* small utilities used in this block */
    section.mt-80 .solutions-list-box-right p {
        margin-bottom: 0;
    }

    /* —— responsive tweaks —— */
    @media (max-width: 767px) {
        section.mt-80 .font-size-36 {
            font-size: 24px;
            line-height: 36px;
        }

        .mt-80 {
            padding-top: 2rem;
        }

        section.mt-80 .solutions-items .maintain-icon img {
            width: 100% !important;
            max-width: 95px !important;
        }

        section.mt-80 .credit-score p {
            padding-left: 6.375rem;
        }
    }

    .factor-card .icon {
        max-width: 3.563rem;
        margin-right: 1.25rem;
    }

    .factor-card .icon img {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    /* benefits */
    .benefits-having .benfits-icon,
    .factors-impact-section .benfits-icon {
        width: 100px !important;
    }

    .benefits-having .solutions-items {
        background-color: #ebf9f5 !important;
        border: 1px solid #34CA8D;
    }

    .benefits-having .solutions-items h6,
    .factors-impact-section .solutions-items h6 {
        color: #34ca8d;
        font-weight: 600;
    }

    /* benifits ends */

    .solutions-list-box-right div:nth-child(1) .solutions-items,
    .solutions-list-box-right div:nth-child(2) .solutions-items,
    .solutions-list-box-right div:nth-child(3) .solutions-items {
        background: #fff 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 10px #00000029;
        border-radius: 20px;
    }

    /* Factors Impact Section */
    .factors-impact-section .benfits-icon {
        width: 100px !important;
    }

    .points-in-mind .card {
        min-height: 16rem;
        background: #F9F9F9 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 10px #00000029;
        border: 1px solid #D9F0FF;
        border-radius: 20px;
    }
		 .blinking-text {
      animation: blink 1s steps(2, start) infinite;
      color: #a39f9fff;
      font-weight: bold;
			font-size: 20px;
    }

    @keyframes blink {
      to {
        visibility: hidden;
      }
    }
		:root {
    --text-speed: 6s;
  	}

  	@keyframes bgShift {
			0%   { background-position: 0% 50%; }
			50%  { background-position: 100% 50%; }
			100% { background-position: 0% 50%; }
  	}

  	.rcl-text {
			font-size: 20px;
			font-weight: 700;
			letter-spacing: 0.02em;
			background: linear-gradient(
				90deg,
				#00eaff,
				#66ffcc,
				#00b3ff,
				#a28bff,
				#ffd36b,
				#00eaff
			);
			background-size: 300% 300%;
			-webkit-background-clip: text;
			background-clip: text;
			color: transparent;
			animation: textShift var(--text-speed) linear infinite;
			filter: drop-shadow(0 0 10px rgba(0,255,255,0.15));
			will-change: background-position;
  	}

  @keyframes textShift {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }

	/* rcl strip */

	

  .footer-sticky {
    width: 80%;
    border-radius: 15px;
    background: linear-gradient(#160c46 0%, #4430a8 100%);
    position: fixed;
    left: 10%;
    bottom: 25px;
    padding: 18px 20px;
    z-index: 9999;
    overflow: hidden;
  }
  .fire-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
  }
  .spark {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: radial-gradient(circle, #fff 0%, transparent 70%);
    opacity: 0;
    animation: spark-burst 2.5s ease-out forwards;
    pointer-events: none;
    mix-blend-mode: screen;
  }

  @keyframes spark-burst {
    0% { transform: scale(0.4) translate(0, 0); opacity: 0.9; filter: blur(0px); }
    50% { opacity: 1; filter: blur(0.5px); }
    100% { transform: scale(1) translate(var(--tx), var(--ty)); opacity: 0; filter: blur(2px); }
  }
  .rocket {
    position: absolute;
    bottom: 0;
    width: 3px;
    height: 20px;
    background: linear-gradient(to top, #ff4b1f, #ff9068);
    border-radius: 3px;
    opacity: 0.9;
    animation: rocketLaunch 1.8s ease-out forwards;
    mix-blend-mode: screen;
  }

  @keyframes rocketLaunch {
    0% { transform: translateY(0); opacity: 1; }
    80% { transform: translateY(-180px); opacity: 1; }
    100% { transform: translateY(-200px); opacity: 0; }
  }

  .footer-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
  }

  .blinking-text {
    animation: blink 1s infinite alternate;
    color: #ffd36b;
  }

  @keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0.6; }
  }

  .close-sticky-btn {
    position: absolute;
    right: 12px;
    top: 10px;
    cursor: pointer;
    z-index: 3;
  }
