﻿/*css By Razen*/
 
:root {
  --purpb: #562e60;
  --purpa: #863b96;

  --oranga: #faa22c;
  --orangb: #f47b20;

  --blueb: #006292;
  --bluea: #00abe3;

  --greenb: #1d693d;
  --greena: #40ae49;

  --redb: #a3282d;
  --reda: #e23240;

  --main: #231c0f;
} 
/*

h1,
h2,
h3,
h4,
h5,
h6,
p{
  margin-top:0;
}
h1{
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1.1;
  font-weight: 700;
  color: var(--redb);
}

h2{
  font-size: clamp(1.5rem, 2.8vw, 2.4rem);
  line-height: 1.15;
  font-weight: 700;
  color: var(--purpb);
}

h3{
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  line-height: 1.2;
  font-weight: 700;
  color: var(--main);
}

h4{
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  line-height: 1.25;
  font-weight: 600;
  color: var(--main);
}

h5{
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.3;
  font-weight: 600;
  color: var(--purpb);
}

h6{
  font-size: clamp(0.95rem, 1.3vw, 1.15rem);
  line-height: 1.4;
  font-weight: 600;
  color: var(--main);
}

p{
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  line-height: 1.8;
  color: var(--main);
}

span{
  font-size: clamp(0.8rem, 0.9vw, 0.95rem);
  line-height: 1.6;
  color: var(--main);
}*/


h1{
    font-size: clamp(1.45rem, 2.5vw, 2.2rem);
    line-height: 1.15;
    font-weight: 700;
    color: var(--redb);
}

h2{
    font-size: clamp(1.3rem, 2.2vw, 1.8rem);
    line-height: 1.2;
    font-weight: 700;
    color: var(--purpb);
}

h3{
    font-size: clamp(1.15rem, 1.8vw, 1.45rem);
    line-height: 1.25;
    font-weight: 700;
    color: var(--main);
}

h4{
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    line-height: 1.3;
    font-weight: 600;
    color: var(--main);
}

h5{
    font-size: clamp(0.95rem, 1.3vw, 1.1rem);
    line-height: 1.35;
    font-weight: 600;
    color: var(--purpb);
}

h6{
    font-size: clamp(0.9rem, 1.1vw, 1rem);
    line-height: 1.45;
    font-weight: 600;
    color: var(--main);
}

p{
    font-size: clamp(0.88rem, 0.95vw, 0.95rem);
    line-height: 1.8;
    color: var(--main);
}

span{
    font-size: clamp(0.78rem, 0.85vw, 0.88rem);
    line-height: 1.6;
    color: var(--main);
}
.texLine h1 ,.texLine h6 ,.texLine p {line-height:2}
.container {
  width:100%;
  max-width:1320px;
  margin-inline:auto;
  padding-inline:15px;
}

.container-fluid{
  width:100%;
  margin-inline:auto;
  padding-inline:15px;
}

.row{
  display:flex;
  flex-wrap:wrap;
  margin-inline:-10px;
}

[class^="col-"],
[class*=" col-"]{
  flex:0 0 auto;
  padding-inline:10px;
}

.col-12{ width:100%; }
.col-11{ width:91.66666667%; }
.col-10{ width:83.33333333%; }
.col-9{ width:75%; }
.col-8{ width:66.66666667%; }
.col-7{ width:58.33333333%; }
.col-6{ width:50%; }
.col-5{ width:41.66666667%; }
.col-4{ width:33.33333333%; }
.col-3{ width:25%; }
.col-2{ width:16.66666667%; }
.col-1{ width:8.33333333%; }

/* Spacing utilities: 1=.25rem, 2=.5rem, 3=1rem, 4=1.5rem, 5=3rem */
.p1{ padding:.25rem; }
.p2{ padding:.5rem; }
.p3{ padding:1rem; }
.p4{ padding:1.5rem; }
.p5{ padding:3rem; }

.pt1{ padding-top:.25rem; }
.pt2{ padding-top:.5rem; }
.pt3{ padding-top:1rem; }
.pt4{ padding-top:1.5rem; }
.pt5{ padding-top:3rem; }

.pr1{ padding-right:.25rem; }
.pr2{ padding-right:.5rem; }
.pr3{ padding-right:1rem; }
.pr4{ padding-right:1.5rem; }
.pr5{ padding-right:3rem; }

.pb1{ padding-bottom:.25rem; }
.pb2{ padding-bottom:.5rem; }
.pb3{ padding-bottom:1rem; }
.pb4{ padding-bottom:1.5rem; }
.pb5{ padding-bottom:3rem; }

.pl1{ padding-left:.25rem; }
.pl2{ padding-left:.5rem; }
.pl3{ padding-left:1rem; }
.pl4{ padding-left:1.5rem; }
.pl5{ padding-left:3rem; }

.m1{ margin:.25rem; }
.m2{ margin:.5rem; }
.m3{ margin:1rem; }
.m4{ margin:1.5rem; }
.m5{ margin:3rem; }

.mt1{ margin-top:.25rem; }
.mt2{ margin-top:.5rem; }
.mt3{ margin-top:1rem; }
.mt4{ margin-top:1.5rem; }
.mt5{ margin-top:3rem; }

.mr1{ margin-right:.25rem; }
.mr2{ margin-right:.5rem; }
.mr3{ margin-right:1rem; }
.mr4{ margin-right:1.5rem; }
.mr5{ margin-right:3rem; }

.mb1{ margin-bottom:.25rem; }
.mb2{ margin-bottom:.5rem; }
.mb3{ margin-bottom:1rem; }
.mb4{ margin-bottom:1.5rem; }
.mb5{ margin-bottom:3rem; }

.ml1{ margin-left:.25rem; }
.ml2{ margin-left:.5rem; }
.ml3{ margin-left:1rem; }
.ml4{ margin-left:1.5rem; }
.ml5{ margin-left:3rem; }
.mauto{margin:0 auto}


  
  /* =========================
   Full Width System
========================= */

.w1 {width:1%;}
.w2 {width:2%;}
.w3 {width:3%;}
.w4 {width:4%;}
.w5 {width:5%;}
.w6 {width:6%;}
.w7 {width:7%;}
.w8 {width:8%;}
.w9 {width:9%;}
.w10 {width:10%;}
.w11 {width:11%;}
.w12 {width:12%;}
.w13 {width:13%;}
.w14 {width:14%;}
.w15 {width:15%;}
.w16 {width:16%;}
.w17 {width:17%;}
.w18 {width:18%;}
.w19 {width:19%;}
.w20 {width:20%;}
.w21 {width:21%;}
.w22 {width:22%;}
.w23 {width:23%;}
.w24 {width:24%;}
.w25 {width:25%;}
.w26 {width:26%;}
.w27 {width:27%;}
.w28 {width:28%;}
.w29 {width:29%;}
.w30 {width:30%;}
.w31 {width:31%;}
.w32 {width:32%;}
.w33 {width:33%;}
.w34 {width:34%;}
.w35 {width:35%;}
.w36 {width:36%;}
.w37 {width:37%;}
.w38 {width:38%;}
.w39 {width:39%;}
.w40 {width:40%;}
.w41 {width:41%;}
.w42 {width:42%;}
.w43 {width:43%;}
.w44 {width:44%;}
.w45 {width:45%;}
.w46 {width:46%;}
.w47 {width:47%;}
.w48 {width:48%;}
.w49 {width:49%;}
.w50 {width:50%;}
.w51 {width:51%;}
.w52 {width:52%;}
.w53 {width:53%;}
.w54 {width:54%;}
.w55 {width:55%;}
.w56 {width:56%;}
.w57 {width:57%;}
.w58 {width:58%;}
.w59 {width:59%;}
.w60 {width:60%;}
.w61 {width:61%;}
.w62 {width:62%;}
.w63 {width:63%;}
.w64 {width:64%;}
.w65 {width:65%;}
.w66 {width:66%;}
.w67 {width:67%;}
.w68 {width:68%;}
.w69 {width:69%;}
.w70 {width:70%;}
.w71 {width:71%;}
.w72 {width:72%;}
.w73 {width:73%;}
.w74 {width:74%;}
.w75 {width:75%;}
.w76 {width:76%;}
.w77 {width:77%;}
.w78 {width:78%;}
.w79 {width:79%;}
.w80 {width:80%;}
.w81 {width:81%;}
.w82 {width:82%;}
.w83 {width:83%;}
.w84 {width:84%;}
.w85 {width:85%;}
.w86 {width:86%;}
.w87 {width:87%;}
.w88 {width:88%;}
.w89 {width:89%;}
.w90 {width:90%;}
.w91 {width:91%;}
.w92 {width:92%;}
.w93 {width:93%;}
.w94 {width:94%;}
.w95 {width:95%;}
.w96 {width:96%;}
.w97 {width:97%;}
.w98 {width:98%;}
.w99 {width:99%;}
.w100 {width:100%;}
/* =========================
   Height Utilities (1% → 100%)
========================= */

