*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Tajawal',sans-serif;
}

body{
background:#f7f9fc;
color:#333;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

header{
background:#005a9c;
padding:15px 0;
}

header .container{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo img{
height:70px;
}

nav a{
color:white;
text-decoration:none;
font-weight:bold;
}

.hero{
height:90vh;
background-size:cover;
background-position:center;
position:relative;
}

.overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,.45);
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
color:white;
}

.hero h1{
font-size:60px;
margin-bottom:20px;
}

.hero p{
font-size:24px;
margin-bottom:30px;
}

.btn{
background:#0099ff;
color:white;
padding:15px 35px;
text-decoration:none;
border-radius:6px;
}

.stats{
padding:80px 0;
}

.stats .container{
display:flex;
justify-content:center;
gap:30px;
}

.card{
background:white;
padding:40px;
border-radius:10px;
width:250px;
text-align:center;
box-shadow:0 0 20px rgba(0,0,0,.08);
}

.card h2{
color:#005a9c;
font-size:40px;
}

footer{
background:#003b66;
color:white;
padding:20px;
text-align:center;
margin-top:50px;
}

.page-header{
background:#005a9c;
color:white;
padding:60px 0;
text-align:center;
}

.content{
padding:60px 0;
line-height:2;
}

.projects,
.news{
padding:60px 0;
}

.project-card,
.news-card{
background:white;
padding:20px;
margin-bottom:25px;
border-radius:10px;
box-shadow:0 0 15px rgba(0,0,0,.08);
}

.project-card img,
.news-card img{
width:100%;
height:250px;
object-fit:cover;
border-radius:8px;
margin-bottom:15px;
}

/* Contact Page */

.contact-section{
    padding:60px 0;
}

.contact-section form{
    max-width:800px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:15px;
}

.contact-section input,
.contact-section textarea{
    width:100%;
    padding:15px;
    border:1px solid #d9d9d9;
    border-radius:8px;
    font-size:16px;
    font-family:'Tajawal',sans-serif;
    background:#fff;
}

.contact-section textarea{
    min-height:180px;
    resize:vertical;
}

.contact-section button{
    background:#005a9c;
    color:white;
    border:none;
    padding:15px;
    border-radius:8px;
    cursor:pointer;
    font-size:16px;
    font-weight:bold;
}

.contact-section button:hover{
    background:#00467a;
}

.success-message{
    background:#d4edda;
    color:#155724;
    padding:15px;
    border-radius:8px;
    margin-bottom:20px;
    text-align:center;
}

.form-row{
    display:flex;
    gap:15px;
    margin-bottom:15px;
}

.form-row input{
    flex:1;
}

.contact-section input,
.contact-section textarea{
    width:100%;
    padding:15px;
    border:1px solid #d8d8d8;
    border-radius:8px;
    font-size:16px;
}

.contact-section button{
    width:100%;
    background:#005a9c;
    color:white;
    border:none;
    padding:15px;
    border-radius:8px;
    font-size:18px;
    cursor:pointer;
}

.nav-search input{
padding:8px 12px;
border:none;
border-radius:6px;
width:180px;
}

.tender-card{
background:white;
padding:25px;
margin-bottom:20px;
border-radius:10px;
box-shadow:0 0 15px rgba(0,0,0,.08);
}

.closing-date{
margin-top:15px;
font-weight:bold;
color:#005a9c;
}

.nav-search input{
padding:8px 12px;
border-radius:6px;
border:none;
}

table{
width:100%;
border-collapse:collapse;
}

table th{
background:#005a9c;
color:white;
padding:12px;
}

table td{
padding:12px;
border:1px solid #ddd;
}

.footer-links{
margin-top:15px;
}

.footer-links a{
color:white;
text-decoration:none;
margin:0 10px;
}

/* Navigation */

nav{
display:flex;
align-items:center;
gap:20px;
}

nav ul{
display:flex;
flex-direction:row;
list-style:none;
gap:20px;
margin:0;
padding:0;
align-items:center;
}

nav ul li{
display:block;
}

nav ul li a{
color:white;
text-decoration:none;
font-weight:bold;
padding:8px 12px;
display:block;
}

/* Force Horizontal Navigation */

header .container{
    display:flex !important;
    justify-content:space-between !important;
    align-items:center !important;
}

nav{
    display:flex !important;
    align-items:center !important;
    gap:20px !important;
}

nav ul{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:wrap !important;
    list-style:none !important;
    margin:0 !important;
    padding:0 !important;
    gap:15px !important;
    align-items:center !important;
}

nav ul li{
    display:inline-block !important;
}

