@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  line-height: 24px;
  /* color: rgba(0, 0, 0, 0.5); */
  background-color: #fff !important;
  overflow-x: hidden;
  /* letter-spacing: 1.1px; */
}

a {
  text-decoration: none;
}

button:focus,
.form-control:focus,
.btn-primary:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* common css start */
.btn.btn-primary {
  background: #169dbd;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  padding: 8px 30px;
  font-size: 16px;
  border-color: #169dbd;
  border-radius: 12px;
}

.btn.btn-primary:hover,
.btn-outline-primary:hover {
  transition: all 0.1s ease-in;
  background: #0871e0 !important;
  border-color: #169dbd;
  border-radius: 0px;
}

.btn-outline-primary {
  border: 1px solid #169dbd;
  color: #169dbd;
  font-weight: 500;
  padding: 8px 30px;
  font-size: 16px;
}

.header {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: white;
}

.hero-bg{
background-image: url("https://rupeeontime.com/public/images/hero-bg.svg");
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    position: relative;


}

.page-wrapper {
  margin-top: 67px;
  z-index: 1;
}
.nav-item{
  padding: 10px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
  color: #169dbd !important;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
  color: #080808 !important;
  font-size: 14px;
  padding: 6px 24px;
  font-weight: 500;
}

.container-fluid {
  width: 90%;
}

/* footer css  */
.footer {
  /* background-color: #032E63; */
}

.footer a {
  color: #000000;
}

.contact-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 5px;
}

.copy-box {
  background: rgba(255, 255, 255, 0.1);
}

.border-right1 {
  border-right: 1px solid #fff;
}

/* home css  */
/* Checklist Styling */
.checklist-container {
  max-width: 320px;
  margin: auto;
}

.checklist {
  position: relative;
  /* animation: drop-in 1s ease 200ms backwards; */
}

.checklist::before {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  width: 3px;
  height: 100%;
  background-color: #28a745;
}

.checklist-item.visible {
  animation: drop-in 1200ms ease-in-out 500ms;
}

.checklist-item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  width: 266px;
  color: #032e63;
  font-size: 16px;
  animation: drop-in 1s ease-in-out 200ms;
}

.checklist-item img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

/* Animation */

@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translate(10px);
  }
}

/* ----------------------- */

.text-blueCommon,
.textBlue {
  color: #032e63 !important;
}

.brandtext {
  color: #d93c65;
}

span.brandtext.h1 {
  font-size: 60px;
  font-weight: 900;
}

h2.text-blueCommon {
  font-size: 45px;
}

.hero-section,
.bg-lightcolor {
  background-color: #f5faff;
}

.feature-box {
  border-radius: 16px;
  box-shadow: 0px 30px 30px 0px rgba(89, 113, 201, 0.3);
  transition: transform 0.3s ease-in-out;
}

.feature-box h4,
.ResponsibleLendingSec h4 {
  color: #202020;
  font-family: Roboto;
  font-size: 20px;
}

.feature-number {
  color: rgba(3, 46, 99, 0.5);
  position: absolute;
  left: -44px;
  top: 50%;
  font-size: 100px;
  font-weight: 800;
  line-height: 0px;
  opacity: 0.45;
  z-index: -1;
}

.page-wrapper .h2,
h2 {
  font-size: 40px;
}

.text-blackDark {
  color: #202020;
}

.loan-box:hover {
  transform: translateY(-5px);
}

.loanOffer-sec {
  background-image: url("https://rupeeontime/public/images/bg-offer.svg");
  background-repeat: no-repeat;
}

.input-group {
  width: 134px;
  /* border-radius: 12px !important; */
  /* border: 1px solid #e0e0e0 !important; */
}

.input-group input {
  width: 60px;
}

.arrow-icon {
  left: -13%;
}

/* .......... blog section css  */
.border {
  border-color: #cdd7fb !important;
}

.blogImage {
  left: -98px;
}

.blogboxContent {
  padding-left: 120px;
}

/* news css ------------------ */

.carousel-indicators [data-bs-target] {
  background-color: #c1bdbd;
  height: 10px !important;
  width: 10px !important;
}

.news-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 30px 30px 0px rgba(89, 113, 201, 0.3);
  position: relative;
  padding: 15px;
  height: 240px;
  margin-top: 91px;
  margin-bottom: 29px;
}

.news-logo {
  width: 100%;
  text-align: center;
}

.news-logo img {
  max-width: 280px;
  height: auto;
  margin-top: -97px;
}

.news-content {
  padding-top: 10px;
}

.carousel-indicators {
  bottom: -63px;
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  background-color: #888;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-indicators .active {
  background-color: #d93c65;
}

.news-content h6 {
  color: #202020;
  padding-bottom: 30px;
}

/* faq css .......... */
.faq-section {
  background-image: url("https://rupeeontime.com/public/images/faq-bg.svg");
  background-size: 100%;
}

.faq_lamf.accordion {
  overflow: auto;
  height: 530px;
}

.accordion-item {
  border: none !important;
  border-radius: 7px !important;
  padding: 12px 0px;
}

.accordion-button.collapsed {
  color: #202020;
}

.accordion-button::after {
  background-image: url('https://rupeeontime.com/public/images/plus.svg');
  right: 18px;
  top: 18px;
  position: absolute;
  transform: none !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('https://rupeeontime.com/public/images/minus.svg');
  top: 9px;
  right: -31px;
  position: relative;
  transform: none !important;
}

.accordion-button:not(.collapsed) {
  color: #032e63;
}

