:root{
  --alpha-blue:#005da8;
  --alpha-blue-dark:#003f75;
  --ink:#111827;
  --white:#fff;
  --glass:rgba(255,255,255,.82);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:"Cairo",system-ui,sans-serif;background:#fff;color:var(--ink);overflow-x:hidden}
.site-header{position:fixed;z-index:50;top:0;right:0;left:0;height:92px;display:flex;align-items:center;gap:34px;padding:18px clamp(20px,4vw,64px);transition:.35s ease;color:#fff;background:linear-gradient(180deg,rgba(0,0,0,.54),rgba(0,0,0,0))}
.site-header.scrolled{height:76px;background:rgba(255,255,255,.94);box-shadow:0 10px 40px rgba(0,0,0,.08);backdrop-filter:blur(18px);color:#1f2937}
.brand{display:flex;align-items:center;background:transparent;border-radius:0;padding:0;box-shadow:none;filter:drop-shadow(0 8px 18px rgba(0,0,0,.28))}
.brand img{width:158px;height:auto;display:block}.main-nav{display:flex;gap:30px;margin-inline-start:auto}.main-nav a{color:inherit;text-decoration:none;font-size:15px;font-weight:500;position:relative;opacity:.94}.main-nav a:after{content:"";position:absolute;right:0;bottom:-10px;width:0;height:2px;background:var(--alpha-blue);transition:.3s}.main-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:9px;direction:rtl}.icon-actions{background:transparent;border:0;border-radius:0;padding:0;color:#fff;backdrop-filter:none;box-shadow:none}.header-icon{position:relative;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;text-decoration:none;cursor:pointer;transition:.28s ease;background:var(--alpha-blue);border:1px solid var(--alpha-blue);color:#fff;box-shadow:0 10px 26px rgba(0,93,168,.26)}.header-icon svg{width:21px;height:21px;fill:currentColor}.header-icon:hover{transform:translateY(-2px);background:var(--alpha-blue-dark);border-color:var(--alpha-blue-dark)}.header-icon::after{content:attr(data-hint);position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(6px);background:rgba(11,18,32,.94);color:#fff;padding:8px 12px;border-radius:10px;font-size:13px;font-weight:500;line-height:1.4;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:.22s ease;box-shadow:0 12px 30px rgba(0,0,0,.18)}.header-icon::before{content:"";position:absolute;top:calc(100% + 6px);left:50%;transform:translateX(-50%) translateY(6px);border:6px solid transparent;border-bottom-color:rgba(11,18,32,.94);opacity:0;visibility:hidden;pointer-events:none;transition:.22s ease}.header-icon:hover::after,.header-icon:hover::before{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.site-header.scrolled .icon-actions{background:transparent;color:#fff}
.menu-btn{display:none;background:transparent;border:0}.menu-btn span{display:block;width:28px;height:2px;background:currentColor;margin:7px 0}
.hero-slider{height:100vh;min-height:650px;position:relative;overflow:hidden;background:#000}.slides,.slide{position:absolute;inset:0}.slide{opacity:0;transition:opacity 1s ease}.slide.active{opacity:1;z-index:2}.slide:before{content:"";position:absolute;inset:-3%;background-image:var(--bg);background-size:cover;background-position:center;transform:scale(1.05);filter:saturate(1.05) contrast(1.04);animation:kenburns 12s ease-in-out infinite alternate}.slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,93,168,.42),rgba(0,0,0,.14) 45%,rgba(0,0,0,.36)),linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.02) 42%,rgba(0,0,0,.58))}@keyframes kenburns{from{transform:scale(1.05) translate3d(0,0,0)}to{transform:scale(1.13) translate3d(-1.5%,1%,0)}}
.slide-meta{position:absolute;z-index:5;right:clamp(24px,5vw,80px);bottom:clamp(132px,18vh,190px);display:flex;align-items:center;gap:18px;color:#fff}.slide-meta span{font-size:15px;letter-spacing:4px;border-bottom:2px solid var(--alpha-blue);padding-bottom:9px}.slide-meta p{margin:0;font-size:20px;font-weight:500;text-shadow:0 5px 22px rgba(0,0,0,.35)}
.slider-arrow{position:absolute;z-index:8;top:50%;transform:translateY(-50%);width:58px;height:58px;border:1px solid rgba(255,255,255,.65);border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:42px;line-height:1;cursor:pointer;backdrop-filter:blur(8px);transition:.3s}.slider-arrow:hover{background:var(--alpha-blue);border-color:var(--alpha-blue)}.prev{right:34px}.next{left:34px}.slider-footer{position:absolute;z-index:10;right:clamp(22px,4vw,64px);left:clamp(22px,4vw,64px);bottom:32px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;color:#fff}.counter{display:flex;align-items:end;gap:8px;direction:ltr}.counter strong{font-size:34px;line-height:1}.counter span{font-size:14px;opacity:.75;margin-bottom:6px}.progress{height:2px;background:rgba(255,255,255,.28);overflow:hidden}.progress i{display:block;height:100%;width:20%;background:var(--alpha-blue);transition:.7s ease}.thumbs{display:flex;gap:12px;direction:ltr}.thumb{width:88px;height:58px;border:1px solid rgba(255,255,255,.56);border-radius:12px;background-image:var(--thumb);background-size:cover;background-position:center;cursor:pointer;opacity:.72;transition:.3s;position:relative;overflow:hidden}.thumb.active{opacity:1;border-color:#fff;transform:translateY(-4px)}.thumb.active:after{content:"";position:absolute;inset:auto 0 0 0;height:4px;background:var(--alpha-blue)}
.about-section{padding:110px clamp(24px,7vw,120px);display:grid;grid-template-columns:minmax(320px,1fr) minmax(320px,.9fr);gap:clamp(34px,6vw,90px);align-items:center;background:#fff}.about-image{position:relative;border-radius:28px;overflow:hidden;min-height:520px;box-shadow:0 28px 80px rgba(0,45,92,.14)}.about-image:before{content:"";position:absolute;inset:22px;z-index:2;border:1px solid rgba(255,255,255,.55);border-radius:22px;pointer-events:none}.about-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,93,168,.08),rgba(0,0,0,.16))}.about-image img{width:100%;height:100%;min-height:520px;object-fit:cover;display:block;filter:saturate(1.04) contrast(1.03)}.about-content{padding-inline-start:20px}.eyebrow{color:var(--alpha-blue);font-weight:800;letter-spacing:3px;margin:0 0 14px}.about-content h1{font-size:clamp(30px,4vw,56px);line-height:1.28;margin:0 0 26px;color:#101828}.about-content p{font-size:18px;line-height:2.15;color:#475467;margin:0 0 18px;max-width:720px}.about-content p:last-child{margin-bottom:0}
.more-about-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:18px;padding:14px 30px;border-radius:999px;background:var(--alpha-blue);color:#fff;text-decoration:none;font-weight:700;font-size:16px;box-shadow:0 16px 36px rgba(0,93,168,.22);transition:.28s ease;border:1px solid var(--alpha-blue)}.more-about-btn:after{content:"←";display:inline-block;transition:.28s ease}.more-about-btn:hover{background:var(--alpha-blue-dark);border-color:var(--alpha-blue-dark);transform:translateY(-2px);box-shadow:0 20px 42px rgba(0,93,168,.28)}.more-about-btn:hover:after{transform:translateX(-4px)}body.lang-en .more-about-btn:after{content:"→"}body.lang-en .more-about-btn:hover:after{transform:translateX(4px)}
@media(max-width:900px){.main-nav,.header-actions{display:none}.menu-btn{display:block;margin-inline-start:auto;color:inherit}.site-header{height:82px}.brand img{width:124px}.hero-slider{min-height:620px}.slider-footer{grid-template-columns:1fr;gap:18px}.thumbs{overflow:auto;padding-bottom:8px}.slider-arrow{display:none}.slide-meta{bottom:190px}.thumb{min-width:74px;height:52px}.about-section{grid-template-columns:1fr;padding:72px 22px}.about-image{order:1;min-height:360px}.about-image img{min-height:360px}.about-content{order:2;padding-inline-start:0}.about-content p{font-size:16px;line-height:2}}
body.lang-en{font-family:"Cairo",system-ui,sans-serif;letter-spacing:.01em}
body.lang-en .main-nav{margin-left:auto;margin-right:0}
body.lang-en .main-nav a:after{left:0;right:auto}
body.lang-en .header-actions{direction:ltr}
body.lang-en .slide-meta{left:clamp(24px,5vw,80px);right:auto;flex-direction:row}
body.lang-en .about-content{padding-left:20px;padding-right:0}
body.lang-en .eyebrow{letter-spacing:2px}
@media(max-width:900px){body.lang-en .about-content{padding-left:0}}

/* v8 responsive refinements */
@media(max-width:900px){
  .main-nav{display:none}
  .header-actions{display:flex;margin-inline-start:auto;gap:6px}
  .menu-btn{display:none}
  .site-header{height:78px;padding:14px 18px;gap:12px}
  .site-header.scrolled{height:70px}
  .brand img{width:116px}
  .header-icon{width:35px;height:35px;box-shadow:0 8px 20px rgba(0,93,168,.22)}
  .header-icon svg{width:18px;height:18px}
  .header-icon::after,.header-icon::before{display:none}
  .hero-slider{height:86vh;min-height:560px}
  .slide-meta{right:22px;left:22px;bottom:148px;gap:12px}
  body.lang-en .slide-meta{left:22px;right:22px}
  .slide-meta p{font-size:16px}
  .slider-footer{bottom:20px;right:18px;left:18px;gap:14px}
  .counter strong{font-size:28px}
  .thumbs{width:100%;gap:8px;scrollbar-width:none}
  .thumbs::-webkit-scrollbar{display:none}
  .thumb{min-width:68px;width:68px;height:48px;border-radius:10px}
}
@media(max-width:520px){
  .site-header{padding:12px 14px}
  .brand img{width:104px}
  .header-actions{gap:5px}
  .header-icon{width:32px;height:32px}
  .header-icon svg{width:17px;height:17px}
  .hero-slider{height:82vh;min-height:520px}
  .slide:before{background-position:center center}
  .slide-meta{bottom:136px}
  .about-section{padding:58px 18px}
  .about-image,.about-image img{min-height:310px}
  .about-content h1{font-size:28px}
  .about-content p{font-size:15.5px;line-height:2.05}.more-about-btn{width:100%;margin-top:14px}
}

/* v11: reliable local images inside the slider */
.slide-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.05);filter:saturate(1.05) contrast(1.04);animation:kenburns-img 12s ease-in-out infinite alternate}
.slide:before{display:none}
.slide.active .slide-img{animation-play-state:running}
@keyframes kenburns-img{from{transform:scale(1.05) translate3d(0,0,0)}to{transform:scale(1.13) translate3d(-1.5%,1%,0)}}


/* v12: final header terms + stronger local slider image rendering */
.slide{background-image:var(--bg);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}
.slide-img{z-index:0;opacity:1;visibility:visible}
.slide:after{z-index:1}
.slide-meta,.slider-footer,.slider-arrow{z-index:6}
.header-icon{width:38px;height:38px}
.header-icon svg{width:19px;height:19px}
.brand img{width:166px;image-rendering:auto}
.site-header.scrolled .brand{filter:none}
@media(max-width:900px){.header-icon{width:32px;height:32px}.header-icon svg{width:16px;height:16px}.brand img{width:118px}}
@media(max-width:520px){.header-icon{width:30px;height:30px}.header-icon svg{width:15px;height:15px}.brand img{width:108px}}


/* v17: premium statistics section */
.stats-section{position:relative;padding:110px clamp(22px,6vw,110px) 120px;overflow:hidden;background:#f7fbff}
.stats-bg{position:absolute;inset:0;background:
  linear-gradient(90deg,rgba(0,93,168,.78),rgba(0,36,90,.64)),
  url('../slider/hero-3.jpg');background-size:cover;background-position:center;opacity:.95}
.stats-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 12%,rgba(255,255,255,.24),transparent 28%),linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.92) 72%)}
.stats-inner{position:relative;z-index:2;max-width:1320px;margin:auto}
.stats-heading{text-align:center;color:#fff;margin-bottom:42px}
.stats-heading .eyebrow{color:#fff;opacity:.9}
.stats-heading h2{font-size:clamp(30px,4vw,54px);line-height:1.3;margin:0 0 14px;text-shadow:0 12px 30px rgba(0,0,0,.18)}
.stats-heading p:not(.eyebrow){margin:0 auto;max-width:760px;font-size:18px;line-height:1.9;color:rgba(255,255,255,.92)}
.stats-card{display:grid;grid-template-columns:repeat(5,1fr);gap:0;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.62);border-radius:28px;box-shadow:0 30px 90px rgba(0,45,92,.18);backdrop-filter:blur(16px);overflow:hidden}
.stat-item{min-height:178px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:26px 18px;position:relative}
.stat-item:not(:last-child):after{content:"";position:absolute;top:28px;bottom:28px;left:0;width:1px;background:rgba(0,0,0,.11)}
body.lang-en .stat-item:not(:last-child):after{left:auto;right:0}
.stat-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:rgba(0,93,168,.1);margin-bottom:12px;font-size:22px}
.stat-item strong{font-size:clamp(30px,3vw,44px);line-height:1;color:#04a9df;font-weight:800;direction:ltr}
.stat-item p{margin:12px 0 0;color:#545b66;font-size:16px;font-weight:700;line-height:1.5}
@media(max-width:1050px){.stats-card{grid-template-columns:repeat(5,1fr)}.stat-item:nth-child(3):after{display:block}}
@media(max-width:640px){.stats-section{padding:74px 18px 86px}.stats-heading{margin-bottom:26px}.stats-heading p:not(.eyebrow){font-size:15.5px}.stats-card{grid-template-columns:repeat(2,1fr);border-radius:22px}.stat-item{min-height:144px;padding:20px 10px}.stat-item:after{display:none}.stat-icon{width:38px;height:38px;font-size:19px}.stat-item p{font-size:13.5px}.stat-item strong{font-size:30px}}

/* v23: تصغير ارتفاع الهيدر/السلايدر حتى يظهر قسم من نحن أسفله */
@media (min-width: 901px){
  .hero-slider{
    height: 78vh !important;
    min-height: 560px !important;
  }
  .slide-meta{
    bottom: clamp(105px, 15vh, 150px) !important;
  }
  .slider-footer{
    bottom: 24px !important;
  }
}
@media (max-width: 900px){
  .hero-slider{
    height: 72vh !important;
    min-height: 500px !important;
  }
}
@media (max-width: 560px){
  .hero-slider{
    height: 68vh !important;
    min-height: 460px !important;
  }
}


/* v56: unified inner pages, header dropdowns, footer and page layouts */
.about-dropdown-wrapper,.services-dropdown-wrapper{position:relative;display:flex;align-items:center}.about-dropdown-menu,.services-dropdown-menu{position:absolute;top:calc(100% + 18px);right:0;min-width:240px;background:rgba(255,255,255,.97);color:#102033;border:1px solid rgba(0,93,168,.12);border-radius:18px;box-shadow:0 22px 55px rgba(0,32,64,.16);padding:10px;display:flex;flex-direction:column;gap:2px;opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s ease;z-index:80}.about-dropdown-wrapper:hover .about-dropdown-menu,.services-dropdown-wrapper:hover .services-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.about-dropdown-menu a,.services-dropdown-menu a{color:#102033!important;padding:10px 12px;border-radius:12px;font-size:14px;white-space:nowrap}.about-dropdown-menu a:hover,.services-dropdown-menu a:hover{background:#eef7ff;color:var(--alpha-blue)!important}.about-dropdown-toggle::before,.services-dropdown-toggle::before{content:"⌄";display:inline-block;margin-inline-start:6px;font-size:14px;line-height:1;transform:translateY(-1px)}
.alpha-global-footer{margin-top:0;background:linear-gradient(135deg,#07131f,#004b86);color:#fff;direction:rtl}.alpha-footer-container{width:min(1180px,92%);margin:auto;padding:56px 0;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:34px;align-items:start}.alpha-footer-brand img{height:110px;width:auto;display:block;margin-bottom:14px}.alpha-company-title{font-size:19px;font-weight:800;margin-bottom:8px}.alpha-company-desc,.alpha-global-footer p{margin:0;color:rgba(255,255,255,.78);line-height:1.9}.alpha-footer-col{display:flex;flex-direction:column;gap:10px}.alpha-global-footer h3{margin:0 0 14px;color:#fff}.alpha-global-footer a{color:rgba(255,255,255,.84);text-decoration:none;transition:.25s ease}.alpha-global-footer a:hover{color:#fff;transform:translateX(-3px)}.footer-quote{margin-top:8px;background:#fff;color:#004b86!important;width:max-content;padding:9px 15px;border-radius:999px;font-weight:800}.alpha-footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:18px 5%;text-align:center;color:rgba(255,255,255,.72)}
.inner-page{background:#f7fbff;min-height:100vh}.inner-hero{position:relative;min-height:54vh;padding:150px clamp(22px,6vw,110px) 74px;display:flex;align-items:end;overflow:hidden;color:#fff;background:linear-gradient(135deg,rgba(0,93,168,.92),rgba(7,19,31,.88)),url('hero-2.jpg') center/cover}.inner-hero::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 14%,rgba(16,174,229,.22),transparent 30%),linear-gradient(0deg,rgba(0,0,0,.18),transparent 55%)}.inner-hero-content{position:relative;z-index:1;max-width:900px}.eyebrow{display:inline-flex;color:#10aee5;font-weight:800;letter-spacing:.5px;margin-bottom:14px}.inner-hero .eyebrow{color:#fff;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);padding:8px 16px;border-radius:999px}.inner-hero h1{font-size:clamp(38px,5.7vw,76px);line-height:1.2;margin:0 0 14px}.inner-hero p{font-size:19px;line-height:2;color:rgba(255,255,255,.88);max-width:780px;margin:0}.services-hero{background-image:linear-gradient(135deg,rgba(0,93,168,.92),rgba(7,19,31,.88)),url('services-real/general-contracting.jpg')}.projects-hero{background-image:linear-gradient(135deg,rgba(0,93,168,.88),rgba(7,19,31,.88)),url('projects/capital-market-authority.jpg')}.clients-hero{background-image:linear-gradient(135deg,rgba(0,93,168,.9),rgba(7,19,31,.88)),url('hero-3.jpg')}.quality-hero{background-image:linear-gradient(135deg,rgba(0,93,168,.9),rgba(7,19,31,.88)),url('hero-4.jpg')}.quote-hero,.contact-hero{background-image:linear-gradient(135deg,rgba(0,93,168,.9),rgba(7,19,31,.9)),url('hero-5.jpg')}.page-intro{padding:70px clamp(22px,6vw,110px) 20px}.section-title-block{max-width:860px;margin:auto;text-align:center}.section-title-block h2{font-size:clamp(30px,4vw,52px);color:#07131f;margin:0 0 12px}.section-title-block p{font-size:18px;line-height:2;color:#5b6673;margin:0}.services-grid-section{width:min(1180px,92%);margin:40px auto 90px;display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.service-detail-card{background:#fff;border-radius:30px;box-shadow:0 18px 55px rgba(0,45,92,.1);overflow:hidden;border:1px solid rgba(0,93,168,.08);display:grid;grid-template-columns:45% 1fr;min-height:280px}.service-detail-card.wide{grid-column:1/-1}.service-detail-card img{width:100%;height:100%;object-fit:cover;display:block}.service-detail-card div{padding:28px}.service-detail-card span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#eef7ff;color:#005da8;font-weight:800;margin-bottom:14px}.service-detail-card h3{font-size:25px;margin:0 0 12px;color:#07131f}.service-detail-card p{margin:0;color:#5b6673;line-height:2}.cta-band{width:min(1180px,92%);margin:0 auto 95px;padding:46px;border-radius:34px;background:linear-gradient(135deg,#004b86,#07131f);color:#fff;text-align:center;box-shadow:0 24px 70px rgba(0,45,92,.18)}.cta-band h2{margin:0 0 10px;font-size:34px}.cta-band p{margin:0 0 24px;color:rgba(255,255,255,.82);line-height:1.8}.cta-band a{display:inline-flex;background:#fff;color:#004b86;text-decoration:none;font-weight:800;padding:13px 25px;border-radius:999px}.projects-gallery{width:min(1180px,92%);margin:70px auto 95px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.project-card{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 18px 55px rgba(0,45,92,.11);border:1px solid rgba(0,93,168,.08)}.project-card img{width:100%;height:250px;object-fit:cover;display:block}.project-card div{padding:23px}.project-card span{color:#005da8;font-weight:800}.project-card h3{font-size:24px;margin:8px 0}.project-card p{margin:0;color:#687583;line-height:1.8}.clients-section,.quality-section,.form-section,.contact-section{width:min(1180px,92%);margin:70px auto 95px}.clients-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.client-pill{background:#fff;border:1px solid rgba(0,93,168,.1);border-radius:22px;padding:22px;text-align:center;font-size:19px;font-weight:800;color:#07131f;box-shadow:0 14px 40px rgba(0,45,92,.08)}.quality-section{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.quality-card,.contact-card{background:#fff;border-radius:28px;padding:32px;box-shadow:0 18px 55px rgba(0,45,92,.1);border:1px solid rgba(0,93,168,.08)}.quality-card h3,.contact-card h3{margin:0 0 12px;font-size:25px;color:#004b86}.quality-card p,.contact-card p{margin:0;color:#5b6673;line-height:2}.contact-section{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.contact-card a{color:#004b86;text-decoration:none;font-weight:800}.alpha-form{background:#fff;border-radius:34px;padding:34px;box-shadow:0 20px 60px rgba(0,45,92,.12);display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.alpha-form label{display:flex;flex-direction:column;gap:8px;color:#07131f;font-weight:800}.alpha-form .full{grid-column:1/-1}.alpha-form input,.alpha-form select,.alpha-form textarea{width:100%;border:1px solid rgba(0,93,168,.16);border-radius:16px;padding:14px 16px;font-family:inherit;font-size:15px;background:#f8fbff}.alpha-form textarea{min-height:150px;resize:vertical}.alpha-form button{grid-column:1/-1;border:0;border-radius:999px;background:#005da8;color:#fff;font-family:inherit;font-weight:800;font-size:17px;padding:15px 26px;cursor:pointer}@media(max-width:980px){.main-nav{display:none}.menu-btn{display:block;color:inherit}.services-grid-section,.projects-gallery,.clients-grid,.quality-section,.contact-section{grid-template-columns:1fr 1fr}.service-detail-card{grid-template-columns:1fr}.service-detail-card img{height:260px}}@media(max-width:640px){.inner-hero{min-height:48vh;padding:130px 20px 54px}.inner-hero p{font-size:16px}.services-grid-section,.projects-gallery,.clients-grid,.quality-section,.contact-section,.alpha-form{grid-template-columns:1fr}.cta-band{padding:32px 20px}.alpha-footer-container{grid-template-columns:1fr;padding:42px 0}.alpha-footer-brand img{height:95px}.service-detail-card div{padding:22px}.projects-gallery{margin-top:46px}.project-card img{height:220px}}

/* v57: header dropdown arrows, solid sticky header, and unified floating buttons */
.site-header.scrolled,
.inner-page ~ .site-header.scrolled,
body .site-header.scrolled{
  background:#fff !important;
  color:#1f2937 !important;
  box-shadow:0 10px 35px rgba(0,0,0,.09) !important;
  backdrop-filter:none !important;
}
.site-header.scrolled .header-icon{color:#fff !important;}
.about-dropdown-toggle,.services-dropdown-toggle{display:inline-flex !important;align-items:center !important;gap:6px !important;white-space:nowrap !important;line-height:1 !important;}
.about-dropdown-toggle::before,.services-dropdown-toggle::before{content:none !important;display:none !important;}
.about-dropdown-toggle::after,.services-dropdown-toggle::after{content:"⌄" !important;position:static !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;width:auto !important;height:auto !important;background:transparent !important;margin:0 6px 0 0 !important;transform:none !important;font-size:15px !important;line-height:1 !important;opacity:1 !important;visibility:visible !important;border:0 !important;}
html[dir="ltr"] .about-dropdown-toggle::after,html[dir="ltr"] .services-dropdown-toggle::after{margin:0 0 0 6px !important;}
.alpha-floating-buttons{position:fixed !important;left:16px !important;bottom:22px !important;z-index:99999 !important;display:flex !important;flex-direction:column !important;gap:10px !important;}
.alpha-float-btn{width:58px !important;height:58px !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;text-decoration:none !important;color:#fff !important;font-size:25px !important;font-weight:800 !important;box-shadow:0 12px 26px rgba(0,0,0,.22) !important;transition:.25s ease !important;}
.alpha-float-btn:hover{transform:translateY(-3px) !important;}
.alpha-float-btn svg{width:28px !important;height:28px !important;display:block !important;fill:currentColor !important;}
.alpha-float-whatsapp{background:#22c55e !important;}
.alpha-float-call{background:#16a34a !important;}
.alpha-float-mail{background:#ea5b2a !important;}
@media(max-width:640px){.alpha-floating-buttons{left:12px !important;bottom:16px !important}.alpha-float-btn{width:50px !important;height:50px !important}.alpha-float-btn svg{width:24px !important;height:24px !important}}


/* v58: professional contact page, complete projects slider, and solid sticky headers */
.site-header.scrolled{
  background:#fff !important;
  color:#102033 !important;
  box-shadow:0 12px 36px rgba(0,0,0,.10) !important;
  backdrop-filter:none !important;
}
.contact-pro-section{width:min(1180px,92%);margin:74px auto 100px;display:grid;grid-template-columns:.92fr 1.25fr;gap:28px;align-items:stretch}.contact-info-panel{position:relative;overflow:hidden;border-radius:36px;background:linear-gradient(145deg,#004b86,#07131f);color:#fff;padding:40px;box-shadow:0 24px 70px rgba(0,45,92,.18)}.contact-info-panel::after{content:"";position:absolute;inset:auto -70px -90px auto;width:250px;height:250px;border-radius:50%;background:rgba(255,255,255,.09)}.contact-info-panel .eyebrow{color:#fff;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.20);padding:7px 14px;border-radius:999px}.contact-info-panel h2{font-size:clamp(28px,3.5vw,46px);line-height:1.25;margin:16px 0 14px}.contact-info-panel p{color:rgba(255,255,255,.82);line-height:2;margin:0 0 26px}.contact-info-list{display:grid;gap:14px;position:relative;z-index:1}.contact-info-list a,.contact-info-list div{display:block;text-decoration:none;color:#fff;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:18px 20px}.contact-info-list strong{display:block;font-size:15px;color:rgba(255,255,255,.72);margin-bottom:7px}.contact-info-list span{font-weight:800;line-height:1.8}.contact-pro-form{background:#fff;border-radius:36px;padding:34px;box-shadow:0 24px 70px rgba(0,45,92,.12);border:1px solid rgba(0,93,168,.09);display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.form-heading{grid-column:1/-1;margin-bottom:6px}.form-heading span{display:inline-flex;color:#005da8;font-weight:900;margin-bottom:8px}.form-heading h2{margin:0 0 8px;font-size:34px;color:#07131f}.form-heading p{margin:0;color:#637083;line-height:1.9}.contact-pro-form label{display:flex;flex-direction:column;gap:8px;color:#07131f;font-weight:800}.contact-pro-form .full{grid-column:1/-1}.contact-pro-form input,.contact-pro-form select,.contact-pro-form textarea{width:100%;border:1px solid rgba(0,93,168,.15);border-radius:17px;padding:14px 16px;font-family:inherit;font-size:15px;background:#f8fbff;outline:none;transition:.22s ease}.contact-pro-form input:focus,.contact-pro-form select:focus,.contact-pro-form textarea:focus{border-color:#005da8;box-shadow:0 0 0 4px rgba(0,93,168,.09);background:#fff}.contact-pro-form textarea{min-height:160px;resize:vertical}.contact-pro-form button{grid-column:1/-1;border:0;border-radius:999px;background:linear-gradient(135deg,#005da8,#07131f);color:#fff;font-family:inherit;font-weight:900;font-size:17px;padding:16px 28px;cursor:pointer;box-shadow:0 14px 34px rgba(0,93,168,.24);transition:.25s ease}.contact-pro-form button:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(0,93,168,.28)}
.projects-intro{padding-bottom:0}.featured-projects{margin-top:34px;margin-bottom:54px}.all-projects-section{width:min(1180px,92%);margin:0 auto 105px;background:#fff;border:1px solid rgba(0,93,168,.08);border-radius:36px;padding:34px;box-shadow:0 22px 70px rgba(0,45,92,.10)}.all-projects-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:24px}.all-projects-head h2{margin:4px 0 8px;font-size:clamp(28px,3.6vw,46px);color:#07131f}.all-projects-head p{margin:0;color:#637083;line-height:1.8}.projects-slider-actions{display:flex;gap:10px;flex-shrink:0}.projects-nav-btn{width:46px;height:46px;border-radius:50%;border:1px solid rgba(0,93,168,.15);background:#f3f8ff;color:#005da8;font-size:28px;line-height:1;cursor:pointer;transition:.22s ease}.projects-nav-btn:hover{background:#005da8;color:#fff}.projects-slider{position:relative;min-height:430px}.projects-slide{display:none;grid-template-columns:repeat(4,1fr);gap:16px}.projects-slide.active{display:grid}.project-mini-card{display:flex;gap:14px;align-items:flex-start;background:linear-gradient(180deg,#ffffff,#f8fbff);border:1px solid rgba(0,93,168,.10);border-radius:24px;padding:18px;min-height:170px;box-shadow:0 12px 34px rgba(0,45,92,.07)}.project-number{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:#eef7ff;color:#005da8;font-weight:900;flex-shrink:0}.project-mini-card h3{font-size:18px;line-height:1.55;margin:0 0 8px;color:#07131f}.project-mini-card p{font-size:14px;line-height:1.7;margin:0 0 10px;color:#637083}.project-mini-card span{display:inline-flex;font-size:13px;font-weight:900;color:#005da8;background:#eef7ff;border-radius:999px;padding:5px 10px}.project-dots{display:flex;justify-content:center;gap:9px;margin-top:24px}.project-dot{width:10px;height:10px;border-radius:50%;border:0;background:#c9d8e8;cursor:pointer}.project-dot.active{width:28px;border-radius:999px;background:#005da8}@media(max-width:1050px){.projects-slide{grid-template-columns:repeat(2,1fr)}.projects-slider{min-height:760px}.contact-pro-section{grid-template-columns:1fr}}@media(max-width:640px){.contact-pro-form{grid-template-columns:1fr;padding:24px}.contact-info-panel{padding:28px}.all-projects-section{padding:22px;border-radius:28px}.all-projects-head{display:block}.projects-slider-actions{margin-top:18px}.projects-slide{grid-template-columns:1fr}.projects-slider{min-height:1360px}.project-mini-card{min-height:auto}.form-heading h2{font-size:28px}}


/* v59: global fallback for sticky header, dropdowns, and floating buttons */
.site-header.scrolled{background:#fff !important;color:#102033 !important;box-shadow:0 12px 36px rgba(0,0,0,.10) !important;backdrop-filter:none !important}.site-header.scrolled .main-nav a{color:#102033 !important}.about-dropdown-wrapper,.services-dropdown-wrapper{position:relative !important}.about-dropdown-wrapper:after,.services-dropdown-wrapper:after{content:"";position:absolute;top:100%;right:-26px;left:-26px;height:24px;display:block;z-index:99998}.about-dropdown-menu,.services-dropdown-menu{top:calc(100% + 4px) !important;right:50% !important;transform:translateX(50%) translateY(0) !important;z-index:99999 !important}.about-dropdown-wrapper:hover .about-dropdown-menu,.about-dropdown-wrapper:focus-within .about-dropdown-menu,.services-dropdown-wrapper:hover .services-dropdown-menu,.services-dropdown-wrapper:focus-within .services-dropdown-menu{opacity:1 !important;visibility:visible !important;pointer-events:auto !important;transform:translateX(50%) translateY(0) !important}.alpha-float-call{display:none !important}


/* v61: Cairo typography, real project gallery, service upgrade */
:root{--alpha-font:"Cairo",system-ui,sans-serif}body,button,input,select,textarea{font-family:var(--alpha-font)!important}.site-header{font-family:var(--alpha-font)!important}.site-header.scrolled{background:#fff!important;color:#102033!important;box-shadow:0 12px 36px rgba(0,0,0,.10)!important;backdrop-filter:none!important}.site-header.scrolled .main-nav a{color:#102033!important}.alpha-floating-buttons{gap:12px!important}.alpha-float-call{display:none!important}.alpha-float-mail,.alpha-float-whatsapp{display:flex!important}
.real-projects-section{width:min(1220px,92%);margin:45px auto 70px}.real-projects-head{text-align:center;max-width:850px;margin:0 auto 32px}.real-projects-head h2{font-size:clamp(30px,4vw,54px);margin:8px 0 10px;color:#07131f}.real-projects-head p{color:#637083;line-height:2;font-size:18px;margin:0}.portfolio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.portfolio-card{position:relative;overflow:hidden;background:#fff;border-radius:32px;box-shadow:0 22px 64px rgba(0,45,92,.13);border:1px solid rgba(0,93,168,.08)}.portfolio-main-img{width:100%;height:330px;object-fit:cover;display:block}.portfolio-content{padding:25px}.portfolio-meta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}.portfolio-meta span{display:inline-flex;padding:6px 12px;border-radius:999px;background:#eef7ff;color:#005da8;font-weight:900;font-size:13px}.portfolio-content h3{font-size:28px;margin:0 0 10px;color:#07131f;line-height:1.4}.portfolio-content p{color:#637083;line-height:2;margin:0}.portfolio-thumbs{display:flex;gap:8px;padding:0 25px 24px}.portfolio-thumbs img{width:72px;height:54px;border-radius:12px;object-fit:cover;border:2px solid #eef7ff}.all-projects-section{margin-top:40px}.service-gallery{display:grid;grid-template-columns:1fr 1fr;gap:10px;height:100%}.service-gallery img{height:100%;min-height:210px;object-fit:cover}.service-detail-card.cladding-card{grid-column:1/-1}.service-detail-card.cladding-card .service-gallery{min-height:300px}.service-bullets{margin:14px 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.service-bullets li{position:relative;padding-right:18px;color:#536171;line-height:1.8}.service-bullets li:before{content:"";position:absolute;right:0;top:13px;width:7px;height:7px;border-radius:50%;background:#005da8}.project-card.featured-real{border:1px solid rgba(0,93,168,.16)}.contact-success-message{display:none;background:#e8fff2;color:#0f7a3e;border:1px solid rgba(34,197,94,.3);border-radius:18px;padding:14px 16px;font-weight:800;grid-column:1/-1}.contact-success-message.show{display:block}@media(max-width:900px){.portfolio-grid{grid-template-columns:1fr}.portfolio-main-img{height:280px}.service-detail-card.cladding-card{grid-template-columns:1fr}.service-gallery{min-height:260px}.service-bullets{grid-template-columns:1fr}}@media(max-width:640px){.portfolio-main-img{height:230px}.portfolio-content h3{font-size:23px}.portfolio-thumbs img{width:58px;height:46px}.service-gallery{grid-template-columns:1fr}.service-gallery img{min-height:190px}.portfolio-grid{gap:18px}}

/* v62: professional mobile header drawer and centered mobile layout */
.alpha-mobile-overlay,.alpha-mobile-drawer{display:none}
@media (max-width: 900px){
  html,body{overflow-x:hidden;}
  .site-header,
  body .site-header,
  html body .site-header,
  .site-header.scrolled{
    height:64px !important;
    min-height:64px !important;
    padding:10px 18px !important;
    background:#fff !important;
    color:#102033 !important;
    box-shadow:0 10px 30px rgba(0,0,0,.09) !important;
    backdrop-filter:none !important;
    justify-content:flex-start !important;
    direction:rtl !important;
  }
  .site-header .brand,
  .site-header .main-nav,
  .site-header .header-actions,
  .site-header .icon-actions{
    display:none !important;
  }
  .site-header .menu-btn{
    display:inline-flex !important;
    width:46px !important;
    height:46px !important;
    align-items:center !important;
    justify-content:center !important;
    flex-direction:column !important;
    gap:6px !important;
    margin:0 !important;
    padding:0 !important;
    border:1px solid rgba(0,93,168,.14) !important;
    border-radius:14px !important;
    background:#f4f9ff !important;
    color:#005da8 !important;
    cursor:pointer !important;
  }
  .site-header .menu-btn span{
    display:block !important;
    width:23px !important;
    height:2px !important;
    margin:0 !important;
    border-radius:8px !important;
    background:currentColor !important;
  }
  .alpha-mobile-overlay{
    position:fixed;
    inset:0;
    display:block;
    background:rgba(7,19,31,.45);
    z-index:9997;
    opacity:0;
    visibility:hidden;
    transition:.25s ease;
  }
  .alpha-mobile-drawer{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    display:flex;
    flex-direction:column;
    width:min(86vw,360px);
    background:#fff;
    z-index:9998;
    transform:translateX(110%);
    transition:.32s ease;
    box-shadow:-24px 0 60px rgba(0,32,64,.18);
    direction:rtl;
    overflow-y:auto;
  }
  body.alpha-mobile-menu-open{overflow:hidden;}
  body.alpha-mobile-menu-open .alpha-mobile-overlay{opacity:1;visibility:visible;}
  body.alpha-mobile-menu-open .alpha-mobile-drawer{transform:translateX(0);}
  .alpha-mobile-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 20px 14px;border-bottom:1px solid rgba(0,93,168,.10);}
  .alpha-mobile-drawer__title{font-weight:800;color:#005da8;font-size:18px;}
  .alpha-mobile-drawer__close{width:42px;height:42px;border:0;border-radius:14px;background:#eef7ff;color:#005da8;font-size:28px;line-height:1;cursor:pointer;}
  .alpha-mobile-drawer__nav{display:flex;flex-direction:column;padding:14px 16px 26px;gap:8px;}
  .alpha-mobile-drawer__nav a{display:flex;align-items:center;justify-content:center;min-height:48px;padding:12px 14px;border-radius:16px;color:#102033!important;text-decoration:none;font-weight:700;font-size:16px;background:#fff;border:1px solid rgba(0,93,168,.08);}
  .alpha-mobile-drawer__nav a:hover{background:#eef7ff;color:#005da8!important;}
  .alpha-mobile-drawer__nav .about-dropdown-wrapper,
  .alpha-mobile-drawer__nav .services-dropdown-wrapper{display:flex!important;flex-direction:column!important;position:relative!important;align-items:stretch!important;gap:8px;}
  .alpha-mobile-drawer__nav .about-dropdown-toggle::before,
  .alpha-mobile-drawer__nav .services-dropdown-toggle::before{content:'+'!important;margin:0 0 0 8px!important;font-size:18px!important;transform:none!important;color:#005da8;}
  .alpha-mobile-drawer__nav .about-dropdown-wrapper.open .about-dropdown-toggle::before,
  .alpha-mobile-drawer__nav .services-dropdown-wrapper.open .services-dropdown-toggle::before{content:'–'!important;}
  .alpha-mobile-drawer__nav .about-dropdown-menu,
  .alpha-mobile-drawer__nav .services-dropdown-menu{
    position:static!important;
    display:none!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    min-width:0!important;
    width:100%!important;
    box-shadow:none!important;
    border:0!important;
    border-radius:18px!important;
    background:#f7fbff!important;
    padding:8px!important;
    gap:6px!important;
    pointer-events:auto!important;
  }
  .alpha-mobile-drawer__nav .about-dropdown-wrapper.open .about-dropdown-menu,
  .alpha-mobile-drawer__nav .services-dropdown-wrapper.open .services-dropdown-menu{display:flex!important;}
  .alpha-mobile-drawer__nav .about-dropdown-menu a,
  .alpha-mobile-drawer__nav .services-dropdown-menu a{min-height:42px;font-size:14px;font-weight:600;background:#fff!important;border-radius:14px!important;padding:10px!important;white-space:normal!important;}
  .alpha-mobile-drawer__foot{margin-top:auto;padding:16px 20px 22px;text-align:center;color:#6b7280;font-size:13px;border-top:1px solid rgba(0,93,168,.08);}
  .alpha-mobile-drawer__foot a{color:#005da8;text-decoration:none;font-weight:800;}

  .hero-copy,.hero-content,.inner-hero-content,.about-content,.section-title-block,.service-detail-card div,.project-card div,.clients-section,.quality-card,.contact-info-card,.contact-form-card,.cta-band,.alpha-footer-container,.alpha-footer-brand,.alpha-footer-col{text-align:center!important;}
  .inner-hero{align-items:center!important;text-align:center!important;padding-top:118px!important;}
  .inner-hero-content{margin-inline:auto!important;}
  .inner-hero p,.section-title-block p,.about-content p,.service-detail-card p,.project-card p,.quality-card p,.cta-band p{margin-inline:auto!important;}
  .service-detail-card,.service-detail-card.wide{grid-template-columns:1fr!important;}
  .service-detail-card img{height:230px!important;}
  .services-grid-section,.projects-gallery,.clients-grid,.quality-section,.contact-section,.alpha-form{grid-template-columns:1fr!important;}
  .project-card{max-width:430px;margin-inline:auto;width:100%;}
  .project-card img{height:240px!important;}
  .hero-actions,.cta-actions,.contact-actions,.form-actions{justify-content:center!important;align-items:center!important;}
  .alpha-form input,.alpha-form textarea,.alpha-form select{text-align:center!important;}
  .alpha-floating-buttons{right:14px!important;bottom:16px!important;gap:10px!important;}
  .alpha-float-btn,.alpha-floating-buttons a{width:50px!important;height:50px!important;}
}

@media (max-width:520px){
  .site-header,.site-header.scrolled{height:60px!important;min-height:60px!important;padding:8px 14px!important;}
  .site-header .menu-btn{width:44px!important;height:44px!important;}
  .alpha-mobile-drawer{width:min(88vw,330px);}
  .inner-hero{min-height:46vh!important;padding-inline:20px!important;}
  .inner-hero h1{font-size:34px!important;}
  .inner-hero p{font-size:15px!important;line-height:1.9!important;}
  .page-intro{padding-inline:20px!important;}
}


/* Alpha Team logo final adjustment */
img[src*="logo-alpha-team-transparent"],
img[src*="logo-alpha-team-new"],
img[src*="logo.png"] {
  background: transparent !important;
  object-fit: contain !important;
}
.header img[src*="logo-alpha-team-transparent"],
.navbar img[src*="logo-alpha-team-transparent"],
.logo img[src*="logo-alpha-team-transparent"] {
  max-height: 70px !important;
  max-width: 165px !important;
  width: auto !important;
  height: auto !important;
}
footer img[src*="logo-alpha-team-transparent"],
.footer img[src*="logo-alpha-team-transparent"] {
  max-height: 82px !important;
  max-width: 180px !important;
  width: auto !important;
  height: auto !important;
}


/* Projects by services redesign */
.projects-by-services-page .projects-overview-section{width:min(1120px,92%);margin:70px auto 35px;text-align:center;}
.service-project-section{width:min(1220px,92%);margin:42px auto 70px;}
.service-project-title{text-align:center;max-width:820px;margin:0 auto 26px;}
.service-project-title h2{margin:8px 0 10px;color:#07131f;font-size:clamp(28px,3.5vw,46px);line-height:1.35;}
.service-project-title p{margin:0 auto;color:#637083;line-height:2;font-size:17px;}
.service-project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.service-project-card{overflow:hidden;background:#fff;border:1px solid rgba(0,93,168,.10);border-radius:28px;box-shadow:0 18px 48px rgba(0,45,92,.10);transition:.25s ease;}
.service-project-card:hover{transform:translateY(-6px);box-shadow:0 24px 70px rgba(0,45,92,.16);}
.service-project-image{height:245px;overflow:hidden;background:#eef4f8;}
.service-project-image img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s ease;}
.service-project-card:hover .service-project-image img{transform:scale(1.05);}
.service-project-body{padding:22px 22px 24px;text-align:right;}
.project-service-tag{display:inline-flex;align-items:center;justify-content:center;padding:7px 13px;border-radius:999px;background:#eef7ff;color:#005da8;font-weight:900;font-size:12px;margin-bottom:12px;}
.service-project-body h3{margin:0 0 14px;color:#07131f;font-size:23px;line-height:1.45;}
.project-info-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:10px 0;border-top:1px solid rgba(0,93,168,.09);}
.project-info-row span{color:#7a8795;font-weight:700;font-size:13px;white-space:nowrap;}
.project-info-row strong{color:#183858;font-weight:800;font-size:14px;text-align:left;line-height:1.7;}
.service-project-body p{margin:12px 0 0;color:#637083;line-height:2;font-size:15px;}
.projects-cta-strip{width:min(1120px,92%);margin:45px auto 90px;padding:42px 28px;border-radius:32px;background:linear-gradient(135deg,#07131f,#005da8);color:#fff;text-align:center;box-shadow:0 24px 70px rgba(0,45,92,.18);}
.projects-cta-strip h2{margin:0 0 10px;font-size:34px;}
.projects-cta-strip p{margin:0 auto 22px;line-height:2;color:rgba(255,255,255,.82);}
.projects-cta-strip .primary-btn{background:#fff;color:#005da8;}
@media(max-width:1020px){.service-project-grid{grid-template-columns:repeat(2,1fr);}.service-project-image{height:230px;}}
@media(max-width:680px){.service-project-grid{grid-template-columns:1fr;}.service-project-card{border-radius:24px;}.service-project-image{height:240px;}.service-project-body{text-align:center;}.project-info-row{flex-direction:column;align-items:center;gap:4px;}.project-info-row strong{text-align:center;}.projects-cta-strip h2{font-size:27px;}}

/* v70: mobile menu text centering and overflow fix */
@media (max-width: 900px){
  html,body{max-width:100%;overflow-x:hidden!important;}
  .alpha-mobile-drawer,
  .alpha-mobile-drawer *{box-sizing:border-box;}
  .alpha-mobile-drawer{overflow-x:hidden!important;max-width:100vw!important;}
  .alpha-mobile-drawer__head{position:relative!important;justify-content:center!important;padding:22px 18px 16px!important;}
  .alpha-mobile-drawer__title{width:100%!important;text-align:center!important;font-size:22px!important;line-height:1.5!important;}
  .alpha-mobile-drawer__close{position:absolute!important;left:18px!important;top:18px!important;}
  .alpha-mobile-drawer__nav{width:100%!important;align-items:stretch!important;overflow-x:hidden!important;}
  .alpha-mobile-drawer__nav a,
  .alpha-mobile-drawer__nav .about-dropdown-toggle,
  .alpha-mobile-drawer__nav .services-dropdown-toggle{
    width:100%!important;
    max-width:100%!important;
    text-align:center!important;
    justify-content:center!important;
    align-items:center!important;
    white-space:normal!important;
    line-height:1.7!important;
  }
  .alpha-mobile-drawer__nav .about-dropdown-menu,
  .alpha-mobile-drawer__nav .services-dropdown-menu{
    right:auto!important;
    left:auto!important;
    margin:0!important;
    width:100%!important;
    max-width:100%!important;
    text-align:center!important;
    overflow:hidden!important;
  }
  .alpha-mobile-drawer__nav .about-dropdown-menu a,
  .alpha-mobile-drawer__nav .services-dropdown-menu a{
    text-align:center!important;
    justify-content:center!important;
    width:100%!important;
  }
}
@media (max-width:520px){
  .alpha-mobile-drawer{width:calc(100vw - 18px)!important;}
}

/* v71: final mobile submenu centering fix - overrides page inline dropdown styles */
@media (max-width: 900px){
  body .alpha-mobile-drawer{
    left:auto!important;
    right:0!important;
    width:min(92vw,390px)!important;
    max-width:calc(100vw - 12px)!important;
    overflow-x:hidden!important;
    direction:rtl!important;
  }
  body .alpha-mobile-drawer__nav{
    width:100%!important;
    max-width:100%!important;
    padding:14px 16px 26px!important;
    align-items:stretch!important;
    overflow-x:hidden!important;
  }
  body .alpha-mobile-drawer__nav > a,
  body .alpha-mobile-drawer__nav .about-dropdown-toggle,
  body .alpha-mobile-drawer__nav .services-dropdown-toggle{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    max-width:100%!important;
    min-height:58px!important;
    margin:0!important;
    padding:12px 48px!important;
    box-sizing:border-box!important;
    text-align:center!important;
    white-space:normal!important;
    line-height:1.6!important;
  }
  body .alpha-mobile-drawer__nav .about-dropdown-toggle::before,
  body .alpha-mobile-drawer__nav .services-dropdown-toggle::before{
    position:absolute!important;
    left:22px!important;
    right:auto!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    margin:0!important;
    width:18px!important;
    text-align:center!important;
    pointer-events:none!important;
  }
  body .alpha-mobile-drawer__nav .about-dropdown-wrapper,
  body .alpha-mobile-drawer__nav .services-dropdown-wrapper{
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    position:relative!important;
    overflow:hidden!important;
  }
  body .alpha-mobile-drawer__nav .about-dropdown-menu,
  body .alpha-mobile-drawer__nav .services-dropdown-menu{
    position:static!important;
    inset:auto!important;
    right:auto!important;
    left:auto!important;
    top:auto!important;
    bottom:auto!important;
    transform:none!important;
    translate:none!important;
    min-width:0!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:8px!important;
    box-sizing:border-box!important;
    display:none!important;
    flex-direction:column!important;
    align-items:stretch!important;
    overflow:hidden!important;
    text-align:center!important;
  }
  body .alpha-mobile-drawer__nav .about-dropdown-wrapper.open .about-dropdown-menu,
  body .alpha-mobile-drawer__nav .services-dropdown-wrapper.open .services-dropdown-menu{
    display:flex!important;
  }
  body .alpha-mobile-drawer__nav .about-dropdown-menu a,
  body .alpha-mobile-drawer__nav .services-dropdown-menu a{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:11px 14px!important;
    box-sizing:border-box!important;
    text-align:center!important;
    white-space:normal!important;
    direction:rtl!important;
  }
}


/* v80: fixed mobile menu - centered submenu titles and visible drawer */
.atm-mobile-overlay,.atm-mobile-drawer{display:none;}
@media (max-width:900px){
  html,body{overflow-x:hidden!important;}
  body.atm-mobile-open{overflow:hidden!important;}
  .site-header .brand,
  .site-header .main-nav,
  .site-header .header-actions,
  .site-header .icon-actions{display:none!important;}
  .site-header .menu-btn{
    display:inline-flex!important;width:46px!important;height:46px!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:6px!important;margin:0!important;padding:0!important;border:1px solid rgba(0,93,168,.14)!important;border-radius:14px!important;background:#f4f9ff!important;color:#005da8!important;cursor:pointer!important;
  }
  .site-header .menu-btn span{display:block!important;width:23px!important;height:2px!important;margin:0!important;border-radius:8px!important;background:currentColor!important;}
  .atm-mobile-overlay{position:fixed!important;inset:0!important;display:block!important;background:rgba(7,19,31,.45)!important;z-index:99997!important;opacity:0!important;visibility:hidden!important;transition:.25s ease!important;}
  .atm-mobile-drawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;display:flex!important;flex-direction:column!important;width:min(92vw,390px)!important;max-width:calc(100vw - 12px)!important;background:#fff!important;z-index:99998!important;transform:translateX(110%)!important;transition:.32s ease!important;box-shadow:-24px 0 60px rgba(0,32,64,.18)!important;direction:rtl!important;overflow-y:auto!important;overflow-x:hidden!important;box-sizing:border-box!important;}
  body.atm-mobile-open .atm-mobile-overlay{opacity:1!important;visibility:visible!important;}
  body.atm-mobile-open .atm-mobile-drawer{transform:translateX(0)!important;}
  .atm-mobile-head{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:22px 18px 16px!important;border-bottom:1px solid rgba(0,93,168,.10)!important;}
  .atm-mobile-title{width:100%!important;text-align:center!important;font-weight:900!important;color:#005da8!important;font-size:21px!important;line-height:1.5!important;}
  .atm-mobile-close{position:absolute!important;left:18px!important;top:18px!important;width:42px!important;height:42px!important;border:0!important;border-radius:14px!important;background:#eef7ff!important;color:#005da8!important;font-size:28px!important;line-height:1!important;cursor:pointer!important;}
  .atm-mobile-nav{display:flex!important;flex-direction:column!important;width:100%!important;padding:14px 16px 26px!important;gap:8px!important;box-sizing:border-box!important;}
  .atm-mobile-nav a,.atm-mobile-toggle{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:52px!important;padding:12px 48px!important;border-radius:16px!important;color:#102033!important;text-decoration:none!important;font-weight:800!important;font-size:16px!important;line-height:1.6!important;text-align:center!important;background:#fff!important;border:1px solid rgba(0,93,168,.08)!important;box-sizing:border-box!important;font-family:inherit!important;white-space:normal!important;}
  .atm-mobile-toggle{cursor:pointer!important;}
  .atm-mobile-toggle::before{content:'+'!important;position:absolute!important;left:22px!important;top:50%!important;transform:translateY(-50%)!important;color:#005da8!important;font-size:20px!important;font-weight:900!important;line-height:1!important;}
  .atm-mobile-group.open .atm-mobile-toggle::before{content:'–'!important;}
  .atm-mobile-nav a:hover,.atm-mobile-toggle:hover{background:#eef7ff!important;color:#005da8!important;}
  .atm-mobile-group{display:flex!important;flex-direction:column!important;width:100%!important;gap:8px!important;box-sizing:border-box!important;}
  .atm-mobile-submenu{display:none!important;flex-direction:column!important;width:100%!important;gap:6px!important;padding:8px!important;border-radius:18px!important;background:#f7fbff!important;box-sizing:border-box!important;}
  .atm-mobile-group.open .atm-mobile-submenu{display:flex!important;}
  .atm-mobile-submenu a{min-height:44px!important;font-size:14px!important;font-weight:700!important;padding:10px 14px!important;background:#fff!important;border-radius:14px!important;justify-content:center!important;text-align:center!important;}
  .atm-mobile-foot{margin-top:auto!important;padding:16px 20px 22px!important;text-align:center!important;color:#6b7280!important;font-size:13px!important;border-top:1px solid rgba(0,93,168,.08)!important;}
  .atm-mobile-foot a{color:#005da8!important;text-decoration:none!important;font-weight:900!important;}
}
@media (max-width:520px){.atm-mobile-drawer{width:calc(100vw - 18px)!important;}.atm-mobile-nav{padding-inline:12px!important;}.atm-mobile-nav a,.atm-mobile-toggle{padding-inline:44px!important;}}

/* Projects CTA quote button fix */
.projects-cta-strip .primary-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:190px;
  padding:14px 30px;
  border-radius:999px;
  background:#fff;
  color:#005da8;
  text-decoration:none;
  font-weight:900;
  font-size:17px;
  line-height:1.2;
  border:2px solid #fff;
  box-shadow:0 12px 28px rgba(0,0,0,.16);
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;
}
.projects-cta-strip .primary-btn:hover{
  transform:translateY(-2px);
  background:#10aee5;
  color:#fff;
  border-color:#10aee5;
  box-shadow:0 16px 34px rgba(0,0,0,.22);
}
.projects-cta-strip .primary-btn:focus-visible{
  outline:3px solid rgba(255,255,255,.75);
  outline-offset:4px;
}

/* Description-only services layout */
.service-detail-card.service-text-only{display:block;min-height:0;text-align:center;}
.service-detail-card.service-text-only>div{padding:34px 30px;}
.service-detail-card.service-text-only p{max-width:620px;margin-inline:auto;}
.alpha-service-card.service-description-only{min-height:270px;background:#fff;border:1px solid rgba(0,93,168,.10);box-shadow:0 18px 48px rgba(0,45,92,.09);display:flex;align-items:stretch;}
.alpha-service-card.service-description-only .service-content{position:relative;inset:auto;padding:30px;text-align:center;color:#07131f;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;}
.alpha-service-card.service-description-only h3{color:#07131f;margin:10px 0 12px;}
.alpha-service-card.service-description-only p{color:#5b6673;line-height:1.9;margin:0 0 16px;}
.alpha-service-card.service-description-only .service-number{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#eef7ff;color:#005da8;font-weight:900;}
.alpha-service-card.service-description-only .service-more{color:#005da8;text-decoration:none;font-weight:800;}

/* v57 partners page and footer logo */
.partners-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.partner-card{background:#fff;border:1px solid rgba(0,93,168,.1);border-radius:26px;padding:24px 20px;text-align:center;box-shadow:0 16px 46px rgba(0,45,92,.09);display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-height:245px;transition:transform .25s ease,box-shadow .25s ease}
.partner-card:hover{transform:translateY(-5px);box-shadow:0 22px 56px rgba(0,45,92,.14)}
.partner-logo-wrap{width:100%;height:150px;display:flex;align-items:center;justify-content:center;padding:14px;background:#fff;border-radius:18px}
.partner-logo-wrap img{max-width:100%;max-height:120px;width:auto;height:auto;object-fit:contain;display:block}
.partner-card h3{margin:18px 0 0;color:#07131f;font-size:18px;line-height:1.6}
.alpha-footer-brand img[src*="footer-logo-new"]{height:auto!important;max-height:105px!important;max-width:190px!important;object-fit:contain!important}
@media(max-width:900px){.partners-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.partners-grid{grid-template-columns:1fr}.partner-card{min-height:220px}.partner-logo-wrap{height:135px}}

/* Mobile footer alignment: center company logo and quote button */
@media (max-width: 900px){
  .alpha-global-footer .alpha-footer-brand{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
  }
  .alpha-global-footer .alpha-footer-brand img{
    display:block !important;
    margin:0 auto 14px !important;
  }
  .alpha-global-footer .alpha-footer-col{
    align-items:center !important;
    text-align:center !important;
  }
  .alpha-global-footer .footer-quote{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    align-self:center !important;
    margin:8px auto 0 !important;
  }
}

/* Mobile header alignment: logo right, menu left */
@media (max-width:900px){
  .site-header,
  body .site-header,
  html body .site-header,
  .site-header.scrolled{
    position:fixed !important;
    justify-content:space-between !important;
    direction:rtl !important;
  }
  .site-header .brand{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    position:absolute !important;
    right:18px !important;
    left:auto !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    margin:0 !important;
    z-index:2 !important;
  }
  .site-header .brand img{
    display:block !important;
    width:auto !important;
    height:auto !important;
    max-width:118px !important;
    max-height:48px !important;
    object-fit:contain !important;
  }
  .site-header .menu-btn{
    position:absolute !important;
    left:18px !important;
    right:auto !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    margin:0 !important;
    z-index:3 !important;
  }
}
@media (max-width:520px){
  .site-header .brand{right:14px !important;}
  .site-header .brand img{max-width:105px !important;max-height:44px !important;}
  .site-header .menu-btn{left:14px !important;}
}
