/* Premium homepage theme for Vindhya Gramin Sangam */
:root {
  --brand-blue: #004a9f;
  --brand-blue-dark: #071d43;
  --brand-blue-soft: #edf5ff;
  --brand-magenta: #cf0348;
  --brand-rose: #8c135f;
  --brand-orange: #ff8500;
  --brand-ink: #101a2f;
  --brand-muted: #667085;
  --brand-line: rgba(16, 26, 47, 0.1);
  --brand-shadow: 0 22px 55px rgba(7, 29, 67, 0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--brand-ink);
  background: #ffffff;
  font-family: "Kumbh Sans", sans-serif;
}

a {
  color: var(--brand-blue);
}

a:hover {
  color: var(--brand-magenta);
  text-decoration: none;
}

.top-strip {
  position: relative;
  z-index: 1001;
  background: var(--brand-blue-dark);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
}

.top-strip-inner {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  padding: 8px 0;
}

.top-strip a,
.top-strip i {
  color: #ffffff;
}

#site-header.professional-header {
  top: 35px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(0, 74, 159, 0.12);
  box-shadow: 0 12px 35px rgba(7, 29, 67, 0.08);
}

#site-header.nav-fixed {
  top: 0;
  box-shadow: var(--brand-shadow);
}

#site-header .navbar {
  min-height: 82px;
}

#site-header .navbar-brand img {
  height: 58px !important;
  width: auto;
  object-fit: contain;
}

.navbar .navbar-nav .nav-link {
  color: var(--brand-ink) !important;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 14px !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link {
  color: var(--brand-blue) !important;
}

.dropdown-menu {
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  box-shadow: var(--brand-shadow);
  padding: 10px;
}

.dropdown-item {
  border-radius: 6px;
  font-weight: 600;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #ffffff;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-magenta));
}

.btn-style {
  border-radius: 6px !important;
  font-weight: 800 !important;
  letter-spacing: 0;
}

.btn-primary,
.btn-style.btn-primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-magenta) 100%) !important;
  border: 0 !important;
  box-shadow: 0 16px 28px rgba(207, 3, 72, 0.22);
}

.btn-primary:hover,
.btn-style.btn-primary:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #003a7d 0%, var(--brand-rose) 100%) !important;
  transform: translateY(-2px);
}

.btn-outline-light,
.btn-style.btn-outline-light {
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.btn-outline-light:hover,
.btn-style.btn-outline-light:hover {
  background: #ffffff !important;
  color: var(--brand-blue-dark) !important;
}

.bank-hero {
  position: relative;
  min-height: 670px;
  padding: 190px 0 80px;
  overflow: hidden;
  background: linear-gradient(112deg, #071d43 0%, #004a9f 52%, #8c135f 100%);
}

.inner-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 170px 0 90px;
  overflow: hidden;
  background: var(--brand-blue-dark);
}

.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 29, 67, 0.96) 0%, rgba(0, 74, 159, 0.76) 52%, rgba(140, 19, 95, 0.46) 100%),
    url("../images/slider-financial-service.jpg") center/cover no-repeat;
}

.about-hero::before {
  background:
    linear-gradient(90deg, rgba(7, 29, 67, 0.96) 0%, rgba(0, 74, 159, 0.76) 52%, rgba(140, 19, 95, 0.42) 100%),
    url("../images/about.jpg") center/cover no-repeat;
}

.inner-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff);
}

.inner-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.inner-hero-content h2 {
  color: #ffffff;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.06;
  margin: 0;
}

.inner-hero-content p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.75;
  margin: 24px 0 0;
}

.inner-trust-band {
  margin-top: -48px;
}

.about-copy {
  padding-left: 0;
  padding-right: 28px;
}

.about-copy p + p {
  margin-top: 14px;
}

.values-section {
  background: #ffffff;
}

.value-card {
  min-height: 285px;
}

.mission-section {
  background: var(--brand-blue-soft);
}

.bank-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 29, 67, 0.98) 0%, rgba(7, 29, 67, 0.82) 48%, rgba(7, 29, 67, 0.2) 100%),
    url("../images/about.jpg") center/cover no-repeat;
}

.bank-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff);
}

