/* Enhanced form styling for blue bg sections & footer buttons */
.bg-primary .form-control,
.bg-primary .custom-select,
.bg-primary .form-control:focus,
.bg-primary .custom-select:focus {
  background-color: #fff !important;
  color: #333 !important;
  border: 2px solid #fff !important;
  border-radius: 25px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  font-weight: 500;
  padding: 15px 20px !important;
  transition: all 0.3s ease;
}

/* TutorNeeraj logo - Purple "Tutor" + Yellow "Neeraj" */
.navbar-brand {
  background: linear-gradient(
    120deg,
    #8b5cf6 0%,
    #8b5cf6 48%,
    #f59e0b 50%,
    #fcd34d 100%
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-weight: 900 !important;
  font-size: 1.8rem !important;
  letter-spacing: -0.5px !important;
  text-decoration: none !important;
}

.navbar-brand:hover {
  text-shadow: 0 2px 10px rgba(139, 92, 246, 0.5) !important;
}

/* Footer "Join Our Classes" / "Get Started" button styling */
.ftco-footer .btn-primary,
.footer-widget .btn-primary {
  background: #007bff !important;
  border: none !important;
  color: white !important;
  padding: 12px 30px !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3) !important;
  display: inline-block !important;
  margin-top: 10px !important;
}

.ftco-footer .btn-primary:hover,
.footer-widget .btn-primary:hover {
  background: #0056b3 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4) !important;
}

.bg-primary .form-control:focus,
.bg-primary .custom-select:focus {
  border-color: #007bff !important;
  box-shadow: 0 0 0 0.3rem rgba(0, 123, 255, 0.2) !important;
  transform: translateY(-2px);
}

.bg-primary .form-control::-webkit-input-placeholder,
.bg-primary .custom-select::-ms-value {
  color: #666 !important;
}

.bg-primary .form-control::-moz-placeholder {
  color: #666 !important;
}

.bg-primary .form-control:-ms-input-placeholder {
  color: #666 !important;
}

.bg-primary .form-control::placeholder {
  color: #666 !important;
}

.bg-primary .select-wrap .icon {
  color: #333 !important;
}

.bg-primary .form-control::-webkit-input-placeholder,
.bg-primary .custom-select::-ms-value {
  color: #333 !important;
}

.bg-primary .form-control::-moz-placeholder {
  color: #333 !important;
}

.bg-primary .form-control:-ms-input-placeholder {
  color: #333 !important;
}

.bg-primary .form-control::placeholder {
  color: #333 !important;
}

/* Ensure dropdown arrow visible */
.bg-primary .select-wrap .icon {
  color: #333;
}

/* Footer enrollment button - matching homepage buttons */
.ftco-footer .btn-primary,
.ftco-footer .btn-primary:hover {
  background: #f8f9fa !important;
  color: #000 !important;
  border: 2px solid #dee2e6 !important;
  box-shadow: none !important;
  font-weight: 500 !important;
  text-shadow: none !important;
  transition: all 0.3s ease !important;
}

.ftco-footer .btn-primary:hover {
  background: #e9ecef !important;
  color: #000 !important;
  transform: none !important;
}
