 66 and /* MedichPlus styles */


/* ==========================
   Marketplace
========================== */

.mplus-marketplace {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}


.mplus-company-card {
    background:#fff;
    border-radius:15px;
    padding:25px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}


.mplus-company-logo img {
    width:90px;
    height:90px;
    object-fit:contain;
    border-radius:50%;
}


.mplus-no-logo {
    width:90px;
    height:90px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#eee;
    margin:auto;
    font-weight:700;
}


.mplus-company-type {
    display:inline-block;
    padding:5px 12px;
    border-radius:20px;
    background:#e8f2ff;
    font-weight:600;
}


.mplus-company-card h3 {
    font-size:22px;
    font-weight:800;
}


.mplus-rating {
    color:#f5a623;
    margin:10px 0;
}


.mplus-company-card a {
    display:inline-block;
    margin-top:15px;
    padding:12px 25px;
    background:#198754;
    color:white;
    border-radius:8px;
    text-decoration:none;
    font-weight:700;
}


/* ==========================
   Company Profile Page
========================== */


.mplus-company-profile {
    padding:20px;
}


.mplus-profile-header {

    display:flex;
    gap:30px;
    align-items:center;
    padding:30px;
    border-radius:20px;
    margin-bottom:30px;

}


/* Logo circle */

.mplus-profile-logo {

    width:140px;
    height:140px;
    flex-shrink:0;
    overflow:hidden;
    border-radius:50%;

}


.mplus-profile-logo img {

    width:140px;
    height:140px;
    max-width:140px;
    max-height:140px;
    object-fit:cover;
    display:block;

}


.mplus-profile-logo .mplus-no-logo {

    width:140px;
    height:140px;

}


/* Company name */

.mplus-profile-info h1 {

    font-size:36px;
    font-weight:900;
    margin:0 0 12px 0;
    letter-spacing:.5px;

}


.mplus-profile-badge {

    display:inline-block;
    padding:6px 14px;
    border-radius:20px;
    font-size:14px;
    font-weight:700;
    background:#e8f7ed;
}


.mplus-profile-info p {

    font-size:17px;
    font-weight:600;

}


/* Description */

.mplus-company-profile > div:last-child {

    font-size:18px;
    line-height:1.7;

}

.mplus-profile-logo {
    width:140px !important;
    height:140px !important;
    overflow:hidden !important;
    border-radius:50% !important;
}

.mplus-profile-logo img {
    width:140px !important;
    height:140px !important;
    max-width:140px !important;
    max-height:140px !important;
    object-fit:cover !important;
    display:block !important;
}

.TEST-LOGO {
    width:140px !important;
    height:140px !important;
    overflow:hidden !important;
    border-radius:50% !important;
}

.TEST-LOGO img {
    width:140px !important;
    height:140px !important;
    max-width:140px !important;
    max-height:140px !important;
    object-fit:cover !important;
}

/* =====================================================
   MedichPlus Company Profile - Complete Premium Style
===================================================== */


.mplus-company-profile {

    max-width:1100px;
    margin:40px auto;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.10);

}


/* Header */

.mplus-profile-header {

    display:flex;
    align-items:center;
    gap:30px;
    padding:40px;
    background:linear-gradient(135deg,#0B5ED7,#198754);
    color:#fff;

}


/* Logo */

.mplus-profile-logo {

    width:150px !important;
    height:150px !important;
    flex:0 0 150px;
    overflow:hidden;
    border-radius:50%;
    background:#fff;
    border:5px solid rgba(255,255,255,.9);
    box-shadow:0 8px 25px rgba(0,0,0,.25);

}


.mplus-profile-logo img {

    width:100% !important;
    height:100% !important;
    object-fit:cover !important;

}



.mplus-no-logo {

    width:100%;
    height:100%;
    background:#fff;
    color:#198754;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;

}


/* Company Details */


.mplus-profile-info h1 {

    margin:0 0 15px;
    font-size:38px;
    font-weight:900;

}



.mplus-profile-badge {

    display:inline-block;
    padding:7px 16px;
    border-radius:25px;
    background:#fff;
    color:#198754;
    font-weight:800;

}



.mplus-profile-info p {

    margin-top:15px;
    font-size:17px;
    font-weight:600;

}


.mplus-rating {

    margin-top:15px;
    font-size:22px;
    color:#FFD43B;

}


.mplus-rating small {

    color:#fff;
    font-size:14px;

}



/* Navigation */


.mplus-profile-nav {

    display:flex;
    gap:30px;
    padding:20px 35px;
    border-bottom:1px solid #eee;
    flex-wrap:wrap;

}


.mplus-profile-nav a {

    text-decoration:none;
    color:#333;
    background:none;
    padding:10px 5px;
    border-radius:0;
    font-weight:700;
    position:relative;

}


.mplus-profile-nav a:hover {

    color:#198754;

}


.mplus-profile-nav a:hover:after {

    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:3px;
    background:#198754;

}



/* Statistics */


.mplus-profile-stats {

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    padding:30px 35px;
    background:#f7f9fc;

}


.mplus-profile-stats div {

    background:#fff;
    padding:20px;
    text-align:center;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,.06);

}


