.elementor-2826 .elementor-element.elementor-element-4873897f{--display:flex;}.elementor-2826 .elementor-element.elementor-element-d855b73{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2826 .elementor-element.elementor-element-ae2b728{--display:flex;}.elementor-2826 .elementor-element.elementor-element-fc39e4a{font-family:"ADLaM Display", Sans-serif;text-transform:none;}.elementor-2826 .elementor-element.elementor-element-fc39e4a p{margin-block-end:0px;}@media(max-width:1024px){.elementor-2826 .elementor-element.elementor-element-fc39e4a{text-align:center;}.elementor-2826 .elementor-element.elementor-element-fc39e4a p{margin-block-end:0px;}}/* Start custom CSS for text-editor, class: .elementor-element-fc39e4a */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

body {
    background: #f5f7fb;
    padding: 40px;
}

.client-dashboard {
    max-width: 1100px;
    margin: auto;
}

h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

h1 span {
    color: #2f80ff;
}

.subtitle {
    color: #666;
    margin-bottom: 40px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.card h2 {
    margin-bottom: 10px;
    font-size: 20px;
}

.card p, .card li {
    color: #555;
    font-size: 15px;
}

.card ul {
    margin-top: 10px;
    padding-left: 20px;
}

.highlight {
    margin-top: 10px;
    font-weight: bold;
    color: #2f80ff;
}

.btn {
    display: inline-block;
    margin-top: 15px;
    background: #2f80ff;
    color: white;
    padding: 10px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
}

.btn:hover {
    background: #1c66d6;
}

.btn-outline {
    display: inline-block;
    margin-top: 15px;
    border: 2px solid #2f80ff;
    color: #2f80ff;
    padding: 10px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
}

.btn-outline:hover {
    background: #2f80ff;
    color: white;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ae2b728 */body {
  font-family: 'Segoe UI', sans-serif;
  background: #f4f6fb;
  padding: 40px;
}

.dashboard {
  max-width: 1200px;
  margin: auto;
}

h1 {
  font-size: 34px;
}

h1 span {
  color: #2f80ff;
}

.subtitle {
  color: #666;
  margin-bottom: 30px;
}

.actions {
  margin-bottom: 20px;
}

.btn-primary {
  background: #2f80ff;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.btn-primary:hover {
  background: #1f6ae1;
}

h2 {
  margin: 30px 0 15px;
}

.table-wrapper {
  background: white;
  border-radius: 15px;
  overflow-x: auto;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

table {
  width: 100%;
  border-collapse: collapse;
}

thead {
  background: #f0f3fa;
}

th, td {
  padding: 15px;
  text-align: left;
  font-size: 14px;
}

th {
  font-weight: 600;
}

tr:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.status {
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.status.done {
  background: #e6f7ee;
  color: #1e8e5a;
}

.status.pending {
  background: #fff4e5;
  color: #b26a00;
}

.link {
  color: #2f80ff;
  text-decoration: none;
  font-weight: 500;
}

.link:hover {
  text-decoration: underline;
}/* End custom CSS */