.h1 {height:1%;}
.h2 {height:2%;}
.h3 {height:3%;}
.h4 {height:4%;}
.h5 {height:5%;}
.h6 {height:6%;}
.h7 {height:7%;}
.h8 {height:8%;}
.h9 {height:9%;}
.h10 {height:10%;}
.h11 {height:11%;}
.h12 {height:12%;}
.h13 {height:13%;}
.h14 {height:14%;}
.h15 {height:15%;}
.h16 {height:16%;}
.h17 {height:17%;}
.h18 {height:18%;}
.h19 {height:19%;}
.h20 {height:20%;}
.h21 {height:21%;}
.h22 {height:22%;}
.h23 {height:23%;}
.h24 {height:24%;}
.h25 {height:25%;}
.h26 {height:26%;}
.h27 {height:27%;}
.h28 {height:28%;}
.h29 {height:29%;}
.h30 {height:30%;}
.h31 {height:31%;}
.h32 {height:32%;}
.h33 {height:33%;}
.h34 {height:34%;}
.h35 {height:35%;}
.h36 {height:36%;}
.h37 {height:37%;}
.h38 {height:38%;}
.h39 {height:39%;}
.h40 {height:40%;}
.h41 {height:41%;}
.h42 {height:42%;}
.h43 {height:43%;}
.h44 {height:44%;}
.h45 {height:45%;}
.h46 {height:46%;}
.h47 {height:47%;}
.h48 {height:48%;}
.h49 {height:49%;}
.h50 {height:50%;}
.h51 {height:51%;}
.h52 {height:52%;}
.h53 {height:53%;}
.h54 {height:54%;}
.h55 {height:55%;}
.h56 {height:56%;}
.h57 {height:57%;}
.h58 {height:58%;}
.h59 {height:59%;}
.h60 {height:60%;}
.h61 {height:61%;}
.h62 {height:62%;}
.h63 {height:63%;}
.h64 {height:64%;}
.h65 {height:65%;}
.h66 {height:66%;}
.h67 {height:67%;}
.h68 {height:68%;}
.h69 {height:69%;}
.h70 {height:70%;}
.h71 {height:71%;}
.h72 {height:72%;}
.h73 {height:73%;}
.h74 {height:74%;}
.h75 {height:75%;}
.h76 {height:76%;}
.h77 {height:77%;}
.h78 {height:78%;}
.h79 {height:79%;}
.h80 {height:80%;}
.h81 {height:81%;}
.h82 {height:82%;}
.h83 {height:83%;}
.h84 {height:84%;}
.h85 {height:85%;}
.h86 {height:86%;}
.h87 {height:87%;}
.h88 {height:88%;}
.h89 {height:89%;}
.h90 {height:90%;}
.h91 {height:91%;}
.h92 {height:92%;}
.h93 {height:93%;}
.h94 {height:94%;}
.h95 {height:95%;}
.h96 {height:96%;}
.h97 {height:97%;}
.h98 {height:98%;}
.h99 {height:99%;}
.h100 {height:100%;}


    

    
	
	 *{
      box-sizing:border-box;
      font-family:'Readex Pro', sans-serif;
    }

    html, body{
      margin:0;
      width:100%;
      height:100%;
      overflow:hidden;
      font-family:'Readex Pro', sans-serif;
    
    }
 
@keyframes bgMove{

  0%{
    background-position:
      0% 0%,
      100% 0%,
      50% 100%,
      0% 0%;
  }

  100%{
    background-position:
      15% 10%,
      85% 20%,
      55% 80%,
      0% 0%;
  }

}
    .viewport{
      position:relative;
      width:100vw;
      height:100vh;
      overflow:hidden; 
    }

   

    .wSvg{
      position:absolute;
      top:0;
      left:0;
      right:auto;
      bottom:auto;
      direction:ltr;
      width:20000px;
      height:18000px;
      display:block;
      overflow:visible;
   background: 
        url('images/ori3.png');

    background-repeat: repeat, repeat;
    background-size: auto, 250px 250px;
    }
	

 
 

    .cercle{
      position:absolute;
      width:24px;
      height:24px;
      border-radius:50%;
      background:#111;
      border:4px solid gold;
      transform:translate(-50%, -50%);
      pointer-events:none;
      z-index:50;
      box-shadow:0 6px 16px rgba(0,0,0,.22);
    }

    .poi{
      position:absolute;
      z-index:5;
      min-width:120px;
      padding:14px 18px;
      border-radius:16px;
      background:#ffffff;
      box-shadow:0 10px 30px rgba(0,0,0,.10);
      border:1px solid rgba(0,0,0,.06);
    }

    .poi h4{
      margin:0 0 6px;
      font-size:16px;
    }

    .poi p{
      margin:0;
      font-size:13px;
      color:#555;
      line-height:1.5;
    }

    .spot{
      position:absolute;color:black;	  
      transform:translate(-50%, -50%); 
      display:flex; 
	  text-align:center
    }

    .controls{
      position:fixed;
      top:20px;
      left:20px;
      z-index:9999; 
      align-items:center;
      gap:10px;
      background:rgba(255,255,255,.9);
      padding:10px;
      border-radius:16px;
      box-shadow:0 8px 24px rgba(0,0,0,.10);
      backdrop-filter: blur(6px);z-index:25555555555555555555555
    }

.viewport:hover{
  cursor: grab;
}
.viewport:active{
  cursor: grabbing;
}


.train{
  position:absolute;
  left:0;
  top:0;
  width:0;
  height:0;
  z-index:50;
  pointer-events:none;
}

.wagon{
  position:absolute;
  width:90px;
  height:54px;  
  box-sizing:border-box;
  box-shadow:0 8px 20px rgba(0,0,0,.22);
  transform:translate(-50%, -50%);
}

#wagon2{width:70px;
  height:54px; background-color:#555; border-radius:15px ;border:4px dashed darkred}
.wagon-a{
  border-radius:28px;
}

.wagon-b{
  width:74px;
  height:46px;
  border-radius:14px;
}

	.trapezoid {
	border-bottom: 25px solid #555;
	border-left: 12.5px solid transparent;
	border-right: 12.5px solid transparent;
 border-radius: 20px;
	width: 50px; height:54px;
}
.r90{transform: rotate( -90deg);}
.rm90{transform: rotate(  90deg);}

.traa{position:relative;width:90px;
  height:54px;  }
.traa div{position:absolute;}
.front{left:40px}
.back{left:0px}
.up{    top: 5px;
    left: 12px;
}
.down{top: 40px;
    right: 12px;}

.parallelogram {
    width : 65px;
    height: 10px;
    background: #414040;
    border-radius: 20px; z-index:1
}

.skuup{transform: skew(-20deg);}
.skudow{transform: skew( 20deg);}
.rectangle {
  height: 34px;
  width: 68px;
  background-color: #555;
}
.rectangle2 {
  height: 4px;
  width: 50px;
  background-color: #989898;   z-index: 2;border-radius:10px
}
.rfp{top:10px ;left:12px}
.rfp2{top:17px ;left:12px}
.rfp3{top:25.50px ;left:16px}
.rfp4{top:34px ;left:12px}


.triangle-right {
top: 6px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 15px solid #555;
    border-bottom: 20px solid transparent;
    left: 83px;
    z-index: 2;
}

.triangle-left {
top: 7px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 15px solid #555;
    border-bottom: 20px solid transparent;
    left: -6px;
    z-index: 2;
}

#scale{
  transform: scale(3.5);
  transition: transform 6s ease;
  transform-origin: bottom center;
}

#notscale{
  transform: scale(3.5);
  transition: transform 6s ease;
  transform-origin: bottom center;
}
 
 .theVid{
	 background: linear-gradient(rgba(51,51,51,0.8), rgba(51,51,51,0.8)), url('images/ori5.png');
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  background-size: contain;
  background-position: center;
  background-repeat: repeat;} 
 
 .screenView{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  overflow-y:auto;
  z-index:1111;
}


    .centerCamera{
      position:absolute;
      left:0;
      top:0;
      width:1px;
      height:1px;
      opacity:0;
      pointer-events:none;
      z-index:50;
      transform:translate(-50%, -50%);
    }

    .eachContent{
      display:none;
      opacity:0;
      transform:scale(1.5);
      transform-origin:center center;
      transition:opacity 1s ease, transform 1s ease;
    }

    .eachContent.is-active{
      display:block;
    }

    .eachContent.is-visible{
      opacity:1;
      transform:scale(1);
    }

    .eachContent .animItem{
      opacity:0;
      transform:
        translate(
          var(--randX, 0px),
          var(--randY, 14px)
        )
        scale(var(--randScale, .97))
        rotate(var(--randRotate, 0deg));
      transition:
        opacity 2s ease,
        transform 2s ease;
      transform-origin:center center;
    }

    .eachContent .animItem.is-visible{
      opacity:1;
      transform:translate(0, 0) scale(1) rotate(0deg);
    }

    .eachContent .animItem.is-hiding{
      opacity:0;
      transform:
        translate(
          var(--randX, 0px),
          var(--randY, 14px)
        )
        scale(var(--randScale, .97))
        rotate(var(--randRotate, 0deg));
    }

/*clouds*/
.posclouds{
  position:fixed;
  top:0;
  left:0;
  right:auto;
  bottom:auto;
  direction:ltr;
  width:100vw;
  max-width:none;
  height:100vh;
  margin:0;
  padding:0;
  z-index:0;
  opacity:0;
  transition:all 3s ease;
}
.container-1{
 
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
}
 
.cloud{
    overflow: hidden;
}
.cloud img{
    animation: cld calc(8s * var(--i)) linear infinite;
    opacity: .6;
    max-width: 100%;
    position: absolute;
    bottom: 0px;
}
@keyframes cld{
    0%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(100%);
    }
}