.mplus-profile-stats strong {

    display:block;
    font-size:28px;
    color:#198754;

}


.mplus-profile-stats span {

    color:#666;

}



/* Sections */


.mplus-profile-section {

    padding:35px;

}


.mplus-profile-section h2 {

    margin-top:0;
    font-size:28px;
    color:#0B5ED7;

}



.mplus-about-card {

    background:#f8fafc;
    padding:25px;
    border-radius:15px;
    line-height:1.8;
    font-size:17px;

}



/* Information Grid */


.mplus-company-info-grid {

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;

}


.mplus-company-info-grid div {

    padding:20px;
    border-radius:15px;
    border:1px solid #eee;
    background:#fff;

}


.mplus-company-info-grid strong {

    display:block;
    color:#198754;
    margin-bottom:8px;

}



/* Mobile */

@media(max-width:768px){

.mplus-profile-header{

    flex-direction:column;
    text-align:center;

}


.mplus-profile-info h1{

    font-size:30px;

}


.mplus-profile-stats{

    grid-template-columns:repeat(2,1fr);

}


.mplus-company-info-grid{

    grid-template-columns:1fr;

}

}
/* =====================================
   MedichPlus Auth Gateway Design
===================================== */


.mplus-auth-container {

    min-height: 70vh;
    padding: 40px 20px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    background:
    linear-gradient(
        135deg,
        #00796b,
        #00bfa5
    );

    border-radius:25px;

}



.mplus-auth-brand {

    text-align:center;
    color:white;
    margin-bottom:35px;

}


.mplus-auth-brand h1 {

    font-size:48px;
    margin-bottom:10px;

}


.mplus-auth-brand p {

    font-size:18px;

}




.mplus-auth-options {

    width:100%;
    max-width:420px;

    display:flex;
    flex-direction:column;
    gap:20px;

}




.mplus-auth-box {

    background:white;

    padding:25px;

    border-radius:22px;

    text-decoration:none;

    display:flex;
    flex-direction:column;

    gap:8px;

    box-shadow:
    0 15px 35px rgba(0,0,0,0.15);

    transition:0.3s ease;

}



.mplus-auth-box strong {

    font-size:22px;
    color:#00695c;

}


.mplus-auth-box small {

    color:#555;

}


.mplus-auth-icon {

    font-size:35px;

}



.mplus-auth-box:hover {

    transform:translateY(-5px);

}




@media(max-width:600px){

    .mplus-auth-container {

        border-radius:0;
        min-height:80vh;

    }


    .mplus-auth-brand h1 {

        font-size:38px;

    }


}
/* =====================================
   MedichPlus Login Enhancement
===================================== */


.mplus-login-wrapper {

    max-width:450px;
    margin:50px auto;

    padding:35px 30px;

    background:white;

    border-radius:25px;

    box-shadow:
    0 20px 45px rgba(0,0,0,0.12);

}



.mplus-back-link {

    display:inline-block;

    margin-bottom:20px;

    text-decoration:none;

    color:#00796b;

    font-weight:600;

}



.mplus-login-header {

    text-align:center;

    margin-bottom:30px;

}



.mplus-login-logo {

    font-size:45px;

    margin-bottom:10px;

}



.mplus-login-header h2 {

    margin-bottom:8px;

    font-size:30px;

    color:#00695c;

}



.mplus-login-header p {

    color:#666;

}



.mplus-login-wrapper button {

    background:
    linear-gradient(
        135deg,
        #00796b,
        #00bfa5
    );

    transition:0.3s ease;

}



.mplus-login-wrapper button:hover {

    transform:translateY(-3px);

}



@media(max-width:600px){

    .mplus-login-wrapper {

        margin:25px 15px;

        padding:25px 20px;

    }

}

/* MedichPlus Dashboard Action Cards */

.mplus-dashboard-actions {

    display:flex;
    flex-direction:column;
    gap:20px;
    margin:30px 0;

}


