body {
	margin: 0;
	
	font: 12px/1.7em 'Open Sans', arial, sans-serif;
	
	background: #DDD url(../img/bg.png) repeat 0 0;
}

p {	
	margin-bottom: 2em;
	
	font: 12px/1.7em 'Open Sans', arial, sans-serif;
}

h1 {
	margin-bottom: .25em;
}

h2 {
	margin-bottom: .5em;
	
	font-size: 22px;
	font-weight: 600;	
}

h3 {
	margin-bottom: .75em;
	
	font-size: 18px;
	font-weight: 600;
}

h4, h5, h6 {
	margin-bottom: 1.25em;

	font-weight: 600;
}

input {
	font: 13px/1.7em 'Open Sans', arial, sans-serif;
}

#wrapper {
	width: 880px;
	padding: 0 50px;
	margin: 0 auto;
	
	background: #FFF;
	
	border: 1px solid #DDD\9;
	border-top: 12px solid #222;
	border-bottom: none;
	
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);
	box-shadow: 0 0 5px rgba(0,0,0,.25);
}

#header {
	padding: 35px 0;
}

#header h1 {
	width: 100%;
	height: 42px;
	margin: 0;
}

#header h1 a {
	display: block;
}

#nav {
	margin-bottom: .5em;
}

#nav .container > .main-nav {
	padding: 0;
	margin: 0;
	
	border-top: 1px solid #DDD;
}

#nav .container > .main-nav > li {
	position: relative;
	top: -1px;
	
	float: left;
	
	padding: 0 40px 0 0;
	margin: 0;
	
	list-style: none;
	
	border-top: 1px solid #DDD;
}

#nav .container > .main-nav > li:last-child {
	padding-right: 0;
}

#nav .container > .main-nav > li > a {
	position: relative;
	top: -1px;
	
	display: block;
	
	padding: 15px 5px 5px;
	
	color: #999;
	
	text-transform: uppercase;
	
	border-top: 1px solid transparent;
}

#nav .container > .main-nav > li > a:hover,
#nav .container > .main-nav > li.dropdown.open > a {
	color: #333;
	
	text-decoration: none;
	
	border-top-color: #333;
	border-top-width: 1px;
}

#nav .container > .main-nav > li.active a {
	padding-top: 12px;
	
	color: #222;
	
	border-top-color: #F90;
	border-top-width: 4px;
}

#nav .container > .main-nav > li > a > .caret {
	position: relative;
	top: -2px;
	
	margin-left: .5em;
}

#nav .dropdown-menu a:hover {
	background-color: #F90;
}

#nav .dropdown-menu > li > a {
	padding: 6px 12px;
}

#nav .dropdown-menu i {
	margin-right: .5em;
	
	font-size: 14px;
}

#nav .dropdown-menu::before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 9px;
}

#nav .dropdown-menu::after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	top: -6px;
	left: 10px;
}

input.error, .form-vertical textarea.error {
	border-color: #b94a48;
	color: #b94a48;
}

.form-inline .help-block.error, .form-inline .help-inline.error, .form-horizontal .help-block.error, .form-horizontal .help-inline.error, .form-vertical .help-block.error, .form-vertical .help-inline.error {
	color: #b94a48;
}

.form-inline label.error, .form-horizontal label.error, .form-vertical label.error {
	color: #b94a48;
}

#responsive-nav-trigger {
	width: auto;
	padding: 5px 10px;
	
	background-color: #F8F8F8;
	background-image: url(../img/responsive-nav-bg.png);
	background-position: center right;
	background-repeat: no-repeat;
	
	color: #8F8F8F;
	
	font-size: 12px;
	line-height: 1.5;
			
	border: 1px solid #E8E8E8;
	
	cursor: pointer;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#responsive-nav-trigger.open {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
		
#responsive-nav {
	position: relative;
	z-index: 1001;
	
	display: none;
	
	margin: 0 0 2em;
}

#responsive-nav-items {
	display: none;
	
	padding: 12px 10px;
	margin: 0 0 1.5em;
	
	background: #F8F8F8;
	
	border: 1px solid #e3e3e3;
	border-top: none;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#responsive-nav-items ul {
	padding: 0;
	margin: 0;
}

#responsive-nav-items li {	
	list-style: none;
}

