/* ================================
   CITRA JOURNAL HOME STYLE
================================ */

/* Vazirmatn Font */
@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css');

/* FontAwesome 4.7 - Required for icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

:root {
    --cj-navy: #002b55;
    --cj-navy-dark: #001a35;
    --cj-blue: #0267b1;
    --cj-cyan: #20c7d9;
    --cj-light: #f5f9fc;
    --cj-text: #1f2d3d;
    --cj-muted: #6d7c8b;
    --cj-white: #ffffff;

    --cj-radius-lg: 26px;
    --cj-radius-md: 18px;

    --cj-shadow-soft: 0 18px 45px rgba(0, 43, 85, 0.12);
    --cj-shadow-hover: 0 25px 65px rgba(0, 43, 85, 0.22);
}

/* ================================
   Global
================================ */

html,
body {
    direction: rtl;
    font-family: Vazirmatn, Tahoma, Arial, sans-serif !important;
}

body,
button,
input,
textarea,
select,
a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
li {
    font-family: Vazirmatn, Tahoma, Arial, sans-serif !important;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* Wider Containers */
.cj-section > .container,
.cj-info-section > .container,
.home-feature-section > .container,
.cj-categories-section > .container,
.cj-main-site-section > .container {
    width: min(1500px, 94vw);
    max-width: 1500px;
}

/* ================================
   Section General
================================ */

.cj-section {
    padding: 95px 0;
    position: relative;
    overflow: hidden;
}

.cj-section:nth-of-type(even) {
    background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

/* Beautiful Section Header Box */
.cj-section-head,
.feature-heading-box {
    max-width: 1060px;
    margin: 0 auto 56px;
    padding: 36px 46px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid rgba(2, 103, 177, 0.13);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(235, 250, 253, 0.92)),
        radial-gradient(circle at 18% 18%, rgba(32, 199, 217, 0.18), transparent 34%),
        radial-gradient(circle at 82% 82%, rgba(2, 103, 177, 0.12), transparent 36%);
    box-shadow: 0 24px 70px rgba(0, 43, 85, 0.11);
    position: relative;
    overflow: hidden;
}

.cj-section-head::before,
.feature-heading-box::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 23px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    pointer-events: none;
}

.cj-section-head::after,
.feature-heading-box::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    left: -55px;
    top: -55px;
    border-radius: 50%;
    background: rgba(32, 199, 217, 0.10);
    filter: blur(2px);
    pointer-events: none;
}

.cj-section-kicker,
.feature-heading-badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    padding: 7px 19px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(32, 199, 217, 0.14);
    color: var(--cj-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
}

.cj-section-head h2,
.feature-heading-box h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    color: var(--cj-navy);
    font-size: clamp(31px, 3vw, 46px);
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: 0;
}

.cj-section-head p,
.feature-heading-box p {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    color: var(--cj-muted);
    font-size: 16px;
    font-weight: 500;
    line-height: 2.08;
    text-align: center;
}

/* ================================
   Slider General
================================ */

.cj-slider-wrap,
.cj-mini-slider-wrap {
    position: relative;
}

.cj-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 12px 6px 32px;
    scrollbar-width: none;
}

.cj-slider::-webkit-scrollbar {
    display: none;
}

.cj-slider > * {
    scroll-snap-align: start;
    flex: 0 0 calc(25% - 18px);
}

.cj-slider-btn,
.cj-mini-btn {
    position: absolute;
    top: 45%;
    z-index: 5;
    width: 46px;
    height: 46px;
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    color: var(--cj-white);
    background: linear-gradient(135deg, var(--cj-navy), var(--cj-blue));
    box-shadow: 0 12px 30px rgba(0, 43, 85, 0.22);
    transition: all 0.3s ease;
}

.cj-slider-btn:hover,
.cj-mini-btn:hover {
    transform: translateY(-3px) scale(1.05);
    background: linear-gradient(135deg, var(--cj-blue), var(--cj-cyan));
}

.cj-prev,
.cj-mini-prev {
    right: -18px;
}

.cj-next,
.cj-mini-next {
    left: -18px;
}

.cj-mini-btn {
    width: 38px;
    height: 38px;
    top: 47%;
}

/* ================================
   Post Card
================================ */

.cj-post-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 43, 85, 0.07);
    border-radius: var(--cj-radius-lg);
    overflow: hidden;
    box-shadow: var(--cj-shadow-soft);
    transition: all 0.35s ease;
    position: relative;
    isolation: isolate;
}

.cj-post-card::before {
    content: "";
    position: absolute;
    inset: auto 28px 0;
    height: 4px;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(90deg, var(--cj-blue), var(--cj-cyan));
    opacity: 0;
    transition: all 0.35s ease;
    z-index: 2;
}

.cj-post-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--cj-shadow-hover);
}

.cj-post-card:hover::before {
    opacity: 1;
}

.cj-post-image {
    display: block;
    position: relative;
    height: 210px;
    overflow: hidden;
}

.cj-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s ease;
}

.cj-post-card:hover .cj-post-image img {
    transform: scale(1.09);
}

.cj-card-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 43, 85, 0.68) 100%);
    pointer-events: none;
}

.cj-post-category {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 3;
    padding: 6px 13px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--cj-navy);
    font-size: 12px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.cj-post-body {
    padding: 24px 22px 26px;
}

.cj-post-body h3 {
    margin-bottom: 13px;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.7;
}

.cj-post-body h3 a {
    color: var(--cj-navy);
    transition: color 0.25s ease;
}

.cj-post-body h3 a:hover {
    color: var(--cj-blue);
}

.cj-post-body p {
    color: var(--cj-muted);
    font-size: 14px;
    line-height: 2;
    margin-bottom: 18px;
    text-align: justify;
    text-align-last: right;
}

.cj-post-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
    color: #7a8794;
    font-size: 13px;
}

.cj-post-meta i {
    color: var(--cj-blue);
    margin-left: 5px;
}

.cj-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--cj-blue);
    font-weight: 800;
    font-size: 14px;
    transition: all 0.25s ease;
}

.cj-read-more:hover {
    color: var(--cj-navy);
    gap: 12px;
}

/* ================================
   Category Section
================================ */

.cj-categories-section {
    background:
        radial-gradient(circle at top right, rgba(32, 199, 217, 0.11), transparent 35%),
        linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
}

.cj-category-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 44px;
}

.cj-category-block {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 32px;
    padding: 22px;
    border: 1px solid rgba(0, 43, 85, 0.06);
    box-shadow: 0 12px 38px rgba(0, 43, 85, 0.08);
}

.cj-category-banner {
    position: relative;
    display: block;
    height: 230px;
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 22px;
    box-shadow: 0 18px 45px rgba(0, 43, 85, 0.16);
}

.cj-category-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.cj-category-banner:hover img {
    transform: scale(1.08);
}

.cj-category-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 26, 53, 0.82), rgba(0, 43, 85, 0.3)),
        linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35));
}

.cj-category-content {
    position: absolute;
    right: 32px;
    bottom: 30px;
    z-index: 2;
    color: var(--cj-white);
}

.cj-category-content span {
    display: inline-block;
    margin-bottom: 8px;
    padding: 5px 13px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 13px;
    backdrop-filter: blur(8px);
}

.cj-category-content h3 {
    color: var(--cj-white);
    font-size: 31px;
    font-weight: 900;
    margin: 0;
}

/* Small Cards inside Category */

.cj-category-post-slider > * {
    flex: 0 0 calc(25% - 18px);
}

.cj-post-card-small .cj-post-image {
    height: 160px;
}

.cj-post-card-small .cj-post-body {
    padding: 19px 18px 22px;
}

.cj-post-card-small .cj-post-body h3 {
    font-size: 16px;
}

/* ================================
   Feature Cards / Scientific Services
   Compatible with both class systems:
   cj-feature-* and feature-*
================================ */

