:root {
  --primary-600: #044BFF; /* brand blue for active pill & price */
  --border: #e5e9f2;
  --card-radius: 20px;
  --hero-blue: #06216f; /* base */
  --hero-blue-2: #0a2d9a; /* gradient end */
  --hero-pill: #2447b8; /* right translucent pill tint */

  --surface: #ffffff;
  --bg: #f6f7fb;
  --text: #1f2937; /* gray-800 */
  --muted: #6b7280; /* gray-500 */
  --primary: #0d6efd; /* bootstrap primary */
  --chip-bg: #eef2ff; /* indigo-50 */
  --chip-text: #374151; /* gray-700 */
  --soft-shadow: 0 10px 25px rgba(101, 101, 101, 0.06);
  --radius: 14px;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-thumb {
  background-color: #05134C;
  border-radius: 5px;
}

.bg-home-header-gradient {
  background: linear-gradient(90deg, #05134C 0%, #001D93 100%)
}

.bg-gradient-menu {
  background: #3E75FF4D !important;
}

.rounded-24 {
  border-radius: 24px !important;
}

.rounded-16 {
  border-radius: 16px !important;
}

.rounded-full {
  border-radius: 50px;
}

.h-100 {
  height: 100% !important;
}

.btn-main {
  background: #044BFF;
  color: white !important;
}

.btn-main:hover {
  border: 1px solid white;
  background: none;
  color: white !important;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out !important;
}

.h-scale:hover {
  transform: scale(1.08) !important;
}

.transition03 {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out !important;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
  text-align: left !important;
  padding-left: 57px !important;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.dropdown .btn:focus,
.dropdown .btn:active,
.dropdown-toggle:focus,
.searchServices:focus,
.dropdown-toggle:active {
  box-shadow: none !important;
  outline: none !important;
}

.lgray {
  color: #555555;
}

.font-9 {
  font-size: 9px !important
}

.font-10 {
  font-size: 10px !important
}

.font-11 {
  font-size: 11px !important
}

.font-12 {
  font-size: 12px !important
}

.font-13 {
  font-size: 13px !important
}

.font-14 {
  font-size: 14px !important
}

.font-15 {
  font-size: 15px !important
}

.font-16 {
  font-size: 16px !important
}

.font-17 {
  font-size: 17px !important
}

.font-18 {
  font-size: 18px !important
}

.font-19 {
  font-size: 19px !important
}

.font-20 {
  font-size: 20px !important
}

.font-21 {
  font-size: 21px !important
}

.font-22 {
  font-size: 22px !important
}

.font-23 {
  font-size: 23px !important
}

.font-24 {
  font-size: 24px !important
}

.font-25 {
  font-size: 25px !important
}

.font-26 {
  font-size: 26px !important
}

.font-27 {
  font-size: 27px !important
}

.font-28 {
  font-size: 28px !important
}

.font-29 {
  font-size: 29px !important
}

.font-30 {
  font-size: 30px !important
}

.font-31 {
  font-size: 31px !important
}

.font-32 {
  font-size: 32px !important
}

.font-33 {
  font-size: 33px !important
}

.font-34 {
  font-size: 34px !important
}

.font-35 {
  font-size: 35px !important
}

.font-38 {
  font-size: 38px !important
}

.font-50 {
  font-size: 50px !important
}

.bold {
  font-weight: bold !important;
}

.w-80 {
  width: 80% !important;
}

.fr {
  float: right !important;
}

.svgHeaderStyle {
  position: absolute !important;
  right: -77px;
  top: -103px;
  width: 652px;
  z-index: 1 !important;
}

.svgFooterStyle {
  position: absolute !important;
  right: -5px;
  top: -34px;
  width: 532px;
  z-index: -1;
}

.ws-7 {
  word-spacing: 7px;
}

.ls-4 {
  letter-spacing: 4px;
}

.pl-40 {
  padding-left: 40px;
}

/**************************** Footer Design *********************************/
.subscribe-pill {
  background: #fff;
  border: 0;
  border-radius: 9999px;
  padding: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.subscribe-pill .form-control {
  background: transparent;
  font-size: 1.1rem;
}

.subscribe-pill .form-control::placeholder {
  color: var(--placeholder);
  opacity: 1;
}

.subscribe-pill:focus-within {
  outline: 3px solid rgba(30, 73, 255, .15);
  outline-offset: 2px;
}

.subscribe-pill .input-group-text {
  border: 0;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #001D93;
  font-size: 1.8rem;
  transition: all 0.2s ease;
}

.social-icon:hover {
  border: 1px solid white;
  background: #001D93;
  color: #fff;
  transform: scale(1.05);
}

.pr--3 {
  padding-right: 20px;
}

.footer-inner {
  background: #3E75FF4D;
  border-radius: 20px;
}

.footer-inner a {
  font-size: 0.9rem;
  transition: color .2s ease;
}

.footer-inner a:hover {
  color: #fff;
}

/* Card shell */
.service-card {
  min-height: 246px;
  background: #fff;
  border: 1.5px solid var(--card-border);
  border-radius: 22px;
  box-shadow: 0 8px 28px rgba(17, 24, 39, .04);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

/* Hover/focus state: blue border only when interacted */
a:hover .service-card,
a:focus .service-card,
.service-card:focus-within {
  border: 1px solid #2e53f6;
  box-shadow: 0 14px 36px rgba(53, 100, 255, .12);
  transform: translateY(-2px);
}

/* Icon stack with pale circular blob */
.icon-stack {
  position: relative;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


/* Typography alignment with the mock */
h4 {
  letter-spacing: .1px;
}

.text-muted {
  color: #9aa3af !important;
}

.animated {
  opacity: 0;
}

.animated.animate__fadeInUp {
  opacity: 1;
}

/********************************************** Projects By Category Section *****************************************/

/* Section spacing */
.py-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* Pills */
.service-tabs .nav-link {
  border-radius: 999px;
  background: #f1f4fb;
  color: #111827;
  font-weight: 600;
  padding: .65rem 1.25rem;
  border: 1px solid transparent;
}

.service-tabs .nav-link:hover {
  background: #e9eef9;
}

.service-tabs .nav-link.active {
  color: #fff;
  background: var(--primary-600);
  box-shadow: 0 6px 18px rgba(30, 73, 255, .25);
}

/* Card */
.gig-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.gig-card:hover {
  border-color: var(--primary-600);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(30, 73, 255, .12);
}

/* Thumb keeps rounded top corners & aspect ratio */
.gig-thumb {
  position: relative;
  overflow: hidden;
}

.gig-thumb img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

/* Body */
.gig-body {
  padding: 1rem 1.25rem 0.5rem;
}

.gig-title {
  margin: 0;
  font-weight: 700;
  color: #0b1220;
}

/* Footer */
.gig-footer {
  margin-top: auto;
  padding: .75rem 1.25rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eef1f6;
}

.avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

/* Price */
.gig-price {
  color: var(--primary-600);
  font-weight: 700;
  text-decoration: none;
}

.gig-price:hover {
  text-decoration: underline;
}

/* Small screens: taller thumbs look nicer */
@media (max-width: 576px) {
  .gig-thumb img {
    height: 200px;
  }
}

/***************************************** Middle Banner ****************************************/
/* Card shell */
.cta-hero {
  background: linear-gradient(90deg, var(--hero-blue), var(--hero-blue-2));
  border-radius: 28px; /* matches screenshot */
  height: 320px;
}

.hero-person {
  object-fit: contain;
  transform: translate(-102px, -102px) !important;
}

.hero-mark {
  right: 0;
}

/* Mobile tweaks */
@media (max-width: 991.98px) {
  .hero-right-pill {
    display: none;
  }

  .cta-hero {
    text-align: center;
  }

  .hero-person {
    max-height: 300px;
    transform: none;
  }
}

.little-above {
  top: -50px;
  position: relative;
}


/******************************************************* client-feedback *****************************/
.client-feedback .testimonial-avatar {
  border-radius: 12px !important;
  object-fit: contain;
  overflow: hidden;
  opacity: 0.9;
  transition: 0.3s;
  width: 80%;
}

.client-feedback .testimonial-avatar.active {
  opacity: 1;
  border: 2px solid #007bff;
}

.client-feedback .main-client {
  max-height: 400px;
  width: 80%;
  border-radius: 20px;
  margin: auto;
}

/* Base link */
.navbar-area .nav-container .navbar-collapse .navbar-nav li a.navItem {
  display: inline-flex; /* or inline-block */
  align-items: center;
  padding: 10px 30px 10px 0;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
  transition: color .3s ease, transform .3s ease, text-decoration-color .3s ease;
  transform-origin: center center; /* avoids jitter */
}

/* Hover state */
.navbar-area .nav-container .navbar-collapse .navbar-nav li a.navItem:hover {
  color: #e5e9ff !important;
  transform: scale(1.08);
}


/* Cards & sidebar look */
.card.rounded-4 {
  border-radius: 1rem;
}

.btn-white {
  background: #fff;
}

.form-check-input {
  width: 1.05rem;
  height: 1.05rem;
}

/* Price dual range (pure CSS + a little JS) */
.price-range .range-track {
  height: 10px;
}

.price-range input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  pointer-events: none; /* overlay both */
}

.price-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #1f6bff;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(31, 107, 255, .2);
  pointer-events: auto;
  position: relative;
}

.price-range input[type="range"]::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #1f6bff;
  border: 2px solid #fff;
  pointer-events: auto;
}

.price-range .range-track::before {
  content: "";
  display: block;
  height: 6px;
  background: #e9eef7;
  border-radius: 999px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.price-range .range-progress {
  height: 6px;
  background: #1f6bff;
  border-radius: 999px;
  left: 0;
  right: 0;
}

.text-main {
  color: #044BFF !important;
}

.logo-loader img {
  width: 100px; /* adjust as needed */
  animation: pulse 1.5s infinite ease-in-out;
}

/* Example animation (pulse effect) */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.bg-main {
  background: linear-gradient(90deg, var(--hero-blue), var(--hero-blue-2));
}

.bg-lightBlue {
  background: #ECF2FF;
}

.text-secondary {
  color: #555555 !important;
}

/***************************** post a job ***********************************/
.page-title-new {
  font-weight: 700;
  letter-spacing: 0px;
}

.soft-card {
  background: var(--surface);
  border: 1px solid #eef0f4;
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

.section-head {
  font-weight: 600;
}

/* Field focus */
.form-control:focus, .form-select:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .08);
  border-color: #b9d1ff;
}

/* Collapsible group header */
.group-toggle {
  cursor: pointer;
}

.group-toggle .chev {
  transition: transform .25s ease;
}

.group-toggle.collapsed .chev {
  transform: rotate(-90deg);
}

/* Skills */
.chips {
  gap: .5rem;
}

.chip {
  background: var(--chip-bg);
  color: var(--chip-text);
  border-radius: 999px;
  padding: .45rem .75rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.chip .remove {
  border: 0;
  background: transparent;
  line-height: 0;
  padding: 0;
  color: #ff0000;
}

/* Two-option pill radios */
.pill-toggle {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  background: #f0f3f9;
  border-radius: 999px;
  padding: 4px;
  text-align: center;
  gap: 4px;
  width: fit-content;
}

.pill-toggle input {
  display: none;
}

.pill-toggle label {
  margin: 0;
  padding: .5rem .9rem;
  border-radius: 999px;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  user-select: none;
}

.pill-toggle input:checked + label {
  background: #0b5ed7;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(13, 110, 253, .12);
}

/* Uploader */
.uploader {
  border: 2px dashed #cfd6e4;
  background: #f7f9ff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  transition: border-color .2s, background .2s;
}

.uploader.drag {
  border-color: #0d6efd;
  background: #eef5ff;
}

/* Right rail */
.why-card {
  position: sticky;
  top: 24px;
}

.tip {
  background: #ecf2ff;
  border-radius: 14px;
  padding: 1rem 1.25rem;
}

/* Question row */
.question-row {
  border-radius: 999px;
  padding: .6rem .9rem;
  display: flex;
  align-items: center;
  gap: .75rem;
}

.question-row .remove-q {
  color: #ef4444;
}

.bg-m {
  background: #044BFF !important;
}

.btn-main-job {
  border-radius: 14px;
  font-weight: 700;
  background: #044BFF;
  color: white !important;
}

.btn-outline-main {
  border: 1px solid #044BFF;
  color: #044BFF;
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}

.btn-outline-main:hover {
  transform: scale(1.05);
  color: white;
  background: #044BFF !important;
}

.btn-outline-secondary {
  border-radius: 999px;
}

@media (max-width: 991.98px) {
  .why-card {
    position: static
  }
}

.justify-between {
  justify-content: space-between;
}

.bg-muted {
  background: rgba(241, 240, 240, 0.71);
}

.p-2_5 {
  padding: 13px;
}

.py-2_5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.rounded-md {
  border-radius: 10px;
}

.light-border {
  border: 1px solid #2d2d2d0a;
}

.text-success {
  color: #1FC16B !important;
}

.w-43 {
  width: 43% !important;
}

/*********************************************  components/project-card.blade.php ******************/
.project-card__wrap {
  border: 1px solid #dfe7ff;
  border-radius: 1rem; /* ~16px */
  background: #fff;
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}

.project-card__wrap:hover {
  box-shadow: 0 6px 20px rgba(29, 78, 216, 0.08);
  transform: translateY(-3px);
  border-color: #598bff;
}

/* Soft Bootstrap-like subtle badge background if not using BS 5.3 variables */
.badge.bg-success-subtle {
  background-color: #d1f7e6;
  color: #198754;
}

.badge.bg-warning-subtle {
  background-color: #fff3cd;
  color: #997404;
}

.badge.bg-secondary-subtle {
  background-color: #e2e3e5;
  color: #41464b;
}

.badge.bg-danger-subtle {
  background-color: #f8d7da;
  color: #842029;
}

.freelancer-card {
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}

.freelancer-card:hover {
  box-shadow: 0 6px 20px rgba(29, 78, 216, 0.08);
  transform: translateY(-3px);
  border: 1px solid #598bff;
}

.z-index-99 {
  z-index: 999 !important;
  position: relative;
}


/******************************************** service description page **********************/
/* Look & feel */
.soft-card {
  background: #fff;
  border: 0;
  border-radius: 1.25rem;
  box-shadow: 0 6px 20px rgba(18, 38, 63, .06);
}

.rounded-24 {
  border-radius: 1.25rem;
}

.thumb {
  cursor: pointer;
  border-radius: 1rem;
  overflow: hidden;
  border: 2px solid transparent;
}

.thumb.active {
  border-color: #0d6efd;
}

.pkg {
  border: 1.5px solid #e9ecef;
  border-radius: 1rem;
  padding: 14px 16px;
  transition: .2s;
}

.pkg:hover {
  border-color: #a9caff !important;
}

.pkg.active {
  background: #eaf0ff;
  border-color: #4b8eff;
}

.pkg .price {
  color: #1a5cff;
  font-weight: 700;
}

.pill-badge {
  background: #eef4ff;
  color: #0d6efd;
  padding: .125rem .5rem;
  border-radius: 999px;
  font-size: .75rem;
}

.list-rows .row {
  padding: .4rem 0;
}

.list-rows .row + .row {
  border-top: 1px dashed #e9ecef;
}

.bold500 {
  font-weight: 500 !important;
}

.pointer {
  cursor: pointer;
}

/******* reviews section in service description page *************/
/* New, minimal */
.soft-inner {
  background: #f8f9fb;
  border-radius: 1rem;
  padding: 1rem;
}

.avatar-48 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.star {
  color: #f7c948;
}

/* soft gold */
.muted {
  color: #6c757d;
}

.link-indigo {
  color: #2563eb;
  text-decoration: none;
}

.link-indigo:hover {
  text-decoration: underline;
}

.review-collapse {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 12px;
}

.review-item + .review-item {
  margin-top: 1rem;
}

.chev-rot {
  transition: transform .2s ease;
}

.kpi-row {
  padding: .25rem 0;
}

.text-h-m {
  transition: all .2s ease-in-out;
}

.text-h-m:hover {
  color: #2563eb !important
}

/********************************************* project details page ************************************************/

/* === Minimal helpers to match the mock === */
.font-17 {
  font-size: 1.0625rem
}

.rounded-16 {
  border-radius: 1rem
}

.text-ink {
  color: #0f172a
}

.text-soft {
  color: #64748b
}

.item-divider {
  border-top: 1px solid #eef1f5
}

.pdf-pill {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .65rem .85rem;
  border: 1px solid #e9ecef;
  border-radius: .75rem;
  background: #fff;
  transition: .15s
}

.pdf-pill:hover {
  border-color: #a9caff;
  background: #f8fbff
}

.shadow-soft {
  box-shadow: 0 6px 20px rgba(18, 38, 63, .06)
}

.sidebar-card {
  border: 1px solid #eef1f5;
  border-radius: 1rem;
  background: #fff
}

.owner-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover
}

.kpi {
  display: flex;
  align-items: center;
  gap: .5rem
}

.kpi i {
  font-size: 1.05rem
}

.chip {
  padding: .35rem .6rem;
  border-radius: 999px;
  background: #eef4ff;
  color: #1a56db;
  font-weight: 600;
  font-size: .8rem
}

.btn-indigo {
  background: #1a56db;
  color: #fff;
  border: 0
}

.btn-indigo:hover {
  background: #1748b7;
  color: #fff
}

.status-dot {
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  display: inline-block;
  background: #22c55e;
  margin-right: .4rem
}

.sticky-lg {
  position: sticky;
  top: 1rem
}

.underline {
  text-decoration: underline;
}

/* soft KPI pills in proposals */
.prop-kpi {
  background: #f5f7fb;
  border: 1px solid #eef1f5;
  border-radius: 1rem;
  padding: .9rem .75rem;
}

/* subtle section divider inside card */
.proposal-item + .proposal-item {
  margin-top: .5rem;
}

/* optional: lighter helper text color to match your theme */
.text-soft {
  color: #7c8aa5;
}


/**************************************************** styles for freelancer profile ***************************************/


/* Avatar stack */
.avatar-96 {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 8px 24px rgba(10, 22, 70, .12)
}

.online-dot {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2ecc71;
  border: 3px solid #fff
}


/* Buttons */
.btn-pill {
  border-radius: 999px;
  padding: .6rem 1.1rem;
  font-weight: 600
}

.btn-brand {
  background: var(--brand);
  border-color: var(--brand);
}

.btn-brand:hover {
  background: var(--brand-600);
  border-color: var(--brand-600);
}

.btn-outline-brand {
  border-color: var(--brand);
  color: var(--brand);
}

.btn-outline-brand:hover {
  background: var(--brand);
  color: #fff
}


.soft-pill {
  border-radius: 999px;
  padding: .5rem 1rem;
  background: #fff;
  box-shadow: 0 6px 20px rgba(13, 110, 253, .15);
  font-weight: 600
}

/* Utilities */
.rounded-24 {
  border-radius: var(--radius-24)
}

.muted {
  color: #6b7280
}


/* Responsive tweaks */
@media (max-width: 992px) {
  .profile-actions {
    margin-top: .75rem
  }

  .profile-meta {
    margin-top: .75rem
  }

  .profile-cover {
    height: 180px
  }
}

.w-fit {
  width: fit-content !important;
}

.mt--6 {
  margin-top: -60px;
}


/* Tabs */
/* Polished pill tabs */
.profile-tabs .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: .35rem;
  border: 1px solid rgba(0, 0, 0, .06);
  background: #fff;
  color: #6b7280;
  border-radius: 14px;
  padding: .55rem 1rem;
  font-weight: 600;
  transition: color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.profile-tabs .nav-link .bi {
  font-size: 1rem;
  line-height: 0
}

.profile-tabs .nav-link .count {
  background: #eef2ff;
  color: #2563eb;
  font-size: .75rem;
  font-weight: 700;
  padding: .15rem .5rem;
  border-radius: 999px;
}

/* Hover/focus/active states */
.profile-tabs .nav-link:hover {
  color: #0d6efd;
  border-color: #cfe2ff
}

.profile-tabs .nav-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .15);
}

.profile-tabs .nav-link.active {
  color: white;
  border-color: #cfe2ff;
  box-shadow: 0 4px 12px rgba(13, 110, 253, .12);
}

.profile-tabs .nav-link.active::after {
  background: #0d6efd;
  transform: scaleX(1);
  color: white !important;
}

/* Optional: compact on small screens */
@media (max-width: 576px) {
  .profile-tabs {
    gap: .5rem
  }

  .profile-tabs .nav-link {
    padding: .5rem .75rem
  }
}

/* Soft progress (pill) */
.soft-progress {
  display: inline-block;
  width: 160px;
  height: 10px;
  background: #e9effe;
  border-radius: 999px;
  overflow: hidden;
}

.soft-progress-bar {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
}

/* Optional subtle shadow + divider if not already in your system */
.shadow-soft {
  box-shadow: 0 10px 30px rgba(10, 22, 70, .06);
  background: #fff
}

.item-divider {
  height: 1px;
  background: rgba(0, 0, 0, .08)
}

/* Notify button */
.btn-notify {
  border-radius: 18px;
  padding: .75rem 1rem;
  font-weight: 700;
  background: #eaf0ff;
  color: #4763ff;
  border: 0;
  transition: all 0.3s ease-in-out !important;
}

.btn-notify:hover {
  background: #c8d8ff;
  color: #3f5af7;
  transform: scale(1.05);
}


/******************************************** Freelancer Profile *************************************************/

/* Pastel brand colors for bars */
.bg-lav {
  background: #e2c9ff;
}

.bg-yellow {
  background: #fde6a7;
}

.bg-mint {
  background: #c8f3e0;
}

.bg-peach {
  background: #ffd9b3;
}

.bg-sky {
  background: #dfeaff;
}

.bg-rose {
  background: #ffd6d6;
}

.bg-gray {
  background: #cfcfcf;
}

.bg-pink {
  background: #ffd3e4;
}

.progress {
  --bs-progress-bg: transparent;
}

.kpi-card {
  border: 1px solid #eee;
  border-radius: 18px
}

.kpi-card.active {
  border-color: #3d66ff40;
  box-shadow: 0 0 0 2px #3d66ff20
}

.kpi-head {
  min-height: 42px
}

.kpi-coin {
  color: #2266ff
}

.donut-wrap {
  width: 230px;
  height: 230px;
  margin: 0 auto
}

.divider {
  border-top: 1px solid #e9ecef
}

.bar {
  height: 14px;
  border-radius: 999px;
  background: #f1f3f5;
  overflow: hidden
}

.bar > span {
  display: block;
  height: 100%;
  border-radius: 999px
}

/* pastel palette */
.c-sky {
  background: #e6eefc
}

.c-peach {
  background: #ffdcb3
}

.c-rose {
  background: #ffd9df
}

.c-slate {
  background: #e5ecff
}