.navbar .navbar-brand img {
    max-width: 82px;
}
#about img{
	width: 100%;
}
#about h4 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    opacity: 0.8;
}

#loanModal .modal-dialog {
    max-width: 600px;
}
#loanModal h5#exampleModalLabel {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
}
#loanModal .form-group{
    margin-bottom: 10px;
}
#loanModal .form-control {
    height: 45px;    
    border-radius: 8px;
}
#loanModal label {
    font-weight: normal;
    font-size: 14px;
    display: block;
}
#loanModal textarea.form-control {
    height: 100px;
}
#loanModal button.btn.btn-primary {
    width: 150px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
}
#loanModal .modal-content {
    border-radius: 15px;
    border: none;
}
.footer h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.list-unstyled li.d-flex {
    margin-top: 5px;
}

.calculator {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    max-width: 1000px;
    margin: 50px auto;
    align-items: center;
}

    .input-section, .output-section {
      flex: 1;
      min-width: 300px;
      padding: 20px;
    }

    .input-section h3, .output-section h3 {
    margin-bottom: 20px;
    font-size: 40px;
    text-align: center;
}

    .form-group {
      margin-bottom: 25px;
    }

    .form-group label {
    display: flex;
    margin-bottom: 6px;
    font-weight: 600;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.form-group label span {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1;
}
    .form-group input[type="range"],
    .form-group input[type="number"] {
      width: 100%;
      padding: 10px;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 6px;
    }

    .form-box {
      padding: 20px;
      background: #f8f9fc;
      border: 1px solid #d1dce5;
      border-radius: 10px;
      font-size: 26px;
      text-align: center;
      font-weight: bold;
      color: #2c3e50;
      margin-bottom: 20px;
    }

    .output-section canvas {
      max-width: 250px;
      margin: 0 auto;
    }

    .result-labels {
      margin-top: 20px;
    }

 .result-labels div {
    display: flex;
    width: 100%;
    margin-bottom: 8px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}

    .result-labels .color-box {
      width: 12px;
      height: 12px;
      margin-right: 8px;
      display: inline-block;
      border-radius: 50%;
    }

    #trusted{
        margin: 0px;
    }

     .custom-section {
      padding: 50px 0;
      background-color: #f8f9fa;
    }
    .custom-box {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      padding: 30px;
      height: 100%;
    }
   
    .custom-box:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}
.section-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50%;
  height: 3px;
  background: #ffc107; 
}
.custom-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.custom-list li {
  font-size: 17px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  animation: fadeInUp 0.6s ease forwards;
}
.icon11 {
  margin-right: 10px;
  color: #5507ff;
  font-weight: bold;
  font-size: 20px;
}
.cta-wrap {
  text-align: left;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
  .bg-image-quote {
  background: url('../images/customer-support-flat-illustration_23-2148889375.avif') center/cover no-repeat;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bg-image-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  border-radius: 15px;
  z-index: 1;
}
.bg-image-quote > * {
  position: relative;
  z-index: 2;
}
.custom-box:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}

.quote-text {
  font-size: 20px;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 10px;
  margin-top: 140px;
  padding:  10px;
  font-weight: 800;
}
.quote-text .highlight {
  font-weight: bold;
  color: #ffc107;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-wrap .btn {
  min-width: 180px;
  margin-top: 10px;
  transition: transform 0.2s ease;
}
.btn-wrap .btn:hover {
  transform: translateY(-3px);
}

    .how-it-works {
      padding: 60px 0;
      background-color: #f8f9fa;
      text-align: center;
    }
    .section-title {
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
}

.section-title::after {
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background: #ff6600;
  margin: 12px auto 0;
  border-radius: 2px;
}
 
    .step {
      position: relative;
      padding: 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    /* .step:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    } */
    .step img {
      width: 200px;
      height: 200px;
      border-radius: 15px;
      object-fit: contain;
      margin-bottom: 15px;
      transition: transform 0.3s ease;
    }
    /* .step:hover img {
      transform: scale(1.1);
    } */
    .step p {
      font-size: 16px;
      font-weight: 500;
    }
    .arrow {
      font-size: 70px;
      color: #007bff;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    /* Simple fade-up animation */
    .fade-up {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.8s ease;
    }
    .fade-up.appear {
      opacity: 1;
      transform: translateY(0);
    }

    .step-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.2);
      padding: 30px 20px 20px 20px;
      transition: transform 0.3s ease,;
      height: 100%;
    }
    .step-card:hover {
      transform: translateY(-8px);
      
    }

    