.cj-info-section,
.home-feature-section {
    direction: rtl;
    padding: 100px 0 112px;
    background:
        radial-gradient(circle at 14% 16%, rgba(32, 199, 217, 0.13), transparent 34%),
        radial-gradient(circle at 86% 84%, rgba(2, 103, 177, 0.10), transparent 36%),
        linear-gradient(180deg, #ffffff 0%, #f4faff 100%);
    overflow: hidden;
}

/* Slider Shell */
.cj-feature-slider-shell,
.feature-slider-shell {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    padding: 16px 8px 38px;
}

/* Slider Track */
.cj-feature-slider-track,
.feature-slider-track {
    display: flex;
    align-items: stretch;
    gap: 30px;
    transition: transform 720ms cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}

/* Feature Card */
.cj-feature-card,
.feature-card {
    flex: 0 0 calc((100% - 90px) / 4);
    min-height: 545px;
    border-radius: 25px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(0, 43, 85, 0.08);
    box-shadow: 0 24px 58px rgba(0, 43, 85, 0.12);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
    position: relative;
}

.cj-feature-card:hover,
.feature-card:hover {
    transform: translateY(-10px);
    border-color: rgba(32, 199, 217, 0.34);
    box-shadow: 0 34px 78px rgba(0, 43, 85, 0.19);
}

/* Feature Image */
.cj-feature-image,
.feature-card-image {
    position: relative;
    height: 230px;
    overflow: visible;
    background: #eaf5f8;
}

.cj-feature-image img,
.feature-card-image img {
    width: 100%;
    height: 230px;
    display: block;
    object-fit: cover;
    transition: transform 0.65s ease;
}

.cj-feature-card:hover .cj-feature-image img,
.feature-card:hover .feature-card-image img {
    transform: scale(1.07);
}

.cj-feature-image::after,
.feature-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 43, 85, 0.02) 30%,
        rgba(0, 43, 85, 0.56) 100%
    );
    pointer-events: none;
}

/* Feature Icon */
.cj-feature-icon,
.feature-icon {
    position: absolute;
    right: 22px;
    bottom: -33px;
    z-index: 10;
    width: 68px;
    height: 68px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 21px;
    background: linear-gradient(135deg, var(--cj-cyan), var(--cj-blue));
    color: #ffffff !important;
    font-size: 27px;
    line-height: 1;
    box-shadow: 0 16px 34px rgba(2, 103, 177, 0.28);
    border: 5px solid #ffffff;
}

.cj-feature-icon i,
.feature-icon i {
    display: inline-block !important;
    color: #ffffff !important;
    font-size: 27px !important;
    line-height: 1 !important;
    font-family: FontAwesome !important;
    font-style: normal !important;
    font-weight: normal !important;
}

/* Force FontAwesome fallback contents */
.cj-feature-icon .fa-book::before,
.feature-icon .fa-book::before {
    content: "\f02d";
}

.cj-feature-icon .fa-flask::before,
.feature-icon .fa-flask::before {
    content: "\f0c3";
}

.cj-feature-icon .fa-heartbeat::before,
.feature-icon .fa-heartbeat::before {
    content: "\f21e";
}

.cj-feature-icon .fa-cogs::before,
.feature-icon .fa-cogs::before {
    content: "\f085";
}

.cj-feature-icon .fa-microscope::before,
.feature-icon .fa-microscope::before {
    content: "\f0c3";
}

.cj-feature-icon .fa-dna::before,
.feature-icon .fa-dna::before {
    content: "\f0c3";
}

/* Feature Body */
.cj-feature-body,
.feature-card-body {
    padding: 56px 26px 32px;
}

.cj-feature-body h3,
.feature-card-body h3 {
    margin: 0 0 15px;
    color: var(--cj-navy);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 0;
}

.cj-feature-body p,
.feature-card-body p {
    margin: 0;
    color: var(--cj-muted);
    font-size: 15.5px;
    font-weight: 500;
    line-height: 2.12;
    text-align: justify;
    text-align-last: right;
}

/* Feature Slider Controls */
.cj-feature-slider-controls,
.feature-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
}

.cj-feature-slider-btn,
.feature-slider-btn {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: var(--cj-blue);
    box-shadow: 0 14px 30px rgba(0, 43, 85, 0.14);
    cursor: pointer;
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease;
}

.cj-feature-slider-btn:hover,
.feature-slider-btn:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, var(--cj-navy), var(--cj-blue));
    color: #ffffff;
}

/* ================================
   Main Website CTA
================================ */

.cj-main-site-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(32, 199, 217, 0.18), transparent 34%),
        linear-gradient(135deg, var(--cj-navy-dark), var(--cj-navy));
    color: var(--cj-white);
}

.cj-main-site-content {
    padding: 90px 10% 90px 8%;
}

.cj-main-site-content .cj-section-kicker {
    background: rgba(255, 255, 255, 0.12);
    color: #dffcff;
}

.cj-main-site-content h2 {
    color: var(--cj-white);
    font-size: 35px;
    font-weight: 900;
    line-height: 1.7;
    margin-bottom: 24px;
}

.cj-main-site-content p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 2.25;
    margin-bottom: 15px;
    text-align: justify;
    text-align-last: right;
}

.cj-cta-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.cj-primary-btn,
.cj-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 50px;
    font-weight: 900;
    transition: all 0.3s ease;
}

.cj-primary-btn {
    background: linear-gradient(135deg, var(--cj-cyan), var(--cj-blue));
    color: var(--cj-white);
    box-shadow: 0 16px 35px rgba(32, 199, 217, 0.24);
}

.cj-primary-btn:hover {
    color: var(--cj-white);
    transform: translateY(-3px);
    box-shadow: 0 22px 45px rgba(32, 199, 217, 0.34);
}

.cj-secondary-btn {
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: var(--cj-white);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.cj-secondary-btn:hover {
    color: var(--cj-navy);
    background: var(--cj-white);
    transform: translateY(-3px);
}

.cj-main-site-image {
    position: relative;
    min-height: 620px;
    height: 100%;
    overflow: hidden;
}

.cj-main-site-image img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
    opacity: 0.92;
}

.cj-main-site-glow {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 26, 53, 0.7), transparent 55%),
        radial-gradient(circle at center, transparent, rgba(0, 26, 53, 0.45));
}

/* ================================
   Empty
================================ */

.cj-empty-box {
    padding: 28px 24px;
    border-radius: 22px;
    background: #ffffff;
    color: var(--cj-muted);
    text-align: center;
    border: 1px dashed rgba(0, 43, 85, 0.18);
}

.cj-empty-small {
    font-size: 14px;
    padding: 18px;
}

/* ================================
   Animation
================================ */

.cj-post-card,
.cj-feature-card,
.feature-card,
.cj-category-block,
.cj-section-head,
.feature-heading-box {
    opacity: 0;
    transform: translateY(28px);
}

.cj-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity 0.75s ease, transform 0.75s ease;
}

/* Prevent animation from hiding cards if JS observer fails */
.cj-feature-slider-track .cj-feature-card,
.feature-slider-track .feature-card {
    opacity: 1;
}

/* ================================
   Responsive
================================ */

@media (max-width: 1199px) {
    .cj-slider > *,
    .cj-category-post-slider > * {
        flex: 0 0 calc(33.333% - 16px);
    }

    .cj-feature-card,
    .feature-card {
        flex-basis: calc((100% - 30px) / 2);
    }
}

@media (max-width: 991px) {
    .cj-section {
        padding: 75px 0;
    }

    .cj-section-head,
    .feature-heading-box {
        max-width: 94vw;
        padding: 30px 24px;
    }

    .cj-section-head h2,
    .feature-heading-box h2 {
        font-size: 30px;
    }

    .cj-slider > *,
    .cj-category-post-slider > * {
        flex: 0 0 calc(50% - 12px);
    }

    .cj-main-site-content {
        padding: 70px 8%;
    }

    .cj-main-site-image,
    .cj-main-site-image img {
        min-height: 420px;
    }

    .cj-prev,
    .cj-mini-prev {
        right: 4px;
    }

    .cj-next,
    .cj-mini-next {
        left: 4px;
    }
}

