* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.bankstore-header {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000
}
.header-inner {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 5%
}
.logo img {
  height: 40px;
  width: auto
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 20px
}
.nav-links a {
  text-decoration: none;
  color: #2a1f4f;
  font-weight: 500;
  transition: .3s;
  font-size: 15px
}
.nav-links a:hover {
  color: #0071bc
}
.contact-btn {
  background: #0071bc;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 600;
  transition: .3s
}
.contact-btn:hover {
  background: #22b5f3
}
.dropdown {
  position: relative
}
.dropbtn {
  background: none;
  border: none;
  color: #2a1f4f;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 15px;
  transition: .3s;
  position: relative
}
.dropbtn:hover {
  color: #0071bc
}
.dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 210px;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
  display: none;
  flex-direction: column;
  padding: 8px 0;
  z-index: 9999
}
.dropdown-content a {
  display: block;
  padding: 10px 15px;
  color: #2a1f4f;
  text-decoration: none
}
.dropdown-content a:hover {
  background: #f3f8ff;
  color: #0071bc
}
.dropdown:hover .dropdown-content {
  display: block
}
.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: #0071bc
}
.home-loan-hero-section {
  padding: 60px 5%;
  background: #fff;
  width: 100%
}
.hero-container {
  max-width: 1400px;
  margin: 0 auto
}
.home-loan-hero {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 50px;
  align-items: center
}
.hero-content-left {
  position: relative
}
.hero-title {
  font-size: 2.5em;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px
}
.hero-subtitle {
  font-size: 1.05em;
  color: #555;
  line-height: 1.7;
  margin-bottom: 35px
}
.hero-illustration {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 35px
}
.illustration-img {
  width: 200px;
  height: auto;
  flex-shrink: 0
}
.exclusive-box {
  background: linear-gradient(135deg, #f8f9ff, #e8f0ff);
  border-radius: 16px;
  padding: 25px;
  border-left: 4px solid #0071bc
}
.exclusive-title {
  font-size: 1.4em;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 18px
}
.exclusive-title .highlight {
  color: #0071bc
}
.benefit-list {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: .98em;
  color: #333
}
.benefit-icon {
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #0071bc, #4a90e2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px
}
.benefit-icon svg {
  width: 14px;
  height: 14px;
  fill: #fff
}
.hero-form-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .12);
  border: 1px solid #e8e8e8;
  position: sticky;
  top: 80px
}
.form-header {
  text-align: center;
  margin-bottom: 25px
}
.form-title {
  font-size: 1.5em;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 8px
}
.form-subtitle {
  font-size: .92em;
  color: #666;
  line-height: 1.5
}
.hero-form {
  display: flex;
  flex-direction: column;
  gap: 16px
}
.form-group {
  position: relative
}
.form-input {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: .95em;
  color: #333;
  transition: .3s;
  font-family: 'Segoe UI', sans-serif
}
.form-input:focus {
  outline: none;
  border-color: #0071bc;
  box-shadow: 0 0 0 4px rgba(0, 113, 188, .1)
}
.form-input::placeholder {
  color: #999
}
.phone-input-wrapper {
  display: flex;
  gap: 10px;
  align-items: center
}
.country-code {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 12px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  background: #f8f9fa;
  font-size: .95em;
  color: #333;
  white-space: nowrap
}
.flag-icon {
  width: 24px;
  height: 16px;
  border-radius: 2px
}
.submit-btn {
  background: linear-gradient(135deg, #0071bc, #4a90e2);
  color: #fff;
  padding: 16px;
  border: none;
  border-radius: 10px;
  font-size: 1.05em;
  font-weight: 600;
  cursor: pointer;
  transition: .3s;
  margin-top: 8px;
  box-shadow: 0 4px 15px rgba(0, 113, 188, .3)
}
.submit-btn:hover {
  background: linear-gradient(135deg, #005b99, #357abd);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 113, 188, .4)
}
.form-footer {
  font-size: .8em;
  color: #777;
  text-align: center;
  margin-top: 12px;
  line-height: 1.5
}
.form-footer a {
  color: #0071bc;
  text-decoration: none
}
.form-footer a:hover {
  text-decoration: underline
}
.main-footer {
  background: #0a3d62;
  color: #fff;
  padding: 60px 5% 20px;
  width: 100%
}
.footer-container {
  max-width: 1400px;
  margin: 0 auto
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
  margin-bottom: 30px
}
.footer-section h3 {
  color: #22b5f3;
  margin-bottom: 15px;
  font-size: 1.1em
}
.footer-section p, .footer-section ul {
  line-height: 1.8;
  font-size: .95em
}
.footer-section ul {
  list-style: none;
  padding: 0
}
.footer-section ul li {
  margin-bottom: 8px
}
.footer-section a {
  color: #fff;
  text-decoration: none;
  transition: .3s
}
.footer-section a:hover {
  color: #22b5f3
}
.footer-bottom {
  background: #082d47;
  color: #fff;
  text-align: center;
  padding: 20px 5%;
  width: 100%
}
@media(max-width:992px) {
  .menu-toggle {
    display: block
  }
  .nav-links {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    box-shadow: 0 6px 15px rgba(0, 0, 0, .1);
    padding: 20px 0
  }
  .nav-links.active {
    display: flex
  }
  .nav-links a, .dropbtn {
    padding: 12px 0;
    text-align: center;
    border-bottom: 1px solid #eee
  }
  .dropdown-content {
    position: static;
    box-shadow: none
  }
  .contact-btn {
    margin: 10px auto;
    display: inline-block
  }
}
@media(max-width:1024px) {
  .home-loan-hero {
    grid-template-columns: 1fr;
    gap: 40px
  }
  .hero-form-card {
    position: static;
    max-width: 500px;
    margin: 0 auto;
    top: 0
  }
  .hero-illustration {
    flex-direction: column;
    align-items: flex-start
  }
  .illustration-img {
    width: 160px
  }
}
@media(max-width:768px) {
  .hero-title {
    font-size: 2em
  }
  .hero-subtitle {
    font-size: .98em
  }
  .exclusive-title {
    font-size: 1.2em
  }
  .hero-form-card {
    padding: 25px
  }
  .form-title {
    font-size: 1.3em
  }
  .phone-input-wrapper {
    flex-direction: column;
    gap: 12px
  }
  .country-code {
    width: 100%;
    justify-content: center
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px
  }
}
@media(max-width:480px) {
  .home-loan-hero-section {
    padding: 40px 4%
  }
  .hero-title {
    font-size: 1.75em
  }
  .hero-subtitle {
    font-size: .92em
  }
  .illustration-img {
    width: 140px
  }
  .exclusive-box {
    padding: 20px
  }
  .hero-form-card {
    padding: 20px
  }
}
.language-box {
  margin-left: 15px
}
.language-box select {
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 14px
}
.eligibility-card {
  background: #eaf3ff;
  border-radius: 14px;
  transition: .3s;
  border: 1px solid #d8e6ff
}
.eligibility-card:hover {
  background: #0071bc;
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 113, 188, .25)
}
.eligibility-card:hover h6, .eligibility-card:hover p, .eligibility-card:hover h5 {
  color: #fff !important
}
.eligibility-card img {
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
  transition: .3s
}
.eligibility-card:hover img {
  transform: scale(1.05)
}
.amt-btn {
  background: #f5f8ff;
  border: 1px solid #d7e3ff;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px
}
.amt-btn.active, .amt-btn:hover {
  background: #0056d2;
  color: #fff;
  border-color: #0056d2
}
@media(max-width:900px) {
  section > div {
    grid-template-columns: 1fr !important
  }
}
.faq-container {
  max-width: 800px;
  margin: auto
}
.faq-item {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 5px
}
.faq-question {
  width: 100%;
  background: #f9fafb;
  border: none;
  outline: none;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  padding: 15px 18px;
  border-radius: 10px;
  cursor: pointer;
  transition: .3s
}
.faq-question:hover {
  background: #eef4ff;
  color: #004aad
}
.faq-answer {
  display: none;
  background: #fff;
  padding: 12px 18px 18px;
  color: #444;
  font-size: 15px;
  line-height: 1.6;
  border-left: 3px solid #004aad;
  border-radius: 0 0 10px 10px;
  animation: fadeIn .3s ease-in
}
.faq-item.active .faq-answer {
  display: block
}
@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.contact-section {
  background: #f9fcff;
  padding: 80px 20px;
  text-align: center
}
.section-title {
  color: #007bff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px
}
.section-subtitle {
  color: #444;
  font-size: 1.05rem;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6
}
.contact-form {
  background: #fff;
  border: 1px solid #e1ecf4;
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0, 123, 255, .1);
  padding: 40px 30px;
  max-width: 950px;
  margin: 0 auto;
  transition: .3s
}
.contact-form:hover {
  box-shadow: 0 8px 35px rgba(0, 123, 255, .15)
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px
}
input, select {
  flex: 1;
  padding: 2px 2px;
  border: 1px solid #5495d9;
  border-radius: 8px;
  font-size: 1rem;
  transition: .3s
}
input:focus, select:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, .1)
}
.btn-submit {
  background: #007bff;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  padding: 14px 36px;
  border-radius: 10px;
  cursor: pointer;
  transition: .3s
}
.btn-submit:hover {
  background: #005dc1
}
.form-note {
  color: #555;
  font-size: .9rem;
  margin-top: 15px
}
@media(max-width:768px) {
  .form-row {
    flex-direction: column
  }
  .btn-submit {
    width: 100%
  }
}
.social-icons {
  display: flex;
  gap: 14px;
  margin-top: 20px
}
.social-icons .social {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .15);
  border-radius: 50%;
  text-decoration: none;
  transition: .3s
}
.social-icons .social i {
  color: #fff !important;
  font-size: 16px
}
.social-icons .social:hover {
  background: #22b5f3;
  transform: translateY(-3px)
}