.divConnect {
  background-image: url("https://rupeeontime.com/public/images/bg-connect.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

section.mainFAQ .col-lg-7 {
  margin-left: -80px;
}

.mainFAQ .col-lg-7 .accordion-item {
  border-radius: 16px;
  border: 1px solid rgba(247, 251, 255, 0.61);
  background: rgba(247, 251, 255, 0.8);
  box-shadow: 0px 30px 30px 0px rgba(89, 113, 201, 0.3);
  backdrop-filter: blur(27.5px);
}

.mainFAQ .col-lg-7 .accordion-button.collapsed {
  color: #032e63;
  font-weight: 700;
}

.blog-banner {
  background-image: url("https://rupeeontime.com/public/images/blog-banner.svg");
  height: 465px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.commonTitle-text {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(35px);
  min-width: 340px;
}

.borderRadius {
  border-radius: 12px !important;
}

.blogContentpage .feature-box {
  min-height: 452px;
}

.blogContentDiv {
  overflow: auto;
  height: 830px;
}

.blog-content h4 {
  color: #202020;
  font-size: 18px;
  font-weight: 600;
}

.service-areaBanner {
  background-image: url("https://rupeeontime.com/public/images/Service-Area-banner.svg");
}

.city-text {
  bottom: 57%;
  position: absolute;
  left: 30px;
  font-size: 16px;
  font-weight: bold;
}

.mainFAQ h3 {
  width: 100%;
}

.mainFAQ h3::before {
  content: "";
  position: absolute;
  width: 26%;
  height: 1px;
  background-color: #fff;
  top: 68%;
  right: 30%;
}

.r-tBanner {
  background-image: url("https://rupeeontime.com/public/images/r&t-banner.svg");
}

.table > :not(:first-child) {
  border-top: none;
}

.table {
  white-space: nowrap;
}

.inputEnter {
  border-bottom: 1px solid #b4b5b6 !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.applySection2 {
  background-image: url(https://rupeeontime.com/public/images/bg-apply.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.card1 {
  border-radius: 30px;
  background: var(--color-white-80, rgba(255, 255, 255, 0.8));
  box-shadow: 0px 20px 26px 0px rgba(0, 0, 0, 0.05),
    0px 8px 9px 0px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(15px);
}

.info-doc {
  background-image: url("https://rupeeontime.com/public/images/bg-doc.svg");
}

.info-box {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.13);
}

/* Rates and Fees */
.rate_fees_section {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  background-color: #fff;
}

.rate_fees_section h2 {
  text-align: center;
}

.rate_fees_section .table_main {
  text-align: center;
  padding: 46px;
  background-color: #fff;
  box-shadow: 0px 0px 7px #c0bdbd;
  width: 100%;
  float: left;
  margin: 3% 0;
}

.rate_fees_section .table_main p > span {
  font-size: 23px;
  color: #d93c65;
}

.rate_fees_section .table_main .col-lg-4.col-md-4.col-xs-12 {
  border-right: solid 1px #eee;
}

.rate_fees_section .table_main .col-lg-4:last-child,
.col-md-4:last-child,
.col-xs-12:last-child {
  border-right: none !important;
}

.rate_fees_section hr:not([size]) {
  height: 0.1px;
}

.rate_fees_section hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.2;
}

.rate_fees_section table {
  caption-side: bottom;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  border: solid 1px #eee;
  float: left;
}

.rate_fees_section .table-responsive {
  margin: 4% 0;
}

.rate_fees_section table td,
table th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  padding: 10px;
  border: solid 1px #eee;
}

.addSection2 {
  background-image: url("https://rupeeontime.com/public/images/bg-address.svg");
}

.contact_usBanner {
  background-image: url("https://rupeeontime.com/public/images/contact_us-banner.svg");
}

/* contact us css  */
.container1 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-card {
  border-radius: 30px 0px 0px 30px;
}

.right-side {
  background: url("https://rupeeontime.com/public/images/sayhi.svg") no-repeat center center/cover;
}

.contact-column {
  background-color: #f0f9fd;
  border-radius: 50px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.map-container {
  margin-top: -18px;
}

.ratesBlock h5 {
  border-radius: 0px 0px 16px 16px;
}

.text-danger {
  color: #d93c65 !important;
}

.htw-banner {
  background-image: url("https://rupeeontime.com/public/images/how_it_works-banner.svg");
}

.affiliate-banner {
  background-image: url("https://rupeeontime.com/public/images/affiliate-program-banner.svg");
}

.wrapper .slick-dots li button:before {
  font-size: 20px;
  color: white;
}

/* ///////////////////// */
button.owl-prev {
  background-image: url('https://rupeeontime.com/public/images/pre-icon.svg') !important;
  height: 42px;
  width: 44px;
  background-size: 95% !important;
  background-repeat: no-repeat !important;
  color: #fff !important;
  position: absolute;
  top: 38%;
  left: -3%;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff;
}

button.owl-next {
  background-image: url('https://rupeeontime.com/public/images/pre-icon.svg') !important;
  rotate: 180deg !important;
  position: absolute;
  top: 38%;
  right: -3% !important;
  height: 42px;
  width: 44px;
  background-size: 95% !important;
  background-repeat: no-repeat !important;
  color: #fff !important;
}

.owl-item {
  width: 290px !important;
}

.home-affiliate {
  max-width: 90%;
  margin: 0 auto;
  height: 212px;
}

/* ///////////////// */

.validation-box {
  background: white;
  color: #154ba2;
  padding: 10px 15px;
  /* border-radius: 12px; */
  font-weight: bold;
  position: absolute;
  top: 6px;
  right: 27%;
  font-size: 14px;
  overflow: hidden;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  width: 45%;
  text-align: center;
}

.criteria-box {
  border-radius: 12px;
  padding: 50px 20px 20px;
  position: relative;
}

.criteria-item {
  background: rgba(255, 255, 255, 0.2);
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.criteria-number {
  font-weight: 900;
  padding: 8px 12px;
  margin-right: 12px;
  min-width: 40px;
  text-align: center;
  font-size: 30px;
}

.about-banner {
  background-image: url("https://rupeeontime.com/public/images/about-banner.svg");
}

.btn-white-primary {
  border: 1px solid #fff;
}

.section-title::before,
.section-title::after {
  /* content: "";
  width: 37%;
  height: 3px;
  background: #d93360;
  position: absolute;
  top: 50%; */
}

.section-title::before {
  left: 0%;
}

.section-title::after {
  right: 0%;
}

.mission-content {
  width: 50%;
  background-color: #d93360;
  /* Red background */
}

.tabsAbout-us1 .nav-link {
  width: 100%;
  border-radius: 11px !important;
  width: 154%;
  background: white;
  padding: 5px 13px;
  margin-bottom: 20px;
  transition: transform 0.3s;
  color: #212121;
  border-left: 10px solid #fff !important;
}

.tabsAbout-us1 .nav-link.active {
  background-color: #fff !important;
  color: #df1b66 !important;
  border-left: 10px solid #df1b66 !important;
  box-shadow: 14px 5px 15px rgb(0 0 0 / 22%) !important;
}
div#v-pills-tabContent p {
  display: none;
}
.repay-LoanBanner {
  background-image: url("https://rupeeontime.com/public/images/repay-laon-banner.svg");
}
.repaySectionLoan .applySection2 {
  background-position: right;
}
.newsBanner {
  background-image: url("https://rupeeontime.com/public/images/news-banner.svg");
}
.privacy-policy-banner {
  background-image: url("https://rupeeontime.com/public/images/privacy-policy-banner.svg");
}
.contact-detailsnewSection {
  background-color: #d1eaff;
}
.terms-and-condition-banner {
  background-image: url("https://rupeeontime.com/public/images/termscondition-banner.svg");
}
.input-group1 {
  position: absolute;
  top: 0;
  right: 0;
}
.input-group1::before {
  content: "";
  position: absolute;
  background-image: url("https://rupeeontime.com/public/images/rupee-icon.svg");
  height: 70%;
  width: 27%;
  background-repeat: no-repeat;
  right: 0px;
  border-left: 1px solid #e0e0e0;
}
.input-groupDate::before {
  background-image: url("https://rupeeontime.com/public/images/calender-img.svg");
}

/* ------------------- */
.bg-oval {
  position: relative;
}
.bg-oval::before {
  content: "";
  position: absolute;
  top: 7%;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: url("https://rupeeontime.com/public/images/bg-oval.svg");
  background-repeat: no-repeat;
  z-index: -1;
  /* animation: zoom-in-zoom-out 2s ease-out infinite; */
}
.bg-oval1::before {
  content: "";
  background-image: url("https://rupeeontime.com/public/images/bg-oval1.svg");
  position: absolute;
  /* top: 7%?; */
  left: 0;
  width: 100%;
  height: 80%;
  background-repeat: no-repeat;
  z-index: -1;
}

/* @keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
} */

/* ======= Hearder =============== */

/* Base Navbar Styling */
.custom-navbar {
  background: #edfcff;
  /* box-shadow: 0px 4px 18px rgba(147, 149, 152, 0.14); */
  padding: 0px 10px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
  opacity: 90%;

}

/* Logo */
.logo-img {
  height: 82px;
  width: auto;
}

/* Navigation Links */
.nav-link-custom {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #080808;
}
.nav-link-custom:hover {
  color: #0a6075;
}
.nav-link-custom.active {
  color: #169dbd;
  font-weight: 700;
}

/* Apply Now Button */
.apply-btn {
  background-color: #169dbd;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-radius: 12px;
  padding: 7px 15px;
  white-space: nowrap;
  display: inline-block;
}
.apply-btn:hover {
  background-color: #0a6075;
  color: white;
  text-decoration: none;
}

/* Toggler Button Styling */
.navbar-toggler {
  border: none;
}
.navbar-toggler-icon {
  background-image: none;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon div {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000; /* Black toggler lines */
  left: 0;
  transition: all 0.3s;
}
.navbar-toggler-icon div {
  top: 7px;
}
.navbar-toggler-icon::before {
  top: 0;
}
.navbar-toggler-icon::after {
  bottom: 0;
}
.desktop-apply-btn {
  display: none !important;
}

/* ======= Hearder End=============== */

/* footer */

.custom-gradient-bg {
  width: 100%;
  /* height: 100%; */
  background: linear-gradient(0deg, white 0%, rgb(55 189 221 / 26%) 100%);
}

.footer-bottom {
  width: 100%;
  background: white;
  /* padding: 12px 10px; */
  border-top: 1px solid #eee;
}

.footer-bottom-container {
  max-width: 1575px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-shape-logo {
  display: flex;
  align-items: center;
  gap: 16px;
}

.shape-logo {
  height: 40px;
  width: auto;
}

.footer-copy {
  color: #0a6075;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.15px;
  text-align: center;
}

/* footer End */

/* hero section  */



.bg-light-blue {
  background-color: rgba(22, 157, 189, 0.21);
}

.slider-dot {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.slider-dot.active {
  border: 2px solid #0a6075;
}

.rupee-button {
  background-color: #0a6075;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 30.4px;
  word-wrap: break-word;
  cursor: pointer;
}
.rupee-button:hover {
  background-color: #087a94;
  color: white;
  text-decoration: none;
}

.rupee-button-get-started{
  background-color: #ffffff;
  color: #0a6075;
  border: 1px solid #0a6075;
  font-size: 16px;
  font-weight: 700;
  line-height: 30.4px;
  word-wrap: break-word;
  cursor: pointer;
}
.rupee-button-get-started:hover {
  background-color: #0a6075;
  color: white;
  text-decoration: none;
}

/* hero section end  */


/* about */

.about-section {
  background-color: #0A6075;
  color: #fff;
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}

.bg-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0A6075;
  z-index: 0;
}

.about-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.about-description {
  font-family: 'Montserrat', sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.8;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
}



.about-image-wrapper {
  position: relative;
  width: 100%;
  min-height: 600px;
}

.about-image {
  position: absolute;
  border-radius: 66px;
  z-index: 1;
  max-width: 100%;
  height: auto;
}


.about-image-1 {
  top: 30px;
  left: 15%;
  transform: translateX(-50%);
}

.about-image-2 {
  top: 100px;
  left: 35%;
  transform: translateX(-50%);
}



.circle-outline {
  width: 131px;
  height: 195px;
  border: 1px solid white;
  border-radius: 80px;
  position: absolute;
  z-index: 0;
}

.circle-left {
  top: 477px;
  left: 0;
}

.circle-right {
  top: 273px;
  right: 0;
}

/* about end */

/* choose-us */

.choose-us-section {
  background-image: url('https://rupeeontime.com/public/images/choose-us.svg');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
  /* color: white; */
}

.choose-us-section h2 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}

.choose-us-section h3 {
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}

.choose-us-section p {
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}

.choose-us-card {
  background-color: #0A6075;
  border-radius: 10px;
  padding: 15px;
  color: white;
  height: 100%;
}

.choose-us-card .icon {
  width: 66px;
  height: 66px;
  /* background-color: white; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.choose-us-card h5 {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.choose-us-card .desc {
  font-size: .8rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.7;
  color: #fff;
}


/* choose-us end */


/* explore product */

/* products.css */

.products-section {
  background-color: #F9FBFF;
  border-radius: 338px;
  position: relative;
}

.products-section h2 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #169dbd;
  /* text-align: center; */
  margin-bottom: 40px;
}

.products-section h2 span {
  font-size: 3rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  /* text-align: center; */
  margin-bottom: 40px;
}

.product-card {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 30px 60px rgba(6, 24, 67, 0.05);
  transition: transform 0.3s ease-in-out;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-icon img {
  width: 85px;
  height: 85px;
  box-shadow: 0px 30px 70px rgba(7, 13, 46, 0.07);
  border-radius: 50%;
  object-fit: cover;
}

.product-card .card-title {
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-family: 'Montserrat', sans-serif;
  color: #0a6075;
}

.product-card .card-text {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
}



/* explore product end */



/* <!-- why choose us --> */


.why-rupee-section {
  background-color: #0A6075;
  color: #fff;
  position: relative;
}

.why-rupee-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 74px;
  font-weight: 700;
}

.why-rupee-section p {
  font-family: 'Montserrat', sans-serif;
  line-height: 42px;
  font-weight: 400;
  font-size: 1rem;
}






.floating-card {
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  z-index: 3;
}

.floating-card ul li {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
  padding-left: 1.5rem;
  position: relative;
}

.floating-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}

/* <!-- why choose us end --> */



/* benifits with rupeeontime */

.benefits-with-rupeeontime {
  background: rgba(22, 157, 189, 0.10);
  position: relative;
  padding: 4rem 0;
}

.benefits-with-rupeeontime h2 {
  color: #17012C;
  font-size: 2rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  text-transform: capitalize;
}

.benefits-with-rupeeontime .content-box {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
  width: 500px;
  height: 170px;
}

.benefits-with-rupeeontime .icon-circle {
  width: 163px;
  height: 163px;
  background: #169DBD;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor:pointer;

}

.benefits-with-rupeeontime .icon-small {
  width: 60px;
  height: 60px;
  background: #0A6075;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor:pointer;
}

.benefits-with-rupeeontime .gradient-bg-circle,
.benefits-with-rupeeontime .blur-bg-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  z-index: 0;
}

.benefits-with-rupeeontime .gradient-bg-circle {
  width: 386px;
  height: 386px;
  top: 411px;
  right: 0;
  background: linear-gradient(180deg, rgba(22, 157, 189, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 100px 100px 100px;
}

.benefits-with-rupeeontime .blur-bg-circle {
  width: 326px;
  height: 326px;
  top: 455px;
  left: 242px;
  background: rgba(22, 157, 189, 0.34);
  box-shadow: 160px 160px 160px;
}

  .icon-small {
    width: 20px;
    height: 20px;
    background-color: #0A6075;
  }
  .icon-center {
    width: 90px;
    height: 90px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background-color: #169DBD !important;
    cursor:pointer;

  }


/* benifits with rupeeontime end */



/* Representative Example */

/* Representative Example Section Styles */

.representative-section {
  background: url('https://rupeeontime.com/public/images/bg-ep.png') no-repeat center center;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  color: #080808;
}
 .representative-section img {
    /* max-height: 40px; */
  }
.representative-section h2 {
  font-size: 48px;
  font-weight: 700;
  color: #17012C;
  text-transform: capitalize;
}

.representative-section .subheading {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  max-width: 1000px;
  margin: 0 auto 60px;
}

.representative-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}

.flow-item {
  text-align: center;
  max-width: 260px;
  position: relative;
}

.flow-item .icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.flow-item .icon-circle i {
  font-size: 24px;
  color: #0A6075;
}

.flow-item p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 24px;
}

.representative-note {
  font-size: 18px;
  line-height: 32px;
  max-width: 800px;
  margin: 0 auto 40px;
}

.representative-highlights {
  font-size: 18px;
  font-weight: 700;
  color: #737373;
  line-height: 42px;
}

    .icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .representative-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  gap: 10px;
}

