@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';

@font-face {
    font-family:corbelb;
    font-weight: normal;
    src: url(../fonts/CORBELB.TTF);
}

@font-face{
    font-family:'Ebrima';
    src:url(../fonts/ebrima.ttf)
}

@font-face {
    font-family:calibrib;
    font-weight: normal;
    src: url(../fonts/CALIBRIB.TTF);
}

@font-face {
    font-family: "Ropa Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Ropa Sans"), local("RopaSans-Regular"), url("http://themes.googleusercontent.com/static/fonts/ropasans/v3/QnguTd82yEUxQZygH2gm8D8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}

*:focus {
    outline:none;
}

.clear {
    clear:both;
}

input, select, textarea {
    box-sizing:content-box;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
}

/* === الروابط: ذهبي قديم وعند التحويم برتقالي === */
a {
    text-decoration:none; 
    color:#bd8421; /* ذهبي قديم */
    transition:0.3s all;
    -webkit-transition:0.3s all;
    -moz-transition:0.3s all;
    -ms-transition:0.3s all;
    -o-transition:0.3s all;
}
a:hover {
    color: #ff4500; /* برتقالي محمر */
    text-shadow: 0px 0px 5px #ff8c00;
}

*, ul, li, h1, h2, p, b {
    font-weight:normal;
    margin: auto;
    padding:0px;
    list-style:none;
    line-height:1.5;
}

*{
    margin: 0px;padding: 0px;
}

body{
    /* خلفية داكنة جداً لتعزيز الألوان النارية */
    background:#080000 url(../images/bg-head.jpg) no-repeat center top;
    color: #d4af37; /* لون النص الأساسي ذهبي */
    margin: 0px auto;
}

/* إزالة الفلتر الرمادي لتعود الألوان للظهور */
img {
    filter: none;
    -webkit-filter: none;
}

#pages-se {
    margin:0 auto 0 auto;
    position:relative;
    padding:146px 0 0 0;
    overflow: hidden;
}

#main-pages {
    width: 960px;
    margin: 0px auto 30px;
}
a.logo-server{
    background: url(../images/logo.png) center center no-repeat;
    width: 479px;
    height: 170px;
    display: block;
    margin: 0px auto;
    position: relative;
    top: 20px;
}
.border-light-menu{
    background: url(../images/border-light.png) center center no-repeat;
    width: 1200px;
    height: 9px;
    margin: 0px auto 0px;
    position: relative;
    top: 4px;
    opacity: 0.8;
}
#navigation-bar{
    background: url(../images/main-nav.png) center center no-repeat;
    width: 960px;
    height: 68px;
    position: relative;
    margin: 0px auto;
    text-align: center;
    position: relative;
    z-index: 9999;
    border-radius: 0px;
}
#navigation-bar > ul{
    border-radius: 6px;
    position: relative;
}
#navigation-bar > ul > li{
    display: inline-block;
    position: relative;
    border-right: 1px solid rgba(139, 0, 0, 0.4); /* حدود حمراء خافتة */
    border-left: 1px solid rgba(255, 165, 0, 0.1);
    margin-left: -4px;
    height: 64px;
}
#navigation-bar > ul > li > a{
    padding: 18px;
    display: block;
    line-height: 32px;
    font-family: 'Ebrima';
    font-size: 15px;
    font-weight: bold;
    color: #e6c229; /* أصفر ذهبي ساطع */
    text-shadow: 1px 2px 1px rgb(0, 0, 0);
    position: relative;
    z-index: 2;
    transition: all 400ms;
}
#navigation-bar > ul > li > a:hover{
    box-shadow: inset 0px 0px 10px 2px rgba(255, 69, 0, 0.4); /* توهج برتقالي */
    color: #ffae00; /* برتقالي ذهبي */
    text-shadow: 0px 0px 5px #ff0000;
    border-radius: 5px;
    background-color: rgba(50, 0, 0, 0.5);
}

#steps-server{
    margin: 0px auto 0px -1px;
}
#steps-server > ul{}
#steps-server > ul > li{
    list-style: none;
    float: left;
    margin-left: 3px;
}
#steps-server > ul > li > a{
    height: 100px;
    width: 316px;
    display: block;
    opacity: 0.8;
    transition: all 1s;
}
#steps-server > ul > li > a:hover{
   opacity: 1; 
   box-shadow: 0 0 10px #ff4500; /* توهج أحمر */
}

