  /* Custom Styles */
  .fixed-header {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1000;
      background-color: rgba(255, 255, 255, 0.95);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
  }

.header-logo {
    height: 100px;
    width: 317px;
}
  
  
  .text-primary{
      color: rgb(154, 63, 63) !important;
  }

 .banner-section {
    background: linear-gradient(rgb(9 143 62), rgba(154, 63, 63, 0.6)), url(https://images.unsplash.com/photo-1601597111158-2fceff292cdc?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80);
    background-size: cover;
    background-position: center;
    color: white;
    padding: 150px 0 100px;
    margin-top: 80px;
}

  .loan-form {
      background-color: rgb(25, 25, 25);
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .loan-service-card {
      border: none;
      border-radius: 10px;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      margin-bottom: 20px;
  }

  .loan-service-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }

  .loan-service-card img {
      height: 150px;
      object-fit: cover;
  }

  .how-to-apply-step {
      text-align: center;
      padding: 20px;
      border-radius: 10px;
      background-color: #f8f9fa;
      height: 100%;
  }

  .how-to-apply-step .step-number {
      width: 50px;
      height: 50px;
      background-color: rgb(154, 63, 63);
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 15px;
      font-weight: bold;
  }
  
.bg-primary, .bg-info {
    background: #9A8343 !important;
}
  
  .btn-primary, .btn-info {
      background: rgb(154, 63, 63) ;
      color: white !important;
  }
  
  .text-info {

      color: rgb(154, 63, 63) !important;
}

  .review-card {
      padding: 30px;
      border-radius: 10px;
      background-color: white;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
      margin: 15px;
  }

  .review-card .stars {
      color: #ffc107;
      margin-bottom: 15px;
  }

  footer {
      background-color: #2c3e50;
      color: white;
      padding: 50px 0 20px;
  }

  footer a {
      color: #adb5bd;
      text-decoration: none;
      transition: color 0.3s ease;
  }

  footer a:hover {
      color: white;
  }

  .social-icons a {
      display: inline-block;
      width: 40px;
      height: 40px;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      text-align: center;
      line-height: 40px;
      margin-right: 10px;
      color: white;
      transition: all 0.3s ease;
  }

  .social-icons a:hover {
      background-color: #0d6efd;
      transform: translateY(-3px);
  }

  .navbar-nav li {
      padding: 0 20px;
  }

  .navbar {
    width: 100%;
    background: #098f3e;
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #fff !important;
}

  .navbar-nav {
      padding: 10px 0;
  }

.navbar-nav li a {
    font-size: 20px;
    font-family: FreeMono, monospace;
    font-weight: 500;
    color: #FFF;
}

  .top-margin {
      margin-top: 140px;
  }


  body {
      margin: 0;
      padding: 0;
  }

  .container {
      width: 100%;
  }


  .id-form-container {
      max-width: 500px;
      margin: 0 auto;
  }

  .form-card {
      border-radius: 15px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
  }



  .form-body {
      padding: 2rem;
      background-color: white;
  }

  .input-group-custom {
      margin-bottom: 1.5rem;
  }

  .input-group-text {
      background-color: #f8f9fa;
  }

  .submit-btn {
      background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
      border: none;
      padding: 10px 25px;
      font-weight: 600;
      transition: all 0.3s ease;
  }

  .submit-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }


  .contact-form-container {
      max-width: 700px;
  }

  .form-header
 {
    background: #098f3e;
    padding: 20px;
    text-align: center;
    color: white;
}

  .form-card {
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .form-control:focus {
      border-color: #2a5298;
      box-shadow: 0 0 0 0.25rem rgba(42, 82, 152, 0.25);
  }

  .submit-btn {
      background: #098f3e;
      border: none;
      transition: all 0.3s ease;
  }

  .submit-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .input-icon {
      position: absolute;
      z-index: 2;
      display: block;
      width: 2.375rem;
      height: 2.375rem;
      line-height: 2.375rem;
      text-align: center;
      pointer-events: none;
      color: #aaa;
  }

.fixed-icon{
    position: fixed;
    top: 80%;
    left: 0;
    padding-left: 10px;
    z-index: 9999;
}


.fixed-icon a img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom:10px;
}


.nav-link:focus, .nav-link:hover{
    color: #fff !important;
}


img.img-fluid.rounded {
    box-shadow: 13px 13px 13px #00000070;
}


.mt-5 {
    margin-top: 6rem !important;
}