.mplus-action-card {

    width:100%;
    box-sizing:border-box;

    padding:25px;

    display:flex;
    flex-direction:column;
    align-items:flex-start;

    background:#ffffff;

    border-radius:20px;

    text-decoration:none;

    box-shadow:0 10px 30px rgba(0,0,0,0.08);

    transition:0.3s ease;

}


.mplus-action-card span {

    font-size:35px;
    margin-bottom:12px;

}


.mplus-action-card strong {

    font-size:22px;
    color:#00695c;

    display:block;

}


.mplus-action-card small {

    margin-top:8px;
    color:#666;

    display:block;

}


.mplus-action-card:hover {

    transform:translateY(-5px);

}
/*
|--------------------------------------------------------------------------
| Floating Notification Bell
|--------------------------------------------------------------------------
*/

.mplus-notification-bell{

    position:fixed;

    top:20px;

    right:20px;

    width:56px;

    height:56px;

    background:#ffffff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:0 8px 20px rgba(0,0,0,.15);

    cursor:pointer;

    z-index:99999;

    transition:.3s;

}

.mplus-notification-bell:hover{

    transform:translateY(-2px);

}

.mplus-bell-icon{

    font-size:26px;

}

.mplus-bell-count{

    position:absolute;

    top:-5px;

    right:-5px;

    min-width:22px;

    height:22px;

    border-radius:50%;

    background:#d63638;

    color:#fff;

    font-size:12px;

    font-weight:bold;

    display:flex;

    align-items:center;

    justify-content:center;

    padding:0 6px;

}
.mplus-notification-wrapper{
    position:fixed;
    top:20px;
    right:20px;
    z-index:99999;
}

.mplus-notification-panel{
    display:none;
    position:absolute;
    top:70px;
    right:0;
    width:360px;
    max-height:450px;
    overflow-y:auto;
    background:#fff;
    border-radius:12px;
    box-shadow:0 12px 30px rgba(0,0,0,.15);
    padding:20px;
    
}

.mplus-notification-panel.active {

    display:block;

}

.mplus-notification-item{
    padding:12px 0;
    border-bottom:1px solid #eee;
}

.mplus-notification-item:last-child{
    border-bottom:none;
}

.mplus-notification-item p{
    margin:8px 0;
}

.mplus-notification-item small{
    color:#777;
}
.mplus-notification-icon {
    margin-right: 8px;
    font-size: 18px;
}

.mplus-notification-icon.approval {
    color: green;
}

.mplus-notification-icon.rejection {
    color: red;
}

.mplus-notification-item.unread {
    font-weight: 600;
}

.mplus-notification-item.unread::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
}


.mplus-notification-panel {

    width: 350px;
    max-height: 450px;
    overflow-y: auto;
    padding: 15px;
    border-radius: 12px;

}

.mplus-notification-item {

    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    transition: transform 0.2s ease;

}

.mplus-notification-item:hover {

    transform: translateY(-2px);

}

.mplus-notification-item strong {

    display: block;
    margin-bottom: 6px;

}

.mplus-notification-item p {

    margin: 0 0 8px 0;

}

.mplus-notification-item small {

    font-size: 12px;

}

.mplus-add-product-wrapper .button {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
}

.mplus-status {
    display:inline-block;
    padding:6px 12px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
}

.mplus-status.approved {
    background:#e7f7ed;
}

.mplus-status.pending {
    background:#fff6d8;
}

.mplus-status.rejected {
    background:#fde8e8;
}

/* ==========================================
   Company Profile Tabs
========================================== */

.mplus-profile-nav{
    display:flex;
    gap:12px;
    margin:30px 0;
    padding-bottom:12px;
    border-bottom:1px solid #e5e7eb;
    overflow-x:auto;
    white-space:nowrap;
}

.mplus-profile-nav::-webkit-scrollbar{
    height:5px;
}

.mplus-tab-button{
    background:transparent;
    border:none;
    padding:12px 18px;
    font-size:15px;
    font-weight:600;
    color:#666;
    cursor:pointer;
    border-bottom:3px solid transparent;
    transition:.25s;
}

.mplus-tab-button:hover{
    color:#2271b1;
}

.mplus-tab-button.active{
    color:#2271b1;
    border-bottom-color:#2271b1;
}

.mplus-tab-content{
    animation:mplusFade .25s ease;
}

