 :root{
      --bg:#f5f8fc;
      --bg-soft:#eef4fa;
      --white:#ffffff;
      --text:#102033;
      --muted:#64748b;
      --line:rgba(16,32,51,.08);
      --brand:#0c5da8;
      --brand-2:#2b88d8;
      --brand-dark:#093e6e;
      --gold:#d8af58;
      --gold-soft:#f6e7bf;
      --shadow:0 20px 60px rgba(19,41,74,.10);
      --shadow-soft:0 10px 30px rgba(19,41,74,.07);
      --radius-xl:34px;
      --radius-lg:26px;
      --radius-md:20px;
      --radius-sm:14px;
      --container:1320px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"Cairo",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at top right, rgba(43,136,216,.12), transparent 22%),
        radial-gradient(circle at bottom left, rgba(216,175,88,.10), transparent 18%),
        linear-gradient(180deg,#f8fbff 0%, #f3f7fb 100%);
    }

    a{text-decoration:none;color:inherit}
    img{display:block;max-width:100%}
    .container{
      width:min(var(--container), calc(100% - 48px));
      margin-inline:auto;
    }

    /* top strip */
    .top-strip{
      background:linear-gradient(90deg, var(--brand-dark), var(--brand));
      color:#fff;
      font-size:14px;
    }
    .top-strip-inner{
      min-height:46px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
    }
    .top-strip-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      opacity:.95;
      font-weight:700;
    }
    .top-strip-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      font-weight:800;
      padding:8px 14px;
      border-radius:999px;
      background:rgba(255,255,255,.12);
    }

    /* header */
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(255,255,255,.74);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(255,255,255,.55);
      box-shadow:0 8px 24px rgba(12,36,68,.05);
    }
    .header-inner{
      min-height:88px;
      display:grid;
      grid-template-columns:auto 1fr auto;
      align-items:center;
      gap:24px;
    }
    .brand-logo{
      height:58px;
      width:auto;
      object-fit:contain;
    }
    .header-nav{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      flex-wrap:wrap;
    }
    .header-nav a{
      padding:10px 16px;
      border-radius:999px;
      color:#24384f;
      font-weight:700;
      transition:.25s ease;
    }
    .header-nav a:hover{
      background:rgba(12,93,168,.08);
      color:var(--brand);
    }
    .header-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-width:160px;
      height:50px;
      padding:0 18px;
      border-radius:16px;
      background:linear-gradient(135deg, var(--brand), var(--brand-2));
      color:#fff;
      font-weight:800;
      box-shadow:0 18px 32px rgba(12,93,168,.18);
    }

    /* hero */
    .hero{
      padding:38px 0 26px;
    }
    .hero-shell{
      position:relative;
      overflow:hidden;
      border-radius:40px;
      background:
        linear-gradient(135deg, rgba(255,255,255,.92), rgba(247,251,255,.82)),
        #fff;
      border:1px solid rgba(255,255,255,.8);
      box-shadow:var(--shadow);
      padding:34px;
      isolation:isolate;
    }
    .hero-shell::before{
      content:"";
      position:absolute;
      inset:auto auto -120px -120px;
      width:340px;
      height:340px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(216,175,88,.22), transparent 62%);
      z-index:-1;
    }
    .hero-shell::after{
      content:"";
      position:absolute;
      inset:-100px -80px auto auto;
      width:360px;
      height:360px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(43,136,216,.20), transparent 62%);
      z-index:-1;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:30px;
      align-items:center;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 16px;
      border-radius:999px;
      background:rgba(12,93,168,.08);
      color:var(--brand);
      font-size:14px;
      font-weight:800;
      margin-bottom:16px;
    }
    .hero-title{
      margin:0 0 16px;
      font-size:clamp(36px, 4vw, 64px);
      line-height:1.14;
      font-weight:900;
      letter-spacing:-.5px;
      max-width:760px;
    }
    .hero-title span{
      background:linear-gradient(135deg, var(--brand-dark), var(--brand-2));
      -webkit-background-clip:text;
      -webkit-text-fill-color:transparent;
      background-clip:text;
      color:transparent;
    }
    .hero-subtitle{
      margin:0;
      max-width:720px;
      color:var(--muted);
      font-size:18px;
      line-height:2;
    }
    .hero-tags{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:24px;
    }
    .hero-tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:12px 16px;
      border-radius:999px;
      background:#fff;
      border:1px solid var(--line);
      font-size:14px;
      font-weight:800;
      box-shadow:var(--shadow-soft);
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin-top:28px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-width:170px;
      height:56px;
      padding:0 20px;
      border-radius:18px;
      font-weight:800;
      transition:.25s ease;
    }
    .btn:hover{transform:translateY(-2px)}
    .btn-primary{
      background:linear-gradient(135deg, var(--brand), var(--brand-2));
      color:#fff;
      box-shadow:0 18px 30px rgba(12,93,168,.18);
    }
    .btn-secondary{
      background:#fff;
      border:1px solid var(--line);
      color:var(--text);
    }
    .btn-soft{
      background:rgba(12,93,168,.08);
      color:var(--brand);
      border:1px solid rgba(12,93,168,.10);
    }

    .hero-visual{
      position:relative;
      min-height:540px;
      display:flex;
      align-items:center;
      justify-content:center;
    }
    .visual-card{
      width:100%;
      height:100%;
      min-height:540px;
      border-radius:34px;
      background:
        linear-gradient(145deg, rgba(255,255,255,.92), rgba(236,244,252,.88));
      border:1px solid rgba(255,255,255,.82);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
      display:flex;
      align-items:center;
      justify-content:center;
    }
    .visual-card::before{
      content:"";
      position:absolute;
      width:360px;
      height:360px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(43,136,216,.18), transparent 60%);
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
    }
    .visual-rings{
      position:absolute;
      inset:0;
      pointer-events:none;
    }
    .visual-rings span{
      position:absolute;
      border:1px solid rgba(12,93,168,.10);
      border-radius:50%;
    }
    .visual-rings span:nth-child(1){
      width:420px;height:420px;top:50%;left:50%;transform:translate(-50%,-50%);
    }
    .visual-rings span:nth-child(2){
      width:300px;height:300px;top:50%;left:50%;transform:translate(-50%,-50%);
    }
    .visual-rings span:nth-child(3){
      width:180px;height:180px;top:50%;left:50%;transform:translate(-50%,-50%);
    }
    .hero-logo-box{
      position:relative;
      z-index:2;
      width:280px;
      height:280px;
      border-radius:50%;
      background:linear-gradient(145deg, #fff, #edf5fc);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.95),
        0 28px 55px rgba(9,62,110,.12);
      display:flex;
      align-items:center;
      justify-content:center;
      padding:44px;
    }
    .hero-logo-box img{
      width:100%;
      object-fit:contain;
    }
    .floating-note{
      position:absolute;
      padding:12px 16px;
      border-radius:18px;
      background:rgba(255,255,255,.9);
      border:1px solid rgba(255,255,255,.78);
      box-shadow:var(--shadow-soft);
      font-size:14px;
      font-weight:800;
      color:#22405e;
    }
    .floating-note.one{top:32px;right:28px}
    .floating-note.two{bottom:34px;left:28px}
    .floating-note.three{bottom:110px;right:42px}

    /* sections */
    .section{
      padding:24px 0;
    }
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:20px;
      margin-bottom:22px;
    }
    .section-head h2{
      margin:0 0 6px;
      font-size:32px;
      line-height:1.2;
    }
    .section-head p{
      margin:0;
      color:var(--muted);
      font-size:15px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--brand);
      font-size:14px;
      font-weight:800;
      margin-bottom:8px;
    }

    /* trust strip */
    .trust-grid{
      display:grid;
      grid-template-columns:repeat(4, 1fr);
      gap:16px;
    }
    .trust-card{
      padding:24px 22px;
      border-radius:24px;
      background:rgba(255,255,255,.82);
      border:1px solid rgba(255,255,255,.76);
      box-shadow:var(--shadow-soft);
    }
    .trust-icon{
      width:56px;
      height:56px;
      border-radius:18px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg, rgba(12,93,168,.12), rgba(43,136,216,.14));
      color:var(--brand);
      font-size:26px;
      margin-bottom:16px;
    }
    .trust-card h3{
      margin:0 0 8px;
      font-size:20px;
    }
    .trust-card p{
      margin:0;
      color:var(--muted);
      line-height:1.9;
      font-size:14px;
    }

    /* products showcase */
    .products-layout{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:18px;
    }
    .products-main,
    .products-side{
      display:grid;
      gap:18px;
    }
    .products-main{
      grid-template-rows:320px 230px;
    }
    .products-main-bottom{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
    }
    .products-side{
      grid-template-columns:1fr 1fr;
      align-content:start;
    }
    .show-card{
      position:relative;
      overflow:hidden;
      border-radius:28px;
      background:#fff;
      box-shadow:var(--shadow);
      min-height:210px;
      isolation:isolate;
    }
    .show-card.large{min-height:320px}
    .show-card.medium{min-height:230px}
    .show-card img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:transform .45s ease;
    }
    .show-card:hover img{transform:scale(1.06)}
    .show-overlay{
      position:absolute;
      inset:auto 0 0 0;
      padding:22px;
      background:linear-gradient(to top, rgba(7,19,36,.82), rgba(7,19,36,.08));
      color:#fff;
    }
    .show-overlay h3{
      margin:0 0 6px;
      font-size:23px;
    }
    .show-overlay p{
      margin:0 0 10px;
      font-size:14px;
      opacity:.9;
      line-height:1.8;
    }
    .show-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      font-size:13px;
      font-weight:800;
      opacity:.95;
    }

    /* experience */
    .experience-shell{
      display:grid;
      grid-template-columns:.95fr 1.05fr;
      gap:24px;
      align-items:center;
      padding:32px;
      border-radius:34px;
      background:
        linear-gradient(135deg, rgba(255,255,255,.86), rgba(248,251,255,.78));
      border:1px solid rgba(255,255,255,.82);
      box-shadow:var(--shadow);
    }
    .experience-visual{
      min-height:420px;
      border-radius:28px;
      overflow:hidden;
      background:
        linear-gradient(135deg, rgba(12,93,168,.08), rgba(216,175,88,.10)),
        #fff;
      display:grid;
      place-items:center;
      position:relative;
    }
    .experience-visual img{
      width:100%;
      height:100%;
      object-fit:cover;
    }
    .experience-copy h2{
      margin:0 0 14px;
      font-size:38px;
      line-height:1.25;
    }
    .experience-copy p{
      margin:0;
      color:var(--muted);
      line-height:2;
      font-size:17px;
    }
    .steps{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
      margin-top:24px;
    }
    .step{
      padding:18px;
      border-radius:20px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
    }
    .step-num{
      width:38px;
      height:38px;
      border-radius:12px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg, var(--brand), var(--brand-2));
      color:#fff;
      font-weight:900;
      margin-bottom:12px;
    }
    .step h4{
      margin:0 0 6px;
      font-size:18px;
    }
    .step p{
      margin:0;
      font-size:14px;
      line-height:1.8;
    }

    /* quick access */
    .quick-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
    }
    .quick-tile{
      padding:28px 24px;
      border-radius:26px;
      background:rgba(255,255,255,.82);
      border:1px solid rgba(255,255,255,.75);
      box-shadow:var(--shadow-soft);
      transition:.25s ease;
    }
    .quick-tile:hover{transform:translateY(-4px)}
    .quick-ic{
      width:58px;
      height:58px;
      border-radius:18px;
      background:linear-gradient(135deg, var(--brand), var(--brand-2));
      color:#fff;
      font-size:26px;
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:16px;
    }
    .quick-tile h3{
      margin:0 0 8px;
      font-size:21px;
    }
    .quick-tile p{
      margin:0 0 14px;
      color:var(--muted);
      font-size:14px;
      line-height:1.9;
    }
    .quick-more{
      font-size:13px;
      font-weight:800;
      color:var(--brand);
    }

    /* branches */
    .branches-stack{
      display:grid;
      gap:20px;
    }
    .branch-feature{
      display:grid;
      grid-template-columns:420px 1fr;
      overflow:hidden;
      border-radius:34px;
      background:rgba(255,255,255,.84);
      border:1px solid rgba(255,255,255,.78);
      box-shadow:var(--shadow);
    }
    .branch-panel{
      padding:32px;
    }
    .branch-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 16px;
      border-radius:999px;
      background:rgba(12,93,168,.08);
      color:var(--brand);
      font-size:14px;
      font-weight:800;
      margin-bottom:16px;
    }
    .branch-badge.gold{
      background:rgba(216,175,88,.16);
      color:#92671b;
    }
    .branch-panel h3{
      margin:0 0 14px;
      font-size:30px;
    }
    .branch-address{
      margin:0 0 18px;
      color:var(--muted);
      line-height:2;
      font-size:16px;
    }
    .branch-contacts{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:20px;
    }
    .mini-chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:12px 14px;
      border-radius:999px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
      font-size:14px;
      font-weight:800;
    }
    .branch-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
    }
    .branch-map{
      min-height:100%;
    }
    .branch-map iframe{
      width:100%;
      height:100%;
      min-height:360px;
      border:0;
      display:block;
    }

    .branch-dual{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:20px;
    }
    .branch-card{
      padding:28px;
      border-radius:28px;
      background:rgba(255,255,255,.84);
      border:1px solid rgba(255,255,255,.78);
      box-shadow:var(--shadow-soft);
    }
    .branch-card h4{
      margin:0 0 12px;
      font-size:24px;
    }

    /* info columns */
    .info-columns{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .info-box{
      padding:28px;
      border-radius:28px;
      background:rgba(255,255,255,.84);
      border:1px solid rgba(255,255,255,.78);
      box-shadow:var(--shadow-soft);
    }
    .info-box-head{
      display:flex;
      align-items:center;
      gap:14px;
      margin-bottom:18px;
    }
    .info-box-head .ic{
      width:52px;
      height:52px;
      border-radius:16px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg, rgba(12,93,168,.12), rgba(43,136,216,.14));
      color:var(--brand);
      font-size:24px;
      flex-shrink:0;
    }
    .info-box-head h3{
      margin:0;
      font-size:23px;
    }
    .info-list{
      display:flex;
      flex-direction:column;
      gap:12px;
    }
    .info-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:16px 18px;
      border-radius:18px;
      background:#fff;
      border:1px solid var(--line);
    }
    .info-row strong{
      display:block;
      margin-bottom:4px;
      font-size:15px;
    }
    .info-row span{
      color:var(--muted);
      font-size:14px;
    }
    .social-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
    }
    .social-link{
      padding:16px;
      text-align:center;
      border-radius:18px;
      background:#fff;
      border:1px solid var(--line);
      font-weight:800;
      transition:.25s ease;
    }
    .social-link:hover{
      transform:translateY(-2px);
      color:var(--brand);
    }

    /* final cta */
    .final-cta{
      padding:36px;
      border-radius:36px;
      background:
        linear-gradient(135deg, rgba(9,62,110,.96), rgba(12,93,168,.90)),
        var(--brand);
      color:#fff;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .final-cta::before{
      content:"";
      position:absolute;
      width:380px;
      height:380px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(255,255,255,.12), transparent 60%);
      top:-110px;
      left:-80px;
    }
    .final-cta-inner{
      position:relative;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
      flex-wrap:wrap;
    }
    .final-cta h2{
      margin:0 0 10px;
      font-size:38px;
      line-height:1.2;
    }
    .final-cta p{
      margin:0;
      color:rgba(255,255,255,.88);
      font-size:16px;
      line-height:1.9;
      max-width:760px;
    }
    .final-cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
    }
    .btn-white{
      background:#fff;
      color:var(--brand-dark);
    }
    .btn-outline-white{
      border:1px solid rgba(255,255,255,.28);
      background:rgba(255,255,255,.08);
      color:#fff;
    }

    /* footer */
    .site-footer{
      padding:34px 0 44px;
    }
    .footer-shell{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
      padding:24px 26px;
      border-radius:26px;
      background:rgba(255,255,255,.78);
      border:1px solid rgba(255,255,255,.76);
      box-shadow:var(--shadow-soft);
      flex-wrap:wrap;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:16px;
    }
    .footer-brand img{
      height:58px;
      width:auto;
    }
    .footer-brand p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.8;
      max-width:420px;
    }
    .footer-links{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .footer-links a{
      padding:10px 14px;
      border-radius:999px;
      background:#fff;
      border:1px solid var(--line);
      font-size:14px;
      font-weight:700;
    }

    /* responsive */
    @media (max-width:1199px){
      .hero-grid,
      .products-layout,
      .experience-shell,
      .branch-feature,
      .info-columns{
        grid-template-columns:1fr;
      }

      .trust-grid,
      .quick-grid{
        grid-template-columns:repeat(2,1fr);
      }

      .products-main{
        grid-template-rows:auto auto;
      }

      .hero-visual,
      .visual-card{
        min-height:420px;
      }
    }

    @media (max-width:991px){
      .header-inner{
        grid-template-columns:1fr;
        justify-items:center;
        padding:16px 0;
      }

      .header-nav{
        display:none;
      }

      .trust-grid,
      .steps,
      .quick-grid,
      .branch-dual,
      .info-columns{
        grid-template-columns:1fr;
      }

      .products-main-bottom,
      .products-side,
      .social-grid{
        grid-template-columns:1fr;
      }

      .container{
        width:min(100% - 24px, var(--container));
      }

      .hero-shell,
      .experience-shell,
      .final-cta{
        padding:24px;
      }

      .hero-title{
        font-size:34px;
      }

      .section-head{
        flex-direction:column;
        align-items:flex-start;
      }

      .top-strip-inner{
        flex-direction:column;
        justify-content:center;
        padding:10px 0;
      }
    }
	
	
	.site-footer{
  position: relative;
  padding: 42px 0 30px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.10), transparent 22%),
    radial-gradient(circle at bottom left, rgba(216,175,88,.16), transparent 20%),
    linear-gradient(135deg, #082c4d 0%, #0c5da8 52%, #0a467b 100%);
  overflow: hidden;
}

