/* /Components/Layout/MainLayout.razor.rz.scp.css */
.pharma-layout[b-rcqn9vy6ln] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.pharma-main[b-rcqn9vy6ln] {
    flex: 1;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Nav styling is in pharma.css */
/* /Components/Pages/About.razor.rz.scp.css */
/* About Page Scoped Styles */

.about-hero[b-o4h8m4npu4] {
    padding: 180px 0 100px;
    background: linear-gradient(135deg, #064e3b 0%, #10b981 100%);
    position: relative;
    overflow: hidden;
    color: white;
}

.hero-bg[b-o4h8m4npu4] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.1) 0%, transparent 40%);
    z-index: 1;
}

.hero-tag[b-o4h8m4npu4] {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-hero h1[b-o4h8m4npu4] {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

/* Overview Section */
.overview-image-stack[b-o4h8m4npu4] {
    position: relative;
    display: inline-block;
}

.overview-image-stack .main-img[b-o4h8m4npu4] {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.experience-badge[b-o4h8m4npu4] {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: #10b981;
    color: white;
    padding: 2rem;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

@keyframes float-b-o4h8m4npu4 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.animate-float[b-o4h8m4npu4] {
    animation: float-b-o4h8m4npu4 4s ease-in-out infinite;
}

.experience-badge .number[b-o4h8m4npu4] {
    font-size: 2.5rem;
    font-weight: 800;
}

.experience-badge .text[b-o4h8m4npu4] {
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.mini-stat[b-o4h8m4npu4] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
}

.stat-icon[b-o4h8m4npu4] {
    font-size: 2rem;
}

.mini-stat h5[b-o4h8m4npu4] {
    margin-bottom: 0.1rem;
    font-weight: 800;
    color: #0f172a;
}

.mini-stat p[b-o4h8m4npu4] {
    margin-bottom: 0;
    color: #64748b;
    font-size: 0.9rem;
}

/* Mission Vision Cards */
.mv-card[b-o4h8m4npu4] {
    background: white;
    padding: 3rem 2rem;
    border-radius: 24px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}

.mv-card.active[b-o4h8m4npu4] {
    background: #064e3b;
    color: white;
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(6, 78, 59, 0.2);
}

.card-icon[b-o4h8m4npu4] {
    width: 60px;
    height: 60px;
    background: #eff6ff;
    color: #10b981;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.mv-card.active .card-icon[b-o4h8m4npu4] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.mv-card h3[b-o4h8m4npu4] {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
}

.mv-card p[b-o4h8m4npu4] {
    line-height: 1.7;
    margin-bottom: 0;
}

/* Timeline */
.timeline-container[b-o4h8m4npu4] {
    max-width: 800px;
    margin: 4rem auto 0;
    position: relative;
    padding-right: 3rem;
    border-right: 3px solid #e2e8f0;
}

.timeline-item[b-o4h8m4npu4] {
    position: relative;
    margin-bottom: 3rem;
}

.timeline-item[b-o4h8m4npu4]::before {
    content: "";
    position: absolute;
    right: -37px;
    top: 0;
    width: 16px;
    height: 16px;
    background: white;
    border: 3px solid #cbd5e1;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.3s ease;
}

.timeline-item.active[b-o4h8m4npu4]::before {
    background: #10b981;
    border-color: #10b981;
    box-shadow: 0 0 0 5px rgba(16, 185, 129, 0.2);
}

.timeline-item .year[b-o4h8m4npu4] {
    font-size: 1.25rem;
    font-weight: 800;
    color: #cbd5e1;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.timeline-item.active .year[b-o4h8m4npu4] {
    color: #10b981;
}

.timeline-item .content h4[b-o4h8m4npu4] {
    font-weight: 700;
    color: #1e293b;
}

/* CTA Box */
.cta-box[b-o4h8m4npu4] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.2);
}

.title-underline[b-o4h8m4npu4] {
    width: 60px;
    height: 4px;
    background: #10b981;
    margin: 1.5rem auto;
    border-radius: 50px;
}

@media (max-width: 991px) {
    .about-hero h1[b-o4h8m4npu4] {
        font-size: 2.5rem;
    }

    .experience-badge[b-o4h8m4npu4] {
        right: 0;
        bottom: 0;
        padding: 1.5rem;
    }

    .mv-card.active[b-o4h8m4npu4] {
        transform: none;
    }
}
/* /Components/Pages/Blog.razor.rz.scp.css */
/* Container Spacing */
.blog-container[b-mwm81jznt4] {
    padding-bottom: 5rem;
}

/* Hero Section (Reused) */
.blog-hero[b-mwm81jznt4] {
    padding-top: 140px;
    padding-bottom: 80px;
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
}

.hero-bg-overlay[b-mwm81jznt4] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 40%);
    pointer-events: none;
}

