:root{
  --teal:#20b2af;
  --navy:#173a72;
  --navy-link:#1d3969;
  --heading:#404040;
  --body:#8f9192;
  --light:#f8f8f8;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Cairo',sans-serif;color:var(--body);background:#fff;overflow-x:hidden;max-width:1920px;margin:0 auto;position:relative}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.container{max-width:1568px;margin:0 auto;padding:0 24px;position:relative}
.eyebrow{display:flex;align-items:center;gap:14px;font-size:17px;font-weight:600;letter-spacing:1px;color:var(--teal);text-transform:uppercase}
.eyebrow::before{content:"";width:44px;height:6px;border-radius:3px;background:var(--teal)}
h2.sec-title{font-size:42px;line-height:1.15;font-weight:700;color:var(--heading);text-transform:uppercase;margin-top:8px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;height:67px;padding:0 44px;border-radius:34px;font-family:'Cairo',sans-serif;font-size:15px;font-weight:700;letter-spacing:1px;color:#fff;border:none;cursor:pointer;transition:opacity .2s}
.btn:hover{opacity:.9}
.btn-navy{background:var(--navy)}
.btn-teal{background:var(--teal)}
.btn svg{flex:none}

/* ============ HEADER / HERO ============ */
.hero{position:relative;height:100vh;min-height:640px;background:url('../images/hero-bg.jpg') center/cover no-repeat;
      display:flex;align-items:center;padding-left:clamp(50px,9vw,176px);padding-right:clamp(50px,9vw,176px)}
.hero::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(95deg,rgba(10,26,48,.74) 0%,rgba(10,26,48,.55) 40%,rgba(10,26,48,.18) 70%,rgba(10,26,48,0) 100%)}
.navbar{z-index:10}.hero-content{z-index:5}.hero-dots,.slide-nav{z-index:5}
.navbar{position:fixed;top:22px;left:50%;transform:translateX(-50%);width:calc(100% - 100px);max-width:1808px;height:clamp(88px,9.5vh,120px);background:#fff;border-radius:60px;display:flex;align-items:center;padding:0 clamp(16px,1.8vw,26px) 0 clamp(24px,3.5vw,60px);box-shadow:0 10px 34px rgba(0,0,0,.12);z-index:100}
.navbar .logo{flex:none}
.navbar .logo img{height:clamp(56px,7.5vh,100px);width:auto}
.nav-links{display:flex;align-items:center;margin-left:clamp(16px,4vw,70px);min-width:0}
.nav-item{padding:0 clamp(10px,1.5vw,26px);border-left:1px solid #e9e9e9;line-height:1.3}
.nav-item:first-child{border-left:none;padding-left:0}
.nav-item .t{display:block;font-size:clamp(12.5px,0.95vw,17px);font-weight:700;color:var(--navy-link);white-space:nowrap}
.nav-item .s{display:none}
.nav-item:hover .t{color:var(--teal)}
.lang{flex:none;margin-left:auto;font-size:clamp(14px,1.1vw,20px);font-weight:600;color:var(--navy-link);padding:0 clamp(12px,1.8vw,32px);white-space:nowrap}
.lang:hover{color:var(--teal)}
.bonyan-btn{flex:none;display:flex;align-items:center;gap:clamp(8px,0.9vw,14px);background:var(--teal);border-radius:45px;height:clamp(58px,7.2vh,90px);padding:0 clamp(16px,1.8vw,34px) 0 clamp(10px,1.2vw,22px);color:#fff}
.bonyan-btn img{height:clamp(38px,4.6vh,62px);width:auto}
.bonyan-btn .t{font-size:clamp(13px,0.95vw,19px);font-weight:700;line-height:1.25;white-space:nowrap}
.bonyan-btn .s{font-size:clamp(9.5px,0.72vw,13px);font-weight:400;opacity:.95;white-space:nowrap}

.hero-content{position:relative;z-index:5;max-width:1100px;width:100%}
.hero-content .eyebrow{color:#fff;font-size:clamp(16px,2.1vh,24px);font-weight:400;letter-spacing:2px}
.hero-content h1{font-size:clamp(44px,6.3vh,84px);line-height:1.16;font-weight:600;color:#fff;margin-top:14px}
.hero-content p{font-size:clamp(16px,2.05vh,21px);line-height:1.55;color:#e8eef2;margin-top:clamp(14px,2.4vh,26px);max-width:790px;font-weight:300}
.hero-cta{display:flex;align-items:center;gap:26px;margin-top:clamp(26px,4.8vh,52px)}
.btn-hero{height:clamp(56px,6.9vh,74px);padding:0 clamp(32px,5vw,54px);border-radius:37px;background:var(--teal);font-size:clamp(14px,1.6vh,17px)}
.play-btn{position:relative;width:clamp(52px,6.3vh,68px);height:clamp(52px,6.3vh,68px);border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;transition:transform .2s;flex:none}
.play-btn:hover{transform:scale(1.06)}
.play-btn::before{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid rgba(255,255,255,.75);animation:playPulse 2.2s ease-out infinite}
@keyframes playPulse{0%{transform:scale(1);opacity:.9}100%{transform:scale(1.55);opacity:0}}
.play-label{color:#fff;font-size:clamp(13px,1.4vh,15px);font-weight:600;letter-spacing:.3px}
.hero-dots{position:absolute;left:clamp(50px,9vw,176px);bottom:clamp(30px,6.5vh,70px);display:flex;gap:12px;z-index:5}
.hero-dots span{width:26px;height:8px;border-radius:4px;background:rgba(255,255,255,.45);cursor:pointer}
.hero-dots span.active{width:38px;background:var(--teal)}
.slide-nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:66px;background:rgba(23,58,114,.75);color:#fff;font-size:14px;font-weight:700;letter-spacing:1px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;z-index:5;font-family:'Cairo',sans-serif}
.slide-nav:hover{background:var(--teal)}
.slide-nav.prev{left:0;border-radius:0 8px 8px 0}
.slide-nav.next{right:0;border-radius:8px 0 0 8px}

/* ============ ABOUT ============ */
.about{position:relative;background:#fff;overflow:hidden;
       display:flex;align-items:center;gap:clamp(50px,6vw,110px);padding:150px clamp(50px,9vw,176px) 110px}
.about .about-media,.about .about-copy{z-index:2}
.about-deco{position:absolute;right:60px;top:52%;transform:translateY(-50%);width:clamp(360px,30vw,560px);height:auto;z-index:0;opacity:.3}
.about-media{position:relative;flex:none;width:clamp(360px,29vw,560px);height:clamp(420px,66vh,660px)}
.about-frame{position:absolute;left:14%;top:0;width:68%;height:94%;background:var(--teal);border-radius:30px}
.about-photo{position:absolute;left:0;top:6.5%;width:96%;height:87%;object-fit:cover;border-radius:26px;border:10px solid #fff;box-shadow:0 20px 50px rgba(0,0,0,.12)}
.about-copy{position:relative;flex:1;max-width:770px}
.about-copy h2.sec-title{font-size:clamp(26px,4.2vh,42px)}
.about-copy .tagline{margin-top:clamp(10px,1.6vh,16px);font-size:clamp(18px,2.4vh,24px);font-weight:700;color:var(--teal)}
.about-copy p.body{margin-top:clamp(14px,2.2vh,24px);font-size:clamp(15px,1.7vh,18px);line-height:1.68}
.about-copy .btn{margin-top:clamp(24px,3.8vh,42px)}

/* ============ OUR SERVICES — screen 1: cards ============ */
.midwrap{position:relative;overflow:hidden}
.teal-block{position:absolute;top:38%;right:0;width:644px;height:80%;background:var(--teal);border-radius:36px 0 0 36px;z-index:1}

.stats{position:relative;background:var(--light);
       display:flex;flex-direction:column;justify-content:center;padding:130px clamp(50px,9vw,176px) 100px}
.serv-head{text-align:center;margin-bottom:clamp(28px,5vh,54px);position:relative;z-index:2}
.serv-head .eyebrow{justify-content:center}
.serv-head h2.sec-title{font-size:clamp(26px,4vh,40px)}
.serv-cards{position:relative;width:100%;height:auto;background:#fff;border-radius:12px;display:grid;
            grid-template-columns:repeat(3,minmax(0,1fr));
            box-shadow:0 6px 24px rgba(0,0,0,.04);z-index:2}
.serv{padding:clamp(28px,4.2vh,44px) clamp(20px,2.2vw,34px);border-left:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}
@media(min-width:1025px){
  .serv:nth-child(3n+1){border-left:none}
  .serv:nth-child(n+4){border-bottom:none}
}
.serv img{width:clamp(54px,6.2vh,76px);height:clamp(54px,6.2vh,76px);margin-bottom:clamp(18px,3vh,34px)}
.serv h3{font-size:clamp(16px,1.9vh,19px);font-weight:700;color:#333;line-height:1.35}
.serv p{font-size:clamp(13.5px,1.55vh,15.5px);line-height:1.6;color:var(--body);margin-top:clamp(8px,1.3vh,14px)}

/* ============ OUR SERVICES — screen 2: checklist + Bonyan devices ============ */
.services2{position:relative;background:#fff;z-index:2;
           display:flex;align-items:center;gap:clamp(50px,5.5vw,90px);padding:100px clamp(50px,9vw,176px) 110px}
.tech-copy{position:relative;flex:1.1}
.tech-copy h2.sec-title{font-size:clamp(22px,3vh,32px)}
.tech-photo-1,.tech-photo-2{display:none}

.services2-right{flex:.85;display:flex;flex-direction:column;align-items:center;text-align:center}
.bonyan-devices{position:relative;width:100%;max-width:460px;max-height:36vh;object-fit:contain}
.bonyan-copy{position:relative;width:100%;text-align:center}
.bonyan-copy .eyebrow{justify-content:center;margin-top:clamp(14px,2vh,20px)}
.bonyan-copy h2.sec-title{font-size:clamp(17px,2.2vh,22px);margin-top:6px}
.bonyan-copy p.body{max-width:420px;margin:clamp(10px,1.6vh,16px) auto 0;font-size:clamp(14px,1.6vh,16px);line-height:1.62;color:var(--body)}
.bonyan-copy .btn{margin-top:clamp(14px,2vh,20px);height:clamp(44px,6vh,56px);padding:0 clamp(24px,3vw,38px);font-size:13px}

/* ============ FEEDBACK ============ */
.feedback{position:relative;height:800px;background:var(--light);padding-top:87px}
.sec-head{display:flex;align-items:flex-end;justify-content:space-between;margin:0 176px 0 176px}
.arrows{display:flex;gap:15px}
.arrow-btn{width:60px;height:61px;border-radius:8px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}
.arrow-btn.prev{background:#ececec;color:#777}
.arrow-btn.next{background:var(--teal);color:#fff}
.arrow-btn:hover{opacity:.85}
.fb-cards{display:flex;gap:29px;margin:40px 176px 0}
.fb-card{flex:1;background:#fff;border-radius:14px;padding:41px 40px;box-shadow:0 8px 30px rgba(0,0,0,.05)}
.fb-top{display:flex;justify-content:space-between;align-items:flex-start}
.fb-logo{width:178px;height:160px;border:1px solid #ececec;border-radius:8px;display:flex;align-items:center;justify-content:center}
.fb-logo img{max-width:150px;max-height:140px}
.fb-quote{width:154px;margin-top:38px}
.fb-card h3{font-size:22px;font-weight:700;color:#333;margin-top:56px;text-transform:uppercase}
.fb-card .role{font-size:16px;color:var(--body);margin-top:2px;text-transform:uppercase;letter-spacing:.3px;font-weight:400}
.fb-card p.txt{font-size:15.5px;line-height:1.6;margin-top:26px}

/* ============ NEWS ============ */
.news{position:relative;background:#fff;padding:156px 0 100px}
.news-cards{display:flex;gap:29px;margin:44px 176px 0}
.news-card{flex:1;background:#fafafa;border:1px solid #f1f1f1;border-radius:12px;overflow:hidden;padding-bottom:44px}
.news-card img{width:100%;border-radius:12px 12px 0 0}
.news-card h3{font-size:20px;font-weight:700;color:#333;line-height:1.4;margin:34px 30px 0;cursor:pointer}
.news-card h3:hover{text-decoration:underline}
.news-card p{font-size:15px;line-height:1.6;margin:16px 30px 0}
.news-card .more{display:inline-block;margin:26px 30px 0;font-size:15px;font-weight:700;color:var(--teal);letter-spacing:.5px}
.news-card .more:hover{text-decoration:underline}

/* ============ FOOTER / CONTACT ============ */
footer{background:var(--light);color:var(--heading);padding-top:100px}
.f-inner{max-width:1568px;width:100%;margin:0 auto;padding:0 24px}
.f-top{display:flex;align-items:flex-start}
.f-top .f-logo{width:200px;flex:none}
.f-top .f-logo img{height:100px;width:auto}
.f-about{margin-left:40px;width:545px;font-size:17px;line-height:1.7;color:var(--body);font-weight:300}
.f-news{margin-left:auto;width:503px}
.f-news h4{font-size:19px;font-weight:700;color:var(--heading)}
.f-news .sub{font-size:16px;color:var(--body);margin-top:2px;font-weight:300}
.f-form{display:flex;margin-top:22px}
.f-form input{flex:1;height:51px;border:1px solid #e3e3e3;border-right:none;border-radius:6px 0 0 6px;padding:0 20px;font-family:'Cairo',sans-serif;font-size:14px;color:#555;outline:none;background:#fff}
.f-form button{height:51px;padding:0 26px;border:none;border-radius:0 6px 6px 0;background:var(--navy);color:#fff;font-family:'Cairo',sans-serif;font-size:13px;font-weight:700;letter-spacing:.5px;cursor:pointer}
.f-form button:hover{opacity:.9}
.f-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;row-gap:20px;margin-top:clamp(28px,4vh,44px);padding-bottom:clamp(24px,3.6vh,38px);border-top:1px solid #e3e3e3}
.f-call{display:flex;align-items:center;gap:16px}
.f-call .ic{width:44px;height:44px;border:1.5px solid var(--teal);border-radius:10px;display:flex;align-items:center;justify-content:center}
.f-call .a{font-size:15px;color:var(--body);font-weight:300}
.f-call .b{font-size:18px;font-weight:700;color:var(--heading);white-space:nowrap}
.f-bonyan{display:flex;align-items:center;gap:16px;margin-left:clamp(20px,3.5vw,60px)}
.f-bonyan .b{white-space:nowrap}
.f-bonyan img{height:73px;width:auto;border:1px solid #e3e3e3;border-radius:8px;background:#fff}
.f-bonyan .a{font-size:19px;font-weight:700;color:var(--heading)}
.f-bonyan .b{font-size:14px;color:var(--body);font-weight:300}
.f-bar{background:var(--light);border-top:1px solid #e3e3e3;height:54px;display:flex;align-items:center}
.f-bar-inner{max-width:1568px;width:100%;margin:0 auto;padding:0 24px;display:flex;align-items:center}
.f-bar .copy{font-size:15px;font-weight:300;color:var(--body)}
.f-bar .copy b{font-weight:700;color:var(--heading)}
.f-social{margin-left:clamp(20px,3.5vw,60px);display:flex;align-items:center;gap:12px}
.f-social span{font-size:15px;margin-right:6px;font-weight:300;color:var(--body)}
.f-social a{width:36px;height:36px;border-radius:50%;background:var(--teal);color:#fff;border:none;
            display:flex;align-items:center;justify-content:center;transition:background .2s}
.f-social a:hover{background:var(--navy)}

/* ============ hero slider ============ */
.hero-slide{display:none}
.hero-slide.active{display:block;animation:slideFade .5s ease}
@keyframes slideFade{from{opacity:0}to{opacity:1}}
/* ============ services checklist ============ */
.checklist{display:grid;grid-template-columns:1fr 1fr;gap:9px clamp(16px,2vw,28px);margin-top:clamp(14px,2.2vh,24px);max-width:768px;padding:0;list-style:none}
.checklist li{position:relative;padding-left:28px;font-size:clamp(13px,1.55vh,15.5px);line-height:1.45;color:var(--body)}
.checklist li::before{content:"\2713";position:absolute;left:0;top:1px;width:17px;height:17px;border-radius:50%;background:var(--teal);color:#fff;font-size:10.5px;font-weight:700;display:flex;align-items:center;justify-content:center}
/* ============ footer contact extras ============ */
.f-call .c{font-size:14.5px;color:var(--body);font-weight:300;margin-top:2px}

/* =====================================================================
   MOBILE / TABLET  (<=900px)  — desktop layout above is untouched.
   Turns the fixed desktop positioning into a normal stacked flow.
   ===================================================================== */
/* Below the desktop design's true minimum width (~1747px) everything switches to a
   clean centered single-column layout. This is what makes zooming in / smaller
   windows behave instead of overflowing. The full desktop design shows at >=1781px. */
@media(max-width:1024px){
  /* keep the stacked content from stretching too wide on medium screens */
  .hero-content,.about-media,.about-copy,.tech-copy,.bonyan-devices,.bonyan-copy,
  .serv-cards,.f-inner,.f-bar-inner{max-width:1000px;margin-left:auto;margin-right:auto}
  h2.sec-title{font-size:clamp(24px,3.2vw,40px);line-height:1.2}
  .eyebrow{font-size:13px;gap:10px}
  .eyebrow::before{width:30px;height:5px}

  /* ---- NAVBAR ---- */
  .navbar{position:static;height:auto;flex-wrap:wrap;border-radius:0;left:auto;right:auto;top:auto;
          padding:12px 16px;gap:10px 12px;justify-content:space-between;box-shadow:0 2px 10px rgba(0,0,0,.12)}
  .navbar .logo img{height:48px}
  .nav-links{display:none}
  .lang{margin:0;font-size:15px;padding:0 6px;order:2}
  .bonyan-btn{order:3;height:auto;padding:7px 14px;gap:10px}
  .bonyan-btn img{height:34px}
  .bonyan-btn .t{font-size:13px}
  .bonyan-btn .s{font-size:10px}

  /* ---- HERO ---- */
  .hero{height:auto;background-position:center;background-size:cover;position:relative;padding-bottom:80px}
  .hero::before{content:"";position:absolute;inset:0;z-index:0;
        background:linear-gradient(180deg,rgba(12,28,52,.74) 0%,rgba(12,28,52,.66) 52%,rgba(12,28,52,.42) 100%)}
  .navbar{position:static;z-index:2}
  .hero-content{position:relative;z-index:2;top:auto;left:auto;transform:none;width:auto;padding:34px 20px 0;max-width:1000px}
  .hero-content .eyebrow,.hero-content h1,.hero-content p{color:#fff;
        text-shadow:0 2px 16px rgba(0,0,0,.9),0 0 5px rgba(0,0,0,.6)}
  .hero-content .eyebrow{font-size:clamp(13px,1.6vw,18px);font-weight:600;letter-spacing:1px}
  .hero-content h1{font-size:clamp(30px,5.2vw,62px);line-height:1.16;margin-top:12px;font-weight:700}
  .hero-content p{font-size:clamp(15px,1.7vw,20px);max-width:760px;margin-top:18px;font-weight:400}
  .hero-cta{margin-top:26px;gap:16px}
  .btn-hero{height:54px;padding:0 30px;font-size:14px}
  .play-btn{width:54px;height:54px}
  .slide-nav{position:absolute;top:auto;bottom:26px;transform:none;width:auto;height:36px;padding:0 16px;
             border-radius:18px;font-size:11px;display:inline-flex;z-index:5}
  .slide-nav.prev{left:16px;border-radius:18px}
  .slide-nav.next{right:16px;border-radius:18px}
  .hero-dots{position:absolute;left:0;right:0;bottom:34px;padding:0;justify-content:center}

  /* ---- ABOUT ---- */
  .about{height:auto;display:block;gap:0;padding:44px 20px;overflow:hidden;position:relative}
  .about-deco{display:none}
  .about-media{position:static;width:100%;margin-bottom:28px}
  .about-frame{display:none}
  .about-photo{position:static;width:100%;margin-top:0;border-width:6px}
  .about-copy{position:static;width:100%;top:auto;left:auto}
  .about-copy .tagline{font-size:21px}
  .about-copy p.body{font-size:16px}
  .about-copy .btn{margin-top:28px}

  /* ---- STATS + SERVICE CARDS ---- */
  .teal-block{display:none}
  .stats{height:auto;display:block;padding:44px 20px 10px;background:#fff}
  .stats-nums{display:none}
  .serv-head{text-align:left;margin-bottom:26px}
  .serv-head .eyebrow{justify-content:flex-start}
  .serv-cards{position:static;grid-template-columns:1fr;width:100%;height:auto;box-shadow:0 6px 24px rgba(0,0,0,.06)}
  .serv{border-left:none;border-bottom:1px solid #f0f0f0;padding:30px 26px}
  .serv:last-child{border-bottom:none}
  .serv img{margin-bottom:18px}

  /* ---- SYSTEM SERVICES (checklist + Bonyan devices) ---- */
  .services2{height:auto;display:block;gap:0;padding:44px 20px}
  .tech-copy{position:static;width:100%}
  .checklist{grid-template-columns:1fr;gap:10px;margin-top:26px;max-width:none}
  .checklist li{font-size:16px;padding-left:32px}
  .checklist li::before{width:20px;height:20px;font-size:12px;top:2px}
  .tech-photo-1,.tech-photo-2{display:block;position:static;width:100%;top:auto;left:auto;right:auto;margin:18px 0 0;
                              box-shadow:0 12px 30px rgba(0,0,0,.14)}
  /* crop out the damaged (blurred) bottom-left corner of the first photo */
  .tech-photo-1{aspect-ratio:16/10;object-fit:cover;object-position:66% 15%}

  .services2-right{display:block;margin-top:50px}
  .bonyan-devices{position:static;width:100%;max-width:none;max-height:none;margin-bottom:24px}
  .bonyan-copy{position:static;width:100%;top:auto;left:auto;text-align:left}
  .bonyan-copy .eyebrow{justify-content:flex-start;margin-top:0}
  .bonyan-copy p.body{max-width:none;margin-left:0;font-size:16px}
  .bonyan-copy .btn{margin-top:26px}

  /* ---- FOOTER ---- */
  footer{height:auto;min-height:0;display:block;padding:44px 20px 0}
  .f-inner{flex:none;display:block;padding:0}
  .f-top{flex-direction:column}
  .f-top .f-logo{width:auto}
  .f-top .f-logo img{height:96px}
  .f-about{margin:18px 0 0;width:100%}
  .f-news{margin:28px 0 0;width:100%}
  .f-links{flex-direction:column;align-items:flex-start;gap:22px;margin-top:34px;padding-bottom:36px}
  .f-call{margin:0}
  .f-bonyan{margin:0}
  .f-bar{height:auto}
  .f-bar-inner{flex-direction:column;gap:10px;padding:14px 20px;text-align:center}
  .f-social{margin:0;flex-wrap:wrap;justify-content:center}
  .f-social span{margin:0}
}

@media(max-width:420px){
  .hero-content h1{font-size:28px}
  h2.sec-title{font-size:23px}
  .bonyan-btn .s{display:none}
}

/* ============ hero video popup ============ */
.video-modal{position:fixed;inset:0;background:rgba(0,0,0,.86);z-index:1000;display:none;
             align-items:center;justify-content:center;padding:20px}
.video-modal.open{display:flex}
.video-box{position:relative;height:min(88vh,840px);aspect-ratio:9/16;max-width:95vw}
.video-box video{width:100%;height:100%;border-radius:14px;background:#000;object-fit:contain}
.video-close{position:absolute;top:18px;right:22px;width:46px;height:46px;border:none;border-radius:50%;
             background:rgba(255,255,255,.16);color:#fff;font-size:30px;line-height:1;cursor:pointer;z-index:1001;
             display:flex;align-items:center;justify-content:center;transition:background .2s}
.video-close:hover{background:rgba(255,255,255,.3)}

/* ============ Bonyan flyer popup ============ */
.pdf-modal{position:fixed;inset:0;background:rgba(0,0,0,.86);z-index:1000;display:none;
           align-items:center;justify-content:center;padding:20px}
.pdf-modal.open{display:flex}
.pdf-box{position:relative;width:min(1000px,95vw);height:min(92vh,1200px);background:#fff;
         border-radius:14px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.4)}
.pdf-box iframe{width:100%;height:100%;border:none;display:block}
.pdf-close{position:absolute;top:18px;right:22px;width:46px;height:46px;border:none;border-radius:50%;
           background:rgba(255,255,255,.16);color:#fff;font-size:30px;line-height:1;cursor:pointer;z-index:1001;
           display:flex;align-items:center;justify-content:center;transition:background .2s}
.pdf-close:hover{background:rgba(255,255,255,.3)}

@media(max-width:1024px){
  .pdf-box{width:100%;height:88vh}
}

/* =====================================================================
   Hamburger hidden / active nav highlight (desktop / >=1781px)
   ===================================================================== */
.nav-toggle{display:none}
.nav-item.active .t{color:var(--teal)}

/* =====================================================================
   MULTI-PAGE responsive  (<=1024px : stacked / mobile)
   ===================================================================== */
@media(max-width:1024px){
  /* white nav bar + hamburger */
  .navbar{background:#fff !important}
  .nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;
              border:none;background:transparent;cursor:pointer;padding:0;order:1;margin-left:auto}
  .nav-toggle span{display:block;height:3px;width:25px;background:var(--navy);border-radius:2px;transition:.25s}
  .navbar.nav-open .nav-toggle span:nth-child(1){transform:translateY(8px) rotate(45deg)}
  .navbar.nav-open .nav-toggle span:nth-child(2){opacity:0}
  .navbar.nav-open .nav-toggle span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
  .navbar .logo{order:0}
  .lang{order:2}
  .bonyan-btn{order:3}
  .nav-links{order:4;flex-basis:100%;display:none}
  .navbar.nav-open .nav-links{display:flex;flex-direction:column;margin:10px 0 2px;width:100%}
  .nav-item{padding:14px 4px;border-left:none;border-bottom:1px solid #eee}
  .nav-item:last-child{border-bottom:none}

  .stats{height:auto}
  .serv-cards{top:auto}
}

/* =====================================================================
   SINGLE-PAGE:  smooth anchor scroll with offset for the fixed nav.
   ===================================================================== */
#home,#about,#services,#contact{scroll-margin-top:0}

@media(max-width:1024px){
  /* sticky white bar on small screens (stays visible while scrolling) */
  .navbar{position:-webkit-sticky;position:sticky;top:0;left:auto;transform:none;width:100%;max-width:100%;
          height:auto;border-radius:0;padding:12px 16px;z-index:100}
  .navbar .logo img{height:48px}
  #home,#about,#services,#contact{scroll-margin-top:66px}
}

/* =====================================================================
   ABOUT US — vision / mission / company blurb (screen 1)
   ===================================================================== */
.about-us-1{position:relative;background:var(--light);overflow:hidden;
            display:flex;flex-direction:column;justify-content:center;padding:150px clamp(50px,9vw,176px) 100px}
.about-us-1::before{content:"";position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(32,178,175,.12),rgba(32,178,175,0) 70%);
                     width:600px;height:600px;top:-280px;right:-220px;pointer-events:none}
.about-us-1::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(23,58,114,.08);
                    width:340px;height:340px;bottom:-160px;left:-110px;pointer-events:none}
.au-head{text-align:center;margin-bottom:clamp(30px,5vh,54px)}
.au-head .eyebrow{justify-content:center}
.au-head h2.sec-title{font-size:clamp(26px,4vh,40px)}
.au-head p{max-width:760px;margin:16px auto 0;font-size:clamp(15px,1.75vh,18px);line-height:1.68;text-align:center}
.vm-grid{display:flex;gap:clamp(24px,3vw,40px);max-width:1200px;margin:0 auto;width:100%}
.vm-card{position:relative;flex:1;background:#fff;border-radius:16px;padding:clamp(28px,4vh,46px) clamp(24px,3vw,40px);
         box-shadow:0 10px 34px rgba(0,0,0,.06);border-bottom:4px solid var(--teal);
         transition:transform .25s ease,box-shadow .25s ease}
.vm-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(0,0,0,.1)}
.vm-card .vm-ic{width:clamp(52px,6.5vh,68px);height:clamp(52px,6.5vh,68px);border-radius:50%;background:var(--teal);
                 display:flex;align-items:center;justify-content:center;margin-bottom:clamp(16px,2.6vh,26px)}
.vm-card h3{font-size:clamp(18px,2.4vh,24px);font-weight:800;color:var(--heading);text-transform:uppercase}
.vm-card p{margin-top:clamp(10px,1.6vh,16px);font-size:clamp(14.5px,1.7vh,17.5px);line-height:1.68;color:var(--body)}

/* =====================================================================
   ABOUT US — why choose us (screen 2)
   ===================================================================== */
.why-us{position:relative;background:var(--navy);overflow:hidden;
        display:flex;flex-direction:column;justify-content:center;padding:110px clamp(50px,9vw,176px) 100px}
.why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2vw,28px);max-width:1300px;margin:0 auto;width:100%}
.why-card{position:relative;background:#fff;border-radius:14px;padding:clamp(26px,3.6vh,38px) clamp(18px,2vw,26px);
          text-align:center;box-shadow:0 14px 34px rgba(0,0,0,.16);border-top:4px solid var(--teal);
          transition:transform .25s ease,box-shadow .25s ease}
.why-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.22)}
.why-card .wc-ic{width:clamp(52px,6.2vh,66px);height:clamp(52px,6.2vh,66px);border-radius:50%;
                  background:linear-gradient(135deg,var(--teal),var(--navy));
                  display:flex;align-items:center;justify-content:center;margin:0 auto clamp(14px,2vh,20px)}
.why-card h3{font-size:clamp(14.5px,1.7vh,17px);font-weight:700;color:var(--heading)}

/* =====================================================================
   ABOUT US — our team (screen 3)
   ===================================================================== */
.team-sec{position:relative;background:#fff;overflow:hidden;
          display:flex;flex-direction:column;justify-content:center;padding:110px clamp(50px,9vw,176px) 100px}
.team-sec::before{content:"";position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(23,58,114,.05),rgba(23,58,114,0) 70%);
                   width:520px;height:520px;top:-240px;left:-180px;pointer-events:none}
.team-sec::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(32,178,175,.14);
                  width:300px;height:300px;bottom:-140px;right:-90px;pointer-events:none}
.team-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,1.8vw,24px);max-width:1400px;margin:0 auto;width:100%}
.team-card{background:#fff;border-radius:14px;padding:clamp(20px,2.8vh,30px) clamp(16px,1.8vw,22px);
           box-shadow:0 8px 26px rgba(0,0,0,.07);border:1px solid #f0f0f0;
           transition:transform .25s ease,box-shadow .25s ease}
.team-card:hover{transform:translateY(-6px);box-shadow:0 16px 34px rgba(0,0,0,.12)}
.team-avatar{width:clamp(56px,6.6vh,72px);height:clamp(56px,6.6vh,72px);border-radius:50%;background:var(--navy);
             display:flex;align-items:center;justify-content:center;margin-bottom:clamp(14px,1.8vh,18px)}
.team-card h3{font-size:clamp(13.5px,1.5vh,15.5px);font-weight:800;color:var(--heading);line-height:1.3}
.team-card .role{font-size:clamp(11px,1.15vh,12.5px);color:var(--teal);font-weight:700;text-transform:uppercase;margin-top:4px;letter-spacing:.3px}
.team-card p{font-size:clamp(12px,1.3vh,13.5px);line-height:1.58;color:var(--body);margin-top:clamp(10px,1.4vh,14px)}

/* =====================================================================
   OUR SERVICES (general company services)
   ===================================================================== */
.gservices{position:relative;background:var(--light);overflow:hidden;
           display:flex;flex-direction:column;justify-content:center;padding:110px clamp(50px,9vw,176px) 100px}
.gservices::before{content:"";position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(32,178,175,.10),rgba(32,178,175,0) 70%);
                    width:560px;height:560px;top:-260px;left:-200px;pointer-events:none}
.gservices::after{content:"";position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(23,58,114,.06),rgba(23,58,114,0) 70%);
                   width:420px;height:420px;bottom:-200px;right:-140px;pointer-events:none}
.gs-grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,1.8vw,24px);max-width:1300px;margin:0 auto;width:100%}
.gs-item{display:flex;align-items:center;gap:16px;background:#fff;border-radius:14px;
          padding:clamp(16px,2.2vh,22px) clamp(16px,1.8vw,22px);box-shadow:0 8px 24px rgba(0,0,0,.05);
          transition:transform .2s ease,box-shadow .2s ease}
.gs-item:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(0,0,0,.09)}
.gs-item .gs-ic{width:clamp(38px,4.4vh,46px);height:clamp(38px,4.4vh,46px);border-radius:50%;background:var(--teal);
                 display:flex;align-items:center;justify-content:center;flex:none}
.gs-item span{font-size:clamp(14.5px,1.65vh,17px);font-weight:600;color:var(--heading);line-height:1.35}

/* =====================================================================
   INDUSTRIES & PARTNERS
   ===================================================================== */
.ind-part{position:relative;background:var(--navy);overflow:hidden;
          display:flex;flex-direction:column;justify-content:center;padding:110px clamp(50px,9vw,176px) 100px}
.ind-part .eyebrow{color:#5fd6d3}
.ind-part .eyebrow::before{background:#5fd6d3}
.ind-part .sec-title{color:#fff}
.ind-part .au-head p{color:#c3d0e6}
.ind-part::before{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.08);
                   width:460px;height:460px;bottom:-200px;right:-140px;pointer-events:none}
.ind-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(14px,1.8vw,22px);max-width:1300px;margin:clamp(24px,3.4vh,34px) auto 0;width:100%}
.ind-chip{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(10px,1.4vh,14px);
          background:#fff;color:var(--heading);border-radius:16px;text-align:center;border-top:4px solid var(--teal);
          padding:clamp(24px,3.4vh,34px) clamp(12px,1.6vw,18px);box-shadow:0 10px 28px rgba(0,0,0,.14);
          transition:transform .22s ease,box-shadow .22s ease}
.ind-chip:hover{transform:translateY(-5px);box-shadow:0 16px 36px rgba(0,0,0,.18)}
.ind-chip .ic-badge{width:clamp(52px,6.2vh,66px);height:clamp(52px,6.2vh,66px);border-radius:50%;
                     background:linear-gradient(135deg,var(--teal),var(--navy));
                     display:flex;align-items:center;justify-content:center;margin:0 auto}
.ind-chip .ic-badge svg{width:56%;height:56%}
.ind-chip span:last-child{font-size:clamp(13px,1.45vh,15.5px);font-weight:700}
.part-grid{display:flex;gap:clamp(20px,2.6vw,32px);max-width:1200px;margin:clamp(28px,4vh,40px) auto 0;width:100%}
.part-card{flex:1;background:#fff;border-radius:14px;padding:clamp(20px,2.8vh,28px) clamp(20px,2.4vw,28px);box-shadow:0 8px 26px rgba(0,0,0,.05)}
.part-logo{display:block;height:clamp(38px,4.6vh,50px);width:auto;max-width:160px;object-fit:contain}
.part-card h3{font-size:clamp(13.5px,1.5vh,15.5px);font-weight:700;color:var(--heading);margin-top:clamp(12px,1.8vh,16px)}
.part-card p{font-size:clamp(13px,1.5vh,15px);line-height:1.62;color:var(--body);margin-top:6px}

/* =====================================================================
   Shared: section sub-nav dots / heading icon svg color
   ===================================================================== */
.vm-card .vm-ic svg,.why-card .wc-ic svg,.team-avatar svg,.gs-item .gs-ic svg{display:block}

/* =====================================================================
   Mobile overrides for About Us / Services / Industries — placed at the
   very end of the file so they correctly win the cascade over the
   desktop component rules above (equal specificity, later source wins).
   ===================================================================== */
@media(max-width:1024px){
  .about-us-1,.why-us,.team-sec,.gservices,.ind-part{height:auto;display:block;padding:44px 20px}
  .au-head{margin-bottom:26px;text-align:left}
  .au-head .eyebrow{justify-content:flex-start}
  .au-head p{margin:12px 0 0;text-align:left}
  .vm-grid{flex-direction:column;gap:20px}
  .why-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px}
  .team-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px}
  .gs-grid{grid-template-columns:minmax(0,1fr);gap:14px}
  .ind-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}
  .part-grid{flex-direction:column;gap:16px}
}

/* ---- Why Choose Us: navy background needs light text + decorative rings ---- */
.why-us .eyebrow{color:#5fd6d3}
.why-us .eyebrow::before{background:#5fd6d3}
.why-us .sec-title{color:#fff}
.why-us .au-head p{color:#c3d0e6}
.why-us::before,.why-us::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.08);pointer-events:none}
.why-us::before{width:520px;height:520px;top:-220px;right:-160px}
.why-us::after{width:320px;height:320px;bottom:-140px;left:-100px}