.icon-item {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}

.icon-item.wide {
  flex: 2;
}

.connector-line {
  height: 1px;
  background-color: #169DBD;
  flex: 0.1;
  /* min-width: 20px; */
  z-index: 1;
}



/* Representative Example End */


/* mobile app */



.app-mockup{
  background: url('https://rupeeontime.com/public/images/Rectangle.png') no-repeat center center;
  background-size: cover;
  /* padding: 80px 0; */
  /* position: relative; */
  color: #080808;
  object-fit:contain;
}

.mobile-app-store{
  border : 1px solid #000;
}

/* mobile app end */


/* <!-- blog --> */

.blogs-section {
  background: url('https://rupeeontime.com/public/images/Bg-blog.svg') no-repeat center center;
}

.blogs-section h2 {
  color: #169dbd;
}

.blogs-section a {
  color: #ffffff;
  background-color: #0A6075;
  border-radius: 30%;
}

.blogs-section a:hover {
  color: #ffffff;
  background-color: #169dbd;
  text-decoration: none;
}
  .pagination-dot {
    width: 14px;
    height: 14px;
    margin: 0 6px;
    background-color: #169dbd;
    border-radius: 50%;
    display: inline-block;
  }

  .pagination-dot.active {
    background-color: #0a6075;
  }
.carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0a6075;
}

.carousel-indicators .active {
  background-color: #0a6075;
}

    .blog-time .carousel-item {
      transition: transform 0.5s ease;
    }
    .blog-time .card {
      margin: 10px;
      border-radius: 12px;
      overflow: hidden;
      /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
      background-color: #ffffff00;
      border :0px;
    }
    .blog-time .card-img-top {
      height: 180px;
      object-fit: cover;
    }
    .blog-time .card-body {
      padding: 1rem;
      color: #202020;
    }
    .blog-time .card-body p{
     color: #a1a1a1;
      
    }
 
   .blog-active-btn{
    background-color: #0A6075;
    color: #fff;
    border-radius: 12px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border: 0px;
   }

/* <!-- blog end --> */


/* get in touch */
    .btn-primary {
    background-color: #0A6075;
    border-color: #0A6075;
  }

  .get-in-touch {
color: #000;
  }

   .get-in-touch-btn {
background-color: #0A6075;
color: #fff;
border-radius: 30%;
  }

  .get-in-touch-btn:hover{
    background-color: #169dbd;
    color: #fff;
  }
/* get in touch */

/* emi calculator */

.rupee-emi {
    background-color: #0A6075;
    border-radius: 20px;
    padding: 40px 20px;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.rupee-emi h2 {
    font-weight: 700;
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.rupee-emi .calculator-box {
    background-color: #0A6075;
    border-radius: 20px;
    padding: 30px;
    color: white;
}

.rupee-emi .feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #169DBD;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px;
}

.rupee-emi .feature-text {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.rupee-emi .form-label {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.rupee-emi .form-control {
    border-radius: 12px;
    font-size: 16px;
}

.rupee-emi .range-slider {
    width: 100%;
    height: 8px;
    /* background-color: #e0e0e0; */
    border-radius: 64px;
    appearance: none;
    outline: none;
    margin-bottom: 10px;
}

.rupee-emi .range-slider::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #169DBD;
    border-radius: 50%;
    cursor: pointer;
}

.rupee-emi .result-summary {
    background-color: #0A6075;
    border-radius: 20px;
    color: white;
    padding: 20px;
    text-align: center;
}

.rupee-emi .result-summary h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.rupee-emi .result-summary p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.rupee-emi .apply-btn {
    background-color: white;
    color: #0A6075;
    font-weight: 700;
    padding: 14px 24px;
    border-radius: 12px;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
    font-size: 18px;
    transition: 0.3s;
    border: none;
}

.rupee-emi .apply-btn:hover {
    background-color: #169DBD;
    color: white;
}

/* emi calculator end */


/* breadcrumb */
.rupee-breadcrumb{
  background: url("https://rupeeontime.com/public/images/cover-image/bd-bg.svg") no-repeat center center;

}

.rupee-breadcrumb-heading {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  /* text-transform: uppercase; */
  color: #000;
}


.rupee-breadcrumb-img {
  width: 50%;
  transform: rotate(3deg);
  position: relative;
  z-index: 2;
}


/* breadcrumb end */


/* about section-1 */

.rupee-about {
  background: url("https://rupeeontime.com/public/images/bg-ep.png") no-repeat center center;
  position: relative;
  overflow: hidden;
}

.rupee-about h5{
  font-size: 1.5rem;
  font-weight: 700;
  color: #0A6075;
  margin-bottom: 20px;
}

.rupee-card{
box-shadow: 0px 4px 8px 1px rgba(22, 157, 189, 0.20) !important;
border-radius: 20px !important;
}

.about-watch{
  color: #000;
  border-radius: 10px;
  border: 1.5px solid #0a6075;
   font-size: 16px;
  font-weight: 700;
  line-height: 30.4px;
  word-wrap: break-word;
  cursor: pointer;

}

/* about section-1 end */


/* who-we-are */

.rupee-who-we-are {
  background-color: #0A6075;
  position: relative;
  z-index: 1;
}

.rupee-who-we-are h3{
  font-size: 2rem;
}

.rupee-who-we-are p{
  font-size: 1rem;
}

.shape-bottom-left,
.shape-bottom-right {
  width: 180px;
  height: 160px;
}

.shape-bottom-left {
  bottom: 0;
  left: 0;
  transform: rotate(-106deg);
}

.shape-bottom-right {
  bottom: 0;
  right: 0;
  transform: rotate(-90deg);
}


/* who-we-are end */


/* benifits */

.about-benefits .card {
  background-color: #fff;
  border-radius: 20px ;
  box-shadow: 0px 4px 8px 1px rgba(22, 157, 189, 0.20) ;
  text-align: center;
}
.about-benefits .card h5 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0A6075;
}

/* benifits end */


/* Emergency loan */

.emergency-title {
  font-size: 2rem;
  color: #0A6075;
}

.emergency-subtitle {
  font-size: 1rem;
  color: #7D7676;
  /* line-height: 10px; */
}

.emergency-loans .card{
   border-radius: 20px ;
   border: 1px solid #86dff598;
}

.emergency-loans .card h4 {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.4;
}

.emergency-loans .card p {
  font-size: 1rem;
  line-height: 1.8rem;
  color: rgba(0, 0, 0, 0.7);
}

/* Emergency loan End */



/* our Commitment */

.our-commitment {
  background: url("https://rupeeontime.com/public/images/Commitment.svg") no-repeat center center;
  /* border-radius: 30px; */
}
.commitment-heading {
  font-size: 2.7rem;
  line-height: 1.3;
  font-weight: 700;
}

.commitment-text {
  font-size: 1.2rem;
  line-height: 1.6;
}


/* our Commitment end */


/* mission  */



.mission-title {
  font-size: 1rem;
  font-weight: 700;
color: #0A6075;
}

.mission-subtitle {
  font-size: 2rem;
  font-weight: 500;
color: #087a94;

}

.mission-text {
  font-size: 1rem;
  /* line-height: 50px; */
}

/* mission  end */

/* why we are  */

.rtime-why-we-are-section {
  background-color: #0A6075;
}

.rtime-img-left {
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.rtime-carousel-text {
  max-width: 600px;
  margin: auto;
}

.rtime-carousel-icon {
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}

.rtime-why-we-are-section .carousel-item {
  min-height: 100%;
  /* display: flex; */
  align-items: center;
}

/* why we are end   */


/* contact page  */

/* Contact Section Background & Spacing */
.rtime-contact {
  /* background-color: #f8f9fa;  */
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Tagline Pill */
.rtime-contact .bg-info.bg-opacity-10 {
  background-color: rgba(22, 157, 189, 0.1) !important;
}
.rtime-contact .border-info {
  border-color: rgba(22, 157, 189, 0.3) !important;
}

/* Heading */
.rtime-contact h2.display-5 {
  color: #080808;
  line-height: 1.2;
}

/* Contact Info Icons Placeholder */
.rtime-contact .col-12.d-flex > .flex-shrink-0 {
  /* background-color: #f0f6f9; */
  box-shadow: inset 0 0 0 1px rgba(168, 205, 223, 0.32);
}
.rtime-contact .col-12.d-flex > .flex-shrink-0:hover {
  /* background-color: #e4eef4; */
}

/* Contact Info Titles & Text */
.rtime-contact .fw-medium {
  font-size: 1.125rem;
  color: #0a6075;
}
.rtime-contact .text-muted {
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Card & Form */
.rtime-contact .card {
  border-radius: 1rem;
}
.rtime-contact .card-body {
  padding: 2.5rem;
}
.rtime-contact .form-label.fw-semibold {
  font-size: 1rem;
  color: #080808;
}
.rtime-contact .form-control {
  border: 2px solid #b5b5b5;
  border-radius: 50px;
  padding: 0.75rem 1.25rem;
}
.rtime-contact .form-control:focus {
  border-color: #169dbd;
  box-shadow: 0 0 0 0.2rem rgba(22, 157, 189, 0.25);
}

/* Textarea */
.rtime-contact textarea.form-control {
  border-radius: 0.75rem;
}

/* Captcha & Refresh */
.rtime-contact .d-flex.align-items-center .border {
  border-right: none !important;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rtime-contact .d-flex.align-items-center .btn-info {
  background-color: #0a6075;
  border-color: #0a6075;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rtime-contact .d-flex.align-items-center .btn-info:hover {
  background-color: #084a57;
}

/* Submit Button */
.submit{
 background-color: #0a6075;
  border-color: #0a6075;
  padding: 0.75rem;
  font-size: 1.125rem;
  color: #fff;
}
.submit:hover{
  background-color: #084a57;
  border-color: #073c45;
  color: #fff;

}
.rtime-contact .btn-primary {
  background-color: #0a6075;
  border-color: #0a6075;
  padding: 0.75rem;
  font-size: 1.125rem;
}
.rtime-contact .btn-primary:hover {
  background-color: #084a57;
  border-color: #073c45;
}

.contact-bg{
background: url("https://rupeeontime.com/public/images/contact-bg.svg") no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  /* box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.14);  */
}

/* contact page end */


/* otp section  */

/* Gradient background & rounding */
.otp-container {
  background: linear-gradient(to bottom right, #0b6b76, #075b65);
  border-radius: 8px;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  /* max-width: 500px; */
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.otp-container h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.otp-container p {
  font-weight: 500;
  margin-bottom: 30px;
}
.otp-input {
  width: 50px;
  height: 50px;
  margin: 0 5px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.otp-container .resend {
  margin-top: 15px;
  font-size: 0.9rem;
  color: #e0e0e0;
}

.otp-container .resend a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}

.otp-container .btn {
  margin-top: 25px;
  background-color: #ffffff;
  color: #075b65;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 30px;
}

.otp-container .btn:hover {
  background-color: #f1f1f1;
}

@media (max-width: 576px) {
  .otp-input {
    width: 45px;
    height: 45px;
    font-size: 20px;
    margin: 0 4px;
  }

  .otp-container {
    padding: 30px 15px;
  }
}
.otp-container1 {
  background: linear-gradient(to right, #0A6075, #13B4DB);
  border-radius: 1rem;
}




/* Heading line-height */
.otp-heading {
  line-height: 1.2;
  font-size: 1.6rem !important;
}

/* Subtitle letter-spacing */
.otp-process-label {
  letter-spacing: 2px;
  opacity: 0.85;
}

/* Illustration max-height */
.otp-illustration {
  max-height: 400px;
  object-fit: cover;
}

/* OTP pill: white pill container */
.otp-input-group {
  background: #fff;
  /* border-radius: 50px; */
  overflow: hidden;
}

/* Remove default borders */
.otp-input-group .form-control,
.otp-input-group .input-group-text {
  border: none;
  font-size: .8rem;
}

/* Icon padding */
.otp-input-group .input-group-text {
  padding: 0 1rem;
}

/* Input padding */
.otp-input-group .form-control {
  padding: 0.75rem 1rem;
}

/* OTP button styling */
.otp-btn {
  background-color: #0A6075;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
 
  font-size: 1rem;
  font-weight: 600;
}
.otp-btn:hover {
  background-color: #13B4DB;
  color: #fff;
 
}

/* Remove focus shadow */
.otp-btn:focus,
.otp-input-group .form-control:focus {
  box-shadow: none;
}

/* Note opacity */
.otp-note {
  opacity: .75;
}



/* otp section end  */


/* steps */

.rtime-steps {
  background-color: #EBFBFF;
}

.rtime-steps h2{
  color: #000;
  font-size: 1.9rem;
}

.rtime-steps h5{
  color: #000;  
  font-weight: 600;
  font-size: 1.2rem;

}

/* The little colored bar under each image */
.rtime-steps .step-underline {
  width: 4rem;
  height: 0.25rem;
  background-color: #0A6075;
  border-radius: 0.125rem;
}

/* Large, semi-transparent step number */
.rtime-steps .step-number {
  font-size: 2rem;
  opacity: 0.2;
}

/* Card image rounding */
.rtime-steps .card-img-top {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}



/* steps end */


/* blogs  */

.rtime-blog {
  background-color: #f3fcff;
}

/* Date pill styling */
.date-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  background: #eaf3f8;
  border-radius: 50px;
  font-size: 0.85rem;
  color: #0a6075;
}

/* Card title */
.rtime-blog .card-title {

  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #17012c;
}

/* Read More link */
.read-more {
  font-size: 0.9rem;
  font-weight: 500;
  color: #0a6075;
  text-decoration: none;
}
.read-more i {
  vertical-align: text-bottom;
}
.read-more:hover {
  text-decoration: underline;
}


/* blogs end  */


/* blog-deatils */

/* Section background */
.r-blog {
  background-color: #f8fcff;
}

/* Paragraph line-height */
.r-blog-paragraph {
  line-height: 1.7;
}

/* Sidebar sticky offset */
.r-blog-sidebar {
  top: 6rem; /* adjust if header height differs */
}

/* Date pill in sidebar cards */
.date-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.75rem;
  background: #eaf3f8;
  border-radius: 50px;
  font-size: 0.85rem;
  color: #0a6075;
}

/* Read More link styling */
.read-more {
  text-decoration: none;
}
.read-more:hover {
  text-decoration: underline;
}


/* blog-deatils end */


/* faq */

.loan-wrap {
  display: inline-block;       /* shrink-wrap to word width */
  padding: 0.25rem 0.75rem;    /* optional: add breathing room */
  color: #0A6075;
}

.loan-circle {
  width: 150px;    /* make the image as wide as the span */
  height: auto;   /* preserve aspect ratio */
  pointer-events: none; /* clicks pass through to the text/link, if needed */
}

/* Background */
.r-faq {
  background-color: rgba(22, 157, 189, 0.1);
}

/* Accordion button: base (collapsed) */
.accordion-button {
  background: #fff;
  color: #119BBE;
  border: 1px solid #EAF3F8;
  border-radius: 10px;
  position: relative;
  box-shadow: none;
  transition: background-color .2s, color .2s;
}

/* Remove the default ::after chevron */
.accordion-button::after {
  display: none;
}

/* Expanded state */
.accordion-button:not(.collapsed) {
  background-color: #0A6075;
  color: #fff;
}

/* Show/Hide plus & minus */
.icon-minus {
  display: none;
}
.accordion-button:not(.collapsed) .icon-minus {
  display: inline-block;
}
.accordion-button:not(.collapsed) .icon-plus {
  display: none;
}

/* Accordion body styling */
.accordion-body {
  border: 1px solid #0A6075;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background: #0A6075;
  color: #fff;
  margin-top: -1px;
}

/* Truncate long questions */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* faq end */


/* Product  */
.product-title {
color: #0A6075;
 font-size: 50px;
 font-weight: 700;
 line-height: 64px;
 word-wrap: break-word;
}


.product-list {
  background-color: #f8fcff;
}

/* Masonry container */
.masonry-columns {
  column-count: 1;
  column-gap: 1.5rem;
}

/* Each card breaks inside a column */
.product-card {
  break-inside: avoid;
  display: inline-block;
  width: 100%;
  border-radius: 3rem !important;
}
.product-card-dsg{
  border-radius: 3rem !important;
}

/* At md+ we get two columns */


/* Card outline */
.card-outline {
  border: 1px solid #065265;
}

/* Button coloring */
.card-outline .btn-info {
  background-color: #065265;
  border-color: #065265;
}
.card-outline .btn-info:hover {
  background-color: #054953;
  border-color: #054953;
}

.privacy-policy-text{
/* color: #313131; */
font-size: 16px;
font-weight: 500;
line-height: 30px;
letter-spacing: 0.50px;
word-wrap: break-word
}

.r-partners {
  background-color: #f8fcff;
}

.partner-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 30px 30px rgba(22, 157, 189, 0.12);
  outline: 1px rgba(247, 251, 255, 0.61) solid;
  outline-offset: -1px;
  backdrop-filter: blur(27.5px);
}

/* Arrow button in top-right */
.partner-arrow {
  top: 0.75rem;
  right: 0.75rem;
  background: linear-gradient(0deg, #0A6075 0%, #169DBD 100%);
  color: #fff;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

/* Remove default focus outline */
.partner-arrow:focus {
  box-shadow: none;
}



/* Product end  */

/* service area  */

.service-area{
  color: #0A6075;
}

.r-areas {
  background-color: #f8fcff; /* optional background */
}

/* Base area button */
.area-btn {
  min-width: 200px;        /* ensure consistent width */
  padding: 0.75rem 1.5rem; /* vertical | horizontal */
  font-size: 1.25rem;      /* ≈22px */
  font-family: "Futura Hv BT", sans-serif;
  font-weight: 400;
  border-radius: 20px;
  background-color: #fff;
  color: #169DBD;
  border: 3px solid #169DBD;
  transition: background-color 0.2s, color 0.2s;
}

/* Active state */
.area-btn.active {
  background-color: #0A6075;
  color: #fff;
  border-color: #0A6075;
}

/* Optional hover/focus */
.area-btn:hover,
.area-btn:focus {
  background-color: #169DBD;
  color: #fff;
  border-color: #169DBD;
}

/* service area end  */

/* how it works  */


.how-it-works {
  background-color: #f8fcff; /* optional light background */
}



/* Image sits on top */
.step-img {
  position: relative;
  width: 100%;
  max-width: 500px;
  border-radius: 50%;
}

/* Step number */
.step-number {
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  color: rgba(22, 157, 189, 0.4);
  line-height: 1;
}

/* Title */
.step-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
}

/* Description */
.step-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #333;
}


/* how it works end */


/* rate & terms */

.rate-terms-section {
  background-color: #f8fcff; /* optional light background */
}

.rate-term-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 4px 8px 38px rgba(144, 207, 222, 0.57);
  outline: 2px #0A6075 solid;
  outline-offset: -2px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;  /* Ensure cards have full height */
  /* min-height: 430px;   */
}

.rcard-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
  height: 100%;  /* Ensure content fills the card */
}

.rcard-title {
  color: #169DBD;
  font-size: 1.2rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.rcard-description {
  color: #000;
  font-size: .8rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  /* line-height: 40px; */
  text-align: center;
  text-transform: capitalize;
  word-wrap: break-word;
  height: auto;
}
.privacy-policy-text {
    /* color: #313131; */
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.50px;
    word-wrap: break-word;
}




/* rate & terms end */


/* example table */

.r-exp {
  background-color: #f8fcff; /* optional light background */
}

.table-responsive {
  margin-top: 30px;
}

/* Table styles */
.table {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-collapse: collapse;
}

.table th, .table td {
  padding: 15px;
  text-align: center;
}

.table th {
  background-color: #169DBD;
  color: white;
  font-size: 16px;
}

.table td {
  font-size: 14px;
  color: #080808;
  font-family: "Futura Bk BT", sans-serif;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* Hover effects for table rows */
.table tbody tr:hover {
  background-color: #eaf3f8;
}


/* example table end */

/* lending section   */

.r-lead-home {
  background-color: #0a6075; /* optional background */
  position: relative;
}


/* Card styling */
.r-lead-home-card {
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 4px 8px 38px rgba(144, 207, 222, 0.57);
  outline: 2px #0A6075 solid;
  outline-offset: -2px;
  padding: 18px;
  display: flex;
  flex-direction: column;
 
}

/* Card title */
.r-lead-home-card h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #0A6075;
}

/* Card description */
.r-lead-home-card p {
  color: #ffffff;
  font-size: .8rem !important;

}

/* Title and description text */
.r-lead-home h2 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #ffffff;
}

.r-lead-home p {
  font-size: 1.1rem;
  color: #ffffff;
  line-height: 1.6; 
}



/* lending section end  */


/* apply now login  */

/* Background Color for Login Section */
.rontime-login {
    background-color: #0A6075;
    /* padding: 20px 0; */
}

/* Card Styling */
.rontime-card {
    border-radius: 12px;
    background-color: white;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1) !important;
    margin-top: 33px;
}
.form-select, .form-control {
    border-radius: 12px;
    border: 2px solid #B5B5B5;
}

.form-control:focus {
    border-color: #169DBD;
}


.rtime-benefits-title {
  font-family: 'Montserrat', sans-serif;
}

.rtime-benefits-subtitle {
  max-width: 740px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
}

.rtime-benefits-card {
  font-family: 'Montserrat', sans-serif;
}

.rtime-benefits-icon {
  width: 56px;
  height: 56px;
}


/* apply now login end */

/* risks */

.risks-section {
  background-image: url('https://rupeeontime.com/public/images/risks-bg.png');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
  /* color: white; */
}

.risks-section h2 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}

.risks-section h3 {
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}

.risks-section p {
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}

.risks-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
  color: rgb(0, 0, 0);
  height: 100%;
  border: 1px solid #169DBD;
}

