/*!
Theme Name: Daniyal
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: daniyal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Daniyal is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}







/*--------------------------------------------------------------
# ROUAD STEEL — Industrial header & footer
# Append this block to the END of your theme's style.css
# (it intentionally overrides the default .main-navigation styles)
--------------------------------------------------------------*/

/* Fonts: add this line to header.php <head>, or it will fall back gracefully.
   <link href="https://fonts.googleapis.com/css2?family=Saira:wght@500;600;700;800&family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap" rel="stylesheet"> */

:root{
	--steel-950:#0E1A26;
	--steel-900:#13283A;
	--steel-800:#1B3A52;
	--steel-700:#234C6B;
	--steel-600:#2E6394;
	--steel-500:#3A7CB8;
	--steel-400:#5C9AD0;
	--steel-300:#9CC2E2;
	--ink-900:#15191E;
	--ink-700:#2B313A;
	--ink-600:#3D4651;
	--ink-500:#5A6573;
	--ink-400:#8A95A3;
	--line:#E1E7ED;
	--bg-100:#F4F7FA;
	--bg-50:#FAFBFD;
	--white:#FFFFFF;
	--head:"Saira",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
	--body:"IBM Plex Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
	--wrap:1240px;
	--shadow-md:0 10px 30px rgba(15,30,45,.12);
}

body{font-family:var(--body);color:var(--ink-700);background:var(--white)}
html[dir="rtl"] body{font-family:"IBM Plex Sans Arabic",var(--body)}
html[dir="rtl"] .brand-name,html[dir="rtl"] .site-header h2,html[dir="rtl"] .foot-cta h3{font-family:"IBM Plex Sans Arabic",var(--head)}

.wrap{max-width:var(--wrap);margin:0 auto;padding:0 28px}

/* =========================================================
   TOP UTILITY BAR
   ========================================================= */