.hero-bg-panel {
  position: absolute;
  right: -140px;
  top: 130px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.hero-grid {
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 770px;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #5c92ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.section-eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.hero-copy h2 {
  color: #ffffff;
  font-size: 62px;
  font-weight: 800;
  line-height: 1.04;
  margin: 0;
}

.hero-copy p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.78;
  margin: 24px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-assurance span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  font-size: 14px;
}

.hero-assurance i {
  color: #75b4ff;
  margin-right: 7px;
}

.hero-visual {
  position: relative;
  z-index: 2;
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
  border-radius: 8px;
  border: 8px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.hero-stat-card {
  position: absolute;
  left: -44px;
  bottom: 36px;
  max-width: 230px;
  padding: 22px;
  color: var(--brand-ink);
  background: #ffffff;
  border-radius: 8px;
  box-shadow: var(--brand-shadow);
}

.hero-stat-card strong {
  display: block;
  color: var(--brand-blue);
  font-size: 34px;
  line-height: 1;
}

.hero-stat-card span {
  display: block;
  color: var(--brand-muted);
  font-size: 13px;
  line-height: 1.5;
  margin-top: 8px;
}

.trust-band {
  position: relative;
  z-index: 5;
  margin-top: -58px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  box-shadow: var(--brand-shadow);
}

.trust-grid div {
  padding: 28px 24px;
  border-right: 1px solid var(--brand-line);
}

.trust-grid div:last-child {
  border-right: 0;
}

.trust-grid strong {
  display: block;
  color: var(--brand-blue);
  font-size: 34px;
  line-height: 1;
}

.trust-grid span {
  display: block;
  color: var(--brand-muted);
  font-weight: 700;
  margin-top: 8px;
}

.professional-section {
  padding: 92px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading h3,
.section-copy h3 {
  color: var(--brand-blue-dark);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.16;
  margin: 0;
}

.section-heading p,
.section-copy p {
  color: var(--brand-muted);
  font-size: 16px;
  line-height: 1.75;
  margin: 18px 0 0;
}

.services-overview {
  background: #ffffff;
}

.service-card {
  display: block;
  min-height: 260px;
  padding: 30px;
  color: var(--brand-ink);
  background: #ffffff;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  box-shadow: 0 14px 35px rgba(7, 29, 67, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
  color: var(--brand-ink);
  border-color: rgba(0, 74, 159, 0.3);
  box-shadow: var(--brand-shadow);
  transform: translateY(-7px);
}

.service-icon {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-magenta));
  border-radius: 8px;
  font-size: 22px;
}

.service-card h4 {
  color: var(--brand-blue-dark);
  font-size: 20px;
  font-weight: 800;
  margin: 24px 0 12px;
}

.service-card p {
  color: var(--brand-muted);
  line-height: 1.7;
  margin: 0;
}

.split-section {
  background: var(--brand-blue-soft);
}

.image-frame img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--brand-shadow);
}

.section-copy {
  padding-left: 28px;
}

.feature-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.feature-list div {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: var(--brand-ink);
  font-weight: 700;
  padding: 16px;
  background: #ffffff;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
}

.feature-list i {
  color: var(--brand-blue);
  font-size: 18px;
  margin-top: 2px;
}

.loan-section {
  background:
    linear-gradient(90deg, rgba(7, 29, 67, 0.96), rgba(0, 74, 159, 0.92), rgba(140, 19, 95, 0.88)),
    url("../images/stats.jpg") center/cover no-repeat;
}

.section-heading.light h3,
.section-heading.light p,
.section-heading.light .section-eyebrow {
  color: #ffffff;
}

.loan-card {
  min-height: 250px;
  padding: 30px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.loan-card i {
  font-size: 34px;
  color: #8cc2ff;
}

.loan-card h4 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  margin: 24px 0 12px;
}

.loan-card p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.loan-card a {
  color: #ffffff;
  font-weight: 800;
}

.process-section {
  background: #ffffff;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.process-step {
  padding: 28px;
  background: #ffffff;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  box-shadow: 0 14px 35px rgba(7, 29, 67, 0.07);
}