.waitingTextHolder{position: absolute;
  top: 50%;
  left: 50%; 
  text-align: center;
  width:100% ; margin:0 auto}
  .waitingTextParagraph {
  font-size: 30px;
  font-weight: bold;}
  
  .waitingTextEach{
  display:none;
  position:relative;
  width:min(92vw, 900px);
  min-height:64px;
}

.waitingTextParagraph{
  position:absolute;
  top:50%; 
  width:100%;
  margin:0;
  text-align:center;
  opacity:0;
  transform:translate(-50%, calc(-50% + 18px));
  transition:
    opacity .6s ease,
    transform .6s ease,
    color .35s ease;
}

.waitingTextParagraph.is-visible{
  opacity:1;
  transform:translate(-50%, -50%);
}


.accountingBg{
opacity:0.5;
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  overflow:hidden;
  background:#f4f6f8;
}

.accountingBg::before{
  content:"";
  position:absolute;
  inset:-100px;
  background-image:
    linear-gradient(rgba(28,45,68,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28,45,68,.08) 1px, transparent 1px);
  background-size:80px 80px;
  animation:gridMove 18s linear infinite;
}

.accountingBg::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(28,45,68,.06) 50%, transparent 100%);
  transform:translateX(-100%);
  animation:scanLine 7s ease-in-out infinite;
}

@keyframes gridMove{
  from{
    transform:translate(0,0);
  }
  to{
    transform:translate(80px,80px);
  }
}

@keyframes scanLine{
  0%{
    transform:translateX(-100%);
    opacity:0;
  }
  20%{
    opacity:1;
  }
  60%{
    opacity:.45;
  }
  100%{
    transform:translateX(100%);
    opacity:0;
  }
}

.accountingBg{
  position:absolute;
  left:0;
  top:0;
  width:20000px;
  height:18000px;
  z-index:0;
  pointer-events:none;
  overflow:hidden;
}
.accountingBg span,
.accountingBg i{
  position:absolute;
  left:var(--x);
  top:var(--y);
  transform:translate(-50%,-50%);

  animation:driftWord var(--speed, 18s) ease-in-out infinite;
  animation-delay:var(--d);
}

@keyframes driftWord{
  0%{
    transform:translate(-50%,-50%) translate(0,0) scale(1);
    opacity:.35;
  }

  25%{
    transform:translate(-50%,-50%) translate(45px,-35px) scale(1.04);
    opacity:.75;
  }

  50%{
    transform:translate(-50%,-50%) translate(-30px,-70px) scale(.96);
    opacity:.55;
  }

  75%{
    transform:translate(-50%,-50%) translate(-55px,25px) scale(1.03);
    opacity:.85;
  }

  100%{
    transform:translate(-50%,-50%) translate(0,0) scale(1);
    opacity:.35;
  }
}

.accountingPathLayer{
  position:absolute;
  inset:0;
  width:20000px;
  height:18000px;
  z-index:4;
  pointer-events:none;
}

.accountingPathLayer > [class^="posElemetpath"]{
  position:absolute;
  transform:translate(-50%, -50%);
  white-space:nowrap;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  color:#0f172a;
  background:rgba(255,255,255,.8);
  border:1px solid rgba(15,23,42,.14);
  box-shadow:0 2px 8px rgba(15,23,42,.14);
  backdrop-filter:blur(2px);
  user-select:none;
}


/* Reset and base setup */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family:'Readex Pro', sans-serif;
  overflow-x: hidden;
}

/* 1. Fixed Background Video */
#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover; /* Ensures the video covers the screen without stretching */
  z-index: -1;        /* Keeps the video behind all other content */
}

/* 2. Full-Screen Intro Section */
.hero-intro {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white; /* Make sure text contrasts with your video */
  position: relative;
}

/* 3. Main Content Area (Scrollable) */
.main-content {
  background-color: #ffffff; 
  min-height: 100vh;
  position: relative;
  z-index: 1; /* Renders above the fixed video background */
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.2);
}
/**/

.siteHeader{
  position:fixed;
  top:18px;
  left:18px;
  right:18px;
  direction:ltr;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:transparent;
  pointer-events:none;
}

.siteHeader[data-side="left"]{
  flex-direction:row-reverse;
}

.siteHeader[data-side="right"]{
  flex-direction:row;
}

.siteHeader > *{
  pointer-events:auto;
}

.siteBrand{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}

.siteBrand img{
  display:block;
  width:72px;
  height:auto;
}

.menuToggle{
  width:52px;
  height:52px;
  padding:0;
  border:0;
  border-radius:14px;
  background:#231c0f;
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  cursor:pointer;
}

.menuToggle span{
  display:block;
  width:22px;
  height:2px;
  background:#fff;
  border-radius:20px;
  transition:transform .25s ease, opacity .25s ease, width .25s ease;
}

.menuToggle.is-open span:nth-child(1){
  transform:translateY(8px) rotate(45deg);
}

.menuToggle.is-open span:nth-child(2){
  opacity:0;
  width:0;
}

.menuToggle.is-open span:nth-child(3){
  transform:translateY(-8px) rotate(-45deg);
}

.menuPanel{
	    background:
        linear-gradient(rgba(51,51,51,.5), rgba(51,51,51,.9)),
        url('images/ori2.png');

    background-repeat: repeat, repeat;
    background-size: auto, 250px 250px;
  position:fixed;
  top:0;
  bottom:0;
  width:30vw;
  min-width:280px;
  max-width:420px;
  z-index:999998;
 /* background:#231c0f;*/
  padding:90px 28px 28px;
  opacity:0;
  pointer-events:none;
  overflow-y:auto;
  transition:transform .35s ease, opacity .35s ease;
}

.menuPanel[data-side="right"]{
  right:0;
  transform:translateX(100%);
}

.menuPanel[data-side="left"]{
  left:0;
  transform:translateX(-100%);
}

.menuPanel.is-open{
  opacity:1;
  pointer-events:auto;
  transform:translateX(0);
}

.menuLangSwitcher{
  margin-bottom:24px;
  color:#fff;
}

.menuPanel[data-side="right"] .menuLangSwitcher{
  text-align:left;
}

.menuPanel[data-side="left"] .menuLangSwitcher{
  text-align:right;
}

.menuLangSwitcher a{
  color:#fff;
  text-decoration:none;
}

.menuLangSwitcher a.is-active{
  font-weight:800;
  border-bottom:1px solid #fff;
}

/* مهم: هذا يفصل menuControls عن .controls القديمة */
.menuPanel .menuControls{
  position:static;
  top:auto;
  left:auto;
  z-index:auto;
  display:block;
  background:transparent;
  padding:0;
  border-radius:0;
  box-shadow:none;
  backdrop-filter:none;
}

body[dir="rtl"] .menuPanel .menuControls{
  text-align:right;
}

.menuPanel[data-side="right"] .menuControls{
  text-align:right;
}

.menuPanel .menuControls button{
  display:block;
  width:100%;
  padding:14px 0;
  background:transparent;
  color:#fff;
  border:0;
  border-bottom:1px solid transparent;
  border-radius:0;
  text-align:inherit;
  cursor:pointer;
}

button{
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}


.btn {
  color: var(--redb);
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--redb); 
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
  font-weight: bold;
  background: transparent;
  position: relative;
 
  overflow: hidden;border-radius: 5px;
 
  margin: 2px; transition: all 1s ease;
}

.btn:hover {
  color: white;
}

.btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: var(--redb);
  z-index: -1;
  transition: all 1s;
}

.btn:hover::before {
  width: 160%;
}

.btn.is-submitting,
.btn1.is-submitting {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
  opacity: 0.9;
}

.bpSubmitLoader {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 1em;
  line-height: 1;
  color: currentColor;
}

.bpSubmitLabel {
  display: inline-block;
}


.btn1 {
  color: var(--main);
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--main); 
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
  font-weight: bold;
  background: transparent;
  position: relative;
 
  overflow: hidden;border-radius: 5px;
 
  margin: 2px; transition: all 1s ease;
}

.btn1:hover {
  color: white;
}

.btn1::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: var(--main);
  z-index: -1;
  transition: all 1s;
}

.btn1:hover::before {
  width: 160%;
}


.btn2 {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #fff; 
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
  font-weight: bold;
  background: transparent;
  position: relative;
 
  overflow: hidden;border-radius: 5px;
 
  margin: 2px; transition: all 1s ease;
}

.btn2:hover {
  color: var(--main);
}

.btn2::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #fff;
  z-index: -1;
  transition: all 1s;
}

.btn2:hover::before {
  width: 160%;
}

.menuPanel .menuControls button:hover,
.menuPanel .menuControls button.is-active{
  font-weight:800;
  border-bottom-color:#fff;
}

.loadingScreen{
  position:fixed;
  inset:0;
  z-index:2147483000;
}

.loadingScreen .windows,
.loadingScreen .windowsLeft,
.loadingScreen .windowsRight{
  z-index:2147483001;
}

.loadingScreen .windows1{
  z-index:2147483002;
}
.spotcer{width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(225,29,72,1 );
  transform: translate(-50%, -50%);
  display: flex;
  position: absolute;
}
.spotcer1{width:40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(225,29,72,0.2 );
  transform: translate(-50%, -50%);
  display: flex;
  position: absolute;
  opacity:0;
 animation: clad 1s ease infinite;
}

 
@keyframes clad{
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}



