.bg-custome {
  background: #ffffff !important; /* Pure White */
}

.btn-custom {
  background: linear-gradient(135deg, #00c6ff, #0072ff) !important;
  border: none !important;
  padding: 14px !important;
  font-size: 1rem !important;
  border-radius: 10px !important;
  color: #fff !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
}

.btn-custom:hover {
  transform: scale(1.03) !important;
  background: linear-gradient(135deg, #00b4d8, #0096c7) !important;
  box-shadow: 0 0 15px rgba(0, 183, 255, 0.4) !important;
}

.btn-outline-custom {
  border: 2px solid #00c6ff;
  color: #0072ff;
  font-weight: 600;
  border-radius: 10px;
  transition: 0.3s ease;
}

.btn-outline-custom:hover {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  color: #fff;
  transform: scale(1.05);
}

body {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  /*padding-bottom: 80px !important;*/
}

.bg-custome {
  background: linear-gradient(135deg, #00c6ff, #0072ff) !important;
}

/* Category Cards */
.card {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  transition: all 0.35s ease-in-out;
  box-shadow: 0 6px 35px rgba(0, 114, 255, 0.25) !important;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 114, 255, 0.2);
}

/* Hover highlight border */
/*.card:hover {*/
/*  border: 2px solid transparent;*/
/*  border-image: linear-gradient(135deg, #00c6ff, #0072ff) 1;*/
/*}*/

.bg-success {
  font-weight: 600;
  background: linear-gradient(135deg, #00c853, #009624) !important;
}

.text-custome {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.form-label {
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin-bottom: 6px !important;
}




      /* Base */
.form-control-my {
  border-radius: 10px !important;
  font-size: 1rem !important;
  padding: 14px !important;
  border: 1px solid #ced4da !important;
  transition: border-color 0.3s;
}

.form-control-my:focus {
  border-color: #009ffd !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 253, 0.25) !important;
}

/* Mobile override */
@media (max-width: 576px) {
  .form-control-my {
    font-size: 0.95rem !important;
    padding: 12px !important;
  }

  
}