@keyframes mplusFade{

    from{
        opacity:0;
        transform:translateY(8px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/* ==========================================
   Product Cards
========================================== */

.mplus-products-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
    gap:24px;
    margin-top:25px;
}

.mplus-product-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:20px;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
    transition:.25s;
}

.mplus-product-card:hover{
    transform:translateY(-4px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.mplus-product-card img{
    width:100%;
    height:200px;
    object-fit:cover;
    border-radius:10px;
    margin-bottom:15px;
}

.mplus-product-card h3{
    margin:0 0 10px;
    font-size:20px;
}

.mplus-product-badge{
    display:inline-block;
    background:#e8f7ed;
    color:#00a32a;
    padding:5px 10px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

.mplus-product-card p{
    margin:8px 0;
    color:#555;
}

/* ==========================================
   Product Details Panel
========================================== */

.mplus-product-details{
    margin-top:18px;
    padding-top:18px;
    border-top:1px solid #e5e7eb;
    animation:mplusFade .25s ease;
}

.mplus-product-details p{
    margin:10px 0;
    line-height:1.6;
}

.mplus-product-toggle{
    width:100%;
    margin-top:18px;
    padding:12px;
    border:none;
    border-radius:8px;
    background:#2271b1;
    color:#fff;
    font-weight:600;
    cursor:pointer;
    transition:.25s;
}

.mplus-product-toggle:hover{
    background:#135e96;
}

.mplus-product-details strong{
    color:#222;
}

.mplus-update-image{
    width:100%;
    max-height:260px;
    object-fit:cover;
    border-radius:12px;
    margin:15px 0;
}

/*
|--------------------------------------------------------------------------
| MedichPlus Premium Company Updates
|--------------------------------------------------------------------------
*/

.mplus-updates-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}


/* Card */

.mplus-update-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid #e7edf3;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    transition: .35s ease;
}


.mplus-update-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.14);
}


/* Featured */

.mplus-update-card.featured {
    border: 2px solid #0aa88f;
}


/* Image */

.mplus-update-image-wrapper {

    height:230px;
    overflow:hidden;

}


.mplus-update-image {

    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s ease;

}


.mplus-update-card:hover .mplus-update-image {

    transform:scale(1.08);

}


/* Content */

.mplus-update-content {

    padding:25px;

}


.mplus-update-content h3 {

    font-size:22px;
    margin:12px 0;
    color:#123;

}


.mplus-update-content small {

    color:#64748b;

}


.mplus-update-summary {

    margin-top:15px;
    color:#374151;
    line-height:1.7;

}


/* Read more */

.mplus-read-more,
.mplus-show-less {

    margin-top:15px;
    padding:10px 18px;
    border:none;
    border-radius:25px;
    cursor:pointer;
    font-weight:600;
    background:#0aa88f;
    color:white;
    transition:.3s ease;

}


.mplus-read-more:hover,
.mplus-show-less:hover {

    opacity:.85;

}


/* Full details */

.mplus-full-update {

    margin-top:15px;
    padding-top:15px;
    border-top:1px solid #e5e7eb;

    animation:mplusFade .3s ease;

}


@keyframes mplusFade {

    from {
        opacity:0;
        transform:translateY(-10px);
    }

    to {
        opacity:1;
        transform:translateY(0);
    }

}


/* Badges */

.mplus-update-badge,
.mplus-featured-badge {

    display:inline-block;
    padding:6px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;

}


.mplus-update-badge {

    background:#e0f2fe;
    color:#0369a1;

}


.mplus-featured-badge {

    background:#fff4cc;
    color:#9a6b00;

}


/* Mobile */

@media(max-width:600px){

    .mplus-updates-list {

        grid-template-columns:1fr;

    }


    .mplus-update-content {

        padding:18px;

    }


    .mplus-update-image-wrapper {

        height:200px;

    }

}
.mplus-featured-badge {
    display:inline-block;
    margin:15px 25px 0;
    padding:8px 16px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    background:#fff4cc;
    color:#9a6b00;
}


/* ==========================================
   Services Cards
========================================== */

.mplus-services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
    gap:24px;
    margin-top:25px;
}


.mplus-service-card{

    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:20px;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
    transition:.25s;

}


.mplus-service-card:hover{

    transform:translateY(-4px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);

}


.mplus-service-card img{

    width:100%;
    height:200px;
    object-fit:cover;
    border-radius:10px;
    margin-bottom:15px;

}


.mplus-service-card h3{

    margin:0 0 10px;
    font-size:20px;

}


.mplus-service-badge{

    display:inline-block;
    background:#e0f2fe;
    color:#0369a1;
    padding:5px 10px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;

}


.mplus-service-card p{

    margin:8px 0;
    color:#555;
    line-height:1.6;

}


.mplus-service-card strong{

    color:#222;

}


/* Mobile */