nav ul li a{
    display:block !important;
    color:white;
    text-decoration:none;
}

#footer-datetime{
margin-top:10px;
font-size:14px;
color:#d9e6f2;
}

.footer-divider{
    width:50%;
    margin:20px auto;
    border:0;
    border-top:1px solid rgba(255,255,255,0.3);
}

.top-info{

    margin-top:15px;

    font-size:18px;

    font-weight:bold;

    text-align:center;

    color:white;

}

#temperature{

    color:#FFD700;

}

.hero{
    position:relative;
    height:100vh;
    overflow:hidden;
}

.hero-video{

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:100%;

    object-fit:cover;

    opacity:0.30;

    z-index:1;

}

.overlay{

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:100%;

    background:rgba(0,0,0,0.35);

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    color:white;

    z-index:2;

}

.about-page{

padding:60px 0;

line-height:2;

}

.about-image{

    display:block;

    width:100%;

    max-width:900px;

    height:auto;

    margin:40px auto;

    border-radius:12px;

    box-shadow:0 10px 25px rgba(0,0,0,.2);

}

.about-page h2{

color:#005A9C;

margin-bottom:20px;

}

.about-page h3{

color:#0077B6;

margin-top:35px;

margin-bottom:15px;

border-right:5px solid #0077B6;

padding-right:12px;

}

.about-page ul{

padding-right:25px;

}

.about-page li{

margin-bottom:10px;

}

.about-table{

width:100%;

border-collapse:collapse;

margin-top:25px;

}

.about-table th{

background:#005A9C;

color:#fff;

padding:12px;

}

.about-table td{

border:1px solid #ddd;

padding:12px;

}

.about-table tr:nth-child(even){

background:#f7f7f7;

}

.privacy-page{

    padding:60px 0;

    line-height:2.1;

}

.privacy-page h2{

    color:#005A9C;

    margin-top:35px;

    margin-bottom:15px;

    border-right:5px solid #005A9C;

    padding-right:12px;

}

.privacy-page p{

    text-align:justify;

    margin-bottom:15px;

}

.privacy-page ul{

    padding-right:25px;

}

.privacy-page li{

    margin-bottom:10px;

}

.policy-note{

    margin-top:40px;

    padding:15px;

    background:#f5f5f5;

    border-right:5px solid #005A9C;

    font-weight:bold;

}

.terms-page{

    padding:60px 0;

    line-height:2.1;

}

.terms-page h2{

    color:#005A9C;

    margin-top:35px;

    margin-bottom:15px;

    border-right:5px solid #005A9C;

    padding-right:12px;

}

.terms-page p{

    text-align:justify;

    margin-bottom:15px;

}

.terms-page ul{

    padding-right:25px;

}

.terms-page li{

    margin-bottom:10px;

}

.terms-note{

    margin-top:40px;

    padding:15px;

    background:#f5f5f5;

    border-right:5px solid #005A9C;

    font-weight:bold;

}

.visitor-stats{

padding:40px 0;

background:#f5f8fb;

}

.visitor-stats .container{

display:flex;

justify-content:center;

gap:40px;

flex-wrap:wrap;

}

.visitor-card{

width:280px;

padding:25px;

background:#fff;

border-radius:12px;

box-shadow:0 5px 15px rgba(0,0,0,.1);

text-align:center;

}

.visitor-card h3{

color:#005A9C;

margin-bottom:15px;

}

.visitor-card p{

font-size:32px;

font-weight:bold;

color:#222;

}

.social-bar{

    background:#005A9C;

    padding:18px 0;

}

.social-bar .container{

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

}

.social-links{

    display:flex;

    gap:15px;

}

.social-links a{

    width:45px;

    height:45px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    text-decoration:none;

    color:#fff;

    font-size:22px;

    transition:.3s;

}

.facebook{

    background:#1877F2;

}

.twitter-x{

    background:#000;

}

.social-links a:hover{

    transform:scale(1.1);

}

.email-address{

    font-size:18px;

    font-weight:bold;

}

.email-address i{

    color:#FFD700;

    margin-left:8px;

}

.email-address a{

    color:#fff;

    text-decoration:none;

}

.email-address a:hover{

    color:#FFD700;

}

.contact-info{

    display:flex;

    align-items:center;

    gap:30px;

    flex-wrap:wrap;

}

.location-address{

    font-size:18px;

    font-weight:bold;

}

.location-address i{

    color:#e53935;

    margin-left:8px;

}

.location-address a{

    color:#fff;

    text-decoration:none;

}

.location-address a:hover{

    color:#FFD700;

}