.elementor-14860 .elementor-element.elementor-element-527a674{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-49391fd *//* ==========================================
   RX-DROPSA FINAL STYLES
   Scope: #rx-dropsa-page
   ========================================== */

#rx-dropsa-page {
    /* --- Brand Color --- */
    --rx-brand: #005CA9; /* آبی */
    
    /* Variables */
    --rx-text: #0F172A;
    --rx-sub: #475569;
    --rx-border: #E2E8F0;
    --rx-surface: #F8FAFC;
    
    width: 100%;
    direction: rtl;
    text-align: center;
    font-family: 'Vazirmatn', system-ui, sans-serif !important;
    
    /* شفاف کردن ویجت */
    background-color: transparent !important;
    
    padding: 80px 20px;
    position: relative;
    box-sizing: border-box;
    perspective: 1000px;
    z-index: 10; /* محتوا بالاتر از پس‌زمینه تزریقی باشد */
}

#rx-dropsa-page * { box-sizing: border-box; outline: none; text-decoration: none; margin: 0; padding: 0; }

.rx-center-wrapper { max-width: 1100px; margin: 0 auto; position: relative; z-index: 10; }

/* --- HERO SECTION --- */
#rx-dropsa-page .rx-center-hero {
    text-align: center; margin-bottom: 100px; display: flex; flex-direction: column; align-items: center;
}

#rx-dropsa-page .rx-hero-logo-chip {
    width: auto; max-width: 450px;
    background: #fff; border: 1px solid var(--rx-border);
    border-radius: 24px; display: flex; align-items: center; justify-content: center;
    margin-bottom: 40px; padding: 40px;
    box-shadow: 0 15px 40px -10px rgba(0,0,0,0.1);
}
#rx-dropsa-page .rx-hero-logo-chip img {
    width: 100%; height: auto; max-height: 180px; object-fit: contain;
}

#rx-dropsa-page .rx-badge-pill {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--rx-surface); border: 1px solid var(--rx-border);
    padding: 6px 16px; border-radius: 50px;
    font-size: 0.7rem !important; font-weight: 700 !important; color: var(--rx-sub);
    font-family: sans-serif !important; letter-spacing: 1px; margin-bottom: 25px;
}
#rx-dropsa-page .rx-badge-icon { color: var(--rx-brand); }

#rx-dropsa-page .rx-main-title {
    font-size: clamp(2rem, 5vw, 3.2rem) !important; font-weight: 900 !important;
    color: var(--rx-text); line-height: 1.3 !important; margin-bottom: 25px !important;
}
#rx-dropsa-page .rx-brand-gradient {
    background: linear-gradient(45deg, var(--rx-text), var(--rx-brand));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    display: inline-block; font-family: sans-serif !important; letter-spacing: -1px;
}

#rx-dropsa-page .rx-main-desc {
    font-size: 1.1rem !important; color: var(--rx-sub); line-height: 1.8 !important;
    max-width: 700px; width: 100%;
    margin: 0 auto 40px auto !important;
    text-align: justify !important; text-align-last: center;
}

#rx-dropsa-page .rx-trust-bar {
    display: flex; align-items: center; justify-content: center; gap: 25px;
    border: 1px solid var(--rx-border); padding: 15px 30px;
    border-radius: 50px; background: #fff; box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    margin: 0 auto; width: fit-content;
}
#rx-dropsa-page .rx-trust-item {
    display: flex; align-items: center; gap: 10px;
    font-size: 0.9rem !important; font-weight: 700 !important; color: var(--rx-text);
}
#rx-dropsa-page .rx-mono-icon { width: 20px; height: 20px; color: var(--rx-brand); }
#rx-dropsa-page .rx-sep { width: 1px; height: 20px; background: var(--rx-border); }

/* --- HEADERS & GRIDS --- */
#rx-dropsa-page .rx-section-header {
    display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 40px; width: 100%;
}
#rx-dropsa-page .mt-80 { margin-top: 80px; }
#rx-dropsa-page .rx-section-header h3 {
    font-size: 1.4rem !important; font-weight: 800 !important; color: var(--rx-text); white-space: nowrap;
}
#rx-dropsa-page .rx-line { flex: 1; height: 1px; background: var(--rx-border); max-width: 100px; }

/* Main Grid */
#rx-dropsa-page .rx-main-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 30px;
    text-align: right; width: 100%;
}