#responsive-nav-items > li > ul > li > a {
	padding-left: 30px;
}

#responsive-nav-items a {
	padding: 8px 10px;
	
	display: block;
	
	color: #222;
	
	font-size: 13px;
	font-weight: 600;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#responsive-nav-items a:hover {
	text-decoration: none;
	
	background: #DDD;
}

#responsive-nav-items li.active a {
	color: #FFF;
	
	text-decoration: none;
	
	background: #F90;
}

#masthead {
	position: relative;
	
	height: 375px;
	margin-bottom: 2.5em;
	
	-moz-box-shadow: 1px 1px 6px rgba(0,0,0,.5);	
	-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.5);
	box-shadow: 1px 1px 6px rgba(0,0,0,.5);
}

.masthead-details {
	position: absolute;
	top: 0;
	right: 0;
	
	width: 225px;
	height: 335px;
	padding: 20px;
	
	color: #FFF;
	
	background: #333;	
	background: rgba(0,0,0,.70);
	
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}

.masthead-details h2 {
	margin-bottom: .75em;
	
	font-size: 28px;
}

.masthead-details p {	
	font-size: 14px;	
}

#masthead .carousel-control {
	top: 50%;
	left: -72px;
	
	line-height: 26px;
	
	opacity: .35;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#masthead .carousel-control:hover {
	opacity: .80;
}

#masthead .carousel-control.right {
	left: auto;
	right: -72px;
}

#page-title {    	
	padding: 30px 50px;
	margin: 0 -50px 2.5em;
	
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	
	background: #EEE;
}

#page-title h1 {
	margin-bottom: .40em;
	
	font-weight: 600;
}

#page-title p {
	margin-bottom: 0;
	
	font-size: 15px;
}

#welcome h1 {
	padding: 0 80px;
	
	color: #777;
	
	font-size: 22px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.75em;
}

#welcome {
	
	text-align: center;
}

#content {
	
}

#footer {
	clear: both;
	
	padding: 20px 50px;
	margin: 2.5em -50px 0;
	
	color: #BBB;
	
	background: #222;
	
	border-top: 1px solid #111;
	
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

#footer .row {
	margin-bottom: 0;
}

#footer #footer-logo {		
	overflow: hidden;
	
	width: 212px;
	height: 33px;
	margin-bottom: .75em;
	
	line-height: 600px;
	
	background: url(../img/footer-logo.png) no-repeat 0 0;
}

#footer a {
	color: #FFF;
}

#copyright {
	clear: both;
	
	padding: 20px 50px 15px 50px;
	margin: 0 -50px;
	
	color: #777;
	
	font-size: 11px;
	text-transform: uppercase;
	
	background: #000;
	
	border-top: 1px solid #000;
	
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
}

#copyright #rights {
	
}

#copyright #totop {
	text-align: right;
}

#copyright a {
	color: #FFF;
}

.row {
	margin-left: 0;
}

.container {
	width: 880px;
}

.grid-1 { width: 55px; }
.grid-2 { width: 130px; }
.grid-3 { width: 205px; }
.grid-4 { width: 280px; }
.grid-5 { width: 355px; }
.grid-6 { width: 430px; }
.grid-7 { width: 505px; }
.grid-8 { width: 580px; }
.grid-9 { width: 655px; }
.grid-10 { width: 730px; }
.grid-11 { width: 805px; }
.grid-12 { width: 880px; }


.append-12 { padding-right: 900px; }
.append-11 { padding-right: 825px; }
.append-10 { padding-right: 750px; }
.append-9 { padding-right: 675px; }
.append-8 { padding-right: 600px; }
.append-7 { padding-right: 525px; }
.append-6 { padding-right: 450px; }
.append-5 { padding-right: 375px; }
.append-4 { padding-right: 300px; }
.append-3 { padding-right: 225px; }
.append-2 { padding-right: 150px; }
.append-1 { padding-right: 75px; }


.prepend-12 { padding-left: 900px; }
.prepend-11 { padding-left: 825px; }
.prepend-10 { padding-left: 750px; }
.prepend-9 { padding-left: 675px; }
.prepend-8 { padding-left: 600px; }
.prepend-7 { padding-left: 525px; }
.prepend-6 { padding-left: 450px; }
.prepend-5 { padding-left: 375px; }
.prepend-4 { padding-left: 300px; }
.prepend-3 { padding-left: 225px; }
.prepend-2 { padding-left: 150px; }
.prepend-1 { padding-left: 75px; }



