body{
    font-family:'Roboto';
}

#tempWidget{
    display:none!important;
}


.navbar .nav-link[href="apply"] {
    background-color: #1e2767;
    color: #ffffff !important;
    padding: 8px 18px;
    border-radius: 8px;
    font-weight: 600;
    margin-left: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: 0.3s ease;
}

.navbar .nav-link[href="apply"]:hover {
    background-color: #1e2767;
    color: #ffffff !important;
    box-shadow: 0 6px 14px rgba(0,0,0,0.2);
    transform: translateY(-2px);
}

.navbar{
      background-color: transparent !important;
      z-index:99999;

}

    .nav-link {
    color: #1E2767;
}
.nav-item {
    padding: 0px 6px;
}
.nav-item:hover .nav-link
 {
    color: #00c853;
    transform: scale(1.1);
    transition: transform ease 0.3s;
}


.heading-h2 {
    font-family: 'Roboto';
    color: #1E2767;
    font-size: 2.4rem;
    font-weight: 700;
}



.bg-lightblue{
    background:#E4F5FD;
}

.hero {
    background-color: #ecf8fe;
    background-image: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    position: relative;
}
.hero h1 {
    text-align: center;
    color: #1E2767;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 30px;
    margin-top: 0px;
}
.hero p {
    font-family: 'Roboto';
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.2rem;
    color:#1E2767;
}

  .mw-70{
      max-width:70%;
  }
  
  
 .loan-form {
  text-align: center;
  max-width: 450px;
  margin: auto;
}

.form-control {
  background: #f8f9fc;
  border: none;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 15px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
}

.form-control:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
  outline: none;
}
.loan-label {
    font-size: 15px;
    color: #1E2767;
    display: block;
    text-align: left;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: 'Roboto';
}

/* === Range Slider Styling === */
.range-container {
  position: relative;
  width: 100%;
}

.loan-range {
  width: 100%;
  height: 6px;
  appearance: none;
  background: linear-gradient(to right, #00c853 0%, #1E2767 0%);
  border-radius: 10px;
  outline: none;
  margin-top: 10px;
}

.loan-range::-webkit-slider-thumb {
  appearance: none;
  height: 20px;
  width: 20px;
  background: #1e2767;
  border-radius: 50%;
  cursor: pointer;
}

.loan-range::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background: #1e2767;
  border-radius: 50%;
  cursor: pointer;
}

.loan-value {
    color: #1e2767;
    font-weight: 700;
    font-size: 28px;
}
.form-check-label {
  font-size: 14px;
  color: #1E2767;
  text-align: left;
}

.form-check-input {
  accent-color: #1e2767;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.form-check{
    display:flex;
}
.btn-primary {
  background: white;
  color: #1e2767;
  border: 2px solid #1e2767;
  border-radius: 25px;
  padding: 10px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #1e2767;
  color: white;
  border:2px solid #1e2767;
}
  
    .process-section {
      background-color: #f9fcff;
      padding: 60px 0;
    }

    .process-card {
      background-color: #fff;
      border: 1px solid #1E2767;
      border-radius: 15px;
      text-align: center;
      padding: 20px 15px;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
      transition: all 0.3s ease;
      height: 100%;
    }

    .process-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }

    .process-card img
{
    height: 65px;
    width: auto;
}
    .process-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1E2767;
    margin: 15px 0px;
    font-family: 'Roboto';
}
.process-card h5::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #1a4e8a;
  margin: 8px auto 0;
  border-radius: 2px;
}
    .process-card p {
      font-size: 14px;
      color: #1E2767CC;
      line-height: 1.6;
      margin-bottom: 0;
    }
.why-us {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 600;
    color: #1E2767;
}
.why-us img {
    padding-right: 10px;
    height: 25px;
}
.why-us li
 {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 16px 0px;
}


.steps {
  position: relative;
  overflow: hidden; /* keeps images inside section */
  
}

/* Left image (::before) */
.steps::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/light-left.png') no-repeat bottom left;
  background-size: contain; /* adjust to fit your image */
  width: 300px; /* control size */
  height: 450px;
  z-index: 0;
  opacity: 1; /* full visible */
}

/* Right image (::after) */
.steps::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('../images/light-right.png') no-repeat bottom right;
  background-size: contain;
  width: 500px;
  height: 500px;
  z-index: 0;
  opacity: 1;
}

/* Keep content above images */
.steps .container {
  position: relative;
  z-index: 2;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .steps::before,
  .steps::after {
    width: 150px;
    height: 150px;
    opacity: 0.7; /* slightly lighter for smaller screens */
  }
}