@media (max-width: 767px) {
    .cj-info-section,
    .home-feature-section {
        padding: 62px 0 76px;
    }

    .cj-section-head,
    .feature-heading-box {
        padding: 28px 20px;
        margin-bottom: 34px;
        border-radius: 20px;
    }

    .cj-section-head h2,
    .feature-heading-box h2 {
        font-size: 27px;
    }

    .cj-section-head p,
    .feature-heading-box p {
        font-size: 14px;
        line-height: 1.95;
    }

    .cj-feature-slider-shell,
    .feature-slider-shell {
        max-width: 94vw;
        padding-left: 2px;
        padding-right: 2px;
    }

    .cj-feature-slider-track,
    .feature-slider-track {
        gap: 18px;
    }

    .cj-feature-card,
    .feature-card {
        flex-basis: 100%;
        min-height: 510px;
    }

    .cj-feature-image,
    .feature-card-image {
        height: 225px;
    }

    .cj-feature-image img,
    .feature-card-image img {
        height: 225px;
    }

    .cj-feature-body h3,
    .feature-card-body h3 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .cj-section {
        padding: 60px 0;
    }

    .cj-section-head h2,
    .feature-heading-box h2 {
        font-size: 25px;
    }

    .cj-section-head p,
    .feature-heading-box p {
        font-size: 14px;
    }

    .cj-slider {
        gap: 16px;
        padding-left: 4px;
        padding-right: 4px;
    }

    .cj-slider > *,
    .cj-category-post-slider > * {
        flex: 0 0 88%;
    }

    .cj-post-image {
        height: 190px;
    }

    .cj-category-banner {
        height: 190px;
    }

    .cj-category-content {
        right: 22px;
        bottom: 22px;
    }

    .cj-category-content h3 {
        font-size: 24px;
    }

    .cj-slider-btn,
    .cj-mini-btn {
        display: none;
    }

    .cj-main-site-content h2 {
        font-size: 26px;
    }

    .cj-cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .cj-primary-btn,
    .cj-secondary-btn {
        width: 100%;
    }
}
/* =========================================================
   HOME POST CARDS - BIGGER, RTL, WIDER LAYOUT FIX
========================================================= */

/* افزایش عرض کلی سکشن‌ها و کاهش فضای خالی طرفین */
.cj-section > .container,
.cj-slider-wrap,
.cj-mini-slider-wrap {
    width: min(1680px, 96vw) !important;
    max-width: 1680px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* خود اسلایدر عرض بیشتری بگیرد */
.cj-slider {
    width: 100% !important;
    gap: 30px !important;
    padding: 18px 10px 42px !important;
}

/* کارت‌های اسلایدر در دسکتاپ بزرگ‌تر شوند */
.cj-slider > * {
    flex: 0 0 calc(25% - 23px) !important;
}

/* کارت پست بزرگ‌تر و خواناتر */
.cj-post-card {
    min-height: 535px !important;
    border-radius: 28px !important;
    box-shadow: 0 22px 55px rgba(0, 43, 85, 0.13) !important;
}

/* تصویر کارت بلندتر شود */
.cj-post-image {
    height: 250px !important;
}

/* بدنه کارت فضای بیشتری داشته باشد */
.cj-post-body {
    padding: 28px 28px 30px !important;
    direction: rtl !important;
    text-align: right !important;
}

/* عنوان کارت کاملاً راست‌چین و بزرگ‌تر */
.cj-post-body h3 {
    text-align: right !important;
    direction: rtl !important;
    font-size: 21px !important;
    font-weight: 900 !important;
    line-height: 1.8 !important;
    margin: 0 0 16px !important;
}

.cj-post-body h3 a {
    display: block !important;
    text-align: right !important;
    color: var(--cj-navy) !important;
}

/* متن توضیحات کارت بزرگ‌تر و خواناتر */
.cj-post-body p {
    direction: rtl !important;
    text-align: justify !important;
    text-align-last: right !important;
    font-size: 15.5px !important;
    font-weight: 500 !important;
    line-height: 2.15 !important;
    color: #627282 !important;
    margin: 0 0 22px !important;
}

/* اطلاعات بازدید و تاریخ مرتب‌تر و راست‌چین */
.cj-post-meta {
    direction: rtl !important;
    text-align: right !important;
    font-size: 13.5px !important;
    color: #7b8794 !important;
    margin-bottom: 22px !important;
}

.cj-post-meta span {
    direction: rtl !important;
    text-align: right !important;
}

/* لینک مطالعه مطلب بزرگ‌تر و راست‌چین */
.cj-read-more {
    direction: rtl !important;
    text-align: right !important;
    justify-content: flex-start !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    color: var(--cj-blue) !important;
}

/* برچسب دسته‌بندی روی تصویر کمی بزرگ‌تر */
.cj-post-category {
    right: 18px !important;
    bottom: 18px !important;
    padding: 8px 16px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

/* دکمه‌های چپ و راست اسلایدر از روی کارت‌ها فاصله بگیرند */
.cj-prev,
.cj-mini-prev {
    right: -26px !important;
}

.cj-next,
.cj-mini-next {
    left: -26px !important;
}

.cj-slider-btn,
.cj-mini-btn {
    width: 54px !important;
    height: 54px !important;
    font-size: 18px !important;
}

/* عنوان سکشن کمی بزرگ‌تر و نزدیک‌تر به ساختار حرفه‌ای */
.cj-section-head {
    max-width: 1180px !important;
    margin-bottom: 66px !important;
}

.cj-section-head h2 {
    font-size: clamp(38px, 3.4vw, 54px) !important;
}

.cj-section-head p {
    font-size: 17px !important;
    line-height: 2.1 !important;
}
/* =========================================================
   LOOP SLIDER - 4 VISIBLE CARDS
========================================================= */

.cj-loop-slider-wrap {
    width: min(1500px, 94vw);
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

.cj-loop-slider {
    direction: rtl;
    display: flex;
    gap: 28px;
    overflow: hidden !important;
    scroll-behavior: auto;
    scroll-snap-type: none;
    padding: 14px 6px 42px;
}

.cj-loop-slider > .cj-post-card {
    flex: 0 0 calc((100% - 84px) / 4) !important;
    max-width: calc((100% - 84px) / 4);
    min-width: 0;
}

.cj-post-card,
.cj-post-body,
.cj-post-body h3,
.cj-post-body h3 a,
.cj-post-body p,
.cj-post-meta,
.cj-read-more {
    direction: rtl !important;
    text-align: right !important;
}

.cj-post-body h3 {
    font-size: 21px !important;
    line-height: 1.8 !important;
    font-weight: 900 !important;
}

.cj-post-body h3 a {
    display: block !important;
}

.cj-post-body p {
    font-size: 15.5px !important;
    line-height: 2.15 !important;
    text-align: justify !important;
    text-align-last: right !important;
}

.cj-post-image {
    height: 250px !important;
}

.cj-post-card {
    min-height: 545px !important;
}

/* Feature cards RTL fix */
.cj-feature-grid {
    direction: rtl;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    width: min(1500px, 94vw);
    max-width: 1500px;
    margin: 0 auto;
}

.cj-feature-card {
    direction: rtl !important;
    text-align: right !important;
}

.cj-feature-body {
    direction: rtl !important;
    text-align: right !important;
    padding: 38px 28px 34px !important;
}

.cj-feature-body h3 {
    direction: rtl !important;
    text-align: right !important;
    font-size: 23px !important;
    line-height: 1.7 !important;
    font-weight: 900 !important;
    margin: 0 0 18px !important;
}

.cj-feature-body p {
    direction: rtl !important;
    text-align: justify !important;
    text-align-last: right !important;
    font-size: 15.5px !important;
    line-height: 2.15 !important;
}

@media (max-width: 1199px) {
    .cj-loop-slider > .cj-post-card {
        flex-basis: calc((100% - 56px) / 3) !important;
        max-width: calc((100% - 56px) / 3);
    }

    .cj-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .cj-loop-slider > .cj-post-card {
        flex-basis: calc((100% - 28px) / 2) !important;
        max-width: calc((100% - 28px) / 2);
    }

    .cj-feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .cj-loop-slider > .cj-post-card {
        flex-basis: 92% !important;
        max-width: 92%;
    }

    .cj-post-image {
        height: 215px !important;
    }
}
/* =========================================================
   SECTION HEADER - BLUE GRADIENT BOX
========================================================= */

.cj-section-head {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(42, 157, 244, 0.28);
    border-radius: 26px;
    padding: 46px 34px 42px;
    margin: 0 auto 72px;
    max-width: 1180px;
    background:
        radial-gradient(circle at 8% 8%, rgba(72, 202, 228, 0.32), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(0, 119, 182, 0.24), transparent 34%),
        linear-gradient(135deg, rgba(232, 249, 255, 0.96), rgba(205, 238, 255, 0.92) 45%, rgba(245, 252, 255, 0.98));
    box-shadow:
        0 28px 70px rgba(0, 83, 138, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.cj-section-head::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.62) 42%, transparent 68%);
    transform: translateX(38%);
    opacity: 0.8;
    pointer-events: none;
}

.cj-section-head::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    left: -72px;
    top: -76px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 180, 216, 0.28), rgba(144, 224, 239, 0.08));
    box-shadow: 0 0 0 18px rgba(0, 150, 199, 0.045);
    pointer-events: none;
}