.risks-card .icon {
  width: 66px;
  height: 66px;
  /* background-color: white; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.risks-card h5 {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.risks-card .desc {
  font-size: .8rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.7;
  color: #000000;
}

/* risks end */

/* documents  */

/* ===== General Styles ===== */
.eligibility-section,
.documents-section {
  padding: 4rem 2rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 3rem;
  text-align: center;
}

/* ===== Left Panel: Eligibility Section ===== */
.eligibility-section {
  background-color: #0A6075;
  color: #ffffff;
}

.eligibility-item {
  text-align: center;
  margin-bottom: 2.5rem;
}

.eligibility-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
  object-fit: contain;
}

.eligibility-item p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 0;
}

/* ===== Right Panel: Documents Section ===== */
.documents-section {
  background-color: #ffffff;
  color: #0A6075;
}

.documents-item {
  text-align: center;
  margin-bottom: 2.5rem;
}

.documents-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
  object-fit: contain;
}

.documents-item p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 0 auto;
  max-width: 300px;
}

/* ===== Responsive Layout ===== */
@media (min-width: 768px) {
  .split-screen {
    display: flex;
  }

  .eligibility-section,
  .documents-section {
    width: 50%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .eligibility-section,
  .documents-section {
    width: 100%;
    padding: 3rem 1rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .eligibility-item img,
  .documents-item img {
    width: 60px;
    height: 60px;
  }

  .documents-item p {
    font-size: 14px;
  }
}

/* documents  */

/* rate & fees */

.rate-fees-section{
  background: url('https://rupeeontime.com/public/images/bg-ep.png') no-repeat center center;
}


/* rate & fees end */
