/* Tarek Floating Contact Buttons V2 */
.tfcb-wrap{position:fixed;bottom:var(--tfcb-bottom,24px);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}
.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:12px;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}}