@media(max-width:600px){

    .mplus-services-grid{

        grid-template-columns:1fr;

    }

}



.mplus-status-approved,
.mplus-status-pending,
.mplus-status-rejected {

    display:inline-block;
    padding:5px 12px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;

}


.mplus-status-approved {

    background:#dcfce7;
    color:#15803d;

}


.mplus-status-pending {

    background:#fef9c3;
    color:#a16207;

}


.mplus-status-rejected {

    background:#fee2e2;
    color:#b91c1c;

}

.mplus-stats-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
margin:25px 0;
}

.mplus-stat-card{
background:#fff;
padding:20px;
border-radius:12px;
box-shadow:0 2px 8px rgba(0,0,0,.08);
border-left:5px solid #0d6efd;
}

.mplus-stat-card h2{
margin:0;
font-size:32px;
}

.mplus-stat-card p{
margin:10px 0 0;
font-size:15px;
color:#666;
}

.mplus-status-green{
background:#d1fae5;
color:#065f46;
padding:6px 12px;
border-radius:20px;
font-weight:600;
display:inline-block;
}

.mplus-status-yellow{
background:#fef3c7;
color:#92400e;
padding:6px 12px;
border-radius:20px;
font-weight:600;
display:inline-block;
}

.mplus-status-blue{
background:#dbeafe;
color:#1e40af;
padding:6px 12px;
border-radius:20px;
font-weight:600;
display:inline-block;
}

.mplus-status-red{
background:#fee2e2;
color:#991b1b;
padding:6px 12px;
border-radius:20px;
font-weight:600;
display:inline-block;
}

.mplus-status-gray{
background:#e5e7eb;
color:#374151;
padding:6px 12px;
border-radius:20px;
font-weight:600;
display:inline-block;
}



/* ==========================================
   MedichPlus Revenue Dashboard Cards
========================================== */


.mplus-stats-grid {

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin:25px 0;

}



.mplus-stat-card {

    background:#ffffff;
    padding:25px;
    border-radius:15px;
    border:1px solid #e5e7eb;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.25s ease;

}



.mplus-stat-card:hover {

    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.12);

}



.mplus-stat-card h2 {

    margin:0;
    font-size:28px;
    font-weight:800;
    color:#0B5ED7;

}



.mplus-stat-card p {

    margin-top:10px;
    font-size:15px;
    font-weight:600;
    color:#666;

}



@media(max-width:768px){

    .mplus-stats-grid{

        grid-template-columns:1fr;

    }

}


/* ==========================================
   MedichPlus Dashboard
========================================== */

.mplus-dashboard-actions{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:20px;
    margin:25px 0;
}

.mplus-action-card{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;

    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:14px;

    padding:22px;

    text-decoration:none;
    color:#222;

    transition:.25s ease;

    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.mplus-action-card:hover{

    transform:translateY(-4px);

    box-shadow:0 12px 28px rgba(0,0,0,.12);

    border-color:#0d6efd;

}

.mplus-action-card span{

    font-size:34px;

    margin-bottom:12px;

}

.mplus-action-card strong{

    font-size:18px;

    margin-bottom:8px;

    color:#222;

}

.mplus-action-card small{

    color:#666;

    line-height:1.5;

}

.mplus-dashboard-section{

    margin-top:35px;

}

.mplus-dashboard-section h3{

    margin-bottom:18px;

    font-size:22px;

    border-left:5px solid #0d6efd;

    padding-left:12px;

}


/*
|--------------------------------------------------------------------------
| Dashboard Quick Actions
|--------------------------------------------------------------------------
*/

.mplus-dashboard-menu{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:20px;
    margin:30px 0;
}

.mplus-dashboard-menu .mplus-action-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;

    min-height:170px;

    padding:25px 20px;

    background:#ffffff;

    border:1px solid #e5e7eb;

    border-radius:18px;

    text-decoration:none;

    color:#1f2937;

    transition:all .25s ease;

    box-shadow:0 8px 20px rgba(0,0,0,.05);
}

.mplus-dashboard-menu .mplus-action-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 35px rgba(0,0,0,.12);
}

.mplus-dashboard-menu .mplus-action-card span{
    font-size:42px;
    margin-bottom:15px;
}

.mplus-dashboard-menu .mplus-action-card strong{
    font-size:17px;
    margin-bottom:8px;
}

.mplus-dashboard-menu .mplus-action-card small{
    color:#6b7280;
    line-height:1.5;
}