#steps-server > ul > li > .step-1{
    background: url(../images/step/1.png) center center no-repeat;
}
#steps-server > ul > li > .step-2{
    background: url(../images/step/2.png) center center no-repeat;
}
#steps-server > ul > li > .step-3{
    background: url(../images/step/3.png) center center no-repeat;
}

/* Start Side Right */
#side-right{
    float: right;
    width: 270px;
}    
#side-right .top-box-right{
    background: url(../images/right-side-head.png) center center no-repeat;
    width: 270px;
    height: 47px;
}
#side-right .top-box-right h1.head-title-right{
    font-family: 'Ebrima';
    font-size: 14px;
    color: #ffcc00; /* أصفر ذهبي */
    text-shadow: 1px 2px 1px rgb(0, 0, 0);
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
#side-right .middle-box-right{
    background: url(../images/right-side-body.png) center center repeat-y;
    height: auto;
    width: 270px;
}
#side-right .middle-box-right .text{
    font-family: 'Open Sans';
    text-align: center;
    font-size: 12px;
    font-weight: bolder;
    color: #d4af37; /* ذهبي */
    padding: 10px;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px #000;  
}
#side-right .footer-box-right{
    background: url(../images/right-side-footer.png) center center no-repeat;
    height: 14px;
    width: 270px;
}
/* end Side Right */

/* Start Side left */

#side-left{
    float: left;
    width: 690px;
}    

#side-left .top-box-left{
    background: url(../images/left-side-head.png) center center no-repeat;
    width: 690px;
    height: 47px;
}
#side-left .top-box-left h1.head-title-left{
    font-family: 'Ebrima';
    font-size: 14px;
    color: #ffcc00;
    text-shadow: 1px 2px 1px rgb(0, 0, 0);
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
#side-left .middle-box-left{
    background: url(../images/left-side-body.png) center center repeat-y;
    height: auto;   
    width: 690px;
    padding: 10px 0px;
}

#side-left .middle-box-left .text{
    font-family: 'Open Sans';
    text-align: center;
    font-size: 12px;
    font-weight: bolder;
    color: #d4af37;
    padding: 10px;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px #000;
}

#side-left .footer-box-left{
    background: url(../images/left-side-footer.png) center center no-repeat;
    height: 14px;
    width: 690px;
}
/* end Side left */

#footer{}
#footer > .border-footer{
    background: url(../images/border-light.png) center center no-repeat;
    width: 1200px;
    height: 9px;
    margin: 0px auto;
    opacity: 0.5;
}
#footer > .background-footer{
    background-color: #0a0000;
    width: 1200px;
    height: 100px;
    border-top: 2px solid #550000;
}
#footer > .background-footer > .copyright{
    float: left;
    position: relative;
    top: 30%;
    left: 30px;
    background-color: #1a0505;
    padding: 5px 21px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #b8860b; /* ذهبي غامق */
    text-shadow: 1px 2px 5px #000;
    text-transform: capitalize;
    border-radius: 4px;
    border: 1px solid #3d0e0e;
    text-align: center;
}
#footer > .background-footer > .sponser{
    float: right;
    width: 40%;
    position: relative;
    top: 30%;
}
#footer > .background-footer > .sponser > ul{}
#footer > .background-footer > .sponser > ul > li{
    display: inline-block;
    margin-top: 5px;
    padding-left: 11px;    
}
#footer > .background-footer > .sponser > ul > li > a{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px; 
    color: #d2691e; /* لون الشوكولاتة البرتقالي */
}
#footer > .background-footer > .sponser > ul > li > a:hover{
    color: #ff4500;
}

.input-text{
    background-color: #1a0505;
    border: 1px solid #550000; /* حدود حمراء */
    height: 34px;
    width: 93%;
    margin-bottom: 5px;
    text-align: center;
    color: #ffd700;
    line-height: 30px; 
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: lighter;
}
.input-text:focus {
    border: 1px solid #ff4500;
    background-color: #2b0a0a;
}

.input-submit{
    background: url(../images/btn-web.png) center center no-repeat;
    height: 35px;
    width: 103px;
    text-align: center;
    line-height: 35px;
    color: #8b0000; /* نص الزر أحمر غامق */
    border: 0px;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0px 1px 0px #ffcc00;
    opacity: 0.8;
    transition: all 1s;
    cursor: pointer;
}
.input-submit:hover{
    opacity: 1; 
    color: #ff0000;
    text-shadow: 0px 0px 5px #fff;
}