.row [class^="grid-"]:first-child {
	margin-left: 0;
}

.row.nopad [class^="grid-"] {
	margin-bottom: 0;
}

.row.divider:last-child {
	margin-bottom: 0;
	
	border: none;
}

.row-divider {
	
	margin: 1.5em 0 3em;
	
	border: none;
	border-bottom: 1px dotted #CCC;
}

.slash {
	padding-right: .25em;
	
	color: #F90;
}


.social-icons-container {
	width: 100%;
	display: table;
	padding: 0;
	margin: 2.5em 0 0;
	
	list-style: none;
}

.social-icons-container li {
	width: 33%;
	display: table-cell;	
	
	text-align: center;			
}

.social-icon {
	width: 50px;
	height: 50px;
	display: inline-block;
	overflow: hidden;	
	
	line-height: 600px;
	
	background: url(../img/social/social-sprite.png) no-repeat 0 0;					
}

.social-icon-twitter {
	background-position: 0 0;					
}

.social-icon-twitter:hover {
	background-position: 0 -50px;					
}

.social-icon-googleplus {
	background-position: -50px 0;
}

.social-icon-googleplus:hover {
	background-position: -50px -50px;
}

.social-icon-facebook {
	background-position: -100px 0;	
}

.social-icon-facebook:hover {
	background-position: -100px -50px;	
}


.clearfix,
.row { zoom: 1; }
.clearfix:before,
.row:before,
.clearfix:after,
.row:after { content: ""; display: table; }
.clearfix:after,
.row:after { clear: both; }

.about-container .about-item {
	padding-right: 2em;
}

.about-container .choose-item h3 i {
	margin-right: .4em;
	
	color: #F90;
}

.about-container .choose-item h3 {
	margin-bottom: 0;
	
	font-size: 14px;
}

.work-container .work-item .thumbnail {
	margin-bottom: 1.5em;
}

.service-container .service-item h3 {
	font-size: 14px;	
}

.service-container .service-item h3 i {
	position: relative;
	top: 3px;
	
	margin-right: .25em;
	
	color: #F90;
	
	font-size: 24px;
}

.filter-container input {
	max-width: 110px;
}

.row [class^="grid-"] {
    float: left;
}

.dropdown-menu {
	padding: 15px;
}

#loading{
	display: none;
	position: fixed;
	top: 40%;
	left: 50%;
	z-index: 1150;
}