.box{
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);

}

.box span{
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 3s infinite;
}

.box span:nth-child(2)
{
	animation-delay: -0.2s;
}

.box span:nth-child(3)
{
	animation-delay: -0.4s;
}

@keyframes animate{
	
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-20px, -20px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(20px, 20px);
	}
}

.vmidil{
		  display: flex;
  align-items: center; /* Centers children vertically */
}
.vmidil1{ 
 display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

 .slideTextEach h1{font-size:50px;margin-top:15px}
	  .slideTextEach p{font-size:30px}
	  
	  .textLeft{text-align:left}
	  .textRight{text-align:right}
	  .textCenter{text-align:center}
	  
	
	  .sec2bg{background:url('images/sec7bg.png');padding:100px 0;}
	  .sec3bg{background:url('images/ori1.png');padding:85px 0;}
	  .sec4bg{background:url('images/sec6bg.png');padding:125px 0;background-position:bottom;}
	  .sec5bg{    background:
        linear-gradient(rgba(51,51,51,.5), rgba(51,51,51,.9)),
        url('images/sec8bg.png');
		background-repeat: no-repeat;  height: 800px;
  background-position: bottom left;
  overflow: hidden;
    animation: posBackImg 30s ease-in-out infinite;} 
  
    .sec6bg{background:url('images/logostrock2.png') ;
	background-position:top left;
  background-repeat: no-repeat;  
  animation: posBackImg1 35s ease-in-out infinite;}
  
  
   .sec5bga{    background:
        linear-gradient(rgba(51,51,51,.5), rgba(51,51,51,.9)),
        url('images/sec13bg.png');
		background-repeat: no-repeat;  height: 650px;
  background-position: bottom left;
  overflow: hidden;
    animation: posBackImg1 30s ease-in-out infinite;} 
  
    .sec6bga{background:url('images/logostrock2.png') ;
	background-position:top left;
  background-repeat: no-repeat;   height: 650px;
  animation: posBackImg1 35s ease-in-out infinite;}
  
    .sec10bg{background:url('images/sec10bg.png') ;
	background-position:top left;
  background-repeat: no-repeat;  
  animation: posBackImg1 35s ease-in-out infinite;color:var(--main);padding: 100px 0;}
    .sec11bg{background:url('images/sec11bg.png') ;
	background-position:top left;
  background-repeat: no-repeat;  
  animation: posBackImg1 35s ease-in-out infinite;color:var(--main);padding: 100px 0;}

  .sec7bg{background:url('images/patstr1.png');padding:100px 0 0px 0;}
  
  .specpadd{padding:230px 0}

  
	@keyframes posBackImg {
  0% {
     background-position: bottom left;
  } 
  50% {
      background-position: top left;
  }
  
  100% {
     background-position: bottom left;
  }
}
  
	@keyframes posBackImg1 {
  0% {
     background-position: top left;
  } 
  50% {
      background-position: center left;
  }
  
  100% {
     background-position: top left;
  }
}
  
	@keyframes posBackImg1 {
  0% {
     background-position: top left;
  } 
  50% {
      background-position: bottom left;
  }
  
  100% {
     background-position: top left;
  }
}
 
.slideTextHolder *{color:#fff}
.cerHolder img{width:125px;height:125px ;border-bottom: 2px #a3282d30 solid; margin:5px ;transition:all 1s ease}
.cerHolder img:hover {width:125px;height:125px ;border-bottom: 2px var(--redb) solid ; margin:5px}
  .srvCardHolder{position:relative}
  .patg{background:url('images/patg.png')}
  .patb{background:url('images/patb.png')}
  .patr{background:url('images/patr.png')}
  .pato{background:url('images/pato.png')}
  .patp{background:url('images/patp.png')}
  
  .patgc{color:var(--main); transition:all 2s ease}
  .patbc{color:var(--main); transition:all 2s ease}
  .patrc{color:var(--main); transition:all 2s ease}
  .patoc{color:var(--main); transition:all 2s ease}
  .patpc{color:var(--main); transition:all 2s ease} 
  
  
  .patgcb{border-color:rgba(51,51,51,0)}
  .patbcb{border-color:rgba(51,51,51,0)}
  .patrcb{border-color:rgba(51,51,51,0)}
  .patocb{border-color:rgba(51,51,51,0)}
  .patpcb{border-color:rgba(51,51,51,0)}
  
  .patgcb:hover{border-color:var(--greenb)}
  .patbcb:hover{border-color:var(--blueb)}
  .patrcb:hover{border-color:var(--redb)}
  .patocb:hover{border-color:var(--orangb)}
  .patpcb:hover{border-color:var(--purpb)}
  
  
  
  
  .srvCardHolder1{ 
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; 
    user-select: none;
    touch-action: pan-y;
  }
.srvCardEach1  { max-width:250px; min-height:410px; background:rgba(255,255,255,0.3) ;border-radius:12px; display:inline-block;margin: 15px;transform:scale(0.9);
	border: 1px dashed rgba(51,51,51,0) ;vertical-align: top;
	overflow: auto; transition:all 1.5s ease
}
  
  
  
  .srvCardEach1 { background:rgba(255,255,255,1) }
	.srvCardEach1  .srvCardHeader{ filter: grayscale(0);}
	.srvCardEach1  .srvCardFotter{ filter: grayscale(0);}
	.srvCardEach1   .patgc{color:var(--greenb)}
	.srvCardEach1  .patbc{color:var(--blueb)}
	.srvCardEach1   .patrc{color:var(--redb)}
	.srvCardEach1   .patoc{color:var(--orangb)}
	.srvCardEach1   .patpc{color:var(--purpb)}
  
   .serHeding i{font-size: 2em;}
   .serHeding h5{padding: 4px 10px;}
   .srvCardBody {min-height:410px;}
   .srvCardBody p{padding: 10px 10px;margin-bottom:5px }
	.srvCardEach{max-width:250px; min-height:410px; background:rgba(255,255,255,0.3) ;border-radius:12px; display:inline-block;margin: 15px;transform:scale(0.9);
	border: 1px dashed rgba(51,51,51,0) ;
	overflow: auto; transition:all 1.5s ease}

	

	.srvCardHeader{height:40px;width:100%;filter: grayscale(1);transition:all 1s ease;}

	.srvCardFotter{height:15px;width:100%;  bottom:0;filter: grayscale(1);transition:all 1s ease;}
	.srvCardEach:hover{ background:rgba(255,255,255,1) }
	.srvCardEach:hover .srvCardHeader{ filter: grayscale(0);}
	.srvCardEach:hover .srvCardFotter{ filter: grayscale(0);}
	.srvCardEach:hover  .patgc{color:var(--greenb)}
	.srvCardEach:hover .patbc{color:var(--blueb)}
	.srvCardEach:hover  .patrc{color:var(--redb)}
	.srvCardEach:hover  .patoc{color:var(--orangb)}
	.srvCardEach:hover  .patpc{color:var(--purpb)}
	
	.valueEach:hover  .patgc{color:var(--greenb)}
	.valueEach:hover .patbc{color:var(--blueb)}
	.valueEach:hover  .patrc{color:var(--redb)}
	.valueEach:hover  .patoc{color:var(--orangb)}
	.valueEach:hover  .patpc{color:var(--purpb)}
	
	.stat-card:hover  .patgc{color:var(--greenb)}
	.stat-card:hover .patbc{color:var(--blueb)}
	.stat-card:hover  .patrc{color:var(--redb)}
	.stat-card:hover  .patoc{color:var(--orangb)}
	.stat-card:hover  .patpc{color:var(--purpb)}

	
	
	.srvCarouselWrap {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.srvCardHolder {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
}

.srvCardHolder.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
}

.srvCardHolder::-webkit-scrollbar {
    display: none;
}
.srvCardHolder1::-webkit-scrollbar {
    display: none;
}

.srvCardEach {
    flex: 0 0 250px;
    scroll-snap-align: start;
    display: block;
    margin: 15px 0;
}

.srvArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5; 
    border: 0; 
    color:  var(--main);
    font-size: 50px;
    line-height: 1;
    cursor: pointer;
	font-weight:bold;
	width: 99px;
	opacity:0.3; transition:all 1s ease;
}

.srvArrow:hover {opacity:1;}
.srvPrev {
    right: -10px;
}

.srvNext {
    left: -10px;
}

html[dir="ltr"] .srvPrev {
    left: -10px;
    right: auto;
}

html[dir="ltr"] .srvNext {
    right: -10px;
    left: auto;
}

.gomens img{width:128px;height:128px ;border-bottom: 2px #a3282d30 solid; margin:5px ;transition:all 1s ease}
.gomens1 img{width:228px; border-bottom: 2px #a3282d30 solid; margin:5px ;transition:all 1s ease}

.gomens2 img{width:128px;height:128px ;border: 1px #a3282d30 solid; margin:5px ;transform: scale(1) !important;transition:all 1s ease !important ;position:relative}
.gomens2 img:hover{ transform: scale(1.5) !important;z-index:1 }
.spWhite h6,.spWhite h3,.spWhite p {color:#fff}


hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));width: 60%;
  margin: 9px auto 44px;
}

hr.style-two1 {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  width: 60%;
  margin: 66px auto 13px;
}

hr.style-two2 {
  border: 0;
  height: 1px;
  background-image:linear-gradient(
    to right,
    rgba(255,255,255,0),
    rgba(255,255,255,1),
    rgba(255,255,255,0)
);
  width: 60%;
  margin: 50px auto 50px;
}


 
.stats-section {
   
}

.stat-card {
  display: inline-block;
  margin: 0px 20px;
  padding: 20px;
  text-align: center;
  transform:scale(0.7);transition:all 1s ease;
}

.stat-card i {
  font-size: 34px;
  color: var(--main);
  margin-bottom: 18px;
  
  color: var(--main);
  transition: all 1s ease;
  width: 63px;
  border: 1px dashed var(--main);
  border-radius: 5px;
  padding: 10px;transition:all 1s ease;
}

.stat-card h3 {
  margin: 0;
  font-size: 54px;
  line-height: 1;
  color:  var(--main);
  font-weight: 800;transition:all 1s ease;
}

.stat-card p {
  margin: 10px 0 0;
  font-size: 30px;
  color:  var(--main);transition:all 1s ease;
}

 
.photoNest{
  width:600px;
  max-width:90%;
  height:350px;
  margin:30px auto;
  position:relative;
  overflow:hidden;
  border-radius:12px;
  direction:ltr;
}

.photoRail{
  height:100%;
  display:flex;
  transition:transform .4s ease;
}

.photoTile{
  width:100%;
  min-width:100%;
  height:100%;
  object-fit:cover;
  cursor:pointer;
  display:block;
}

.photoBtn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:42px;
  height:42px;
  border:0;
  border-radius:50%;
  background:rgba(0,0,0,.45);
  color:#fff;
  font-size:24px;
  cursor:pointer;
}

.photoPrev{
  left:15px;
}

.photoNext{
  right:15px;
}

.photoDots{
  position:absolute;
  left:50%;
  bottom:14px;
  transform:translateX(-50%);
  z-index:6;
  display:flex;
  gap:8px;
}

.photoDot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:rgba(255,255,255,.55);
  cursor:pointer;
}

.photoDot.isChosen{
  background:#fff;
}

.photoPopup{
  position:fixed;
  inset:0;
  display:none;
  justify-content:center;
  align-items:center;
  background:rgba(0,0,0,.85);
  z-index:999999;
}

.photoPopup.isOpen{
  display:flex;
}

.photoBig{
  max-width:90%;
  max-height:85%;
  border-radius:12px;
}

.photoX{
  position:absolute;
  top:25px;
  right:35px;
  color:#fff;
  font-size:42px;
  cursor:pointer;
  z-index:1000000;
}

body.modal-lock{
    overflow:hidden;
}


.societyScdi{display:inline-block; margin:15px}
 .contentCenter{align-content: center;} 
 
 
 .empCarouselWrap {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.empHolder {
    position: relative;
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
}

.empHolder.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
}

.empHolder::-webkit-scrollbar {
    display: none;
}

.empHolder > button {
    flex: 0 0 250px;
    scroll-snap-align: start;
    display: block;
    margin: 15px 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: inherit;
    appearance: none;
    -webkit-appearance: none;
}

.empHolder > button:focus-visible {
    outline: 2px solid var(--main);
    outline-offset: 6px;
}

.empEach {
    position: relative;
    display: inline-block;
    margin: 10px;
    width: 200px;
    min-height: 350px;
    transition: all 1s ease;
}

.empEach:hover {
    transform: scale(1.2);
}

 

.empHolder > button:hover .empEach {
    transform: scale(1.2);
}

.empEachInfo {
    position: absolute;
    top: 155px;
    left: 0;
    z-index: 3;
    background: #fff;
    padding: 10px;
    transform: scale(0.7);
    opacity: 0.3;
    border-radius: 20px;
    transition: all 1s ease;
}

.empTeam3 .empEachInfo {
    transition: all 10s ease;
}

.empEach:hover .empEachInfo {
    left: 20px;
    transform: scale(0.9);
    opacity: 1;
}

.empEachImage img {
    width: 200px;
    position: absolute;
    transform: translate(54%,0%) !important;
    z-index: 1;
}

.empHover {
    position: absolute;
    left: 0;
    width: 200px;
    bottom: 0;
    z-index: 2;
}

html[dir="ltr"] .empEachInfo {
    left: auto;
    right: 0;
    text-align: left;
}

html[dir="ltr"] .empEach:hover .empEachInfo {
    left: auto;
    right: 20px;
}

html[dir="ltr"] .empEachImage img {
    transform: translate(-54%,0%) !important;
}

html[dir="ltr"] .empHover {
    left: auto;
    right: 0;
}

.empArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    border: 0;
    color: var(--main);
    font-size: 50px;
    line-height: 1;
    cursor: pointer;
    font-weight: bold;
    width: 99px;
    opacity: 0.3;
    transition: all 1s ease;
    background: transparent;
}