.cj-section-head .cj-section-kicker,
.cj-section-head h2,
.cj-section-head p {
    position: relative;
    z-index: 1;
}

.cj-section-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 20px;
    border-radius: 999px;
    color: #005f8f;
    background: linear-gradient(135deg, #b7efff, #e8fbff);
    border: 1px solid rgba(0, 119, 182, 0.16);
    box-shadow: 0 10px 24px rgba(0, 119, 182, 0.14);
    font-weight: 900;
}

.cj-section-head h2 {
    color: #073b5c;
    text-shadow: 0 8px 24px rgba(0, 95, 143, 0.12);
}

.cj-section-head p {
    color: #4c6472;
}


/* =========================================================
   POST CARD - CATEGORY PINNED BESIDE TITLE
========================================================= */

.cj-post-body {
    position: relative;
    display: flex;
    flex-direction: column;
    direction: rtl;
    text-align: right;
}

.cj-post-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 16px;
}

.cj-post-title-row h3 {
    flex: 1;
    margin: 0 !important;
}

.cj-post-title-row h3 a {
    display: block;
}

.cj-post-title-category {
    position: relative;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 128px;
    min-height: 30px;
    padding: 6px 13px 6px 12px;
    border-radius: 999px;
    color: #063d5b;
    background:
        radial-gradient(circle at 18% 50%, #ffffff 0 3px, transparent 4px),
        linear-gradient(135deg, #ffffff, #d9f6ff);
    border: 1px solid rgba(0, 119, 182, 0.22);
    box-shadow:
        0 10px 22px rgba(0, 95, 143, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cj-post-title-category::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0077b6, #00b4d8);
    box-shadow: 0 0 0 4px rgba(0, 180, 216, 0.14);
}

.cj-post-image .cj-post-category {
    display: none !important;
}


/* =========================================================
   READ MORE - LEFT ALIGNED BUTTON
========================================================= */

.cj-read-more {
    align-self: flex-start;
    margin-top: auto;
    margin-right: auto;
    margin-left: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 17px;
    border-radius: 999px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #0077b6, #00a6d6);
    box-shadow:
        0 12px 28px rgba(0, 119, 182, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cj-read-more i {
    color: inherit;
    font-size: 13px;
    transition: transform 180ms ease;
}

.cj-read-more:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
    background: linear-gradient(135deg, #005f8f, #0096c7);
    box-shadow:
        0 16px 34px rgba(0, 95, 143, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.cj-read-more:hover i {
    transform: translateX(-3px);
}

@media (max-width: 575px) {
    .cj-section-head {
        padding: 36px 22px 34px;
        border-radius: 22px;
        margin-bottom: 48px;
    }

    .cj-post-title-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .cj-post-title-category {
        max-width: 100%;
    }
}
/* =========================================================
   CITRA JOURNAL - ENHANCED SECTION HEADER
========================================================= */

.cj-section-head {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    max-width: 1180px;
    margin: 0 auto 74px;
    padding: 48px 36px 44px;
    border-radius: 30px;
    border: 1px solid rgba(0, 119, 182, 0.28);
    background:
        radial-gradient(circle at 8% 10%, rgba(72, 202, 228, 0.45), transparent 26%),
        radial-gradient(circle at 92% 12%, rgba(0, 95, 143, 0.22), transparent 32%),
        linear-gradient(135deg, #e9fbff 0%, #c9efff 44%, #f7fdff 100%);
    box-shadow:
        0 30px 80px rgba(0, 83, 138, 0.18),
        0 10px 30px rgba(0, 180, 216, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.cj-section-head::before {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: -1;
    background:
        linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.76) 42%, transparent 68%);
    transform: translateX(32%);
    opacity: 0.9;
    pointer-events: none;
}

.cj-section-head::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    left: -78px;
    top: -82px;
    z-index: -1;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 180, 216, 0.34), rgba(144, 224, 239, 0.08));
    box-shadow:
        0 0 0 18px rgba(0, 150, 199, 0.055),
        0 20px 50px rgba(0, 119, 182, 0.12);
    pointer-events: none;
}

.cj-section-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 22px;
    border-radius: 999px;
    color: #004f78;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(177, 239, 255, 0.98));
    border: 1px solid rgba(0, 119, 182, 0.18);
    box-shadow:
        0 12px 26px rgba(0, 119, 182, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.6;
}

.cj-section-head h2 {
    color: #063a5a;
    font-weight: 950;
    text-shadow: 0 9px 26px rgba(0, 95, 143, 0.14);
}

.cj-section-head p {
    color: #486778;
    font-weight: 500;
}


/* =========================================================
   POST CARD TITLE + PINNED CATEGORY BADGE
========================================================= */

.cj-post-body {
    position: relative;
    display: flex;
    flex-direction: column;
    direction: rtl;
    text-align: right;
}

.cj-post-title-row {
    direction: rtl;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    margin-bottom: 16px;
}

.cj-post-title-row h3 {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 !important;
    text-align: right !important;
}

.cj-post-title-row h3 a {
    display: block;
    color: inherit;
    text-align: right !important;
}

.cj-post-title-category {
    position: relative;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 125px;
    min-height: 31px;
    padding: 6px 13px 6px 12px;
    border-radius: 999px;
    color: #043d5d !important;
    background:
        radial-gradient(circle at 17% 50%, #ffffff 0 3px, transparent 4px),
        linear-gradient(135deg, #ffffff 0%, #d8f6ff 100%);
    border: 1px solid rgba(0, 119, 182, 0.22);
    box-shadow:
        0 11px 24px rgba(0, 95, 143, 0.17),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
    font-size: 11.5px;
    font-weight: 900;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none !important;
    transition: all 180ms ease;
}

.cj-post-title-category::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    margin-left: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0077b6, #00b4d8);
    box-shadow: 0 0 0 4px rgba(0, 180, 216, 0.15);
}

.cj-post-title-category:hover {
    color: #002f49 !important;
    transform: translateY(-1px);
    box-shadow:
        0 14px 28px rgba(0, 95, 143, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

/* اگر از نسخه قبلی badge روی عکس باقی مانده باشد، مخفی می‌شود */
.cj-post-image .cj-post-category,
.cj-post-category {
    display: none !important;
}


/* =========================================================
   READ MORE BUTTON - CENTERED IN ALL POST CARDS
========================================================= */

.cj-read-more {
    align-self: center !important;
    margin: auto auto 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 132px;
    min-height: 40px;
    padding: 9px 19px;
    border-radius: 999px;
    color: #ffffff !important;
    background:
        linear-gradient(135deg, #006ba6 0%, #00a6d6 100%);
    box-shadow:
        0 13px 30px rgba(0, 119, 182, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.26);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.5;
    text-decoration: none !important;
    text-align: center !important;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background 180ms ease;
}

.cj-read-more span {
    color: inherit;
    line-height: 1;
}

.cj-read-more i {
    color: inherit;
    font-size: 13px;
    line-height: 1;
    transition: transform 180ms ease;
}

.cj-read-more:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
    background:
        linear-gradient(135deg, #004f78 0%, #0096c7 100%);
    box-shadow:
        0 17px 36px rgba(0, 95, 143, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.cj-read-more:hover i {
    transform: translateX(-3px);
}


/* =========================================================
   ICON SAFETY FIXES
========================================================= */

.fa {
    display: inline-block !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cj-slider-btn i,
.cj-mini-btn i,
.cj-post-meta i,
.cj-read-more i,
.cj-primary-btn i,
.cj-secondary-btn i {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
}


/* =========================================================
   RESPONSIVE FIX
========================================================= */

@media (max-width: 575px) {
    .cj-section-head {
        padding: 36px 22px 34px;
        border-radius: 24px;
        margin-bottom: 50px;
    }

    .cj-post-title-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 9px;
    }

    .cj-post-title-category {
        max-width: 100%;
    }

    .cj-read-more {
        min-width: 128px;
    }
}
/* =========================================================
   MAIN WEBSITE CTA - CITRA BIOTECH
========================================================= */

.cj-main-site-section {
    position: relative;
    overflow: hidden;
    direction: rtl;
    padding: 120px 0;
    background:
        radial-gradient(circle at 18% 22%, rgba(0, 180, 216, 0.20), transparent 32%),
        radial-gradient(circle at 88% 18%, rgba(72, 202, 228, 0.15), transparent 30%),
        linear-gradient(135deg, #031b2f 0%, #042d4d 48%, #05243d 100%);
}

.cj-main-site-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 180, 216, 0.08), transparent 38%, rgba(255, 255, 255, 0.035)),
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.025) 0,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px,
            transparent 130px
        );
    pointer-events: none;
}

.cj-main-site-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 7px;
    background: linear-gradient(90deg, #00b4d8, #48cae4, #0096c7);
    box-shadow: 0 -8px 28px rgba(0, 180, 216, 0.45);
}

.cj-main-site-box {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
    gap: 70px;
    min-height: 560px;
}

.cj-main-site-content {
    direction: rtl;
    text-align: right;
    max-width: 780px;
    margin-right: auto;
    margin-left: 0;
    padding: 20px 0;
}

.cj-main-site-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 24px;
    margin-bottom: 28px;
    border-radius: 999px;
    color: #e8fbff;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(0, 180, 216, 0.26));
    border: 1px solid rgba(144, 224, 239, 0.22);
    box-shadow:
        0 14px 32px rgba(0, 0, 0, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.5;
}

.cj-main-site-content h2 {
    direction: rtl;
    text-align: right;
    margin: 0 0 30px;
    color: #ffffff;
    font-size: 37px;
    font-weight: 950;
    line-height: 1.75;
    letter-spacing: -0.7px;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

.cj-main-site-content p {
    direction: rtl;
    text-align: justify;
    text-align-last: right;
    margin: 0 0 21px;
    color: rgba(235, 250, 255, 0.88);
    font-size: 16px;
    font-weight: 500;
    line-height: 2.35;
}

.cj-cta-buttons {
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 42px;
}

.cj-primary-btn,
.cj-secondary-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 170px;
    min-height: 48px;
    padding: 12px 26px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
    text-decoration: none !important;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease,
        background 180ms ease;
}

.cj-primary-btn::before,
.cj-secondary-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.26) 44%, transparent 70%);
    transform: translateX(105%);
    transition: transform 500ms ease;
}

.cj-primary-btn:hover::before,
.cj-secondary-btn:hover::before {
    transform: translateX(-105%);
}

.cj-primary-btn {
    color: #ffffff !important;
    background: linear-gradient(135deg, #00b4d8 0%, #0077b6 100%);
    border: 1px solid rgba(144, 224, 239, 0.38);
    box-shadow:
        0 18px 42px rgba(0, 180, 216, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.cj-secondary-btn {
    color: #eafcff !important;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(202, 240, 248, 0.36);
    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.cj-primary-btn span,
.cj-secondary-btn span,
.cj-primary-btn i,
.cj-secondary-btn i {
    position: relative;
    z-index: 1;
}

.cj-primary-btn i,
.cj-secondary-btn i {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1 !important;
}

.cj-primary-btn:hover,
.cj-secondary-btn:hover {
    color: #ffffff !important;
    transform: translateY(-3px);
}

.cj-primary-btn:hover {
    background: linear-gradient(135deg, #0096c7 0%, #005f8f 100%);
    box-shadow:
        0 22px 52px rgba(0, 180, 216, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.30);
}

.cj-secondary-btn:hover {
    border-color: rgba(144, 224, 239, 0.62);
    background: rgba(255, 255, 255, 0.095);
    box-shadow:
        0 18px 44px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.cj-main-site-visual {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cj-main-site-image {
    position: relative;
    width: min(520px, 100%);
    aspect-ratio: 1.18 / 1;
    border-radius: 34px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 40%, rgba(72, 202, 228, 0.24), transparent 46%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(144, 224, 239, 0.18);
    box-shadow:
        0 34px 90px rgba(0, 0, 0, 0.30),
        0 0 80px rgba(0, 180, 216, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.cj-main-site-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.88;
    transform: scale(1.02);
}

.cj-main-site-glow {
    position: absolute;
    inset: auto -60px -70px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(0, 180, 216, 0.25);
    filter: blur(42px);
    pointer-events: none;
}


/* اگر تصویر لود نشود، سمت چپ خالی و بدشکل دیده نشود */
.cj-main-site-image:empty,
.cj-main-site-image img[src=""] {
    background:
        radial-gradient(circle at 50% 42%, rgba(72, 202, 228, 0.28), transparent 42%),
        linear-gradient(135deg, rgba(0, 119, 182, 0.25), rgba(255, 255, 255, 0.045));
}


/* =========================================================
   RESPONSIVE CTA
========================================================= */

@media (max-width: 1199px) {
    .cj-main-site-box {
        gap: 46px;
    }

    .cj-main-site-content h2 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .cj-main-site-section {
        padding: 90px 0;
    }

    .cj-main-site-box {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .cj-main-site-content {
        max-width: 100%;
        margin: 0 auto;
        text-align: right;
    }

    .cj-main-site-visual {
        order: 2;
        min-height: 360px;
    }

    .cj-main-site-content {
        order: 1;
    }

    .cj-main-site-content h2 {
        text-align: center;
    }

    .cj-main-site-content p {
        text-align: justify;
        text-align-last: right;
    }

    .cj-main-site-badge {
        display: flex;
        width: fit-content;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 575px) {
    .cj-main-site-section {
        padding: 72px 0;
    }

    .cj-main-site-content h2 {
        font-size: 25px;
        line-height: 1.9;
    }

    .cj-main-site-content p {
        font-size: 14.5px;
        line-height: 2.25;
    }

    .cj-cta-buttons {
        flex-direction: column;
        gap: 13px;
    }

    .cj-primary-btn,
    .cj-secondary-btn {
        width: 100%;
        max-width: 260px;
    }

    .cj-main-site-visual {
        min-height: 290px;
    }

    .cj-main-site-image {
        border-radius: 24px;
    }
}
/* =========================================================
   CTA BIO VISUAL - GLASS / ANIMATED / SCIENTIFIC
========================================================= */

.cj-main-site-visual {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1200px;
}

.cj-bio-visual-card {
    position: relative;
    width: min(610px, 100%);
    aspect-ratio: 1.18 / 1;
    overflow: hidden;
    border-radius: 34px;
    isolation: isolate;
    background:
        radial-gradient(circle at 35% 28%, rgba(72, 202, 228, 0.34), transparent 34%),
        radial-gradient(circle at 78% 72%, rgba(0, 180, 216, 0.26), transparent 36%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035));
    border: 1px solid rgba(202, 240, 248, 0.22);
    box-shadow:
        0 34px 95px rgba(0, 0, 0, 0.34),
        0 0 90px rgba(0, 180, 216, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transform: rotateY(-7deg) rotateX(3deg);
    animation: cjBioCardFloat 7s ease-in-out infinite;
}

.cj-bio-visual-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 7;
    border-radius: inherit;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 28%, transparent 68%, rgba(72, 202, 228, 0.14)),
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
    mix-blend-mode: screen;
}

.cj-bio-visual-card::after {
    content: "";
    position: absolute;
    top: -45%;
    left: -70%;
    z-index: 8;
    width: 55%;
    height: 190%;
    transform: rotate(18deg);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.24),
        rgba(144, 224, 239, 0.20),
        transparent
    );
    animation: cjBioShine 5.8s ease-in-out infinite;
    pointer-events: none;
}

.cj-bio-image-layer {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.cj-bio-image-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.34;
    filter: saturate(1.15) contrast(1.08) blur(1px);
    transform: scale(1.08);
}

.cj-bio-gradient-layer {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        radial-gradient(circle at 50% 42%, rgba(0, 180, 216, 0.23), transparent 31%),
        linear-gradient(135deg, rgba(3, 27, 47, 0.52), rgba(4, 45, 77, 0.28) 48%, rgba(3, 27, 47, 0.72));
}

.cj-bio-grid-layer {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0.42;
    background-image:
        linear-gradient(rgba(202, 240, 248, 0.10) 1px, transparent 1px),
        linear-gradient(90deg, rgba(202, 240, 248, 0.10) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(circle at center, black 0%, black 48%, transparent 78%);
    animation: cjBioGridMove 12s linear infinite;
}

.cj-bio-orbit {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(144, 224, 239, 0.22);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.cj-bio-orbit span {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #90e0ef;
    box-shadow:
        0 0 16px rgba(144, 224, 239, 0.95),
        0 0 34px rgba(0, 180, 216, 0.68);
}

.cj-bio-orbit-one {
    width: 310px;
    height: 310px;
    animation: cjBioOrbit 16s linear infinite;
}

.cj-bio-orbit-one span {
    top: 33px;
    right: 58px;
}

.cj-bio-orbit-two {
    width: 430px;
    height: 210px;
    transform: translate(-50%, -50%) rotate(-22deg);
    animation: cjBioOrbitReverse 19s linear infinite;
}

.cj-bio-orbit-two span {
    bottom: 22px;
    left: 74px;
}

.cj-bio-molecule {
    position: absolute;
    z-index: 5;
    inset: 0;
    pointer-events: none;
}

.cj-node {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 35% 30%, #ffffff, #90e0ef 35%, #00b4d8 75%);
    box-shadow:
        0 0 18px rgba(144, 224, 239, 0.90),
        0 0 36px rgba(0, 180, 216, 0.42);
    animation: cjBioPulse 2.8s ease-in-out infinite;
}

.cj-node-1 {
    top: 25%;
    left: 26%;
}

.cj-node-2 {
    top: 38%;
    left: 47%;
    animation-delay: 0.35s;
}

.cj-node-3 {
    top: 61%;
    left: 36%;
    animation-delay: 0.7s;
}

.cj-node-4 {
    top: 54%;
    left: 66%;
    animation-delay: 1.05s;
}

.cj-line {
    position: absolute;
    height: 1px;
    transform-origin: right center;
    background: linear-gradient(90deg, transparent, rgba(144, 224, 239, 0.85), transparent);
    box-shadow: 0 0 18px rgba(0, 180, 216, 0.55);
}

.cj-line-1 {
    width: 145px;
    top: 34%;
    left: 29%;
    transform: rotate(25deg);
}

.cj-line-2 {
    width: 138px;
    top: 50%;
    left: 38%;
    transform: rotate(126deg);
}

.cj-line-3 {
    width: 158px;
    top: 50%;
    left: 48%;
    transform: rotate(18deg);
}

.cj-bio-floating-panel {
    position: absolute;
    z-index: 6;
    min-width: 152px;
    padding: 13px 16px;
    border-radius: 18px;
    direction: ltr;
    text-align: left;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.105);
    border: 1px solid rgba(202, 240, 248, 0.24);
    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    animation: cjBioPanelFloat 5.5s ease-in-out infinite;
}

.cj-bio-floating-panel span {
    display: block;
    margin-bottom: 5px;
    color: rgba(235, 250, 255, 0.72);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
}

.cj-bio-floating-panel strong {
    display: block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.4;
}

.cj-bio-panel-one {
    top: 52px;
    left: 44px;
}

.cj-bio-panel-two {
    right: 36px;
    top: 45%;
    animation-delay: 0.8s;
}

.cj-bio-panel-three {
    left: 72px;
    bottom: 58px;
    animation-delay: 1.4s;
}

.cj-bio-center-mark {
    position: absolute;
    z-index: 6;
    left: 50%;
    top: 50%;
    width: 166px;
    height: 166px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    color: #ffffff;
    background:
        radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.22), transparent 42%),
        rgba(3, 27, 47, 0.28);
    border: 1px solid rgba(202, 240, 248, 0.28);
    box-shadow:
        0 0 58px rgba(0, 180, 216, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.cj-bio-center-mark span {
    font-size: 32px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0;
}

.cj-bio-center-mark strong {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 900;
    color: #90e0ef;
    line-height: 1;
}

/* Animations */

@keyframes cjBioCardFloat {
    0%, 100% {
        transform: rotateY(-7deg) rotateX(3deg) translateY(0);
    }

    50% {
        transform: rotateY(-3deg) rotateX(1deg) translateY(-12px);
    }
}

@keyframes cjBioShine {
    0% {
        left: -75%;
        opacity: 0;
    }

    18% {
        opacity: 0.85;
    }

    48% {
        left: 125%;
        opacity: 0;
    }

    100% {
        left: 125%;
        opacity: 0;
    }
}

@keyframes cjBioGridMove {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 84px 42px;
    }
}

@keyframes cjBioOrbit {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes cjBioOrbitReverse {
    from {
        transform: translate(-50%, -50%) rotate(-22deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(-382deg);
    }
}

@keyframes cjBioPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.82;
    }

    50% {
        transform: scale(1.32);
        opacity: 1;
    }
}

@keyframes cjBioPanelFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* Responsive */

@media (max-width: 1199px) {
    .cj-main-site-visual {
        min-height: 460px;
    }

    .cj-bio-visual-card {
        width: min(540px, 100%);
    }
}

@media (max-width: 991px) {
    .cj-main-site-visual {
        min-height: 430px;
    }

    .cj-bio-visual-card {
        transform: none;
        animation: cjBioCardFloatMobile 7s ease-in-out infinite;
    }

    @keyframes cjBioCardFloatMobile {
        0%, 100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-10px);
        }
    }
}

@media (max-width: 575px) {
    .cj-main-site-visual {
        min-height: 350px;
    }

    .cj-bio-visual-card {
        width: 100%;
        border-radius: 24px;
        aspect-ratio: 1 / 1.05;
    }

    .cj-bio-orbit-one {
        width: 230px;
        height: 230px;
    }

    .cj-bio-orbit-two {
        width: 310px;
        height: 155px;
    }

    .cj-bio-center-mark {
        width: 128px;
        height: 128px;
    }

    .cj-bio-center-mark span {
        font-size: 25px;
    }

    .cj-bio-center-mark strong {
        font-size: 13px;
    }

    .cj-bio-floating-panel {
        min-width: 128px;
        padding: 10px 12px;
        border-radius: 14px;
    }

    .cj-bio-floating-panel span {
        font-size: 10px;
    }

    .cj-bio-floating-panel strong {
        font-size: 11px;
    }

    .cj-bio-panel-one {
        top: 24px;
        left: 18px;
    }

    .cj-bio-panel-two {
        right: 16px;
        top: 48%;
    }

    .cj-bio-panel-three {
        left: 24px;
        bottom: 28px;
    }

    .cj-line-1,
    .cj-line-2,
    .cj-line-3 {
        opacity: 0.7;
    }
}
/* =========================================================
   PREMIUM SLIDER ARROWS
========================================================= */

/* پوشش چند نام احتمالی برای دکمه‌های اسلایدر */
.cj-loop-slider .cj-slider-arrow,
.cj-loop-slider .cj-slider-prev,
.cj-loop-slider .cj-slider-next,
.cj-loop-slider .cj-loop-prev,
.cj-loop-slider .cj-loop-next,
.cj-slider-arrow,
.cj-slider-prev,
.cj-slider-next,
.cj-loop-prev,
.cj-loop-next {
    position: absolute;
    top: 50%;
    z-index: 20;
    width: 54px;
    height: 54px;
    transform: translateY(-50%);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(144, 224, 239, 0.34);
    background:
        radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.24), transparent 42%),
        linear-gradient(135deg, rgba(0, 180, 216, 0.88), rgba(0, 95, 143, 0.92));
    color: #ffffff !important;
    box-shadow:
        0 18px 40px rgba(0, 119, 182, 0.28),
        0 0 0 8px rgba(0, 180, 216, 0.055),
        inset 0 1px 0 rgba(255, 255, 255, 0.32);
    cursor: pointer;
    overflow: hidden;
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        background 220ms ease,
        border-color 220ms ease,
        opacity 220ms ease;
}

/* جایگذاری در چپ و راست */
.cj-loop-slider .cj-slider-prev,
.cj-loop-slider .cj-loop-prev,
.cj-slider-prev,
.cj-loop-prev {
    left: -27px;
}

.cj-loop-slider .cj-slider-next,
.cj-loop-slider .cj-loop-next,
.cj-slider-next,
.cj-loop-next {
    right: -27px;
}

/* حذف ظاهر زشت آیکون‌های فعلی */
.cj-slider-arrow i,
.cj-slider-prev i,
.cj-slider-next i,
.cj-loop-prev i,
.cj-loop-next i,
.cj-slider-arrow svg,
.cj-slider-prev svg,
.cj-slider-next svg,
.cj-loop-prev svg,
.cj-loop-next svg {
    display: none !important;
}

/* ساخت فلش تمیز با CSS */
.cj-slider-prev::before,
.cj-loop-prev::before,
.cj-slider-next::before,
.cj-loop-next::before {
    content: "";
    width: 11px;
    height: 11px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    border-radius: 2px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.22));
    transition: transform 220ms ease;
}

/* جهت فلش‌ها */
.cj-slider-prev::before,
.cj-loop-prev::before {
    transform: rotate(-135deg);
    margin-left: 3px;
}

.cj-slider-next::before,
.cj-loop-next::before {
    transform: rotate(45deg);
    margin-right: 3px;
}

/* افکت نور عبوری */
.cj-slider-arrow::after,
.cj-slider-prev::after,
.cj-slider-next::after,
.cj-loop-prev::after,
.cj-loop-next::after {
    content: "";
    position: absolute;
    inset: -40%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255, 255, 255, 0.34) 45%,
        transparent 70%
    );
    transform: translateX(90%) rotate(18deg);
    transition: transform 520ms ease;
    pointer-events: none;
}

/* Hover */
.cj-loop-slider .cj-slider-arrow:hover,
.cj-loop-slider .cj-slider-prev:hover,
.cj-loop-slider .cj-slider-next:hover,
.cj-loop-slider .cj-loop-prev:hover,
.cj-loop-slider .cj-loop-next:hover,
.cj-slider-arrow:hover,
.cj-slider-prev:hover,
.cj-slider-next:hover,
.cj-loop-prev:hover,
.cj-loop-next:hover {
    transform: translateY(-50%) scale(1.08);
    border-color: rgba(202, 240, 248, 0.64);
    background:
        radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.34), transparent 42%),
        linear-gradient(135deg, #00c8ee 0%, #0077b6 100%);
    box-shadow:
        0 22px 54px rgba(0, 180, 216, 0.42),
        0 0 0 10px rgba(0, 180, 216, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.40);
}

.cj-slider-arrow:hover::after,
.cj-slider-prev:hover::after,
.cj-slider-next:hover::after,
.cj-loop-prev:hover::after,
.cj-loop-next:hover::after {
    transform: translateX(-90%) rotate(18deg);
}

.cj-slider-prev:hover::before,
.cj-loop-prev:hover::before {
    transform: rotate(-135deg) translate(2px, -2px);
}

.cj-slider-next:hover::before,
.cj-loop-next:hover::before {
    transform: rotate(45deg) translate(2px, -2px);
}

/* حالت کلیک */
.cj-slider-arrow:active,
.cj-slider-prev:active,
.cj-slider-next:active,
.cj-loop-prev:active,
.cj-loop-next:active {
    transform: translateY(-50%) scale(0.96);
}

/* بهتر شدن در موبایل */
@media (max-width: 767px) {
    .cj-loop-slider .cj-slider-arrow,
    .cj-loop-slider .cj-slider-prev,
    .cj-loop-slider .cj-slider-next,
    .cj-loop-slider .cj-loop-prev,
    .cj-loop-slider .cj-loop-next,
    .cj-slider-arrow,
    .cj-slider-prev,
    .cj-slider-next,
    .cj-loop-prev,
    .cj-loop-next {
        width: 44px;
        height: 44px;
    }

    .cj-loop-slider .cj-slider-prev,
    .cj-loop-slider .cj-loop-prev,
    .cj-slider-prev,
    .cj-loop-prev {
        left: -12px;
    }

    .cj-loop-slider .cj-slider-next,
    .cj-loop-slider .cj-loop-next,
    .cj-slider-next,
    .cj-loop-next {
        right: -12px;
    }

    .cj-slider-prev::before,
    .cj-loop-prev::before,
    .cj-slider-next::before,
    .cj-loop-next::before {
        width: 9px;
        height: 9px;
        border-top-width: 2.5px;
        border-right-width: 2.5px;
    }
}
/* =========================================================
   CTA VISUAL IMAGE - CLEARER / SHARPER / MORE PREMIUM
========================================================= */

.cj-bio-visual-card {
    background:
        radial-gradient(circle at 35% 28%, rgba(72, 202, 228, 0.24), transparent 34%),
        radial-gradient(circle at 78% 72%, rgba(0, 180, 216, 0.18), transparent 36%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
    border: 1px solid rgba(202, 240, 248, 0.30);
    box-shadow:
        0 36px 100px rgba(0, 0, 0, 0.32),
        0 0 95px rgba(0, 180, 216, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

/* عکس واضح‌تر و زنده‌تر */
.cj-bio-image-layer img {
    opacity: 0.83 !important;
    filter: saturate(1.22) contrast(1.12) brightness(1.08) blur(0px) !important;
    transform: scale(1.045) !important;
}

/* لایه تیره کمتر شود تا عکس بیشتر دیده شود */
.cj-bio-gradient-layer {
    background:
        radial-gradient(circle at 50% 42%, rgba(0, 180, 216, 0.16), transparent 32%),
        linear-gradient(
            135deg,
            rgba(3, 27, 47, 0.28),
            rgba(4, 45, 77, 0.16) 48%,
            rgba(3, 27, 47, 0.42)
        ) !important;
}

/* گرید کمی ظریف‌تر شود که روی عکس سنگینی نکند */
.cj-bio-grid-layer {
    opacity: 0.28 !important;
}

/* کارت مرکزی کمی شفاف‌تر و تمیزتر */
.cj-bio-center-mark {
    background:
        radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.20), transparent 44%),
        rgba(3, 27, 47, 0.20) !important;
    border-color: rgba(202, 240, 248, 0.34) !important;
    backdrop-filter: blur(10px) saturate(1.25) !important;
    -webkit-backdrop-filter: blur(10px) saturate(1.25) !important;
}

/* پنل‌ها هم شیشه‌ای‌تر شوند، اما عکس را نپوشانند */
.cj-bio-floating-panel {
    background: rgba(255, 255, 255, 0.085) !important;
    border-color: rgba(202, 240, 248, 0.30) !important;
    backdrop-filter: blur(10px) saturate(1.18) !important;
    -webkit-backdrop-filter: blur(10px) saturate(1.18) !important;
}

/* افکت شفافیت لطیف روی کل کارت */
.cj-bio-visual-card::before {
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.16),
            transparent 26%,
            transparent 70%,
            rgba(72, 202, 228, 0.10)
        ),
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.075),
            transparent
        ) !important;
}
/* =========================================================
   POST CARD - READ MORE BUTTON ALIGNMENT FIX
   دکمه ادامه مطلب هم‌تراز و سمت چپ کارت
========================================================= */

