@font-face {
  font-family: 'Avenir Next Cyr';
  src: url('../font/AvenirNextCyr.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url('../font/AvenirNextCyr-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: 'Avenir Next Cyr', sans-serif !important;
}

iframe {
  border-radius: 15px;
}

/* Navbar */
.navbar {
  background: #fff;
  padding: 18px 1rem;
}

.custom-rate {
  font-weight: 750;
  font-style: Bold;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0px;
  text-align: center;
}

/* Brand Logo */
.navbar-brand img {
  height: 32px;
}

/* Nav Links */
.navbar-nav .nav-link {
  color: rgba(99, 115, 129, 1);
  font-size: 15px;
  font-weight: 500;
  padding: 8px 12px;
  position: relative;
}

/* Underline effect */
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: rgba(12, 84, 160, 1);
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}

/* Dropdown caret (mdi icon) */
.nav-link.dropdown-toggle::after {
  display: none;
}

.nav-link.dropdown-toggle .mdi {
  font-size: 14px;
  margin-left: 4px;
  vertical-align: middle;
}

/* Buttons */
.btn-login {
  border: 1px solid #0c54a0;
  color: #0c54a0;
  background: transparent;
  font-weight: 500;
  font-size: 14px;
  padding: 6px 16px;
  margin-right: 8px;
}

.btn-login:hover {
  background-color: #0c54a0;
  color: #fff;
}

.btn-apply {
  background-color: #0c54a0;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 6px 18px;
}

.btn-apply:hover {
  background-color: #083b73;
}

/* Hero Section */
.hero-section {
  position: relative;
  /* min-height: 100vh; */
  font-family: 'Avenir Next Cyr', sans-serif;
}

.text-primary {
  color: #083b73 !important;
}

.hero-bg img {
  object-fit: cover;
  height: 600px;
}

.hero-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}

.gold-loan-text {
  font-family: 'Avenir Next Cyr', sans-serif;
  font-weight: 700;
  font-size: 150px;
  bottom: -122px;
  position: absolute;
  line-height: 100%;
  letter-spacing: 4px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.88) 12.49%,
      rgba(255, 255, 255, 0) 79.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a {
  text-decoration: none !important;
}

@media (max-width: 992px) {
  .gold-loan-text {
    font-size: 60px;
    bottom: -75px;
  }

  .glass-card-main {
    gap: 5px !important;
  }

  .custom-rate {
    font-size: 20px;
    line-height: normal;
  }

  .hero-title {
    text-align: center;
    font-size: 25px;
  }

  .small-box strong {
    font-size: 1rem !important;
  }

  .about-section {
    margin: 10px;
  }
}

@media (max-width: 768px) {

  .about-section h2,
  .faq-header h2 {
    font-size: 25px !important;
  }

  .about-section {
    padding: 25px !important;
  }

  .article-blog {
    flex-direction: column;
  }

  .section-header p {
    width: 100%;
    text-align: center;
    margin: auto;
  }

  .section-header {
    margin-bottom: 20px !important;
  }

  .faq-container {
    padding: 0 !important;
  }
}

.bottom-loc {
  bottom: -200px;
}