/* Status: برتقالي وذهبي */
.status{
    background-color: #b8860b;
    color: #000;
    border: 1px solid #d4af37;
    text-shadow: none;
    padding: 5px;
    font-family: tahoma;
    font-size: 11px;
    transition: all linear 300ms;
    border-radius: 5px;
    text-transform: uppercase;
}
.info{
    background-color: #3d0e0e;
    color: #ffcc00;
    border: 1px solid #8b0000;
    text-shadow: 1px 1px 0px #000;
    box-shadow: inset 0px 0px 8px 1px rgba(255, 69, 0, 0.2);
    padding: 5px;
    font-family: tahoma;
    font-size: 11px;
    transition: all linear 300ms;
    border-radius: 5px;
    text-transform: uppercase;
}
.info > a{
    color: #ff8c00;
    text-decoration: underline;
}

/* Off: أحمر ساطع */
.off{
    color: #ff0000;
    text-shadow: 0px 1px 1px #330000;
    background-color: #1a0505;
    border: 1px solid #550000;
    padding: 3px 12px;
    border-radius: 5px;
}
/* On: ذهبي مائل للأخضر قليلاً أو برتقالي مشع */
.on{
    color: #ffd700;
    font-weight: bold;
    text-shadow: 0px 0px 5px rgba(255, 215, 0, 0.5);
    background-color: #1a0505;
    border: 1px solid #b8860b;
    padding: 3px 12px;
    border-radius: 5px;    
}

/* Alerts: أحمر غامق مع نص أصفر */
.alert{
    background-color: #800000;
    border: 1px solid #ff4500;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    position: relative;
    top: 8px;
    margin: 7px auto;
    color: #fff700;
    text-shadow: 1px 2px 2px #000;
    text-transform: capitalize;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(139, 0, 0, 0.9);
}
.alert-files{
    width: 60%;
    background-color: #800000;
    border: 1px solid #ff4500;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    position: relative;
    top: 8px;
    margin: 7px auto;
    color: #fff700;
    text-shadow: 1px 2px 2px #000;
    text-transform: capitalize;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(139, 0, 0, 0.9);
}

.tops{
    background-color: #2b0a0a;
    padding: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    position: relative;
    top: 8px;
    margin: 7px auto;
    color: #d4af37;
    text-shadow: 1px 2px 5px #000;
    text-transform: capitalize;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.69);
    border: 1px solid #551a1a;
}

/* img gallery */

div.img {
    border: 1px solid #550000;
}

div.img:hover {
    border: 1px solid #ff4500;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
    color: #d4af37;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 8px;
    float: left;
    width: 49.99999%;
    background-color: #000;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* === العناوين الرئيسية: تدرج أحمر === */
.page-title,
h1, h2, h3 {
    background: linear-gradient(to bottom, #330000, #000000);
    border: 1px solid #550000;
    color: #ffcc00;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
}

.page-body,
.content,
.page-box {
    background: linear-gradient(#1a0505, #000000);
    border: 1px solid #441111;
    padding: 15px;
    color: #d4af37;
}

/* ===============================
   TABLE STYLE (RED/GOLD THEME)
================================ */

table {
    width: 100%;
    border-collapse: collapse;
    background: #0a0000;
    border: 1px solid #550000;
}

th {
    background: linear-gradient(#550000, #1a0000);
    color: #ffd700;
    padding: 10px;
    border: 1px solid #8b0000;
    text-transform: uppercase;
    font-size: 12px;
}

td {
    padding: 10px;
    border: 1px solid #3d0e0e;
    color: #bd8421;
    font-size: 12px;
}

tr:nth-child(even) {
    background: rgba(255, 0, 0, 0.05);
}

tr:hover {
    background: rgba(255, 69, 0, 0.1);
}

/* ===============================
   DOWNLOAD LINKS
================================ */

table a {
    color: #ff8c00;
}
table a:hover {
    color: #ffff00;
    text-decoration: underline;
    text-shadow: 0 0 5px #ff4500;
}

/* ===============================
   GALLERY FIX
================================ */

.gallery,
.gallery img {
    background: #000;
    border: 1px solid #550000;
}

.gallery img {
    padding: 5px;
}

/* ===============================
   GENERAL FIX
================================ */

hr {
    border: 0;
    height: 1px;
    background: #550000;
    margin: 15px 0;
}