@media (max-width: 576px) {
  .steps::before,
  .steps::after {
    display: none; /* hide on very small screens if needed */
  }
}



.who-we {
  position: relative;
  overflow: hidden; /* keeps images inside section */
  
}

/* Left image (::before) */
.who-we::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/light-left.png') no-repeat bottom left;
  background-size: contain; /* adjust to fit your image */
     width: 280px;
    height: 430px;
  z-index: 0;
  opacity: 1; /* full visible */
}

/* Right image (::after) */
.who-we::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('../images/light-right.png') no-repeat bottom right;
  background-size: contain;
      width: 400px;
    height: 370px;
  z-index: 0;
  opacity: 1;
}

/* Keep content above images */
.who-we .container {
  position: relative;
  z-index: 2;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .who-we::before,
  .who-we::after {
    width: 150px;
    height: 150px;
    opacity: 0.7; /* slightly lighter for smaller screens */
  }
}

@media (max-width: 576px) {
  .who-we::before,
  .who-we::after {
    display: none; /* hide on very small screens if needed */
  }
}

.footer-section {
  background-color: #f5f8fc;
  color: #1a1a1a;
  font-size: 14px;
}

.footer-desc {
  color: #2b2b2b;
  font-weight: 500;
  line-height: 1.6;
  max-width: 240px;
}

.footer-title {
  color: #1b2e5a;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links li a {
  text-decoration: none;
  color: #1a1a1a;
  transition: 0.3s ease;
}

.footer-links li a:hover {
  color: #0a58ca;
}

.footer-divider {
  border: none;
  height: 1px;
  background-color: #cfd6e2;
}

.footer-note {
  font-size: 12px;
  color: #555;
  line-height: 1.6;
}
.foot-end {
    background: #1e2767;
    color: white;
}
.foot-end a {
    color: white;
    text-decoration: none;
}


.all-hero{
    background-color: #ecf8fe; /* Base color */
  background-image: url('../images/hero-bg.png'); /* Your PNG */
  background-repeat: no-repeat;
  background-position: right top; /* Positions image on right side */
  background-size: contain; /* Keeps image fully visible */

}
.heading-h1{
       font-family: 'Roboto';
    color: #1E2767;
    font-size: 3.5rem;
    font-weight: 700;
    text-align:center;
}
.abt{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.abt img{
    height:150px;
}
.abt p {
    margin-top: -40px;
    font-weight: 600;
    font-family: 'Roboto';
    font-size: 20px;
    color: #1e2767;
}


.gradient-card {
    position: relative;
    border-radius: 15px;
    background: #fff;
    padding: 25px 25px;
    text-align: center;
    color: #000;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #a5daf1;
    height: 100%;
}



.gradient-card .icon img {
    margin-bottom: 20px;
    height: 65px;
    width:auto;
}

.gradient-card h5 {
    font-weight: 600;
    color: #1e2767;
    /* margin-bottom: 15px; */
    font-family: 'Roboto';
    font-size: 22px;
}

    .gradient-card p {
      color: #555;
      font-size: 15px;
      line-height: 1.6;
    }
    
 
 /*contact page*/

  /* Light theme input fields with gradient border */
.custom-input {
    background: #ffffff;                    /* White background */
    border: 2px solid transparent;
    border-radius: 6px;
    padding: 12px 15px;
    color: #333;                            /* Dark text for light mode */
    outline: none;
    transition: 0.3s;
    font-size: 15px;

    /* Gradient border */
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image:linear-gradient(#ffffff, #ffffff), /* Inner background white */ linear-gradient(180deg, #a5daf1, #a5daf1)
}

.custom-input::placeholder {
    color: #777;                            /* Softer placeholder */
}

.custom-input:focus {
    background-image:
        linear-gradient(#ffffff, #ffffff),
        linear-gradient(90deg, #00ff8f, #00c6ff);
    box-shadow: none;
}

/* Textarea height */
.textarea-box {
    height: 130px;
    resize: none;
}

/* Gradient Button (light theme friendly) */
.gradient-btn {
    background: linear-gradient(90deg, #00aaff, #01ff95);
    border: none;
    padding: 12px 35px;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.gradient-btn:hover {
    opacity: 0.9;
}
.con-detail {
    display: flex;
    gap: 15px; /* space between icon and text */
    align-items: center;
    text-align: left;
}

.con-detail img {
    height: 40px;
}

.detail-text h5 {
    margin: 0;
}

.detail-text p {
    margin: 0;
}
 
 /*contact page*/
 
    
    table {
    caption-side: bottom;
    border-collapse: collapse;
}
td, th {
    border: 1px solid #ababab;
    text-align: left;
    padding: 8px;
}
.fs-15{
    font-size:15px;
}