.topbar{background:var(--steel-950);color:#B7C6D4;font-size:13px;border-bottom:1px solid rgba(255,255,255,.06)}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;min-height:42px;gap:18px}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.tb-item{display:flex;align-items:center;gap:8px;white-space:nowrap}
.tb-item svg{width:14px;height:14px;flex:none;opacity:.75}
.topbar a{color:inherit;text-decoration:none}
.topbar a:hover{color:#fff}
.tb-cert{display:flex;align-items:center;gap:8px;color:#8FA6B8}
.tb-dot{width:6px;height:6px;border-radius:50%;background:var(--steel-500);flex:none}
.langs{display:flex;align-items:center;border:1px solid rgba(255,255,255,.16);border-radius:5px;overflow:hidden}
.langs a{font-size:12px;font-weight:600;letter-spacing:.04em;color:#B7C6D4;padding:5px 12px;line-height:1;text-decoration:none}
.langs a.active{background:var(--steel-500);color:#fff}
.tb-wa svg{color:#3DDC84;opacity:1}
.tb-wa a:hover{color:#3DDC84}

/* Floating WhatsApp button */
.wa-float{position:fixed;bottom:22px;inset-inline-end:22px;z-index:90}
.wa-fab{position:relative;display:flex;width:60px;height:60px;border-radius:50%;background:#25D366;align-items:center;justify-content:center;box-shadow:0 10px 26px rgba(37,211,102,.42);transition:transform .2s ease}
.wa-fab:hover{transform:scale(1.07)}
.wa-fab svg{width:32px;height:32px;fill:#fff}
.wa-fab::before{content:"";position:absolute;inset:0;border-radius:50%;animation:waPulse 2.4s infinite;z-index:-1}
@keyframes waPulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.5)}70%{box-shadow:0 0 0 18px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}
.wa-tip{position:absolute;bottom:72px;inset-inline-end:0;background:var(--steel-950);color:#fff;font-size:13px;font-weight:600;padding:9px 13px;border-radius:9px;white-space:nowrap;opacity:0;visibility:hidden;transform:translateY(6px);transition:.2s ease;pointer-events:none;box-shadow:var(--shadow-md)}
.wa-tip::after{content:"";position:absolute;bottom:-5px;inset-inline-end:22px;width:10px;height:10px;background:var(--steel-950);transform:rotate(45deg)}
.wa-fab:hover .wa-tip{opacity:1;visibility:visible;transform:translateY(0)}

/* =========================================================
   MAIN HEADER
   ========================================================= */
.site-header{position:sticky;top:0;z-index:60;background:var(--white);border-bottom:1px solid var(--line);transition:box-shadow .25s ease;width:100%}
.site-header.scrolled{box-shadow:var(--shadow-md)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:84px}

/* Branding */
.site-branding{display:flex;align-items:center}
.custom-logo-link img{max-height:54px;width:auto}
.brand{display:flex;align-items:center;gap:14px;text-decoration:none}
.brand-mark{width:46px;height:46px;flex:none}
.brand-mark .ring{fill:none;stroke:var(--steel-700);stroke-width:6}
.brand-mark .ring-in{stroke:var(--steel-500)}
.brand-mark .bar{fill:var(--steel-700)}
.brand-text{display:flex;flex-direction:column;line-height:1.05}
.brand-name{font-family:var(--head);font-weight:800;font-size:21px;color:var(--steel-900);text-transform:uppercase;white-space:nowrap}
.brand-sub{font-size:11px;font-weight:500;letter-spacing:.16em;color:var(--ink-400);text-transform:uppercase;margin-top:3px}
html[dir="rtl"] .brand-sub{letter-spacing:0}

/* Primary nav (overrides default .main-navigation) */
.primary-nav{display:flex;align-items:center;width:auto}
.primary-nav ul:not(.sub-menu){display:flex;align-items:center;gap:2px;margin:0;padding:0;list-style:none}
.primary-nav ul:not(.sub-menu) > li{position:relative;margin:0}
.primary-nav ul:not(.sub-menu) > li > a{display:flex;align-items:center;gap:6px;white-space:nowrap;font-size:15px;font-weight:600;color:var(--ink-700);text-decoration:none;padding:12px 15px;border-radius:7px;transition:color .15s,background .15s}
.primary-nav ul:not(.sub-menu) > li > a:hover{color:var(--steel-600);background:var(--bg-100)}
.primary-nav .menu-item-has-children > a::after{content:"";width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.6;margin-inline-start:2px}
.primary-nav .current-menu-item > a,.primary-nav .current_page_item > a{color:var(--steel-600)}

/* Dropdown (overrides default left:-999em behaviour) */
.primary-nav .sub-menu{position:absolute;top:calc(100% + 6px);inset-inline-start:0;left:auto;min-width:248px;background:var(--white);border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow-md);padding:8px;margin:0;list-style:none;opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s ease;z-index:99999}
.primary-nav .menu-item-has-children:hover > .sub-menu,
.primary-nav .menu-item-has-children:focus-within > .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.primary-nav .sub-menu li{margin:0}
.primary-nav .sub-menu li a{display:block;width:auto;padding:10px 13px;border-radius:7px;font-size:14.5px;font-weight:500;color:var(--ink-600);text-decoration:none}
.primary-nav .sub-menu li a:hover{background:var(--bg-100);color:var(--steel-600)}

/* Header actions */
.header-actions{display:flex;align-items:center;gap:14px}
.btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--body);font-size:14.5px;font-weight:600;padding:12px 22px;border-radius:8px;cursor:pointer;border:1px solid transparent;text-decoration:none;transition:transform .12s ease,background .15s;white-space:nowrap}
.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--steel-600);color:#fff;box-shadow:0 6px 16px rgba(46,99,148,.28)}
.btn-primary:hover{background:var(--steel-700);color:#fff}
.btn-primary svg{width:16px;height:16px}

/* Hamburger (override default .menu-toggle) */
.menu-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:9px;background:var(--white);cursor:pointer;align-items:center;justify-content:center;flex:none;padding:0}
.menu-toggle span{position:relative;width:20px;height:2px;background:var(--ink-700);transition:.2s}
.menu-toggle span::before,.menu-toggle span::after{content:"";position:absolute;left:0;width:20px;height:2px;background:var(--ink-700);transition:.2s}
.menu-toggle span::before{top:-6px}
.menu-toggle span::after{top:6px}
body.nav-open .menu-toggle span{background:transparent}
body.nav-open .menu-toggle span::before{top:0;transform:rotate(45deg)}
body.nav-open .menu-toggle span::after{top:0;transform:rotate(-45deg)}

/* =========================================================
   FOOTER CTA STRIP
   ========================================================= */
.foot-cta{background:var(--steel-600);color:#fff;position:relative;overflow:hidden}
.foot-cta::after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(135deg,rgba(255,255,255,.05) 0 2px,transparent 2px 24px)}
.foot-cta-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px 28px;flex-wrap:wrap}
.foot-cta h3{font-family:var(--head);font-weight:700;font-size:26px;margin:0 0 4px;clear:none}
.foot-cta p{margin:0;color:#D5E3F0;font-size:15px}
.foot-cta .btn{background:#fff;color:var(--steel-700)}
.foot-cta .btn:hover{background:#EAF1F8;color:var(--steel-700)}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer{background:var(--steel-950);color:#9FB2C2}
.footer-main{padding:62px 0 46px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.4fr;gap:40px}
.footer-col h4{font-family:var(--head);font-size:14px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin:0 0 20px}
html[dir="rtl"] .footer-col h4{letter-spacing:.02em}
.footer-col ul{margin:0;padding:0;list-style:none}
.footer-col ul li{margin-bottom:11px}
.footer-col ul li a{font-size:14.5px;color:#9FB2C2;text-decoration:none;transition:color .15s;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}
.footer-col ul li a:hover{color:#fff}
.footer-col ul li a::before{content:"";width:5px;height:5px;border-top:1.5px solid var(--steel-500);border-right:1.5px solid var(--steel-500);transform:rotate(45deg);opacity:.7;flex:none}
html[dir="rtl"] .footer-col ul li a::before{transform:rotate(225deg)}

.footer-brand .brand{margin-bottom:18px}
.footer-brand .brand-name{color:#fff;white-space:nowrap}
.footer-brand .brand-sub{color:var(--steel-300)}
.footer-brand .brand-mark .ring{stroke:var(--steel-400)}
.footer-brand .brand-mark .ring-in{stroke:var(--steel-300)}
.footer-brand .brand-mark .bar{fill:var(--steel-400)}
.footer-about{font-size:14.5px;line-height:1.7;color:#8DA2B4;max-width:330px;margin:0 0 22px}
.foot-social{display:flex;gap:10px}
.foot-social a{width:40px;height:40px;border-radius:8px;background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;transition:.15s}
.foot-social a:hover{background:var(--steel-500)}
.foot-social svg{width:18px;height:18px;fill:#C6D4E0}
.foot-social a:hover svg{fill:#fff}

.contact-list{list-style:none;margin:0;padding:0}
.contact-list li{display:flex;gap:12px;margin-bottom:16px;font-size:14.5px;line-height:1.55;color:#9FB2C2}
.contact-list svg{width:18px;height:18px;flex:none;margin-top:2px;stroke:var(--steel-400)}
.contact-list a{color:inherit;text-decoration:none}
.contact-list a:hover{color:#fff}
.contact-list b{color:#fff;font-weight:600;display:block;font-size:13px;letter-spacing:.02em}

.certs{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}
.cert-badge{display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.12);border-radius:7px;padding:8px 12px;font-size:12px;font-weight:600;color:#C6D4E0;background:rgba(255,255,255,.03)}
.cert-badge .tb-dot{background:var(--steel-400)}

.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:22px 0}
.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.footer-bottom p{margin:0;font-size:13px;color:#7E94A6}
.footer-bottom .legal{display:flex;gap:22px}
.footer-bottom .legal a{font-size:13px;color:#7E94A6;text-decoration:none}
.footer-bottom .legal a:hover{color:#fff}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width:1080px){
	.footer-grid{grid-template-columns:1fr 1fr;gap:36px}
	.footer-brand{grid-column:1 / -1}
}
@media (max-width:900px){
	.menu-toggle{display:flex}
	.header-actions .btn-text{display:none}
	.primary-nav{position:fixed;inset:0 0 0 auto;width:min(360px,86vw);background:var(--white);flex-direction:column;align-items:stretch;padding:24px 20px;gap:0;transform:translateX(100%);transition:transform .28s ease;z-index:70;overflow-y:auto;box-shadow:var(--shadow-md)}
	html[dir="rtl"] .primary-nav{inset:0 auto 0 0;transform:translateX(-100%)}
	body.nav-open .primary-nav{transform:translateX(0)}
.primary-nav ul:not(.sub-menu){flex-direction:column;align-items:stretch;gap:2px;width:100%;display:flex}
	.primary-nav ul:not(.sub-menu) > li > a{padding:15px 14px;font-size:16px;border-radius:9px;justify-content:space-between}
	.primary-nav .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;background:var(--bg-100);border-radius:9px;margin:2px 0 6px;display:none}
	.primary-nav .menu-item-has-children.open > .sub-menu{display:block}
	.nav-backdrop{position:fixed;inset:0;background:rgba(14,26,38,.5);opacity:0;visibility:hidden;transition:.25s;z-index:65}
	body.nav-open .nav-backdrop{opacity:1;visibility:visible}
	.mobile-cta{display:block;margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}
	.mobile-cta .btn{width:100%;justify-content:center}
}
@media (min-width:901px){
	.nav-backdrop,.mobile-cta{display:none}
}
@media (max-width:620px){
	.wrap{padding:0 18px}
	.topbar-right .tb-cert{display:none}
	.topbar-left .tb-mail{display:none}
	.header-inner{min-height:72px}
	.brand-mark{width:40px;height:40px}
	.brand-name{font-size:18px}
	.footer-grid{grid-template-columns:1fr;gap:34px}
	.foot-cta-inner{flex-direction:column;align-items:flex-start;text-align:start}
	.footer-bottom-inner{flex-direction:column;align-items:flex-start}
}
@media (max-width:420px){
	.topbar-left .tb-mail{display:none}
}
@media (max-width:620px){
	.wa-float{bottom:18px;inset-inline-end:18px}
	.wa-fab{width:54px;height:54px}
	.wa-fab svg{width:28px;height:28px}
	.topbar-left .tb-wa{display:none}
}








/*--------------------------------------------------------------
# ROUAD STEEL — Front page sections
# Append AFTER the header/footer block in style.css
# (relies on the :root design tokens defined there)
--------------------------------------------------------------*/

.hp-section{padding:96px 0}
.hp-section.tight{padding:72px 0}
.hp-head{max-width:760px;margin:0 0 48px}
.hp-head.center{margin-inline:auto;text-align:center}
.hp-kicker{font-size:13px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--steel-600);display:inline-flex;align-items:center;gap:10px;margin:0 0 16px}
.hp-kicker::before{content:"";width:26px;height:2px;background:currentColor}
.hp-head.center .hp-kicker{justify-content:center}
.hp-kicker .ar{font-family:"IBM Plex Sans Arabic",sans-serif;letter-spacing:0;opacity:.7;font-weight:500}
.hp-h2{font-family:var(--head);font-weight:800;font-size:clamp(28px,3.6vw,42px);line-height:1.08;letter-spacing:-.01em;color:var(--steel-900);margin:0 0 18px}
.hp-lead{font-size:18px;line-height:1.65;color:var(--ink-600);margin:0}
html[dir="rtl"] .hp-kicker .ar{font-family:"IBM Plex Sans Arabic",sans-serif}

/* =========================================================
   HERO
   ========================================================= */
.hp-hero{position:relative;background:var(--steel-950);color:#fff;overflow:hidden;isolation:isolate}
.hp-hero .hp-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:-2}
.hp-hero::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(100deg,rgba(10,20,32,.82) 0%,rgba(13,32,52,.58) 48%,rgba(13,40,62,.2) 100%)}
.hp-hero::after{content:"";position:absolute;inset:0;z-index:-1;background:repeating-linear-gradient(135deg,rgba(255,255,255,.03) 0 2px,transparent 2px 22px)}
.hp-hero-inner{padding:104px 0 108px;max-width:780px}
.hp-hero .hp-kicker{color:var(--steel-300)}
.hp-hero h1{font-family:var(--head);font-weight:800;font-size:clamp(36px,5.4vw,62px);line-height:1.02;letter-spacing:-.015em;margin:14px 0 20px;text-shadow:0 2px 16px rgba(8,16,26,.45)}
.hp-hero h1 .hl{color:var(--steel-300)}
.hp-hero p.sub{font-size:19px;line-height:1.6;color:#C6D4E0;max-width:600px;margin:0 0 32px;text-shadow:0 1px 10px rgba(8,16,26,.5)}
.hp-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:54px}
.hp-hero .btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.32)}
.hp-hero .btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.06)}
.hp-hero-trust{display:flex;gap:14px 40px;flex-wrap:wrap;align-items:center;border-top:1px solid rgba(255,255,255,.12);padding-top:30px}
.hp-hero-trust .ht{display:flex;flex-direction:column}
.hp-hero-trust b{font-family:var(--head);font-size:32px;font-weight:700;line-height:1;color:#fff}
.hp-hero-trust span{font-size:13px;letter-spacing:.03em;color:var(--steel-300);margin-top:5px}
.hp-hero-trust .div{width:1px;height:40px;background:rgba(255,255,255,.14)}

/* =========================================================
   CERTIFICATION STRIP
   ========================================================= */
.hp-certbar{background:var(--bg-100);border-bottom:1px solid var(--line)}
.hp-certbar-inner{display:flex;align-items:center;justify-content:space-between;gap:18px 30px;flex-wrap:wrap;padding:26px 0}
.hp-certbar .lbl{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-400);white-space:nowrap}
.hp-certbar ul{display:flex;align-items:center;gap:12px 14px;flex-wrap:wrap;margin:0;padding:0;list-style:none}
.hp-certbar li{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:600;color:var(--steel-800);border:1px solid var(--line);background:#fff;border-radius:8px;padding:10px 15px}
.hp-certbar li svg{width:17px;height:17px;flex:none;color:var(--steel-500)}

/* =========================================================
   SPLIT (about / manufacturing)
   ========================================================= */
.hp-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hp-split.rev .hp-split-media{order:-1}
.hp-split-media{position:relative}
.hp-split ul.ticks{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:14px}
.hp-split ul.ticks li{display:flex;gap:12px;font-size:15.5px;color:var(--ink-700);line-height:1.5}
.hp-split ul.ticks svg{width:22px;height:22px;flex:none;color:var(--steel-500);margin-top:1px}
.hp-split ul.ticks b{color:var(--steel-900)}
.hp-split .btn{margin-top:30px}

/* Image placeholder */
.ph{position:relative;border-radius:14px;overflow:hidden;background:#dde4ea;background-image:repeating-linear-gradient(135deg,#e7edf2 0 13px,#dde6ed 13px 26px);display:flex;align-items:center;justify-content:center;min-height:380px}
.ph.cover{background-size:cover;background-position:center;background-image:none}
.ph .ph-tag{font-family:monospace;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#7d8c9c;background:rgba(255,255,255,.7);padding:6px 12px;border-radius:6px}
.ph-badge{position:absolute;inset-block-end:18px;inset-inline-start:18px;background:var(--steel-900);color:#fff;border-radius:10px;padding:14px 18px;box-shadow:var(--shadow-md)}
.ph-badge b{display:block;font-family:var(--head);font-size:24px;line-height:1}
.ph-badge span{font-size:12px;color:var(--steel-300);letter-spacing:.03em}

/* =========================================================
   PRODUCTS GRID
   ========================================================= */
.hp-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.pcard{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s}
.pcard:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--steel-300)}
.pcard .pcard-media{position:relative;height:188px;border-radius:0}
.pcard .pcard-media.ph{border-radius:0;min-height:0}
.pcard-media.cover{background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#cfd8e0}
.pcard-body{padding:24px 24px 26px;display:flex;flex-direction:column;flex:1}
.pcard h3{font-family:var(--head);font-weight:700;font-size:21px;color:var(--steel-900);margin:0 0 8px}
.pcard .spec{font-size:13px;font-weight:600;color:var(--steel-600);letter-spacing:.02em;margin:0 0 12px;display:flex;flex-wrap:wrap;gap:6px}
.pcard .spec span{background:var(--bg-100);border:1px solid var(--line);border-radius:5px;padding:3px 8px}
.pcard p{font-size:14.5px;line-height:1.6;color:var(--ink-500);margin:0 0 18px}
.pcard .more{margin-top:auto;font-size:14.5px;font-weight:600;color:var(--steel-600);display:inline-flex;align-items:center;gap:7px;text-decoration:none}
.pcard .more svg{width:15px;height:15px;transition:transform .18s}
.pcard:hover .more svg{transform:translateX(3px)}
html[dir="rtl"] .pcard:hover .more svg{transform:translateX(-3px)}

/* =========================================================
   CAPABILITIES (dark)
   ========================================================= */
.hp-dark{background:var(--steel-900);color:#fff;position:relative;overflow:hidden}
.hp-dark::after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0 2px,transparent 2px 24px);pointer-events:none}
.hp-dark .hp-h2{color:#fff}
.hp-dark .hp-kicker{color:var(--steel-300)}
.hp-dark .hp-lead{color:#C6D4E0}
.hp-dark > *{position:relative;z-index:1}
.hp-capgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:14px}
.capnum{border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:28px 24px;background:rgba(255,255,255,.03)}
.capnum b{font-family:var(--head);font-size:40px;font-weight:700;line-height:1;color:#fff;display:block}
.capnum b .u{font-size:20px;color:var(--steel-300)}
.capnum span{display:block;margin-top:10px;font-size:14px;color:#9FB6C8;line-height:1.45}

/* =========================================================
   INDUSTRIES
   ========================================================= */
.hp-ind-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.icard{border:1px solid var(--line);border-radius:14px;padding:30px 28px;background:#fff;transition:border-color .2s,box-shadow .2s}
.icard:hover{border-color:var(--steel-300);box-shadow:var(--shadow-md)}
.icard .ico{width:50px;height:50px;border-radius:12px;background:var(--bg-100);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.icard .ico svg{width:26px;height:26px;color:var(--steel-600)}
.icard h3{font-family:var(--head);font-weight:700;font-size:19px;color:var(--steel-900);margin:0 0 8px}
.icard p{font-size:14px;line-height:1.6;color:var(--ink-500);margin:0}

/* =========================================================
   WHY US
   ========================================================= */
.hp-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:16px;overflow:hidden}
.wcard{background:#fff;padding:34px 30px}
.wcard .ico{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--steel-600);margin-bottom:18px}
.wcard .ico svg{width:22px;height:22px;color:#fff}
.wcard h3{font-family:var(--head);font-weight:700;font-size:18px;color:var(--steel-900);margin:0 0 9px}
.wcard p{font-size:14px;line-height:1.6;color:var(--ink-500);margin:0}

/* =========================================================
   STANDARDS TABLE
   ========================================================= */
.hp-table-wrap{border:1px solid var(--line);border-radius:14px;overflow:hidden}
table.hp-table{width:100%;border-collapse:collapse;margin:0;font-size:14.5px}
table.hp-table caption{text-align:start;padding:0 0 14px;color:var(--ink-500);font-size:14px}
table.hp-table th,table.hp-table td{text-align:start;padding:15px 20px;border-bottom:1px solid var(--line)}
table.hp-table thead th{background:var(--steel-900);color:#fff;font-family:var(--head);font-weight:600;font-size:13px;letter-spacing:.04em;text-transform:uppercase}
table.hp-table tbody tr:last-child td{border-bottom:0}
table.hp-table tbody tr:nth-child(even){background:var(--bg-50)}
table.hp-table td b{color:var(--steel-800)}
table.hp-table td:first-child{font-weight:600;color:var(--steel-900)}

/* =========================================================
   FAQ
   ========================================================= */
.hp-faq{max-width:840px;margin-inline:auto}
.faq-item{border:1px solid var(--line);border-radius:12px;margin-bottom:14px;background:#fff;overflow:hidden}
.faq-item summary{list-style:none;cursor:pointer;padding:22px 24px;font-family:var(--head);font-weight:600;font-size:18px;color:var(--steel-900);display:flex;align-items:center;justify-content:space-between;gap:18px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary .pm{width:22px;height:22px;flex:none;position:relative}
.faq-item summary .pm::before,.faq-item summary .pm::after{content:"";position:absolute;background:var(--steel-500);border-radius:2px;transition:.2s}
.faq-item summary .pm::before{top:10px;left:2px;right:2px;height:2px}
.faq-item summary .pm::after{left:10px;top:2px;bottom:2px;width:2px}
.faq-item[open] summary .pm::after{transform:scaleY(0)}
.faq-item .faq-a{padding:0 24px 22px;font-size:15px;line-height:1.7;color:var(--ink-600)}

/* =========================================================
   BIG CTA
   ========================================================= */
.hp-cta{background:var(--steel-600);color:#fff;position:relative;overflow:hidden}
.hp-cta::after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(135deg,rgba(255,255,255,.05) 0 2px,transparent 2px 26px)}
.hp-cta-inner{position:relative;z-index:1;text-align:center;padding:84px 28px}
.hp-cta h2{font-family:var(--head);font-weight:800;font-size:clamp(28px,3.6vw,40px);margin:0 0 14px}
.hp-cta p{font-size:18px;color:#DBE7F2;max-width:560px;margin:0 auto 30px}
.hp-cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.hp-cta .btn-primary{background:#fff;color:var(--steel-700)}
.hp-cta .btn-primary:hover{background:#EAF1F8;color:var(--steel-700)}
.hp-cta .btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}
.hp-cta .btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.08)}

/* =========================================================
   TESTIMONIALS (dark)
   ========================================================= */
.hp-tgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.tcard{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:30px 28px;display:flex;flex-direction:column}
.tcard .qmark{font-family:var(--head);font-weight:800;font-size:56px;line-height:.7;color:var(--steel-400);height:30px}
.tcard p{font-size:15.5px;line-height:1.65;color:#D2DEEA;margin:16px 0 22px;flex:1}
.tcard .who{display:flex;align-items:center;gap:13px;margin-top:auto}
.tcard .av{width:46px;height:46px;border-radius:50%;background:var(--steel-500);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--head);font-weight:700;font-size:15px;flex:none}
.tcard .who b{display:block;font-size:15px;color:#fff;font-weight:600}
.tcard .who span{font-size:13px;color:var(--steel-300)}

/* =========================================================
   RECENT PROJECTS (carousel)
   ========================================================= */
.hp-projects-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:40px;flex-wrap:wrap}
.hp-projects-head .hp-head{margin:0}
.proj-nav{display:flex;gap:12px}
.proj-nav button{width:52px;height:52px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--steel-700);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s,border-color .15s}
.proj-nav button:hover{background:var(--steel-600);color:#fff;border-color:var(--steel-600)}
.proj-nav button svg{width:20px;height:20px}
html[dir="rtl"] .proj-nav svg{transform:scaleX(-1)}
.proj-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:6px;scrollbar-width:none;-ms-overflow-style:none}
.proj-track::-webkit-scrollbar{display:none}
.proj-card{position:relative;flex:0 0 auto;width:440px;max-width:84vw;height:380px;border-radius:16px;overflow:hidden;scroll-snap-align:start;text-decoration:none;color:#fff;background:#cfd8e0}
.proj-card .pimg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .55s ease}
.proj-card:hover .pimg{transform:scale(1.06)}
.proj-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,20,32,.05) 28%,rgba(10,20,32,.86) 100%)}
.proj-card .pinfo{position:absolute;inset-inline:0;bottom:0;z-index:2;padding:26px}
.proj-card .pcat{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--steel-300)}
html[dir="rtl"] .proj-card .pcat{letter-spacing:.02em}
.proj-card h3{font-family:var(--head);font-weight:700;font-size:23px;margin:9px 0 7px;color:#fff}
.proj-card .ploc{font-size:14px;color:#C6D4E0;display:flex;align-items:center;gap:7px}
.proj-card .ploc svg{width:15px;height:15px;flex:none}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width:980px){
	.hp-products-grid,.hp-ind-grid,.hp-why-grid,.hp-tgrid{grid-template-columns:repeat(2,1fr)}
	.hp-capgrid{grid-template-columns:repeat(2,1fr)}
	.hp-split{grid-template-columns:1fr;gap:38px}
	.hp-split.rev .hp-split-media{order:0}
	.ph{min-height:300px}
}
@media (max-width:640px){
	.hp-section{padding:64px 0}
	.hp-section.tight{padding:52px 0}
	.hp-hero-inner{padding:54px 0 58px}
	.hp-hero .hp-kicker{font-size:11px;letter-spacing:.12em;margin-bottom:14px}
	.hp-hero h1{font-size:30px;line-height:1.1;margin:10px 0 16px}
	.hp-hero p.sub{font-size:15.5px;line-height:1.55;margin-bottom:26px}
	.hp-hero-actions{gap:10px;margin-bottom:40px}
	.hp-hero-actions .btn{flex:1 1 auto;justify-content:center;padding-inline:16px}
	.hp-products-grid,.hp-ind-grid,.hp-why-grid,.hp-capgrid,.hp-tgrid{grid-template-columns:1fr}
	.hp-why-grid{gap:1px}
	.hp-hero-trust{gap:14px 22px;padding-top:24px}
	.hp-hero-trust b{font-size:26px}
	.hp-hero-trust span{font-size:12px}
	.hp-hero-trust .div{display:none}
	.hp-certbar-inner{justify-content:flex-start}
	table.hp-table{font-size:13px}
	table.hp-table th,table.hp-table td{padding:12px 13px}
}
@media (max-width:380px){
	.hp-hero h1{font-size:26px}
	.hp-hero-actions{flex-direction:column}
	.hp-hero-actions .btn{width:100%}
	.hp-hero-trust b{font-size:23px}
	.proj-card{height:330px}
}
