body {
  background-color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
}

.top-section {
  background: linear-gradient(to bottom, #005eff, #007bff);
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  text-align: center;
  padding: 40px 0 20px 0;
}

.top-section img.logo {
  width: 50px;
  margin-bottom: 10px;
}

.top-section h4 {
  color: white;
  font-weight: 600;
}

.pump-image {
  width: 100px;
  margin-top: 10px;
}

.form-container {
  padding: 20px;
}

.form-control {
  border-radius: 20px;
  background-color: #f5f5f5;
  border: none;
  padding-left: 20px;
}

.btn-custom {
  border-radius: 20px;
  background-color: #006aff;
  color: white;
  font-weight: 600;
  padding: 10px;
}

.signup-link,
.whatsapp-link {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}

.signup-link a,
.whatsapp-link a {
  text-decoration: none;
  font-weight: 500;
}

.signup-link a {
  color: #0a57d6;
}

.whatsapp-link a {
  color: #0a57d6;
}

.whatsapp-icon {
  width: 22px;
  margin-right: 5px;
}

 .profile-header {
      background: linear-gradient(to right, #3a6ef6, #01c0fd);
      color: white;
      padding: 15px;
      font-weight: 500;
      font-size: 18px;
    }
    .profile-img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      border: 2px solid #007bff;
      object-fit: cover;
      margin: 20px auto 10px;
      display: block;
    }
    .btn-custom {
      border-radius: 20px;
      background-color: #006aff;
      color: white;
      font-weight: 600;
      padding: 10px;
      margin-bottom: 10px;
    }
    .delete-link {
      text-align: center;
      margin-top: 10px;
    }
    .delete-link a {
      color: #007bff;
      font-size: 14px;
      text-decoration: underline;
    }
    .form-control {
      border-radius: 15px;
      background-color: #f5f5f5;
      border: none;
      padding-left: 20px;
      font-weight: bold;
      color: #005eff;
    }
    .form-label {
      font-weight: 500;
      color: #555;
    }

    nav .nav-item.active i,
nav .nav-item.active div.small {
  color: #3a22f4 !important;
  font-weight: 600;
  position: relative;
}

nav .nav-item.active div.small::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 4px;
  background: #6a4cff;
  border-radius: 4px;
}

  .feedback-header {
      background: linear-gradient(to right, #3a6ef6, #01c0fd);
      color: white;
      padding: 15px;
      font-weight: 500;
      font-size: 18px;
    }
    textarea.form-control {
      border-radius: 15px;
      background-color: #f5f5f5;
      border: none;
      resize: none;
      padding: 15px;
      font-size: 14px;
      height: 150px;
    }
    .btn-custom {
      border-radius: 20px;
      background-color: #006aff;
      color: white;
      font-weight: 600;
      padding: 10px;
      margin-top: 15px;
    }
    .note-text {
      font-size: 16px;
      font-weight: 500;
      color: #005eff;
      margin-bottom: 15px;
    }
  