.site-footer::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,.04), transparent 45%);
  pointer-events:none;
}

.footer-shell{
  position: relative;
  z-index: 1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:26px 28px;
  border-radius:28px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 18px 40px rgba(0,0,0,.12);
  backdrop-filter: blur(10px);
  flex-wrap:wrap;
}

.footer-brand{
  display:flex;
  align-items:center;
  gap:16px;
}

.footer-brand img{
  height:58px;
  width:auto;
  object-fit:contain;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,.15));
}

.footer-brand p{
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:14px;
  line-height:1.9;
  max-width:460px;
}

.footer-links{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.footer-links a{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  font-size:14px;
  font-weight:700;
  transition:.25s ease;
}

.footer-links a:hover{
  background:rgba(255,255,255,.18);
  transform:translateY(-2px);
}

.footer-bottom{
  position:relative;
  z-index:1;
  padding:16px 0 6px;
}

.footer-line{
  margin-top:16px;
}

.footer-bottom-inner{
  display:flex;
  justify-content:center;
  align-items:center;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.14);
}

.powered-by{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.86);
  font-size:14px;
  font-weight:700;
  transition:.25s ease;
}

.powered-by:hover{
  background:rgba(255,255,255,.16);
  color:#fff;
  transform:translateY(-2px);
}

