/* Tarek Floating Contact Buttons V5.4 */
.tfcb-wrap{position:fixed;bottom:calc(var(--tfcb-bottom,24px) + var(--tfcb-extra-bottom,0px));z-index:99999;display:flex;flex-direction:column;gap:var(--tfcb-gap,14px);font-family:Cairo,Arial,sans-serif;direction:ltr;pointer-events:auto}
.tfcb-pos-bottom_right{right:var(--tfcb-side,24px);align-items:flex-start}.tfcb-pos-bottom_left{left:var(--tfcb-side,24px);align-items:flex-start}.tfcb-pos-middle_right{right:var(--tfcb-side,24px);top:50%;bottom:auto;transform:translateY(-50%)}.tfcb-pos-middle_left{left:var(--tfcb-side,24px);top:50%;bottom:auto;transform:translateY(-50%)}
.tfcb-btn{width:var(--tfcb-width,270px);height:var(--tfcb-height,70px);border-radius:999px;display:flex!important;align-items:center;justify-content:flex-start;position:relative;text-decoration:none!important;color:#fff!important;background:#071b33;box-shadow:0 18px 38px rgba(0,0,0,.34);overflow:visible;transition:transform .22s ease,filter .22s ease,box-shadow .22s ease;border:0!important}.tfcb-btn:hover{transform:translateY(-3px) scale(1.02);filter:saturate(1.08);box-shadow:0 23px 48px rgba(0,0,0,.42)}.tfcb-btn:active{transform:translateY(0) scale(.98)}.tfcb-btn:before{content:"";position:absolute;left:-19px;top:50%;width:92px;height:92px;border-radius:50%;transform:translateY(-50%);opacity:.18;z-index:0}.tfcb-orb{width:calc(var(--tfcb-height,70px) + 8px);height:var(--tfcb-height,70px);border-radius:999px 0 0 999px;display:grid;place-items:center;position:relative;z-index:2;flex:0 0 calc(var(--tfcb-height,70px) + 8px)}.tfcb-orb svg{width:34px;height:34px;display:block;fill:#fff}.tfcb-body{height:var(--tfcb-height,70px);min-width:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:5px;padding:0 18px;position:relative;z-index:2;direction:rtl;text-align:right}.tfcb-title{display:block;font-size:17px;font-weight:900;line-height:1;white-space:nowrap}.tfcb-number{display:block;font-size:20px;font-weight:900;line-height:1;color:#fff;letter-spacing:.5px;direction:ltr;white-space:nowrap;text-shadow:0 2px 8px rgba(0,0,0,.32)}
.tfcb-call{background:linear-gradient(90deg,var(--tfcb-call,#ef321f) 0,var(--tfcb-call,#ef321f) 29%,var(--tfcb-call-body,#071b33) 29%,var(--tfcb-call-body,#071b33) 100%)!important}.tfcb-call:before{background:var(--tfcb-call,#ef321f)}.tfcb-call .tfcb-title{color:var(--tfcb-call-title,#ff4b3c)}.tfcb-call .tfcb-orb{background:var(--tfcb-call,#ef321f)}
.tfcb-whatsapp{background:linear-gradient(90deg,var(--tfcb-wa,#19c85f) 0,var(--tfcb-wa,#19c85f) 29%,var(--tfcb-wa-body,#071b33) 29%,var(--tfcb-wa-body,#071b33) 100%)!important}.tfcb-whatsapp:before{background:var(--tfcb-wa,#19c85f)}.tfcb-whatsapp .tfcb-title{color:var(--tfcb-wa-title,#21df6f)}.tfcb-whatsapp .tfcb-orb{background:var(--tfcb-wa,#19c85f)}
.tfcb-messenger{background:linear-gradient(90deg,var(--tfcb-ms,#0084ff) 0,var(--tfcb-ms,#0084ff) 29%,var(--tfcb-ms-body,#071b33) 29%,var(--tfcb-ms-body,#071b33) 100%)!important}.tfcb-messenger:before{background:var(--tfcb-ms,#0084ff)}.tfcb-messenger .tfcb-title{color:var(--tfcb-ms-title,#38bdf8)}.tfcb-messenger .tfcb-orb{background:var(--tfcb-ms,#0084ff)}
.tfcb-anim-pulse .tfcb-btn:before,.tfcb-anim-shake_pulse .tfcb-btn:before{animation:tfcb-pulse 1.8s ease-in-out infinite}.tfcb-anim-shake .tfcb-orb,.tfcb-anim-shake_pulse .tfcb-orb{animation:tfcb-shake 2.2s ease-in-out infinite}.tfcb-anim-bounce .tfcb-btn{animation:tfcb-bounce 2.4s ease-in-out infinite}.tfcb-anim-float .tfcb-btn{animation:tfcb-float 3s ease-in-out infinite}@keyframes tfcb-pulse{0%,100%{transform:translateY(-50%) scale(.82);opacity:.12}50%{transform:translateY(-50%) scale(1.18);opacity:.24}}@keyframes tfcb-shake{0%,78%,100%{transform:translateX(0) rotate(0)}82%{transform:translateX(-2px) rotate(-4deg)}86%{transform:translateX(2px) rotate(4deg)}90%{transform:translateX(-2px) rotate(-3deg)}94%{transform:translateX(1px) rotate(2deg)}}@keyframes tfcb-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes tfcb-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
.tfcb-hide-labels .tfcb-title{display:none}.tfcb-hide-numbers .tfcb-number{display:none}.tfcb-hide-labels.tfcb-hide-numbers .tfcb-body{display:none}
.tfcb-style-classic .tfcb-btn{background:var(--tfcb-call-body,#071b33)!important;overflow:hidden}.tfcb-style-classic .tfcb-orb{margin-left:8px;width:52px;height:52px;border-radius:50%;flex-basis:52px}.tfcb-style-wide .tfcb-btn{width:calc(var(--tfcb-width,270px) + 70px);border-radius:20px}.tfcb-style-pill .tfcb-btn{height:58px;background:#071b33!important;overflow:hidden}.tfcb-style-pill .tfcb-orb{margin-left:8px;width:44px;height:44px;border-radius:50%;flex-basis:44px}.tfcb-style-split .tfcb-btn{border-radius:16px;overflow:hidden}.tfcb-style-bubble .tfcb-btn{border-radius:30px 30px 30px 6px;background:#fff!important;color:#071b33!important}.tfcb-style-bubble .tfcb-number{color:#071b33}.tfcb-style-bubble .tfcb-title{color:#071b33!important}.tfcb-style-circle .tfcb-btn{width:62px;min-width:62px;height:62px;border-radius:50%}.tfcb-style-circle .tfcb-body{display:none}.tfcb-style-circle .tfcb-orb{width:62px;height:62px;flex-basis:62px;border-radius:50%}.tfcb-style-square .tfcb-btn{width:64px;min-width:64px;height:64px;border-radius:0;overflow:hidden}.tfcb-style-square .tfcb-body{display:none}.tfcb-style-square .tfcb-orb{width:64px;height:64px;flex-basis:64px;border-radius:0}.tfcb-style-rounded_square .tfcb-btn{width:66px;min-width:66px;height:66px;border-radius:18px;overflow:hidden}.tfcb-style-rounded_square .tfcb-body{display:none}.tfcb-style-rounded_square .tfcb-orb{width:66px;height:66px;flex-basis:66px;border-radius:18px}.tfcb-style-stacked .tfcb-btn{width:110px;height:96px;border-radius:22px;flex-direction:column;justify-content:center;background:#071b33!important}.tfcb-style-stacked .tfcb-orb{width:44px;height:44px;border-radius:50%;flex-basis:44px}.tfcb-style-stacked .tfcb-body{height:auto;padding:4px;text-align:center;align-items:center}.tfcb-style-stacked .tfcb-number{display:none}.tfcb-style-tab .tfcb-btn{width:210px;border-radius:999px 0 0 999px}.tfcb-pos-bottom_left.tfcb-style-tab .tfcb-btn,.tfcb-pos-middle_left.tfcb-style-tab .tfcb-btn{border-radius:0 999px 999px 0}.tfcb-style-glass .tfcb-btn{background:rgba(7,27,51,.64)!important;backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.2)!important}.tfcb-style-gradient .tfcb-call{background:linear-gradient(135deg,#ef321f,#ff9f1c)!important}.tfcb-style-gradient .tfcb-whatsapp{background:linear-gradient(135deg,#00a884,#21df6f)!important}.tfcb-style-gradient .tfcb-messenger{background:linear-gradient(135deg,#0084ff,#38bdf8)!important}.tfcb-style-gradient .tfcb-orb{background:rgba(255,255,255,.18)!important}.tfcb-style-minimal .tfcb-btn{width:auto;min-width:58px;height:58px;background:transparent!important;box-shadow:none}.tfcb-style-minimal .tfcb-body{display:none}.tfcb-style-minimal .tfcb-orb{width:58px;height:58px;flex-basis:58px;border-radius:50%;box-shadow:0 14px 30px rgba(0,0,0,.25)}.tfcb-style-vertical_text .tfcb-btn{width:54px;height:170px;border-radius:999px;writing-mode:vertical-rl}.tfcb-style-vertical_text .tfcb-orb{width:54px;height:54px;flex-basis:54px;border-radius:50%}.tfcb-style-vertical_text .tfcb-body{height:auto;padding:8px 0}.tfcb-style-vertical_text .tfcb-number{display:none}.tfcb-style-icon_label .tfcb-btn{width:150px;height:54px;border-radius:14px}.tfcb-style-icon_label .tfcb-number{display:none}.tfcb-style-icon_label .tfcb-orb{width:54px;height:54px;flex-basis:54px;border-radius:14px 0 0 14px}.tfcb-style-soft_shadow .tfcb-btn{background:#fff!important;color:#071b33!important;box-shadow:0 16px 40px rgba(15,23,42,.18)}.tfcb-style-soft_shadow .tfcb-number{color:#071b33}.tfcb-style-flat .tfcb-btn{box-shadow:none;border-radius:10px}.tfcb-style-dark_label .tfcb-btn{background:#111827!important}.tfcb-style-outline .tfcb-btn{background:transparent!important;border:2px solid currentColor!important;box-shadow:none}.tfcb-style-outline .tfcb-call{color:var(--tfcb-call,#ef321f)!important}.tfcb-style-outline .tfcb-whatsapp{color:var(--tfcb-wa,#19c85f)!important}.tfcb-style-outline .tfcb-messenger{color:var(--tfcb-ms,#0084ff)!important}.tfcb-style-outline .tfcb-orb{background:currentColor!important}.tfcb-style-outline .tfcb-title,.tfcb-style-outline .tfcb-number{color:#fff!important}

/* Unified vertical group: back-to-top + call + WhatsApp + Messenger in one collision-safe stack */
.tfcb-unified-vertical{flex-direction:column!important;align-items:center!important;isolation:isolate}
.tfcb-unified-vertical .tfcb-backtop{position:relative!important;right:auto!important;left:auto!important;top:auto!important;bottom:auto!important;z-index:auto;width:var(--tfcb-bt-size,54px);height:var(--tfcb-bt-size,54px);flex:0 0 var(--tfcb-bt-size,54px);transform:translateY(10px)}
.tfcb-unified-vertical .tfcb-backtop.is-visible{transform:translateY(0)}
.tfcb-unified-vertical .tfcb-backtop-pos-bottom_center{transform:translateY(10px)}
.tfcb-unified-vertical .tfcb-backtop-pos-bottom_center.is-visible{transform:translateY(0)}
.tfcb-unified-vertical.tfcb-style-circle .tfcb-backtop,.tfcb-unified-vertical.tfcb-style-square .tfcb-backtop,.tfcb-unified-vertical.tfcb-style-rounded_square .tfcb-backtop{width:var(--tfcb-bt-size,54px)!important;height:var(--tfcb-bt-size,54px)!important;flex-basis:var(--tfcb-bt-size,54px)!important}
.tfcb-backtop-fixed{position:fixed}

.tfcb-backtop{position:fixed;z-index:99998;width:var(--tfcb-bt-size,54px);height:var(--tfcb-bt-size,54px);border:0;cursor:pointer;background:var(--tfcb-bt-color,#ff7a00);color:var(--tfcb-bt-text,#fff);display:grid;place-items:center;font-size:24px;font-weight:900;box-shadow:0 14px 34px rgba(0,0,0,.28);opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s;font-family:Cairo,Arial,sans-serif}.tfcb-backtop.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.tfcb-backtop-pos-bottom_right{right:var(--tfcb-bt-offset,18px);bottom:var(--tfcb-bt-offset,18px)}.tfcb-backtop-pos-bottom_left{left:var(--tfcb-bt-offset,18px);bottom:var(--tfcb-bt-offset,18px)}.tfcb-backtop-pos-bottom_center{left:50%;bottom:var(--tfcb-bt-offset,18px);transform:translate(-50%,10px)}.tfcb-backtop-pos-bottom_center.is-visible{transform:translate(-50%,0)}.tfcb-backtop-pos-middle_right{right:var(--tfcb-bt-offset,18px);top:50%}.tfcb-backtop-pos-middle_left{left:var(--tfcb-bt-offset,18px);top:50%}.tfcb-backtop-style-circle{border-radius:50%}.tfcb-backtop-style-square{border-radius:0}.tfcb-backtop-style-rounded_square{border-radius:16px}.tfcb-backtop-style-pill{width:calc(var(--tfcb-bt-size,54px) * 1.7);border-radius:999px}.tfcb-backtop-style-glass{border-radius:50%;background:rgba(7,27,51,.55);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.25)}.tfcb-backtop-style-gradient{border-radius:50%;background:linear-gradient(135deg,var(--tfcb-bt-color,#ff7a00),#0b5ed7)}.tfcb-backtop-style-minimal{background:transparent;box-shadow:none}.tfcb-backtop-style-arrow_box{border-radius:12px 12px 4px 4px}.tfcb-backtop-style-floating_dot{border-radius:50%;box-shadow:0 0 0 12px color-mix(in srgb,var(--tfcb-bt-color,#ff7a00) 18%,transparent)}.tfcb-backtop-style-video{border-radius:999px;background:#071b33}.tfcb-backtop-style-video:before{content:"";position:absolute;inset:6px;border-radius:999px;background:var(--tfcb-bt-color,#ff7a00);z-index:-1;opacity:.28}
@media (max-width:720px){.tfcb-wrap{bottom:calc(12px + var(--tfcb-extra-bottom,0px));right:12px;left:auto;gap:12px}.tfcb-pos-bottom_left{left:12px;right:auto}.tfcb-pos-middle_right,.tfcb-pos-middle_left{top:auto;bottom:12px;transform:none}.tfcb-btn{width:min(var(--tfcb-width,270px),246px);height:64px}.tfcb-btn:before{left:-17px;width:84px;height:84px}.tfcb-orb{width:72px;height:64px;flex-basis:72px}.tfcb-orb svg{width:30px;height:30px}.tfcb-body{height:64px;padding:0 14px}.tfcb-title{font-size:15px}.tfcb-number{font-size:18px}.tfcb-style-circle .tfcb-btn,.tfcb-style-circle .tfcb-orb,.tfcb-style-square .tfcb-btn,.tfcb-style-square .tfcb-orb,.tfcb-style-rounded_square .tfcb-btn,.tfcb-style-rounded_square .tfcb-orb{width:56px;height:56px;flex-basis:56px}.tfcb-style-stacked .tfcb-btn{width:92px;height:84px}.tfcb-style-vertical_text .tfcb-btn{height:140px}}

/* Social Share Buttons V5.2 */
.tfcb-share-wrap{--tfcb-share-size:46px;--tfcb-share-gap:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;direction:ltr;isolation:isolate;max-width:calc((var(--tfcb-share-size,46px) * 3) + (var(--tfcb-share-gap,8px) * 2) + 18px)}
.tfcb-share-inline{margin-top:0}.tfcb-share-title{display:block;color:#fff!important;background:rgba(7,27,51,.86);border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;line-height:1;font-family:Cairo,Arial,sans-serif;box-shadow:0 10px 22px rgba(0,0,0,.18);white-space:nowrap}.tfcb-share-grid{display:grid;gap:var(--tfcb-share-gap,8px);align-items:center;justify-content:center}.tfcb-share-columns-1 .tfcb-share-grid{grid-template-columns:repeat(1,var(--tfcb-share-size,46px))}.tfcb-share-columns-2 .tfcb-share-grid{grid-template-columns:repeat(2,var(--tfcb-share-size,46px))}.tfcb-share-columns-3 .tfcb-share-grid{grid-template-columns:repeat(3,var(--tfcb-share-size,46px))}
.tfcb-share-btn{width:var(--tfcb-share-size,46px);height:var(--tfcb-share-size,46px);border-radius:50%;display:flex!important;align-items:center;justify-content:center;text-decoration:none!important;color:#fff!important;background:#0f172a;box-shadow:0 12px 28px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.16)!important;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease;overflow:hidden;position:relative;line-height:1}.tfcb-share-btn:hover{transform:translateY(-2px) scale(1.06);filter:saturate(1.12);box-shadow:0 16px 34px rgba(0,0,0,.34)}.tfcb-share-btn:active{transform:translateY(0) scale(.96)}.tfcb-share-icon{display:grid;place-items:center;width:100%;height:100%;flex:0 0 auto}.tfcb-share-btn svg{width:52%;height:52%;fill:currentColor;display:block}.tfcb-share-text{display:none;font-family:Cairo,Arial,sans-serif;font-size:12px;font-weight:900;color:currentColor!important;white-space:nowrap}.tfcb-share-facebook{background:#1877f2!important}.tfcb-share-whatsapp_share{background:#19c85f!important}.tfcb-share-telegram{background:#229ed9!important}.tfcb-share-x{background:#111827!important}.tfcb-share-linkedin{background:#0a66c2!important}.tfcb-share-pinterest{background:#e60023!important}.tfcb-share-messenger_share{background:#0084ff!important}.tfcb-share-email{background:#64748b!important}.tfcb-share-copy{background:#f97316!important}.tfcb-share-copy.is-copied{background:#16a34a!important}
.tfcb-share-style-square .tfcb-share-btn{border-radius:0}.tfcb-share-style-rounded_square .tfcb-share-btn{border-radius:14px}.tfcb-share-style-glass .tfcb-share-btn{background:rgba(7,27,51,.62)!important;backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.24)!important}.tfcb-share-style-minimal .tfcb-share-btn{background:transparent!important;box-shadow:none;border:0!important}.tfcb-share-style-minimal .tfcb-share-facebook{color:#1877f2!important}.tfcb-share-style-minimal .tfcb-share-whatsapp_share{color:#19c85f!important}.tfcb-share-style-minimal .tfcb-share-telegram{color:#229ed9!important}.tfcb-share-style-minimal .tfcb-share-x{color:#111827!important}.tfcb-share-style-minimal .tfcb-share-linkedin{color:#0a66c2!important}.tfcb-share-style-minimal .tfcb-share-pinterest{color:#e60023!important}.tfcb-share-style-minimal .tfcb-share-messenger_share{color:#0084ff!important}.tfcb-share-style-minimal .tfcb-share-email{color:#64748b!important}.tfcb-share-style-minimal .tfcb-share-copy{color:#f97316!important}.tfcb-share-style-pill{max-width:none}.tfcb-share-style-pill .tfcb-share-grid{grid-template-columns:1fr!important}.tfcb-share-style-pill .tfcb-share-btn{width:132px;height:42px;border-radius:999px;justify-content:flex-start;gap:8px;padding:0 12px;direction:ltr}.tfcb-share-style-pill .tfcb-share-icon{width:22px;height:22px}.tfcb-share-style-pill .tfcb-share-btn svg{width:22px;height:22px}.tfcb-share-style-pill .tfcb-share-text{display:inline-block;color:#fff!important}
.tfcb-share-fixed{position:fixed;z-index:99997;bottom:calc(var(--tfcb-bottom,24px) + var(--tfcb-extra-bottom,0px))}.tfcb-share-pos-bottom_right{right:var(--tfcb-side,24px)}.tfcb-share-pos-bottom_left{left:var(--tfcb-side,24px)}.tfcb-share-pos-middle_right{right:var(--tfcb-side,24px);top:50%;bottom:auto;transform:translateY(-50%)}.tfcb-share-pos-middle_left{left:var(--tfcb-side,24px);top:50%;bottom:auto;transform:translateY(-50%)}
@media (max-width:720px){.tfcb-share-wrap{--tfcb-share-size:min(var(--tfcb-share-size,46px),42px);--tfcb-share-gap:min(var(--tfcb-share-gap,8px),7px)}.tfcb-share-style-pill .tfcb-share-btn{width:116px;height:38px}.tfcb-share-title{font-size:11px;padding:4px 9px}.tfcb-share-fixed{bottom:calc(12px + var(--tfcb-extra-bottom,0px));right:12px;left:auto}.tfcb-share-pos-bottom_left{left:12px;right:auto}.tfcb-share-pos-middle_right,.tfcb-share-pos-middle_left{top:auto;bottom:12px;transform:none}}

/* Professional Table of Contents V5.3 */
.tfcb-toc-wrap{direction:rtl!important;clear:both!important;margin:26px 0!important;display:flex!important;font-family:Cairo,Tahoma,Arial,sans-serif!important;line-height:1.6!important;box-sizing:border-box!important;position:relative!important;z-index:1!important}
.tfcb-toc-wrap *{box-sizing:border-box!important}
.tfcb-toc-align-right{justify-content:flex-start!important;text-align:right!important}.tfcb-toc-align-center{justify-content:center!important;text-align:right!important}.tfcb-toc-align-left{justify-content:flex-end!important;text-align:right!important}
.tfcb-toc-shell{background:var(--tfcb-toc-bg,#f8fafc)!important;border:1px solid var(--tfcb-toc-border,#dbeafe)!important;border-radius:22px!important;box-shadow:0 18px 46px rgba(15,23,42,.12)!important;padding:14px!important;overflow:hidden!important;position:relative!important;max-width:100%!important}
.tfcb-toc-width-fit .tfcb-toc-shell{width:max-content!important;max-width:min(100%,760px)!important;min-width:min(100%,320px)!important}.tfcb-toc-width-full .tfcb-toc-shell{width:100%!important;max-width:100%!important}
.tfcb-toc-shell:before{content:""!important;position:absolute!important;inset:0 0 auto 0!important;height:4px!important;background:linear-gradient(90deg,var(--tfcb-toc-accent,#2563eb),rgba(37,99,235,.18))!important;z-index:0!important}.tfcb-toc-head,.tfcb-toc-body{position:relative!important;z-index:1!important}
.tfcb-toc-head{display:flex!important;align-items:center!important;gap:12px!important;min-height:54px!important}.tfcb-toc-mark{width:42px!important;height:42px!important;border-radius:14px!important;display:grid!important;place-items:center!important;flex:0 0 42px!important;background:var(--tfcb-toc-accent,#2563eb)!important;color:#fff!important;font-size:22px!important;font-weight:900!important;box-shadow:0 12px 24px rgba(37,99,235,.24)!important}.tfcb-toc-heading{min-width:0!important;flex:1 1 auto!important}.tfcb-toc-intro{display:block!important;color:var(--tfcb-toc-accent,#2563eb)!important;font-size:12px!important;font-weight:900!important;margin:0 0 1px!important;letter-spacing:0!important}.tfcb-toc-title{display:block!important;color:var(--tfcb-toc-title,#0f172a)!important;font-size:18px!important;font-weight:900!important;margin:0!important;line-height:1.35!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.tfcb-toc-toggle{border:0!important;outline:0!important;cursor:pointer!important;border-radius:999px!important;background:var(--tfcb-toc-button-bg,#0f172a)!important;color:var(--tfcb-toc-button-text,#fff)!important;padding:9px 15px!important;min-width:74px!important;font-size:13px!important;font-weight:900!important;font-family:Cairo,Tahoma,Arial,sans-serif!important;box-shadow:0 12px 26px rgba(15,23,42,.20)!important;transition:transform .2s ease,filter .2s ease!important}.tfcb-toc-toggle:hover{transform:translateY(-1px)!important;filter:saturate(1.12)!important}.tfcb-toc-toggle:active{transform:translateY(0)!important}.tfcb-toc-toggle-text{color:inherit!important}
.tfcb-toc-body{padding-top:13px!important}.tfcb-toc-body[hidden]{display:none!important}.tfcb-toc-list{list-style:none!important;margin:0!important;padding:0!important;display:grid!important;gap:9px!important}.tfcb-toc-item{list-style:none!important;margin:0!important;padding:0!important}.tfcb-toc-item a{display:flex!important;align-items:center!important;gap:10px!important;text-decoration:none!important;color:var(--tfcb-toc-text,#1e293b)!important;background:var(--tfcb-toc-item-bg,#fff)!important;border:1px solid var(--tfcb-toc-item-border,#bfdbfe)!important;border-radius:15px!important;padding:10px 12px!important;box-shadow:0 8px 20px rgba(15,23,42,.06)!important;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease!important;max-width:100%!important}.tfcb-toc-item a:hover{transform:translateX(-3px)!important;border-color:var(--tfcb-toc-accent,#2563eb)!important;box-shadow:0 12px 26px rgba(15,23,42,.11)!important}.tfcb-toc-link-text{font-size:14px!important;font-weight:800!important;color:inherit!important;line-height:1.55!important;overflow-wrap:anywhere!important}.tfcb-toc-num{width:34px!important;height:26px!important;border-radius:999px!important;display:inline-grid!important;place-items:center!important;flex:0 0 34px!important;background:color-mix(in srgb,var(--tfcb-toc-accent,#2563eb) 12%,#fff)!important;color:var(--tfcb-toc-accent,#2563eb)!important;border:1px solid color-mix(in srgb,var(--tfcb-toc-accent,#2563eb) 26%,transparent)!important;font-size:12px!important;font-weight:900!important;line-height:1!important}.tfcb-toc-not-numbered .tfcb-toc-num{display:none!important}.tfcb-toc-level-3 a{margin-right:16px!important}.tfcb-toc-level-4 a{margin-right:32px!important;font-size:13px!important}.tfcb-toc-level-3 .tfcb-toc-num{opacity:.9!important}.tfcb-toc-level-4 .tfcb-toc-num{opacity:.75!important}
.tfcb-toc-style-navy{--tfcb-toc-bg:#071b33;--tfcb-toc-border:#1e3a5f;--tfcb-toc-title:#ffffff;--tfcb-toc-text:#f8fafc;--tfcb-toc-item-bg:#0b2747;--tfcb-toc-item-border:#24517d;--tfcb-toc-accent:#38bdf8;--tfcb-toc-button-bg:#f97316;--tfcb-toc-button-text:#ffffff}.tfcb-toc-style-navy .tfcb-toc-intro{color:#93c5fd!important}.tfcb-toc-style-navy .tfcb-toc-num{background:rgba(56,189,248,.14)!important;border-color:rgba(56,189,248,.30)!important}.tfcb-toc-style-blue{--tfcb-toc-bg:#eff6ff;--tfcb-toc-border:#bfdbfe;--tfcb-toc-title:#0f172a;--tfcb-toc-text:#1e3a8a;--tfcb-toc-item-bg:#ffffff;--tfcb-toc-item-border:#93c5fd;--tfcb-toc-accent:#2563eb;--tfcb-toc-button-bg:#1d4ed8;--tfcb-toc-button-text:#ffffff}.tfcb-toc-style-emerald{--tfcb-toc-bg:#ecfdf5;--tfcb-toc-border:#a7f3d0;--tfcb-toc-title:#064e3b;--tfcb-toc-text:#065f46;--tfcb-toc-item-bg:#ffffff;--tfcb-toc-item-border:#6ee7b7;--tfcb-toc-accent:#059669;--tfcb-toc-button-bg:#047857;--tfcb-toc-button-text:#ffffff}.tfcb-toc-style-amber{--tfcb-toc-bg:#fffbeb;--tfcb-toc-border:#fde68a;--tfcb-toc-title:#78350f;--tfcb-toc-text:#92400e;--tfcb-toc-item-bg:#ffffff;--tfcb-toc-item-border:#fcd34d;--tfcb-toc-accent:#f59e0b;--tfcb-toc-button-bg:#92400e;--tfcb-toc-button-text:#ffffff}.tfcb-toc-style-premium{--tfcb-toc-bg:#f8fafc;--tfcb-toc-border:#dbeafe;--tfcb-toc-title:#0f172a;--tfcb-toc-text:#1e293b;--tfcb-toc-item-bg:#ffffff;--tfcb-toc-item-border:#bfdbfe;--tfcb-toc-accent:#2563eb;--tfcb-toc-button-bg:#0f172a;--tfcb-toc-button-text:#ffffff}
[data-tfcb-toc-target="1"]{scroll-margin-top:110px!important}
@media (max-width:720px){.tfcb-toc-wrap{margin:20px 0!important;display:block!important}.tfcb-toc-width-fit .tfcb-toc-shell,.tfcb-toc-width-full .tfcb-toc-shell{width:100%!important;min-width:0!important;max-width:100%!important}.tfcb-toc-shell{border-radius:18px!important;padding:12px!important}.tfcb-toc-head{gap:9px!important;min-height:50px!important}.tfcb-toc-mark{width:38px!important;height:38px!important;flex-basis:38px!important;border-radius:12px!important;font-size:19px!important}.tfcb-toc-title{font-size:16px!important}.tfcb-toc-intro{font-size:11px!important}.tfcb-toc-toggle{padding:8px 12px!important;min-width:66px!important;font-size:12px!important}.tfcb-toc-item a{padding:9px 10px!important;border-radius:13px!important}.tfcb-toc-link-text{font-size:13px!important}.tfcb-toc-level-3 a{margin-right:8px!important}.tfcb-toc-level-4 a{margin-right:16px!important}.tfcb-toc-num{width:30px!important;height:24px!important;flex-basis:30px!important;font-size:11px!important}}


/* Overflow Guard + Intro Excerpt Card V5.4 */
html.tfcb-overflow-guard-root{max-width:100%!important;overflow-x:hidden!important}
body.tfcb-overflow-guard{max-width:100%!important;overflow-x:clip!important}
body.tfcb-overflow-guard.tfcb-overflow-body-clip{overflow-x:hidden!important}
body.tfcb-overflow-guard *,body.tfcb-overflow-guard *:before,body.tfcb-overflow-guard *:after{box-sizing:border-box}
body.tfcb-overflow-guard .entry-content,body.tfcb-overflow-guard .post-content,body.tfcb-overflow-guard .page-content,body.tfcb-overflow-guard .wp-block-post-content,body.tfcb-overflow-guard article,body.tfcb-overflow-guard main{max-width:100%!important;overflow-wrap:break-word;word-wrap:break-word}
body.tfcb-overflow-fix-images img,body.tfcb-overflow-fix-images figure,body.tfcb-overflow-fix-images picture,body.tfcb-overflow-fix-images .wp-caption,body.tfcb-overflow-fix-images .wp-block-image{max-width:100%!important;height:auto!important;box-sizing:border-box!important}
body.tfcb-overflow-fix-images figure,body.tfcb-overflow-fix-images .wp-caption,body.tfcb-overflow-fix-images .wp-block-image{width:auto!important;clear:both!important}
body.tfcb-overflow-fix-images img{object-fit:contain!important}
body.tfcb-overflow-fix-images iframe,body.tfcb-overflow-fix-images video,body.tfcb-overflow-fix-images embed,body.tfcb-overflow-fix-images object{max-width:100%!important}
body.tfcb-overflow-fix-tables table{max-width:100%!important;width:100%!important;border-collapse:collapse}
body.tfcb-overflow-fix-tables .entry-content table,body.tfcb-overflow-fix-tables .post-content table,body.tfcb-overflow-fix-tables .page-content table,body.tfcb-overflow-fix-tables article table{display:block!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;white-space:normal!important}
body.tfcb-overflow-fix-tables pre,body.tfcb-overflow-fix-tables code,body.tfcb-overflow-fix-tables .wp-block-code,body.tfcb-overflow-fix-tables .wp-block-preformatted{max-width:100%!important;overflow:auto!important;white-space:pre-wrap!important;overflow-wrap:anywhere!important}
body.tfcb-overflow-fix-captions figcaption,body.tfcb-overflow-fix-captions .wp-caption-text,body.tfcb-overflow-fix-captions .gallery-caption,body.tfcb-overflow-fix-captions p,body.tfcb-overflow-fix-captions li,body.tfcb-overflow-fix-captions a,body.tfcb-overflow-fix-captions h1,body.tfcb-overflow-fix-captions h2,body.tfcb-overflow-fix-captions h3,body.tfcb-overflow-fix-captions h4,body.tfcb-overflow-fix-captions h5,body.tfcb-overflow-fix-captions h6{overflow-wrap:anywhere!important;word-break:normal!important;max-width:100%!important}
body.tfcb-overflow-mode-strict .alignwide,body.tfcb-overflow-mode-strict .alignfull,body.tfcb-overflow-mode-strict [style*="width:"]{max-width:100%!important}
@media (max-width:768px){body.tfcb-overflow-guard{width:100%!important;min-width:0!important}body.tfcb-overflow-fix-images .alignwide,body.tfcb-overflow-fix-images .alignfull,body.tfcb-overflow-fix-images figure.alignwide,body.tfcb-overflow-fix-images figure.alignfull{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}body.tfcb-overflow-fix-images img[class*="wp-image-"],body.tfcb-overflow-fix-images img.size-full,body.tfcb-overflow-fix-images img.size-large{width:auto!important;max-width:100%!important;height:auto!important}.tfcb-wrap{max-width:calc(100vw - 24px)!important}.tfcb-btn{max-width:calc(100vw - 24px)!important}.tfcb-body{min-width:0!important}.tfcb-title,.tfcb-number{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important}}

.tfcb-intro-card{direction:rtl!important;clear:both!important;margin:24px 0!important;padding:14px!important;background:var(--tfcb-intro-bg,#fff)!important;border:1px solid var(--tfcb-intro-border,#dbeafe)!important;border-radius:26px!important;box-shadow:0 18px 50px rgba(15,23,42,.12)!important;display:grid!important;grid-template-columns:minmax(190px,34%) 1fr!important;gap:16px!important;align-items:stretch!important;position:relative!important;overflow:hidden!important;font-family:Cairo,Tahoma,Arial,sans-serif!important;max-width:100%!important;box-sizing:border-box!important}
.tfcb-intro-card *{box-sizing:border-box!important}.tfcb-intro-card:before{content:""!important;position:absolute!important;inset:0 0 auto 0!important;height:5px!important;background:linear-gradient(90deg,var(--tfcb-intro-accent,#2563eb),rgba(37,99,235,.16))!important;z-index:1!important}.tfcb-intro-no-image{grid-template-columns:1fr!important}.tfcb-intro-media{min-width:0!important;border-radius:20px!important;overflow:hidden!important;position:relative!important;background:linear-gradient(135deg,rgba(15,23,42,.08),rgba(37,99,235,.05))!important;min-height:180px!important}.tfcb-intro-media img{display:block!important;width:100%!important;height:100%!important;min-height:180px!important;max-width:100%!important;object-fit:cover!important;border:0!important;margin:0!important;border-radius:0!important;box-shadow:none!important}.tfcb-intro-content{min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:10px!important;padding:10px 8px!important;position:relative!important;z-index:2!important}.tfcb-intro-label{display:inline-flex!important;align-items:center!important;align-self:flex-start!important;gap:7px!important;padding:7px 13px!important;border-radius:999px!important;background:color-mix(in srgb,var(--tfcb-intro-accent,#2563eb) 12%,#fff)!important;color:var(--tfcb-intro-title,#0f172a)!important;border:1px solid color-mix(in srgb,var(--tfcb-intro-accent,#2563eb) 22%,transparent)!important;font-size:13px!important;line-height:1.3!important;font-weight:900!important}.tfcb-intro-label:before{content:"✦"!important;color:var(--tfcb-intro-accent,#2563eb)!important;font-size:13px!important}.tfcb-intro-card p{margin:0!important;color:var(--tfcb-intro-text,#334155)!important;font-size:17px!important;line-height:1.9!important;font-weight:700!important;overflow-wrap:break-word!important}.tfcb-intro-style-premium{--tfcb-intro-bg:#ffffff;--tfcb-intro-border:#dbeafe;--tfcb-intro-title:#0f172a;--tfcb-intro-text:#334155;--tfcb-intro-accent:#2563eb}.tfcb-intro-style-navy{--tfcb-intro-bg:#071b33;--tfcb-intro-border:#1e3a5f;--tfcb-intro-title:#ffffff;--tfcb-intro-text:#f8fafc;--tfcb-intro-accent:#38bdf8}.tfcb-intro-style-navy .tfcb-intro-label{background:rgba(56,189,248,.14)!important;color:#fff!important;border-color:rgba(56,189,248,.30)!important}.tfcb-intro-style-blue{--tfcb-intro-bg:#eff6ff;--tfcb-intro-border:#bfdbfe;--tfcb-intro-title:#0f172a;--tfcb-intro-text:#1e3a8a;--tfcb-intro-accent:#2563eb}.tfcb-intro-style-emerald{--tfcb-intro-bg:#ecfdf5;--tfcb-intro-border:#a7f3d0;--tfcb-intro-title:#064e3b;--tfcb-intro-text:#065f46;--tfcb-intro-accent:#059669}.tfcb-intro-style-amber{--tfcb-intro-bg:#fffbeb;--tfcb-intro-border:#fde68a;--tfcb-intro-title:#78350f;--tfcb-intro-text:#92400e;--tfcb-intro-accent:#f59e0b}
@media (max-width:760px){.tfcb-intro-card{grid-template-columns:1fr!important;border-radius:20px!important;padding:12px!important;gap:12px!important;margin:20px 0!important}.tfcb-intro-media{min-height:190px!important;border-radius:17px!important}.tfcb-intro-media img{min-height:190px!important}.tfcb-intro-content{padding:4px!important}.tfcb-intro-card p{font-size:15px!important;line-height:1.85!important}.tfcb-intro-label{font-size:12px!important;padding:6px 11px!important}}

/* V5.5 — الصورة البارزة والمقتطف قطعة واحدة، دون تكرار الصورة */
.tfcb-featured-excerpt-frame{direction:rtl!important;clear:both!important;margin:0 auto 24px!important;padding:0!important;background:var(--tfcb-intro-bg,#fff)!important;border:1px solid var(--tfcb-intro-border,#dbeafe)!important;border-radius:24px!important;box-shadow:0 18px 50px rgba(15,23,42,.12)!important;overflow:hidden!important;max-width:100%!important;box-sizing:border-box!important}
.tfcb-featured-excerpt-frame>.tfcb-featured-media{display:block!important;width:100%!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:hidden!important}
.tfcb-featured-excerpt-frame>.tfcb-featured-media img,.tfcb-featured-excerpt-frame>img{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.tfcb-featured-excerpt-frame>.tfcb-intro-card{display:block!important;margin:0!important;border:0!important;border-top:5px solid var(--tfcb-intro-accent,#2563eb)!important;border-radius:0!important;box-shadow:none!important;padding:18px 22px 20px!important;max-width:none!important;width:100%!important}
.tfcb-featured-excerpt-frame>.tfcb-intro-card:before{display:none!important}
.tfcb-featured-excerpt-frame>.tfcb-intro-card .tfcb-intro-content{padding:0!important}
.tfcb-intro-card.tfcb-awaiting-featured{visibility:hidden!important;margin:0!important;height:0!important;min-height:0!important;padding:0!important;border:0!important;overflow:hidden!important}
@media(max-width:760px){.tfcb-featured-excerpt-frame{border-radius:20px!important;margin-bottom:20px!important}.tfcb-featured-excerpt-frame>.tfcb-intro-card{padding:15px 16px 17px!important}.tfcb-featured-excerpt-frame>.tfcb-intro-card p{font-size:16px!important;line-height:1.9!important}}
