*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#0a0d10;color:#fff;font-family:Arial,Tahoma,sans-serif;line-height:1.65}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.wrap{width:min(1220px,92%);margin:auto}header{position:fixed;inset:0 0 auto;z-index:60;background:rgba(8,10,12,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.1)}.nav{height:74px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;direction:ltr;font-weight:900;letter-spacing:.08em}.brand img{width:62px;height:42px;object-fit:cover;border-radius:6px}.brand b{font-size:17px}nav{display:flex;gap:24px;font-weight:800;color:#e8e8e8}.hamb,#menu{display:none}.hero{height:82vh;min-height:620px;position:relative;overflow:hidden;display:flex;align-items:center}.hero-slider{position:absolute;inset:0}.hero-slider img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;animation:heroFade 36s infinite}.hero-slider img:nth-child(1){animation-delay:0s}.hero-slider img:nth-child(2){animation-delay:4s}.hero-slider img:nth-child(3){animation-delay:8s}.hero-slider img:nth-child(4){animation-delay:12s}.hero-slider img:nth-child(5){animation-delay:16s}.hero-slider img:nth-child(6){animation-delay:20s}.hero-slider img:nth-child(7){animation-delay:24s}.hero-slider img:nth-child(8){animation-delay:28s}.hero-slider img:nth-child(9){animation-delay:32s}@keyframes heroFade{0%,9%{opacity:1;transform:scale(1.03)}12%,100%{opacity:0;transform:scale(1.09)}}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.35),rgba(0,0,0,.82)),linear-gradient(0deg,#0a0d10 0,transparent 44%,rgba(0,0,0,.38) 100%)}.hero-content{position:relative;z-index:2;padding-top:74px}.hero-content p,.section-head span,.contact span{color:#c99a3d;letter-spacing:.18em;font-weight:900;direction:ltr}.hero-content h1{font-size:clamp(40px,6vw,78px);line-height:1.05;margin:10px 0 16px;max-width:850px}.hero-content h2{font-size:clamp(18px,2.2vw,25px);font-weight:400;color:#eee;max-width:760px;margin:0 0 28px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;padding:13px 24px;font-weight:900;margin:4px;border:1px solid rgba(255,255,255,.18)}.primary{background:#c99a3d;color:#111;border:0}.secondary{background:rgba(255,255,255,.08);color:#fff}.solutions,.why,.catalog-section,.projects,.contact{padding:92px 0}.solutions{background:#fff;color:#111}.section-head{margin-bottom:34px}.section-head.center{text-align:center}.section-head h2{font-size:clamp(30px,4.5vw,58px);margin:5px 0 8px;line-height:1.1}.section-head p{color:#666;margin:0;font-size:18px}.solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.solution-grid a{position:relative;overflow:hidden;border-radius:10px;background:#111;color:#fff;min-height:310px}.solution-grid img{width:100%;height:310px;object-fit:cover;transition:.55s}.solution-grid a:hover img{transform:scale(1.07)}.solution-grid a:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.78),transparent 60%)}.solution-grid div{position:absolute;z-index:2;right:20px;left:20px;bottom:18px}.solution-grid span{color:#c99a3d;font-weight:900;direction:ltr}.solution-grid h3{margin:5px 0 0;font-size:22px}.why{background:#0d1116}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.why-grid div{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:28px}.why-grid b{display:block;color:#c99a3d;font-size:28px;direction:ltr}.why-grid h3{margin:10px 0 6px}.why-grid p{color:#ccc;margin:0}.catalog-section{background:#f6f3ed;color:#111;border-top:1px solid rgba(0,0,0,.08)}.feature-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:30px;align-items:center;margin-bottom:30px}.feature-slider{position:relative;height:430px;background:#e9e5dd;border-radius:12px;overflow:hidden}.auto-slider img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:12px;opacity:0;animation:cardFade 32s infinite}.auto-slider img:nth-child(1){animation-delay:0s}.auto-slider img:nth-child(2){animation-delay:4s}.auto-slider img:nth-child(3){animation-delay:8s}.auto-slider img:nth-child(4){animation-delay:12s}.auto-slider img:nth-child(5){animation-delay:16s}.auto-slider img:nth-child(6){animation-delay:20s}.auto-slider img:nth-child(7){animation-delay:24s}.auto-slider img:nth-child(8){animation-delay:28s}@keyframes cardFade{0%,10%{opacity:1;transform:scale(1)}13%,100%{opacity:0;transform:scale(1.035)}}.feature-copy h3{font-size:clamp(28px,4vw,46px);margin:0 0 10px}.feature-copy p{color:#555;font-size:18px}.text-link{color:#c99a3d;font-weight:900}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.05)}.product-card img{width:100%;height:230px;object-fit:contain;background:#f8f8f8;padding:8px}.product-card h3{margin:0;padding:14px;text-align:center;font-size:16px}.projects{background:#0d1116}.project-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:260px;gap:16px}.project-grid img{width:100%;height:100%;object-fit:cover;border-radius:10px}.project-grid img:first-child{grid-row:span 2}.contact{background:#080b0f}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px}.contact h2{font-size:clamp(32px,4.5vw,58px);line-height:1.08;margin:8px 0}.contact p{color:#ccc}.contact-list{display:grid;gap:12px;margin-top:22px}.contact-list a,.contact-list p{border:1px solid rgba(255,255,255,.12);padding:13px;border-radius:8px;margin:0;direction:ltr}form{display:grid;gap:13px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:26px}label{display:grid;gap:6px;color:#eee}input,select,textarea{background:#050607;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:6px;padding:13px;font:inherit}footer{background:#040506;color:#bbb;padding:45px 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.2fr;gap:30px}.footer-grid img{width:110px;border-radius:6px}.footer-grid a{display:block;color:#ccc;margin:6px 0}.footer-grid h3,.footer-grid h4{color:#fff;margin:0 0 10px}@media(max-width:1024px){.solution-grid,.why-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.feature-layout,.contact-grid{grid-template-columns:1fr}.project-grid{grid-template-columns:1fr}.project-grid img:first-child{grid-row:auto}}@media(max-width:720px){.hamb{display:block;font-size:30px}nav{display:none;position:absolute;top:74px;left:0;right:0;background:#050607;flex-direction:column;text-align:center;padding:20px}#menu:checked~nav{display:flex}.hero{height:74vh;min-height:540px}.hero-content h1{font-size:34px}.hero-content h2{font-size:17px}.solutions,.why,.catalog-section,.projects,.contact{padding:68px 0}.solution-grid,.why-grid,.product-grid,.footer-grid{grid-template-columns:1fr}.feature-slider{height:320px}.product-card img{height:220px}}
/* Fixed contact buttons */
.floating-actions{
  position:fixed;
  left:18px;
  bottom:18px;
  z-index:90;
  display:flex;
  gap:10px;
  align-items:center;
}
.float-btn{
  border-radius:999px;
  padding:12px 18px;
  font-weight:900;
  box-shadow:0 12px 32px rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.18);
  white-space:nowrap;
}
.wa-btn{background:#25D366;color:#07130b}
.quote-btn{background:#c99a3d;color:#111}
.call-btn{background:#111820;color:#fff}
@media(max-width:720px){
  .floating-actions{
    right:8px;
    left:8px;
    bottom:10px;
    justify-content:center;
    gap:6px;
  }
  .float-btn{
    flex:1;
    text-align:center;
    padding:11px 8px;
    font-size:13px;
  }
}


/* === YMAR V2.4 Ultimate 3-Sector Hero === */
.ymar-ultimate-hero{
  position:relative;
  min-height:96vh;
  height:auto;
  overflow:hidden;
  display:flex;
  align-items:center;
  padding:122px 0 94px;
  background:#03060b;
}
.ultimate-bg{
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 18% 20%,rgba(16,69,118,.30),transparent 28%),
    radial-gradient(circle at 82% 16%,rgba(201,154,61,.22),transparent 22%),
    linear-gradient(135deg,#03060b 0%,#07111d 44%,#03060b 100%);
}
.ultimate-grid-lines{
  position:absolute;inset:0;opacity:.18;
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:86px 86px;
  mask-image:linear-gradient(90deg,#000,transparent 86%);
}
.ultimate-layout{
  position:relative;z-index:2;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(520px,1.18fr);
  gap:44px;
  align-items:center;
}
.ultimate-copy{animation:ultimateRise .85s ease both}
@keyframes ultimateRise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
.ultimate-kicker{
  display:flex;align-items:center;gap:12px;
  color:#d5a74b;font-weight:900;letter-spacing:.24em;direction:ltr;margin-bottom:16px;
}
.ultimate-kicker span{width:56px;height:2px;background:#d5a74b;display:inline-block}
.ultimate-copy h1{
  margin:0;
  color:#fff;
  font-size:clamp(42px,5.8vw,82px);
  line-height:.98;
  letter-spacing:-.055em;
  max-width:760px;
}
.ultimate-sub{
  margin:16px 0 0!important;
  color:#d5a74b!important;
  direction:ltr;
  font-weight:900;
  font-size:clamp(18px,2.1vw,26px)!important;
  letter-spacing:.03em;
}
.ultimate-lead{
  color:#e8edf3!important;
  font-size:clamp(17px,1.8vw,21px)!important;
  max-width:720px;
  margin:18px 0 24px!important;
}
.ultimate-actions{display:flex;gap:12px;flex-wrap:wrap}
.ultimate-primary{
  padding:15px 28px!important;
  background:linear-gradient(135deg,#e1b85e,#b98428)!important;
  color:#111!important;
  box-shadow:0 24px 70px rgba(201,154,61,.28);
  transition:.28s;
}
.ultimate-secondary{
  padding:14px 25px!important;
  border-color:rgba(255,255,255,.28)!important;
  transition:.28s;
}
.ultimate-primary:hover,.ultimate-secondary:hover{transform:translateY(-3px)}
.ultimate-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:30px;
  max-width:620px;
}
.ultimate-metrics div{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:16px;
  backdrop-filter:blur(12px);
}
.ultimate-metrics b{
  display:block;color:#fff;font-size:26px;line-height:1;direction:ltr;
}
.ultimate-metrics span{color:#c9d0d8;font-size:13px;font-weight:900}
.ultimate-panels{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  height:min(610px,68vh);
  min-height:500px;
  animation:ultimateRise .85s ease .1s both;
}
.ultimate-panel{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:#111;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 38px 110px rgba(0,0,0,.42);
  isolation:isolate;
  transition:.42s cubic-bezier(.2,.8,.2,1);
}
.ultimate-panel:hover{
  transform:translateY(-8px) scale(1.015);
  border-color:rgba(213,167,75,.55);
}
.ultimate-panel img{
  width:100%;height:100%;object-fit:cover;
  filter:contrast(1.05) saturate(.92);
  transition:.7s;
}
.ultimate-panel:hover img{transform:scale(1.08)}
.panel-shade{
  position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.22) 54%,rgba(0,0,0,.10) 100%);
  z-index:1;
}
.ultimate-panel.precase,.ultimate-panel.precast{--sector:#2c6aa6}
.ultimate-panel.lighting{--sector:#d5a74b}
.ultimate-panel.landscape{--sector:#138a5e}
.ultimate-panel:after{
  content:"";
  position:absolute;inset:auto 0 0 0;height:5px;
  background:var(--sector,#d5a74b);
  z-index:3;
}
.panel-content{
  position:absolute;z-index:2;
  left:22px;right:22px;bottom:24px;
}
.panel-content span{
  display:block;
  color:var(--sector,#d5a74b);
  font-size:42px;
  line-height:1;
  font-weight:900;
  direction:ltr;
  margin-bottom:10px;
}
.panel-content h2{
  color:#fff;
  margin:0 0 10px;
  font-size:clamp(28px,2.7vw,44px);
  line-height:1;
}
.panel-content p{
  color:#e1e5e9;
  margin:0 0 18px;
  font-size:15px;
}
.panel-content strong{
  color:#fff;
  font-size:14px;
  font-weight:900;
}
.ultimate-footer-strip{
  position:absolute;left:0;right:0;bottom:0;z-index:3;
  background:rgba(4,8,13,.82);
  border-top:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(16px);
}
.ultimate-footer-strip .wrap{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:17px 0;
  color:#d6dce3;
  font-weight:900;
  text-transform:uppercase;
  direction:ltr;
  letter-spacing:.08em;
  font-size:13px;
}
@media(max-width:1180px){
  .ultimate-layout{grid-template-columns:1fr}
  .ultimate-panels{height:auto;min-height:unset;grid-template-columns:repeat(3,1fr)}
  .ultimate-panel{height:360px}
}
@media(max-width:760px){
  .ymar-ultimate-hero{min-height:auto;padding:104px 0 84px}
  .ultimate-copy h1{font-size:36px;letter-spacing:-.035em}
  .ultimate-sub{font-size:17px!important}
  .ultimate-lead{font-size:15px!important}
  .ultimate-metrics{grid-template-columns:1fr 1fr 1fr;gap:7px}
  .ultimate-metrics div{padding:11px 8px;text-align:center}
  .ultimate-metrics b{font-size:20px}
  .ultimate-metrics span{font-size:11px}
  .ultimate-panels{grid-template-columns:1fr;gap:12px}
  .ultimate-panel{height:230px;border-radius:20px}
  .panel-content span{font-size:30px}
  .panel-content h2{font-size:28px}
  .panel-content p{font-size:13px;margin-bottom:8px}
  .ultimate-footer-strip .wrap{overflow:auto;justify-content:flex-start;white-space:nowrap}
}

/* === YMAR V9 exact screenshot layout === */
body{background:#05080c!important}
header{
  background:rgba(5,8,12,.86)!important;
  backdrop-filter:blur(22px);
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:14px!important;
  width:min(1500px,98%)!important;
  left:50%!important;right:auto!important;top:2px!important;
  transform:translateX(-50%)!important;overflow:hidden;
}
.nav{height:96px!important}
.brand img{width:155px!important;height:70px!important;object-fit:contain!important}
.brand b{display:none!important}
nav{gap:24px!important}
.v9-page{position:relative;min-height:560px;display:flex;align-items:center;background:#05080c;overflow:hidden;padding:120px 0 38px}
.v9-logo-watermark{position:absolute;inset:0;display:flex;align-items:center;justify-content:flex-start;z-index:1;opacity:.12;pointer-events:none}
.v9-logo-watermark img{width:min(58vw,850px);margin-inline-start:6vw;filter:grayscale(1) brightness(.8) contrast(1.1)}
.v9-overlay{position:absolute;inset:0;background:radial-gradient(circle at 30% 42%,rgba(215,170,80,.11),transparent 20%),linear-gradient(90deg,rgba(5,8,12,.42),rgba(5,8,12,.96) 62%,rgba(5,8,12,.98))}
.v9-hero{position:relative;z-index:3;display:flex;justify-content:flex-start}
.v9-title{max-width:690px;margin-inline-start:auto;text-align:right}
html[dir="ltr"] .v9-title{text-align:left;margin-inline-start:0;margin-inline-end:auto}
.v9-title h1{margin:0;color:#fff;font-size:clamp(42px,5.4vw,74px);line-height:1.15;font-weight:900;letter-spacing:-.04em}
.v9-title h1 span{color:#d4a64d}
.v9-title p{font-size:clamp(18px,2vw,25px);color:#f1f1f1;line-height:1.8;margin:26px 0 28px}
.v9-title p::first-letter{color:#d4a64d}
.v9-actions{display:flex;gap:22px;justify-content:flex-start;flex-direction:row-reverse;flex-wrap:wrap}
html[dir="ltr"] .v9-actions{flex-direction:row}
.v9-actions .btn{min-width:210px;padding:15px 26px!important;border-radius:6px!important}
.v9-cards-area{background:#05080c;color:#fff;padding:0 0 60px}
.v9-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.v9-card{position:relative;height:365px;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.15);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));box-shadow:0 22px 80px rgba(0,0,0,.32);padding:28px 30px 26px}
.v9-card-head{display:flex;align-items:center;justify-content:center;gap:18px;margin-bottom:26px}
.v9-card-head h2{font-size:31px;margin:0;color:#fff;line-height:1.1}
.v9-card-head i{color:#d4a64d;font-size:38px;font-style:normal}
.v9-card-images{position:relative;height:170px;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.v9-card-images img{width:100%;height:100%;object-fit:cover;border-radius:9px;filter:contrast(1.04) saturate(.95);animation:v9Img 12s infinite}
.v9-card-images img:nth-child(2){animation-delay:1s}.v9-card-images img:nth-child(3){animation-delay:2s}
@keyframes v9Img{0%,100%{transform:scale(1)}50%{transform:scale(1.035)}}
.v9-nav{position:absolute;top:58%;width:42px;height:42px;border-radius:50%;border:1px solid #d4a64d;color:#d4a64d;background:#080b10;display:flex;align-items:center;justify-content:center;font-size:34px;z-index:2}
.v9-nav.left{left:16px}.v9-nav.right{right:16px}
.v9-dots{position:absolute;left:0;right:0;bottom:24px;display:flex;justify-content:center;gap:12px}
.v9-dots span{width:10px;height:10px;border-radius:50%;border:2px solid #e9e9e9}
.v9-dots span:first-child{background:#d4a64d;border-color:#d4a64d}
.v9-benefits{display:grid;grid-template-columns:repeat(5,1fr);margin-top:20px;border:1px solid rgba(255,255,255,.14);border-radius:14px;overflow:hidden;background:rgba(255,255,255,.035)}
.v9-benefits div{padding:24px 18px;text-align:center;border-inline-end:1px solid rgba(255,255,255,.11)}
.v9-benefits div:last-child{border:0}
.v9-benefits i{display:block;color:#d4a64d;font-size:42px;font-style:normal;margin-bottom:6px}
.v9-benefits b{display:block;color:#fff;font-size:18px}
.v9-benefits p{margin:6px 0 0;color:#d7d7d7;font-size:14px;line-height:1.6}
@media(max-width:1100px){.v9-cards{grid-template-columns:1fr}.v9-card{height:340px}.v9-benefits{grid-template-columns:1fr 1fr}.v9-title{margin-inline-start:0}}
@media(max-width:720px){header{top:6px!important;width:97%!important}.brand img{width:105px!important}.nav{height:78px!important}.v9-page{min-height:520px;padding:110px 0 30px}.v9-title h1{font-size:36px}.v9-title p{font-size:16px}.v9-actions .btn{min-width:auto}.v9-card{padding:22px;height:310px}.v9-card-head h2{font-size:25px}.v9-card-images{height:145px}.v9-benefits{grid-template-columns:1fr}}

/* === V10 fixes: Arabic RTL alignment + one-image slider per product card === */
html[dir="rtl"] .v9-title,
html[dir="rtl"] .v9-card,
html[dir="rtl"] .v9-benefits{
  direction: rtl;
}
html[dir="rtl"] .v9-title{
  text-align:right!important;
  margin-inline-start:auto!important;
  margin-inline-end:0!important;
}
html[dir="rtl"] .v9-hero{
  justify-content:flex-end!important;
}
html[dir="rtl"] .v9-actions{
  justify-content:flex-start!important;
  flex-direction:row!important;
}
html[dir="rtl"] nav{
  direction:rtl!important;
}
html[dir="rtl"] .v9-card-head{
  direction:rtl!important;
}
.v9-card{
  height:365px!important;
}
.v9-card-images{display:none!important;}
.v10-card-one{
  position:relative;
  height:185px;
  border-radius:12px;
  overflow:hidden;
  background:#111;
  border:1px solid rgba(255,255,255,.10);
}
.v10-card-one img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  animation:v10SingleFade 12s infinite;
  filter:contrast(1.05) saturate(.96);
}
.v10-card-one img:nth-child(1){animation-delay:0s}
.v10-card-one img:nth-child(2){animation-delay:4s}
.v10-card-one img:nth-child(3){animation-delay:8s}
@keyframes v10SingleFade{
  0%,30%{opacity:1;transform:scale(1.02)}
  36%,100%{opacity:0;transform:scale(1.08)}
}
.v9-card-head{
  margin-bottom:20px!important;
}
.v9-nav{
  top:60%!important;
}
.v9-dots{
  bottom:22px!important;
}
@media(max-width:720px){
  .v10-card-one{height:160px}
  .v9-card{height:310px!important}
}

/* === V11 fixes: hero text right + softer/slower product image fade === */
html[dir="rtl"] .v9-hero{
  justify-content:flex-end !important;
}
html[dir="rtl"] .v9-title{
  text-align:right !important;
  margin-inline-start:auto !important;
  margin-inline-end:0 !important;
  padding-inline-end:2vw;
}
html[dir="rtl"] .v9-actions{
  justify-content:flex-start !important;
  flex-direction:row !important;
}
html[dir="rtl"] .v9-logo-watermark{
  justify-content:flex-start !important;
}
html[dir="rtl"] .v9-logo-watermark img{
  margin-inline-start:3vw !important;
  margin-inline-end:0 !important;
  width:min(54vw,780px) !important;
  opacity:.95;
}

.v10-card-one img{
  animation:v11SoftFade 24s infinite ease-in-out !important;
}
.v10-card-one img:nth-child(1){animation-delay:0s !important}
.v10-card-one img:nth-child(2){animation-delay:8s !important}
.v10-card-one img:nth-child(3){animation-delay:16s !important}

@keyframes v11SoftFade{
  0%{opacity:0;transform:scale(1.01)}
  8%{opacity:1;transform:scale(1.015)}
  32%{opacity:1;transform:scale(1.035)}
  40%{opacity:0;transform:scale(1.045)}
  100%{opacity:0;transform:scale(1.045)}
}

.v9-card-images img{
  animation:v11SubtleZoom 18s infinite ease-in-out !important;
}
@keyframes v11SubtleZoom{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.015)}
}

@media(max-width:720px){
  html[dir="rtl"] .v9-title{
    padding-inline-end:0;
  }
  html[dir="rtl"] .v9-logo-watermark img{
    width:min(85vw,520px) !important;
    margin-inline-start:0 !important;
  }
}

/* === V12: force hero text to far right + medium smooth fade === */
html[dir="rtl"] .v9-page{
  direction: rtl !important;
}
html[dir="rtl"] .v9-hero{
  width:100% !important;
  max-width:1500px !important;
  margin:0 auto !important;
  display:flex !important;
  justify-content:flex-start !important;
  align-items:center !important;
  padding-inline:70px !important;
}
html[dir="rtl"] .v9-title{
  width:min(720px, 48vw) !important;
  max-width:720px !important;
  margin:0 !important;
  margin-inline-start:0 !important;
  margin-inline-end:auto !important;
  text-align:right !important;
  padding:0 !important;
}
html[dir="rtl"] .v9-title h1,
html[dir="rtl"] .v9-title p{
  text-align:right !important;
}
html[dir="rtl"] .v9-actions{
  justify-content:flex-start !important;
  flex-direction:row !important;
}
html[dir="rtl"] .v9-logo-watermark{
  justify-content:flex-end !important;
  opacity:.13 !important;
}
html[dir="rtl"] .v9-logo-watermark img{
  width:min(52vw,760px) !important;
  margin-inline-start:0 !important;
  margin-inline-end:4vw !important;
}

.v10-card-one img{
  animation:v12MediumFade 15s infinite ease-in-out !important;
}
.v10-card-one img:nth-child(1){animation-delay:0s !important}
.v10-card-one img:nth-child(2){animation-delay:5s !important}
.v10-card-one img:nth-child(3){animation-delay:10s !important}

@keyframes v12MediumFade{
  0%{opacity:0;transform:scale(1.015)}
  7%{opacity:1;transform:scale(1.02)}
  31%{opacity:1;transform:scale(1.04)}
  39%{opacity:0;transform:scale(1.055)}
  100%{opacity:0;transform:scale(1.055)}
}

@media(max-width:900px){
  html[dir="rtl"] .v9-hero{
    padding-inline:24px !important;
  }
  html[dir="rtl"] .v9-title{
    width:100% !important;
  }
}