.relative-z[b-mwm81jznt4] {
    position: relative;
    z-index: 2;
}

/* Common Section Header */
.section-header[b-mwm81jznt4] {
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

/* Featured / Latest Cards */
.blog-card[b-mwm81jznt4] {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-card:hover[b-mwm81jznt4] {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.blog-image[b-mwm81jznt4] {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.image-wrapper[b-mwm81jznt4] {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.blog-card:hover .image-wrapper[b-mwm81jznt4] {
    transform: scale(1.05);
}

.blog-category[b-mwm81jznt4] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #059669;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.blog-content[b-mwm81jznt4] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: calc(100% - 200px);
}

.blog-title[b-mwm81jznt4] {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.blog-title a[b-mwm81jznt4] {
    color: #1f2937;
    text-decoration: none;
    transition: color 0.2s;
}

.blog-title a:hover[b-mwm81jznt4] {
    color: #059669;
}

.blog-excerpt[b-mwm81jznt4] {
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

.read-more-link[b-mwm81jznt4] {
    color: #059669;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.read-more-link:hover[b-mwm81jznt4] {
    gap: 0.5rem;
}

/* Popular Section */
.popular-card[b-mwm81jznt4] {
    height: 120px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.popular-card:hover[b-mwm81jznt4] {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.popular-content[b-mwm81jznt4] {
    width: 65%;
}

.stretched-link[b-mwm81jznt4]::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

/* Mini Cards (All Posts) */
.mini-card .blog-content[b-mwm81jznt4] {
    padding: 1rem;
    height: auto;
}

.mini-card .blog-title[b-mwm81jznt4] {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

/* Search Box */
.search-box[b-mwm81jznt4] {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

.search-box .input-group-text[b-mwm81jznt4],
.search-box .form-control[b-mwm81jznt4] {
    border: 1px solid #e2e8f0;
    padding: 0.75rem 1rem;
}

.search-box .input-group-text[b-mwm81jznt4] {
    border-left: none;
    background: white;
    color: #94a3b8;
}

.search-box .form-control[b-mwm81jznt4] {
    border-right: none;
    box-shadow: none;
}

.search-box .form-control:focus[b-mwm81jznt4] {
    border-color: #cbd5e1;
}
/* /Components/Pages/BlogPostDetails.razor.rz.scp.css */
.post-header-bg[b-0qy4t4f03z] {
    height: 500px;
    background-color: #10b981;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 4rem;
    margin-bottom: -3rem;
}

.post-header-bg .overlay[b-0qy4t4f03z] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.post-header-content[b-0qy4t4f03z] {
    color: white;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.post-category[b-0qy4t4f03z] {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.post-title[b-0qy4t4f03z] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.post-meta[b-0qy4t4f03z] {
    font-size: 0.95rem;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.content-container[b-0qy4t4f03z] {
    padding-bottom: 5rem;
}

.post-card[b-0qy4t4f03z] {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    position: relative;
    z-index: 10;
}

.post-icon-wrapper[b-0qy4t4f03z] {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.content-text[b-0qy4t4f03z] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #334155;
}

.content-text p[b-0qy4t4f03z] {
    margin-bottom: 1.5rem;
}

.share-buttons .btn[b-0qy4t4f03z] {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

.share-buttons .btn:hover[b-0qy4t4f03z] {
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .post-header-bg[b-0qy4t4f03z] {
        height: auto;
        padding-top: 120px;
    }

    .post-title[b-0qy4t4f03z] {
        font-size: 1.8rem;
    }

    .post-card[b-0qy4t4f03z] {
        padding: 2rem 1.5rem;
    }
}
/* /Components/Pages/Careers.razor.rz.scp.css */
/* Careers Page Scoped Styles */

.careers-hero[b-nnbx4wg14k] {
    padding: 180px 0 100px;
    background: linear-gradient(135deg, #0f172a 0%, #064e3b 100%);
    position: relative;
    overflow: hidden;
    color: white;
}

.hero-bg[b-nnbx4wg14k] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 80% 20%, rgba(16, 185, 129, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 20% 80%, rgba(13, 148, 136, 0.15) 0%, transparent 40%);
    opacity: 0.8;
}

.hero-badge[b-nnbx4wg14k] {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(16, 185, 129, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 50px;
    color: #34d399;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.careers-hero h1[b-nnbx4wg14k] {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    background: linear-gradient(to bottom, #ffffff, #94a3b8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.careers-hero p[b-nnbx4wg14k] {
    font-size: 1.25rem;
    max-width: 850px;
    margin: 0 auto;
    color: #94a3b8;
}

/* Job Cards */
.job-card[b-nnbx4wg14k] {
    background: white;
    padding: 2.5rem;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.job-card:hover[b-nnbx4wg14k] {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    border-color: rgba(16, 185, 129, 0.2);
}

.job-main-info[b-nnbx4wg14k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.job-title[b-nnbx4wg14k] {
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.job-badges[b-nnbx4wg14k] {
    display: flex;
    gap: 1.5rem;
}

.badge-item[b-nnbx4wg14k] {
    font-size: 0.85rem;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.badge-item i[b-nnbx4wg14k] {
    color: #10b981;
}

/* Application Box */
.application-process-box[b-nnbx4wg14k] {
    border: 1px dashed #cbd5e1;
}

.careers-email[b-nnbx4wg14k] {
    color: #10b981;
    text-decoration: none;
    transition: color 0.3s;
}

.careers-email:hover[b-nnbx4wg14k] {
    color: #064e3b;
}

.title-underline[b-nnbx4wg14k] {
    width: 60px;
    height: 4px;
    background: #10b981;
    margin: 1.5rem auto;
    border-radius: 50px;
}

@media (max-width: 991px) {
    .careers-hero h1[b-nnbx4wg14k] {
        font-size: 2.5rem;
    }

    .job-main-info[b-nnbx4wg14k] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .job-action[b-nnbx4wg14k] {
        width: 100%;
    }

    .job-action button[b-nnbx4wg14k] {
        width: 100%;
    }

    .job-badges[b-nnbx4wg14k] {
        flex-wrap: wrap;
        gap: 1rem;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
/* Contact Page Styles */

.contact-hero[b-q4l7ezzqpr] {
    padding: 160px 0 100px;
    background: linear-gradient(135deg, #064e3b 0%, #10b981 100%);
    position: relative;
    overflow: hidden;
    color: white;
}

.hero-bg[b-q4l7ezzqpr] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 40%);
    z-index: 1;
}

.hero-label[b-q4l7ezzqpr] {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.contact-hero h1[b-q4l7ezzqpr] {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

/* Contact Info Section */
.contact-section[b-q4l7ezzqpr] {
    background-color: #fcfdfe;
}

.section-subtitle[b-q4l7ezzqpr] {
    font-weight: 800;
    color: #0f172a;
    border-right: 5px solid #10b981;
    padding-right: 1rem;
}

.contact-method-card[b-q4l7ezzqpr] {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.contact-method-card:hover[b-q4l7ezzqpr] {
    transform: translateX(-5px);
    border-color: rgba(16, 185, 129, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
}

.method-icon[b-q4l7ezzqpr] {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: #eff6ff;
    color: #10b981;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.method-text h4[b-q4l7ezzqpr] {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1e293b;
}

.method-text p[b-q4l7ezzqpr] {
    margin-bottom: 0;
    color: #64748b;
    font-size: 1rem;
}

/* Social buttons */
.social-circle-btn[b-q4l7ezzqpr] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #f1f5f9;
}

.social-circle-btn:hover[b-q4l7ezzqpr] {
    background: #10b981;
    color: white;
    transform: translateY(-3px);
}

/* Form Styling */
.contact-form-card[b-q4l7ezzqpr] {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.form-label[b-q4l7ezzqpr] {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.form-control[b-q4l7ezzqpr] {
    padding: 0.8rem 1.2rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.form-control:focus[b-q4l7ezzqpr] {
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.1);
    border-color: #10b981;
}

@media (max-width: 991px) {
    .contact-hero h1[b-q4l7ezzqpr] {
        font-size: 2.5rem;
    }
}
/* /Components/Pages/JobDetails.razor.rz.scp.css */
/* Job Details Styles */

.job-details-hero[b-zas3t5gs7r] {
    padding: 140px 0 60px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.breadcrumb-item a[b-zas3t5gs7r] {
    color: #10b981;
    text-decoration: none;
}

.job-id-badge[b-zas3t5gs7r] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
    background: #e2e8f0;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
}

.job-date-badge[b-zas3t5gs7r] {
    font-size: 0.85rem;
    color: #94a3b8;
}

.job-main-title[b-zas3t5gs7r] {
    font-size: 2.75rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1.5rem;
}

.job-meta-strips[b-zas3t5gs7r] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.meta-item[b-zas3t5gs7r] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #475569;
    font-weight: 600;
}

.meta-item i[b-zas3t5gs7r] {
    color: #10b981;
    font-size: 1.25rem;
}

/* Content Area */
.job-content-section[b-zas3t5gs7r] {
    background: #fcfdfe;
}

.section-subtitle[b-zas3t5gs7r] {
    font-weight: 800;
    color: #0f172a;
    position: relative;
}

.description-text[b-zas3t5gs7r] {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #334155;
}

.group-title[b-zas3t5gs7r] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    border-right: 4px solid #10b981;
    padding-right: 1rem;
}

.custom-list[b-zas3t5gs7r] {
    list-style: none;
    padding: 0;
}

.custom-list li[b-zas3t5gs7r] {
    position: relative;
    padding-right: 1.5rem;
    margin-bottom: 0.75rem;
    color: #475569;
}

.custom-list li[b-zas3t5gs7r]::before {
    content: "•";
    color: #10b981;
    font-weight: bold;
    position: absolute;
    right: 0;
    font-size: 1.5rem;
    line-height: 1;
}

/* Sidebar Apply Card */
.apply-card[b-zas3t5gs7r] {
    transition: transform 0.3s ease;
}

.share-btn[b-zas3t5gs7r] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    color: #64748b;
}

.share-btn:hover[b-zas3t5gs7r] {
    transform: translateY(-3px);
    color: white;
}

.share-btn.fb:hover[b-zas3t5gs7r] {
    background-color: #1877f2;
    border-color: #1877f2;
}

.share-btn.tw:hover[b-zas3t5gs7r] {
    background-color: #000000;
    border-color: #000000;
}

.share-btn.ln:hover[b-zas3t5gs7r] {
    background-color: #0a66c2;
    border-color: #0a66c2;
}

.share-btn.wa:hover[b-zas3t5gs7r] {
    background-color: #25d366;
    border-color: #25d366;
}

.hr-text[b-zas3t5gs7r] {
    display: flex;
    align-items: center;
}

.hr-text[b-zas3t5gs7r]::before,
.hr-text[b-zas3t5gs7r]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}

.hr-text small[b-zas3t5gs7r] {
    padding: 0 1rem;
}

@media (max-width: 767px) {
    .job-main-title[b-zas3t5gs7r] {
        font-size: 2rem;
    }

    .job-meta-strips[b-zas3t5gs7r] {
        gap: 1rem;
    }
}
/* /Components/Pages/Partners.razor.rz.scp.css */
/* Partners Page Styles */

.partners-hero[b-2yciru197s] {
    padding: 160px 0 100px;
    background: linear-gradient(135deg, #0d121c 0%, #064e3b 100%);
    position: relative;
    overflow: hidden;
    color: white;
}

.hero-decoration[b-2yciru197s] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 10% 10%, rgba(16, 185, 129, 0.1) 0%, transparent 30%),
        radial-gradient(circle at 90% 90%, rgba(13, 148, 136, 0.1) 0%, transparent 30%);
}

.hero-tag[b-2yciru197s] {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(16, 185, 129, 0.2);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #34d399;
}

.partners-hero h1[b-2yciru197s] {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

/* Partner Cards */
.partners-grid-section[b-2yciru197s] {
    background-color: #fcfdfe;
}

.partner-card[b-2yciru197s] {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.partner-card:hover[b-2yciru197s] {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(16, 185, 129, 0.2);
}

.partner-card-header[b-2yciru197s] {
    padding: 2.5rem 2rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.partner-logo-box[b-2yciru197s] {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo-box img[b-2yciru197s] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.partner-card:hover .partner-logo-box img[b-2yciru197s] {
    filter: grayscale(0%);
}

.partner-country[b-2yciru197s] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
    background: #f1f5f9;
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
}

.partner-card-body[b-2yciru197s] {
    padding: 1rem 2rem 2rem;
    flex-grow: 1;
}

.partner-name[b-2yciru197s] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.partner-industry[b-2yciru197s] {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #10b981;
    margin-bottom: 1.25rem;
}

.partner-description[b-2yciru197s] {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.partner-card-footer[b-2yciru197s] {
    padding: 1.5rem 2rem;
    border-top: 1px solid #f1f5f9;
    background: #fafbfd;
}

.partner-link[b-2yciru197s] {
    color: #0f172a;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.partner-link:hover[b-2yciru197s] {
    color: #10b981;
}

/* Expansion Box */
.expansion-box[b-2yciru197s] {
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(16, 185, 129, 0.1);
}

@media (max-width: 991px) {
    .partners-hero h1[b-2yciru197s] {
        font-size: 2.5rem;
    }
}
/* /Components/Pages/ProductDetails.razor.rz.scp.css */
.product-details-page[b-v90588e3f7] {
    padding-top: 140px;
    padding-bottom: 80px;
    background: radial-gradient(circle at 0% 0%, rgba(59, 130, 246, 0.03) 0%, transparent 50%);
    min-height: 100vh;
}

.breadcrumb a[b-v90588e3f7] {
    text-decoration: none;
    color: var(--pharma-text-muted);
    transition: color 0.3s;
}

.breadcrumb a:hover[b-v90588e3f7] {
    color: var(--pharma-primary);
}

/* Image Box Styling */
.detail-image-box[b-v90588e3f7] {
    position: relative;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-wrapper[b-v90588e3f7] {
    width: 100%;
    aspect-ratio: 1/1;
    background: white;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.img-backdrop[b-v90588e3f7] {
    position: absolute;
    top: 50px;
    left: 50px;
    right: -20px;
    bottom: -20px;
    background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
    border-radius: 40px;
    z-index: 1;
}

.category-badge[b-v90588e3f7] {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(59, 130, 246, 0.1);
    color: var(--pharma-primary);
    font-weight: 700;
    border-radius: 50px;
    font-size: 0.9rem;
}

.product-main-title[b-v90588e3f7] {
    font-weight: 800;
    color: var(--pharma-text);
    letter-spacing: -0.02em;
}

.product-description-card[b-v90588e3f7] {
    background: white;
    padding: 1.5rem;
    border-radius: 16px;
    border-left: 4px solid var(--pharma-primary);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

[dir="rtl"] .product-description-card[b-v90588e3f7] {
    border-left: none;
    border-right: 4px solid var(--pharma-primary);
}

.card-headings[b-v90588e3f7] {
    font-weight: 700;
    color: var(--pharma-text);
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
}

.feature-item[b-v90588e3f7] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: white;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: transform 0.3s;
}

.feature-item:hover[b-v90588e3f7] {
    transform: translateY(-3px);
    border-color: rgba(59, 130, 246, 0.2);
}

.check-icon[b-v90588e3f7] {
    color: #10b981;
    font-weight: bold;
    background: #ecfdf5;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.animate-from-right[b-v90588e3f7] {
    animation: slideInRight-b-v90588e3f7 0.8s ease-out forwards;
    opacity: 0;
    transform: translateX(50px);
}

@keyframes slideInRight-b-v90588e3f7 {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* /Components/Pages/Team.razor.rz.scp.css */
/* Team Page Styles */

/* Hero Section */
.team-hero[b-y3rb86a9oc] {
    padding: 160px 0 100px;
    background: linear-gradient(135deg, #10b981 0%, #064e3b 100%);
    position: relative;
    overflow: hidden;
    color: white;
}

.hero-overlay[b-y3rb86a9oc] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 40%);
    z-index: 1;
}

.hero-label[b-y3rb86a9oc] {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.team-hero h1[b-y3rb86a9oc] {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.team-hero p[b-y3rb86a9oc] {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.9;
}

/* Team Card Styles */
.team-section[b-y3rb86a9oc] {
    padding: 80px 0;
}

.team-card[b-y3rb86a9oc] {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.team-card:hover[b-y3rb86a9oc] {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.15);
    border-color: rgba(16, 185, 129, 0.2);
}

.member-image-wrapper[b-y3rb86a9oc] {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.member-image[b-y3rb86a9oc] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.team-card:hover .member-image[b-y3rb86a9oc] {
    transform: scale(1.1);
}

.member-social[b-y3rb86a9oc] {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    transition: bottom 0.4s ease;
}

.team-card:hover .member-social[b-y3rb86a9oc] {
    bottom: 0;
}

.social-btn[b-y3rb86a9oc] {
    width: 40px;
    height: 40px;
    background: white;
    color: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.social-btn:hover[b-y3rb86a9oc] {
    color: white;
    transform: scale(1.1);
}

.social-btn.facebook:hover[b-y3rb86a9oc] {
    background: #1877f2;
}

.social-btn.twitter:hover[b-y3rb86a9oc] {
    background: #000000;
}

.social-btn.linkedin:hover[b-y3rb86a9oc] {
    background: #0a66c2;
}

.social-btn.email:hover[b-y3rb86a9oc] {
    background: #ea4335;
}

.member-info[b-y3rb86a9oc] {
    padding: 2rem;
    text-align: center;
}

.member-name[b-y3rb86a9oc] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.member-role[b-y3rb86a9oc] {
    display: block;
    color: #10b981;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.member-desc[b-y3rb86a9oc] {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Values Section */
.value-item[b-y3rb86a9oc] {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.value-icon[b-y3rb86a9oc] {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.value-item h4[b-y3rb86a9oc] {
    color: #1e293b;
    font-weight: 700;
}

.pulse-on-hover:hover[b-y3rb86a9oc] {
    transform: scale(1.05);
    background: #effaf6;
}

/* Join Team Section */
.join-box[b-y3rb86a9oc] {
    background: white;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(16, 185, 129, 0.1);
}

.join-box h2[b-y3rb86a9oc] {
    color: #0d121c;
}

@media (max-width: 991px) {
    .team-hero h1[b-y3rb86a9oc] {
        font-size: 2.5rem;
    }

    .member-image-wrapper[b-y3rb86a9oc] {
        height: 300px;
    }
}