/* Glass Card */
.small-box,
.glass-card,
.btn-apply1 {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

/* Top two boxes for loan amount and tenure */
.small-box {
  background: rgba(208, 208, 208, 0.07);
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.small-box strong {
  font-size: 1.25rem;
}

/* Main card with the glass effect */
.glass-card {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
}

.glass-card h2 {
  font-size: 4rem;
  /* Big '12%' text */
  line-height: 1;
}

.glass-card .fs-5 {
  font-weight: 400;
  /* 'p.a.' should not be bold */
}

.glass-card p {
  color: #e0e0e0;
  /* Slightly dimmer text */
}

/* Custom style for the 'Apply Now' button */
.btn-apply1 {
  width: 150px;
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 9px 0.75rem;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-primary {
  background-color: #2c5aa0 !important;
}

.btn-apply1:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

/* Section Styling */
.products-section {
  font-family: 'Avenir Next Cyr', sans-serif;
}

/* Portfolio Badge */
.portfolio-badge {
  background-color: rgba(12, 84, 160, 0.1);
  color: #0c54a0;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 35px;
}

/* Product Cards */
.product-card {
  background: linear-gradient(180deg,
      #ffffff 0%,
      rgba(243, 247, 255, 0.5) 100%);
  border: 1px solid #eaf5ff;
  box-shadow: 0px 0px 11px 0px #dcefff33;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  min-height: 214px;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 20px rgba(12, 84, 160, 0.15);
}

.product-card i {
  color: #0c54a0;
}

.calculator-container {
  max-width: 1320px;
  margin: 0 auto;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.header {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-bottom: 1px solid #e9ecef;
}

.header h2 {
  color: #2c5aa0;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px 0;
}

.header p {
  color: #6c757d;
  font-size: 14px;
  margin: 0;
}

.tabs-container {
  background: #fff;
  padding: 0 20px;
  border-bottom: 1px solid #e9ecef;
}

.nav-pills {
  border: none;
  gap: 0;
}

.nav-pills .nav-link {
  background: transparent;
  border: none;
  color: #6c757d;
  font-size: 14px;
  padding: 15px 20px;
  border-radius: 0;
  position: relative;
}

.nav-pills .nav-link.active {
  background: transparent;
  color: #2c5aa0;
  font-weight: 600;
}

.nav-pills .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #2c5aa0;
}

.main-content {
  display: flex;
  min-height: 500px;
}

.left-panel {
  flex: 1;
  padding: 40px;
  background: #fff;
}

.right-panel {
  flex: 1;
  padding: 40px;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form-group {
  margin-bottom: 30px;
}

.form-label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  display: block;
}

.form-select {
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 12px;
  font-size: 14px;
  width: 100%;
}

.range-container {
  position: relative;
}

.range-input {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #e9ecef;
  outline: none;
  -webkit-appearance: none;
  margin-bottom: 15px;
}

.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c5aa0;
  cursor: pointer;
  border: 3px solid white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.range-input::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c5aa0;
  cursor: pointer;
  border: 3px solid white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #6c757d;
  margin-bottom: 8px;
}

.value-display {
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.chart-container {
  width: 280px;
  height: 280px;
  position: relative;
  margin-bottom: 30px;
}

.donut-chart {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  background: conic-gradient(#2c5aa0 0 var(--principal-percent),
      #94a3b8 var(--principal-percent) 100%);
}

.donut-chart::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 50px;
  width: 180px;
  height: 180px;
  background: #f8f9fa;
  border-radius: 50%;
}

.chart-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

.chart-center h3 {
  font-size: 12px;
  color: #6c757d;
  margin: 0 0 5px 0;
  font-weight: 500;
}

.chart-center .amount {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.legend {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  gap: 20px;
}

.legend-item {
  text-align: center;
  flex: 1;
}

.legend-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.legend-color.principal {
  background: #2c5aa0;
}

.legend-color.interest {
  background: #94a3b8;
}

.legend-label {
  font-size: 12px;
  color: #6c757d;
  display: block;
  margin-bottom: 4px;
}

.legend-value {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.emi-result {
  background: #2c5aa0;
  color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  max-width: 280px;
}

.emi-label {
  font-size: 14px;
  margin-bottom: 5px;
}

.emi-amount {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.apply-btn {
  background: #2c5aa0;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}

.apply-btn:hover {
  background: #1e3d72;
}

.disclaimer {
  font-size: 11px;
  color: #6c757d;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .main-content {
    flex-direction: column;
  }

  .left-panel,
  .right-panel {
    padding: 20px;
  }

  .chart-container {
    width: 240px;
    height: 240px;
  }

  .donut-chart::before {
    top: 40px;
    left: 40px;
    width: 160px;
    height: 160px;
  }
}

.about-section {
  background: linear-gradient(135deg, #0d6efd, #0056b3);
  color: #fff;
  padding: 60px 30px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.about-section h2 {
  font-weight: 700;
}

.stats-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.stats-item {
  text-align: center;
}

.stats-item h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* Glass Cards */
.about-section-wrapper {
  max-width: 1320px;
  margin: auto;
}

.about-section {
  /* Layering a semi-transparent gradient over a background image */
  background: linear-gradient(110deg,
      rgba(1, 80, 185, 0.95) 0%,
      rgba(3, 100, 222, 0.9) 100%),
    url('https://images.unsplash.com/photo-1576091160550-2173dba999ef?q=80&w=2070&auto=format&fit=crop') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 50px 45px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.company-badge {
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(12, 84, 160, 1);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-block;
}

.about-section h2 {
  font-weight: 800;
  font-size: 26px;
  line-height: 1.3;
  margin-top: 1rem;
}

.about-section>.row>.col-lg-7>p {
  color: #e0e0e0;
  max-width: 90%;
}

/* --- Stats Section --- */
.stats-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  padding-top: 25px;
}

.stats-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 10px;
}

/* Creates the vertical divider */
.stats-item:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.stats-item:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.stats-item:nth-child(1) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.stats-item-icon {
  width: 40px;
  height: 40px;
}

.stats-item-text h3 {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1;
}

.stats-item-text p {
  font-size: 0.9rem;
  margin-bottom: 0;
  color: #d0d0d0;
}

/* --- Glass Cards Section --- */
.glass-card-main {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 20px;
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
  transition: background 0.3s ease;
}

.glass-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 20px;
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: background 0.3s ease;
}

.glass-card:last-child {
  margin-bottom: 0;
}

.glass-card:hover {
  background: rgba(255, 255, 255, 0.15);
}

.glass-card-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.glass-card h5 {
  font-weight: 700;
  margin-bottom: 5px;
}

.glass-card p {
  font-size: 0.95rem;
  color: #e0e0e0;
  margin-bottom: 0;
  line-height: 1.6;
}

.card-link-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #0c54a0;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
  font-size: 24px;
  transition: background-color 0.3s ease;
}

.card-link-icon:hover {
  background-color: #083c70;
}

.card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card {
  border-radius: 10px;
  border: 1px solid #0c54a0;
}

.section-title h2,
.section-title p {
  color: #333;
}

.btn-primary-custom {
  background-color: #0c54a0;
  border-color: #0c54a0;
  color: white;
}

.btn-primary-custom:hover {
  background-color: #083c70;
  border-color: #083c70;
}

.card-body h5 {
  font-weight: bold;
  color: #333;
}

.card-body p {
  color: #666;
}

.card-footer-link {
  color: #0c54a0;
  font-weight: bold;
}

.card-footer-link:hover {
  text-decoration: underline;
}

.card-img-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.faq-container {
  border-radius: 1rem;
  padding: 3rem;
  background-color: #fff;
}

.faq-header {
  text-align: center;
  margin-bottom: 2rem;
}

.faq-header .subtitle {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  background-color: rgba(24, 71, 132, 0.08);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(12, 84, 160, 1);
  margin-bottom: 1rem;
}

.faq-header h2 {
  font-weight: 700;
  color: #212529;
}

.faq-tabs {
  text-align: center;
  margin-bottom: 2.5rem !important;
}

.faq-tabs .btn-group {
  border-radius: 0.5rem;
  padding: 4px;
  gap: 8px;
}

.faq-tabs .btn {
  border-radius: 0.5rem !important;
  border: none;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
}

.faq-tabs .btn.btn-primary.active {
  background-color: #0d2c5a;
}

.faq-tabs .btn.btn-outline-primary {
  color: #6c757d;
  background-color: transparent;
}

.faq-tabs .btn.btn-outline-primary:hover {
  background-color: #f8f9fa;
}

/* --- Accordion Customization --- */
.accordion {
  --bs-accordion-border-color: #dee2e6;
  --bs-accordion-border-width: 0;
  /* Remove default side borders */
  --bs-accordion-border-radius: 0;
  --bs-accordion-btn-focus-box-shadow: none;
}

.accordion-item {
  border-bottom: 1px solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border-radius: 0;
}

.accordion-button {
  font-weight: 600;
  color: #212529;
  padding: 1.5rem 1rem;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.accordion-button::after {
  /* Remove default Bootstrap icon */
  background-image: none;

  /* Custom icon styles for the '+' */
  content: '+';
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  background-color: #0c54a0;

  width: 28px;
  height: 28px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  /* Center the symbol better */

  flex-shrink: 0;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  /* Change content to '−' when expanded */
  content: '−';
  background-image: none !important;
  transform: rotate(0deg);
  /* Prevent rotation */
}

.footer-container {
  background-color: #0c54a0;
  color: #fff;
  padding: 50px 58px 20px 58px;
  border-radius: 15px;
}

.footer-links h5 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 16px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover {
  color: white;
}

.footer-contact h5 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}

.footer-contact p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.footer-contact a:hover {
  color: white;
}

.contact-highlight {
  border-radius: 8px;
  margin-bottom: 20px;
}

.footer-separator {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 20px 0 20px 0;
}

.footer-social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-right: 10px;
  color: white;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer-social-icons a:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.footer-app-store span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  margin-right: 15px;
}

.footer-app-store img {
  height: 40px;
  margin-left: 8px;
}

.footer-bottom {
  margin: auto;
  padding: 20px 0;
  /* width: 1320px; */
}

.footer-bottom p,
.footer-bottom a {
  color: rgba(99, 115, 129, 1);
  font-size: 13px;
  margin: 0;
}

.footer-bottom a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom a:hover {
  color: white;
}

.company-tag {
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
}

@media (max-width: 768px) {
  .footer-container {
    text-align: center;
  }

  .footer-social-icons {
    justify-content: center !important;
    margin-bottom: 20px;
  }

  .footer-app-store {
    justify-content: center !important;
    flex-direction: column;
  }

  .footer-app-store span {
    margin-bottom: 10px;
  }
}

.section-badge {
  display: inline-block;
  padding: 6px 14px;
  background-color: rgba(24, 71, 132, 0.08);
  color: rgba(12, 84, 160, 1);
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.section-header h2 {
  font-weight: 700;
  color: #212529;
}

.section-header p {
  color: #6c757d;
  max-width: 80%;
}

.btn-primary-custom {
  background-color: #0d2c5a;
  border-color: #0d2c5a;
  color: #fff;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  /* Prevents button from wrapping */
}

.btn-primary-custom:hover {
  background-color: #092143;
  border-color: #092143;
  color: #fff;
}

/* --- Card Styling --- */
.blog-card {
  border: none;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  /* Important for the image overlay */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.card-img-wrapper {
  position: relative;
}

/* Dark overlay on the image */
.card-img-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.blog-card .card-img-top {
  border-radius: 0;
  /* Let the card handle the rounding */
}

.blog-card .card-body {
  padding: 20px;
  /* Extra top padding so text doesn't hit the arrow button */
  padding-top: 40px;
}

.blog-card .card-title {
  font-weight: 600;
  color: #212529;
}

.blog-card .card-text {
  color: #6c757d;
  font-size: 0.95rem;
}

/* Circular Arrow Button */
.card-link-icon {
  position: absolute;
  bottom: 48%;
  right: 8px;
  transform: translateY(50%);
  z-index: 25;
  width: 50px;
  height: 50px;
  background-color: rgba(12, 84, 160, 1);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.4);
  transition: background-color 0.3s ease, opacity 0.3s ease, box-shadow 0.3s;
  opacity: 0.85;
}

.card-link-icon:hover {
  background-color: white;
  border: 1px solid rgba(12, 84, 160, 1);
  opacity: 1;
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.25);
}

.card-link-icon:hover .mdi-arrow-right {
  color: rgba(12, 84, 160, 1);
}

/* Read More Link */
.read-more-link {
  font-weight: 600;
  text-decoration: none;
  color: #6952a2;
}

.read-more-link:hover {
  color: #4c3c76;
}

.location-section {
  padding: 50px 0;
}

.map-box {
  height: 350px;
}

.address-box {
  padding: 20px;
  border-left: 3px solid #0c54a0;
}

.address-box-right {
  padding: 20px;
  border-right: 3px solid #0c54a0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.address-box-right h3 {
  color: #0c54a0;
  font-weight: 600;
}

.address-box h3 {
  color: #0c54a0;
  font-weight: 600;
}

.btn-primary {
  background-color: #0c54a0;
  border-color: #0c54a0;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 500;
}

.btn-primary:hover {
  background-color: #fff !important;
  border-color: #083d76 !important;
  color: #083d76 !important;
}

.content-section {
  padding: 60px 0;
}

.content-card {
  background: transparent;
  /* No background box */
  border: none;
  /* No border */
  box-shadow: none;
  /* No shadow */
  padding: 0;
}

.content-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0c54a0;
  margin-bottom: 20px;
}

.content-card ul {
  list-style: none;
  padding-left: 0;
}

.content-card ul li {
  margin-bottom: 18px;
  padding-left: 35px;
  position: relative;
  font-size: 1rem;
  line-height: 1.6;
}

.content-card ul li::before {
  content: '✔';
  position: absolute;
  left: 0;
  top: 0;
  color: #0c54a0;
  font-weight: bold;
}

.highlight-box {
  background: #eef4fb;
  border-left: 5px solid #0c54a0;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 8px;
  font-size: 0.95rem;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1px;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
  width: 300px;
}

.document-list li:nth-child(1)::before {
  content: '(i)';
}

.document-list li:nth-child(2)::before {
  content: '(ii)';
}

.document-list li:nth-child(3)::before {
  content: '(iii)';
}

.document-list li:nth-child(4)::before {
  content: '(iv)';
}

.document-list li:nth-child(5)::before {
  content: '(iv)';
}

/* Replicating the repeated number */
.document-list li:nth-child(6)::before {
  content: '(v)';
}

.enn-hero-text {
  text-align: center;
  padding: 60px 0px 30px;
}

.enn-hero-text h2 {
  font-size: 47px;
  font-weight: bolder;
  color: #000;
}

.enn-hero-text h2 .enn-highlight {
  color: #0c54a0;
}

.enn-hero-text p {
  font-size: 33px;
  color: rgba(99, 115, 129, 1);
  font-weight: 400;
  margin: 0px 42px;
}

.enn-divider {
  border-top: 2px solid #0c54a0;
  margin: 40px auto;
  width: 95%;
}

/* About Section */
.enn-about-section {
  padding: 40px 0;
}

.enn-about-section h5 {
  font-size: 0.9rem;
  background: #eef4fb;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 20px;
  color: #0c54a0;
  font-weight: 600;
}

.enn-about-section h3 {
  font-weight: 700;
  margin: 10px 0;
  font-size: 38px;
}

.enn-about-section p {
  color: #444;
  line-height: 1.6;
}

.enn-feature-box {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.enn-feature-box i {
  font-size: 1.5rem;
  color: #0c54a0;
  flex-shrink: 0;
}

.enn-feature-box h6 {
  font-weight: 700;
  margin-bottom: 5px;
}

.enn-about-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.enn-vision-section {
  position: relative;
  color: #fff;
}

.enn-vision-bg {
  background: url('../images/about_ban.png') center/cover no-repeat;
  min-height: 395px;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
}

.enn-vision-overlay {
  background: rgba(45, 43, 52, 0.8);
  width: 100%;
  height: 395px;
  position: absolute;
  top: 0;
  left: 0;
}

.enn-vision-content {
  position: relative;
  z-index: 2;
  padding: 60px 20px;
}

.enn-vision-label {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.enn-vision-heading {
  font-size: 2rem;
  font-weight: 700;
}

.enn-vision-box {
  background: #0c54a0;
  color: #fff;
  border-radius: 0px 12px 12px 0px;
  padding: 45px 35px;
  margin-top: -50px;
  position: relative;
  z-index: 3;
  max-width: 900px;
}

.enn-vision-section .enn-vision-icon {
  border-radius: 12px 0px 0px 12px;
  margin-top: -50px;
  position: relative;
  z-index: 3;
  width: 300px;
}

.enn-vision-box h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.enn-vision-box p {
  margin: 0;
  width: 803px;
  font-size: 1rem;
  line-height: 1.5;
}

.posi-cont {
  position: relative;
  bottom: 100px;
}

.enn-mission-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

.enn-mission-desc {
  font-size: 1rem;
  color: #444;
  margin-bottom: 25px;
}

.enn-mission-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.enn-mission-stat {
  text-align: center;
  padding: 10px;
}

.enn-mission-stat:not(:last-child) {
  border-right: 1px solid rgba(222, 226, 230, 1);
}

.enn-mission-stat h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0c54a0;
  margin-bottom: 5px;
}

.enn-mission-stat p {
  font-size: 0.9rem;
  margin: 0;
  color: #0c54a0;
}

.enn-mission-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

/* .enn-mission-img::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: #0c54a0;
  width: 100%;
  height: 30%;
  border-radius: 0 0 12px 12px;
  z-index: 1;
} */
.enn-mission-img img {
  position: relative;
  z-index: 2;
  width: 85%;
  border-radius: 12px;
}

@media (max-width: 991px) {
  .enn-mission-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

.enn-director-card {
  background: #0c54a0;
  border-radius: 12px;
  padding-left: 36px;
  padding-top: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.values-section .section-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #212529;
}

.values-section .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 800px;
  margin-bottom: 40px;
}

.special-left {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  gap: 18px;
  height: 500px;
}

.special-left .card_one {
  grid-column: 1 / 8;
  grid-row: 1 / 12;
  border: none;
  border-radius: 16px;
}

.special-left .card_one .card-body {
  background: url('../images/our_values.png') no-repeat center center,
    linear-gradient(180deg,
      rgba(255, 255, 255, 0) -3.42%,
      #ffffff 72.39%,
      #ebf4ff 100%);
  background-size: cover;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-radius: 16px;
}

.special-left p,
.special-left h5 {
  color: white;
}

.special-left .card_two {
  grid-column: 8 / 13;
  grid-row: 1 / 6;
  border: none;
  border-radius: 16px;
}

.special-left .card_three {
  grid-column: 8 / 13;
  grid-row: 6 / 12;
  border: none;
  border-radius: 16px;
}

.special-left .card_two .card-body {
  background: linear-gradient(rgba(25, 25, 25, 0.72), rgba(25, 25, 25, 0.72)),
    url('../images/acc_image.png') no-repeat center center;
  background-size: cover;
  width: 100%;
  border-radius: 16px;
  padding: 28px;
  text-align: center;
}

.special-left .card_three .card-body {
  background-color: rgba(246, 246, 246, 1);
  border-radius: 16px;
}

.special-left .card_three p,
.special-left .card_three h5 {
  color: black;
}

.special-right {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  gap: 18px;
  height: 747px;
}

.special-right .card_sub_one {
  grid-column: 1 / 13;
  grid-row: 1 / 8;
  border: none;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 9.31%, #dce9f9 100%);
}

.special-right .card_sub_two {
  grid-column: 1 / 13;
  grid-row: 8 / 13;
  height: 238px;
  border: none;
  border-radius: 16px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
}

.bg-img {
  background: url('../images/bar_graph.png') no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: 80%;
  background-position: bottom;
}

.bg-img-2 {
  background: url('../images/final_frame.png') no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: 37%;
  background-position: 400px -3px;
  border-radius: 12px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-tagline {
  background-color: rgba(12, 84, 160, 0.1);
  color: #0c54a0;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
}

.nav-tabs {
  border: none;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.nav-tabs .nav-link {
  border: none;
  color: #6c757d;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 30px;
  margin: 0 10px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.nav-tabs .nav-link:hover {
  color: #0c54a0;
  border-bottom-color: #0c54a0;
}

.nav-tabs .nav-link.active {
  color: #0c54a0;
  background-color: transparent;
  border-bottom-color: #0c54a0;
}

ul.dropdown-menu.dropdown.w-ddown{
  width:220px !important;
}
a.dropdown-item.w-dd{
  white-space: wrap !important;
}
ul.navbar-nav.ms-auto.align-items-center.mr-3{
  gap: 90px;
}

.leadership-card {
  text-align: center;
  transition: transform 0.2s ease;
}

.card-image-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.card-frame {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  border-radius: 6px;
  z-index: 1;
  transition: background-color 0.3s ease;
}

.card-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 6px;
}

.leadership-card:hover .card-frame {
  background-color: #0c54a0;
}

.card-name {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 5px;
}

.card-position {
  font-size: 15px;
  color: #6c757d;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
}

/* gold-loan page css */
/* gold-loan page css */

.glass-box {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.4;
  backdrop-filter: blur(6px);
}

.glass-box strong {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 4px;
}

.card-image {
  object-fit: none;
}

.leadership-card:hover .card-frame {
  background: none !important;
}

.hero-sub-des {
  font-size: 32px;
}

.container-inner-loan {
  background-color: #f3f4f6;
  box-shadow: 0px 0px 9px 0px #00000014;
  border-radius: 8px;
  padding: 8px;
}

.container-inner-loan a {
  color: #637381;
  font-size: 14px;
  line-height: 26px;
  border-radius: 8px;
  padding: 5px 24px;
}

.container-inner-loan a:hover {
  color: white;
  background-color: #0c54a0;
}

.container-inner-loan a.active {
  color: white;
  background-color: #0c54a0;
}

.content-margin {
  margin: 60px 0px;
}

.enn-overview-img img {
  height: 100%;
  width: 100%;
  border-radius: 16px;
}

.blue-bg {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background-color: #0c54a0;
  border-radius: 16px;
  z-index: -1;
}

.loan-overview-list ul li {
  color: #637381;
  font-size: 18px;
  font-weight: 500;
}

.features-card {
  background: linear-gradient(110.86deg,
      rgba(255, 255, 255, 0) -6.73%,
      rgba(235, 244, 255, 0.6) 117.46%);
  border: 1px solid #dfe4ea4d;
  box-shadow: 0px 0px 12px 0px #6363630f;
  height: 100%;
  border-radius: 32px;
  padding: 32px;
}

.enn-charges-table {
  border-radius: 12px;
  padding: 25px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  /* ensure white background */
}

.enn-charges-table thead {
  background: #e9f2fb;
  /* slightly lighter */
}

.enn-charges-table th {
  font-weight: 600;
  font-size: 1rem;
  color: rgba(75, 85, 99, 1);
  padding: 14px;
  border: 1px solid rgb(223 223 223);
  background-color: rgba(12, 84, 160, 0.1);
}

.table-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.enn-charges-table td {
  padding: 14px;
  font-size: 0.95rem;
  color: rgba(107, 114, 128, 1);
  border-top: 1px solid #eee;
}

.enn-charges-note {
  font-size: 0.8rem;
  color: #6c757d;
  text-align: center;
  margin-top: 10px;
}

.eligibility-section {
  background: url('../images/gold-loan/gl-bg.png') no-repeat center/cover;
  border-radius: 16px;
  padding: 40px 30px;
  color: #fff;
}

.eligibility-section h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.eligibility-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.eligibility-section ul li {
  margin-bottom: 10px;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.eligibility-section ul li i {
  margin-right: 8px;
  font-size: 18px;
  color: #fff;
}

/* Glassy Button */
.glassy-btn {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 12px;
  border: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}

.glassy-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.6);
}

/* Solid Apply Button */
.apply-solid-btn {
  background: #fff;
  color: #0c54a0;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 12px;
  border: none;
  transition: all 0.3s ease-in-out;
}

.apply-solid-btn:hover {
  background: #f1f1f1;
  color: #083a6c;
}

.enn-charges-table tr th:first-child {
  border-top-left-radius: 12px;
}

.enn-charges-table tr th:last-child {
  border-top-right-radius: 12px;
}

ul.dropdown-menu.dropdown {
  left: 91% !important;
}

.enn-charges-table td:last-child {
  color: rgba(12, 84, 160, 1) !important;
}

.stepper-wrapper {
  margin-top: 20px;
}

.stepper {
  list-style: none;
  padding-left: 0;
  position: relative;
  /* Use a CSS counter to automatically number the steps */
  counter-reset: stepper-counter;
}

/* The main vertical line */
.stepper::before {
  content: '';
  position: absolute;
  top: 15px;
  /* Start below the top half of the first circle */
  left: 15px;
  /* Center of the 30px circle */
  height: calc(100% - 30px);
  /* End above the bottom half of the last circle */
  width: 2px;
  background-color: rgba(0, 96, 170, 0.22);
  opacity: 0.3;
}

.stepper-item {
  position: relative;
  padding-left: 50px;
  /* Space for the circle and line */
  margin-bottom: 40px;
}

.stepper-item:last-child {
  margin-bottom: 0;
}

.stepper-item::before {
  content: counter(stepper-counter);
  counter-increment: stepper-counter;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(12, 84, 160, 1);
  color: white;
  font-weight: 600;

  display: flex;
  align-items: center;
  justify-content: center;

  /* Place the circle on top of the line */
  /* z-index: 1; */
}

.stepper-title {
  font-family: 'Avenir Next', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(99, 115, 129, 1);
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.stepper-desc {
  font-size: 0.95rem;
  color: rgba(99, 115, 129, 1);
  margin: 0;
}

/* Special blue box styling */
.info-box {
  display: inline-flex;
  align-items: center;
  background-color: #0d6efd;
  color: white;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-left: 15px;
}

.info-box-icon {
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 4px;
  margin-right: 8px;
  /* In a real project, this would be an SVG icon */
}

.blue-bg1 {
  position: absolute;
  top: -13px;
  left: -15px;
  width: 100%;
  height: 100%;
  background-color: #0c54a0;
  border-radius: 16px;
  z-index: -1;
}

.policy-section-wrapper {
  max-width: 800px;
  margin: auto;
}

.policy-list-container {
  border-radius: 8px;
  padding: 15px 25px;
}

.policy-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.policy-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  position: relative;
  padding-left: 25px;
  /* Space for custom bullet */
}

.policy-item:last-child {
  border-bottom: none;
}

/* Custom bullet point */
.policy-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: rgba(99, 115, 129, 1);
  /* Dark grey bullet */
  border-radius: 50%;
}

.policy-text {
  color: rgba(99, 115, 129, 1);
  font-weight: 500;
  display: flex;
  align-items: center;
}

.download-link {
  color: rgba(12, 84, 160, 1);
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  /* Prevent link from wrapping */
  padding-left: 20px;
}

/* Special blue info box from previous design */
.info-box {
  display: inline-flex;
  align-items: center;
  background-color: #0d6efd;
  color: white;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-left: 15px;
}

.info-box-icon {
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 4px;
  margin-right: 8px;
}

.policy-footer {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.apply-button {
  background-color: rgba(12, 84, 160, 1);
  color: white;
  padding: 12px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
}

.footer-text {
  color: rgba(99, 115, 129, 1);
  margin: 0 0 0 20px;
  line-height: 1.6;
}

.sub-head {
  position: sticky;
  top: 37px;
  z-index: 1;
}

.leadership-section {
  background: #105bab;
  background-image: url('../images/right_side.png'), url('../images/bubble.png');
  background-repeat: no-repeat, no-repeat;
  background-position: right bottom, left top;
  background-size: 38%, 100%;
  border-radius: 15px;
  color: white;
  padding: 4rem;
}

.leadership-section h2 {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.leadership-section .quote {
  font-size: 1.25rem;
  max-width: 90%;
  /* Ensures text doesn't run into the corner design */
  line-height: 1.6;
  margin-bottom: 2rem;
}

.leadership-section .author-name {
  font-weight: bold;
  margin: 0;
}

.leadership-section .author-title {
  font-size: 0.9rem;
  opacity: 0.8;
}

/* end gold-loan page css */

/* Header Css */
ul.dropdown-menu{
  z-index: 5 !important;
}
nav.navbar.navbar-expand-lg{
    z-index: 2;
    position: sticky;
    top: 0px;
}
.gold-loan-section{
  justify-content: space-between;
}
@media(min-width:767px) and (max-width:1280px){
  .gold-loan-section{
    justify-content: center !important;
  }
}
.lead-sec{
  background-color: transparent !important;
}

