/* ====== Global ====== */
body {
    font-family: "Inter", sans-serif;
    background: linear-gradient(135deg, #ebf3ff, #d3feff);
    transition: background-color 0.6s ease, color 0.6s ease;
}
.content-start {
     font-family: "Inter", sans-serif;
    background: #f7ffe1;
    transition: background-color 0.6s ease, color 0.6s ease;
}

/* ====== Sections ====== */
section {
    padding-bottom: 4rem;
}
.bg-inrupi {
    background: linear-gradient(135deg, #ebf3ff, #d3feff);
    color: #FCFEC2;
}
#bank-network, #emiCalculator, #about-us, #customTestimonials{
    background: #f7ffe1 !important;
}