.powered-by img{
  height:28px;
  width:auto;
  object-fit:contain;
  display:block;
}

.scroltop{
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0c5da8 0%, #2b88d8 100%);
  color: #fff;
  cursor: pointer;
  z-index: 999;
  box-shadow:
    0 14px 30px rgba(12,93,168,.28),
    0 4px 12px rgba(0,0,0,.10);
  transition: .25s ease;

  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  font-family: Arial, "Cairo", sans-serif;
  text-shadow:
    0 1px 0 rgba(255,255,255,.18),
    0 3px 8px rgba(0,0,0,.14);
}

.scroltop:hover{
  transform: translateY(-4px) scale(1.04);
}

.scroltop:active{
  transform: translateY(-1px) scale(.98);
}
.header-inner{
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.header-bar-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .25s ease;
}

.header-bar-link:hover{
  transform: translateY(-2px);
}

.header-bar{
  height: 44px;
  width: auto;
  display: block;
  object-fit: contain;
}

.top-strip-socials{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.ts-social{
  width:38px;
  height:38px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  font-size:18px;
  transition:.25s ease;
}

.ts-social:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.20);
}

.ts-facebook:hover{
  box-shadow:0 8px 18px rgba(24,119,242,.26);
}

.ts-linkedin:hover{
  box-shadow:0 8px 18px rgba(10,102,194,.26);
}

.ts-instagram:hover{
  box-shadow:0 8px 18px rgba(225,48,108,.24);
}

.ts-tiktok:hover{
  box-shadow:0 8px 18px rgba(255,255,255,.16);
}


.header-inner{
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.header-tools{
  display:flex;
  align-items:center;
  gap:12px;
}

.lang-switch{
  min-width: 52px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(12,93,168,.08);
  border: 1px solid rgba(12,93,168,.14);
  color: var(--brand);
  font-size: 14px;
  font-weight: 800;
  transition: .25s ease;
}

.lang-switch:hover{
  background: rgba(12,93,168,.14);
  transform: translateY(-1px);
}

.header-bar-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.header-bar{
  height: 44px;
  width: auto;
  display: block;
  object-fit: contain;
}


.social-link{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:16px;
  text-align:center;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--line);
  font-weight:800;
  transition:.25s ease;
}

.social-link:hover{
  transform:translateY(-2px);
  color:var(--brand);
}

.social-ic{
  font-size:18px;
  line-height:1;
  flex-shrink:0;
}