/* /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 - Premium Styles */

.about-page-hero h1[b-o4h8m4npu4] {
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.text-primary-gradient[b-o4h8m4npu4] {
    background: linear-gradient(90deg, #60a5fa, #3b82f6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.overview-visual-stack[b-o4h8m4npu4] {
    position: relative;
}

.main-image-container[b-o4h8m4npu4] {
    position: relative;
    z-index: 2;
}

.main-img[b-o4h8m4npu4] {
    width: 100%;
    max-width: 550px;
    transition: transform 0.5s ease;
}

.floating-card[b-o4h8m4npu4] {
    position: absolute;
    background: white;
    padding: 1.5rem;
    border-radius: 1.5rem;
    box-shadow: var(--pharma-shadow-lg);
    display: flex;
    flex-direction: column;
    z-index: 3;
}

.experience-card[b-o4h8m4npu4] {
    bottom: -20px;
    right: -20px;
    background: var(--pharma-primary);
    color: white;
    text-align: center;
}

.exp-number[b-o4h8m4npu4] {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}

.exp-text[b-o4h8m4npu4] {
    font-size: 0.9rem;
    font-weight: 500;
}

.quality-card[b-o4h8m4npu4] {
    top: 20%;
    left: -30px;
    padding: 1rem 1.5rem;
    font-weight: 700;
    color: var(--pharma-bg-dark);
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
}

.luxury-card[b-o4h8m4npu4] {
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.luxury-card.active[b-o4h8m4npu4] {
    background: var(--pharma-gradient-hero);
    color: white;
}

.custom-list li[b-o4h8m4npu4] {
    margin-bottom: 0.75rem;
    font-weight: 500;
}

/* ISO Seal Animation */
.iso-seal[b-o4h8m4npu4] {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border: 2px dashed rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.seal-inner[b-o4h8m4npu4] {
    width: 180px;
    height: 180px;
    background: var(--pharma-gradient-primary);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 50px rgba(59, 130, 246, 0.4);
}

.iso-text[b-o4h8m4npu4] {
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 2px;
}

.year[b-o4h8m4npu4] {
    font-size: 0.8rem;
    font-weight: 700;
    opacity: 0.8;
}

.seal-orbit[b-o4h8m4npu4] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid var(--pharma-primary);
    border-radius: 50%;
    clip-path: polygon(0 0, 30% 0, 30% 100%, 0 100%);
    animation: rotate-b-o4h8m4npu4 10s linear infinite;
}

/* Timeline */
.modern-timeline[b-o4h8m4npu4] {
    position: relative;
    padding: 2rem 0;
}

.modern-timeline[b-o4h8m4npu4]::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: var(--pharma-border);
    transform: translateX(-50%);
}

.timeline-row[b-o4h8m4npu4] {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.timeline-box[b-o4h8m4npu4] {
    width: 45%;
    position: relative;
    padding: 2rem;
    background: white;
    border-radius: 1.5rem;
    box-shadow: var(--pharma-shadow-sm);
    border: 1px solid var(--pharma-border-light);
}

.timeline-box.left[b-o4h8m4npu4] {
    align-self: flex-start;
    text-align: left;
}

.timeline-box.right[b-o4h8m4npu4] {
    align-self: flex-end;
    text-align: right;
}

[dir="rtl"] .timeline-box.left[b-o4h8m4npu4] {
    text-align: right;
}

[dir="rtl"] .timeline-box.right[b-o4h8m4npu4] {
    text-align: left;
}

.timeline-box[b-o4h8m4npu4]::after {
    content: '';
    position: absolute;
    top: 2rem;
    width: 20px;
    height: 20px;
    background: white;
    border: 4px solid var(--pharma-primary);
    border-radius: 50%;
    z-index: 2;
}

.timeline-box.left[b-o4h8m4npu4]::after {
    right: -50px;
}

.timeline-box.right[b-o4h8m4npu4]::after {
    left: -50px;
}

[dir="rtl"] .timeline-box.left[b-o4h8m4npu4]::after {
    left: auto;
    right: -54.5px;
}

[dir="rtl"] .timeline-box.right[b-o4h8m4npu4]::after {
    right: auto;
    left: -54.5px;
}

.timeline-box .year[b-o4h8m4npu4] {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--pharma-primary);
    margin-bottom: 0.5rem;
}

.cta-banner-glass[b-o4h8m4npu4] {
    background: var(--pharma-gradient-hero);
    position: relative;
    overflow: hidden;
}

/* Feature Item Minimal */
.feature-item-minimal[b-o4h8m4npu4] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: white;
    border-radius: var(--pharma-radius-md);
    box-shadow: var(--pharma-shadow-sm);
    border: 1px solid var(--pharma-border-light);
    transition: transform 0.3s ease;
}

.feature-item-minimal:hover[b-o4h8m4npu4] {
    transform: translateY(-5px);
}

.icon-circle[b-o4h8m4npu4] {
    width: 45px;
    height: 45px;
    background: rgba(59, 130, 246, 0.1);
    color: var(--pharma-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .modern-timeline[b-o4h8m4npu4]::before {
        left: 20px;
    }

    .timeline-box[b-o4h8m4npu4] {
        width: calc(100% - 60px);
        align-self: flex-end !important;
        text-align: right !important;
    }

    .timeline-box.left[b-o4h8m4npu4]::after,
    .timeline-box.right[b-o4h8m4npu4]::after {
        left: -54.5px !important;
        right: auto !important;
    }

    .quality-card[b-o4h8m4npu4] {
        left: 0;
    }
}

@keyframes rotate-b-o4h8m4npu4 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/* /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);
}

[dir="rtl"] .contact-method-card:hover[b-q4l7ezzqpr] {
    transform: translateX(5px);
}

.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-icon-whatsapp[b-q4l7ezzqpr] {
    background: rgba(37, 211, 102, 0.15);
    color: #25d366;
}

.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/Home.razor.rz.scp.css */
.fancy-card[b-zcnvql81l8] {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease,
        border-color 0.4s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    will-change: transform, box-shadow;
    cursor: pointer;
}

.fancy-card:hover[b-zcnvql81l8] {
    transform: translateZ(20px) rotateY(15deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px -5px rgba(59, 130, 246, 0.1);
}

/* Adding depth to internal elements */
.fancy-card .card-icon[b-zcnvql81l8] {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.fancy-card:hover .card-icon[b-zcnvql81l8] {
    transform: translateZ(40px) scale(1.1) rotate(-5deg);
}

.fancy-card h3[b-zcnvql81l8],
.fancy-card p[b-zcnvql81l8] {
    transition: transform 0.4s ease;
}

.fancy-card:hover h3[b-zcnvql81l8] {
    transform: translateZ(30px);
}

.fancy-card:hover p[b-zcnvql81l8] {
    transform: translateZ(20px);
}
/* /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: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #e2e8f0;
    color: #64748b;
    background: white;
    font-size: 1.25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.share-btn:hover[b-zas3t5gs7r] {
    transform: translateY(-5px);
    color: white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.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 - Premium 2026 Refresh */

.partners-hero[b-2yciru197s] {
    padding: 180px 0 100px;
    background: #0f172a;
    position: relative;
    overflow: hidden;
    color: white;
}

.hero-decoration[b-2yciru197s] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 0% 0%, rgba(14, 165, 233, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 100% 100%, rgba(5, 150, 105, 0.1) 0%, transparent 40%);
    pointer-events: none;
}

.hero-decoration[b-2yciru197s]::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.hero-tag[b-2yciru197s] {
    display: inline-block;
    padding: 0.6rem 1.4rem;
    background: rgba(14, 165, 233, 0.1);
    border: 1px solid rgba(14, 165, 233, 0.2);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #38bdf8;
    letter-spacing: 0.05em;
}

.partners-hero h1[b-2yciru197s] {
    font-size: 4rem;
    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;
}

.lead[b-2yciru197s] {
    color: #94a3b8;
    max-width: 800px;
    margin: 0 auto;
}

/* Partner Cards */
.partners-grid-section[b-2yciru197s] {
    background: #fcfdfe;
    position: relative;
    z-index: 2;
    margin-top: -50px;
}

.partner-card[b-2yciru197s] {
    background: white;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.partner-card:hover[b-2yciru197s] {
    transform: translateY(-15px);
    box-shadow: 0 40px 80px rgba(15, 23, 42, 0.08);
    border-color: #0ea5e9;
}

.partner-card-header[b-2yciru197s] {
    padding: 3rem 2.5rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partner-logo-box[b-2yciru197s] {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.partner-card:hover .partner-logo-box[b-2yciru197s] {
    background: #f0f9ff;
    border-color: #bae6fd;
    transform: scale(1.05);
}

.partner-logo-box img[b-2yciru197s] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.4s ease;
}

.partner-logo-placeholder[b-2yciru197s] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #94a3b8;
    font-size: 2.5rem;
    transition: all 0.4s ease;
}

.partner-card:hover .partner-logo-placeholder[b-2yciru197s] {
    color: #0ea5e9;
}

.partner-country-badge[b-2yciru197s] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    padding: 6px 12px;
    border-radius: 12px;
    border: 1px solid #f1f5f9;
}

.flag-dot[b-2yciru197s] {
    width: 8px;
    height: 8px;
    background: #0ea5e9;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(14, 165, 233, 0.5);
}

.country-name[b-2yciru197s] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
}

.partner-card-body[b-2yciru197s] {
    padding: 1rem 2.5rem 2.5rem;
    flex-grow: 1;
}

.partner-name[b-2yciru197s] {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.partner-industry-tag[b-2yciru197s] {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #0ea5e9;
    background: rgba(14, 165, 233, 0.08);
    padding: 4px 12px;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.partner-description[b-2yciru197s] {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.partner-card-footer[b-2yciru197s] {
    padding: 1.8rem 2.5rem;
    border-top: 1px solid #f8fafc;
    background: #fcfdfe;
}

.partner-link[b-2yciru197s] {
    color: #0ea5e9;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.link-arrow[b-2yciru197s] {
    transition: transform 0.3s ease;
}

.partner-link:hover .link-arrow[b-2yciru197s] {
    transform: translateX(-5px);
}

/* Expansion Box */
.expansion-section[b-2yciru197s] {
    padding: 100px 0;
    background: #f8fafc;
}

.expansion-glass-box[b-2yciru197s] {
    background: white;
    border-radius: 40px;
    padding: 60px;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.03);
}

.expansion-glass-box[b-2yciru197s]::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.03) 0%, transparent 70%);
}

.expansion-content[b-2yciru197s] {
    position: relative;
    z-index: 2;
}

.btn-premium-partner[b-2yciru197s] {
    background: #0ea5e9;
    color: white;
    padding: 18px 45px;
    border-radius: 20px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(14, 165, 233, 0.2);
}

.btn-premium-partner:hover[b-2yciru197s] {
    background: #0284c7;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(14, 165, 233, 0.3);
    color: white;
}

@media (max-width: 991px) {
    .partners-hero h1[b-2yciru197s] {
        font-size: 2.8rem;
    }

    .expansion-glass-box[b-2yciru197s] {
        padding: 40px 20px;
    }
}
/* /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;
    }
}
