@font-face {
    font-family: "Bahij TheSansArabic";
    src: url("fonts/Bahij_TheSansArabic-Plain.eot?") format("eot"),
    url("fonts/Bahij_TheSansArabic-Plain.woff") format("woff"),
    url("fonts/Bahij_TheSansArabic-Plain.ttf") format("truetype"),
    url("fonts/Bahij_TheSansArabic-Plain.svg#BahijTheSansArabic-Plain") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Bahij TheSansArabic";
    src: url("fonts/Bahij_TheSansArabic-Bold.eot?") format("eot"),
    url("fonts/Bahij_TheSansArabic-Bold.woff") format("woff"),
    url("fonts/Bahij_TheSansArabic-Bold.ttf") format("truetype"),
    url("fonts/Bahij_TheSansArabic-Bold.svg#BahijTheSansArabic-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Bahij TheSansArabic";
    src: url("fonts/Bahij_TheSansArabic-SemiLight.eot?") format("eot"),
    url("fonts/Bahij_TheSansArabic-SemiLight.woff") format("woff"),
    url("fonts/Bahij_TheSansArabic-SemiLight.ttf") format("truetype"),
    url("fonts/Bahij_TheSansArabic-SemiLight.svg#BahijTheSansArabic-SemiLight") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "DINNextLTArabic";
    src: url("fonts/DINNextLTArabic-Regular?") format("eot"),
    url("fonts/DINNextLTArabic-Regular.woff") format("woff"),
    url("fonts/DINNextLTArabic-Regular.woff2") format("woff2"),
    url("fonts/DINNextLTArabic-Regular.ttf") format("truetype"),
    url("fonts/DINNextLTArabic-Regular.svg#DINNextLTArabic-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "DINNextLTArabic";
    src: url("fonts/DINNextLTArabic-Light?") format("eot"),
    url("fonts/DINNextLTArabic-Regular.woff") format("woff"),
    url("fonts/DINNextLTArabic-Light.woff2") format("woff2"),
    url("fonts/DINNextLTArabic-Light.ttf") format("truetype"),
    url("fonts/DINNextLTArabic-Light.svg#DINNextLTArabic-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "DINNextLTArabic";
    src: url("fonts/DINNextLTArabic-Regular?") format("eot"),
    url("fonts/DINNextLTArabic-Medium.woff") format("woff"),
    url("fonts/DINNextLTArabic-Medium.woff2") format("woff2"),
    url("fonts/DINNextLTArabic-Medium.ttf") format("truetype"),
    url("fonts/DINNextLTArabic-Medium.svg#DINNextLTArabic-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

:root {
    --navy: #052840;
    --navy-dark: #031b2c;
    --gold: #f6ad14;
    --orange: #ee6b21;
    --white: #ffffff;
    --primary-font: "Bahij TheSansArabic", Arial, Helvetica, sans-serif;
    --secondary-font: "DINNextLTArabic", Arial, Helvetica, sans-serif;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: var(--secondary-font);
    font-weight: 400;
    color: var(--white);
    background: var(--navy-dark);
}

.coming-soon {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: url("../images/almoallam-comingsoon-background.webp") center right / cover no-repeat;
}

.coming-soon::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 3px 3px;
    opacity: 0.35;
    pointer-events: none;
}

.brand-logo {
    max-width: 190px;
    height: auto;
}

.content-wrap {
    position: relative;
    z-index: 2;
    padding: 48px 0 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-title {
    margin-top: 80px;
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: clamp(2rem, 4vw, 6rem);
}

.hero-title .gold {
    color: var(--gold);
    display: block;
    font-weight: 400;
}

.lead-copy {
	margin-top: 28px;
	font-size: clamp(1.05rem, 1.4vw, 1.45rem);
	line-height: 1.35;
	font-weight: 500;
	text-transform: uppercase;
}

.divider {
    width: 135px;
    height: 3px;
    background: var(--gold);
    margin: 20px 0;
}

.sub-copy {
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(1.05rem, 1.4vw, 1.45rem);
}

.urgent-copy {
    margin-top: 26px;
    color: var(--gold);
	font-size: clamp(1.05rem, 1.4vw, 1.45rem);
}

.contact-row {
    margin-top: 34px;
    row-gap: 18px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.25;
}
.contact-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}
.contact-icon {
	width: 32px;
	height: 32px;
	min-width: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--gold);
	color: var(--navy-dark);
	font-size: 20px;
}

.contact-icon.orange {
    background: var(--orange);
    color: var(--white);
}

.contact-icon.linkedin {
    background: #1f78b7;
    color: var(--white);
    font-weight: 700;
}

.footer-strip {
    position: relative;
    z-index: 2;
    margin-top: 55px;
    padding: 20px 24px;
    background:linear-gradient( to right, transparent 0%, rgba(3, 27, 44, 0.9), transparent 100% );
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(28px, 6vw, 90px);
    flex-wrap: wrap;
}

.footer-logo {
    opacity: 0.72;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1rem, 1.6vw, 1.8rem);
    font-weight: 700;
    letter-spacing: -0.5px;
    text-align: center;
}

@media (max-width: 991.98px) {
    .coming-soon {
        background:
            linear-gradient(180deg, rgba(3, 27, 44, 0.26) 0%, rgba(3, 27, 44, 0.22) 58%, rgba(3, 27, 44, 0.2) 100%),
            url("../images/almoallam-comingsoon-background.webp") center / cover no-repeat;
    }

    .hero-title {
        margin-top: 56px;
    }
}

@media (max-width: 575.98px) {
    .content-wrap {
        padding: 30px 15px 24px;
    }

    .brand-logo {
        max-width: 155px;
    }

    .hero-title {
        margin-top: 48px;
        letter-spacing: 1px;
    }

    .divider {
        margin: 28px 0;
    }

    .footer-strip {
        margin-top: 40px;
        gap: 22px 0px;
    }
}