.empArrow:hover {
    opacity: 1;
}

.empPrev {
    right: -10px;
}

.empNext {
    left: -10px;
}

html[dir="ltr"] .empPrev {
    left: -10px;
    right: auto;
}

html[dir="ltr"] .empNext {
    right: -10px;
    left: auto;
}

.avFiles{
    display:inline-block;
    cursor:pointer;
}

.avFiles.is-hidden{
    display:none !important;
}

.avFiles a{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:inherit;
}

.certModal{
    position:fixed;
    inset:0;
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999999;
    padding:0;
}

.certModal.is-open{
    display:flex;
}

.certModalBackdrop{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.88);
    backdrop-filter:blur(3px);
}

.certModalPanel{
    position:relative;
    z-index:1;
    width:100vw;
    height:100vh;
    max-width:100vw;
    max-height:100vh;
    display:block;
}

.certModalViewport{
    width:100%;
    height:100%;
    overflow:hidden;
    border-radius:0;
    background:#000;
    box-shadow:none;
    display:flex;
    align-items:center;
    justify-content:center;
}

.certModalImage{
    width:100%;
    height:100%;
    display:block;
    object-fit:contain;
    background:#000;
    transition:opacity .2s ease;
}

.certModalNav,
.certModalClose{
    position:absolute;
    border:0;
    background:rgba(255,255,255,.12);
    color:#fff;
    cursor:pointer;
    transition:all .25s ease;
}

.certModalNav:hover,
.certModalClose:hover{
    background:rgba(255,255,255,.22);
}

.certModalClose{
    top:14px;
    inset-inline-end:14px;
    width:44px;
    height:44px;
    border-radius:50%;
    font-size:30px;
    line-height:1;
    z-index:2;
}

.certModalNav{
    top:50%;
    transform:translateY(-50%);
    width:54px;
    height:54px;
    border-radius:50%;
    font-size:32px;
    line-height:1;
    z-index:2;
}

.certModalPrev{
    right:14px;
}

.certModalNext{
    left:14px;
}

html[dir="ltr"] .certModalPrev{
    left:14px;
    right:auto;
}

html[dir="ltr"] .certModalNext{
    right:14px;
    left:auto;
}

.postCard{
    display:flex;
    flex-direction:column;
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    text-decoration:none;
    color:#222;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s ease;
    height:100%;
    border:1px solid rgba(0,0,0,.06);
}

.postCard:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.14);
}

.postCover{
    position:relative;
    aspect-ratio:16/9;
    background-size:cover;
    background-position:center;
    overflow:hidden;
    transition:transform .5s ease;
}

.postCover::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.18),transparent 60%);
}

.postCard:hover .postCover{
    transform:scale(1.05);
}

.postCardBody{
    display:flex;
    flex-direction:column;
    flex:1;
    padding:28px;
}

.postCard h5{
    margin:0 0 14px;
    font-size:1.3rem;
    font-weight:700;
    line-height:1.55;
    color:#202020;
    transition:.3s;
}

