
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
}
.nav-link { font-size: 18px;}
.bg1{ background-color: #3d4e58; columns: #fff;}
.bg2{ background-color: #ffc20f; columns: #fff;}
.bg3{ background-color: #f4f4f4 ; columns: #fff;}
.bg4{ background-color: #b0b9bf ; columns: #fff;}
.bg5{ background-color: #e6ac00 ; columns: #fff;}
.bg6{ background-color: #ffcf40 ; columns: #fff;}
.bg7{ background-color: #469850 ; columns: #fff;}
.bg8{ background-color: #333; columns: #fff;}

.top a:link{ color:#3d4e58; text-decoration: none; }
.top a:hover{ color:#469850; }
.top a:visited{ color:#3d4e58; text-decoration: none; }

.footer_menu a:link{ color:#f4f4f4; text-decoration: none; }
.footer_menu a:hover{ color:#ffcf40; }
.footer_menu a:visited{ color:#f4f4f4; text-decoration: none; }
.logo{ width: 280px; }

.homebanner p, li { font-size: 1.2rem; }
#emiResults p {font-size: 0.8rem;}
.homebanner ul {   padding-left: 0px; }
.homebanner li { list-style:none; margin-left: 0px; }
h1, h2, h3, h4, h5, h6 {
  color: #3d4e58;
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-size: 42px;
}
.is-invalid {
  border-color: #dc3545;
}

h2 {   font-size: 36px;}
h3 {   font-size: 24px; }
p {
  font-size: 16px;
  line-height: 1.6;
  color: #3d4e58;
}

.highlight {
  color: #ffc20f;
  font-weight: 600;
}
.tit h2{ color: #fff;}
.tit p{ color: #fff;}
.appicon {   }

.appicon2{  max-height: 125px !important; }

.icon1{ max-height: 80px;
    margin-bottom: 15px;
    border-radius: 25px;
    border: #3d4e58 solid 1px;
        width: auto;
    padding: 10px; }
.icon2{ max-height: 80px; margin-bottom: 15px;     width: auto;}
.btn {
    padding: 15px 20px;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    border: 0;
    cursor: pointer;
    text-align: center;
    line-height: 1.45;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
    .step { display: none; }
    .step.active { display: block; }
    .form-section { padding: 40px 20px; background: #fff; border-radius: 8px; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
    .symbol { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); }
    .form-floating .form-control { padding-left: 2rem; }
    .customer {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.customer:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.customer img {
  max-height: 150px;
  margin-bottom: 15px;
}

.customer ul {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 4px;
}

.customer ul li i {
  color: #ffc107; /* gold star color */
  font-size: 1.2rem;
}

.customer p {
  font-size: 1rem;
  color: #333;
}
.form_list li{ font-size: 0.9rem; }
.step h2 { font-weight: bold; }
.btn-primary {
  background-color: #3d4e58;
  border-color: #3d4e58;
  color: #fff;
}

.btn-primary:hover {
  background-color: #2f3e46;
  border-color: #2f3e46;
}

.btn-warning {
  background-color: #ffc20f;
  border-color: #ffc20f;
  color: #1a1a1a;
}

.btn-warning:hover {
  background-color: #ffcf40;
  border-color: #ffcf40;
}
 .bank-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  justify-content: flex-start;
}
.box {
  cursor: pointer;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  transition: transform 0.3s, box-shadow 0.3s, opacity 0.5s, transform 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 160px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  /* Initial state for animation */
  opacity: 0;
  transform: translateY(20px);
}
.box.visible {
  opacity: 1;
  transform: translateY(0);
}
.box:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}
.bank_logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s;
}
.box:hover .bank_logo {
  transform: scale(1.1);
}

#otherBankBtn {
  background: #043D58;
  border-color: #0435D8;
  color: #fff;
  border-radius: 5px;
  transition: background 0.3s, transform 0.3s;
}
#otherBankBtn:hover { background: #032c45; transform: scale(1.05); }


@include media-breakpoint-up(md) {  
 


 }