.ge-ts-root{
--ge-ts-navy:#11172f;
--ge-ts-orange:#b24a00;
--ge-ts-star:#f2a23a;
position:relative;
overflow:visible;
background:#f6f2ed;
border-radius:28px;
box-sizing:border-box;
}
.ge-ts-root *{box-sizing:border-box}
.ge-ts-header{text-align:center;max-width:1280px;margin:0 auto 54px}
.ge-ts-kicker{
display:inline-flex;align-items:center;justify-content:center;gap:14px;
margin:0 0 10px;color:var(--ge-ts-orange);
font-family:"Caveat",Sans-serif;font-size:24px;font-weight:700;line-height:1.2
}
.ge-ts-kicker:before,.ge-ts-kicker:after{
content:"";display:block;width:44px;height:1px;background:linear-gradient(90deg,transparent,#d98a32)
}
.ge-ts-kicker:after{background:linear-gradient(90deg,#d98a32,transparent)}
.ge-ts-heading{
margin:0;color:var(--ge-ts-navy);font-size:42px;line-height:1.14;font-weight:850;letter-spacing:-.025em
}
.ge-ts-description{
max-width:1180px;margin:18px auto 0;color:#59636f;font-size:17px;line-height:1.7
}
.ge-ts-stage{position:relative;overflow:visible}
.ge-ts-viewport{position:relative;overflow:hidden}
.ge-ts-track{
display:flex;width:100%;transform:translate3d(0,0,0);
transition-property:transform;transition-timing-function:cubic-bezier(.22,.61,.36,1);will-change:transform
}
.ge-ts-slide{flex:0 0 100%;min-width:0}
.ge-ts-slide-inner{
min-height:430px;display:grid;grid-template-columns:minmax(280px,42%) minmax(0,58%);
align-items:center;gap:64px;padding:18px 70px 26px
}
[dir="rtl"] .ge-ts-slide-inner{grid-template-columns:minmax(0,58%) minmax(280px,42%)}
[dir="rtl"] .ge-ts-visual{order:2}
[dir="rtl"] .ge-ts-copy{order:1}
.ge-ts-visual{display:flex;align-items:center;justify-content:center;min-width:0}
.ge-ts-portrait-wrap{position:relative;display:grid;place-items:center;isolation:isolate;width:100%;max-width:390px;margin-inline:auto}
.ge-ts-portrait-backdrop{
position:absolute;width:82%;height:82%;border-radius:43% 57% 51% 49% / 42% 44% 56% 58%;
background:#d67a2c;transform:rotate(-4deg);z-index:-2;
box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)
}
.ge-ts-portrait-backdrop:after{
content:"";position:absolute;inset:15% 10%;border-radius:50%;
background:repeating-radial-gradient(ellipse at center,transparent 0 12px,rgba(255,255,255,.08) 13px 14px)
}
.ge-ts-portrait{
position:relative;width:330px;height:330px;display:flex;align-items:center;justify-content:center;
padding:18px;overflow:hidden;border-radius:50%;background:linear-gradient(145deg,#ffffff,#eef1f4);
box-shadow:0 20px 45px rgba(17,23,47,.12);z-index:1
}
.ge-ts-portrait img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;border-radius:50%}
.ge-ts-portrait-fallback{
width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:50%;
background:linear-gradient(145deg,#fff,#e7ecef);color:#11172f;font-size:96px;font-weight:800;
box-shadow:none
}
.ge-ts-portrait-orbit{position:absolute;border:1px dashed rgba(17,23,47,.18);border-radius:50%;z-index:-1;pointer-events:none}
.ge-ts-portrait-orbit--one{width:88%;height:88%;transform:rotate(12deg)}
.ge-ts-portrait-orbit--two{width:68%;height:108%;transform:rotate(-18deg)}
.ge-ts-copy{min-width:0;text-align:left}
[dir="rtl"] .ge-ts-copy{text-align:right}
.ge-ts-stars{display:flex;align-items:center;gap:7px;margin:0 0 22px}
.ge-ts-star{position:relative;display:inline-block;width:23px;height:23px;flex:0 0 auto}
.ge-ts-star svg{display:block;width:100%;height:100%}
.ge-ts-star-base,.ge-ts-star-fill{position:absolute;inset:0;display:block}
.ge-ts-star-base{color:#c9cdd2}
.ge-ts-star-fill{color:#f2a23a;clip-path:inset(0 calc(100% - var(--ge-ts-fill)) 0 0)}
[dir="rtl"] .ge-ts-star-fill{clip-path:inset(0 0 0 calc(100% - var(--ge-ts-fill)))}
.ge-ts-review-title{
margin:0 0 22px;color:var(--ge-ts-navy);font-size:30px;line-height:1.25;font-weight:700;letter-spacing:-.018em
}
.ge-ts-review-text{color:#22252a;font-size:18px;line-height:1.72}
.ge-ts-author{margin-top:24px;color:#11172f;font-size:17px;line-height:1.4;font-weight:600}
.ge-ts-nav--sides{position:absolute;inset:0;pointer-events:none;display:block;z-index:25}
.ge-ts-arrow{
appearance:none;position:absolute;top:50%;transform:translateY(-50%);
width:48px;height:48px;min-width:48px;min-height:48px;padding:0;
border:1px solid rgba(255,255,255,.28);border-radius:999px;
background:rgba(17,23,47,.52);color:#fff;display:inline-flex;align-items:center;justify-content:center;
cursor:pointer;pointer-events:auto;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
box-shadow:0 10px 26px rgba(17,23,47,.18);transition:transform .2s ease,background .2s ease,opacity .2s ease
}
.ge-ts-arrow:hover{background:rgba(17,23,47,.82);transform:translateY(-50%) scale(1.055)}
.ge-ts-arrow:focus-visible{outline:3px solid #b24a00;outline-offset:3px}
.ge-ts-arrow:disabled{opacity:.36;cursor:not-allowed;pointer-events:none}
.ge-ts-arrow svg{width:17px;height:17px;display:block;fill:currentColor!important;stroke:none!important}
/* Arabic RTL: side arrows must point outward, not toward the carousel. */
.ge-ts-root[dir="rtl"] .ge-ts-arrow svg{transform:scaleX(-1)}
.ge-ts-prev{left:-24px}
.ge-ts-next{right:-24px}
[dir="rtl"] .ge-ts-prev{left:auto;right:-24px}
[dir="rtl"] .ge-ts-next{right:auto;left:-24px}
.ge-ts-pagination{display:flex;align-items:center;justify-content:center;gap:0;min-height:44px;margin-top:22px}
.ge-ts-dot{
position:relative;display:inline-flex;align-items:center;justify-content:center;
width:44px;height:44px;min-width:44px;min-height:44px;margin:0 -10px;padding:0;
border:0;background:transparent;cursor:pointer;touch-action:manipulation;border-radius:999px
}
.ge-ts-dot::before{
content:"";display:block;width:8px;height:8px;border-radius:999px;background:#cfd5dc;
transition:width .2s ease,background .2s ease,transform .2s ease
}
.ge-ts-dot.is-active::before{width:28px;background:#b24a00}
.ge-ts-dot:focus-visible{outline:3px solid #b24a00;outline-offset:1px}

@media(max-width:1024px){
.ge-ts-header{margin-bottom:42px}
.ge-ts-heading{font-size:34px}
.ge-ts-description{font-size:15px}
.ge-ts-slide-inner{min-height:390px;grid-template-columns:minmax(230px,40%) minmax(0,60%);gap:36px;padding:14px 42px 22px}
[dir="rtl"] .ge-ts-slide-inner{grid-template-columns:minmax(0,60%) minmax(230px,40%)}
.ge-ts-review-title{font-size:26px}
.ge-ts-review-text{font-size:16px}
}

@media(max-width:767px){
.ge-ts-header{margin-bottom:30px}
.ge-ts-kicker{font-size:22px;gap:10px}
.ge-ts-kicker:before,.ge-ts-kicker:after{width:28px}
.ge-ts-heading{font-size:28px;line-height:1.18}
.ge-ts-description{font-size:14px;line-height:1.65;margin-top:12px}
.ge-ts-slide-inner,.ge-ts-root[dir="rtl"] .ge-ts-slide-inner{
min-height:0;display:flex;flex-direction:column;gap:24px;padding:8px 28px 18px
}
.ge-ts-root[dir="rtl"] .ge-ts-visual,.ge-ts-root[dir="rtl"] .ge-ts-copy{order:initial}
.ge-ts-copy,.ge-ts-root[dir="rtl"] .ge-ts-copy{text-align:center}
.ge-ts-stars{justify-content:center;margin-bottom:16px}
.ge-ts-review-title{font-size:23px;line-height:1.3;margin-bottom:15px}
.ge-ts-review-text{font-size:15px;line-height:1.68}
.ge-ts-author{margin-top:18px;font-size:15px}
.ge-ts-arrow{width:42px;height:42px;min-width:42px;min-height:42px}
.ge-ts-prev{left:-21px}
.ge-ts-next{right:-21px}
[dir="rtl"] .ge-ts-prev{right:-21px;left:auto}
[dir="rtl"] .ge-ts-next{left:-21px;right:auto}
.ge-ts-pagination{margin-top:14px}
}
@media(prefers-reduced-motion:reduce){
.ge-ts-track,.ge-ts-arrow,.ge-ts-dot::before{transition:none!important}
}

/* v1.1.3 — Tablet-only layout refinement (Elementor tablet breakpoint). */
@media (min-width:768px) and (max-width:1024px){
.ge-ts-header{margin-bottom:38px}
.ge-ts-slide-inner{
min-height:390px;
grid-template-columns:minmax(0,42%) minmax(0,58%);
align-items:center;
gap:24px;
padding:12px 24px 20px;
}
.ge-ts-root[dir="rtl"] .ge-ts-slide-inner{
grid-template-columns:minmax(0,58%) minmax(0,42%);
}
.ge-ts-portrait-wrap{max-width:220px;width:100%}
.elementor-widget-ge-testimonials-carousel .ge-ts-root .ge-ts-portrait{
width:220px;
height:220px;
max-width:100%;
max-height:100%;
}
.ge-ts-copy{position:relative;z-index:2;min-width:0}
.ge-ts-stars{margin-bottom:18px}
.ge-ts-review-title{font-size:26px;line-height:1.24;margin-bottom:16px}
.ge-ts-review-text{font-size:16px;line-height:1.62}
.ge-ts-author{margin-top:18px;font-size:16px}
}