/* Tilt Card */
#rx-dropsa-page .rx-tilt-card { position: relative; height: 380px; cursor: pointer; }
#rx-dropsa-page .rx-card-inner {
    position: relative; width: 100%; height: 100%;
    background: #fff; border-radius: 20px;
    border: 1px solid var(--rx-border);
    display: flex; flex-direction: column; overflow: hidden;
    transition: transform 0.1s ease-out, box-shadow 0.3s ease;
    transform-style: preserve-3d;
}
#rx-dropsa-page .rx-tilt-card:hover .rx-card-inner {
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.1); border-color: transparent;
}

/* Gradient Border */
#rx-dropsa-page .rx-border-gradient {
    position: absolute; inset: 0; border-radius: 20px; pointer-events: none;
    border: 2px solid transparent;
    background: linear-gradient(135deg, var(--rx-brand), #003366) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    opacity: 0; transition: 0.3s;
}
#rx-dropsa-page .rx-tilt-card:hover .rx-border-gradient { opacity: 1; }

/* Card Content */
#rx-dropsa-page .rx-card-head { padding: 15px 20px; transform: translateZ(20px); }
#rx-dropsa-page .rx-ref {
    font-size: 0.7rem !important; font-family: monospace !important; color: var(--rx-sub);
    background: var(--rx-surface); padding: 4px 8px; border-radius: 4px;
}
#rx-dropsa-page .rx-card-img {
    flex: 1; display: flex; align-items: center; justify-content: center;
    padding: 10px; transform: translateZ(40px);
}
#rx-dropsa-page .rx-card-img img {
    max-width: 90%; max-height: 150px; object-fit: contain; transition: transform 0.4s;
}
#rx-dropsa-page .rx-tilt-card:hover img { transform: scale(1.1); }

#rx-dropsa-page .rx-card-content {
    padding: 24px; background: #fff; transform: translateZ(30px); border-top: 1px solid var(--rx-surface);
}
#rx-dropsa-page .rx-card-content h4 {
    font-size: 1.1rem !important; font-weight: 800 !important; color: var(--rx-text); margin-bottom: 8px !important;
}
#rx-dropsa-page .rx-card-content p {
    font-size: 0.9rem !important; color: var(--rx-sub); line-height: 1.6 !important;
    text-align: justify !important;
}

/* Compact Grid */
#rx-dropsa-page .rx-compact-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px;
    text-align: right; width: 100%;
}
#rx-dropsa-page .rx-compact-card {
    display: flex; align-items: center; gap: 15px; background: #fff; border: 1px solid var(--rx-border);
    padding: 20px; border-radius: 12px; transition: all 0.3s ease;
}
#rx-dropsa-page .rx-compact-card:hover {
    border-color: var(--rx-brand); box-shadow: 0 10px 20px -5px rgba(0,0,0,0.05); transform: translateY(-3px);
}
#rx-dropsa-page .rx-c-icon {
    width: 48px; height: 48px; background: var(--rx-surface); border-radius: 10px;
    display: flex; align-items: center; justify-content: center; color: var(--rx-text); flex-shrink: 0;
}
#rx-dropsa-page .rx-c-icon svg { width: 24px; height: 24px; }
#rx-dropsa-page .rx-c-text { flex: 1; }
#rx-dropsa-page .rx-c-text h5 { font-size: 1rem !important; font-weight: 700 !important; color: var(--rx-text); margin-bottom: 4px !important; }
#rx-dropsa-page .rx-c-text span { font-size: 0.8rem !important; color: var(--rx-sub); display: block; }
#rx-dropsa-page .rx-c-arrow { color: var(--rx-border); font-weight: 700; transition: 0.3s; }
#rx-dropsa-page .rx-compact-card:hover .rx-c-arrow { color: var(--rx-brand); transform: translateX(-5px); }

/* Responsive */
@media (max-width: 768px) {
    #rx-dropsa-page { padding: 60px 15px; }
    #rx-dropsa-page .rx-trust-bar { flex-wrap: wrap; justify-content: center; padding: 15px; border-radius: 20px; width: 100%; }
    #rx-dropsa-page .rx-sep { display: none; }
    #rx-dropsa-page .rx-trust-item { width: 100%; justify-content: center; }
    #rx-dropsa-page .rx-main-desc { text-align: center !important; }
}/* End custom CSS */