
    /* usersidebar */
    .usersidebar {
      width: 250px;
      background: linear-gradient(135deg, #0047ab, #007bff);
      color: #fff;
      display: flex;
      flex-direction: column;
      padding: 20px 0;
    }
.success-message {
    font-size:14px;
    color:#fff;
}
    .usersidebar h2 {
      text-align: center;
      margin-bottom: 30px;
      font-size: 20px;
      font-weight: 700;
    }

    .usersidebar button,  .usersidebar .menu-items {
      background: none;
      border: none;
      color: #fff;
      text-align: left;
      padding: 15px 20px;
      font-size: 16px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .usersidebar button.active,
    .usersidebar button:hover {
      background: rgba(255, 255, 255, 0.15);
      border-left: 4px solid #ff6600;
    }

    /* Main content */
    .content {
      flex: 1;
      padding: 40px;
      background: #fff;
      border-radius: 0 0 0 16px;
      box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
      overflow-y: auto;
    }

    .tab-content {
      display: none;
    }

    .tab-content.active {
      display: block;
    }

    h3 {
      margin-bottom: 20px;
      color: #1a1a40;
    }

    .profile-container input, .profile-container textarea {
      width: 100%;
      padding: 12px;
      margin: 10px 0;
      border: 1px solid #ddd;
      border-radius: 8px;
      font-size: 14px;
    }

    .btn-primary {
      padding: 12px 24px;
      border: none;
      border-radius: 25px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      color: #fff;
      background: linear-gradient(45deg, #ff6600, #ff944d);
      transition: all 0.3s ease;
    }

    .btn-primary:hover {
      opacity: 0.9;
      transform: translateY(-1px);
    }
    
    /*view profile css start */
    
    .profile-container {
      margin: auto;
      background: #fff;
      border-radius: 16px;
      
      padding: 40px;
    }

    .profile-header {
        display: flex;
        align-items: center;
        gap: 20px;
        border-bottom: 2px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .company-info b {
        font-weight: 800;
    }
    .profile-header img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid #007bff;
    }

    .profile-header h2 {
        margin: 0;
        font-size: 24px;
        color: #1a1a40;
        text-transform: capitalize;
    }
    .sticky-sidebar {
      position: sticky;
      top: 88px;
  }
    .profile-header p {
      margin: 5px 0;
      /* color: #555; */
    }

    .section {
      margin-bottom: 30px;
    }

    .section h3 {
      font-size: 18px;
      margin-bottom: 15px;
      color: #0047ab;
      border-left: 4px solid #ff6600;
      padding-left: 10px;
    }

    .section p, .section ul {
      margin: 8px 0;
      color: #333;
      font-size: 15px;
    }

    /* .profile-container ul {
      list-style: none;
      padding: 0;
    } */

    .profile-container ul li {
      background: #f1f5fb;
      padding: 8px 12px;
      border-radius: 8px;
      display: inline-block;
      margin: 5px;
      font-size: 14px;
      color: #1a1a40;
    }


    .btn-primary {
      display: inline-block;
      padding: 12px 24px;
      background: linear-gradient(45deg, #ff6600, #ff944d);
      color: #fff;
      border-radius: 25px;
      text-decoration: none;
      font-weight: 600;
      transition: all 0.3s ease;
    }
    .seo_expertise {
      background: #f1f5fb;
      flex: 1;
      padding: 12px;
      border-radius: 5px;
  }
    .btn-primary:hover {
      opacity: 0.9;
      transform: translateY(-2px);
    }
    .highlight {
        color: #000;
        font-size: 14px;
        font-style: italic;
    }
    .seo_expertise ul li {
    background: linear-gradient(135deg, #4a90e2, #357abd);
    color: #fff;
}.seo_expertise p strong {
  font-size: 18px;
  color: #ff6600;
}
  .profile-title{
    color:#0047ab;
  }.profile_about li {
    flex: 1 1 30%; /* grow | shrink | base width */
    margin: 5px;   /* small gap between items */
    border-left: 4px solid #667eea;
    padding-left: 10px;
    box-sizing: border-box;
}.profile_about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}.profile_work {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between; /* spaces between items */
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.profile_work li {
  flex: 1 1 25%;  /* 4 items per row, equal width */
  /* text-align: center;  */
  border-left: 4px solid #667eea;
  padding: 10px;
  box-sizing: border-box; /* ensures padding doesn’t break layout */
}.avail_badge {
  position: absolute;
  top: 0px;
  right: 0px;
}
    /*view profiel css end*/
    
.submenu .menu-items {
    font-size: 14px;
    padding: 10px 40px;
}
.profile-container .reg-left {
    display: none;
}
#edit-professional .profile-container {
    box-shadow: none;
    max-width: 100%;
}
#edit-professional .profile-container .user_availabilty li {
    background: none !important;
    flex: 1;
}
#edit-professional .profile-container .reg-form-control input[type="checkbox"] {
    width: auto;
}
.profile-container .skils-grid ul li {
    display: flex;
    margin: 0;
    align-items: anchor-center;
}
.profile-container .team-card-inner {
    display: flex;
    gap: 15px;
}
.profile-container .team-photo img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 100%;
    border: 1px solid #ccc;
}
.profile-container .team-card-inner {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
a.login-link {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}
.profile-container .media-block img {
    width: 50px;
}
.d-flex.section.before-after {
    gap: 50px;
    margin: 50px 0;
}
.uploaded-file {
    position: relative;
}

.forgot-password-message {
    background: green;
    color: #fff;
    font-size: 14px;
    text-align: center;
}


.inner-page-hero-inner {
    display: flex;
    gap: 20px;
    align-items: center;
}
.hero-buttons ul {
    display: flex;
    gap: 7px;
}
.hero-buttons ul li {
    font-size: 12px;
    font-weight: 600;
}

@media only screen and (max-width:767px) {
    .seo_expertise {
        width: 100%;
    }
    .profile-container .section .d-flex {
        flex-direction: column;
    }
    .availability-badge {
        top: -48px;
        right: -42px;
    }
    .profile-container {
        padding: 0;
    }
     .profile-container .step-header {
        overflow: auto;
    }
     .profile-container .step-tab .step-label {
        width: max-content;
    }
}
.team_mem_coverbox {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}.team_mem_coverbox .team-card img {
    width: 100%;
    height: auto;
}.team_mem_coverbox .team-card {
    width: 33.3%;
    border: 1px solid #ccc;
    padding: 24px;
    border-radius: 12px;
    transition: 0.5s ease all;
}.team-photoscard {
    height: 250px;
    overflow: hidden;
    margin-bottom: 24px;
}.team_mem_coverbox .team-card:hover {
    background: linear-gradient(90deg, #0F68D2 0%, #1F2E9A 100%);
    color: #fff;
    transition: 0.5s ease all;
}.team_mem_coverbox .team-card:hover h4, .team_mem_coverbox .team-card:hover p, .team_mem_coverbox .team-card:hover a {
    color: #fff;
}
.user_dash_review  ul li{
    transition: 0.5s ease all;
    color: #fff;
    background: linear-gradient(90deg, #0F68D2 0%, #1F2E9A 100%);
}.user_dash_review ul li a{
    color: #fff;
}.user_dash_review ul li strong {
    color: #fff !important;
}.user_dash_review ul li:hover {
    transform: scale(1.1);
    transition: 0.5s ease all;
}
@media (max-width: 991px) { 
    .team_mem_coverbox .team-card{
    width: 100% !important;
    }
}
.dashboard-sidebar{
    background: rgba(30, 60, 170, 0.2)  !important;
}