@media (max-width:768px){

    .mplus-dashboard-menu{
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }

    .mplus-dashboard-menu .mplus-action-card{
        min-height:145px;
        padding:18px;
    }

    .mplus-dashboard-menu .mplus-action-card span{
        font-size:34px;
    }

}

/*
|--------------------------------------------------------------------------
| Dashboard Statistics
|--------------------------------------------------------------------------
*/

.mplus-dashboard-stats{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:20px;
    margin:25px 0 35px;
}

.mplus-stat-box{
    background:linear-gradient(135deg,#0f766e,#14b8a6);
    color:#fff;
    border-radius:18px;
    padding:24px;
    text-align:center;
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}

.mplus-stat-box h2{
    font-size:36px;
    margin:0;
    font-weight:700;
}

.mplus-stat-box p{
    margin-top:10px;
    font-size:15px;
    opacity:.95;
}
/*
|--------------------------------------------------------------------------
| Company Profile Card
|--------------------------------------------------------------------------
*/

.mplus-company-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:30px;
    margin-bottom:30px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.mplus-company-header{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:25px;
}

.mplus-company-logo{
    width:80px;
    height:80px;
    border-radius:50%;
    background:#0f766e;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:34px;
}

.mplus-company-role{
    display:inline-block;
    margin-top:8px;
    background:#ecfeff;
    color:#0f766e;
    padding:6px 14px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
}

.mplus-company-info{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:20px;
}

.mplus-company-info strong{
    display:block;
    margin-bottom:6px;
    color:#6b7280;
}

.mplus-company-info p{
    margin:0;
    font-size:16px;
    color:#111827;
}

/*
|--------------------------------------------------------------------------
| Recent Activity
|--------------------------------------------------------------------------
*/

.mplus-recent-activity{
    margin-top:35px;
    background:#fff;
    border-radius:18px;
    padding:25px;
    border:1px solid #e5e7eb;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
}

.mplus-recent-activity h3{
    margin-bottom:20px;
}

.mplus-recent-activity ul{
    list-style:none;
    padding:0;
    margin:0;
}

.mplus-recent-activity li{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 0;
    border-bottom:1px solid #eee;
}

.mplus-recent-activity li:last-child{
    border-bottom:none;
}

.mplus-recent-activity span{
    background:#dcfce7;
    color:#166534;
    padding:6px 12px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
}

/*
|--------------------------------------------------------------------------
| Dashboard Two Column Layout
|--------------------------------------------------------------------------
*/

.mplus-dashboard-grid{
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:30px;
    align-items:start;
    margin:30px 0;
}

.mplus-dashboard-left,
.mplus-dashboard-right{
    display:flex;
    flex-direction:column;
    gap:25px;
}

@media (max-width:992px){

    .mplus-dashboard-grid{
        grid-template-columns:1fr;
    }

}
.mplus-dashboard-hero{

position:relative;

overflow:hidden;

padding:60px 40px;

border-radius:28px;

margin-bottom:35px;

background:linear-gradient(135deg,#0f7dc2 0%,#00b89c 100%);

color:#fff;

text-align:center;

box-shadow:0 25px 60px rgba(0,125,194,.25);

}

.mplus-hero-overlay{

position:absolute;

top:-120px;

right:-100px;

width:320px;

height:320px;

background:rgba(255,255,255,.08);

border-radius:50%;

}

.mplus-dashboard-logo{

width:130px;

max-width:90%;

margin-bottom:20px;

position:relative;

z-index:2;

}

.mplus-hero-content{

position:relative;

z-index:2;

}

.mplus-dashboard-hero h1{

margin:0;

font-size:36px;

font-weight:700;

}

.mplus-dashboard-hero h2{

margin:15px 0 10px;

font-size:24px;

font-weight:600;

opacity:.95;

}

.mplus-hero-role{

font-size:17px;

opacity:.9;

margin-bottom:18px;

}

.mplus-status-pill{

display:inline-block;

padding:10px 24px;

border-radius:999px;

background:rgba(255,255,255,.18);

backdrop-filter:blur(12px);

font-weight:700;

border:1px solid rgba(255,255,255,.25);

}

@media(max-width:768px){

.mplus-dashboard-hero{

padding:40px 25px;

}

.mplus-dashboard-logo{

width:100px;

}

.mplus-dashboard-hero h1{

font-size:28px;

}

.mplus-dashboard-hero h2{

font-size:20px;

}

}

.mplus-dashboard-role{

    display:inline-block;

    margin-top:10px;

    padding:8px 18px;

    border-radius:30px;

    background:rgba(255,255,255,.18);

    backdrop-filter:blur(10px);

    font-size:14px;

    font-weight:600;

}

@keyframes mplusFloat{

    0%{transform:translateY(0);}

    50%{transform:translateY(-8px);}

    100%{transform:translateY(0);}

}

.mplus-section-title{

margin:35px 0 20px;

font-size:22px;

font-weight:700;

color:#184b63;

}

.mplus-quick-actions{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(180px,1fr));

gap:18px;

margin-bottom:35px;

}

.mplus-quick-card{

background:#fff;

border-radius:18px;

padding:24px;

text-align:center;

text-decoration:none;

color:#222;

transition:.3s;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.mplus-quick-card span{

font-size:34px;

display:block;

margin-bottom:15px;

}

.mplus-quick-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 40px rgba(13,124,102,.18);

}
.mplus-request-banner{

margin:35px 0;

padding:35px;

border-radius:22px;

background:linear-gradient(135deg,#00b6a3,#0f7dc2);

display:flex;

justify-content:space-between;

align-items:center;

gap:30px;

color:#fff;

position:relative;

overflow:hidden;

box-shadow:0 18px 40px rgba(0,130,150,.25);

}

.mplus-request-banner::before{

content:"";

position:absolute;

width:320px;

height:320px;

right:-120px;

top:-120px;

background:rgba(255,255,255,.08);

border-radius:50%;

}

.mplus-request-banner::after{

content:"";

position:absolute;

width:180px;

height:180px;

left:-60px;

bottom:-60px;

background:rgba(255,255,255,.06);

border-radius:50%;

}

.mplus-request-banner h2{

margin:0 0 10px;

font-size:32px;

font-weight:700;

position:relative;

z-index:2;

}

.mplus-request-banner p{

margin:0;

font-size:16px;

opacity:.95;

position:relative;

z-index:2;

max-width:550px;

}

.mplus-request-button{

display:inline-flex;

align-items:center;

justify-content:center;

padding:18px 36px;

background:#fff;

color:#0f7dc2;

font-weight:700;

font-size:17px;

border-radius:50px;

text-decoration:none;

transition:.3s;

position:relative;

z-index:2;

white-space:nowrap;

}

.mplus-request-button:hover{

transform:translateY(-4px) scale(1.03);

box-shadow:0 12px 25px rgba(0,0,0,.2);

}

@media(max-width:768px){

.mplus-request-banner{

flex-direction:column;

text-align:center;

}

}
.mplus-quick-actions{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(140px,1fr));

gap:18px;

margin:25px 0;

}

.mplus-quick-tile{

background:#fff;

border-radius:18px;

padding:22px 15px;

text-align:center;

text-decoration:none;

color:#183153;

box-shadow:0 8px 25px rgba(0,0,0,.06);

transition:.3s;

border:1px solid #eef3f8;

}

.mplus-quick-tile:hover{

transform:translateY(-6px);

box-shadow:0 18px 40px rgba(0,0,0,.12);

border-color:#16bfb5;

}

.mplus-tile-icon{

width:62px;

height:62px;

margin:auto;

margin-bottom:15px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

background:linear-gradient(135deg,#12c2a9,#00a8e8);

color:#fff;

}

.mplus-quick-tile span{

display:block;

font-weight:600;

font-size:15px;

}

.mplus-recent-activity{

margin-top:40px;

background:#fff;

padding:30px;

border-radius:20px;

box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.mplus-recent-activity h3{

margin-bottom:25px;

}

.mplus-activity-item{

display:flex;

align-items:center;

gap:18px;

padding:18px 0;

border-bottom:1px solid #eef2f6;

}

.mplus-activity-item:last-child{

border-bottom:none;

}

.mplus-activity-icon{

width:50px;

height:50px;

border-radius:50%;

background:linear-gradient(135deg,#00bfa5,#0f7dc2);

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

color:#fff;

flex-shrink:0;

}

.mplus-activity-item strong{

display:block;

margin-bottom:5px;

}

.mplus-activity-item p{

margin:0;

color:#666;

}

.mplus-activity-item small{

color:#999;

}


.mplus-workspace{

margin:40px 0;

}

.mplus-workspace-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(180px,1fr));

gap:20px;

}

.mplus-workspace-card{

background:#fff;

border-radius:18px;

padding:25px;

text-decoration:none;

color:#183153;

box-shadow:0 8px 25px rgba(0,0,0,.06);

transition:.3s;

border:1px solid #edf2f7;

}

.mplus-workspace-card:hover{

transform:translateY(-6px);

border-color:#00b6a3;

box-shadow:0 18px 40px rgba(0,182,163,.15);

}

.mplus-workspace-card span{

font-size:34px;

display:block;

margin-bottom:15px;

}

.mplus-workspace-card strong{

display:block;

font-size:17px;

margin-bottom:6px;

}

.mplus-workspace-card small{

color:#6c7a89;

line-height:1.5;

}



.mplus-company-card{

background:#fff;

border-radius:22px;

padding:35px;

margin-top:30px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.mplus-company-top{

display:flex;

align-items:center;

justify-content:space-between;

gap:20px;

margin-bottom:30px;

flex-wrap:wrap;

}

.mplus-company-icon{

width:70px;

height:70px;

border-radius:20px;

background:linear-gradient(135deg,#0f7dc2,#00b89c);

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

color:#fff;

}

.mplus-company-heading{

flex:1;

}

.mplus-company-heading h2{

margin:0;

font-size:28px;

}

.mplus-company-role{

display:inline-block;

margin-top:8px;

padding:6px 14px;

border-radius:999px;

background:#eef9f8;

color:#008a74;

font-weight:600;

}

.mplus-company-edit{

padding:12px 20px;

border-radius:12px;

background:#0f7dc2;

color:#fff;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.mplus-company-edit:hover{

transform:translateY(-2px);

}

.mplus-company-info{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(240px,1fr));

gap:20px;

}

.mplus-info-item{

display:flex;

gap:15px;

align-items:flex-start;

padding:18px;

background:#f8fbfd;

border-radius:16px;

}

.mplus-info-item span{

font-size:24px;

}

.mplus-info-item p{

margin:5px 0 0;

color:#666;

}

@media(max-width:768px){

.mplus-company-top{

flex-direction:column;

align-items:flex-start;

}

.mplus-company-edit{

width:100%;

text-align:center;

}

}
.mplus-workspace-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(230px,1fr));

gap:25px;

margin-top:20px;

}

.mplus-workspace-card{

background:#fff;

padding:28px;

border-radius:22px;

text-decoration:none;

color:#1f2937;

box-shadow:0 12px 35px rgba(0,0,0,.08);

transition:all .35s ease;

position:relative;

overflow:hidden;

}

.mplus-workspace-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:4px;

background:linear-gradient(90deg,#0f7dc2,#00b89c);

transform:scaleX(0);

transform-origin:left;

transition:.35s;

}

.mplus-workspace-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 45px rgba(15,125,194,.18);

}