.postCard:hover h5{
    color:var(--mainColor,#0A6BB8);
}

.postCard p{
    margin:0;
    color:#666;
    font-size:.96rem;
    line-height:1.9;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.postMeta{
    margin-top:auto;
    padding-top:24px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    border-top:1px solid rgba(0,0,0,.08);
    font-size:.9rem;
    color:#777;
}

.postMeta span{
    display:flex;
    align-items:center;
    gap:8px;
}

.postMeta i{
    color:var(--mainColor,#0A6BB8);
}

.readMore{
    font-weight:700;
    color:var(--mainColor,#0A6BB8);
    transition:.3s;
}

.postCard:hover .readMore{
    transform:translateX(-6px);
    letter-spacing:.5px;
}



/* SQUARE*/.sec7bgk{
    position:relative;
    width:100%;
    overflow:hidden;
    min-height:700px;
    --travel:1150px;
}

.sec7bgk .container{
    position:relative;
    z-index:5;
    max-width:1320px;
}

.leftSideSquare,
.rightSideSquare{
    position:absolute;
    top:0;
    bottom:0;
    width:calc((100vw - 1320px) / 2);
    min-width:120px;
    pointer-events:none;
    z-index:1; 
}

.leftSideSquare{
    left:0;
}

.rightSideSquare{
    right:0;
}

.leftSideSquare img,
.rightSideSquare img{
    position:absolute;
    display:block;
    width:auto;
    height:auto;
    opacity:.85;
    will-change:transform;
    transform-origin:center;
}

/* LEFT SIDE */

.leftSideSquare img:nth-child(1){
    left:8%;
    animation:floatDown1 34s linear infinite;
    animation-delay:-8s;
    opacity:.9;
}

.leftSideSquare img:nth-child(2){
    left:48%;
    animation:floatUp1 42s linear infinite;
    animation-delay:-21s;
    opacity:.8;
}

.leftSideSquare img:nth-child(3){
    left:22%;
    animation:floatDown2 51s linear infinite;
    animation-delay:-31s;
    opacity:1;
}

.leftSideSquare img:nth-child(4){
    left:65%;
    animation:floatUp2 39s linear infinite;
    animation-delay:-13s;
    opacity:.9;
}

.leftSideSquare img:nth-child(5){
    left:36%;
    animation:floatDown3 46s linear infinite;
    animation-delay:-27s;
    opacity:.8;
}

/* RIGHT SIDE */

.rightSideSquare img:nth-child(1){
    right:12%;
    animation:floatUp3 44s linear infinite;
    animation-delay:-19s;
    opacity:.85;
}

.rightSideSquare img:nth-child(2){
    right:55%;
    animation:floatDown4 37s linear infinite;
    animation-delay:-9s;
    opacity:.95;
}

.rightSideSquare img:nth-child(3){
    right:28%;
    animation:floatUp4 53s linear infinite;
    animation-delay:-36s;
    opacity:.8;
}

.rightSideSquare img:nth-child(4){
    right:70%;
    animation:floatDown5 49s linear infinite;
    animation-delay:-24s;
    opacity:.9;
}

.rightSideSquare img:nth-child(5){
    right:40%;
    animation:floatDown6 58s linear infinite;
    animation-delay:-44s;
    opacity:1;
}

/* Animations */

@keyframes floatDown1{
    from{transform:translateY(calc(-100% - 250px)) scale(.30) rotate(0deg);}
    to{transform:translateY(var(--travel)) scale(.30) rotate(180deg);}
}

@keyframes floatDown2{
    from{transform:translateY(calc(-100% - 250px)) scale(.22) rotate(20deg);}
    to{transform:translateY(var(--travel)) scale(.22) rotate(240deg);}
}

@keyframes floatDown3{
    from{transform:translateY(calc(-100% - 250px)) scale(.40) rotate(-15deg);}
    to{transform:translateY(var(--travel)) scale(.40) rotate(160deg);}
}

@keyframes floatDown4{
    from{transform:translateY(calc(-100% - 250px)) scale(.28) rotate(0deg);}
    to{transform:translateY(var(--travel)) scale(.28) rotate(-210deg);}
}

@keyframes floatDown5{
    from{transform:translateY(calc(-100% - 250px)) scale(.34) rotate(30deg);}
    to{transform:translateY(var(--travel)) scale(.34) rotate(250deg);}
}

@keyframes floatDown6{
    from{transform:translateY(calc(-100% - 250px)) scale(.24) rotate(-30deg);}
    to{transform:translateY(var(--travel)) scale(.24) rotate(190deg);}
}

@keyframes floatUp1{
    from{transform:translateY(var(--travel)) scale(.36) rotate(0deg);}
    to{transform:translateY(calc(-100% - 250px)) scale(.36) rotate(-180deg);}
}

@keyframes floatUp2{
    from{transform:translateY(var(--travel)) scale(.25) rotate(10deg);}
    to{transform:translateY(calc(-100% - 250px)) scale(.25) rotate(220deg);}
}

@keyframes floatUp3{
    from{transform:translateY(var(--travel)) scale(.32) rotate(-10deg);}
    to{transform:translateY(calc(-100% - 250px)) scale(.32) rotate(200deg);}
}

@keyframes floatUp4{
    from{transform:translateY(var(--travel)) scale(.20) rotate(15deg);}
    to{transform:translateY(calc(-100% - 250px)) scale(.20) rotate(-230deg);}
}

/* Responsive */

/* SQUARE*/

.posrel{position:relative}
.bcwite{background-color:#fff !important }
.spWhitec{ color:#fff !important }

/*from index*/

.spmrw{margin-top:-25px}

  
 .valueHolder{width:100%}
	  .valueEach{width: 220px; padding:10px; margin:10px; display:inline-block;position: relative;  vertical-align: top; text-align:center}
	  .valueEachIcon{font-size:1.5em;  color:var(--main); transition:all 1s ease;width: 50px;
  border: 1px dashed var(--main);
  border-radius: 5px; 
  padding: 10px;  margin:10px auto
 }
 
 	.valueEach:hover .valueEachIcon {border: 1px dashed rgba(51,51,51,0); }
	  .valueEachIcon i{  }
	  .valueEachHead{font-size:1.2em;font-weight:bold; color:var(--main); transition:all 1s ease; margin-bottom:10px}
	  .valueEachText{font-size:0.9em; color:var(--main); transition:all 1s ease}
  .stage {
    width: 840px; 
    margin: auto;
    position: absolute;
	left:0;
	transform:scale(0.7);
	cursor: pointer;
    transition:all 0.3s ease;
  }

 
.table-box{
    width:670px;
    position:absolute;
    background:#fff;
    cursor:pointer; 
	cursor: pointer;
    transition:all 0.6s ease;
}
 

.table-box.typing{
    z-index:10;
} 

  table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  th, td {
    border: 1px solid var(--main);
    padding: 6px 8px;
    height: 22px;
    font-size: 12px;
    background: white;
  }

  th {
    background: var(--redb);
    color: white;
    font-size: 15px;
    font-weight: bold;
  }

  .section td,
  .section {
    background: #f2eaea;
    font-weight: bold;
  }

  .label {
    width: 46%;
    text-align: right;
  }

  .num {
    width: 27%;
    direction: ltr;
    text-align: left;
    color: var(--main);
  }

  .total td,
  .grand td {
    background: #eaeaea;
    font-weight: bold;
  }

  .total {
    font-style: italic;
  }

  .empty-now {
    color: transparent;
  }
  
 
.table-box{
    opacity: .1;
    transition:
        top .9s ease,
        right .9s ease,
        opacity .3s ease;
}

.table-box.top{
    opacity: 1;
}

/* عند وجود Hover على أي جدول خلفي */
.stage:has(.table-box.bottom:hover) .table-box{
    opacity: .05;
}

/* الجدول الذي عليه Hover يبقى ظاهر */
.stage:has(.table-box.bottom:hover) .table-box.bottom:hover{
    opacity: 1;
}
.strttext:hover .stage{
	transform:scale(0.8);}

.mapWrapper{
    position:relative;
}

.mapGoogle iframe{
    display:block;
    width:100%;
}

.overMap{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(51,51,51,0.9); /* اختياري */
    opacity:1;
    transition:all 1.2s ease;
    pointer-events:none;
    z-index:5; 
}

.overMap img{
    max-width:180px;
}

.mapWrapper:hover .overMap{
    opacity:0;
}
  
	  .social-links a i{color:#fff!important; margin:10px;font-size:1.5em}
	  
	  
	  .contactInfo{ 
}

.contactInfo a{
    display:flex;
    align-items:center;
    gap:14px;
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.contactInfo a span{
    direction:ltr;
    unicode-bidi:plaintext;
    display:inline-block;
}

.contactInfo a i{
    width:18px;
    text-align:center;
    color:#ffffff;
    font-size:16px;
}

.contactInfo a:hover{
    color:#d61f2c;
}

.contactInfo a:hover i{
    color:#d61f2c;
}

.menFoter button{display:inline-block;margin: 2px 16px;}

.copyRight{margin: 40px 10px;
  font-size: small;}
  
  .sec13bg{background: linear-gradient(rgba(51,51,51,.7), rgba(51,51,51,1)), url('images/ori2.png');
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  background-repeat: repeat, repeat;}
.windows1{
    position:fixed;
    inset:0;
    z-index:3;
    display:flex;
    align-items:center;
    justify-content:center;
}

 

.windowsLogo{
    width:220px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);transition:all 3s ease;
}


.loadPersentage{
    width:220px;
    position:absolute;
    left:20%;
    bottom:5%;
    transform:translate(-50%, -50%);transition:all 3s ease;
	color:#fff
}




.windows{position:fixed;z-index:2}
.windowsLeft{width:50%;height:100%;position:fixed;top:0;left:0;background-color:#231c0f;transition:all 3s ease;}
.windowsRight{width:50%;height:100%;position:fixed;top:0;right:0;background-color:#231c0f;transition:all 3s ease;}

 
/*teamIn*/

 .empFhold{
    position:relative;
	width:60%;
	margin:0 auto;
}

.empFImage img{
    width:70%;
    display:block;
}

.empFHover{
    position:absolute;
    left:0;
    right:0;
    bottom:-20px;
    display:flex;
    justify-content:center;
    z-index:5;width: 80%;
}

.rowFlix{align-items: center;}
.hJus p {text-align:justify}
.rowFlixstretch{
    align-items:stretch;
}

.profile-card{
    height:100%;
    background:rgba(255,255,255,0.4);
    border-radius:24px;
    padding:32px 34px;
    box-shadow:0 18px 45px rgba(35,28,15,.08);
    border:1px solid rgba(35,28,15,.08);
    position:relative;
    overflow:hidden;
}

.profile-card::before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:6px;
    height:100%;
    background:var(--card-color);
}

.profile-card-head{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:22px;
}

.profile-card-icon{
    width:48px;
    height:48px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:color-mix(in srgb, var(--card-color) 12%, #fff);
    color:var(--card-color);
    font-size:22px;
}

.profile-card-head h4{
    margin:0;
    color:var(--main);
    font-size:26px;
    font-weight:900;
}

.profile-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.profile-card li{
    position:relative;
    padding-right:28px;
    margin-bottom:14px;
    color:#555;
    font-size:16px;
    line-height:1.8;
    font-weight:600;
}

.profile-card li::before{
    content:"✓";
    position:absolute;
    right:0;
    top:0;
    color:var(--card-color);
    font-weight:900;
}

.qualification-card{
    --card-color:var(--purpa);
}

.experience-card{
    --card-color:var(--oranga);
}

.sc081{transform:scale(0.9) }
.sc08{transform:scale(0.8);transition:all 0.5s ease !important}
.sc08:hover{transform:scale(1)}

.mixCol{ 
	animation: mixCol 8s ease infinite;
  font-size: 2em;
  vertical-align: middle;
}

@keyframes mixCol{

    0%{
        color:var(--purpb);
    }

    20%{
        color:var(--orangb);
    }

    40%{
        color:var(--blueb);
    }

    60%{
        color:var(--greenb);
    }

    80%{
        color:var(--redb);
    }

    100%{
        color:var(--purpb);
    }

}
/*svgte*/


.stemp0{fill:#562e60;stroke:#562e60;}
.stemp1{fill:#0080b6;stroke:#0080b6;}
.stemp2{fill:#f9a22b;stroke:#f9a22b;}
.stemp3{fill:#b91d80;stroke:#b91d80;}
.stemp4{fill:#c5262c;stroke:#c5262c;}
.stemp5{fill:#a3282d;stroke:#a3282d;}
.stemp6{fill:#1d693d;stroke:#1d693d;}
.stemp7{fill:#06a583;stroke:#06a583;}
.stemp8{fill:#3ead49;stroke:#3ead49;}
.stemp9{fill:#006291;stroke:#006291;}
.stemp10{fill:#a5cd39;stroke:#a5cd39;}
.stemp11{fill:#f37b20;stroke:#f37b20;}
.stemp12{fill:#7d2a8f;stroke:#7d2a8f;}
.stemp13{fill:#00aae2;stroke:#00aae2;}
.stemp14{fill:#ec1b2e;stroke:#ec1b2e;}
.stemp15{fill:#e13140;stroke:#e13140;}
.stemp16{fill:#e21567;stroke:#e21567;}
.stemp17{fill:#f05f25;stroke:#f05f25;}

     .Layer_1_svemp polygon{
    fill-rule:evenodd;
    stroke-width:.6;
    stroke-linejoin:round;
    transition:fill 1s ease,stroke 1s ease;
}
.empEach:hover .emp-green4{
    fill:#f9a22b;
    stroke:#f9a22b;
}

.empEach:hover .emp-green3{
    fill:#f37b20;
    stroke:#f37b20;
}

.empEach:hover .emp-green2{
    fill:#f05f25;
    stroke:#f05f25;
}

.empEach:hover .emp-green1{
    fill:#e13140;
    stroke:#e13140;
}

.empEach:hover .emp-blue3{
    fill:#c5262c;
    stroke:#c5262c;
}

.empEach:hover .emp-blue2{
    fill:#ec1b2e;
    stroke:#ec1b2e;
}

.empEach:hover .emp-blue1{
    fill:#a3282d;
    stroke:#a3282d;
}

.empEach:hover .emp-purple4{
    fill:#e21567;
    stroke:#e21567;
}

.empEach:hover .emp-purple3{
    fill:#b91d80;
    stroke:#b91d80;
}

.empEach:hover .emp-purple2{
    fill:#7d2a8f;
    stroke:#7d2a8f;
}

.empEach:hover .emp-purple1{
    fill:#562e60;
    stroke:#562e60;
}

.empEach:hover .emp-red4{
    fill:#006291;
    stroke:#006291;
}

.empEach:hover .emp-red3{
    fill:#0080b6;
    stroke:#0080b6;
}

.empEach:hover .emp-red2{
    fill:#00aae2;
    stroke:#00aae2;
}

.empEach:hover .emp-red1{
    fill:#06a583;
    stroke:#06a583;
}

.empEach:hover .emp-yellow3{
    fill:#1d693d;
    stroke:#1d693d;
}

.empEach:hover .emp-yellow2{
    fill:#3ead49;
    stroke:#3ead49;
}

.empEach:hover .emp-yellow1{
    fill:#a5cd39;
    stroke:#a5cd39;
}


.empFhold:hover .emp-green4{
    fill:#f9a22b;
    stroke:#f9a22b;
}

.empFhold:hover .emp-green3{
    fill:#f37b20;
    stroke:#f37b20;
}

.empFhold:hover .emp-green2{
    fill:#f05f25;
    stroke:#f05f25;
}

.empFhold:hover .emp-green1{
    fill:#e13140;
    stroke:#e13140;
}

.empFhold:hover .emp-blue3{
    fill:#c5262c;
    stroke:#c5262c;
}

.empFhold:hover .emp-blue2{
    fill:#ec1b2e;
    stroke:#ec1b2e;
}

.empFhold:hover .emp-blue1{
    fill:#a3282d;
    stroke:#a3282d;
}

.empFhold:hover .emp-purple4{
    fill:#e21567;
    stroke:#e21567;
}

.empFhold:hover .emp-purple3{
    fill:#b91d80;
    stroke:#b91d80;
}

.empFhold:hover .emp-purple2{
    fill:#7d2a8f;
    stroke:#7d2a8f;
}

.empFhold:hover .emp-purple1{
    fill:#562e60;
    stroke:#562e60;
}

.empFhold:hover .emp-red4{
    fill:#006291;
    stroke:#006291;
}

.empFhold:hover .emp-red3{
    fill:#0080b6;
    stroke:#0080b6;
}

.empFhold:hover .emp-red2{
    fill:#00aae2;
    stroke:#00aae2;
}

.empFhold:hover .emp-red1{
    fill:#06a583;
    stroke:#06a583;
}

.empFhold:hover .emp-yellow3{
    fill:#1d693d;
    stroke:#1d693d;
}

.empFhold:hover .emp-yellow2{
    fill:#3ead49;
    stroke:#3ead49;
}

.empFhold:hover .emp-yellow1{
    fill:#a5cd39;
    stroke:#a5cd39;
}


/*aboutcards*/

	 .vmmSection{
    padding:90px 0;
}

.vmmCard{

    --clr:var(--purpb);

    position:relative;
    background:#fff;
    border-radius:26px;
    padding:38px 34px;
    height:100%;

    overflow:hidden;

    border:1px solid rgba(35,28,15,.07);

    box-shadow:0 15px 45px rgba(35,28,15,.08);

    transition:.45s;
}

.vmmCard:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 70px rgba(35,28,15,.15);

}

.vmmCard::before{

    content:"";

    position:absolute;

    top:0;
    right:0;

    width:100%;
    height:5px;

    background:linear-gradient(
    90deg,
    var(--clr),
    transparent
    );

}

.vmmNo{

    position:absolute;

    left:25px;
    bottom:-15px;

    font-size:82px;

    font-weight:900;

    color:var(--clr);

    opacity:.05;

    line-height:1;

    pointer-events:none;

}

.vmmHeading{

    display:flex;

    align-items:center;

    gap:18px;

    margin-bottom:22px;

}

.vmmIcon{

 width: 26px;
  height: 26px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;

    color:#fff;

    background:var(--clr);

    flex-shrink:0;

}

.vmmHeading h5{

    margin:0;

    color:var(--main);

    font-size:18px;

    font-weight:900;

}

.vmmText{

    color:#555;

    font-size:17px;

    line-height:2.1;

    font-weight:500;

}

/* Colors */

.vmmCard.purple{
    --clr:var(--purpb);
}

.vmmCard.orange{
    --clr:var(--orangb);
}

.vmmCard.blue{
    --clr:var(--blueb);
}

.sec3bg1{
padding: 150px 0;
  background: linear-gradient(var(--purpb), var(--purpb)), url('images/ori1.png');
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  background-blend-mode: color-burn;
}

.sec3bg1p{
padding: 150px 0;
  background: linear-gradient(var(--purpb), var(--purpb)), url('images/ori1.png');
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  background-blend-mode: color-burn;
}
.sec3bg1r{
padding: 150px 0;
  background: linear-gradient(var(--redb), var(--redb)), url('images/ori1.png');
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  background-blend-mode: color-burn;
}
.sec3bg1o{
padding: 150px 0;
  background: linear-gradient(var(--orangb), var(--orangb)), url('images/ori1.png');
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  background-blend-mode: color;
}
.sec3bg1b{
padding: 150px 0;
  background: linear-gradient(var(--blueb), var(--blueb)), url('images/ori1.png');
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  background-blend-mode: color;
}
.sec3bg1g{
padding: 150px 0;
  background: linear-gradient(var(--greenb), var(--greenb)), url('images/ori1.png');
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  background-blend-mode: color;
}

	     .patgcx{color:var(--greenb)}
	    .patbcx{color:var(--blueb)}
	    .patrcx{color:var(--redb)}
	    .patocx{color:var(--orangb)}
	    .patpcx{color:var(--purpb)}
		
	  .sec3bg2{background:url('images/ori1.png');}
.sinSerHedding i{display: inline-block;
  font-size: 3em;
  vertical-align: center;
}
.sinSerHedding h2{display: inline-block;
  vertical-align: center;
}
.sinSerQute h1 ,.sinSerQute h6{display: inline-block;
  vertical-align: center;
}









 

/* Intro */
.srvSincaIntro{
    padding:90px 0; 
}

.srvSincaIntroBox{
    max-width:980px;
    margin:0 auto;
    padding:45px;
    border-radius:28px; 
    border:1px dashed rgba(86,46,96,.35); 
    text-align:center;
}

.srvSincaMiniTitle{
    display:inline-block;
    margin-bottom:14px;
    padding:8px 18px;
    border-radius:50px;
    background:rgba(86,46,96,.09);
 
    font-size:.9rem;
    font-weight:800;
}

.redMini{
    background:rgba(163,40,45,.09);
   
}
 

  
/* Cards */
.srvSincaBenefits,
.srvSincaRisks{
    padding:15px 0;
}

.srvSincaRisks{ 
}

.srvSincaCard{
    min-height:230px;
    margin-bottom:20px;
    padding:30px 24px;
    border-radius:24px; 
    border:1px solid rgba(35,28,15,.01);
    box-shadow:0 14px 40px rgba(35,28,15,.07);
    transition:all .8s ease;
}

.srvSincaCard:hover{
    transform:translateY(-10px);
}

.srvSincaCard i{
    width:56px;
    height:56px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
    border-radius:16px;
    font-size:28px;
    border:1px dashed currentColor;
}

 

.riskCard i,
.riskCard h5{
    color:var(--reda);
}

.riskCard:hover{
    border-color:var(--reda);
}
 
/* Value */
.srvSincaValue{
    padding:110px 0;
    background:
        linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.2)),
        url('images/ori1.png');
    background-repeat:repeat;
}

.srvSincaValueBox{
    max-width:980px;
    margin:0 auto;
    padding:55px 45px;
    border-radius:34px; 
    border:1px dashed rgba(86,46,96,.35); 
}

.srvSincaValueBox p{
    max-width:760px;
    margin:20px auto 30px;
}

/*Form*/


/* ==========================
   Floating Form
========================== */

.bpFormGrid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:30px;
}

.bpFull{
    grid-column:1/-1;
}

.bpField{
    position:relative;
}

/* Inputs */

.bpField input,
.bpField select,
.bpField textarea{
    width:100%;
    padding:16px 0 10px;
    font-size:16px;
    font-family:inherit;
    color:#222;
    background:transparent;
    border:none;
    border-bottom:1px solid #cfcfcf;
    border-radius:0;
    outline:none;
    transition:.3s ease;
    appearance:none;
    -webkit-appearance:none;
}

.bpField textarea{
    resize:vertical;
    min-height:140px;
}

/* Label */

.bpField label{
    position:absolute;
    top:16px;
    left:0;
    color:#888;
    font-size:16px;
    font-weight:400;
    pointer-events:none;
    transition:.25s ease;
}

html[dir="rtl"] .bpField label{
    left:auto;
    right:0;
}

/* Bottom line */

.bpField::before,
.bpField::after{
    content:"";
    position:absolute;
    bottom:0;
    height:2px;
    width:0;
    background:#5264AE;
    transition:.3s ease;
}

.bpField::before{
    left:50%;
}

.bpField::after{
    right:50%;
}

html[dir="rtl"] .bpField::before{
    right:50%;
    left:auto;
}

html[dir="rtl"] .bpField::after{
    left:50%;
    right:auto;
}

/* Active line */

.bpField:focus-within::before,
.bpField:focus-within::after{
    width:50%;
}

/* Active label */

.bpField input:focus + label,
.bpField input:not(:placeholder-shown) + label,

.bpField textarea:focus + label,
.bpField textarea:not(:placeholder-shown) + label,

.bpField select:focus + label,
.bpField select:valid + label{

    top:-10px;
    font-size:13px;
    color:#5264AE;
}

/* Active border */

.bpField input:focus,
.bpField textarea:focus,
.bpField select:focus{
    border-bottom-color:#5264AE;
}

/* Select arrow */

.bpField select{
    cursor:pointer;
    padding-right:30px;
}

html[dir="rtl"] .bpField select{
    padding-right:0;
    padding-left:30px;
}

.bpField::marker{
    display:none;
}

.attachmentsTable{
    grid-column:1/-1;
}

.bpUploadBox{
    padding:18px 18px 16px;
    border:1px dashed rgba(35,28,15,.22);
    border-radius:18px;
    background:rgba(255,255,255,.82);
    box-shadow:0 12px 30px rgba(35,28,15,.06);
}

.bpUploadHead{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:14px;
}

.bpUploadHead i{
    flex:0 0 auto;
    width:44px;
    height:44px;
    border-radius:12px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(82,100,174,.12);
    color:#5264AE;
    font-size:18px;
}

.bpUploadHead strong{
    display:block;
    color:var(--main);
    font-size:16px;
    margin-bottom:4px;
}

.bpUploadHead p,
.bpUploadMeta span,
.bpUploadMeta small{
    color:#667085;
}

.bpUploadHead p{
    font-size:14px;
    line-height:1.7;
}

.bpUploadInput{
    width:100%;
    padding:14px 16px;
    border:1px solid rgba(82,100,174,.22);
    border-radius:14px;
    background:#fff;
    color:#222;
    font:inherit;
    transition:border-color .25s ease, box-shadow .25s ease;
}

.bpUploadInput:focus{
    outline:none;
    border-color:#5264AE;
    box-shadow:0 0 0 4px rgba(82,100,174,.12);
}

.bpUploadInput::file-selector-button{
    margin-inline-end:12px;
    padding:10px 16px;
    border:0;
    border-radius:12px;
    background:var(--main);
    color:#fff;
    font:inherit;
    cursor:pointer;
    transition:transform .2s ease, opacity .2s ease;
}

.bpUploadInput::file-selector-button:hover{
    opacity:.92;
    transform:translateY(-1px);
}

.bpUploadMeta{
    margin-top:12px;
    display:flex;
    flex-wrap:wrap;
    gap:8px 14px;
    align-items:center;
}

.bpUploadMeta span{
    font-weight:700;
}

.bpUploadList{
    margin-top:12px;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.bpUploadChip{
    display:inline-flex;
    align-items:center;
    gap:8px;
    max-width:100%;
    padding:8px 12px;
    border-radius:999px;
    background:rgba(82,100,174,.10);
    color:var(--main);
    font-size:13px;
    line-height:1.4;
}

.bpUploadChip i{
    color:#5264AE;
}

.bpUploadError{
    margin-top:10px;
    min-height:20px;
    color:#b42318;
    font-size:13px;
    line-height:1.5;
}

.consultResponse{
    margin-top:12px;
    min-height:24px;
    font-size:14px;
    font-weight:700;
    line-height:1.5;
}

.consultResponse.is-access{
    color:#067647;
}

.consultResponse.is-fail{
    color:#b42318;
}

.contactResponse{
    margin-top:12px;
    min-height:24px;
    font-size:14px;
    font-weight:700;
    line-height:1.5;
}

.contactResponse.is-access{
    color:#067647;
}

.contactResponse.is-fail{
    color:#b42318;
}

button[data-menu-go="about1"],
[data-menu-target="about1"],
.eachContent[data-menu="about1"]{
    display:none !important;
}

.cookieBox{
    position:fixed;
    inset-inline-end:24px;
    inset-block-end:24px;
    z-index:9999999;
    width:min(420px, calc(100vw - 32px));
    padding:22px 22px 20px;
    border:2px solid var(--main);
    border-radius:20px;
    background:#fff;
    box-shadow:0 18px 45px rgba(35,28,15,.18);
    color:var(--main);
    display:flex;
    flex-direction:column;
    gap:14px;
    text-align:center;
    align-items:center;
    transition:opacity .25s ease, transform .25s ease;
}

.cookieBox[hidden]{
    display:none !important;
}

.cookieBox.is-hiding{
    opacity:0;
    transform:translateY(12px);
}

.cookieBoxHead{
    display:flex;
    align-items:center;
    gap:12px;
    justify-content:center;
}

.cookieIcon{
    width:30px;
    height:30px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center; 
    color:var(--redb);
    font-size:26px;
    flex:0 0 auto;
    box-shadow:0 0 0 0 rgba(163,40,45,.22);
    animation:cookieIconFlash 2.2s ease-in-out infinite;
}

.cookieBox h3{
    margin:0;
    color:var(--main);
    font-size:1.25rem;
    line-height:1.2;
}

.cookieBox p{
    margin:0;
    color:#333;
    font-size:.98rem;
    line-height:1.75;
    max-width: 34ch;
}

.cookieActions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    justify-content:center;
}

@keyframes cookieIconFlash{
    0%, 100%{
        transform:scale(1);
        box-shadow:0 0 0 0 rgba(163,40,45,.18);
        filter:saturate(1);
    }

    50%{
        transform:scale(1.06);
        box-shadow:0 0 0 10px rgba(163,40,45,0);
        filter:saturate(1.15);
    }
}

.sppad1{padding: 23px 0px 125px 0px;}