.circle {
	background-color: rgba(0,0,0,0);
	border:5px solid rgba(0,183,229,0.9);
	opacity:.9;
	border-right:5px solid rgba(0,0,0,0);
	border-left:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 35px #2187e7;
	width:50px;
	height:50px;
	margin:0 auto;
	-moz-animation:spinPulse 1s infinite ease-in-out;
	-webkit-animation:spinPulse 1s infinite linear;
	-o-animation:spinPulse 1s infinite linear;
}
.circle1 {
	background-color: rgba(0,0,0,0);
	border:5px solid rgba(0,183,229,0.9);
	opacity:.9;
	border-left:5px solid rgba(0,0,0,0);
	border-right:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 15px #2187e7;
	width:30px;
	height:30px;
	margin:0 auto;
	position:relative;
	top:-50px;
	-moz-animation:spinoffPulse 1s infinite linear;
	-webkit-animation:spinoffPulse 1s infinite linear;
	-o-animation:spinoffPulse 1s infinite linear;
}
@-moz-keyframes spinPulse {
	0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
	0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
@-o-keyframes spinPulse {
	0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-o-keyframes spinoffPulse {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}

.dropdown-menu { 
    padding: 5px 0; 
} 

.dropdown-menu li hr { 
    margin: 9px 1px; 
} 

.dropdown-menu form { 
    padding: 5px 15px; 
}

/* ========================================================================
   Arabian Servers — Dark Gold Theme
   Unified #d3af37 palette matching the rank system & community site.
   ======================================================================== */

/* ---------- Core ---------- */
html { background: #0a0c0b; }
body {
    background:
        radial-gradient(ellipse 1200px 600px at 75% -5%, rgba(211,175,55,.06), transparent 60%),
        repeating-linear-gradient(0deg, transparent 0 2px, rgba(0,0,0,.15) 2px 3px),
        #0a0c0b !important;
    background-attachment: fixed !important;
    color: #e7eae3 !important;
    font-family: 'Inter', 'Open Sans', Arial, sans-serif !important;
    font-size: 13px;
}
::selection { background: #d3af37; color: #1a1408; }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-thumb { background: #977e27; border-radius: 20px; }
::-webkit-scrollbar-track { background: transparent; }

a { color: #d3af37; transition: color .15s ease; }
a:hover { color: #f1c95a; text-decoration: none; }

h1, h2, h3, h4, h5, h6 { color: #e7eae3; }

/* ---------- Wrapper ---------- */
#wrapper {
    width: 1160px;
    max-width: calc(100% - 24px);
    padding: 0 28px;
    margin: 0 auto;
    background: rgba(14,16,14,.96) !important;
    border: none !important;
    border-top: 4px solid #d3af37 !important;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
}

/* ---------- Header ---------- */
#header {
    padding: 22px 0 18px;
    border-bottom: 1px solid rgba(211,175,55,.20);
}
#header h1, #header .brand-wrap { height: auto; margin: 0; }
.brand-link {
    display: flex; align-items: center; gap: 16px;
    text-decoration: none !important;
}
.brand-logo {
    width: 72px; height: 72px;
    object-fit: contain;
    border-radius: 50%;
    border: 2px solid rgba(211,175,55,.25);
    filter: drop-shadow(0 4px 12px rgba(0,0,0,.4));
}
.brand-name {
    font-family: 'Rajdhani', 'Open Sans', sans-serif;
    font-size: 30px; line-height: 1.1;
    font-weight: 800; letter-spacing: 1px;
    color: #d3af37; text-transform: uppercase;
}
.brand-subtitle {
    margin-top: 4px;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    font-size: 11px; letter-spacing: 2px;
    color: #9aa39a; text-transform: uppercase;
}

/* ---------- Navigation ---------- */
#nav { margin-bottom: 0; }
#nav .container > .main-nav {
    padding: 0; margin: 0;
    border-top: 1px solid rgba(211,175,55,.15);
}
#nav .container > .main-nav > li {
    border-top: 1px solid rgba(211,175,55,.15);
    padding-right: 0;
}
#nav .container > .main-nav > li > a {
    color: #9aa39a;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 14px 16px 10px;
    border-top: 2px solid transparent;
    transition: all .15s ease;
}
#nav .container > .main-nav > li > a:hover,
#nav .container > .main-nav > li.dropdown.open > a {
    color: #e7eae3;
    border-top-color: #d3af37;
}
#nav .container > .main-nav > li.active a {
    color: #d3af37;
    border-top-color: #d3af37;
    border-top-width: 3px;
    padding-top: 13px;
}
#nav .dropdown-menu {
    background: rgba(18,22,20,.96) !important;
    border: 1px solid rgba(211,175,55,.20) !important;
    border-radius: 8px;
    padding: 6px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,.5);
}
#nav .dropdown-menu a {
    color: #e7eae3 !important;
    padding: 8px 16px;
}
#nav .dropdown-menu a:hover {
    background-color: rgba(211,175,55,.12) !important;
    color: #d3af37 !important;
}
#nav .dropdown-menu::before,
#nav .dropdown-menu::after { display: none; }
#nav .dropdown-menu li hr {
    border-color: rgba(211,175,55,.12);
    margin: 4px 0;
}