.mplus-workspace-card:hover::before{

transform:scaleX(1);

}

.mplus-workspace-icon{

font-size:42px;

margin-bottom:18px;

}

.mplus-workspace-card h4{

margin:0 0 10px;

font-size:22px;

}

.mplus-workspace-card p{

margin:0;

color:#6b7280;

line-height:1.6;

}

.mplus-trade-panel {
    display: none;
}

.mplus-trade-panel.active {
    display: block;
}


.mplus-trade-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}


.mplus-trade-tab {
    cursor: pointer;
    padding: 10px 18px;
}


.mplus-trade-tab.active {
    font-weight: bold;
}
/* 
|--------------------------------------------------------------------------
| MedichPlus Trade Center Styling
|--------------------------------------------------------------------------
*/

.mplus-trade-center {
    background: #ffffff;
    padding: 25px;
    border-radius: 18px;
    margin-top: 20px;
}


.mplus-trade-header {
    margin-bottom: 25px;
}


.mplus-trade-header h2 {
    margin-bottom: 8px;
}


.mplus-trade-header p {
    opacity: 0.7;
}


/* Tabs */

.mplus-trade-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}


.mplus-trade-tab {
    border: none;
    padding: 12px 22px;
    border-radius: 12px;
    background: #f1f5f9;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 15px;
}


.mplus-trade-tab:hover {
    transform: translateY(-2px);
}


.mplus-trade-tab.active {
    background: #0f766e;
    color: white;
}


/* Content Cards */

.mplus-trade-card {
    background: #f8fafc;
    padding: 25px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    transition: 0.3s ease;
}


.mplus-trade-card:hover {
    transform: translateY(-3px);
}


/* Summary */

.mplus-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 15px;
}


.mplus-summary-grid div {
    background: #f8fafc;
    padding: 20px;
    border-radius: 16px;
    text-align: center;
}


.mplus-summary-grid strong {
    display: block;
    font-size: 28px;
    margin-bottom: 5px;
}


/* Mobile */

@media (max-width: 768px) {

    .mplus-summary-grid {
        grid-template-columns: 1fr;
    }


    .mplus-trade-tabs {
        flex-direction: column;
    }


    .mplus-trade-tab {
        width: 100%;
    }

}