/* کل کارت پست باید ارتفاع یکسان و ساختار ستونی داشته باشد */
.cj-post-card,
.cj-post-item,
.cj-post-box {
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
}

/* بدنه کارت باید فضای باقی‌مانده را پر کند */
.cj-post-body,
.cj-post-content {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    direction: rtl;
    text-align: right;
}

/* عنوان‌ها ارتفاع کنترل‌شده داشته باشند */
.cj-post-title,
.cj-post-title-row {
    flex-shrink: 0;
}

/* خلاصه متن ارتفاع نسبتاً ثابت بگیرد تا دکمه‌ها هم‌تراز شوند */
.cj-post-excerpt,
.cj-post-summary {
    min-height: 82px;
    line-height: 2;
    margin-bottom: 18px;
}

/* متای تاریخ و بازدید */
.cj-post-meta {
    margin-top: auto !important;
    margin-bottom: 18px !important;
    flex-shrink: 0;
}

/* دکمه ادامه مطلب: سمت چپ کارت و هم‌تراز */
.cj-read-more {
    align-self: flex-start !important;
    margin-top: 0 !important;
    margin-right: auto !important;
    margin-left: 0 !important;

    min-width: 128px;
    height: 42px;
    padding: 0 20px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px;

    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;

    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.35), transparent 35%),
        linear-gradient(135deg, #00b4d8 0%, #0077b6 100%) !important;

    color: #ffffff !important;
    border: 1px solid rgba(144, 224, 239, 0.45);

    box-shadow:
        0 12px 26px rgba(0, 119, 182, 0.28),
        0 0 0 5px rgba(0, 180, 216, 0.055),
        inset 0 1px 0 rgba(255, 255, 255, 0.36);

    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        background 220ms ease;
}