.process-step span {
  color: var(--brand-magenta);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.process-step h4 {
  color: var(--brand-blue-dark);
  font-size: 20px;
  font-weight: 800;
  margin: 16px 0 10px;
}

.process-step p {
  color: var(--brand-muted);
  line-height: 1.65;
  margin: 0;
}

.professional-footer {
  color: rgba(255, 255, 255, 0.78);
  background: var(--brand-blue-dark);
}

.footer-main {
  position: relative;
  overflow: hidden;
  padding: 46px 0 28px;
  background:
    linear-gradient(135deg, rgba(7, 29, 67, 0.98), rgba(0, 44, 96, 0.98)),
    url("../images/stats.jpg") center/cover no-repeat;
}

.footer-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(207, 3, 72, 0.28), transparent 34%);
  pointer-events: none;
}

.footer-main .container {
  position: relative;
  z-index: 1;
}

.footer-label {
  display: inline-block;
  color: #8cc2ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(245px, 1fr) minmax(120px, 0.72fr) minmax(165px, 0.92fr) minmax(155px, 0.86fr);
  gap: 38px;
  align-items: start;
  padding-top: 0;
}

.footer-logo {
  display: inline-flex;
  max-width: 135px;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-brand p {
  max-width: 310px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.62;
  margin: 14px 0 0;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.footer-badges span {
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.footer-column h4 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  margin: 4px 0 20px;
}

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

.footer-column li {
  margin-bottom: 13px;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-column a:hover {
  color: #ffffff;
  padding-left: 4px;
}

.footer-contact-row {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 1.7fr;
  gap: 16px;
  margin-top: 28px;
}

.footer-contact-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 14px;
  align-items: center;
  min-height: 96px;
  padding: 20px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.footer-contact-card:hover {
  color: #ffffff;
  border-color: rgba(140, 194, 255, 0.55);
}

.footer-contact-card i {
  grid-row: span 2;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-magenta));
  border-radius: 8px;
}

.footer-contact-card span {
  color: #8cc2ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.footer-contact-card strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.footer-bottom {
  padding: 18px 0;
  background: #041532;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  margin: 0;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  margin-left: 18px;
}

.footer-bottom a:hover {
  color: #ffffff;
}

#movetop {
  background: var(--brand-magenta);
  border-radius: 50%;
  box-shadow: 0 12px 25px rgba(207, 3, 72, 0.3);
}

#movetop:hover {
  background: var(--brand-blue);
}

@media (max-width: 991px) {
  .top-strip {
    display: none;
  }

  #site-header.professional-header {
    top: 0;
  }

  #site-header .navbar-brand img {
    height: 50px !important;
  }

  .bank-hero {
    min-height: auto;
    padding: 135px 0 70px;
  }

  .inner-hero {
    min-height: auto;
    padding: 135px 0 80px;
  }

  .hero-copy h2 {
    font-size: 44px;
  }

  .inner-hero-content h2 {
    font-size: 44px;
  }

  .hero-visual {
    margin-top: 42px;
  }

  .hero-stat-card {
    left: 22px;
  }

  .trust-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-grid div:nth-child(2) {
    border-right: 0;
  }

  .trust-grid div:nth-child(-n+2) {
    border-bottom: 1px solid var(--brand-line);
  }

  .section-copy {
    padding-left: 0;
  }

  .about-copy {
    padding-right: 0;
  }

  .footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-contact-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .hero-copy h2 {
    font-size: 36px;
  }

  .inner-hero-content h2 {
    font-size: 36px;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .inner-hero-content p {
    font-size: 16px;
  }

  .professional-section {
    padding: 68px 0;
  }

  .section-heading h3,
  .section-copy h3 {
    font-size: 30px;
  }

  .footer-grid {
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .bank-hero {
    padding-top: 118px;
  }

  .inner-hero {
    padding-top: 118px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    text-align: center;
  }

  .trust-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid div {
    border-right: 0;
    border-bottom: 1px solid var(--brand-line);
  }

  .trust-grid div:last-child {
    border-bottom: 0;
  }

  .hero-stat-card {
    position: static;
    max-width: none;
    margin-top: -24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-main {
    padding-top: 52px;
  }

  .footer-bottom a {
    margin-left: 0;
    margin-right: 14px;
  }
}
