.rounded-custom {
  border-radius: 12px;
}

.rounded-soft-circle {
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* Reset and base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
body {
  font-family: 'Tajawal', sans-serif;
  background-color: #f8f9fa;
  line-height: 1.6;
  color: #333;
  padding-bottom: 50px;
}
  a {
    text-decoration: none;
    color: white;
  }
  
  /* Header */
  header {
    background-color: #02021f;
    padding: 1rem 2rem;
  }
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo {
    font-size: 1.5rem;
    color: white;
    font-weight: bold;
  }
  .nav-links {
    list-style: none;
    display: flex;
    gap: 1.5rem;
  }
  .nav-links a {
    color: white;
    font-weight: 500;
  }
  
  /* Hero */
  .hero {
    padding: 4rem 2rem;
    text-align: center;
    background: linear-gradient(to right, #000099, #0000cc);
    color: white;
  }
  .hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .hero .btn {
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    background-color: #ff9900;
    border-radius: 4px;
    font-weight: bold;
  }
  
  /* Sections */
  section {
    padding: 3rem 2rem;
  }
  section h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #000099;
  }
  .steps, .features ul, .categories ul {
    max-width: 900px;
    margin: auto;
  }
  .step {
    margin-bottom: 1.5rem;
  }
  .categories ul, .features ul {
    list-style: none;
    padding-left: 0;
  }
  .categories li, .features li {
    margin: 0.5rem 0;
  }
  .categories .btn, .featured-providers .btn, .pricing .btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.75rem 1.25rem;
    background-color: #000099;
    color: white;
    border-radius: 4px;
    font-weight: bold;
  }
  
  /* Table */
  table {
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
  }
  th, td {
    border: 1px solid #ccc;
    padding: 1rem;
    text-align: left;
  }
  th {
    background-color: #000099;
    color: white;
  }
  
  /* Pricing */
  .pricing ul {
    list-style: none;
    text-align: center;
  }
  .pricing ul li {
    margin: 0.5rem 0;
  }
  .pricing h3 {
    text-align: center;
    margin: 1rem 0;
  }
  
  /* Footer */
  footer {
    background-color: #000099;
    color: white;
    text-align: center;
    padding: 2rem;
  }

  .tajawal-extralight {
    font-family: "Tajawal", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .tajawal-light {
    font-family: "Tajawal", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .tajawal-regular {
    font-family: "Tajawal", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .tajawal-medium {
    font-family: "Tajawal", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .tajawal-bold {
    font-family: "Tajawal", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .tajawal-extrabold {
    font-family: "Tajawal", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .tajawal-black {
    font-family: "Tajawal", sans-serif;
    font-weight: 900;
    font-style: normal;
  }

/* Dashboard Header */
.dashboard-header {
  background: linear-gradient(135deg, #0066ff, #00ccff);
  color: white;
  padding: 20px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.dashboard-header h2 {
  margin: 0;
  font-weight: 700;
}
.card-icon {
  font-size: 2rem;
}

.role-selector .btn {
  border: 2px solid transparent;
  background-color: #ffffff;
  color: #0066ff;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.role-selector .btn.active,
.role-selector .btn:hover {
  background-color: #0066ff;
  color: #ffffff;
  border-color: #005ae0;
}

/* Buttons */
.btn {
  font-family: 'Tajawal', sans-serif;
}
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-danger {
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.btn-outline-primary:hover {
  background-color: #0066ff;
  color: white;
}
.btn-outline-secondary:hover {
  background-color: #6c757d;
  color: white;
}
.btn-outline-danger:hover {
  background-color: #dc3545;
  color: white;
}

/* Order Cards */
.order-card {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.order-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.order-title {
  font-weight: 700;
  font-size: 1.25rem;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}
.order-meta {
  font-size: 0.9rem;
  color: #6c757d;
}
.order-tag {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 0.6rem;
  border-radius: 8px;
  background-color: #e7f1ff;
  color: #0056b3;
  display: inline-block;
  margin-bottom: 1rem;
}

/* Responsive Profile Button */
.floating-profile-btn {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1050;
}
@media (max-width: 768px) {
  .floating-profile-btn {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 1rem;
    justify-content: center;
    flex-direction: row;
  }
}
/* Details Layout Styles */
.details-container {
  max-width: 700px;
  margin: 4rem auto;
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.details-header {
  text-align: center;
  margin-bottom: 2rem;
}

.details-header i {
  font-size: 3rem;
  color: #007bff;
}

.details-section label {
  font-weight: 600;
  color: #6c757d;
}

.details-section .value {
  font-weight: 500;
  font-size: 1.05rem;
  color: #212529;
}
.profile-container {
  max-width: 700px;
  margin: 4rem auto;
  background: #fff;
  padding: 2.5rem;
  border-radius: 16px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.06);
  position: relative;
}
.btn-cta {
  background-color: #0066ff;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 17px 28px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.btn-cta:hover {
  background-color: #005ae0;
  color: #fff;
}
.profile-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

.profile-header i {
  font-size: 3rem;
  color: #007bff;
}

.profile-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 4px;
}

.profile-value {
  font-weight: 500;
  color: #212529;
}

.profile-section {
  margin-bottom: 1.5rem;
}

.back-button {
  margin-top: 2rem;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.plan-card {
  border: none;
  border-radius: 16px;
  padding: 1.5rem;
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

.plan-icon {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 1rem;
}

.plan-title {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.plan-description {
  color: #6c757d;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.plan-price {
  font-weight: 600;
  color: #212529;
  font-size: 1.05rem;
}