/* ---------- Tables ---------- */
.table, .items,
.table-bordered, .items.table-bordered {
    border-color: rgba(211,175,55,.15) !important;
}
.table-bordered th,
.table-bordered td,
.items th, .items td {
    border-color: rgba(211,175,55,.12) !important;
    color: #cad0c6;
}
.table thead th, .items thead th {
    background: rgba(211,175,55,.08) !important;
    color: #d3af37 !important;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 10px 12px;
    border-bottom: 2px solid rgba(211,175,55,.25) !important;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th,
.items tbody tr.odd td {
    background: rgba(255,255,255,.02) !important;
}
.table-striped tbody > tr:hover > td,
.table-striped tbody > tr:hover > th,
.items tbody tr:hover td {
    background: rgba(211,175,55,.06) !important;
}
.table td, .items td { padding: 9px 12px; }

/* ---------- Panels / wells / alerts ---------- */
.well, .modal-content, .form-actions,
.breadcrumb, .page-title, .pager,
.alert, .panel {
    background: rgba(20,24,20,.95) !important;
    border-color: rgba(211,175,55,.15) !important;
    color: #cad0c6;
}
.alert-info { border-left: 3px solid #d3af37 !important; }
.alert-info h4 { color: #d3af37 !important; }
.alert-success { border-left: 3px solid #6fcf5f !important; }
.alert-danger, .alert-error { border-left: 3px solid #d9534f !important; }

.page-title { color: #d3af37 !important; }
.info, legend { color: #d3af37 !important; }

/* ---------- Forms ---------- */
input, textarea, select,
.uneditable-input {
    background: #0f1311 !important;
    color: #e7eae3 !important;
    border: 1px solid rgba(211,175,55,.20) !important;
    border-radius: 6px !important;
    padding: 8px 10px;
    transition: border-color .15s ease;
}
input:focus, textarea:focus, select:focus {
    border-color: #d3af37 !important;
    box-shadow: 0 0 0 2px rgba(211,175,55,.12) !important;
    outline: none;
}
input::placeholder, textarea::placeholder { color: #5f6961 !important; }

label { color: #9aa39a; }
.help-block { color: #5f6961; }
.required { color: #d9534f; }

/* ---------- Buttons ---------- */
.btn, .btn-primary, .btn-info, .btn-success, .btn-warning {
    background-image: none !important;
    background-color: #d3af37 !important;
    border-color: #d3af37 !important;
    color: #1a1408 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .05em;
    border-radius: 6px;
    padding: 7px 16px;
    transition: all .15s ease;
}
.btn:hover, .btn-primary:hover, .btn-info:hover, .btn-success:hover {
    background-color: #e8c64e !important;
    border-color: #e8c64e !important;
    color: #1a1408 !important;
}
.btn-danger {
    background-color: #d9534f !important;
    border-color: #d9534f !important;
    color: #fff !important;
}
.btn-danger:hover {
    background-color: #e06660 !important;
    border-color: #e06660 !important;
}
.btn-small { padding: 4px 10px; font-size: 12px; }

/* ---------- Pagination ---------- */
.pager, .pagination { text-align: center; }
.pagination ul { margin: 0; }
.pagination ul > li > a,
.pagination ul > li > span {
    background: rgba(20,24,20,.9) !important;
    border-color: rgba(211,175,55,.15) !important;
    color: #9aa39a !important;
    padding: 6px 12px;
    border-radius: 6px !important;
    margin: 0 2px;
}
.pagination ul > li > a:hover {
    border-color: #d3af37 !important;
    color: #d3af37 !important;
    background: rgba(211,175,55,.08) !important;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
    background: #d3af37 !important;
    border-color: #d3af37 !important;
    color: #1a1408 !important;
}

/* ---------- Summary text ---------- */
.summary { 
    color: #5f6961;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: .05em;
    margin-bottom: 10px;
}

/* ---------- Breadcrumbs ---------- */
.breadcrumb {
    border-radius: 8px;
    padding: 12px 16px;
}
.breadcrumb a { color: #d3af37; }
.breadcrumb .active { color: #e7eae3; }

/* ---------- Modals ---------- */
.modal-backdrop { background: rgba(0,0,0,.7); }
.modal {
    background: rgba(14,16,14,.98) !important;
    border: 1px solid rgba(211,175,55,.2);
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
}
.modal-header { border-color: rgba(211,175,55,.15) !important; }
.modal-header h3 { color: #d3af37; }
.modal-footer { border-color: rgba(211,175,55,.15) !important; background: transparent !important; }

/* ---------- Footer ---------- */
#copyright {
    color: #5f6961;
    border-top: 1px solid rgba(211,175,55,.12);
    padding: 16px 0 24px;
    font-size: 12px;
}
#rights b { color: #d3af37; }
#copyright a { color: #977e27; }
#copyright a:hover { color: #d3af37; }

/* ---------- Loading spinner ---------- */
.circle, .circle1 {
    border-color: rgba(211,175,55,.8) !important;
    box-shadow: 0 0 20px rgba(211,175,55,.5) !important;
}
.circle { border-right-color: transparent !important; border-left-color: transparent !important; }
.circle1 { border-left-color: transparent !important; border-right-color: transparent !important; }

/* ---------- Responsive nav ---------- */
#responsive-nav-trigger {
    background-color: rgba(211,175,55,.12) !important;
    border: 1px solid rgba(211,175,55,.25) !important;
    color: #d3af37 !important;
}
#responsive-nav {
    background: rgba(14,16,14,.98) !important;
    border-color: rgba(211,175,55,.15) !important;
}
#responsive-nav-items a {
    color: #cad0c6 !important;
    border-bottom-color: rgba(211,175,55,.08) !important;
}
#responsive-nav-items a:hover,
#responsive-nav-items li.active a {
    color: #d3af37 !important;
    background: rgba(211,175,55,.08) !important;
}

/* ---------- Server info cards ---------- */
.masthead-details h2 { color: #d3af37; }
#serverPanel, .server-panel {
    background: rgba(20,24,20,.95);
    border: 1px solid rgba(211,175,55,.15);
    border-radius: 8px;
}

/* ---------- Context menu ---------- */
.contextMenu { 
    background: rgba(14,16,14,.98) !important;
    border: 1px solid rgba(211,175,55,.2) !important;
    border-radius: 6px;
}
.contextMenu li a { color: #cad0c6 !important; }
.contextMenu li a:hover {
    background: rgba(211,175,55,.12) !important;
    color: #d3af37 !important;
}

/* ---------- Ban status highlights ---------- */
tr.expired td { opacity: .6; }

/* Expired / unbanned rows (Bootstrap paints these light green, unreadable on dark bg) */
.table tbody tr.success > td,
.items tbody tr.success td {
    background: rgba(111,207,95,.12) !important;
    color: #a9dd9e !important;
    border-left: none;
}
.table tbody tr.success:hover > td,
.items tbody tr.success:hover td {
    background: rgba(111,207,95,.20) !important;
}
.table tbody tr.success > td:first-child,
.items tbody tr.success td:first-child {
    border-left: 3px solid #6fcf5f;
}

/* Expired admins / error rows (Bootstrap light red, same readability problem) */
.table tbody tr.error > td,
.items tbody tr.error td {
    background: rgba(217,83,79,.12) !important;
    color: #e0a19e !important;
}
.table tbody tr.error:hover > td,
.items tbody tr.error:hover td {
    background: rgba(217,83,79,.20) !important;
}
.table tbody tr.error > td:first-child,
.items tbody tr.error td:first-child {
    border-left: 3px solid #d9534f;
}
.label-success { background-color: #6fcf5f !important; color: #111 !important; }
.label-important { background-color: #d9534f !important; }
.label-warning { background-color: #d3af37 !important; color: #111 !important; }
.label-info { background-color: #5b9bd5 !important; color: #111 !important; }
.label { border-radius: 4px; padding: 3px 8px; font-size: 11px; }

/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
    #wrapper { width: auto; }
}
@media (max-width: 768px) {
    #wrapper { padding: 0 14px; max-width: 100%; border-radius: 0; }
    .brand-link { gap: 10px; }
    .brand-logo { width: 48px; height: 48px; }
    .brand-name { font-size: 22px; }
    .brand-subtitle { font-size: 10px; letter-spacing: 1px; }
    #nav .container > .main-nav > li > a { padding: 10px 10px 8px; font-size: 12px; }
    .table td, .items td { padding: 6px 8px; font-size: 12px; }
    .table thead th, .items thead th { font-size: 10px; padding: 8px; }
    h2 { font-size: 18px; }
    .grid-6 { float: none !important; width: 100% !important; }
    #rights, #totop { text-align: center; padding: 4px 0; }
}
@media (max-width: 480px) {
    .brand-name { font-size: 18px; }
    .brand-subtitle { display: none; }
    .items, .table { font-size: 11px; }
    .table td, .items td { padding: 5px 6px; }
    .btn { padding: 5px 10px; font-size: 12px; }
}

/* ---------- Visible focus ring ---------- */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
    outline: 2px solid #d3af37;
    outline-offset: 2px;
    border-radius: 4px;
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .001ms !important;
        transition-duration: .001ms !important;
    }
}
