/* Navigation Menu Bold Styling */
.navbar-nav .nav-item .nav-link,
.navbar-nav .menu-item a,
.navbar-nav li a {
  font-weight: bold !important;
  font-weight: 700 !important;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .menu-item a:hover,
.navbar-nav li a:hover {
  font-weight: bold !important;
  font-weight: 700 !important;
}

/* Ensure all navigation menu items are bold */
.main-menu .navbar-nav a,
.main-menu .nav-menu-wrapper a,
.main-menu ul li a {
  font-weight: bold !important;
  font-weight: 700 !important;
}

/* Calculator Form Styles */
.calculator-form {
  margin-top: 20px;
  margin-bottom: 10px;
}

.calculator-form .form-group {
  margin-bottom: 25px;
}

.calculator-form .form-control {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.calculator-form .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.2);
  outline: none;
}

.calculator-form label {
  font-weight: 600;
  color: #fff !important;
  display: block;
}

/* Calculator Results Section */
.calculator-results {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 30px;
  margin-top: 30px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.results-header h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.result-item:last-child {
  border-bottom: none;
}

.result-item:hover {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

.result-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.result-value {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
}

/* Enhanced Calculator Functionality Styles */
/* Tenure Section */
.tenure-section {
  margin-bottom: 10px;
}

.tenure-section label {
  font-weight: 600;
  color: #fff !important;
  margin-bottom: 15px;
  display: block;
  font-size: 18px;
}

.tenure-buttons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.tenure-btn {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 6px 20px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tenure-btn.active,
.tenure-btn:hover {
  background: var(--dark-color);
  border-color: var(--dark-color);
  transform: translateY(-2px);
}

/* Gold Details Section */
.gold-details-section {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.gold-details-section .row:first-child {
  margin-bottom: 10px !important;
}

.gold-details-section label {
  font-weight: 600;
  color: #fff !important;
  display: block;
  font-size: 16px;
}

.gold-item:last-child {
  margin-bottom: 0;
}

/* Add margin-top for additional gold items */
.gold-item[data-item="2"] {
  margin-top: 15px;
}

.gold-item[data-item="3"] {
  margin-top: 15px;
}

.gold-item[data-item="4"] {
  margin-top: 15px;
}

.gold-item[data-item="5"] {
  margin-top: 15px;
}

.gold-item .form-control {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 6px 15px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.gold-item .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.2);
  outline: none;
}

.remove-item-btn {
  background: #ff0015;
  border: none;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.remove-item-btn:hover {
  background: #ff3742;
  transform: scale(1.1);
}

/* Add Ornaments Section */

.add-ornaments-section .btn-highlighted {
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.add-ornaments-section .btn-highlighted:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 107, 107, 0.3);
}

/* Loan Eligibility Display */
.loan-eligibility {
  display: flex;
  gap: 30px;
  align-items: center;
}

.loan-amount-display {
}

.currency-symbol {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-right: 5px;
}

.amount-value {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.eligibility-text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

/* Responsive styles */
@media (max-width: 768px) {
  .tenure-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .tenure-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .gold-details-section {
    padding: 15px;
  }

  .gold-item {
    padding: 15px;
  }

  .amount-value {
    font-size: 36px;
  }

  .currency-symbol {
    font-size: 28px;
  }

  .calculator-form .form-control {
    padding: 12px 15px;
    font-size: 14px;
  }

  .calculator-results {
    padding: 20px 15px;
  }

  .results-header h4 {
    font-size: 20px;
  }

  .result-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .result-value {
    align-self: flex-end;
  }
}

.calculator-form .row {
  margin-bottom: 30px;
  align-items: center;
}

.calculator-form .col-md-6 {
  padding: 0 15px;
}

.calculator-form .row:last-of-type {
  margin-bottom: 40px;
}

/* Chairman Section Styles */
.chairman-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  margin-top: 90px;
}

.chairman-image {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chairman-image figure {
  margin: 0;
}

.chairman-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.chairman-image img:hover {
  transform: translateY(-3px);
}

.chairman-content {
  padding: 20px 0 20px 30px;
  position: relative;
}

.quote-icon {
  margin-bottom: 20px;
}

.quote-icon i {
  font-size: 192px;
  color: #333;
  opacity: 0.1;
  top: -70px;
  position: absolute;
  left: -10px;
}

.chairman-quote {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  font-style: italic;
  margin-bottom: 30px;
  position: relative;
  padding: 0 0 0 20px;
  border-left: 3px solid #333;
}

.chairman-details {
  width: fit-content;
  float: right;
}

.chairman-name {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.chairman-designation {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  margin-bottom: 6px;
}

.chairman-company {
  font-size: 15px;
  color: #888;
  margin-bottom: 20px;
  font-weight: 400;
}

.chairman-credentials {
  border-top: 1px solid #e9ecef;
  padding-top: 15px;
}

.chairman-credentials p {
  margin-bottom: 8px;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.chairman-credentials strong {
  color: #333;
  font-weight: 600;
  min-width: 70px;
  display: inline-block;
}

/* Responsive Design */
@media (max-width: 991px) {
  .chairman-section {
    padding: 50px 0;
  }

  .chairman-content {
    padding: 20px 0 20px 15px;
    text-align: center;
  }

  .quote-icon {
    text-align: center;
  }

  .chairman-image img {
    max-width: 280px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .chairman-section {
    padding: 40px 0;
  }

  .chairman-content {
    padding: 15px 0;
  }

  .chairman-quote {
    font-size: 16px;
    padding-left: 15px;
  }

  .chairman-name {
    font-size: 22px;
  }

  .chairman-image img {
    max-width: 240px;
  }

  .quote-icon i {
    font-size: 28px;
  }
}