/* اگر داخل دکمه span داری */
.cj-read-more span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Hover دکمه ادامه مطلب */
.cj-read-more:hover {
    transform: translateY(-3px);
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.45), transparent 35%),
        linear-gradient(135deg, #00c8ee 0%, #006da8 100%) !important;

    box-shadow:
        0 18px 38px rgba(0, 180, 216, 0.36),
        0 0 0 7px rgba(0, 180, 216, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

/* آیکون فلش داخل دکمه ادامه مطلب */
.cj-read-more i,
.cj-read-more .fa {
    font-size: 12px;
    line-height: 1;
    transform: translateY(0);
}
/* =========================================================
   PREMIUM LARGE SLIDER ARROWS
   فلش‌های بزرگ‌تر و چشم‌نوازتر کنار پست‌ها
========================================================= */

.cj-loop-slider .cj-slider-arrow,
.cj-loop-slider .cj-slider-prev,
.cj-loop-slider .cj-slider-next,
.cj-loop-slider .cj-loop-prev,
.cj-loop-slider .cj-loop-next,
.cj-slider-arrow,
.cj-slider-prev,
.cj-slider-next,
.cj-loop-prev,
.cj-loop-next {
    position: absolute;
    top: 50%;
    z-index: 30;

    width: 66px !important;
    height: 66px !important;

    transform: translateY(-50%);
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 50% !important;
    border: 1px solid rgba(202, 240, 248, 0.55) !important;

    background:
        radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.48), transparent 32%),
        radial-gradient(circle at 74% 78%, rgba(72, 202, 228, 0.32), transparent 38%),
        linear-gradient(135deg, #00b4d8 0%, #0077b6 55%, #005f8f 100%) !important;

    color: #ffffff !important;

    box-shadow:
        0 22px 50px rgba(0, 119, 182, 0.34),
        0 0 0 9px rgba(0, 180, 216, 0.075),
        0 0 32px rgba(72, 202, 228, 0.30),
        inset 0 2px 0 rgba(255, 255, 255, 0.42),
        inset 0 -8px 18px rgba(0, 54, 88, 0.22);

    cursor: pointer;
    overflow: hidden;

    backdrop-filter: blur(10px) saturate(1.25);
    -webkit-backdrop-filter: blur(10px) saturate(1.25);

    transition:
        transform 240ms ease,
        box-shadow 240ms ease,
        background 240ms ease,
        border-color 240ms ease,
        opacity 240ms ease;
}
/* موقعیت فلش چپ */
.cj-loop-slider .cj-slider-prev,
.cj-loop-slider .cj-loop-prev,
.cj-slider-prev,
.cj-loop-prev {
    left: -36px !important;
}

/* موقعیت فلش راست */
.cj-loop-slider .cj-slider-next,
.cj-loop-slider .cj-loop-next,
.cj-slider-next,
.cj-loop-next {
    right: -36px !important;
}
/* حذف آیکون‌های قبلی */
.cj-slider-arrow i,
.cj-slider-prev i,
.cj-slider-next i,
.cj-loop-prev i,
.cj-loop-next i,
.cj-slider-arrow svg,
.cj-slider-prev svg,
.cj-slider-next svg,
.cj-loop-prev svg,
.cj-loop-next svg {
    display: none !important;
}

/* فلش داخلی جدید */
.cj-slider-prev::before,
.cj-loop-prev::before,
.cj-slider-next::before,
.cj-loop-next::before {
    content: "";
    width: 15px;
    height: 15px;

    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    border-radius: 3px;

    position: relative;
    z-index: 2;

    filter:
        drop-shadow(0 2px 4px rgba(0, 0, 0, 0.26))
        drop-shadow(0 0 8px rgba(255, 255, 255, 0.22));

    transition: transform 240ms ease;
}

/* جهت فلش‌ها */
.cj-slider-prev::before,
.cj-loop-prev::before {
    transform: rotate(-135deg);
    margin-left: 5px;
}

.cj-slider-next::before,
.cj-loop-next::before {
    transform: rotate(45deg);
    margin-right: 5px;
}
/* لایه نور متحرک روی فلش‌ها */
.cj-slider-arrow::after,
.cj-slider-prev::after,
.cj-slider-next::after,
.cj-loop-prev::after,
.cj-loop-next::after {
    content: "";
    position: absolute;
    inset: -45%;

    background:
        linear-gradient(
            120deg,
            transparent 0%,
            transparent 34%,
            rgba(255, 255, 255, 0.44) 48%,
            transparent 64%,
            transparent 100%
        );

    transform: translateX(92%) rotate(18deg);
    opacity: 0.85;
    pointer-events: none;

    transition:
        transform 620ms ease,
        opacity 260ms ease;
}
/* =========================================================
   Video hero text position
   فقط جابه‌جایی متن، بدون تغییر فونت
========================================================= */

.video-banner-area {
    position: relative !important;
    overflow: hidden !important;
}

.video-banner-area > .container {
    position: absolute !important;
    inset: 0 !important;
    z-index: 3 !important;
}

.video-banner-area > .container > .row.fullscreen {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: inherit !important;
}

/* خود باکس متن */
.video-banner-area .hero-heading {
    position: absolute !important;
    left: 50% !important;
    bottom: 70px !important;
    transform: translateX(-50%) !important;

    width: 100% !important;
    max-width: 900px !important;

    text-align: center !important;
    margin: 0 !important;
    padding: 0 20px !important;
    z-index: 4 !important;
    box-sizing: border-box !important;
}

/* فقط وسط‌چین، بدون دست‌زدن به فونت */
.video-banner-area .hero-heading h1,
.video-banner-area .hero-heading p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

.hero-title-en {
    font-family: 'Montserrat', sans-serif;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff;
}
/* ================================
   Home Stats Section
================================ */

.stats-grid {
    width: min(1360px, calc(100% - 48px));
    margin: 70px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    direction: rtl;
    position: relative;
    z-index: 2;
}

.stat-card {
    position: relative;
    min-height: 150px;
    padding: 28px 24px 26px;
    border-radius: 26px;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;

    text-align: center;
    direction: rtl;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.88),
            rgba(255, 255, 255, 0.66)
        );

    border: 1px solid rgba(255, 255, 255, 0.72);

    box-shadow:
        0 24px 60px rgba(10, 45, 70, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease;
}

.stat-card::before {
    content: "";
    position: absolute;
    top: -34px;
    right: -34px;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background: rgba(204, 246, 242, 0.85);
    z-index: 0;
}

.stat-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(
            circle at 88% 8%,
            rgba(204, 246, 242, 0.42),
            transparent 34%
        );
    pointer-events: none;
    z-index: 0;
}

.stat-card:hover {
    transform: translateY(-6px);
    border-color: rgba(170, 229, 224, 0.9);
    box-shadow:
        0 30px 75px rgba(10, 45, 70, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}

.stat-number {
    position: relative;
    z-index: 1;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: clamp(38px, 4vw, 56px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -1px;

    color: #073a5c;
    direction: ltr;
    font-family: inherit;
}

.stat-number::before {
    content: "+";
    font-weight: 900;
    margin-right: 4px;
}

.stat-label {
    position: relative;
    z-index: 1;

    display: block;
    font-size: 17px;
    line-height: 1.9;
    font-weight: 700;
    color: rgba(25, 48, 64, 0.58);
    text-align: center;
    direction: rtl;
}

/* اگر کلاس glass-panel در جای دیگری استایل تداخلی دارد */
.stats-grid .glass-panel {
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.88),
            rgba(255, 255, 255, 0.66)
        );
}
